.profile-section{background:var(--surface);border:1px solid var(--border);border-radius:var(--r-lg);box-shadow:var(--shadow-sm);margin-bottom:2rem;padding:2rem}.profile-section h2{color:var(--text-primary);align-items:center;gap:.5rem;margin-bottom:1.5rem;font-size:1.15rem;font-weight:700;display:flex}.profile-avatar{width:80px;height:80px;color:var(--accent);letter-spacing:-1px;border:2px solid var(--accent);background:#f9731626;border-radius:18px;flex-shrink:0;justify-content:center;align-items:center;font-size:2rem;font-weight:800;display:flex;overflow:hidden}.profile-avatar-wrap{flex-shrink:0;width:80px;height:80px;position:relative}.profile-avatar-edit,.profile-avatar-remove{border:2px solid var(--bg-card);cursor:pointer;width:28px;height:28px;transition:transform .15s var(--ease), filter .15s var(--ease);border-radius:50%;justify-content:center;align-items:center;display:flex;position:absolute}.profile-avatar-edit{background:var(--accent);color:#fff;bottom:-2px;right:-2px}.profile-avatar-remove{background:var(--danger);color:#fff;top:-2px;right:-2px}.profile-avatar-edit:hover,.profile-avatar-remove:hover{filter:brightness(1.05);transform:scale(1.1)}[data-theme=light] .profile-avatar{color:#fff}.profile-standalone-page{background:radial-gradient(circle at 15% 0%, #f9731612, transparent 26rem), var(--bg)}.profile-standalone-page #profileApp{min-height:100vh}.profile-gate-loading,.profile-page-loading{min-height:56vh;color:var(--text-muted);flex-direction:column;justify-content:center;align-items:center;gap:1rem;font-size:.9rem;display:flex}.profile-topbar__left,.profile-topbar__actions{gap:.65rem}.profile-topbar__left{flex:auto;min-width:0}.profile-topbar__brand{gap:.75rem;padding-left:.2rem}.profile-topbar__brand img{object-fit:contain;width:92px;height:34px}.profile-topbar__brand>span{flex-direction:column;align-items:flex-start;line-height:1.15}.profile-topbar__brand strong{color:var(--text-primary);font-size:.88rem}.profile-topbar__brand small{color:var(--text-muted);font-size:.68rem}.profile-topbar__theme{justify-content:center;width:40px;padding-inline:0}.profile-topbar :is(.btn-ghost,.btn-primary){white-space:nowrap}.profile-main{padding:2rem 0 calc(4rem + var(--bottom-nav-h,0px))}.profile-hero{border:1px solid var(--border);border-radius:var(--r-xl);background:radial-gradient(circle at 100% 0%, var(--accent-light), transparent 36%), var(--bg-card);box-shadow:var(--shadow);grid-template-columns:auto minmax(0,1fr) minmax(220px,270px);align-items:center;gap:1.5rem;padding:2rem;display:grid;position:relative;overflow:hidden}.profile-hero:before{content:"";background:linear-gradient(90deg, var(--accent), var(--warning) 50%, transparent);height:3px;position:absolute;inset:0 0 auto}.profile-avatar-wrap--large,.profile-avatar--large{width:96px;height:96px}.profile-avatar--large{border-radius:var(--r-xl);box-shadow:0 0 0 5px var(--accent-light);font-size:2.15rem}.profile-avatar-remove[hidden]{display:none!important}.profile-avatar-loading{border:3px solid #f9731633;border-top-color:var(--accent);border-radius:50%;width:26px;height:26px;animation:.75s linear infinite profile-avatar-spin}.profile-eyebrow{color:var(--accent);letter-spacing:.1em;text-transform:uppercase;margin-bottom:.25rem;font-size:.7rem;font-weight:800;display:block}.profile-hero__identity h1{color:var(--text-heading);letter-spacing:-.035em;text-overflow:ellipsis;white-space:nowrap;margin:0;font-size:clamp(1.55rem,3vw,2.15rem);line-height:1.15;overflow:hidden}.profile-hero__identity>p{color:var(--text-muted);align-items:center;gap:.4rem;margin-top:.4rem;font-size:.84rem;display:flex}.profile-hero__badges{flex-wrap:wrap;align-items:center;gap:.5rem;margin-top:.85rem;display:flex}.profile-hero__badges .role-badge{align-items:center;gap:.3rem;display:inline-flex}.profile-member-since{color:var(--text-subtle);align-items:center;gap:.3rem;font-size:.7rem;display:inline-flex}.profile-completion{background:color-mix(in srgb, var(--bg-input) 86%, transparent);border:1px solid var(--border);border-radius:var(--r-lg);padding:1rem 1.1rem}.profile-completion__head{justify-content:space-between;align-items:center;gap:.5rem;display:flex}.profile-completion__head span{color:var(--text-muted);text-transform:uppercase;letter-spacing:.06em;font-size:.72rem;font-weight:700}.profile-completion__head strong{color:var(--accent);font-size:1.05rem}.profile-completion__track{background:var(--border);border-radius:99px;height:7px;margin:.65rem 0;overflow:hidden}.profile-completion__track span{border-radius:inherit;background:linear-gradient(90deg, var(--accent-dark), var(--accent), var(--warning));width:0;height:100%;transition:width .45s var(--ease);display:block}.profile-completion p{min-height:2.3em;color:var(--text-muted);font-size:.7rem;line-height:1.45}.profile-completion a{color:var(--accent);align-items:center;gap:.25rem;margin-top:.45rem;font-size:.72rem;font-weight:700;display:inline-flex}.profile-shortcuts{grid-template-columns:repeat(auto-fit,minmax(210px,1fr));gap:.75rem;display:grid}.profile-shortcuts>a{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--r);min-width:0;transition:transform .18s var(--ease), border-color .18s var(--ease), background .18s var(--ease);align-items:center;gap:.7rem;padding:.8rem 1rem;display:flex}.profile-shortcuts>a:hover{background:var(--bg-elevated);border-color:#f973168c;transform:translateY(-2px)}.profile-shortcuts>a>svg{width:19px;height:19px;color:var(--accent);flex-shrink:0}.profile-shortcuts small{color:var(--text-muted);text-overflow:ellipsis;white-space:nowrap;font-size:.66rem;overflow:hidden}.profile-metrics{grid-template-columns:repeat(4,minmax(0,1fr));gap:.85rem;display:grid}.profile-metric{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--r-lg);min-height:102px;box-shadow:var(--shadow-xs);align-items:center;gap:.85rem;padding:1rem 1.1rem;display:flex}.profile-metric__icon{width:42px;height:42px;color:var(--accent);background:var(--accent-light);border-radius:12px;flex-shrink:0;place-items:center;display:grid}.profile-metric strong{color:var(--text-heading);letter-spacing:-.03em;font-size:1.4rem;line-height:1.05}.profile-metric span:not(.profile-metric__icon){color:var(--text-primary);margin-top:.2rem;font-size:.74rem;font-weight:700}.profile-metric small{color:var(--text-muted);white-space:nowrap;font-size:.63rem}.profile-metric--green .profile-metric__icon{color:var(--success);background:var(--success-bg)}.profile-metric--blue .profile-metric__icon{color:var(--info);background:var(--info-bg)}.profile-dashboard-grid{grid-template-columns:minmax(0,1.55fr) minmax(310px,.85fr);align-items:start;gap:1.25rem;display:grid}.profile-page,.profile-dashboard-side,.profile-account-side{flex-direction:column;gap:1.25rem;display:flex}.profile-page .profile-section{border-radius:var(--r-lg);min-width:0;box-shadow:var(--shadow-xs);margin:0;padding:1.35rem}.profile-section__head{justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1.1rem;display:flex}.profile-section__head>div{align-items:center;gap:.7rem;min-width:0;display:flex}.profile-section__head h2{text-overflow:ellipsis;white-space:nowrap;margin:0;font-size:1rem;line-height:1.25;display:block;overflow:hidden}.profile-section__head small{color:var(--text-muted);letter-spacing:.06em;text-transform:uppercase;margin-bottom:.08rem;font-size:.62rem;font-weight:700;display:block}.profile-section__head>a{color:var(--accent);flex-shrink:0;align-items:center;gap:.3rem;font-size:.7rem;font-weight:700;display:inline-flex}.profile-section__icon{width:38px;height:38px;color:var(--accent);background:var(--accent-light);border:1px solid #f9731633;border-radius:11px;flex-shrink:0;place-items:center;display:grid}.profile-section__icon.is-blue{color:var(--info);background:var(--info-bg);border-color:#3b82f633}.profile-section__icon.is-green{color:var(--success);background:var(--success-bg);border-color:#22c55e33}.profile-section__icon.is-violet{color:#a78bfa;background:#a78bfa1a;border-color:#a78bfa33}.profile-access-pill{color:var(--success);background:var(--success-bg);letter-spacing:.05em;border-radius:99px;padding:.22rem .48rem;font-size:.6rem;font-weight:800}.profile-activity-list{flex-direction:column;gap:.55rem;display:flex}.profile-activity-row{background:var(--bg-input);border:1px solid var(--border);border-radius:var(--r);transition:border-color .18s var(--ease), transform .18s var(--ease);grid-template-columns:auto minmax(0,1fr) auto auto;align-items:center;gap:.75rem;padding:.75rem;display:grid}.profile-activity-row:hover{border-color:#f973168c;transform:translate(2px)}.profile-activity-row__icon{width:34px;height:34px;color:var(--accent);background:#f973161c;border-radius:9px;place-items:center;display:grid}.profile-activity-row__icon.is-muted{color:var(--text-muted);background:var(--bg-elevated)}.profile-activity-row__icon svg{width:16px;height:16px}.profile-activity-row__copy strong{color:var(--text-primary);text-overflow:ellipsis;white-space:nowrap;font-size:.8rem;overflow:hidden}.profile-activity-row__copy small{color:var(--text-muted);align-items:center;gap:.25rem;margin-top:.16rem;font-size:.67rem;display:flex}.profile-activity-row__status{border-radius:99px;padding:.2rem .45rem;font-size:.6rem;font-weight:800}.profile-activity-row__status.is-next{color:var(--accent);background:var(--accent-light)}.profile-activity-row__arrow{width:15px;height:15px;color:var(--text-subtle)}.profile-subsection{border-top:1px solid var(--border);margin-top:1.25rem;padding-top:1.05rem}.profile-subsection__title{justify-content:space-between;align-items:center;gap:.5rem;margin-bottom:.7rem;display:flex}.profile-subsection__title h3{color:var(--text-primary);font-size:.8rem}.profile-request-row{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;gap:.8rem;padding:.62rem .1rem;display:flex}.profile-request-row strong{text-overflow:ellipsis;white-space:nowrap;font-size:.76rem;overflow:hidden}.profile-subsection__title span,.profile-request-row small{color:var(--text-muted);font-size:.64rem}.profile-request-status{color:var(--text-muted);background:var(--bg-elevated);border-radius:99px;flex-shrink:0;padding:.2rem .45rem;font-size:.61rem;font-style:normal;font-weight:800}.profile-inline-empty{color:var(--text-muted);text-align:center;padding:.75rem 0;font-size:.72rem}.profile-empty{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:138px;padding:1rem;display:flex}.profile-empty>span{width:38px;height:38px;color:var(--text-muted);background:var(--bg-elevated);border-radius:50%;place-items:center;margin-bottom:.55rem;display:grid}.profile-section__icon svg,.profile-empty>span svg{width:18px;height:18px}.profile-empty strong{font-size:.82rem}.profile-empty p{max-width:340px;color:var(--text-muted);margin:.2rem 0 .7rem;font-size:.7rem}.profile-status-card{border:1px solid var(--border);border-radius:var(--r);background:var(--bg-input);align-items:flex-start;gap:.8rem;padding:.85rem;display:flex}.profile-status-card__icon{width:36px;height:36px;color:var(--text-muted);background:var(--bg-elevated);border-radius:10px;flex-shrink:0;place-items:center;display:grid}.profile-status-card strong{font-size:.78rem;display:block}.profile-status-card p{color:var(--text-muted);margin-top:.2rem;font-size:.68rem;line-height:1.45}.profile-status-card small{color:var(--text-subtle);margin-top:.35rem;font-size:.6rem;display:block}.profile-status-card.is-success{border-color:#22c55e3d}.profile-status-card.is-success .profile-status-card__icon{color:var(--success);background:var(--success-bg)}.profile-status-card.is-warning{border-color:#eab30847}.profile-request-status.is-pending,.profile-metric--amber .profile-metric__icon,.profile-status-card.is-warning .profile-status-card__icon{color:var(--warning);background:var(--warning-bg)}.profile-status-card.is-info .profile-status-card__icon{color:var(--info);background:var(--info-bg)}.profile-section-action{justify-content:center;align-items:center;gap:.4rem;margin-top:.8rem;font-size:.72rem;display:inline-flex}.profile-inventory-summary{grid-template-columns:repeat(3,1fr);gap:.45rem;margin-bottom:.8rem;display:grid}.profile-inventory-summary>span{background:var(--bg-input);text-align:center;border-radius:9px;flex-direction:column;min-width:0;padding:.6rem .35rem;display:flex}.profile-inventory-summary strong{color:var(--text-heading);font-size:.95rem}.profile-inventory-summary small{color:var(--text-muted);text-overflow:ellipsis;white-space:nowrap;font-size:.56rem;overflow:hidden}.profile-movement-row{border-bottom:1px solid var(--border);grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:.6rem;padding:.55rem .25rem;display:grid}.profile-movement-row__icon{width:29px;height:29px;color:var(--text-muted);background:var(--bg-elevated);border-radius:8px;place-items:center;display:grid}.profile-section-action svg,.profile-hero__identity>p svg,.profile-avatar-remove i,.profile-movement-row__icon svg{width:14px;height:14px}.profile-request-status.is-approved,.profile-request-status.is-scheduled,.profile-activity-row__status.is-done,.profile-movement-row--entrada .profile-movement-row__icon{color:var(--success);background:var(--success-bg)}.profile-request-row>span,.profile-activity-row__copy,.profile-metric>div,.profile-shortcuts>a span,.profile-movement-row__copy{flex-direction:column;min-width:0;display:flex}.profile-movement-row__copy strong{text-overflow:ellipsis;white-space:nowrap;font-size:.72rem;overflow:hidden}.profile-movement-row__copy small{color:var(--text-muted);font-size:.58rem}.profile-movement-row__qty{color:var(--text-primary);white-space:nowrap;font-size:.66rem;font-weight:800}.profile-private-note{color:var(--text-subtle);align-items:flex-start;gap:.3rem;margin-top:.7rem;font-size:.59rem;line-height:1.4;display:flex}.profile-private-note svg{flex-shrink:0;width:11px;height:11px;margin-top:.08rem}.profile-account-grid{grid-template-columns:minmax(0,1.45fr) minmax(320px,.75fr);align-items:start;gap:1.25rem;scroll-margin-top:88px;display:grid}.profile-form-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;display:grid}.profile-form-actions{justify-content:space-between;align-items:center;gap:1rem;padding-top:.35rem;display:flex}.profile-form-actions>span{max-width:60%;color:var(--text-muted);align-items:flex-start;gap:.35rem;font-size:.65rem;display:flex}.profile-form-actions>span svg{flex-shrink:0;width:13px;height:13px;margin-top:.08rem}.profile-form-section{border-top:1px solid var(--border);color:var(--text-muted);letter-spacing:.04em;text-transform:uppercase;flex-wrap:wrap;align-items:baseline;gap:.45rem;margin:.5rem 0 -.35rem;padding-top:.85rem;font-size:.66rem;font-weight:800;display:flex}.profile-form-section svg{width:14px;height:14px;color:var(--accent);align-self:center}.profile-form-section small{color:var(--text-subtle);letter-spacing:0;text-transform:none;font-size:.62rem;font-weight:600}.profile-form-section a{color:var(--accent);text-underline-offset:2px;text-decoration:underline}.profile-field-hint code{background:var(--bg-elevated);border-radius:4px;padding:.05rem .25rem;font-size:.95em}.profile-section-copy{color:var(--text-muted);margin:-.25rem 0 .9rem;font-size:.72rem}.profile-stack-form .btn-outline{align-self:flex-start}.profile-field-tag{background:var(--accent-light);color:var(--accent);text-transform:uppercase;letter-spacing:.02em;vertical-align:middle;border-radius:999px;align-items:center;gap:.25rem;margin-left:.4rem;padding:.1rem .4rem;font-size:.58rem;font-weight:700;display:inline-flex}.profile-activity-row__copy small svg,.profile-field-tag svg{width:11px;height:11px}.profile-field-tag--private{color:var(--info);background:#3b82f624}.profile-field-hint{color:var(--text-muted);margin-top:.3rem;font-size:.62rem;line-height:1.4;display:block}.profile-field-hint a{color:var(--accent);text-underline-offset:2px;text-decoration:underline}.profile-consent{color:var(--success);background:var(--success-bg);border:1px solid #22c55e2e;border-radius:8px;align-items:center;gap:.4rem;margin:-.25rem 0 .75rem;padding:.55rem .65rem;font-size:.64rem;display:flex}.profile-consent svg{flex-shrink:0;width:13px;height:13px}.profile-privacy-actions{flex-direction:column;gap:.4rem;display:flex}.profile-privacy-actions>button{width:100%;color:var(--text-primary);border:1px solid var(--border);text-align:left;border-radius:9px;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:.65rem;padding:.65rem;display:grid}.profile-privacy-actions>button:hover{background:var(--bg-elevated);border-color:#f973168c}.profile-privacy-actions>button>span{width:31px;height:31px;color:var(--accent);background:var(--accent-light);border-radius:8px;place-items:center;display:grid}.profile-avatar-edit i,.profile-privacy-actions>button>span svg{width:15px;height:15px}.profile-privacy-actions em{flex-direction:column;min-width:0;font-style:normal;display:flex}.profile-empty :is(.btn-primary,.btn-outline),.profile-privacy-actions strong{font-size:.7rem}.profile-privacy-actions small{color:var(--text-muted);text-overflow:ellipsis;white-space:nowrap;font-size:.58rem;overflow:hidden}.profile-privacy-actions>button>svg{width:14px;height:14px;color:var(--text-subtle)}.profile-movement-row--saida .profile-movement-row__icon,.profile-movement-row--descarte .profile-movement-row__icon,.profile-request-status.is-rejected,.profile-privacy-actions>button.is-danger>span{color:var(--danger);background:var(--danger-bg)}.profile-privacy-actions>button.is-danger strong{color:var(--danger)}.profile-skeleton,.profile-list-skeleton{background:var(--bg-card);position:relative;overflow:hidden}.profile-list-skeleton{border:1px solid var(--border);border-radius:var(--r);background:var(--bg-input);height:60px;margin-bottom:.55rem}.profile-list-skeleton--tall{height:125px}.profile-skeleton:after,.profile-list-skeleton:after{content:"";background:linear-gradient(90deg,#0000,#ffffff0e,#0000);animation:1.35s infinite profile-shimmer;position:absolute;inset:0;transform:translate(-100%)}.profile-load-error{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:.65rem;min-height:70vh;padding:2rem;display:flex}.profile-load-error>svg{width:38px;height:38px;color:var(--danger)}.profile-load-error h1{font-size:1.2rem}.profile-load-error p{color:var(--text-muted);font-size:.8rem}#profileAgenda,#profileAvailabilitySection,#profileInventorySection{scroll-margin-top:88px}@media (width<=1024px){.profile-hero{grid-template-columns:auto minmax(0,1fr)}.profile-completion{grid-column:1/-1}.profile-shortcuts,.profile-metrics{grid-template-columns:repeat(2,minmax(0,1fr))}.profile-dashboard-grid,.profile-account-grid{grid-template-columns:1fr}.profile-dashboard-side{grid-template-columns:repeat(2,minmax(0,1fr));display:grid}}@media (width<=768px){.profile-topbar{padding:.6rem .75rem}.profile-topbar__brand img{width:72px}.profile-topbar__actions{gap:.35rem}.profile-topbar :is(.btn-ghost,.btn-primary){justify-content:center;min-width:39px;padding-inline:.6rem}.profile-main{padding-top:1rem}.profile-page{padding-inline:.75rem}.profile-hero{text-align:center;grid-template-columns:1fr;justify-items:center;padding:1.35rem}.profile-hero__identity h1{white-space:normal}.profile-hero__identity>p,.profile-hero__badges{justify-content:center}.profile-completion{text-align:left;width:100%}.profile-shortcuts{scroll-snap-type:x mandatory;padding-bottom:.15rem;display:flex;overflow-x:auto}.profile-shortcuts>a{scroll-snap-align:start;min-width:190px}.profile-metrics{grid-template-columns:repeat(2,minmax(0,1fr));gap:.6rem}.profile-metric{gap:.55rem;min-height:92px;padding:.8rem}.profile-metric__icon{width:34px;height:34px}.profile-metric strong{font-size:1.1rem}.profile-dashboard-side{display:flex}.profile-page .profile-section{padding:1rem}.profile-section__head{align-items:flex-start}.profile-section__head>a{font-size:0}.profile-section__head>a svg{width:16px;height:16px}.profile-activity-row{grid-template-columns:auto minmax(0,1fr) auto;gap:.55rem}.profile-metric small,.profile-topbar__brand>span,.profile-topbar__back span,#profileLogoutBtn span,.profile-activity-row__status{display:none}.profile-activity-row__copy small{align-items:flex-start;line-height:1.35}.profile-form-grid{grid-template-columns:1fr}.profile-form-grid__wide{grid-column:auto}.profile-form-actions{flex-direction:column;align-items:stretch}.profile-form-actions>span{max-width:none}.profile-form-actions button{width:100%}}@media (width<=420px){.profile-topbar__brand{display:none}.profile-metrics{grid-template-columns:1fr 1fr}.profile-metric{flex-direction:column;align-items:flex-start}.profile-inventory-summary{grid-template-columns:1fr}.profile-inventory-summary>span{text-align:left;flex-direction:row;justify-content:space-between}}@media (width<=560px){.profile-topbar__brand{display:flex}.profile-topbar__brand img{width:82px}.profile-topbar__brand>span{display:none}.module-back-btn,.profile-topbar__back,.inv-topbar__btn,.profile-topbar :is(.btn-ghost,.btn-primary){min-width:42px;min-height:42px;padding-inline:.58rem}}
