@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Manrope:wght@500;600;700;800&family=Sora:wght@400;500;600;700&display=swap";:root{--primary:#005470;--primary-hover:#003f54;--bg-color:#f8f9fb;--surface-color:#fff;--text-primary:#1a1a1a;--text-secondary:#737373;--border-color:#eaeaea;--sidebar-width:64px;--topbar-height:58px;--mobile-nav-height:86px;--safe-bottom:env(safe-area-inset-bottom,0px)}*{box-sizing:border-box;-webkit-user-select:none;user-select:none;margin:0;padding:0;font-family:Inter,sans-serif}::-webkit-scrollbar{width:5px;height:5px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:#0f283221;border-radius:99px}::-webkit-scrollbar-thumb:hover{background:#0f28323d}html{scrollbar-width:thin;scrollbar-color:#0f283221 transparent}input,textarea,[contenteditable]{-webkit-user-select:text;user-select:text}body,#root{background-color:var(--bg-color);color:var(--text-primary);width:100%;min-height:100dvh;margin:0;padding:0;overflow:hidden}.login-screen{color:#fff;background-image:linear-gradient(#005470f2,#005470e8),url(/login-bg.jpg);background-position:50%;background-repeat:no-repeat;background-size:cover;justify-content:center;align-items:center;width:100%;min-height:100vh;padding:2rem;display:flex}.login-shell{grid-template-columns:minmax(0,1.1fr) 1px minmax(320px,380px);align-items:center;gap:3rem;width:100%;max-width:980px;display:grid}.login-brand{justify-content:center;align-items:center;display:flex}.login-logo{filter:brightness(0)invert();width:100%;max-width:460px;height:auto}.login-divider{background:#ffffff42;width:1px;height:240px}.login-panel{flex-direction:column;justify-content:center;min-height:240px;display:flex}.login-loading{flex-direction:column;align-items:center;gap:1rem;display:flex}.login-spinner{border:3px solid #ffffff24;border-top-color:#fff;border-radius:50%;width:40px;height:40px;animation:1s linear infinite spin}.login-loading-label{color:#ffffffad;letter-spacing:.08em;font-size:.85rem;font-weight:600}.login-title{color:#fff;margin-bottom:1.5rem;font-size:1.75rem;font-weight:600}.login-copy{color:#ffffffd1;margin-bottom:1.5rem;font-size:.92rem;line-height:1.6}.login-form{flex-direction:column;gap:1rem;display:flex}.login-fields{flex-direction:column;gap:.8rem;display:flex}.login-input{color:#1f2937;background:#fffffffa;border:none;outline:none;width:100%;padding:.85rem 1rem;font-size:1rem}.login-input:focus{box-shadow:inset 0 0 0 2px #00547038}.login-actions{justify-content:space-between;align-items:center;gap:1rem;margin-top:.35rem;display:flex}.login-link-button{color:#ffffffc2;cursor:pointer;background:0 0;border:none;padding:0;font-size:.85rem;font-style:italic}.login-submit-button{color:#fff;cursor:pointer;background:0 0;border:none;align-items:center;gap:.5rem;padding:0;font-size:1.15rem;font-weight:600;transition:opacity .2s,transform .2s;display:inline-flex}.login-submit-button:hover{opacity:1;transform:translate(3px)}.login-submit-button:disabled{opacity:.5;cursor:not-allowed}.login-submit-button-standalone{margin-top:1rem}.login-recovery{animation:.35s fade-up}.login-submit-icon{transition:transform .2s}.login-submit-button:hover .login-submit-icon{transform:translate(4px)}@keyframes spin{to{transform:rotate(360deg)}}@keyframes fade-up{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.app-layout{background:radial-gradient(circle at top,#00547014,#0000 38%),linear-gradient(#f7fbfc 0%,#f8f9fb 28%,#f4f7f9 100%);flex-direction:column;width:100%;height:100dvh;min-height:100dvh;display:flex;overflow:hidden}.content-layout{flex:1;min-height:0;display:flex;overflow:hidden}.sidebar{width:var(--sidebar-width);height:calc(100dvh - var(--topbar-height));background-color:var(--primary);z-index:100;flex-direction:column;flex-shrink:0;align-items:center;gap:10px;padding:14px 0;display:flex;overflow:visible}.sidebar-dashboard{color:#ffffffd1;cursor:pointer;background:0 0;border:none;border-radius:12px;justify-content:center;align-items:center;width:44px;height:44px;padding:0;transition:all .2s;display:flex}.sidebar-item{justify-content:center;align-items:center;display:flex;position:relative}.sidebar-dashboard:hover{color:#fff;background:#ffffff1f}.sidebar-dashboard.active{color:#fff;background:#ffffff29;box-shadow:inset 0 0 0 1px #ffffff24}.sidebar-dashboard-ai{color:var(--primary);background:#ffffffc7;box-shadow:inset 0 0 0 1px #ffffff47,0 8px 18px #1a1a1a1f}.sidebar-dashboard-ai:hover{color:var(--primary-hover);background:#ffffffe6;box-shadow:inset 0 0 0 1px #ffffff57,0 10px 22px #1a1a1a29}.sidebar-dashboard-ai.active{color:var(--primary);background:#fff;box-shadow:inset 0 0 0 1px #0054701f,0 14px 30px #1a1a1a38}.sidebar-dashboard-mark{background:#ffffff24;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;display:inline-flex}.sidebar-dashboard-ai .sidebar-dashboard-mark{background:#0054701a}.sidebar-dashboard-ai.active .sidebar-dashboard-mark{background:#00547029}.sidebar-tooltip-portal{color:#f2f2f2;letter-spacing:.01em;white-space:nowrap;pointer-events:none;z-index:99999;background:#1c1c1e;border-radius:6px;padding:5px 10px;font-size:12px;font-weight:500;animation:.11s ease-out forwards sidebar-tt-in;position:fixed;transform:translateY(-50%);box-shadow:0 2px 10px #00000073,0 0 0 .5px #ffffff12}@keyframes sidebar-tt-in{0%{opacity:0;transform:translateY(-50%)translate(-4px)}to{opacity:1;transform:translateY(-50%)translate(0)}}.sidebar-mobile-drawer-backdrop,.sidebar-mobile-bottom-nav,.sidebar-mobile-drawer{display:none}.main-wrapper{flex-direction:column;flex:1;min-width:0;display:flex;overflow:hidden}.topbar{height:var(--topbar-height);background-color:#fff;border-bottom:1px solid #e8e8e8;flex-shrink:0;justify-content:space-between;align-items:center;gap:16px;padding:0 20px;display:flex;box-shadow:0 1px 4px #0000000a}.topbar-mobile-shell{display:none}.topbar-desktop-shell{justify-content:space-between;align-items:center;gap:16px;width:100%;display:flex}.topbar-left{flex:1;align-items:center;gap:14px;min-width:0;display:flex}.topbar-mobile-menu{display:none}.brand-block{align-items:center;gap:12px;min-width:0;display:flex}.brand{flex-shrink:0;align-items:center;display:flex}.topbar-mobile-copy{display:none}.topbar-mobile-kicker{letter-spacing:.12em;text-transform:uppercase;color:#6d8791;font-size:10px;font-weight:700}.topbar-mobile-copy strong{color:#13313a;letter-spacing:-.02em;white-space:nowrap;text-overflow:ellipsis;font-family:Manrope,sans-serif;font-size:1.05rem;font-weight:800;display:block;overflow:hidden}.brand-btn{cursor:pointer;background:0 0;border:none;border-radius:6px;align-items:center;padding:0;transition:opacity .15s;display:flex}.brand-btn:hover{opacity:.75}.brand-image{object-fit:contain;width:auto;height:34px;display:block}.topbar-mobile-logo-btn{cursor:pointer;background:0 0;border:none;align-items:center;padding:0;display:flex}.topbar-separator{background-color:#ddd;flex-shrink:0;width:1px;height:26px}.breadcrumbs{color:#888;align-items:center;gap:5px;font-size:13px;display:flex}.breadcrumb-item{color:#777;font-weight:400}.breadcrumb-active{color:var(--primary);font-size:13px;font-weight:700}.breadcrumb-chevron{color:#bbb}.breadcrumbs .home-icon{color:#888;width:15px;height:15px}.topbar-right{flex-shrink:0;align-items:center;gap:10px;display:flex}.topbar-action{width:32px;height:32px;color:var(--text-secondary);cursor:pointer;background-color:#f4f5f7;border:none;border-radius:50%;justify-content:center;align-items:center;transition:all .2s;display:flex}.topbar-action:hover{color:var(--text-primary);background-color:#eaeaea}.user-profile{cursor:pointer;background:0 0;border:none;align-items:center;gap:8px;margin-left:4px;padding:0;display:flex}.user-name{color:var(--text-primary);font-size:13px;font-weight:500}.avatar{background-color:var(--primary);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;display:flex}.profile-menu{position:relative}.profile-chevron{color:#7c7c8d;transition:transform .2s}.profile-chevron.open{transform:rotate(180deg)}.profile-dropdown{z-index:200;background:#fff;border:1px solid #dbe7ec;border-radius:12px;min-width:180px;padding:8px;position:absolute;top:calc(100% + 10px);right:0;box-shadow:0 18px 40px #2211381f}.profile-dropdown-item{color:#173540;cursor:pointer;background:0 0;border:none;border-radius:10px;align-items:center;gap:10px;width:100%;padding:10px 12px;transition:background-color .2s,color .2s;display:flex}.profile-dropdown-item:hover{color:var(--primary);background:#eef6f8}.main-content{-webkit-overflow-scrolling:touch;overscroll-behavior-y:contain;background-color:var(--bg-color);flex:1;min-height:0;padding:24px;overflow-y:auto}.assistant-launcher{z-index:170;flex-direction:column;align-items:flex-end;gap:16px;display:flex;position:fixed;bottom:24px;right:24px}.assistant-fab{z-index:1;width:29px;height:29px;color:inherit;cursor:pointer;will-change:transform;background:0 0;border:none;border-radius:0;justify-content:center;align-items:center;padding:0;transition:none;animation:3.6s ease-in-out infinite assistantFabFloat;display:inline-flex;position:relative;overflow:visible}.assistant-fab:after{content:none}.assistant-fab-pulse{display:none}.assistant-fab:hover{box-shadow:none;filter:none}.assistant-fab.active{background:0 0;border-color:#0000}.assistant-fab-orb{z-index:1;border-radius:0;flex-shrink:0;justify-content:center;align-items:center;width:49px;height:49px;display:inline-flex;position:relative;overflow:hidden}.assistant-fab-icon-image{object-fit:contain;border-radius:0;width:100%;height:100%;display:block;transform:none}.assistant-chat-window{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);transform-origin:100% 100%;background:linear-gradient(#f7fbfd 0%,#eff6f9 100%);border:1px solid #07344229;border-radius:30px;flex-direction:column;width:min(448px,100vw - 48px);height:min(720px,100vh - 136px);animation:.18s assistantWindowIn;display:flex;position:relative;overflow:hidden;box-shadow:0 32px 70px #0f172a38,inset 0 0 0 1px #ffffff7a}.assistant-chat-window:before{content:none}.assistant-chat-head{z-index:1;background:var(--primary);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-bottom:1px solid #81d3e233;justify-content:space-between;align-items:center;gap:18px;padding:18px 18px 16px;display:flex;position:relative}.assistant-chat-heading{align-items:center;gap:12px;min-width:0;display:flex}.assistant-chat-avatar{object-fit:contain;transform-origin:0;border-radius:50%;flex-shrink:0;width:36px;height:36px;margin-left:-9px;margin-right:12px;display:block;transform:scale(1.292)}.assistant-chat-kicker{color:#7fe2f5;letter-spacing:.08em;text-transform:uppercase;font-size:.72rem;font-weight:800}.assistant-chat-heading strong{color:#f7fdff;letter-spacing:-.02em;font-family:Manrope,sans-serif;font-size:1.16rem;font-weight:800}.assistant-chat-description{color:#dcf2f7d1;max-width:280px;font-size:.8rem;line-height:1.45}.assistant-chat-actions{align-items:center;gap:10px;display:inline-flex}.assistant-chat-icon-button{color:#d6edf2;cursor:pointer;background:#ffffff1a;border:1px solid #96deeb3d;border-radius:14px;justify-content:center;align-items:center;width:40px;height:40px;transition:background .18s,color .18s,transform .18s;display:inline-flex;position:relative}.assistant-chat-icon-button:hover,.assistant-chat-icon-button.active{color:#fff;background:#ffffff2e;transform:translateY(-1px)}.assistant-chat-icon-badge{color:#0b6079;background:#f2fbff;border-radius:999px;justify-content:center;align-items:center;min-width:18px;height:18px;padding:0 4px;font-size:.68rem;font-weight:800;line-height:1;display:inline-flex;position:absolute;top:-5px;right:-5px}.assistant-chat-body{z-index:1;background:0 0;flex:1;min-height:0;padding:10px 14px 14px;position:relative;overflow:hidden}.assistant-chat-body .ai-chat-page{height:100%;padding:0}.assistant-chat-body .ai-chat-shell{height:100%;min-height:100%;box-shadow:none;background:0 0;border:none;border-radius:0}.assistant-chat-body .ai-chat-shell--embedded .ai-chat-main.embedded{box-shadow:none;background:0 0;border:none;border-radius:0;padding:0}@keyframes assistantFabFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-4px)}}@keyframes assistantFabPulse{0%,to{opacity:.78;transform:scale(1)}50%{opacity:1;transform:scale(1.045)}}@keyframes assistantWindowIn{0%{opacity:0;transform:translateY(10px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}.page-header{flex-direction:column;gap:8px;margin-bottom:24px;display:flex}.page-back-button{color:#4e7683;cursor:pointer;background:0 0;border:none;align-items:center;gap:8px;width:fit-content;height:auto;margin-bottom:14px;padding:0;font-size:12.5px;font-weight:600;transition:color .2s,transform .2s;display:inline-flex}.page-back-button:hover{color:var(--primary);transform:translate(-2px)}.page-header-split{flex-direction:row;justify-content:space-between;align-items:flex-start;gap:20px}.page-header-actions{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:10px;display:flex}.page-title-row{align-items:center;gap:12px;display:flex}.page-title-icon{width:48px;height:48px;color:var(--primary);background:linear-gradient(#edf6f9 0%,#e3f0f4 100%);border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;display:flex;box-shadow:inset 0 0 0 1px #0054700f}.page-title{color:#0f172a;font-size:28px;font-weight:700}.page-description{color:#94a3b8;font-size:15px;font-weight:400;display:none}.page-primary-action{background:var(--primary);color:#fff;cursor:pointer;border:none;border-radius:10px;align-items:center;gap:8px;height:40px;padding:0 16px;font-size:13px;font-weight:600;transition:transform .2s,background-color .2s;display:inline-flex;box-shadow:0 12px 24px #0054702e}.page-primary-action:hover{background:var(--primary-hover);transform:translateY(-1px)}.page-secondary-action{color:#4b5563;cursor:pointer;background:#fff;border:1px solid #e2d8eb;border-radius:10px;align-items:center;gap:8px;height:40px;padding:0 16px;font-size:13px;font-weight:600;transition:border-color .2s,color .2s,background-color .2s;display:inline-flex}.page-secondary-action:hover{color:var(--primary);background:#f4fafb;border-color:#d0b4e4}.dashboard-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:16px;margin-top:24px;display:grid}.dashboard-page-header{gap:18px}.dashboard-mobile-welcome{display:none}.dashboard-header-actions{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:12px;display:flex}.dashboard-window-switch{background:#ffffffd1;border:1px solid #ece4f4;border-radius:14px;align-items:center;gap:6px;padding:6px;display:inline-flex;box-shadow:inset 0 1px #fffc}.dashboard-window-button{color:#6b5f81;cursor:pointer;background:0 0;border:none;border-radius:10px;padding:9px 14px;font-size:12px;font-weight:700;transition:all .2s}.dashboard-window-button:hover{color:var(--primary);background:#f7f1fb}.dashboard-window-button.active{color:#fff;background:linear-gradient(135deg, var(--primary) 0%, #00698b 100%);box-shadow:0 8px 16px #00547038}.dashboard-hero-grid{grid-template-columns:minmax(0,2fr) minmax(320px,.95fr);gap:18px;margin-bottom:18px;display:grid}.dashboard-hero-card,.dashboard-side-card,.dashboard-kpi-card,.dashboard-stat-card,.dashboard-mini-card,.dashboard-activity-item,.dashboard-alert-card,.dashboard-shortcut{background:#fff;border:1px solid #dbe7ec;border-radius:22px;box-shadow:0 14px 36px #1b15260f}.dashboard-hero-card{background:radial-gradient(circle at 100% 0,#00547024,#0000 34%),linear-gradient(145deg,#fff 0%,#f7fbfc 52%,#eef6f8 100%);padding:26px;position:relative;overflow:hidden}.dashboard-hero-card:after{content:"";pointer-events:none;background:radial-gradient(circle,#00547024,#0000 66%);border-radius:50%;width:220px;height:220px;position:absolute;inset:auto -40px -55px auto}.dashboard-hero-card--attention{background:radial-gradient(circle at 100% 0,#f59e0b29,#0000 34%),linear-gradient(145deg,#fff 0%,#fffaf1 54%,#fff3df 100%)}.dashboard-hero-card--critical{background:radial-gradient(circle at 100% 0,#ef444429,#0000 34%),linear-gradient(145deg,#fff 0%,#fff7f7 52%,#ffe9e9 100%)}.dashboard-hero-topline,.dashboard-hero-head,.dashboard-panel-header,.dashboard-subtitle-row,.dashboard-flow-meta,.dashboard-category-meta,.dashboard-kpi-topline,.dashboard-health-meta{justify-content:space-between;align-items:center;gap:12px;display:flex}.dashboard-hero-topline{margin-bottom:22px}.dashboard-hero-badge,.dashboard-panel-pill{color:#675979;background:#fffc;border:1px solid #dbceecf2;border-radius:999px;align-items:center;gap:8px;padding:9px 12px;font-size:12px;font-weight:700;display:inline-flex}.dashboard-hero-user{color:#5a5070;font-size:13px;font-weight:600}.dashboard-eyebrow{letter-spacing:.14em;text-transform:uppercase;color:#8d7ca4;align-items:center;gap:8px;margin-bottom:10px;font-size:11px;font-weight:800;display:inline-flex}.dashboard-hero-head{align-items:flex-start;margin-bottom:26px}.dashboard-hero-title{letter-spacing:-.04em;color:#1e1633;max-width:14ch;margin-bottom:12px;font-size:clamp(28px,3.1vw,42px);line-height:1.02}.dashboard-hero-description{color:#665c79;max-width:58ch;font-size:14px;line-height:1.65}.dashboard-hero-score{text-align:right;flex-direction:column;align-items:flex-end;gap:6px;min-width:180px;display:flex}.dashboard-hero-score strong{letter-spacing:-.05em;color:#140f24;font-size:52px;line-height:1}.dashboard-hero-score span{color:#6f6683;font-size:13px;font-weight:600}.dashboard-health-grid{z-index:1;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;display:grid;position:relative}.dashboard-health-item{background:#ffffffbd;border:1px solid #ece4f5d9;border-radius:18px;gap:10px;padding:14px 16px;display:grid}.dashboard-health-meta span,.dashboard-kpi-topline span,.dashboard-kpi-caption,.dashboard-flow-headline span,.dashboard-stat-card span,.dashboard-mini-card span,.dashboard-subtitle-row span,.dashboard-panel-pill,.dashboard-empty-inline span,.dashboard-alert-copy p,.dashboard-activity-copy span{color:#6a5f7d;font-size:13px;line-height:1.5}.dashboard-health-meta strong{color:#22183a;font-size:15px}.dashboard-progress-track{background:#e6f1f4;border-radius:999px;width:100%;height:8px;overflow:hidden}.dashboard-progress-fill{border-radius:inherit;height:100%}.dashboard-progress-fill--purple{background:linear-gradient(135deg,#005470 0%,#0d6b89 100%)}.dashboard-progress-fill--green{background:linear-gradient(135deg,#22c55e 0%,#15803d 100%)}.dashboard-progress-fill--blue{background:linear-gradient(135deg,#38bdf8 0%,#2563eb 100%)}.dashboard-progress-fill--orange{background:linear-gradient(135deg,#f59e0b 0%,#d97706 100%)}.dashboard-progress-fill--red{background:linear-gradient(135deg,#ef4444 0%,#dc2626 100%)}.dashboard-hero-side{gap:14px;display:grid}.dashboard-side-card,.dashboard-kpi-card,.dashboard-activity-item,.dashboard-shortcut{cursor:pointer;border:1px solid #dbe7ec;width:100%;transition:transform .2s,box-shadow .2s,border-color .2s}.dashboard-side-card:hover,.dashboard-kpi-card:hover,.dashboard-activity-item:hover,.dashboard-shortcut:hover{border-color:#bdd4dc;transform:translateY(-2px);box-shadow:0 18px 38px #1f142c1a}.dashboard-side-card{text-align:left;align-items:center;gap:14px;padding:18px 20px;display:flex}.dashboard-side-icon,.dashboard-mini-icon,.dashboard-kpi-icon,.dashboard-flow-icon{border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;width:42px;height:42px;display:inline-flex}.dashboard-side-icon--purple,.dashboard-flow-icon--purple{color:#0d6b89;background:#e9f5f8}.dashboard-side-icon--orange{color:#d97706;background:#fff4e5}.dashboard-side-icon--blue{color:#2563eb;background:#eef8ff}.dashboard-side-icon--green,.dashboard-flow-icon--green,.dashboard-mini-icon{color:#15803d;background:#ecfdf3}.dashboard-side-card strong{color:#16323a;letter-spacing:-.03em;margin-bottom:6px;font-size:28px;line-height:1;display:block}.dashboard-side-card span{color:#655a79;font-size:13px;line-height:1.45}.dashboard-kpi-grid,.dashboard-content-grid,.dashboard-mini-grid,.dashboard-shortcuts{gap:18px;display:grid}.dashboard-kpi-grid{grid-template-columns:repeat(4,minmax(0,1fr));margin-bottom:18px}.dashboard-kpi-card{text-align:left;background:linear-gradient(#fff 0%,#fbf9fe 100%);padding:20px}.dashboard-kpi-icon{width:38px;height:38px;color:var(--primary);background:#f4ecfb;border-radius:12px}.dashboard-kpi-value{color:#1e1733;letter-spacing:-.05em;margin:18px 0 10px;font-size:40px;line-height:1;display:block}.dashboard-content-grid{grid-template-columns:repeat(2,minmax(0,1fr));align-items:start;margin-bottom:18px}.dashboard-content-grid--bottom{margin-bottom:0}.dashboard-panel{padding:24px}.dashboard-panel-header{align-items:flex-start;margin-bottom:20px}.dashboard-panel-title{color:#132f38;letter-spacing:-.03em;font-size:22px}.dashboard-flow-layout{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;display:grid}.dashboard-flow-group{background:linear-gradient(#fdfcff 0%,#f7f2fb 100%);border:1px solid #eee5f6;border-radius:20px;gap:16px;padding:18px;display:grid}.dashboard-flow-headline{align-items:center;gap:12px;display:flex}.dashboard-flow-headline strong,.dashboard-subtitle-row strong{color:#201736;font-size:16px}.dashboard-flow-list,.dashboard-category-list,.dashboard-activity-list,.dashboard-alerts{gap:12px;display:grid}.dashboard-flow-row,.dashboard-category-row{gap:8px;display:grid}.dashboard-flow-meta strong,.dashboard-category-meta strong,.dashboard-stat-card strong,.dashboard-mini-card strong{color:#231839}.dashboard-stat-grid,.dashboard-shortcuts{grid-template-columns:repeat(3,minmax(0,1fr))}.dashboard-stat-card{padding:16px 18px}.dashboard-stat-card strong{letter-spacing:-.04em;margin-top:10px;font-size:28px;line-height:1;display:block}.dashboard-category-block{gap:16px;margin-top:18px;display:grid}.dashboard-empty-inline{color:#6e6382;background:#f8f4fc;border-radius:16px;align-items:center;gap:10px;padding:14px 16px;display:flex}.dashboard-mini-grid{grid-template-columns:repeat(2,minmax(0,1fr));margin-top:18px}.dashboard-mini-card{align-items:center;gap:12px;padding:16px 18px;display:flex}.dashboard-mini-icon{border-radius:12px;width:38px;height:38px}.dashboard-activity-item{text-align:left;background:linear-gradient(#fff 0%,#fbf8fe 100%);grid-template-columns:auto minmax(0,1fr) auto;align-items:start;gap:14px;padding:16px 18px;display:grid}.dashboard-activity-dot{background:var(--primary);border-radius:50%;width:10px;height:10px;margin-top:7px;box-shadow:0 0 0 8px #00547014}.dashboard-activity-item--approval .dashboard-activity-dot{background:#16a34a;box-shadow:0 0 0 8px #16a34a1a}.dashboard-activity-item--support .dashboard-activity-dot{background:#2563eb;box-shadow:0 0 0 8px #2563eb1a}.dashboard-activity-item--alert .dashboard-activity-dot{background:#dc2626;box-shadow:0 0 0 8px #dc26261a}.dashboard-activity-copy{gap:5px;display:grid}.dashboard-activity-copy strong{color:#16323a;font-size:14px}.dashboard-activity-item time{color:#897b9e;white-space:nowrap;font-size:12px;font-weight:600}.dashboard-alert-card{justify-content:space-between;align-items:flex-start;gap:16px;padding:18px 20px;display:flex}.dashboard-alert-card--critical{background:linear-gradient(#fff9f9 0%,#fff2f2 100%);border-color:#ffd6d6}.dashboard-alert-card--attention{background:linear-gradient(#fffdf7 0%,#fff8eb 100%);border-color:#f7dfb0}.dashboard-alert-card--neutral{background:linear-gradient(#fbf9fe 0%,#f6f1fb 100%)}.dashboard-alert-copy{gap:8px;display:grid}.dashboard-alert-copy strong{color:#201735;font-size:15px}.dashboard-shortcut{text-align:left;background:linear-gradient(#fff 0%,#fbf8fe 100%);align-items:center;gap:12px;padding:18px;display:flex}.dashboard-shortcut strong{color:#16323a;letter-spacing:-.04em;margin-bottom:4px;font-size:24px;line-height:1;display:block}.dashboard-empty-state{min-height:220px}@media (width<=1280px){.dashboard-hero-grid,.dashboard-content-grid{grid-template-columns:1fr}.dashboard-kpi-grid,.dashboard-health-grid,.dashboard-stat-grid,.dashboard-shortcuts{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=900px){.dashboard-header-actions,.dashboard-panel-header,.dashboard-hero-head,.dashboard-alert-card{flex-direction:column;align-items:stretch}.dashboard-window-switch{justify-content:space-between;width:100%}.dashboard-window-button{flex:1}.dashboard-health-grid,.dashboard-flow-layout,.dashboard-kpi-grid,.dashboard-stat-grid,.dashboard-mini-grid,.dashboard-shortcuts{grid-template-columns:1fr}.dashboard-hero-card,.dashboard-panel{padding:20px}.dashboard-hero-score{text-align:left;align-items:flex-start;min-width:0}.dashboard-activity-item{grid-template-columns:auto 1fr}.dashboard-activity-item time{grid-column:2}}.settings-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;display:grid}.settings-hero{margin-bottom:28px}.settings-page-shell,.resource-page-shell{width:100%}.settings-title-row{margin-bottom:10px}.settings-hero-icon{background:linear-gradient(#edf6f9 0%,#e3f0f4 100%);border-radius:14px;width:48px;height:48px}.settings-page-title{letter-spacing:-.03em;font-size:36px}.settings-sections{flex-direction:column;gap:30px;display:flex}.settings-section{flex-direction:column;gap:18px;display:flex}.settings-section-header{flex-direction:column;align-items:flex-start;gap:10px;display:flex}.settings-section-title{color:var(--primary);font-size:15px;font-weight:800}.settings-section-line{background:linear-gradient(90deg, var(--primary) 0%, #b7d7e1 100%);border-radius:999px;width:58px;height:4px}.settings-card{text-align:left;cursor:pointer;background:linear-gradient(#fff 0%,#f5fafb 100%);border:1px solid #dde9ed;border-radius:20px;align-items:flex-start;gap:16px;width:100%;min-height:178px;padding:22px 22px 20px;transition:transform .2s,box-shadow .2s,border-color .2s;display:flex}.settings-card:hover{border-color:#9fccd7;transform:translateY(-2px);box-shadow:0 20px 40px #00547014}.settings-card-icon{width:52px;height:52px;color:var(--primary);background:linear-gradient(#edf6f9 0%,#e1eff3 100%);border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.settings-card-body{flex-direction:column;flex:1;min-height:100%;display:flex}.settings-card-title-row{color:#342243;justify-content:space-between;align-items:center;gap:12px;margin-bottom:10px;display:flex}.settings-card-title{color:#1e1630;font-size:15px;font-weight:700}.settings-card-description{color:#6d6a75;max-width:28ch;font-size:13px;line-height:1.6}.settings-card-arrow{color:#005470;background:#e2f0f4;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;display:inline-flex}@media (width<=1180px){.settings-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=900px){.page-header-split{flex-direction:column;align-items:stretch}.page-header-actions{justify-content:flex-start}.settings-page-title{font-size:30px}.settings-card{min-height:0}.settings-grid{grid-template-columns:1fr}}.card{border:1px solid var(--border-color);border-radius:18px;flex-direction:column;justify-content:flex-end;gap:5px;height:156px;padding:22px 24px 24px;transition:transform .2s,box-shadow .2s;display:flex;position:relative;overflow:hidden;box-shadow:0 2px 12px #0000000f}.card:hover{transform:translateY(-2px);box-shadow:0 8px 24px #0000001a}.card-white{color:var(--text-primary);background:linear-gradient(160deg,#fff 0%,#f8f8fb 100%)}.card-primary{background:linear-gradient(140deg, var(--primary) 0%, #00698b 100%);color:#fff;border:none;box-shadow:0 8px 24px #00547040}.card-dark{color:#fff;background:linear-gradient(140deg,#1f1f2e 0%,#111118 100%);border:none;box-shadow:0 8px 24px #00000038}.card-value{letter-spacing:-.02em;font-size:38px;font-weight:800;line-height:1}.card-label{opacity:.72;letter-spacing:.01em;font-size:13px;font-weight:500}.card-icon-wrapper{width:42px;height:42px;color:var(--text-secondary);background-color:#0000000d;border-radius:12px;justify-content:center;align-items:center;display:flex;position:absolute;top:20px;right:20px}.card-white .card-icon-wrapper{color:#7a7a9a;background-color:#f2f2f8}.card-primary .card-icon-wrapper{color:#fffffff2;background-color:#ffffff2e}.card-dark .card-icon-wrapper{color:#ffffffd9;background-color:#ffffff1a}.resource-panel{background:#fff;border:1px solid #dbe7ec;border-radius:18px;padding:22px;box-shadow:0 10px 24px #1312160a}.resource-panel-header{justify-content:space-between;align-items:center;gap:12px;margin-bottom:28px;display:flex}.resource-panel-header--3col{grid-template-columns:1fr auto 1fr;align-items:center;gap:16px;display:grid}.resource-panel-header-center{justify-content:center;display:flex}.resource-panel-header-center .request-search-wrapper{width:340px}.resource-panel-title{color:#1f2937;font-size:18px}.request-panel-header{grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);align-items:center;column-gap:18px;display:grid}.request-panel-header .request-search-wrapper{justify-self:center;width:clamp(360px,38vw,520px)}.request-panel-header .request-date-range{justify-self:end}.request-search-wrapper{align-items:center;display:flex;position:relative}.resource-filter-toolbar{background:linear-gradient(#f8fcfdfa 0%,#f1f7faf5 100%);border:1px solid #d9e7ec;border-radius:18px;flex-direction:column;gap:14px;margin-bottom:16px;padding:16px 18px;display:flex;box-shadow:0 12px 28px #0f172a0d,inset 0 1px #fffc}.resource-filter-topbar{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:14px;display:flex}.resource-filter-search{flex:1;min-width:min(100%,340px)}.resource-filter-actions{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.resource-filter-result{color:#4f6772;letter-spacing:.01em;background:#fff;border:1px solid #dbe7ec;border-radius:999px;align-items:center;min-height:36px;padding:0 12px;font-size:12px;font-weight:700;display:inline-flex}.resource-filter-reset{color:#0d6b89;cursor:pointer;background:#fff;border:1px solid #cfe1e7;border-radius:10px;height:36px;padding:0 14px;font-size:12px;font-weight:700;transition:all .15s}.resource-filter-reset:hover:not(:disabled){background:#f4fafc;border-color:#8fc0ce}.resource-filter-reset:disabled{opacity:.5;cursor:not-allowed}.resource-filter-grid{grid-template-columns:repeat(5,minmax(0,1fr));gap:12px;display:grid}.resource-filter-field{flex-direction:column;gap:6px;display:flex}.resource-filter-field>span{text-transform:uppercase;letter-spacing:.06em;color:#62808c;font-size:11px;font-weight:800}.resource-filter-select-wrap{color:#15313a;background:#fff;border:1px solid #d7e3e8;border-radius:12px;outline:none;width:100%;height:40px;padding:0 12px;font-size:13px;transition:border-color .15s,box-shadow .15s;position:relative}.resource-filter-select-wrap select{color:#15313a;background:#fff;border:1px solid #d7e3e8;border-radius:12px;outline:none;width:100%;height:40px;padding:0 12px;font-size:13px;transition:border-color .15s,box-shadow .15s}.resource-filter-select-wrap select:focus,.resource-filter-select-wrap.focused{border-color:#0d6b89;box-shadow:0 0 0 3px #0d6b891f}.request-search-icon{color:#9ca3af;pointer-events:none;position:absolute;left:10px}.request-search-input{color:#1f2937;background:#fff;border:1px solid #e5e7eb;border-radius:8px;outline:none;width:100%;min-width:360px;height:36px;padding:0 12px 0 32px;font-size:13px;transition:border-color .15s}.request-search-input--wide{min-width:0}.request-search-input::placeholder{color:#9ca3af}.request-search-input:focus{border-color:#0d6b89;box-shadow:0 0 0 3px #0d6b8926}.request-date-range{align-items:center;gap:6px;display:flex}.request-date-input{color:#1f2937;background:#fff;border:1px solid #e5e7eb;border-radius:8px;outline:none;height:36px;padding:0 10px;font-size:13px;transition:border-color .15s}.request-date-input:focus{border-color:#0d6b89;box-shadow:0 0 0 3px #0d6b8926}.request-date-separator{color:#6b7280;white-space:nowrap;font-size:12px}.du-feedback{border-radius:10px;margin-bottom:20px;padding:12px 16px;font-size:13px}.du-feedback--success{color:#166534;background:#f0fdf4;border:1px solid #bbf7d0}.du-feedback--error{color:#991b1b;background:#fef2f2;border:1px solid #fecaca}.du-form-panel{margin-bottom:20px}.du-form-grid{grid-template-columns:auto 1fr 1fr;align-items:start;gap:16px;margin-bottom:20px;display:grid}.du-form-field{flex-direction:column;gap:6px;display:flex}.du-label{color:#6b7280;text-transform:uppercase;letter-spacing:.04em;font-size:12px;font-weight:600}.du-type-toggle{gap:6px;display:flex}.du-type-btn{color:#374151;cursor:pointer;white-space:nowrap;background:#fff;border:1px solid #e5e7eb;border-radius:8px;align-items:center;gap:6px;padding:8px 14px;font-size:13px;transition:all .15s;display:flex}.du-type-btn:hover{color:#0d6b89;border-color:#0d6b89}.du-type-btn.active{color:#0d6b89;background:#f7fbfc;border-color:#0d6b89;font-weight:600}.du-select{color:#1f2937;background:#fff;border:1px solid #e5e7eb;border-radius:8px;outline:none;height:38px;padding:0 12px;font-size:13px;transition:border-color .15s}.du-select:focus,.du-select.focused{border-color:#0d6b89;box-shadow:0 0 0 3px #0d6b8926}.du-select:disabled{color:#9ca3af;cursor:not-allowed;background:#f9fafb}.du-drop-zone{text-align:center;cursor:pointer;background:#fafafa;border:2px dashed #e5e7eb;border-radius:12px;margin-bottom:20px;padding:32px 24px;transition:all .15s}.du-drop-zone:hover,.du-drop-zone--drag{background:#f7fbfc;border-color:#0d6b89}.du-drop-zone--has-file{cursor:default;background:#f7fbfc;border-style:solid;border-color:#0d6b89}.du-drop-placeholder{color:#9ca3af;flex-direction:column;align-items:center;gap:8px;display:flex}.du-drop-placeholder p{color:#374151;margin:0;font-size:14px}.du-drop-placeholder p span{color:#0d6b89;cursor:pointer;text-decoration:underline}.du-drop-placeholder small{font-size:12px}.du-file-selected{color:#0d6b89;justify-content:center;align-items:center;gap:12px;display:flex}.du-file-info{flex-direction:column;align-items:flex-start;gap:2px;display:flex}.du-file-name{color:#1f2937;font-size:14px;font-weight:600}.du-file-meta{color:#6b7280;font-size:12px}.du-file-remove{color:#6b7280;cursor:pointer;background:#e5e7eb;border:none;border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;transition:all .15s;display:flex}.du-file-remove:hover{color:#dc2626;background:#fecaca}.du-form-actions{justify-content:flex-end;display:flex}.du-count{color:#6b7280;background:#f3f4f6;border-radius:20px;padding:3px 10px;font-size:13px}.du-history-header{grid-template-columns:auto 1fr auto;align-items:center;gap:16px;margin-bottom:28px;display:grid}.du-history-right{align-items:center;gap:10px;display:flex}.du-history-date-range{align-items:center;gap:6px;display:flex}.du-history-search{justify-self:center;position:relative}.du-history-search-icon{color:#9ca3af;pointer-events:none;position:absolute;top:50%;left:11px;transform:translateY(-50%)}.du-history-search-input,.du-history-date-input,.du-history-recipient-select{color:#1f2937;background:#fff;border:1px solid #e5e7eb;border-radius:10px;outline:none;height:38px;font-size:13px;transition:border-color .15s,box-shadow .15s}.du-history-search-input:focus,.du-history-date-input:focus,.du-history-recipient-select:focus,.du-history-recipient-select.focused{border-color:#0d6b89;box-shadow:0 0 0 3px #0d6b8926}.du-history-search-input{width:420px;padding:0 12px 0 34px}.du-history-date-input,.du-history-recipient-select{padding:0 12px}.du-history-date-input{width:150px}.du-history-recipient-select{width:340px}.du-history-table-wrapper{overflow-x:auto}.du-history-table{border-collapse:collapse;width:100%;font-size:13px}.du-history-table thead th{text-align:left;text-transform:uppercase;letter-spacing:.05em;color:#9ca3af;white-space:nowrap;border-bottom:1px solid #f3f4f6;padding:10px 12px;font-size:11px;font-weight:600}.du-history-table tbody tr{border-bottom:1px solid #f9fafb;transition:background .1s}.du-history-table tbody tr:last-child{border-bottom:none}.du-history-table tbody tr:hover{background:#faf9ff}.du-history-table td{vertical-align:middle;color:#374151;padding:12px}.du-cell-date{white-space:nowrap;color:#6b7280!important;font-size:12px!important}.du-recipient-cell,.du-doc-cell,.du-file-cell{flex-direction:column;gap:2px;display:flex}.du-recipient-cell small,.du-doc-cell small,.du-file-cell small{color:#9ca3af;font-size:11px}.du-type-badge{text-transform:uppercase;letter-spacing:.04em;border-radius:20px;width:fit-content;padding:2px 7px;font-size:10px;font-weight:600}.du-type-badge.collaborator{color:#0d6b89;background:#e6f4f8}.du-type-badge.supplier{color:#0369a1;background:#e0f2fe}.du-row-actions{justify-content:flex-end;align-items:center;gap:6px;display:flex}.du-icon-btn{color:#6b7280;cursor:pointer;background:#fff;border:1px solid #e5e7eb;border-radius:6px;justify-content:center;align-items:center;width:28px;height:28px;transition:all .15s;display:flex}.du-icon-btn:hover{color:#0d6b89;border-color:#0d6b89}.du-icon-btn--danger:hover{color:#dc2626;background:#fff5f5;border-color:#fca5a5}.du-preview-modal{background:#fff;border-radius:16px;flex-direction:column;width:90vw;max-width:860px;max-height:90vh;display:flex;overflow:hidden;box-shadow:0 20px 60px #0003}.du-preview-header{border-bottom:1px solid #f3f4f6;justify-content:space-between;align-items:flex-start;padding:20px 24px;display:flex}.du-preview-title{color:#1f2937;margin:0 0 4px;font-size:15px;font-weight:600}.du-preview-meta{color:#6b7280;margin:0;font-size:12px}.du-preview-body{background:#f9fafb;flex:1;justify-content:center;align-items:center;padding:16px;display:flex;overflow:auto}.du-preview-iframe{border:none;border-radius:8px;width:100%;height:60vh}.ai-confidence-bar-wrap{background:#fff;border-bottom:1px solid #e2e8f0;padding:16px 24px}.ai-confidence-bar-header{justify-content:space-between;align-items:center;margin-bottom:8px;display:flex}.ai-confidence-bar-label{color:#64748b;text-transform:uppercase;letter-spacing:.05em;font-size:12px;font-weight:600}.ai-confidence-bar-value{font-size:14px;font-weight:700}.ai-confidence-bar-track{background:#e2e8f0;border-radius:99px;height:8px;overflow:hidden}.ai-confidence-bar-fill{border-radius:99px;height:100%;transition:width .4s}.ai-analysis-body{background:#f8fafc;flex-direction:column;justify-content:flex-start;align-items:stretch;gap:20px;padding:24px;overflow-y:auto}.ai-analysis-summary{color:#334155;background:#fff;border:1px solid #e2e8f0;border-radius:10px;gap:10px;padding:16px;font-size:.92rem;line-height:1.55;display:flex}.ai-analysis-summary svg{color:#6d28d9;flex-shrink:0;margin-top:2px}.ai-analysis-summary p{margin:0}.ai-analysis-expiry{color:#92400e;background:#fffbeb;border:1px solid #fcd34d;border-radius:8px;align-items:center;gap:8px;padding:10px 14px;font-size:.86rem;display:flex}.ai-analysis-section{flex-direction:column;gap:10px;display:flex}.ai-analysis-section-title{text-transform:uppercase;letter-spacing:.05em;color:#64748b;font-size:12px;font-weight:700}.ai-criteria-list{flex-direction:column;gap:10px;display:flex}.ai-criterion-card{border:1px solid;border-radius:10px;align-items:flex-start;gap:12px;padding:14px;display:flex}.ai-criterion-text{flex-direction:column;gap:3px;display:flex}.ai-criterion-text strong{color:#0f172a;font-size:.9rem}.ai-criterion-text p{color:#475569;margin:0;font-size:.86rem;line-height:1.5}.ai-fields-grid{grid-template-columns:repeat(2,1fr);gap:10px;display:grid}.ai-field-item{background:#fff;border:1px solid #e2e8f0;border-radius:8px;flex-direction:column;gap:2px;padding:10px 12px;display:flex}.ai-field-label{text-transform:uppercase;letter-spacing:.04em;color:#94a3b8;font-size:11px;font-weight:600}.ai-field-value{color:#1e293b;word-break:break-word;font-size:.9rem}.ap-confidence-mini-track{background:#e2e8f0;border-radius:99px;width:100%;height:5px;margin:6px 0;overflow:hidden}.ap-confidence-mini-fill{border-radius:99px;height:100%;transition:width .4s}@media (width<=560px){.ai-fields-grid{grid-template-columns:1fr}}.du-preview-img{object-fit:contain;border-radius:8px;max-width:100%;max-height:60vh}.repo-categories{grid-template-columns:repeat(auto-fit,minmax(110px,1fr));gap:10px;margin-bottom:28px;display:grid}.repo-mobile-category-select{display:none}.repo-cat-card{cursor:pointer;background:#fff;border:1.5px solid #e9eaf0;border-radius:14px;flex-direction:column;justify-content:center;align-items:center;gap:6px;width:100%;min-width:0;min-height:102px;padding:16px 18px 14px;transition:border-color .15s,box-shadow .15s,transform .1s;display:flex}.repo-cat-card:hover{border-color:var(--cat-color);transform:translateY(-1px);box-shadow:0 4px 14px #00000012}.repo-cat-card--active{border-color:var(--cat-color);background:var(--cat-bg);box-shadow:0 4px 14px #00000017}.repo-cat-icon{color:var(--cat-color)}.repo-cat-label{color:#0f172a;text-align:center;justify-content:center;align-items:center;min-height:32px;font-size:12px;font-weight:700;line-height:1.3;display:flex}.repo-cat-count{color:#94a3b8;font-size:11px}.repo-cat-card--active .repo-cat-count{color:var(--cat-color)}.repo-doc-list{border:1px solid #eef0f4;border-radius:12px;overflow:hidden}.repo-doc-head,.repo-doc-row{grid-template-columns:minmax(220px,2fr) 160px minmax(160px,1.2fr) 130px 130px 100px;align-items:center;gap:16px;padding:0 18px;display:grid}.repo-doc-head{color:#64748b;text-transform:uppercase;letter-spacing:.04em;background:#f8fafc;border-bottom:1px solid #eef0f4;min-height:46px;font-size:12px;font-weight:700}.repo-doc-row{background:#fff;border-bottom:1px solid #f1f5f9;min-height:62px;transition:background .1s}.repo-doc-row:last-child{border-bottom:none}.repo-doc-row:hover{background:#fafbff}.repo-doc-name-cell{flex-direction:column;gap:2px;min-width:0;display:flex}.repo-doc-name{color:#0f172a;white-space:nowrap;text-overflow:ellipsis;font-size:14px;font-weight:700;overflow:hidden}.repo-doc-desc{color:#64748b;white-space:nowrap;text-overflow:ellipsis;font-size:12px;overflow:hidden}.repo-cat-chip{border-radius:20px;align-items:center;gap:4px;padding:3px 8px;font-size:11px;font-weight:600;display:inline-flex}.repo-doc-file{flex-direction:column;gap:2px;display:flex}.repo-doc-filename{color:#334155;white-space:nowrap;text-overflow:ellipsis;font-size:12px;overflow:hidden}.repo-doc-size{color:#94a3b8;font-size:11px}.repo-doc-uploader,.repo-doc-date{color:#475569;font-size:13px}.repo-upload-modal{background:radial-gradient(circle at 100% 0,#00547014,#0000 32%),linear-gradient(#fdfbff 0%,#fff 100%);width:min(100%,760px);padding:0;overflow:hidden}.repo-upload-header{background:linear-gradient(#fbf7fff5 0%,#fffffffa 100%);border-bottom:1px solid #efe6f6;margin-bottom:0;padding:26px 28px 18px}.repo-upload-header .modal-title{letter-spacing:-.03em;margin-bottom:8px;font-size:2rem}.repo-upload-header .modal-description{color:#756882;max-width:420px}.repo-upload-form{gap:18px;padding:22px 28px 0}.repo-upload-form .form-input-wrap{background:#ffffffeb;border-color:#e8dff0;border-radius:15px;min-height:52px;box-shadow:inset 0 1px #ffffffbf}.repo-upload-form .form-input-wrap:focus-within{border-color:#69a5b7;box-shadow:0 0 0 4px #00547014}.repo-upload-dropzone{text-align:center;background:linear-gradient(#edf6f9eb 0%,#fffffffa 100%);border:1.5px dashed #a8cdd7;border-radius:22px;flex-direction:column;justify-content:center;align-items:center;gap:10px;min-height:170px;margin:22px 28px 0;padding:28px 24px;transition:border-color .18s,box-shadow .18s,transform .18s,background .18s;display:flex}.repo-upload-dropzone:hover,.repo-upload-dropzone.dragging{background:linear-gradient(#edf6f9 0%,#fff 100%);border-color:#5fa8bc;transform:translateY(-1px);box-shadow:inset 0 0 0 1px #0054700d}.repo-upload-dropzone.has-file{background:linear-gradient(#faf2fe 0%,#fff 100%);border-style:solid;border-color:#69a5b7}.repo-upload-dropzone .du-dropzone-icon{width:52px;height:52px;color:var(--primary);background:#00547014;border-radius:18px;padding:12px}.repo-upload-dropzone .du-dropzone-text{color:#28193a;font-size:1rem;font-weight:600}.repo-upload-dropzone .du-dropzone-text span{color:var(--primary)}.repo-upload-dropzone .du-dropzone-hint{color:#607783;font-size:.84rem}.repo-upload-modal .du-file-preview{background:#fff;border:1px solid #dfedf2;border-radius:18px;align-items:center;gap:14px;width:min(100%,540px);padding:16px 18px;display:flex;box-shadow:0 12px 32px #00547014}.repo-upload-modal .du-file-icon{width:42px;height:42px;color:var(--primary);background:#00547014;border-radius:14px;flex-shrink:0;padding:10px}.repo-upload-modal .du-file-info{flex:1;min-width:0}.repo-upload-modal .du-file-name{text-overflow:ellipsis;white-space:nowrap;color:#22172f;display:block;overflow:hidden}.repo-upload-modal .du-file-size{color:#887998;margin-top:3px;font-size:12px;display:block}.repo-upload-modal .du-feedback{margin:16px 28px 0}.repo-upload-actions{background:#ffffffeb;border-top:1px solid #eaf3f6;margin-top:22px;padding:20px 28px 28px}.disabled-btn{opacity:.35;cursor:not-allowed}.ap-stats-row{grid-template-columns:repeat(4,1fr);gap:12px;margin-bottom:20px;display:grid}.ap-stat{background:#fff;border:1px solid #f3f4f6;border-radius:12px;flex-direction:row;align-items:center;gap:16px;padding:20px 24px;display:flex;box-shadow:0 1px 4px #0000000a}.ap-stat-icon{flex-shrink:0}.ap-stat-text{flex-direction:column;gap:2px;display:flex}.ap-stat-value{font-size:28px;font-weight:700;line-height:1}.ap-stat-label{color:#6b7280;font-size:12px}.ap-stat--pending{color:#d97706}.ap-stat--auto{color:#0d6b89}.ap-stat--approved{color:#16a34a}.ap-stat--rejected{color:#dc2626}.ap-filter-tabs{margin-bottom:20px}.ap-tab-count{color:#374151;background:#e5e7eb;border-radius:20px;justify-content:center;align-items:center;min-width:18px;height:18px;margin-left:6px;padding:0 5px;font-size:11px;font-weight:700;display:inline-flex}.ap-tab-count--alert{color:#92400e;background:#fef3c7}.ap-cards{flex-direction:column;gap:12px;display:flex}.ap-card{background:#fff;border:1px solid #f3f4f6;border-radius:14px;grid-template-columns:420px 1fr auto;gap:0;display:grid;overflow:hidden;box-shadow:0 2px 8px #0000000a}.ap-card-left{border-right:1px solid #f3f4f6;flex-direction:column;gap:14px;padding:20px;display:flex}.ap-doc-info{flex-direction:column;gap:3px;display:flex}.ap-doc-code{color:#0d6b89;text-transform:uppercase;letter-spacing:.06em;font-size:11px;font-weight:700}.ap-doc-name{color:#111827;margin:0;font-size:14px;font-weight:600}.ap-doc-category{color:#6b7280;font-size:12px}.ap-recipient-info{flex-direction:column;gap:4px;display:flex}.ap-recipient-name{color:#1f2937;font-size:13px;font-weight:600}.ap-recipient-company{color:#6b7280;font-size:12px}.ap-upload-meta{color:#6b7280;flex-direction:column;gap:2px;font-size:12px;display:flex}.ap-upload-meta strong{color:#374151}.ap-filename{color:#9ca3af;word-break:break-all;font-size:11px}.ap-reviewed-meta{color:#6b7280;background:#f9fafb;border-radius:8px;padding:8px 10px;font-size:12px}.ap-reviewed-meta strong{color:#374151}.ap-rejection-reason{color:#dc2626;margin:6px 0 0;font-size:12px;font-style:italic}.ap-card-center{border-right:1px solid #f3f4f6;flex-direction:column;gap:12px;padding:20px 24px;display:flex}.subscription-page{flex-direction:column;gap:24px;display:flex}.subscription-page-header{margin-bottom:0}.subscription-page-icon{background:radial-gradient(circle at 0 0,#ffffffd9 0%,#fff0 55%),linear-gradient(#e6f4f7 0%,#d8edf2 100%)}.subscription-header-actions{align-items:center}.subscription-status-dot{background:#10b981;border-radius:50%;width:8px;height:8px;box-shadow:0 0 0 4px #10b98124}.subscription-top-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;display:grid}.subscription-panel{border-radius:24px;flex-direction:column;gap:20px;padding:22px;display:flex}.subscription-panel-header{justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.subscription-panel-title-wrap{align-items:flex-start;gap:14px;display:flex}.subscription-inline-title{gap:10px}.subscription-panel-icon{width:40px;height:40px;color:var(--primary);background:#00547014;border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.subscription-panel-icon--dark{color:#0f172a;background:#0f172a14}.subscription-panel-icon--slate{color:#475569;background:#4755691a}.subscription-panel-title{color:#0f172a;margin:0;font-size:19px;font-weight:700}.subscription-panel-subtitle{color:#6b7280;margin-top:4px;font-size:13px;line-height:1.6}.subscription-badge{border-radius:999px;align-items:center;gap:8px;min-height:30px;padding:0 12px;font-size:12px;font-weight:700;display:inline-flex}.subscription-badge--success{color:#0f9f6e;background:#10b9811f}.subscription-badge--primary{color:var(--primary);background:#00547014}.subscription-badge--table{min-height:28px}.subscription-plan-banner{background:linear-gradient(135deg,#00547014 0%,#00547005 100%);border:1px solid #00547014;border-radius:20px;justify-content:space-between;align-items:flex-end;gap:16px;padding:18px 20px;display:flex}.subscription-plan-banner strong{letter-spacing:-.04em;color:var(--primary);font-family:Manrope,Inter,sans-serif;font-size:26px;display:block}.subscription-plan-banner p,.subscription-plan-banner span{color:#5f6b7b;font-size:13px}.subscription-feature-list,.subscription-plan-feature-list,.subscription-actions-stack{flex-direction:column;gap:12px;display:flex}.subscription-feature-item{color:#334155;align-items:center;gap:10px;font-size:13px;display:flex}.subscription-feature-item svg{color:#10b981;flex-shrink:0}.subscription-wide-button,.subscription-submit-button{justify-content:center;width:100%}.subscription-link-button,.subscription-ghost-button{color:var(--primary);cursor:pointer;background:0 0;border:none;font-size:13px;font-weight:700}.subscription-ghost-button{color:#475569}.subscription-card-preview{color:#fff;background:linear-gradient(145deg,#10213e 0%,#091427 100%);border-radius:24px;padding:24px;position:relative;overflow:hidden;box-shadow:0 24px 44px #0f172a38}.subscription-card-orb{background:#ffffff14;border-radius:50%;position:absolute}.subscription-card-orb--top{width:140px;height:140px;top:-70px;right:-24px}.subscription-card-orb--bottom{width:90px;height:90px;bottom:-36px;left:-12px}.subscription-card-topline,.subscription-card-meta{z-index:1;justify-content:space-between;gap:18px;display:flex;position:relative}.subscription-card-topline span,.subscription-card-meta span{opacity:.72;letter-spacing:.12em;text-transform:uppercase;margin-bottom:4px;font-size:11px;font-weight:700;display:block}.subscription-card-topline strong,.subscription-card-meta strong{font-size:13px;font-weight:600}.subscription-card-topline b{letter-spacing:.04em;font-size:22px;font-style:italic}.subscription-card-number{z-index:1;letter-spacing:.22em;margin:34px 0 28px;font-family:Sora,Inter,sans-serif;font-size:20px;position:relative}.subscription-usage-panel{border-radius:28px;flex-direction:column;gap:22px;padding:24px;display:flex}.subscription-usage-head{justify-content:space-between;align-items:flex-start;gap:18px;display:flex}.subscription-year-filter{color:#475569;background:#f9fbfc;border:1px solid #dbe7ec;border-radius:14px;align-items:center;gap:10px;min-height:44px;padding:0 14px;display:inline-flex}.subscription-year-filter select{color:#0f172a;cursor:pointer;background:0 0;border:none;outline:none;font-size:14px;font-weight:700}.subscription-year-filter .app-select-wrap{gap:6px;min-width:88px}.subscription-year-filter .app-select-wrap.focused{box-shadow:none}.subscription-year-filter:focus-within{border-color:#0d6b89;box-shadow:0 0 0 3px #0d6b891f}.subscription-usage-meter{background:linear-gradient(#fcfeff 0%,#f3f9fb 100%);border:1px solid #dbe7ec;border-radius:24px;flex-direction:column;gap:12px;padding:20px;display:flex}.subscription-usage-grid{grid-template-columns:repeat(5,minmax(0,1fr));gap:14px;display:grid}.subscription-usage-card{text-align:left;cursor:pointer;background:linear-gradient(#fff 0%,#f7fbfc 100%);border:1px solid #dbe7ec;border-radius:22px;flex-direction:column;gap:10px;padding:18px 16px;transition:transform .18s,box-shadow .18s,border-color .18s;display:flex}.subscription-usage-card:hover{border-color:#0054703d;transform:translateY(-2px);box-shadow:0 14px 30px #00547014}.subscription-usage-card.is-active{background:radial-gradient(circle at 100% 0,#3db8d32e,#0000 38%),linear-gradient(#fff 0%,#eef8fb 100%);border-color:#00547052;box-shadow:0 18px 36px #0054701a,inset 0 0 0 1px #ffffffd1}.subscription-usage-card-head{align-items:center;gap:10px;display:flex}.subscription-usage-card-icon{width:34px;height:34px;color:var(--primary);background:#00547014;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.subscription-usage-card-head span{color:#48606e;letter-spacing:.04em;text-transform:uppercase;font-size:12px;font-weight:800}.subscription-usage-card strong{color:#0f172a;letter-spacing:-.04em;font-size:24px;line-height:1}.subscription-usage-card small{color:#64748b;min-height:34px;font-size:12px;line-height:1.45}.subscription-usage-card-track{background:#e6eef2;border-radius:999px;height:8px;overflow:hidden}.subscription-usage-card-fill{border-radius:inherit;background:linear-gradient(90deg, var(--primary) 0%, #3db8d3 100%);height:100%}.subscription-meter-head,.subscription-meter-copy{justify-content:space-between;align-items:baseline;gap:18px;display:flex}.subscription-meter-head strong,.subscription-meter-copy b{color:#0f172a;font-size:14px}.subscription-meter-head span{color:var(--primary);font-size:12px;font-weight:700}.subscription-meter-copy small{color:#6b7280;text-align:right;font-size:12px}.subscription-usage-meter-note{color:#60707d;font-size:12px;line-height:1.55}.subscription-meter-track{background:#e5edf0;border-radius:999px;height:14px;overflow:hidden}.subscription-meter-fill{border-radius:inherit;background:linear-gradient(90deg, var(--primary) 0%, #3db8d3 100%);height:100%;box-shadow:0 10px 18px #0054702e}.subscription-chart-card{background:linear-gradient(#fff 0%,#f7fbfc 100%);border:1px solid #dbe7ec;border-radius:24px;padding:22px}.subscription-chart-header{justify-content:space-between;align-items:center;gap:16px;margin-bottom:22px;display:flex}.subscription-chart-header h3{color:#0f172a;font-size:15px}.subscription-chart-legend{color:#5b6472;align-items:center;gap:8px;font-size:12px;font-weight:600;display:inline-flex}.subscription-chart-legend-dot{background:linear-gradient(180deg, var(--primary) 0%, #3db8d3 100%);border-radius:3px;width:10px;height:10px}.subscription-chart-area{border-bottom:1px solid #e6eef2;height:230px;position:relative}.subscription-chart-gridline{border-top:1px solid #edf3f6;position:absolute;left:0;right:0}.subscription-chart-columns{z-index:1;justify-content:space-between;align-items:flex-end;gap:10px;height:100%;display:flex;position:relative}.subscription-chart-column{flex:1;justify-content:center;align-items:flex-end;height:100%;display:flex}.subscription-chart-bar{background:linear-gradient(180deg, #36c0dc 0%, var(--primary) 100%);border-radius:14px 14px 0 0;width:min(28px,100%);transition:height .35s,opacity .25s,transform .25s;box-shadow:0 10px 20px #00547029}.subscription-chart-column:hover .subscription-chart-bar{transform:translateY(-4px)}.subscription-chart-tooltip{color:#fff;pointer-events:none;background:#0f172a;border-radius:14px;flex-direction:column;gap:4px;padding:10px 12px;display:flex;position:absolute;transform:translate(-50%,-100%);box-shadow:0 18px 34px #0f172a42}.subscription-chart-tooltip strong{font-size:12px}.subscription-chart-tooltip span{opacity:.8;font-size:11px}.subscription-chart-months{grid-template-columns:repeat(12,minmax(0,1fr));gap:10px;margin-top:16px;display:grid}.subscription-chart-months span{text-align:center;color:#94a3b8;font-size:11px;font-weight:700}.subscription-chart-months span.is-active{color:var(--primary)}.subscription-invoices-panel{gap:18px}.subscription-table-wrap{overflow-x:auto}.subscription-table{border-collapse:collapse;width:100%;min-width:640px}.subscription-table thead th{color:#64748b;text-transform:uppercase;letter-spacing:.08em;text-align:left;background:#f7fafc;padding:14px 16px;font-size:11px;font-weight:800}.subscription-table tbody tr{border-top:1px solid #ebf0f3}.subscription-table tbody tr:hover{background:#fcfdfe}.subscription-table tbody td{color:#334155;padding:16px;font-size:13px}.subscription-table tbody td:first-child{color:#0f172a;font-weight:700}.subscription-table .is-right{text-align:right}.subscription-download-button{color:var(--primary);cursor:pointer;background:0 0;border:none;align-items:center;gap:8px;font-size:13px;font-weight:700;display:inline-flex}.subscription-modal-card{max-height:min(88vh,920px)}.subscription-modal-card--wide{width:min(100%,1100px)}.subscription-plan-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;display:grid}.subscription-plan-option{background:linear-gradient(#fff 0%,#f7fbfc 100%);border:1px solid #dbe7ec;border-radius:24px;flex-direction:column;gap:16px;padding:24px;display:flex;position:relative}.subscription-plan-option.is-popular{box-shadow:0 24px 38px #0054701f}.subscription-plan-option.is-current{border-color:#00547047;box-shadow:inset 0 0 0 1px #00547014}.subscription-plan-pill{background:var(--primary);color:#fff;letter-spacing:.08em;text-transform:uppercase;border-radius:999px;align-items:center;min-height:28px;padding:0 12px;font-size:11px;font-weight:800;display:inline-flex;position:absolute;top:-12px;left:24px}.subscription-plan-option-icon{background:#ffffffe6;border-radius:16px;justify-content:center;align-items:center;width:48px;height:48px;display:inline-flex;box-shadow:inset 0 0 0 1px #94a3b82e}.subscription-plan-option h4{color:#0f172a;font-size:20px}.subscription-plan-price{align-items:baseline;gap:8px;display:flex}.subscription-plan-price strong{color:#0f172a;letter-spacing:-.04em;font-family:Manrope,Inter,sans-serif;font-size:30px}.subscription-plan-price span,.subscription-plan-option p{color:#6b7280;font-size:13px;line-height:1.6}.subscription-plan-feature-list{flex:1}.subscription-plan-current{min-height:44px;color:var(--primary);background:#edf6f9;border-radius:14px;justify-content:center;align-items:center;font-size:13px;font-weight:700;display:inline-flex}.subscription-plan-cta{min-height:44px}.subscription-form{flex-direction:column;gap:18px;display:flex}.subscription-security-note{color:#3f5f58;background:#f4fbf7;border-radius:16px;align-items:flex-start;gap:10px;padding:14px 16px;font-size:12px;line-height:1.65;display:flex}.subscription-security-note svg{color:#10b981;flex-shrink:0}.subscription-saved-cards{flex-direction:column;gap:14px;margin-bottom:18px;display:flex}.subscription-saved-card{background:#fff;border:1px solid #dbe7ec;border-radius:20px;justify-content:space-between;align-items:center;gap:16px;padding:18px;display:flex}.subscription-saved-card.is-primary{background:linear-gradient(#00547008 0%,#00547003 100%);border-color:#00547038}.subscription-saved-card-copy{align-items:center;gap:14px;display:flex}.subscription-saved-card-brand{color:#475569;letter-spacing:.08em;background:#eff4f7;border-radius:10px;justify-content:center;align-items:center;width:54px;height:36px;font-size:11px;font-weight:900;display:inline-flex}.subscription-saved-card-copy strong{color:#0f172a;font-size:14px;display:block}.subscription-saved-card-copy span{color:#64748b;font-size:12px}.subscription-saved-card-actions{align-items:center;gap:10px;display:flex}.subscription-mini-button,.subscription-icon-button{cursor:pointer;border-radius:10px;min-height:34px}.subscription-mini-button{color:#475569;background:#fff;border:1px solid #dbe7ec;padding:0 12px;font-size:12px;font-weight:700}.subscription-icon-button{color:#ef4444;background:#ef44441a;border:none;justify-content:center;align-items:center;width:34px;display:inline-flex}@media (width<=1180px){.subscription-plan-grid{grid-template-columns:1fr}.subscription-usage-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (width<=980px){.subscription-top-grid{grid-template-columns:1fr}.subscription-plan-banner,.subscription-panel-header,.subscription-usage-head,.subscription-chart-header,.subscription-meter-head,.subscription-meter-copy,.subscription-saved-card,.subscription-saved-card-actions{flex-direction:column;align-items:flex-start}.subscription-table .is-right{text-align:left}.subscription-usage-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=640px){.subscription-panel,.subscription-usage-panel,.subscription-chart-card,.subscription-plan-option{border-radius:20px;padding:18px}.subscription-card-preview{border-radius:20px;padding:20px}.subscription-card-number{letter-spacing:.15em;font-size:17px}.subscription-year-filter{justify-content:center;width:100%}.subscription-usage-grid{grid-template-columns:1fr}.subscription-chart-months{gap:6px}.subscription-saved-card-copy{width:100%}.subscription-table-wrap{overflow-x:visible}.subscription-table{min-width:0;display:block}.subscription-table thead{display:none}.subscription-table tbody{flex-direction:column;gap:8px;display:flex}.subscription-table tbody tr{background:#fff;border:1px solid #e8eef2;border-radius:14px;grid-template-rows:auto auto auto;grid-template-columns:1fr auto;gap:6px 10px;padding:14px 16px;display:grid}.subscription-table tbody tr:hover{background:#fcfdfe}.subscription-table tbody td{padding:0}.subscription-table tbody td:first-child{color:#0f172a;grid-area:1/1;align-self:center;font-size:14px;font-weight:700}.subscription-table tbody td:nth-child(2){color:#64748b;grid-area:2/1;align-self:center;font-size:12px}.subscription-table tbody td:nth-child(3){color:#0f172a;text-align:right;grid-area:2/2;align-self:center;font-size:13px;font-weight:600}.subscription-table tbody td:nth-child(4){grid-area:3/1;align-self:center}.subscription-table tbody td:nth-child(5){text-align:right;grid-area:1/2;align-self:center}.subscription-table .is-right{text-align:right}}.ap-confidence-block{border-radius:10px;flex-direction:column;gap:8px;padding:14px 16px;display:flex}.ap-confidence-row{align-items:baseline;gap:10px;display:flex}.ap-confidence-number{font-size:32px;font-weight:800;line-height:1}.ap-confidence-bar-track{background:#00000014;border-radius:99px;height:6px;overflow:hidden}.ap-confidence-bar-fill{border-radius:99px;height:100%;transition:width .4s}.ap-confidence-label{font-size:12px;font-weight:600}.ap-ai-analysis{color:#374151;margin:0;font-size:13px;line-height:1.6}.ap-no-preview{color:#9ca3af;text-align:center;flex-direction:column;align-items:center;gap:12px;padding:40px 20px;display:flex}.ap-no-preview strong{color:#374151;font-size:15px}.ap-no-preview p{color:#6b7280;max-width:360px;margin:0;font-size:13px;line-height:1.6}.ap-badge{letter-spacing:.03em;border-radius:20px;align-items:center;width:fit-content;padding:4px 10px;font-size:11px;font-weight:700;display:inline-flex}.ap-badge--pending{color:#92400e;background:#fef3c7}.ap-badge--auto{color:#0d6b89;background:#e6f4f8}.ap-badge--approved{color:#166534;background:#dcfce7}.ap-badge--rejected{color:#991b1b;background:#fee2e2}.ap-card-right{border-left:1px solid #f3f4f6;flex-direction:column;gap:8px;min-width:180px;padding:20px 16px;display:flex}.ap-action-btn{cursor:pointer;border:none;border-radius:8px;justify-content:center;align-items:center;gap:6px;width:100%;padding:8px 14px;font-size:13px;font-weight:600;transition:all .15s;display:flex}.ap-action-btn--approve{color:#166534;background:#dcfce7}.ap-action-btn--approve:hover{color:#fff;background:#16a34a}.ap-action-btn--reject{color:#991b1b;background:#fee2e2}.ap-action-btn--reject:hover{color:#fff;background:#dc2626}.ap-action-btn--restore{color:#0369a1;background:#f0f9ff}.ap-action-btn--restore:hover{color:#fff;background:#0369a1}.ap-action-btn--cancel{color:#6b7280;background:#f3f4f6}.ap-action-btn--cancel:hover{background:#e5e7eb}.ap-action-btn--view{color:#0d6b89;background:#f7fbfc;border:1px solid #e6f4f8}.ap-action-btn--view:hover{color:#fff;background:#0d6b89}.ap-action-btn--ai{color:#6d28d9;background:#f5f3ff;border:1px solid #ede9fe}.ap-action-btn--ai:hover:not(:disabled){color:#fff;background:#6d28d9}.ap-action-btn--ai:disabled{opacity:.6;cursor:not-allowed}.ap-ai-icon{color:#6d28d9}.ap-ai-icon--loading{color:#6d28d9;animation:1.5s ease-in-out infinite pulse}.ap-confidence-label--error{color:#991b1b}.ap-reject-form{flex-direction:column;gap:8px;margin-top:4px;display:flex}.ap-reject-textarea{resize:vertical;color:#1f2937;box-sizing:border-box;border:1px solid #e5e7eb;border-radius:8px;outline:none;width:100%;padding:8px 10px;font-family:inherit;font-size:12px}.ap-reject-textarea:focus{border-color:#fca5a5;box-shadow:0 0 0 3px #fca5a533}.ap-reject-actions{flex-direction:column;gap:6px;display:flex}.resource-inline-note{color:#4e7683;background:#f4fafb;border:1px solid #ecdff4;border-radius:12px;margin-bottom:14px;padding:12px 14px;font-size:13px;line-height:1.5}.resource-inline-note.success{color:#18794e;background:#effaf3;border-color:#cfead7}.import-feedback{border-radius:12px;margin-bottom:14px;padding:12px 14px;font-size:13px;font-weight:600;line-height:1.5}.import-feedback.success{color:#18794e;background:#effaf3;border:1px solid #cfead7}.import-feedback.error{color:#b42344;background:#fff1f4;border:1px solid #f3ccd5}.import-feedback.info{color:#3157a5;background:#f5f8ff;border:1px solid #d8e3ff}.hidden-file-input{display:none}.resource-list{flex-direction:column;gap:14px;display:flex}.resource-list-card{background:#f5fafb;border:1px solid #dbe7ec;border-radius:16px;justify-content:space-between;align-items:flex-start;gap:18px;padding:18px 20px;display:flex}.resource-list-main{flex:1;min-width:0}.resource-list-title-row{flex-wrap:wrap;align-items:center;gap:10px;margin-bottom:6px;display:flex}.resource-list-title{color:#15313a;font-size:16px;font-weight:700}.resource-list-subtitle{color:#6b7280;line-height:1.6}.resource-list-meta{color:#5e5569;flex-direction:column;align-items:flex-end;gap:6px;min-width:180px;font-size:13px;display:flex}.resource-list-side{flex-direction:column;align-items:flex-end;gap:12px;display:flex}.resource-chip-row{flex-wrap:wrap;gap:8px;margin-top:14px;display:flex}.resource-chip{color:#734599;background:#eef6f8;border-radius:999px;align-items:center;height:28px;padding:0 10px;font-size:12px;font-weight:700;display:inline-flex}.list-action-button{color:#604676;cursor:pointer;background:#fff;border:1px solid #e1d4eb;border-radius:10px;align-items:center;gap:6px;height:34px;padding:0 12px;font-size:12.5px;font-weight:600;transition:border-color .2s,color .2s,background-color .2s;display:inline-flex}.list-action-button:hover{color:var(--primary);background:#f4fafb;border-color:#caa7df}.status-badge{border-radius:999px;align-items:center;height:26px;padding:0 10px;font-size:12px;font-weight:700;display:inline-flex}.status-badge.active{color:#0f8a48;background:#ebfbf1}.status-badge.inactive{color:#c23958;background:#f8e8ec}.status-badge.neutral{color:var(--primary);background:#eef6f8}.status-badge.info{color:#2f62b7;background:#eaf2ff}.status-badge.success{color:#0f8a48;background:#ebfbf1}.status-badge.danger{color:#c23958;background:#fbecef}.resource-empty-state{text-align:center;color:#6b7280;background:linear-gradient(#fff 0%,#f4fafb 100%);border:1px dashed #cfdee4;border-radius:16px;flex-direction:column;justify-content:center;align-items:center;gap:12px;min-height:260px;padding:24px;display:flex}.resource-empty-state svg{color:var(--primary)}.resource-empty-state strong{color:#241730;font-size:18px}.resource-empty-state p{max-width:520px;line-height:1.6}.documents-report{background:#fff;border:1px solid #dfeaec;border-radius:18px;overflow:hidden}.table-pagination{background:#f8fafc;border-top:1px solid #eef0f4;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;padding:14px 20px;display:flex}.pagination-info{color:#64748b;white-space:nowrap;font-size:13px;font-weight:500}.pagination-controls{align-items:center;gap:4px;display:flex}.pagination-btn,.pagination-page{color:#334155;cursor:pointer;background:#fff;border:1px solid #dfe5ec;border-radius:8px;justify-content:center;align-items:center;min-width:34px;height:34px;padding:0 8px;font-size:13px;font-weight:600;transition:background .15s,border-color .15s,color .15s;display:inline-flex}.pagination-btn:hover:not(:disabled),.pagination-page:hover:not(.active){background:#eef6f9;border-color:#b0cdd6}.pagination-btn:disabled{opacity:.35;cursor:default}.pagination-page.active{color:#fff;cursor:default;background:#0f5c6e;border-color:#0f5c6e}.pagination-ellipsis{color:#94a3b8;-webkit-user-select:none;user-select:none;justify-content:center;align-items:center;min-width:28px;height:34px;font-size:13px;display:inline-flex}.documents-report-head,.documents-report-row{grid-template-columns:36px 110px minmax(220px,1.7fr) minmax(160px,1fr) 120px 90px;align-items:center;gap:18px;padding:0 18px;display:grid}.documents-report-head{color:#64748b;background:#f8fafc;border-bottom:1px solid #e5e7eb;min-height:54px;font-size:13px;font-weight:700}.documents-report-row{border-bottom:1px solid #eef0f4;min-height:66px}.documents-report-row:last-child{border-bottom:none}.documents-code{color:#475569;font-size:14px;font-weight:700}.documents-name{color:#0f172a;font-size:15px}.documents-category{color:#2959c7;background:#f5f9ff;border:1px solid #bfd3ff;border-radius:999px;align-items:center;width:fit-content;min-height:28px;padding:0 12px;font-size:12.5px;font-weight:700;display:inline-flex}.documents-status-cell{align-items:center;display:flex}.documents-status-switch{cursor:pointer;border:none;border-radius:999px;align-items:center;width:46px;height:26px;padding:3px;transition:background-color .2s,transform .2s;display:inline-flex;position:relative}.documents-status-switch.active{background:#9be12b;justify-content:flex-end}.documents-status-switch.inactive{background:#d6dbe3;justify-content:flex-start}.documents-status-thumb{background:#fff;border-radius:50%;width:20px;height:20px;box-shadow:0 1px 4px #0f172a2e}.documents-status-switch:hover{transform:translateY(-1px)}.documents-status-switch:focus-visible{outline-offset:2px;outline:2px solid #0d6b89}.documents-actions{align-items:center;display:flex}.documents-icon-button{color:#1e293b;cursor:pointer;background:0 0;border:none;border-radius:10px;justify-content:center;align-items:center;width:34px;height:34px;transition:background-color .2s,color .2s;display:inline-flex}.documents-icon-button:hover{color:var(--primary);background:#f3f4f6}.document-groups-head,.document-groups-row{grid-template-columns:36px minmax(180px,1.1fr) minmax(280px,2fr) 110px 120px 90px}.pg-groups-head,.pg-groups-row{grid-template-columns:36px minmax(200px,1fr) minmax(400px,2.5fr) 90px}.pg-group-name{color:#0f172a;font-size:14px;font-weight:700;display:block}.pg-group-scope{color:#0d6b89;background:#f7fbfc;border-radius:4px;margin-top:3px;padding:1px 6px;font-size:11px;font-weight:500;display:inline-block}.pg-group-desc{color:#64748b;font-size:13px}.pg-perms-summary{flex-wrap:wrap;align-items:center;gap:6px;display:flex}.pg-perm-chip{border-radius:20px;padding:2px 8px;font-size:11px;font-weight:600}.pg-perm-chip--view{color:#1d4ed8;background:#eff6ff}.pg-perm-chip--edit{color:#92400e;background:#fefce8}.pg-perm-chip--delete{color:#b91c1c;background:#fef2f2}.pg-perm-table{border:1px solid #e2e8f0;border-radius:10px;overflow:hidden}.pg-perm-table-head,.pg-perm-table-row{grid-template-columns:1fr 90px 90px 90px;align-items:center;display:grid}.pg-perm-table-head{color:#64748b;text-transform:uppercase;letter-spacing:.04em;background:#f8fafc;padding:8px 14px;font-size:11px;font-weight:700}.pg-perm-table-head span:not(:first-child),.pg-perm-table-row .pg-perm-dot{text-align:center;justify-self:center}.pg-perm-table-row{border-top:1px solid #f1f5f9;padding:7px 14px;font-size:13px}.pg-perm-table-row:nth-child(2n){background:#fafbfc}.pg-perm-module{color:#334155;font-weight:500}.pg-perm-dot{border-radius:50%;justify-content:center;align-items:center;width:22px;height:22px;display:inline-flex}.pg-perm-dot.on{color:#16a34a;background:#dcfce7}.pg-perm-dot.off{color:#cbd5e1}.modal-card--wide{max-width:680px}.pg-modal-perms{border:1px solid #e2e8f0;border-radius:12px;margin-top:4px;overflow:hidden}.pg-modal-perms-title{text-transform:uppercase;letter-spacing:.05em;color:#64748b;background:#f8fafc;border-bottom:1px solid #e2e8f0;margin:0;padding:10px 14px 8px;font-size:12px;font-weight:700}.pg-modal-perm-table{width:100%}.pg-modal-perm-head,.pg-modal-perm-row{grid-template-columns:1fr 100px 100px 100px;align-items:center;display:grid}.pg-modal-perm-head{color:#475569;text-transform:uppercase;letter-spacing:.04em;background:#f1f5f9;font-size:11px;font-weight:700}.pg-modal-perm-head span{padding:8px 14px}.pg-modal-perm-col-btn{cursor:pointer;color:#475569;text-transform:uppercase;letter-spacing:.04em;text-align:center;background:0 0;border:none;padding:8px 6px;font-size:11px;font-weight:700;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}.pg-modal-perm-col-btn:hover{color:#0d6b89}.pg-modal-perm-row{border-top:1px solid #f1f5f9;padding:4px 0}.pg-modal-perm-row:nth-child(2n){background:#fafbfc}.pg-modal-perm-module{color:#334155;padding:0 14px;font-size:13px;font-weight:500}.pg-modal-perm-check{cursor:pointer;justify-content:center;align-items:center;padding:6px 0;display:flex}.pg-modal-perm-check input[type=checkbox]{cursor:pointer;accent-color:#0d6b89;width:16px;height:16px}.document-groups-head span:nth-child(3),.document-groups-row .documents-code{text-align:center;justify-self:center}.document-groups-chips{margin-top:0}.documents-muted{color:#64748b;font-size:13px}.documents-muted.strong{font-size:14px;font-weight:600}.users-report-head,.users-report-row{grid-template-columns:36px minmax(180px,1.2fr) minmax(220px,1.5fr) minmax(180px,1fr) minmax(180px,1fr) 120px 90px}.departments-report-head,.departments-report-row{grid-template-columns:36px minmax(240px,1.7fr) 120px 90px}.collaborators-report-head,.collaborators-report-row{grid-template-columns:36px minmax(180px,1.3fr) 130px 130px minmax(130px,.95fr) minmax(130px,.95fr) minmax(130px,1fr) minmax(160px,1.05fr) 60px 90px}.collaborator-name,.collaborator-cpf,.collaborator-matricula,.collaborator-company,.collaborator-department,.collaborator-role,.collaborator-document-group{font-size:14px}.collaborator-name{color:#0f172a;font-weight:700}.collaborator-cpf,.collaborator-matricula,.collaborator-company,.collaborator-department,.collaborator-role,.collaborator-document-group{color:#475569}.supplier-search-bar{align-items:center;gap:12px;margin-bottom:16px;display:flex}.supplier-search-bar .request-search-input{width:340px}.supplier-search-count{color:#6b7280;font-size:12px}@media (width<=1180px){.resource-filter-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (width<=760px){.resource-filter-toolbar{border-radius:16px;padding:14px}.resource-filter-topbar{align-items:stretch}.resource-filter-search{min-width:100%}.resource-filter-actions{justify-content:space-between;width:100%}.resource-filter-grid{grid-template-columns:1fr}.resource-filter-result,.resource-filter-reset{justify-content:center;width:100%}}.suppliers-report-head,.suppliers-report-row{grid-template-columns:36px minmax(190px,1.5fr) 170px minmax(140px,1fr) minmax(140px,1fr) minmax(160px,1.1fr) 60px 90px}.supplier-name,.supplier-document,.supplier-company,.supplier-role,.supplier-document-group{font-size:14px}.supplier-name{color:#0f172a;font-weight:700}.supplier-document,.supplier-company,.supplier-role,.supplier-document-group{color:#475569}.report-col-check{justify-content:center;align-items:center;display:flex}.report-checkbox{cursor:pointer;accent-color:#6366f1;width:15px;height:15px}.report-col-center{justify-content:center;align-items:center;display:flex}.active-toggle{cursor:pointer;background:#d8dee8;border:none;border-radius:999px;justify-content:flex-start;align-items:center;width:46px;height:26px;padding:3px;transition:background-color .18s,box-shadow .18s,transform .18s;display:inline-flex}.active-toggle--on{background:#98dd1f}.active-toggle:hover{transform:translateY(-1px)}.active-toggle:focus-visible{outline-offset:2px;outline:2px solid #98dd1f6b}.active-toggle-thumb{background:#fff;border-radius:50%;width:20px;height:20px;transition:transform .18s;box-shadow:0 1px 4px #0f172a2e}.active-toggle--on .active-toggle-thumb{transform:translate(20px)}.row-selected{background:#f7fbfc}.bulk-action-bar{color:#4338ca;background:#eef2ff;border:1px solid #c7d2fe;border-radius:8px;align-items:center;gap:12px;margin-bottom:10px;padding:8px 14px;font-size:13px;font-weight:500;display:flex}.bulk-delete-btn{color:#dc2626;cursor:pointer;background:#fee2e2;border:1px solid #fca5a5;border-radius:6px;align-items:center;gap:6px;padding:5px 12px;font-size:13px;font-weight:500;transition:background .15s;display:flex}.bulk-delete-btn:hover{background:#fecaca}.documents-icon-button--danger{color:#dc2626!important}.documents-icon-button--danger:hover{background:#fee2e2!important}.confirm-modal{text-align:center;background:#fff;border-radius:14px;flex-direction:column;align-items:center;gap:12px;width:100%;max-width:420px;padding:32px 28px 24px;display:flex;box-shadow:0 20px 60px #0000002e}.confirm-modal-icon{color:#dc2626;background:#fee2e2;border-radius:50%;justify-content:center;align-items:center;width:52px;height:52px;display:flex}.confirm-modal-title{color:#0f172a;margin:0;font-size:18px;font-weight:700}.confirm-modal-desc{color:#475569;margin:0;font-size:14px;line-height:1.5}.confirm-modal-actions{gap:10px;margin-top:8px;display:flex}.confirm-modal-btn-delete{color:#fff;white-space:nowrap;cursor:pointer;background:#dc2626;border:none;border-radius:8px;justify-content:center;align-items:center;gap:7px;padding:8px 20px;font-size:14px;font-weight:600;transition:background .15s;display:inline-flex}.confirm-modal-btn-delete:hover{background:#b91c1c}.confirm-modal-btn-delete:disabled{color:#991b1b;cursor:not-allowed;background:#fecaca}.confirm-modal-spinner{animation:1s linear infinite spin}.cat-select,.app-select{width:100%;position:relative}.cat-select-trigger,.app-select-trigger{color:#0f172a;cursor:pointer;text-align:left;background:#fff;border:1px solid #e2e8f0;border-radius:8px;justify-content:space-between;align-items:center;gap:8px;width:100%;height:40px;padding:0 12px;font-size:14px;transition:border-color .15s;display:flex}.cat-select-trigger:focus,.cat-select-trigger:hover,.app-select-trigger:focus,.app-select-trigger:hover{border-color:#0d6b89;outline:none}.cat-select-placeholder,.app-select-placeholder{color:#94a3b8}.cat-select-wrap,.app-select-wrap{cursor:pointer;-webkit-user-select:none;user-select:none;align-items:center;gap:10px;width:100%;transition:border-color .18s,box-shadow .18s,background .18s;display:flex}.cat-select-wrap.focused,.cat-select-wrap:focus-within,.app-select-wrap.focused,.app-select-wrap:focus-within{border-color:#69a5b7;box-shadow:0 0 0 4px #00547014}.app-select-wrap.disabled{opacity:.72;cursor:not-allowed}.app-select-wrap.disabled .app-select-label,.app-select-wrap.disabled .app-select-chevron{color:#9ca3af}.cat-trigger-text,.app-select-label{color:#0f172a;white-space:nowrap;text-overflow:ellipsis;flex:1;min-width:0;font-size:14px;overflow:hidden}.cat-select-chevron,.app-select-chevron{color:#94a3b8;flex-shrink:0;margin-left:auto;transition:transform .18s}.cat-select-chevron.open,.app-select-chevron.open{transform:rotate(180deg)}.cat-select-dropdown,.app-select-dropdown{z-index:9999;background:#fff;border:1px solid #e2e8f0;border-radius:10px;max-height:240px;padding:4px;position:absolute;top:calc(100% + 4px);left:0;right:0;overflow-y:auto;box-shadow:0 8px 30px #00000024}.app-select-group+.app-select-group{border-top:1px solid #eef3f6;margin-top:6px;padding-top:6px}.app-select-group-label{letter-spacing:.08em;text-transform:uppercase;color:#94a3b8;padding:8px 12px 6px;font-size:11px;font-weight:700}.cat-select-option,.app-select-option{text-align:left;color:#334155;cursor:pointer;background:0 0;border:none;border-radius:6px;width:100%;padding:8px 12px;font-size:13px;transition:background .1s;display:block}.cat-select-option:hover,.app-select-option:hover{color:#0d6b89;background:#f7fbfc}.cat-select-option.selected,.app-select-option.selected{color:#0d6b89;background:#e6f4f8;font-weight:600}.app-select-option.disabled{opacity:.55;cursor:not-allowed}.document-group-record{border-bottom:1px solid #eef0f4}.document-group-record:last-child,.document-group-record .documents-report-row{border-bottom:none}.document-group-summary{flex-direction:column;align-items:flex-start;gap:10px;min-width:0;display:flex}.resource-chip.more{color:#5d3f7b;background:#efe8f6}.document-group-expand-button{color:var(--primary);cursor:pointer;background:0 0;border:none;padding:0;font-size:12.5px;font-weight:700}.document-group-expand-button:hover{text-decoration:underline}.document-group-details{padding:0 18px 18px}.document-group-details-grid{background:#f5fafb;border:1px solid #dbe7ec;border-radius:14px;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:10px;padding:14px;display:grid}.document-group-detail-item{color:#382647;background:#fff;border:1px solid #eee8f5;border-radius:10px;align-items:center;min-height:36px;padding:0 12px;font-size:13px;font-weight:600;display:inline-flex}@media (width<=900px){.documents-report{background:0 0;border:none}.documents-report-head{display:none}.documents-report-body{flex-direction:column;gap:12px;display:flex}.documents-report-row{background:#fff;border:1px solid #dfeaec;border-radius:16px;grid-template-columns:1fr;gap:10px;min-height:0;padding:16px}.documents-code:before,.documents-name:before,.documents-category:before,.documents-status-cell:before{color:#64748b;margin-bottom:6px;font-size:12px;font-weight:700;display:block}.documents-code:before{content:"Código"}.documents-name:before{content:"Nome"}.documents-category:before{content:"Categoria"}.documents-status-cell{flex-direction:column;align-items:flex-start}.documents-status-cell:before{content:"Ativo"}.documents-actions{justify-content:flex-end;padding-top:4px}.document-groups-row,.users-report-row,.departments-report-row,.collaborators-report-row,.suppliers-report-row{grid-template-columns:1fr}.users-report-row .documents-name:before,.departments-report-row .documents-name:before{content:"Nome"}.users-report-row .documents-muted:first-of-type:before{content:"E-mail";color:#64748b;margin-bottom:6px;font-size:12px;font-weight:700;display:block}.users-report-row .documents-category:before{content:"Grupo de Perfil"}.users-report-row .documents-muted:nth-of-type(2):before{content:"Departamento";color:#64748b;margin-bottom:6px;font-size:12px;font-weight:700;display:block}.collaborator-name:before,.collaborator-cpf:before,.collaborator-matricula:before,.collaborator-company:before,.collaborator-role:before{color:#64748b;margin-bottom:6px;font-size:12px;font-weight:700;display:block}.collaborator-name:before{content:"Nome"}.collaborator-cpf:before{content:"CPF"}.collaborator-matricula:before{content:"Matrícula"}.collaborator-company:before{content:"Empresa"}.collaborator-role:before{content:"Cargo"}.supplier-name:before,.supplier-document:before,.supplier-company:before,.supplier-role:before{color:#64748b;margin-bottom:6px;font-size:12px;font-weight:700;display:block}.supplier-name:before{content:"Nome"}.supplier-document:before{content:"CPF/CNPJ"}.supplier-company:before{content:"Empresa"}.supplier-role:before{content:"Cargo"}.document-group-details{padding:0 16px 16px}.settings-resource-page .documents-report-body{gap:14px;padding-bottom:10px}.settings-resource-page .documents-report-row,.settings-resource-page .pg-groups-row,.settings-resource-page .document-groups-row{background:linear-gradient(#fffffffa 0%,#f8fbfcfa 100%);border:1px solid #dbe7ec;border-radius:22px;grid-template-columns:repeat(2,minmax(0,1fr));align-items:start;gap:12px 14px;padding:18px 16px 16px;position:relative;box-shadow:0 1px 2px #0f172a08,0 12px 28px #0054700f}.settings-resource-page .documents-report-row>.report-col-check{z-index:2;justify-content:center;align-items:center;display:inline-flex;position:absolute;top:14px;right:14px}.settings-resource-page .documents-report-row>.report-col-check .report-checkbox{width:18px;height:18px;accent-color:var(--primary)}.settings-resource-page .documents-report-row .documents-name,.settings-resource-page .documents-report-row .pg-group-name,.settings-resource-page .documents-report-row .collaborator-name,.settings-resource-page .documents-report-row .supplier-name{grid-column:1/-1;padding-right:34px;font-size:1.08rem;line-height:1.2}.settings-resource-page .documents-report-row .documents-code,.settings-resource-page .documents-report-row .documents-muted,.settings-resource-page .documents-report-row .documents-category,.settings-resource-page .documents-report-row .collaborator-cpf,.settings-resource-page .documents-report-row .collaborator-matricula,.settings-resource-page .documents-report-row .collaborator-company,.settings-resource-page .documents-report-row .collaborator-department,.settings-resource-page .documents-report-row .collaborator-role,.settings-resource-page .documents-report-row .collaborator-document-group,.settings-resource-page .documents-report-row .supplier-document,.settings-resource-page .documents-report-row .supplier-company,.settings-resource-page .documents-report-row .supplier-role,.settings-resource-page .documents-report-row .supplier-document-group,.settings-resource-page .documents-report-row .pg-perms-summary,.settings-resource-page .documents-report-row .document-group-summary{align-self:start;min-width:0}.settings-resource-page .documents-report-row .documents-code,.settings-resource-page .documents-report-row .documents-muted,.settings-resource-page .documents-report-row .collaborator-cpf,.settings-resource-page .documents-report-row .collaborator-matricula,.settings-resource-page .documents-report-row .collaborator-company,.settings-resource-page .documents-report-row .collaborator-department,.settings-resource-page .documents-report-row .collaborator-role,.settings-resource-page .documents-report-row .collaborator-document-group,.settings-resource-page .documents-report-row .supplier-document,.settings-resource-page .documents-report-row .supplier-company,.settings-resource-page .documents-report-row .supplier-role,.settings-resource-page .documents-report-row .supplier-document-group{background:#f8fbfc;border:1px solid #edf2f5;border-radius:14px;padding:10px 12px;display:block}.settings-resource-page .documents-report-row .documents-category,.settings-resource-page .documents-report-row .pg-perms-summary,.settings-resource-page .documents-report-row .document-group-summary{grid-column:1/-1}.settings-resource-page .documents-report-row .documents-category{min-height:34px;padding:0 14px}.settings-resource-page .documents-report-row .pg-perms-summary{gap:8px;margin-top:-2px}.settings-resource-page .documents-report-row .document-group-summary{justify-content:flex-start;align-items:center;display:flex}.settings-resource-page .documents-report-row .documents-status-cell,.settings-resource-page .documents-report-row .report-col-center{background:linear-gradient(#fbfdfe 0%,#f4f8fa 100%);border:1px solid #e7eef2;border-radius:16px;grid-column:1/-1;justify-content:space-between;align-items:center;gap:12px;min-height:52px;padding:12px 14px;display:flex}.settings-resource-page .documents-report-row .documents-status-cell:before,.settings-resource-page .documents-report-row .report-col-center:before{letter-spacing:.08em;text-transform:uppercase;color:#7b8b94;margin-bottom:0;font-size:11px}.settings-resource-page .documents-report-row .report-col-center:before{content:"Ativo"}.settings-resource-page .documents-report-row .documents-actions{border-top:1px solid #edf2f5;grid-column:1/-1;justify-content:flex-end;gap:8px;margin-top:2px;padding-top:10px}.settings-resource-page .documents-report-row .documents-icon-button{background:#f7fafc;border:1px solid #e7eef2;border-radius:12px;width:38px;height:38px}.settings-resource-page .documents-report-row .document-group-expand-button{padding:0;font-weight:700}.settings-resource-page .document-group-details,.settings-resource-page .document-group-record.expanded .document-group-details{padding:8px 10px 0}.settings-resource-page .bulk-action-bar{border-radius:16px;padding:12px 14px}}.modal-overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:500;background:#120a1d6b;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0}.confirm-modal-overlay{z-index:2000}.modal-overlay,.modal-overlay *{-ms-overflow-style:none;scrollbar-width:none}.modal-overlay::-webkit-scrollbar{width:0;height:0;display:none}.modal-overlay ::-webkit-scrollbar{width:0;height:0;display:none}.modal-card{background:#fff;border:1px solid #dbe7ec;border-radius:22px;flex-direction:column;width:min(100%,720px);max-height:calc(100dvh - 48px);padding:0;display:flex;overflow:hidden;box-shadow:0 30px 80px #110a1938}.modal-body{scrollbar-width:none;flex:1;padding:0 24px 8px;overflow-y:auto}.modal-body::-webkit-scrollbar{display:none}.modal-header{flex-shrink:0;justify-content:space-between;align-items:flex-start;gap:16px;padding:24px 24px 20px;display:flex}.modal-title{color:#15313a;margin-bottom:6px;font-size:22px}.modal-description{color:#6b7280;font-size:14px;line-height:1.6}.modal-close-button{color:#5f4185;cursor:pointer;background:#eef6f8;border:none;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;display:inline-flex}.modal-form-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;display:grid}.form-field{flex-direction:column;gap:8px;display:flex}.form-field-full{grid-column:1/-1}.form-label{color:#1e3a42;font-size:13px;font-weight:600}.form-input-wrap{color:#5a7e8a;background:#f7fafb;border:1px solid #dee9ed;border-radius:12px;align-items:center;gap:10px;min-height:46px;padding:0 14px;display:flex}.form-input-wrap:focus-within{border-color:#69a5b7;box-shadow:0 0 0 4px #00547014}.form-input-wrap .app-select-inline{flex:1;gap:8px;min-width:0}.form-input-wrap .app-select-inline.focused{box-shadow:none}.form-input,.form-textarea{color:#1f2937;background:0 0;border:none;outline:none;width:100%;font-size:14px}.form-input::placeholder,.form-textarea::placeholder{color:#a0a6b2}.form-select{appearance:none}.form-textarea{resize:vertical;background:#f7fafb;border:1px solid #dee9ed;border-radius:12px;min-height:112px;padding:14px 16px}.form-textarea:focus{border-color:#69a5b7;box-shadow:0 0 0 4px #00547014}.document-picker{flex-direction:column;gap:10px;display:flex}.document-picker-empty{color:#5f7682;background:#f5fafb;border:1px dashed #b8d5de;border-radius:14px;padding:18px}.document-option{cursor:pointer;text-align:left;background:#f5fafb;border:1px solid #d8e8ed;border-radius:14px;align-items:center;gap:12px;width:100%;padding:14px 16px;transition:border-color .2s,background-color .2s;display:flex}.document-option:hover{border-color:#8dbfcc}.document-option.selected{background:#edf6f9;border-color:#5fa8bc}.document-option-check{color:#fff;background:0 0;border:1px solid #9fc9d5;border-radius:7px;flex-shrink:0;justify-content:center;align-items:center;width:22px;height:22px;display:inline-flex}.document-option.selected .document-option-check{border-color:var(--primary);background:var(--primary)}.document-option-content{flex-direction:column;gap:4px;display:flex}.document-option-content strong{color:#251731;font-size:14px}.document-option-content span{color:#7b7384;font-size:12.5px}.form-helper,.form-error{margin-top:16px;font-size:13px;line-height:1.5}.form-helper{color:#5f7682}.form-error{color:#c23958;font-weight:600}.modal-actions{border-top:1px solid #eef2f6;flex-shrink:0;justify-content:flex-end;gap:12px;padding:16px 24px 24px;display:flex}.button-primary,.button-secondary{cursor:pointer;border-radius:10px;height:40px;padding:0 18px;font-size:13px;font-weight:600;transition:all .2s}.button-primary{background:var(--primary);color:#fff;border:none}.button-primary,.button-secondary{justify-content:center;align-items:center;gap:8px;display:inline-flex}.button-primary:hover{background:var(--primary-hover)}.button-primary:disabled{opacity:.55;cursor:not-allowed}.button-secondary{color:#4b5563;background:#fff;border:1px solid #dae7eb}.button-secondary:hover{color:var(--primary);background:#f4fafb;border-color:#d0b4e4}@media (width<=960px){body,#root{overflow:auto}.login-screen{padding:1.5rem}.login-shell{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#56045733;border-radius:28px;grid-template-columns:1fr;gap:1.75rem;max-width:560px;padding:2rem 1.5rem;box-shadow:0 20px 60px #39063a2e}.login-brand{justify-content:flex-start}.login-logo{max-width:300px}.login-divider{display:none}}@media (width<=640px){.login-screen{padding:1rem}.login-shell{-webkit-backdrop-filter:none;backdrop-filter:none;box-shadow:none;background:0 0;gap:1.5rem;padding:1.5rem 1.1rem}.login-title{margin-bottom:1.1rem;font-size:1.5rem}.login-copy{margin-bottom:1.1rem;font-size:.88rem}.login-actions{flex-direction:column;align-items:flex-start}.login-submit-button{font-size:1rem}}.sidebar-scroll{scrollbar-width:none;-ms-overflow-style:none;flex-direction:column;flex:auto;align-items:center;gap:10px;width:100%;padding:4px 0;display:flex;overflow:visible auto}.sidebar-scroll::-webkit-scrollbar{display:none}.sidebar-user-footer{flex-direction:column;flex-shrink:0;align-items:center;gap:4px;margin-top:auto;padding-bottom:6px;display:flex}.sidebar-user-initial{color:#fff;letter-spacing:.02em;background:#ffffff2e;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;font-size:13px;font-weight:700;display:flex}.sidebar-user-name{color:#ffffffa6;text-transform:uppercase;letter-spacing:.04em;text-overflow:ellipsis;white-space:nowrap;text-align:center;max-width:52px;font-size:9px;font-weight:600;overflow:hidden}.ops-page{flex-direction:column;gap:22px;display:flex}.ops-page-header{margin-bottom:0}.request-list-section{flex-direction:column;gap:14px;display:flex}.request-list-section .request-panel-header{background:linear-gradient(#f8fcfdfa 0%,#f1f7faf5 100%);border:1px solid #d9e7ec;border-radius:18px;flex-direction:column;gap:14px;margin-bottom:0;padding:16px 18px;display:flex;box-shadow:0 12px 28px #0f172a0d,inset 0 1px #fffc}.request-list-section .request-panel-header .request-search-wrapper{width:100%}.request-list-section .request-panel-header .request-date-range{justify-self:auto}.request-panel-controls{grid-template-columns:minmax(190px,220px) minmax(210px,250px) auto;justify-content:end;align-items:center;gap:10px;width:100%;display:grid}.request-filter-select{background:#fff;border:1px solid #d7e3e8;border-radius:12px;min-width:0;min-height:40px;padding:0 12px;box-shadow:inset 0 1px #fffc}.request-filter-select .app-select-label{color:#15313a;font-size:13px}.request-filter-select .app-select-chevron{color:#62808c}.request-filter-summary{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:10px;display:flex}.request-board{flex-direction:column;gap:8px;display:flex}.request-list-item{cursor:pointer;background:#fff;border:1px solid #e4edf2;border-radius:22px;align-items:center;gap:13px;padding:13px 16px;transition:background .12s,box-shadow .12s;display:flex;position:relative;box-shadow:0 2px 8px #003c5a0d}.request-list-item:hover{background:#f5fbfc;box-shadow:0 4px 14px #00547017}.request-list-icon{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:42px;height:42px;display:flex}.request-list-icon--aguardando_resposta{color:#0d789b;background:#0d789b1c}.request-list-icon--respondido{color:#1460c8;background:#1460c81c}.request-list-icon--enviado{color:#0f8a48;background:#0f8a481c}.request-list-icon--finalizado{color:#728a94;background:#6478821a}.request-list-icon--expirado{color:#c82828;background:#c828281a}.request-list-body{flex-direction:column;flex:1 1 0;gap:1px;min-width:0;display:flex}.request-list-name{color:#173740;white-space:nowrap;text-overflow:ellipsis;font-size:.875rem;font-weight:600;line-height:1.3;overflow:hidden}.request-list-meta{color:#7a929c;white-space:nowrap;text-overflow:ellipsis;font-size:.75rem;overflow:hidden}.request-list-progress{color:#9aadb5;white-space:nowrap;text-overflow:ellipsis;font-size:.72rem;overflow:hidden}.request-list-badges{flex-wrap:wrap;align-items:center;gap:8px;margin-top:6px;display:flex}.request-list-right{flex-direction:column;flex-shrink:0;align-items:flex-end;gap:4px;display:flex}.request-list-date{color:#9aadb5;font-size:.72rem}.request-list-actions-wrap{flex-shrink:0;position:relative}.request-list-dots{color:#9ab0ba;cursor:pointer;background:0 0;border:none;border-radius:10px;justify-content:center;align-items:center;width:34px;height:34px;transition:color .12s;display:flex}.request-list-dots:hover,.request-list-dots.active{color:#173740}.request-list-dropdown{z-index:200;background:#fff;border:1px solid #d5e5eb;border-radius:14px;flex-direction:column;min-width:180px;padding:5px;display:flex;position:absolute;top:calc(100% + 6px);right:0;box-shadow:0 8px 32px #00506e24,0 2px 8px #00506e0f}.request-list-dropdown button{text-align:left;color:#1a3d48;cursor:pointer;background:0 0;border:none;border-radius:9px;align-items:center;gap:9px;width:100%;padding:9px 12px;font-size:.84rem;transition:background .1s;display:flex}.request-list-dropdown button:hover{background:#f0f7fa}.request-list-dropdown-danger{color:#b83232!important}.request-list-dropdown-danger:hover{background:#fdf3f3!important}.page-secondary-action--finalize{color:#0f8a48;background:#f5fcf8;border-color:#cfe6d7}.page-secondary-action--finalize:hover{color:#0c6d39;background:#edf9f2;border-color:#b6dcc3}.request-modal-card{width:min(100%,860px)}.modal-sheet-handle{background:#00000021;border-radius:2px;flex-shrink:0;width:38px;height:4px;margin:10px auto 0;display:none}.request-detail-header{padding:18px 20px 14px}.request-detail-header-body{flex-direction:column;flex:1 1 0;gap:6px;min-width:0;display:flex}.request-detail-title{font-size:1.15rem;line-height:1.3}.request-detail-header-meta{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.request-detail-due{color:#7a929c;font-size:.78rem}.request-detail-body{padding:0 24px 20px}.request-detail-kvlist{border:1px solid #e3edf2;border-radius:14px;margin-bottom:16px;overflow:hidden}.request-detail-docs-label{letter-spacing:.06em;text-transform:uppercase;color:#7a929c;margin-bottom:10px;font-size:.72rem;font-weight:700}.request-detail-kvrow{background:#fff;justify-content:space-between;align-items:center;gap:12px;padding:11px 14px;display:flex}.request-detail-kvrow+.request-detail-kvrow{border-top:1px solid #edf4f7}.request-detail-kvrow span{color:#7a929c;flex-shrink:0;font-size:.78rem}.request-detail-kvrow strong{color:#173740;text-align:right;text-overflow:ellipsis;white-space:nowrap;flex:1 1 0;min-width:0;font-size:.83rem;overflow:hidden}.request-form-grid .form-select,.request-form-grid .form-input{background:#f5fafb;border:1px solid #dee9ed;border-radius:12px;min-height:46px;padding:0 14px}.request-form-grid .form-select:focus,.request-form-grid .form-input:focus{border-color:#69a5b7;box-shadow:0 0 0 4px #00547014}.request-form-field-full{grid-column:1/-1}.request-doc-preview{background:#f5fafb;border:1px solid #e8deef;border-radius:16px;padding:16px}.request-doc-preview-head{justify-content:space-between;align-items:center;gap:12px;margin-bottom:12px;display:flex}.request-doc-preview-head strong{color:#311a39}.request-doc-preview-head span{color:#8a7594;font-size:.8rem}.request-doc-chip-list{flex-wrap:wrap;gap:10px;display:flex}.request-doc-chip{color:#4e7683;background:#f5effa;border-radius:999px;align-items:center;gap:8px;padding:9px 12px;font-size:.82rem;font-weight:600;display:inline-flex}.request-detail-grid{grid-template-columns:repeat(5,minmax(0,1fr));gap:12px;margin-bottom:18px;display:grid}.request-detail-card{background:#f4fafb;border:1px solid #e3eef3;border-radius:16px;padding:14px}.request-detail-card span{color:#718693;margin-bottom:6px;font-size:.76rem;display:block}.request-detail-card strong{color:#173740;font-size:.88rem;line-height:1.5}.request-upload-list{gap:12px;display:grid}.request-upload-row{background:#fff;border:1px solid #e1edf2;border-radius:16px;justify-content:space-between;align-items:center;gap:14px;padding:14px;display:flex}.request-upload-row.uploaded{background:linear-gradient(#fff 0%,#fcfbff 100%)}.request-upload-main strong{color:#2c1734;font-size:.92rem;display:block}.request-upload-main span{color:#83738f;margin-top:3px;font-size:.78rem;display:block}.request-upload-main p{color:#6e5c7b;margin-top:6px;font-size:.82rem}.request-upload-side{flex-shrink:0;align-items:center;gap:10px;display:flex}.request-upload-note{color:#718693;font-size:.78rem}.request-public-shell{justify-content:center;align-items:center;min-height:100vh;padding:32px 20px;display:flex}.request-public-layout{flex-direction:column;align-items:center;gap:18px;width:min(100%,920px);display:flex}.request-public-card{background:#fffffff5;border:1px solid #dbe7ecf0;border-radius:32px;width:100%;overflow:hidden;box-shadow:0 28px 80px #0f2d381f}.request-public-header{border-bottom:1px solid;justify-content:space-between;align-items:center;gap:16px;padding:22px 24px;display:flex}.request-public-brand{align-items:center;gap:14px;display:flex}.request-public-brand strong{color:#23152d;font-size:.98rem;display:block}.request-public-brand span{color:#7f718a;margin-top:3px;font-size:.84rem;display:block}.request-public-logo,.request-public-logo-placeholder{object-fit:cover;border-radius:18px;justify-content:center;align-items:center;width:56px;height:56px;font-size:.76rem;font-weight:700;display:inline-flex}.request-public-body{padding:28px 24px 24px}.request-public-body h1{font-size:clamp(1.8rem,4vw,2.6rem);line-height:1.1}.request-public-body>p{color:#63566f;max-width:720px;margin-top:10px;line-height:1.7}.request-public-summary{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-top:22px;display:grid}.request-public-summary-card{color:#4e7683;background:#f4fafb;border:1px solid #e3eef3;border-radius:18px;align-items:center;gap:12px;padding:14px 16px;display:flex}.request-public-summary-card span{color:#718693;font-size:.76rem;display:block}.request-public-summary-card strong{color:#16353d;margin-top:4px;display:block}.request-public-feedback{border-radius:16px;margin-top:18px;padding:14px 16px;font-size:.9rem;line-height:1.6}.request-public-feedback.success{color:#18794e;background:#effaf3;border:1px solid #cfead7}.request-public-upload-list{gap:12px;margin-top:22px;display:grid}.request-public-upload-card{background:#fff;border:1px solid #e1edf2;border-radius:18px;justify-content:space-between;align-items:center;gap:14px;padding:16px;display:flex}.request-public-upload-main{align-items:center;gap:12px;display:flex}.request-public-upload-main strong{color:#16353d;display:block}.request-public-upload-main span{color:#8a7a95;margin-top:4px;font-size:.8rem;display:block}.request-public-upload-icon{border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;width:42px;height:42px;display:inline-flex}.request-public-upload-side{flex-direction:column;align-items:flex-end;gap:10px;display:flex}.request-public-upload-side input{display:none}.request-public-upload-button{cursor:pointer;border:1px solid;border-radius:999px;align-items:center;gap:8px;max-width:320px;padding:10px 14px;font-size:.82rem;font-weight:600;display:inline-flex}.request-public-submit{color:#fff;cursor:pointer;border:none;border-radius:18px;width:100%;min-height:48px;margin-top:22px;font-family:Sora,Manrope,Inter,sans-serif;font-size:.92rem;font-weight:700}.request-public-submit:disabled{opacity:.6;cursor:not-allowed}.request-public-helper{color:#8b7a95;margin-top:12px;font-size:.82rem;line-height:1.6}.request-public-footer{text-align:center;color:#9a84aa;width:100%;font-size:.82rem;line-height:1.6}.request-public-state{text-align:center;color:#6e5c7b;background:#fffffff5;border:1px solid #dbe7ecf0;border-radius:24px;flex-direction:column;align-items:center;gap:10px;width:min(100%,520px);padding:28px;display:flex;box-shadow:0 28px 80px #0f2d381f}.request-public-state.compact{width:100%;box-shadow:none;background:#f4fafb;margin-top:22px}.request-public-state strong{color:#2e1836;font-size:1.08rem}.ops-eyebrow{color:#005470;letter-spacing:.08em;text-transform:uppercase;background:linear-gradient(135deg,#e8f4f7 0%,#f0f7fa 100%);border-radius:999px;align-items:center;gap:8px;margin-bottom:12px;padding:7px 12px;font-size:11px;font-weight:800;display:inline-flex}.ops-metric-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;display:grid}.ops-metric-card,.ops-card{background:#fff;border:1px solid #d6e8ed;border-radius:20px;box-shadow:0 4px 20px #00547012}.ops-metric-card{flex-direction:column;gap:16px;min-height:0;padding:20px;transition:transform .2s,box-shadow .2s;display:flex}.ops-metric-card:hover{transform:translateY(-2px);box-shadow:0 12px 32px #0054701f}.ops-metric-top{justify-content:space-between;align-items:center;display:flex}.ops-metric-icon{width:40px;height:40px;color:var(--primary);background:linear-gradient(135deg,#dff0f5 0%,#c8e4ec 100%);border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.ops-metric-copy{flex-direction:column;gap:2px;display:flex}.ops-metric-label{color:#5a8090;text-transform:uppercase;letter-spacing:.06em;font-size:12px;font-weight:600}.ops-metric-value{color:#0f2830;letter-spacing:-.02em;font-size:36px;font-weight:800;line-height:1.05}.ops-metric-helper{color:#5a7880;margin-top:2px;font-size:12.5px;line-height:1.5}.ops-card{padding:20px}.ops-stack{flex-direction:column;gap:18px;display:flex}.ops-person-type{letter-spacing:.08em;text-transform:uppercase;color:#5a8795;font-size:11px;font-weight:800}.ai-chat-page{justify-content:center;width:100%;min-height:100%;display:flex}.ai-chat-shell{width:100%;min-height:calc(100vh - var(--topbar-height) - 64px);flex-direction:column;gap:24px;margin:0 auto;font-family:Sora,Manrope,Inter,sans-serif;transition:padding-right .24s;display:flex;position:relative}.ai-chat-shell.empty-state{justify-content:center;padding:10px 0 24px}.ai-chat-shell.chat-mode{justify-content:flex-start;padding-top:6px}.ai-chat-shell.history-open{padding-right:360px}.ai-chat-page--embedded{align-items:stretch}.ai-chat-shell--embedded{flex-direction:column;justify-content:flex-start;gap:0;height:100%;min-height:100%;padding:0;display:flex;overflow:hidden}.ai-chat-shell--embedded.empty-state,.ai-chat-shell--embedded.chat-mode{justify-content:flex-start;padding:0}.ai-chat-stage.embedded{flex:1;grid-template-columns:0 minmax(0,1fr);gap:0;min-height:0;transition:grid-template-columns .22s,gap .22s;display:grid;position:relative;overflow:hidden}.ai-chat-shell--embedded.history-open .ai-chat-stage.embedded{grid-template-columns:296px minmax(0,1fr);gap:14px}.ai-chat-main.embedded{background:radial-gradient(circle at 100% 0,#0d6b8914,#0000 26%),linear-gradient(#fffc 0%,#f7fbfcf5 100%);border:1px solid #0054701a;border-radius:28px;flex-direction:column;flex:1;gap:16px;min-width:0;min-height:0;padding:18px;display:flex;position:relative;overflow:hidden;box-shadow:0 22px 46px #0f172a14,inset 0 1px #ffffffbd}.ai-chat-main.embedded:before{content:"";pointer-events:none;background:radial-gradient(circle,#0d6b891f 0%,#0d6b8900 72%);border-radius:50%;width:200px;height:200px;position:absolute;inset:-18% auto auto 64%}.ai-chat-main.embedded>*{z-index:1;position:relative}.ai-chat-utility-bar{align-items:center;gap:14px;display:flex}.ai-chat-utility-copy{flex-direction:column;gap:2px;display:flex}.ai-chat-utility-copy strong{color:#123744;letter-spacing:-.02em;font-size:.9rem;font-weight:800}.ai-chat-utility-copy span{color:#6c7f8d;font-size:.8rem;line-height:1.45}.ai-chat-hero{text-align:center;flex-direction:column;align-items:center;gap:10px;max-width:680px;margin:0 auto;display:flex}.ai-chat-hero-copy{flex-direction:column;gap:10px;display:flex}.ai-chat-hero.embedded{text-align:left;align-items:flex-start;gap:0;width:100%;max-width:none;margin:2px 0 0;display:flex}.ai-chat-orb{aspect-ratio:1;isolation:isolate;filter:saturate(1.12);width:clamp(156px,21vw,206px);position:relative}.ai-chat-orb:before{content:"";filter:blur(2px);opacity:.78;background:radial-gradient(circle at 42% 34%,#ffffff7a 0%,#ffffff0f 28%,#b1a0ff1f 62%,#b1a0ff00 100%);border-radius:50%;position:absolute;inset:10%}.ai-chat-orb-haze,.ai-chat-orb-blob,.ai-chat-orb-shine{position:absolute;inset:0}.ai-chat-orb-haze{filter:blur(16px);opacity:.9;background:radial-gradient(circle at 62% 28%,#956aff6b 0%,#956aff2e 30%,#956aff00 68%),radial-gradient(circle at 26% 76%,#ffb6c56b 0%,#ffb6c526 28%,#ffb6c500 66%);border-radius:44% 56% 52% 48%/47% 43% 57% 53%;inset:6%;transform:scale(1.04)}.ai-chat-orb-blob{mix-blend-mode:multiply;opacity:.56;transform-origin:50%;border-radius:48% 52% 47% 53%/50% 42% 58% 50%;width:74%;height:84%;top:8%;left:13%;box-shadow:inset 0 1px #fff3,0 4px 18px #ad98ff14}.ai-chat-orb-blob.blob-a{opacity:.54;background:linear-gradient(#a78bff70 0%,#9764ff75 56%,#ffc9d552 100%),radial-gradient(circle at 50% 34%,#ffffff2e 0%,#fff0 60%);width:76%;height:82%;animation:11s ease-in-out infinite aiOrbFloatA;top:9%;left:12%}.ai-chat-orb-blob.blob-b{opacity:.5;background:linear-gradient(205deg,#714dfa8f 0%,#af7cff5c 52%,#ffdbe72e 100%);width:68%;height:82%;animation:12.6s ease-in-out infinite aiOrbFloatB;top:9%;left:16%}.ai-chat-orb-blob.blob-c{opacity:.44;background:linear-gradient(154deg,#ffc4d27a 0%,#e0abff38 46%,#6f59ff85 100%);width:66%;height:80%;animation:9.2s ease-in-out infinite aiOrbFloatC;top:10%;left:16%}.ai-chat-orb-blob.blob-d{opacity:.18;filter:blur(3px);background:linear-gradient(160deg,#8865f82e 0%,#b683ff1f 54%,#ffd6e214 100%);border-radius:58% 42% 52% 48%/46% 38% 62% 54%;width:34%;height:60%;animation:8.4s ease-in-out infinite aiOrbFloatD;top:16%;left:28%}.ai-chat-orb-shine{filter:blur(2px);opacity:.86;background:radial-gradient(circle at 30% 28%,#ffffff85 0%,#ffffff29 26%,#ffffff0a 44%,#fff0 72%);border-radius:50%;width:56%;height:56%;animation:6s ease-in-out infinite aiOrbBreath;top:12%;left:20%}.ai-chat-hello{color:#97a1b2;font-size:.96rem;line-height:1.2}.ai-chat-title{color:#111827;letter-spacing:-.05em;max-width:620px;font-size:clamp(2rem,4vw,3rem);font-weight:600;line-height:1.08}.ai-chat-subtitle{color:#6b7280;max-width:620px;font-size:.98rem;line-height:1.7;display:none}.ai-chat-shell--embedded .ai-chat-title{max-width:700px;font-size:clamp(1.6rem,2.4vw,2.2rem);line-height:1.12}.ai-chat-shell--embedded .ai-chat-subtitle{color:#667987;max-width:560px;font-size:.92rem;line-height:1.6;display:block}.ai-chat-suggestion-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;width:min(100%,1040px);margin:0 auto;display:grid}.ai-chat-shell--embedded .ai-chat-suggestion-grid{width:100%;margin:2px 0 0}.ai-chat-suggestion-card{background:linear-gradient(180deg, var(--primary) 0%, var(--primary-hover) 100%);color:#fff;text-align:left;border:1px solid #0054702e;border-radius:16px;flex-direction:column;align-items:flex-start;gap:14px;min-height:98px;padding:18px 18px 16px;font-family:Sora,Manrope,Inter,sans-serif;transition:transform .18s,box-shadow .18s,border-color .18s;display:flex;box-shadow:0 14px 28px #003f5438}.ai-chat-shell--embedded .ai-chat-suggestion-card{color:#113742;background:linear-gradient(#fffffffa 0%,#f1f8f9fa 100%);border-color:#0054701a;min-height:96px;padding:16px;box-shadow:0 18px 34px #0f172a12}.ai-chat-suggestion-card:not(.skeleton){cursor:pointer}.ai-chat-shell--embedded .ai-chat-suggestion-card:not(.skeleton):hover{border-color:#00547038;box-shadow:0 22px 38px #0f172a1a}.ai-chat-suggestion-card:not(.skeleton):hover{border-color:#ffffff3d;transform:translateY(-2px);box-shadow:0 18px 34px #003f5447}.ai-chat-suggestion-card p{color:#ffffffeb;font-size:.92rem;line-height:1.6}.ai-chat-shell--embedded .ai-chat-suggestion-card p{color:#3d5562}.ai-chat-suggestion-icon{background:#ffffffc7;border-radius:4px;width:10px;height:10px;box-shadow:inset 0 1px #ffffff80}.ai-chat-suggestion-card.tone-blue .ai-chat-suggestion-icon{background:linear-gradient(#d8eef5 0%,#f3fafc 100%)}.ai-chat-suggestion-card.tone-rose .ai-chat-suggestion-icon{background:linear-gradient(#ffd4f7 0%,#fff0fb 100%)}.ai-chat-suggestion-card.tone-amber .ai-chat-suggestion-icon{background:linear-gradient(#ffe3a1 0%,#fff3d8 100%)}.ai-chat-suggestion-card.tone-violet .ai-chat-suggestion-icon{background:linear-gradient(#d9eef5 0%,#f4fafb 100%)}.ai-chat-inline-state,.ai-chat-feedback{color:#667085;background:#ffffffdb;border:1px solid #e0e5ecf0;border-radius:16px;width:min(100%,1040px);margin:0 auto;padding:16px 18px;line-height:1.6}.ai-chat-inline-state strong,.ai-chat-feedback strong{color:#1f2937;margin-bottom:4px;display:block}.ai-chat-inline-state.error,.ai-chat-feedback{color:#8b4a53;background:linear-gradient(#ffffffeb 0%,#fff6f6f2 100%);border-color:#f2d6d7}.ai-chat-shell--embedded .ai-chat-inline-state,.ai-chat-shell--embedded .ai-chat-feedback{color:#5d7280;background:#ffffffd1;border-color:#0054701a;width:100%;margin:0}.ai-chat-history-toggle{top:calc(var(--topbar-height) + 20px);z-index:22;color:#6d3f74;cursor:pointer;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#ffffffeb;border:1px solid #00547024;border-radius:14px;justify-content:center;align-items:center;width:42px;height:42px;transition:transform .18s,box-shadow .18s,border-color .18s;display:inline-flex;position:fixed;right:24px;box-shadow:0 16px 30px #00547014}.ai-chat-history-toggle:hover,.ai-chat-history-toggle.active{border-color:#0054703d;transform:translateY(-1px);box-shadow:0 18px 34px #0054701f}.ai-chat-history-toggle.active{width:auto;height:auto;top:calc(var(--topbar-height) + 36px);box-shadow:none;-webkit-backdrop-filter:none;backdrop-filter:none;background:0 0;border:none;border-radius:0;padding:0;right:42px;transform:none}.ai-chat-history-toggle.active:hover{box-shadow:none;border:none;transform:none}.ai-chat-history-toggle-count{min-width:22px;height:22px;color:var(--primary);background:#f7ecf9fa;border-radius:999px;justify-content:center;align-items:center;padding:0 6px;font-size:.74rem;font-weight:700;display:inline-flex;position:absolute;top:-5px;right:-5px}.ai-chat-history-toggle.embedded{z-index:1;color:#174250;border-radius:16px;gap:10px;width:auto;min-width:140px;height:44px;padding:0 16px;position:relative;top:auto;right:auto;box-shadow:0 14px 28px #0f172a14}.ai-chat-history-toggle.embedded.active{background:#fffffff5;border:1px solid #00547029;border-radius:16px;width:auto;height:44px;padding:0 16px;top:auto;right:auto;box-shadow:0 14px 28px #0f172a14}.ai-chat-history-toggle-label{letter-spacing:-.01em;font-size:.84rem;font-weight:700}.ai-chat-history-toggle.embedded .ai-chat-history-toggle-count{color:#0d6b89;background:#e8f5f8;min-width:24px;height:24px;margin-left:auto;position:static}.ai-chat-history-drawer{top:calc(var(--topbar-height) + 20px);z-index:21;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);opacity:0;pointer-events:none;background:#ffffffeb;border:1px solid #dde2ebf5;border-radius:28px;width:320px;height:auto;padding:60px 16px 16px;transition:opacity .22s,transform .22s;position:fixed;bottom:24px;right:24px;transform:translate(18px);box-shadow:0 26px 54px #0f172a14}.ai-chat-history-drawer.embedded{z-index:1;opacity:0;pointer-events:none;background:linear-gradient(#fffffffa 0%,#f1f8f9fa 100%);border-color:#0054701a;border-radius:24px;width:296px;min-width:296px;height:100%;padding:20px 16px 16px;position:relative;inset:auto;overflow:hidden;transform:translate(-12px);box-shadow:0 28px 50px #0f172a1f}.ai-chat-history-drawer.open{opacity:1;pointer-events:auto;transform:translate(0)}.ai-chat-history-drawer-head{justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:16px;display:flex}.ai-chat-thread-panel{-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#ffffffbd;border:1px solid #dde2ebf5;border-radius:24px;flex-direction:column;flex:1;gap:14px;width:min(100%,1040px);min-height:0;margin:0 auto;padding:18px 18px 16px;display:flex;box-shadow:0 22px 48px #0f172a0f}.ai-chat-thread-panel.embedded{background:linear-gradient(#ffffffe6 0%,#f5f9fbf0 100%);border-color:#0054701a;width:100%;margin:0;padding:18px}.ai-chat-panel-head{justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.ai-chat-panel-kicker{color:#9a78a4;letter-spacing:.08em;text-transform:uppercase;font-size:.72rem;font-weight:700}.ai-chat-shell--embedded .ai-chat-panel-kicker{color:#0d6b89}.ai-chat-panel-title{color:#143741;margin-top:5px;font-size:1.18rem;line-height:1.3}.ai-chat-panel-subtitle{color:#657a86;margin-top:6px;font-size:.86rem;line-height:1.6}.ai-chat-panel-actions{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:10px;display:flex}.ai-chat-panel-button{cursor:pointer;border:1px solid #0054702e;border-radius:999px;justify-content:center;align-items:center;gap:8px;min-height:38px;padding:0 14px;font-family:Sora,Manrope,Inter,sans-serif;font-size:.82rem;font-weight:600;transition:transform .18s,box-shadow .18s,background .18s,border-color .18s;display:inline-flex}.ai-chat-panel-button.primary{background:linear-gradient(180deg, var(--primary) 0%, var(--primary-hover) 100%);color:#fff;border-color:#0000;box-shadow:0 12px 24px #003f542e}.ai-chat-panel-button.primary:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 16px 28px #003f543d}.ai-chat-panel-button.secondary{color:var(--primary);background:#ffffffe0}.ai-chat-panel-button.secondary:hover{background:#edf6f8f5;border-color:#0054704d;transform:translateY(-1px)}.ai-chat-panel-button:disabled{cursor:not-allowed;opacity:.6;box-shadow:none;transform:none}.ai-chat-archive-note{color:#7b507f;background:linear-gradient(#faf1fbf5 0%,#f6e9f8f0 100%);border:1px solid #0054701f;border-radius:16px;padding:12px 14px;font-size:.84rem;line-height:1.6}.ai-chat-shell--embedded .ai-chat-archive-note{color:#295667;background:linear-gradient(#ecf6f8f5 0%,#e7f2f5f0 100%);border-color:#0054701f}.ai-chat-empty-panel{flex-direction:column;gap:18px;min-height:0;display:flex}.ai-chat-empty-copy{padding:4px 2px 0}.ai-chat-empty-copy strong{color:#143741;font-size:1rem;display:block}.ai-chat-empty-copy p{color:#657a86;margin-top:6px;font-size:.9rem;line-height:1.6}.ai-chat-thread{min-height:0;max-height:calc(100vh - var(--topbar-height) - 220px);scrollbar-width:none;-ms-overflow-style:none;flex-direction:column;gap:18px;padding:8px 2px 14px;display:flex;overflow-y:auto}.ai-chat-shell--embedded .ai-chat-thread{flex:1;gap:16px;max-height:none;padding-right:4px}.ai-chat-thread::-webkit-scrollbar{display:none}.ai-chat-history-list::-webkit-scrollbar{display:none}.ai-chat-message{flex-direction:column;gap:8px;display:flex}.ai-chat-message.user{align-items:flex-end}.ai-chat-message-label{color:#94a3b8;letter-spacing:.01em;align-items:center;gap:10px;font-size:.74rem;display:flex}.ai-chat-message-label strong{color:#475569;font-weight:600}.ai-chat-bubble{color:#4e2b56;background:linear-gradient(#f6e9f7f5 0%,#f1dff4f0 100%);border:1px solid #0054701f;border-radius:22px;width:min(100%,620px);padding:16px 18px;box-shadow:0 14px 28px #00547014}.ai-chat-shell--embedded .ai-chat-bubble{color:#284651;background:linear-gradient(#f9fcfdfa 0%,#ecf5f7fa 100%);border-color:#0054701f}.ai-chat-message.user .ai-chat-bubble{color:#fff8ff;background:linear-gradient(#c76cd0 0%,#b44dc0 100%);border-color:#00547042;box-shadow:0 16px 30px #0054702e}.ai-chat-message.pending .ai-chat-bubble{opacity:.78}.ai-chat-bubble>p{font-size:.94rem;line-height:1.7}.ai-chat-result-card{background:linear-gradient(#fcfdff 0%,#f6f8fb 100%);border:1px solid #dbe2eceb;border-radius:18px;margin-top:14px;padding:16px}.ai-chat-result-header{justify-content:space-between;align-items:flex-start;gap:14px;display:flex}.ai-chat-result-header strong{color:#111827;font-size:1rem}.ai-chat-result-header p{color:#6b7280;margin-top:4px;font-size:.84rem}.ai-chat-result-metrics{flex-wrap:wrap;gap:8px;margin-top:14px;display:flex}.ai-chat-result-metrics span{color:#475569;background:#edf2f7;border-radius:999px;padding:7px 10px;font-size:.76rem;font-weight:600}.ai-chat-result-highlights{gap:10px;margin-top:14px;display:grid}.ai-chat-result-highlight{align-items:flex-start;gap:10px;display:flex}.ai-chat-result-highlight p{color:#475569;font-size:.87rem;line-height:1.55}.ai-chat-result-dot{background:#5cc6ff;border-radius:50%;flex-shrink:0;width:8px;height:8px;margin-top:6px}.ai-chat-result-documents{gap:10px;margin-top:16px;display:grid}.ai-chat-result-document{background:#ffffffe6;border:1px solid #e0e5ecf0;border-radius:14px;justify-content:space-between;align-items:center;gap:12px;padding:12px 14px;display:flex}.ai-chat-result-document strong{color:#111827;font-size:.9rem;display:block}.ai-chat-result-document span{color:#64748b;margin-top:3px;font-size:.78rem;display:block}.ai-chat-history-title{color:#143741;margin-top:5px;font-size:1rem}.ai-chat-history-list{scrollbar-width:none;-ms-overflow-style:none;flex-direction:column;gap:10px;min-height:0;max-height:320px;padding-right:2px;display:flex;overflow-y:auto}.ai-chat-history-card{text-align:left;color:#55325d;background:#ffffffe0;border:1px solid #0054701f;border-radius:18px;justify-content:space-between;align-items:flex-start;gap:12px;width:100%;padding:14px;transition:transform .18s,box-shadow .18s,border-color .18s,background .18s;display:flex}.ai-chat-history-card:hover{border-color:#00547033;transform:translateY(-1px);box-shadow:0 16px 30px #00547014}.ai-chat-history-card.active{background:linear-gradient(#f9effbfa 0%,#f3e3f6f5 100%);border-color:#00547047;box-shadow:0 16px 32px #0054701a}.ai-chat-shell--embedded .ai-chat-history-card.active{background:linear-gradient(#ebf5f7fa 0%,#e3f0f3f5 100%)}.ai-chat-history-card-main{color:inherit;text-align:left;cursor:pointer;background:0 0;border:none;flex-direction:column;flex:1;gap:6px;display:flex}.ai-chat-history-card-main.editing{cursor:default}.ai-chat-history-card strong{color:#133842;font-size:.9rem;line-height:1.45}.ai-chat-history-rename-input{color:#133842;background:0 0;border:none;border-bottom:1px solid #0054703d;outline:none;width:100%;min-width:0;padding:0;font-family:Sora,Manrope,Inter,sans-serif;font-size:.9rem;font-weight:600;line-height:1.45}.ai-chat-history-card span{color:#8c7390;font-size:.78rem}.ai-chat-history-card p{color:#9a86a0;font-size:.8rem;line-height:1.5}.ai-chat-history-card-actions{flex-shrink:0;align-items:center;gap:6px;display:inline-flex}.ai-chat-history-icon-button{color:#92559a;cursor:pointer;background:#fffffff0;border:1px solid #0054701f;border-radius:10px;justify-content:center;align-items:center;width:28px;height:28px;transition:background .18s,border-color .18s,color .18s;display:inline-flex}.ai-chat-history-icon-button:hover{background:#edf6f8f5;border-color:#00547038}.ai-chat-history-icon-button.danger{color:#b85d72}.ai-chat-history-icon-button.danger:hover{background:#fff3f6fa;border-color:#b85d7238}.ai-chat-history-empty{color:#8a738e;background:#fcf8fcdb;border:1px dashed #0054702e;border-radius:18px;padding:16px}.ai-chat-shell--embedded .ai-chat-history-empty{color:#627786;background:#eff7f9e6;border-color:#00547024}.ai-chat-shell--embedded .ai-chat-history-empty strong{color:#22404a}.ai-chat-history-empty strong{color:#4c2a53;margin-bottom:6px;display:block}.ai-chat-composer{z-index:8;width:min(100%,1040px);margin:auto auto 0;position:sticky;bottom:18px}.ai-chat-composer.embedded{width:100%;margin:auto 0 0;position:relative;bottom:auto}.ai-chat-composer.workspace{width:min(100%,1040px);margin:0 auto}.ai-chat-composer-shell{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#fffffff0;border:1px solid #dbe2ecf5;border-radius:999px;align-items:center;gap:12px;padding:10px 12px;display:flex;box-shadow:0 24px 46px #0f172a14,inset 0 2px #ffffffb8}.ai-chat-composer.embedded .ai-chat-composer-shell{background:#fffffff5;border-color:#0054701f;border-radius:20px;padding:10px 12px;box-shadow:0 22px 42px #0f172a14,inset 0 1px #fffc}.ai-chat-dialog-overlay{z-index:12;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0c142047;justify-content:center;align-items:center;padding:18px;display:flex;position:absolute;inset:0}.ai-chat-dialog-card{width:min(420px,100%);margin:0;box-shadow:0 24px 56px #0f172a2e}.ai-chat-input-icon{color:#95a1b2;background:#f2f6fa;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:34px;height:34px;display:inline-flex}.ai-chat-input{color:#111827;background:0 0;border:none;outline:none;flex:1;height:44px;font-family:Sora,Manrope,Inter,sans-serif;font-size:.95rem}.ai-chat-input::placeholder{color:#a3acb9}.ai-chat-submit{background:linear-gradient(180deg, var(--primary) 0%, var(--primary-hover) 100%);color:#fff;cursor:pointer;border:none;border-radius:999px;justify-content:center;align-items:center;gap:8px;min-width:110px;height:38px;padding:0 16px;font-family:Sora,Manrope,Inter,sans-serif;font-size:.84rem;font-weight:600;transition:transform .18s,box-shadow .18s,opacity .18s;display:inline-flex;box-shadow:0 10px 24px #003f543d}.ai-chat-submit:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 14px 28px #003f544d}.ai-chat-submit:disabled,.ai-chat-suggestion-card:disabled{cursor:not-allowed;opacity:.6}.ai-chat-shell--embedded{background:0 0}.ai-chat-shell--embedded .ai-chat-stage.embedded{height:100%;display:block}.ai-chat-shell--embedded .ai-chat-main.embedded{background:linear-gradient(#ffffffbd 0%,#f5fafcf5 100%);border:1px solid #7cbaca33;border-radius:24px;grid-template-rows:minmax(0,1fr) auto;gap:10px;height:100%;padding:14px;display:grid;box-shadow:inset 0 1px #ffffffb8,0 18px 36px #0f172a14}.ai-chat-shell--embedded .ai-chat-main.embedded:before{display:none}.ai-chat-shell--embedded .ai-chat-utility-bar{border-bottom:1px solid #0054701a;justify-content:space-between;align-items:center;gap:10px;padding:2px 2px 8px}.ai-chat-shell--embedded .ai-chat-utility-copy{justify-content:center;min-height:42px;padding-left:52px;position:relative}.ai-chat-shell--embedded .ai-chat-utility-copy:before{content:"AI";color:#e9fbff;letter-spacing:.06em;background:linear-gradient(#0f6c87 0%,#084f66 100%);border-radius:14px;justify-content:center;align-items:center;width:38px;height:38px;font-size:.72rem;font-weight:800;display:inline-flex;position:absolute;top:50%;left:0;transform:translateY(-50%);box-shadow:0 12px 20px #00547029}.ai-chat-shell--embedded .ai-chat-utility-copy strong{color:#133b47;align-items:center;gap:8px;font-size:.9rem;display:flex}.ai-chat-shell--embedded .ai-chat-utility-copy strong:after{content:"";background:#25c685;border-radius:999px;width:8px;height:8px;box-shadow:0 0 0 4px #25c68529}.ai-chat-shell--embedded .ai-chat-utility-copy span{color:#68818d;font-size:.77rem}.ai-chat-shell--embedded .ai-chat-history-toggle.embedded{color:#174250;min-width:0;height:40px;box-shadow:none;background:#ffffffc7;border-color:#00547024;border-radius:999px;padding:0 14px}.ai-chat-shell--embedded .ai-chat-history-toggle.embedded:hover,.ai-chat-shell--embedded .ai-chat-history-toggle.embedded.active{color:#174250;box-shadow:none;background:#fffffff0;border-color:#0054703d;transform:translateY(-1px)}.ai-chat-shell--embedded .ai-chat-history-backdrop{z-index:3;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);cursor:pointer;background:#0c14202e;border:none;position:absolute;inset:0}.ai-chat-shell--embedded .ai-chat-history-drawer.embedded{z-index:4;background:linear-gradient(#fffffffa 0%,#f0f7f9fa 100%);border-color:#0054701f;border-radius:24px;width:284px;min-width:284px;height:auto;position:absolute;inset:0 auto 0 0;box-shadow:0 22px 44px #0f172a24}.ai-chat-shell--embedded .ai-chat-thread-panel.embedded{min-height:0;box-shadow:none;background:0 0;border:none;border-radius:0;grid-template-rows:auto minmax(0,1fr);gap:12px;padding:0;display:grid}.ai-chat-inline-profile{justify-content:space-between;align-items:center;gap:12px;padding:2px 2px 0;display:flex}.ai-chat-inline-profile-id{align-items:center;gap:10px;min-width:0;display:flex}.ai-chat-inline-profile-avatar{color:#f4fcff;letter-spacing:.05em;background:linear-gradient(#0b79a1 0%,#085d7b 100%);border-radius:999px;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;font-size:.72rem;font-weight:800;display:inline-flex}.ai-chat-inline-profile-copy{flex-direction:column;gap:1px;display:flex}.ai-chat-inline-profile-copy strong{color:#173c48;font-size:.92rem;line-height:1.2}.ai-chat-inline-profile-copy span{color:#7d93a0;font-size:.76rem;line-height:1.2}.ai-chat-inline-save{flex-shrink:0}.ai-chat-shell--embedded .ai-chat-panel-head{align-items:flex-start;padding:0 2px 2px}.ai-chat-shell--embedded .ai-chat-panel-kicker{color:#0d6b89;font-size:.68rem}.ai-chat-shell--embedded .ai-chat-panel-title{color:#163d49;font-size:1.06rem}.ai-chat-shell--embedded .ai-chat-panel-subtitle{color:#738793;max-width:280px;font-size:.78rem;line-height:1.45}.ai-chat-shell--embedded .ai-chat-panel-actions{gap:8px}.ai-chat-shell--embedded .ai-chat-panel-button{border-radius:999px;min-height:36px;padding:0 14px;font-size:.78rem}.ai-chat-welcome-panel{grid-template-rows:auto auto;align-content:start;gap:12px;min-height:0;display:grid}.ai-chat-welcome-copy{background:0 0;border:none;border-radius:0;padding:0 2px 2px}.ai-chat-welcome-copy strong{color:#173d49;font-size:.96rem;line-height:1.45;display:block}.ai-chat-welcome-copy p{color:#708490;margin-top:4px;font-size:.8rem;line-height:1.5}.ai-chat-shell--embedded .ai-chat-suggestion-grid{flex-wrap:wrap;grid-template-columns:none;gap:8px;margin:0;display:flex}.ai-chat-shell--embedded .ai-chat-suggestion-card{width:auto;min-height:0;box-shadow:none;background:#fff;border:1px solid #97abb84d;border-radius:999px;flex-direction:row;align-items:center;gap:8px;padding:9px 12px}.ai-chat-shell--embedded .ai-chat-suggestion-card:hover{box-shadow:none;border-color:#00547033;transform:none}.ai-chat-shell--embedded .ai-chat-suggestion-card p{color:#425b67;font-size:.78rem;line-height:1.2}.ai-chat-shell--embedded .ai-chat-thread{border-top:none;flex-direction:column;gap:12px;padding:4px 0 6px;display:flex}.ai-chat-shell--embedded .ai-chat-message{gap:4px}.ai-chat-shell--embedded .ai-chat-message-label{padding:0 4px;font-size:.67rem}.ai-chat-shell--embedded .ai-chat-message-label strong{color:#607583}.ai-chat-shell--embedded .ai-chat-bubble{width:fit-content;max-width:min(100%,292px);box-shadow:none;background:#f4f7f9;border-color:#dfe8ed;border-radius:18px;padding:11px 14px}.ai-chat-shell--embedded .ai-chat-bubble>p{font-size:.83rem;line-height:1.45}.ai-chat-shell--embedded .ai-chat-message.user .ai-chat-bubble{color:#f8fdff;background:linear-gradient(#0f7ca0 0%,#055d7a 100%);border-color:#0000}.ai-chat-shell--embedded .ai-chat-feedback{border-radius:14px;padding:12px 14px;font-size:.82rem}.ai-chat-shell--embedded .ai-chat-composer.embedded{border-top:1px solid #00547014;align-self:end;margin-top:0;padding-top:12px}.ai-chat-shell--embedded .ai-chat-composer.embedded .ai-chat-composer-shell{min-height:54px;box-shadow:none;background:#fff;border-color:#dbe6ec;border-radius:18px;padding:6px 8px 6px 6px}.ai-chat-shell--embedded .ai-chat-input-icon{color:#8d9bad;background:#eff4f7;width:34px;height:34px}.ai-chat-shell--embedded .ai-chat-input{color:#153a46;font-size:.9rem}.ai-chat-shell--embedded .ai-chat-submit{width:44px;min-width:44px;height:36px;box-shadow:none;gap:0;padding:0;font-size:.8rem}.ai-chat-suggestion-card.skeleton{pointer-events:none}.ai-chat-skeleton-line{background:linear-gradient(90deg,#eef2f6 0%,#dde5ee 50%,#eef2f6 100%) 0 0/200% 100%;border-radius:999px;width:100%;height:10px;animation:1.5s infinite aiPulse}.ai-chat-skeleton-line.short{width:74%}@keyframes aiOrbFloatA{0%,to{transform:translate(0,0)rotate(-8deg)scale(1.01)}33%{transform:translate(-2%,3%)rotate(-22deg)scale(1.04,.98)}66%{transform:translate(3%,-2%)rotate(10deg)scale(.97,1.04)}}@keyframes aiOrbFloatB{0%,to{transform:translate(0,0)rotate(28deg)scale(1.01)}33%{transform:translate(3%,-4%)rotate(50deg)scale(.96,1.08)}66%{transform:translate(-3%,4%)rotate(6deg)scale(1.05,.96)}}@keyframes aiOrbFloatC{0%,to{transform:translate(0,0)rotate(-30deg)scale(.98)}40%{transform:translate(-4%,-1%)rotate(-4deg)scale(1.07,.92)}72%{transform:translate(2%,4%)rotate(-44deg)scale(.94,1.05)}}@keyframes aiOrbFloatD{0%,to{opacity:.14;transform:translate(0,0)rotate(-18deg)scaleX(.98)}50%{opacity:.22;transform:translate(-4%,2%)rotate(10deg)scale(1.04,1.06)}}@keyframes aiOrbBreath{0%,to{opacity:.72;transform:translate(0,0)scale(.98)}50%{opacity:.92;transform:translate(2%,-1%)scale(1.05)}}@keyframes aiPulse{0%{background-position:200% 0}to{background-position:-200% 0}}@media (prefers-reduced-motion:reduce){.ai-chat-orb-blob,.ai-chat-orb-shine{animation:none}}.ops-filter-tabs{gap:8px;margin-bottom:18px;display:flex}.ops-filter-toolbar{background:linear-gradient(#fff 0%,#f6fbfc 100%);border:1px solid #deebf0;border-radius:18px;flex-direction:column;gap:14px;margin-bottom:18px;padding:18px 20px;display:flex;box-shadow:0 10px 24px #0054700a}.ops-search-field{color:#6a8792;background:#fff;border:1.5px solid #d7e7ec;border-radius:14px;align-items:center;gap:10px;height:48px;padding:0 14px;display:flex}.ops-search-field input{color:#173740;background:0 0;border:none;outline:none;flex:1;min-width:0;font-size:14px}.ops-search-field input::placeholder{color:#90a4ae}.ops-filter-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;display:grid}.ops-filter-field{flex-direction:column;gap:6px;display:flex}.ops-filter-field>span{letter-spacing:.05em;text-transform:uppercase;color:#5d7e8a;font-size:11px;font-weight:800}.ops-filter-select-wrap{color:#6a8792;background:#fff;border:1.5px solid #d7e7ec;border-radius:14px;align-items:center;gap:10px;height:46px;padding:0 12px;display:flex}.ops-filter-select-wrap select{color:#173740;background:0 0;border:none;outline:none;width:100%;font-size:14px}.ops-filter-select-wrap.focused{border-color:#69a5b7}.ops-filter-toolbar-foot{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;display:flex}.ops-filter-result{color:#4f7280;font-size:13px;font-weight:600}.ops-filter-reset{color:#0d6b89;cursor:pointer;background:#fff;border:1.5px solid #d7e7ec;border-radius:12px;align-items:center;gap:8px;height:40px;padding:0 14px;font-size:13px;font-weight:700;transition:background .15s,border-color .15s,color .15s;display:inline-flex}.ops-filter-reset:hover:not(:disabled){background:#eef6f8;border-color:#8bb9c8}.ops-filter-reset:disabled{opacity:.55;cursor:not-allowed}.ops-filter-tab{color:#5d7380;cursor:pointer;background:#fff;border:1.5px solid #d2e2e7;border-radius:999px;align-items:center;gap:7px;padding:8px 18px;font-size:13px;font-weight:600;transition:background .15s,border-color .15s,color .15s;display:inline-flex}.ops-filter-tab:hover{color:#0f4256;background:#eef6f8;border-color:#89b9c8}.ops-filter-tab.active{color:#fff;background:linear-gradient(135deg,#005470 0%,#00698b 100%);border-color:#0000}.ops-compliance-table{border:1px solid #e2eef2;border-radius:20px;flex-direction:column;gap:0;display:flex;overflow:hidden}.ops-compliance-table-head{text-transform:uppercase;letter-spacing:.07em;color:#5a8795;background:#f4fafb;border-bottom:1px solid #e2eef2;grid-template-columns:minmax(260px,1.2fr) minmax(200px,1.7fr) 15% minmax(150px,1fr) 52px;gap:20px;padding:11px 24px;font-size:10px;font-weight:800;display:grid}.ops-compliance-table-head>:nth-child(3){grid-column:4}.ops-compliance-table-head>:nth-child(4){text-align:center;grid-column:5;justify-self:center}.ops-compliance-table-row{background:#fff;border-bottom:1px solid #e6eef1;grid-template-columns:minmax(260px,1.2fr) minmax(200px,1.7fr) 15% minmax(150px,1fr) 52px;align-items:center;gap:20px;padding:14px 24px;transition:background .12s;display:grid}.ops-compliance-table-row:last-child{border-bottom:none}.ops-compliance-table-row:hover{background:#f2f8fa}.ops-compliance-table-row.blocked{background:#fff8f8;border-left:3px solid #f09898}.ops-compliance-table-row.blocked:hover{background:#fff3f3}.ops-ctrow-person{flex-direction:column;gap:3px;display:flex}.ops-ctrow-person strong{color:#142e36;font-size:15px}.ops-ctrow-person>span{color:#5a7080;font-size:12px}.ops-ctrow-progress{flex-direction:column;gap:6px;display:flex}.ops-ctrow-progress-track{align-items:center;gap:10px;display:flex}.ops-ctrow-progress-bar{background:#d8eaee;border-radius:999px;flex:1;height:7px;overflow:hidden}.ops-ctrow-progress-bar span{border-radius:inherit;background:linear-gradient(90deg,#005470 0%,#6eaec0 100%);height:100%;display:block}.ops-ctrow-pct{color:#2e7a92;white-space:nowrap;text-align:right;flex-shrink:0;min-width:34px;font-size:12px;font-weight:800}.ops-ctrow-progress-foot{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.ops-ctrow-progress-label{color:#5d7380;font-size:12px;font-weight:500}.ops-ctrow-missing{color:#b85a00;background:#fff3e0;border-radius:999px;padding:2px 9px;font-size:11px;font-weight:700}.ops-ctrow-eligibility{grid-column:4;justify-content:flex-start;align-items:center;gap:10px;display:flex}.ops-ctrow-no-score{color:#8caab5;font-size:18px}.ops-score-circle{flex-direction:row;align-items:center;gap:8px;display:flex}.ops-score-circle svg{flex-shrink:0;display:block}.ops-score-circle-label{text-transform:uppercase;letter-spacing:.05em;font-size:10px;font-weight:700;line-height:1}.ops-score-circle-label--success{color:#1a6e42}.ops-score-circle-label--warning{color:#7a4a00}.ops-score-circle-label--danger{color:#7a2020}.ops-ctrow-actions{grid-column:5;justify-content:center;width:100%;display:flex}.ops-icon-button{color:#4f7f8f;cursor:pointer;background:#fff;border:1.5px solid #d2e2e7;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;transition:background .15s,border-color .15s,color .15s;display:inline-flex}.ops-icon-button:hover{color:#0f5167;background:#e6f2f5;border-color:#82b1be}.ops-modal-backdrop{z-index:1000;background:#14082373;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0}.ops-modal{-ms-overflow-style:none;scrollbar-width:none;background:#fff;border-radius:24px;flex-direction:column;width:100%;max-width:924px;max-height:88vh;display:flex;overflow:hidden auto;box-shadow:0 32px 80px #340a5a2e}.ops-modal::-webkit-scrollbar{width:0;height:0;display:none}.ops-modal-header{justify-content:space-between;align-items:flex-start;gap:16px;padding:28px 28px 24px;display:flex}.ops-modal-header h2{color:#142e36;margin:6px 0 8px;font-size:22px}.ops-modal-header p{color:#6f667c;font-size:13.5px}.ops-modal-close{color:#4f7f8f;cursor:pointer;background:#f4fafb;border:1.5px solid #d2e2e7;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;transition:background .15s;display:inline-flex}.ops-modal-close:hover{background:#e6f2f5}.ops-modal-chips{border-bottom:1px solid #f0e9f6;flex-wrap:wrap;gap:8px;padding:16px 24px;display:flex}.ops-modal-doc-table{border-top:1px solid #e2eef2;flex-direction:column;margin-top:4px;display:flex}.ops-modal-doc-table-head{text-transform:uppercase;letter-spacing:.07em;color:#5a8795;background:#f9f4fd;border-bottom:1px solid #e2eef2;grid-template-columns:minmax(0,1fr) 100px 180px 216px;gap:14px;padding:11px 28px;font-size:11px;font-weight:800;display:grid}.ops-modal-doc-table-body{flex-direction:column;display:flex}.ops-modal-doc-table-row{border-bottom:1px solid #f8f3fc;border-left:3px solid #0000;grid-template-columns:minmax(0,1fr) 100px 180px 216px;align-items:center;gap:14px;padding:15px 28px;transition:background .1s;display:grid}.ops-modal-doc-table-row>:nth-child(3){justify-self:start}.ops-modal-doc-table-row:last-child{border-bottom:none}.ops-modal-doc-table-row:hover{background:#f8fbfc}.ops-modal-doc-table-row[data-status=VALIDO]{border-left-color:#6dcc9e}.ops-modal-doc-table-row[data-status=PROXIMO_VENCIMENTO]{border-left-color:#f5b840}.ops-modal-doc-table-row[data-status=VENCIDO]{border-left-color:#e06060}.ops-modal-doc-table-row[data-status=PENDENTE]{border-left-color:#c0b8d0}.ops-modal-doc-info{flex-direction:column;gap:3px;min-width:0;display:flex}.ops-modal-doc-info strong{color:#142e36;white-space:nowrap;text-overflow:ellipsis;font-size:14px;overflow:hidden}.ops-modal-doc-info span{color:#9b87ab;text-transform:uppercase;letter-spacing:.04em;font-size:11px}.ops-modal-doc-date{color:#5d7380;white-space:nowrap;font-size:13px;font-weight:600}.ops-modal-doc-actions{align-items:center;gap:6px;display:flex}.ops-modal-download-btn{color:#4e7683;cursor:pointer;white-space:nowrap;background:#fff;border:1.5px solid #d2e2e7;border-radius:8px;align-items:center;gap:6px;height:32px;padding:0 12px;font-size:12px;font-weight:700;transition:background .15s,border-color .15s,color .15s;display:inline-flex}.ops-modal-download-btn:hover:not(:disabled){color:#0f5167;background:#e6f2f5;border-color:#82b1be}.ops-modal-download-btn:disabled{opacity:.4;cursor:not-allowed}.ops-modal-download-btn--danger{color:#b91c1c;background:#fff5f5;border-color:#fca5a5}.ops-modal-download-btn--danger:hover:not(:disabled){color:#7f1d1d;background:#fee2e2;border-color:#ef4444}.ops-modal-download-btn--icon-only{color:#8a9fa6;padding:5px 8px}.ops-modal-download-btn--icon-only:hover:not(:disabled){color:#b91c1c;background:#fff5f5;border-color:#fca5a5}.ops-modal-doc-list{border-top:1px solid #e2eef2;flex-direction:column;gap:0;margin-top:4px;display:flex}.ops-modal-doc-entry{border-bottom:1px solid #eef3f6}.ops-modal-doc-entry:last-child{border-bottom:none}.ops-modal-doc-entry-header{justify-content:space-between;align-items:center;gap:16px;padding:16px 24px 12px;display:flex}.ops-modal-doc-entry-info{flex-direction:column;gap:3px;min-width:0;display:flex}.ops-modal-doc-entry-info strong{color:#0f172a;font-size:14px;font-weight:700}.ops-modal-doc-entry-info span{color:#64748b;font-size:11.5px}.ops-modal-doc-entry-expiry{font-size:11.5px;font-weight:600;color:#e07a1a!important}.ops-modal-version-list{flex-direction:column;gap:8px;padding:0 24px 16px;display:flex}.ops-modal-version-row{background:#fff;border:1px solid #e6edf4;border-radius:14px;justify-content:space-between;align-items:center;gap:14px;padding:14px 16px;transition:box-shadow .15s;display:flex}.ops-modal-version-row.is-current{background:#f7fbfd;border-color:#0d6b8940}.ops-modal-version-main{flex-direction:column;gap:4px;min-width:0;display:flex}.ops-modal-version-top{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.ops-modal-version-filename{color:#1e293b;font-size:13.5px;font-weight:600}.ops-modal-version-meta{color:#64748b;font-size:12px}.ops-modal-version-actions{flex-shrink:0;align-items:center;gap:8px;display:flex}.ops-modal-approval-chip{text-transform:uppercase;letter-spacing:.04em;border-radius:999px;align-items:center;padding:4px 9px;font-size:11px;font-weight:700;display:inline-flex}.ops-modal-approval-chip--success{color:#11804a;background:#e8f8ee}.ops-modal-approval-chip--warning{color:#7a4a00;background:#fef9ec}.ops-modal-approval-chip--danger{color:#b91c1c;background:#fef2f2}.ops-modal-approval-chip--neutral{color:#475569;background:#f1f5f9}.ops-modal-version-toggle{color:#0d6b89;cursor:pointer;background:0 0;border:none;align-items:center;gap:6px;padding:2px 0;font-size:12.5px;font-weight:700;transition:color .15s;display:inline-flex}.ops-modal-version-toggle:hover{color:#0a4f67;text-decoration:underline}.ops-modal-no-versions{color:#94a3b8;padding:12px 24px 16px;font-size:13px;font-style:italic}.ops-feedback-close{cursor:pointer;color:inherit;opacity:.7;background:0 0;border:none;justify-content:center;align-items:center;margin-left:auto;padding:2px;display:inline-flex}.ops-feedback-close:hover{opacity:1}.ops-chip-row{flex-wrap:wrap;gap:8px;margin-top:14px;display:flex}.ops-chip{color:#5e4874;background:#f4eff8;border-radius:999px;align-items:center;gap:6px;min-height:30px;padding:0 11px;font-size:12px;font-weight:700;display:inline-flex}.ops-chip.success{color:#127c47;background:#ebfbf1}.ops-chip.warning{color:#9a6a00;background:#fff6dd}.ops-chip.neutral{color:#3855a8;background:#eef3ff}.ops-status-pill{border-radius:999px;align-items:center;height:28px;padding:0 11px;font-size:12px;font-weight:800;display:inline-flex}.ops-status-pill.tone-success{color:#0f8a48;background:#ebfbf1}.ops-status-pill.tone-warning{color:#9a6800;background:#fff4dd}.ops-status-pill.tone-danger{color:#c23958;background:#fdecef}.ops-status-pill.tone-neutral{color:#0f566d;background:#eef6f8}.ops-status-pill.tone-info{color:#365cb2;background:#eef4ff}.ops-document-grid{flex-direction:column;gap:12px;display:flex}.ops-document-row{background:#fff;border:1px solid #e2eef2;border-radius:18px;grid-template-columns:minmax(0,1.1fr) minmax(220px,.9fr) auto;align-items:center;gap:14px;padding:14px 16px;display:grid}.ops-document-row.compact{grid-template-columns:minmax(0,1fr) auto}.ops-document-main{flex-direction:column;gap:5px;min-width:0;display:flex}.ops-document-main strong{color:#16343d}.ops-document-main span,.ops-document-date{color:#6b7d88;font-size:12.5px}.ops-document-meta{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.ops-document-actions,.ops-card-actions,.ops-list-actions{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.ops-inline-button{color:#0f566d;cursor:pointer;background:#eef6f8;border:none;border-radius:12px;align-items:center;gap:7px;height:36px;padding:0 13px;font-size:12.5px;font-weight:700;text-decoration:none;display:inline-flex}.ops-inline-button.secondary{color:#495162;background:#fff;border:1px solid #dae7eb}.ops-inline-button:disabled{opacity:.5;cursor:not-allowed}.ops-section-head{margin-bottom:18px}.ops-field{flex-direction:column;gap:8px;display:flex}.ops-field span{color:#3c2a51;font-size:13px;font-weight:700}.ops-input,.ops-select,.ops-textarea{color:#21172f;background:#fff;border:1px solid #dee9ed;border-radius:14px;outline:none;width:100%;min-height:46px;padding:0 14px;font-size:14px}.ops-input:focus,.ops-select:focus,.ops-textarea:focus{border-color:#7fb2c1;box-shadow:0 0 0 4px #00547014}.ops-textarea{resize:vertical;min-height:110px;padding:12px 14px}.ops-highlight-panel{background:linear-gradient(135deg,#fbf7fe 0%,#f3effa 100%);border:1px solid #dfedf2;border-radius:18px;margin-top:16px;padding:14px 16px}.ops-highlight-panel.success{background:linear-gradient(135deg,#f3fff7 0%,#ecfbf3 100%);border-color:#d6f1e0}.ops-check-card{text-align:left;cursor:pointer;background:#fff;border:1px solid #ebe2f3;border-radius:18px;flex-direction:column;gap:6px;min-height:88px;padding:16px;display:flex}.ops-check-card.selected{background:linear-gradient(#fff 0%,#faf4fe 100%);border-color:#7fb2c1;box-shadow:inset 0 0 0 1px #00547014}.ops-check-card span{color:#7a6f89;font-size:12px}.ops-feedback-banner{color:#5d4477;background:linear-gradient(135deg,#edf6f9 0%,#eef6ff 100%);border:1px solid #e7daf2;border-radius:16px;padding:13px 15px;font-size:13px;line-height:1.6}.ops-empty-state{text-align:center;color:#6b7280;background:linear-gradient(#fff 0%,#f4fafb 100%);border:1px dashed #cfdee4;border-radius:20px;flex-direction:column;justify-content:center;align-items:center;gap:10px;min-height:260px;padding:24px;display:flex}.ops-error-state{background:linear-gradient(#fff 0%,#fff7f8 100%);border-style:solid;border-color:#f0d6dd}.ops-spin{animation:1s linear infinite spin}@media (width<=760px){.ops-metric-grid{scrollbar-width:none;-webkit-overflow-scrolling:touch;flex-flow:row;gap:8px;display:flex;overflow-x:auto}.ops-metric-grid::-webkit-scrollbar{display:none}.ops-metric-card{flex:none;min-width:160px;padding:14px 16px}.ops-metric-card:hover{transform:none}.ops-metric-value{font-size:28px}.ops-metric-helper{display:none}.ops-compliance-table{background:0 0;border:none;border-radius:0;gap:10px;overflow:visible}.ops-compliance-table-head{display:none}.ops-compliance-table-row{background:linear-gradient(#fff 0%,#fbfeff 100%);border-bottom:none;border-left:3px solid #0000;border-radius:18px;grid-template-columns:minmax(0,1fr) auto;grid-template-areas:"person actions""progress progress""eligibility eligibility";gap:12px 14px;padding:16px;display:grid;box-shadow:0 12px 26px #0d425214,0 0 0 1px #dcebf0}.ops-compliance-table-row.blocked{background:linear-gradient(#fff8f8 0%,#fff2f2 100%);border-left-color:#f09898}.ops-compliance-table-row.blocked:hover{background:#fff3f3}.ops-compliance-table-row:last-child{border-bottom:none}.ops-ctrow-person{grid-area:person;gap:5px;min-width:0;padding-right:0}.ops-ctrow-person strong{font-size:18px;line-height:1.15}.ops-ctrow-person>span{font-size:13px;line-height:1.35}.ops-person-type{letter-spacing:.06em;background:#eef7fa;border-radius:999px;align-items:center;width:fit-content;padding:4px 10px;display:inline-flex}.ops-ctrow-actions{grid-area:actions;place-self:start end;width:auto;position:static}.ops-icon-button{width:40px;height:40px;box-shadow:0 8px 18px #4d77841f}.ops-ctrow-progress{background:#f5fafc;border:1px solid #e1edf1;border-radius:14px;grid-area:progress;gap:8px;padding:12px 12px 11px}.ops-ctrow-progress-track{gap:12px}.ops-ctrow-progress-bar{height:8px}.ops-ctrow-pct{min-width:40px;font-size:15px}.ops-ctrow-progress-foot{justify-content:space-between;gap:8px}.ops-ctrow-progress-label{font-size:12px;font-weight:700}.ops-ctrow-missing{margin-left:auto}.ops-ctrow-eligibility{grid-area:eligibility;justify-content:space-between;align-items:center;gap:12px;min-width:0;display:flex}.ops-ctrow-eligibility:before{content:"Elegibilidade";letter-spacing:.08em;text-transform:uppercase;color:#7c99a5;font-size:10px;font-weight:800}.ops-ctrow-eligibility .ops-score-circle{align-items:center;gap:10px;margin-left:auto}.ops-ctrow-eligibility .ops-score-circle-label{font-size:12px;font-weight:800}.ops-ctrow-no-score{margin-left:auto;font-size:22px}.ops-modal-backdrop{align-items:flex-end;padding:0}.ops-modal{border-radius:24px 24px 0 0;width:100%;max-width:100%;max-height:90dvh}.ops-modal-header{padding:20px 20px 16px}.ops-modal-header h2{font-size:18px}.ops-modal-doc-table-head{display:none}.ops-modal-doc-table-row{flex-direction:column;gap:10px;padding:14px 20px;display:flex}.ops-modal-doc-table-row>:nth-child(3){justify-self:unset;align-self:unset}.ops-modal-doc-actions{flex-direction:row;gap:8px;width:100%}.ops-modal-download-btn{flex:1;justify-content:center;padding:8px 12px}}@media (width<=420px){.ops-compliance-table-row{gap:12px;padding:14px}.ops-ctrow-person strong{font-size:17px}.ops-ctrow-person>span{font-size:12px}.ops-ctrow-progress-foot{justify-content:flex-start;align-items:flex-start}.ops-ctrow-missing{margin-left:0}}@media (width<=520px){.ops-filter-toolbar{padding:12px}.ops-filter-grid{grid-template-columns:1fr;gap:9px}.ops-filter-result{font-size:11.5px}}@media (width<=1280px){.ops-metric-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=980px){.main-content{padding:18px}.assistant-launcher{bottom:16px;right:16px}.assistant-fab{width:47px;height:47px}.assistant-chat-window{border-radius:24px;width:min(400px,100vw - 32px);height:min(680px,100vh - 120px)}.assistant-chat-head{padding:18px 20px 16px}.assistant-chat-body{padding:12px}.ops-metric-grid,.ops-document-row{grid-template-columns:1fr}.ai-chat-suggestion-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.ai-chat-shell.history-open{padding-right:0}.ai-chat-history-toggle{top:calc(var(--topbar-height) + 14px);right:18px}.ai-chat-history-toggle.active{top:calc(var(--topbar-height) + 30px);right:34px}.ai-chat-history-drawer{width:min(320px,100vw - 36px);top:calc(var(--topbar-height) + 14px);height:auto;bottom:18px;right:18px}.ai-chat-hero.embedded{margin-top:0}.ai-chat-shell--embedded .ai-chat-history-drawer.embedded{width:272px;min-width:272px}.ai-chat-thread{max-height:calc(100vh - var(--topbar-height) - 250px)}.request-detail-grid,.request-public-summary{grid-template-columns:repeat(2,minmax(0,1fr))}.du-history-header{flex-direction:column;align-items:stretch}.du-history-toolbar{justify-content:stretch}.du-history-search{min-width:0;max-width:none}.du-history-date-input,.du-history-recipient-select{flex:180px}.request-panel-header{grid-template-columns:1fr;align-items:stretch}.request-panel-header .request-search-wrapper,.request-panel-header .request-date-range{justify-self:stretch}.request-list-section .request-panel-header{gap:12px;padding:14px}.request-list-section .request-panel-header .request-search-wrapper{width:100%}.request-list-section .request-panel-header .request-date-range{justify-content:stretch;width:100%}.request-panel-controls{grid-template-columns:1fr;justify-content:stretch;width:100%}.request-filter-select{width:100%}.request-list-section .request-panel-header .request-date-range .request-date-input{flex:1;min-width:0}.request-search-wrapper{width:100%;max-width:none}.request-search-input{min-width:0}.request-date-range{flex-wrap:wrap}}@media (width<=760px){body,#root,.app-layout{height:100dvh;overflow:hidden}.content-layout{min-height:0;display:block;overflow:hidden}.topbar{z-index:190;height:auto;min-height:calc(var(--topbar-height) + 7px);padding:calc(8px + env(safe-area-inset-top,0px)) 14px 8px;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#fffffff0;align-items:center;position:sticky;top:0;box-shadow:0 10px 30px #0a303c14}.topbar-desktop-shell{display:none}.topbar-mobile-shell{align-items:center;width:100%;display:grid}.topbar-mobile-shell.is-dashboard{grid-template-columns:minmax(0,1fr) auto;gap:12px}.topbar-mobile-shell.is-detail{grid-template-columns:42px minmax(0,1fr) 42px;gap:12px}.topbar-mobile-back,.topbar-mobile-menu{color:#fff;background:linear-gradient(#0e607c 0%,#09485f 100%);border:none;border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;width:42px;height:42px;display:inline-flex;box-shadow:0 12px 24px #0054702e}.topbar-mobile-back{color:#244552;background:#f3f7f8;box-shadow:inset 0 0 0 1px #0054700f}.topbar-mobile-menu.active{background:linear-gradient(#11445a 0%,#072c3a 100%)}.topbar-mobile-right{flex-shrink:0;align-items:center;gap:10px;display:flex}.topbar-mobile-username{color:#244552;letter-spacing:-.01em;white-space:nowrap;text-overflow:ellipsis;max-width:120px;font-size:.82rem;font-weight:700;overflow:hidden}.topbar-mobile-logo{object-fit:contain;width:auto;height:32px;display:block}.topbar-mobile-title{color:#132b39;letter-spacing:-.02em;text-align:center;white-space:nowrap;text-overflow:ellipsis;min-width:0;font-family:Manrope,sans-serif;font-size:1.02rem;font-weight:800;overflow:hidden}.sidebar-desktop,.sidebar-tooltip-portal{display:none}.main-wrapper{height:100%;min-height:0;overflow:hidden}.sidebar-mobile-bottom-nav{left:36px;right:36px;bottom:calc(16px + env(safe-area-inset-bottom,0px));z-index:188;-webkit-backdrop-filter:blur(32px)saturate(180%);background:#0a0d12d1;border-radius:36px;justify-content:space-around;align-items:center;height:58px;padding:0 6px;display:flex;position:fixed;overflow:visible;box-shadow:0 0 0 1px #ffffff12,0 12px 40px #00000061,0 2px 8px #00000038,inset 0 1px #ffffff0f}.sidebar-mobile-bottom-link{color:#ffffff52;cursor:pointer;background:0 0;border:none;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:0;height:100%;padding:0;transition:color .22s cubic-bezier(.34,1.56,.64,1);display:flex;position:relative}.sidebar-mobile-bottom-link span:last-child{display:none}.sidebar-mobile-bottom-icon{background:0 0;border-radius:14px;justify-content:center;align-items:center;width:40px;height:40px;transition:background .22s,transform .22s cubic-bezier(.34,1.56,.64,1),filter .22s;display:inline-flex}.sidebar-mobile-bottom-icon svg{width:22px;height:22px}.sidebar-mobile-bottom-link.active:after{content:"";background:#ffffffd9;border-radius:50%;width:4px;height:4px;position:absolute;bottom:6px;left:50%;transform:translate(-50%);box-shadow:0 0 6px #ffffff80}.sidebar-mobile-bottom-link.active{color:#fff}.sidebar-mobile-bottom-link.active .sidebar-mobile-bottom-icon{filter:drop-shadow(0 2px 8px #ffffff2e);background:#ffffff1a;transform:translateY(-2px)}.sidebar-mobile-bottom-link:not(.sidebar-mobile-bottom-link--primary):active .sidebar-mobile-bottom-icon{background:#ffffff12;transform:scale(.88)}.sidebar-mobile-bottom-link--primary{color:#fff;background:linear-gradient(150deg,#12a0c8 0%,#006889 50%,#004d68 100%);border:none;border-radius:50%;flex:none;gap:0;width:52px;height:52px;padding:0;transition:transform .22s cubic-bezier(.34,1.56,.64,1),box-shadow .22s;position:relative;transform:translateY(-20px);box-shadow:0 0 0 3px #0a0d12d1,0 0 0 4.5px #ffffff1f,0 10px 28px #00547099,0 4px 10px #0000004d,inset 0 1px #fff3}.sidebar-mobile-bottom-link--primary:before{content:"";opacity:.7;background:conic-gradient(#0000 0%,#12a0c84d 25%,#0000 50%,#008cb433 75%,#0000 100%);border-radius:50%;animation:4s linear infinite nav-ring-spin;position:absolute;inset:-5px}@keyframes nav-ring-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.sidebar-mobile-bottom-link--primary:active{transform:translateY(-16px)scale(.93);box-shadow:0 0 0 3px #0a0d12d1,0 0 0 4.5px #ffffff1a,0 6px 16px #00547073,inset 0 1px #ffffff26}.sidebar-mobile-bottom-link--primary span:last-child,.sidebar-mobile-bottom-link--primary:after{display:none}.sidebar-mobile-bottom-link--primary .sidebar-mobile-bottom-icon{color:#fff;filter:none;background:0 0;border-radius:50%;width:100%;height:100%;transform:none}.sidebar-mobile-bottom-link--primary .sidebar-mobile-bottom-icon svg{filter:drop-shadow(0 1px 3px #0000004d);width:22px;height:22px}.sidebar-mobile-bottom-link--primary.active{background:linear-gradient(150deg,#14b2dd 0%,#007a9e 50%,#005a78 100%)}.sidebar-mobile-bottom-link--primary.active:after{display:none}.sidebar-mobile-drawer-backdrop{z-index:194;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#0210165c;border:none;display:block;position:fixed;inset:0}.sidebar-mobile-drawer{z-index:195;width:min(88vw,360px);padding:calc(18px + env(safe-area-inset-top,0px)) 14px calc(18px + var(--safe-bottom));background:radial-gradient(circle at 0 0,#2cabc629,#0000 32%),linear-gradient(#fefefe 0%,#eef5f7 100%);flex-direction:column;gap:18px;display:flex;position:fixed;top:0;bottom:0;left:0;box-shadow:22px 0 46px #0a1f272e}.sidebar-mobile-drawer-header{border-bottom:1px solid #00547014;justify-content:space-between;align-items:center;gap:16px;padding-bottom:14px;display:flex}.sidebar-mobile-drawer-brand{align-items:center;display:flex}.sidebar-mobile-drawer-logo{object-fit:contain;width:auto;height:34px;display:block}.sidebar-mobile-drawer-close{color:#355862;cursor:pointer;background:#e8f1f4;border:none;border-radius:14px;justify-content:center;align-items:center;width:40px;height:40px;display:inline-flex}.sidebar-mobile-drawer-body{flex-direction:column;flex:1;gap:18px;padding-right:2px;display:flex;overflow-y:auto}.sidebar-mobile-section{flex-direction:column;gap:12px;display:flex}.sidebar-mobile-section-head{align-items:center;padding:0 2px;display:flex}.sidebar-mobile-section-head span{color:#6f8992;letter-spacing:.12em;text-transform:uppercase;font-size:10px;font-weight:800}.sidebar-mobile-section-list{background:#ffffffe6;border:1px solid #00547014;border-radius:24px;flex-direction:column;gap:0;padding:6px;display:flex;box-shadow:0 18px 34px #0a303c0f}.sidebar-olly-card{cursor:pointer;text-align:left;background:linear-gradient(125deg,#0d2030 0%,#071420 55%,#0a1e2e 100%);border:none;border-radius:22px;align-items:center;gap:14px;width:100%;padding:14px 16px;transition:transform .16s,box-shadow .16s;display:flex;position:relative;overflow:hidden;box-shadow:0 12px 32px #00142452,inset 0 1px #ffffff14,inset 0 0 0 1px #64c8f014}.sidebar-olly-card:before{content:"";pointer-events:none;background:radial-gradient(at 30%,#288cff1a 0%,#0000 65%),radial-gradient(at 85% 15%,#64e6ff12 0%,#0000 50%);position:absolute;inset:0}.sidebar-olly-card:active{transform:scale(.972);box-shadow:0 6px 16px #0014243d}.sidebar-olly-card-icon{z-index:1;flex-shrink:0;width:36px;height:36px;position:relative}.sidebar-olly-card-img{object-fit:contain;width:36px;height:36px;display:block}.sidebar-olly-card-copy{z-index:1;flex:1;min-width:0;position:relative}.sidebar-olly-card-copy strong{color:#fff;letter-spacing:-.02em;margin-bottom:3px;font-family:Manrope,sans-serif;font-size:15px;font-weight:800;display:block}.sidebar-olly-card-copy small{color:#a0d2ebad;white-space:normal;font-size:12px;font-weight:400;line-height:1.4;display:block}.sidebar-olly-card-arrow{color:#ffffff80;z-index:1;background:#ffffff14;border:1px solid #ffffff1a;border-radius:9px;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;display:flex;position:relative}.sidebar-mobile-link{color:#16323a;text-align:left;cursor:pointer;background:0 0;border:none;border-radius:18px;grid-template-columns:44px minmax(0,1fr) auto;align-items:center;gap:12px;width:100%;padding:13px 14px;transition:background-color .18s,transform .18s;display:grid}.sidebar-mobile-link.active{background:linear-gradient(#f2fafc 0%,#e8f3f7 100%)}.sidebar-mobile-link+.sidebar-mobile-link{border-top:1px solid #7e97a024}.sidebar-mobile-link:active{transform:scale(.995)}.sidebar-mobile-link-icon{color:#365864;background:#f0f6f8;border-radius:12px;justify-content:center;align-items:center;width:38px;height:38px;display:inline-flex}.sidebar-mobile-link.active .sidebar-mobile-link-icon{color:#fff;background:linear-gradient(#1a6f8d 0%,#0b4d63 100%)}.sidebar-mobile-link-copy{flex-direction:column;gap:3px;min-width:0;display:flex}.sidebar-mobile-link-copy strong{color:#20333c;font-size:14px;font-weight:700}.sidebar-mobile-link-copy small{color:#7a8b95;white-space:nowrap;text-overflow:ellipsis;margin-top:1px;font-size:11px;line-height:1.4;overflow:hidden}.sidebar-mobile-link-state{color:#7b8d97;justify-content:flex-end;align-items:center;gap:6px;font-size:11px;font-weight:800;display:inline-flex}.sidebar-mobile-link.active .sidebar-mobile-link-state{color:var(--primary)}.sidebar-olly-section-list{background:var(--primary);border-color:#0000;box-shadow:0 12px 28px #00547038}.sidebar-olly-link{border-radius:18px}.sidebar-olly-link .sidebar-mobile-link-copy strong{color:#fff}.sidebar-olly-link .sidebar-mobile-link-copy small{color:#b4e1f0bf}.sidebar-olly-link .sidebar-mobile-link-state{color:#ffffff8c}.sidebar-mobile-link--danger{color:#8f1f2d}.sidebar-mobile-link--danger .sidebar-mobile-link-icon{color:#b91c1c;background:#ef44441a}.sidebar-mobile-link--danger .sidebar-mobile-link-copy strong{color:#8f1f2d}.sidebar-mobile-link--danger .sidebar-mobile-link-copy small,.sidebar-mobile-link--danger .sidebar-mobile-link-state{color:#b91c1c}.main-content{-webkit-overflow-scrolling:touch;height:100%;min-height:0;padding:18px 16px calc(104px + env(safe-area-inset-bottom,0px));background:linear-gradient(#ffffffeb 0%,#f8fbfcf0 24%,#f3f7f8 100%);overflow:visible auto}.assistant-launcher{display:none}.assistant-launcher.open{z-index:9998;justify-content:stretch;align-items:stretch;padding:0;display:flex;position:fixed;inset:0}.assistant-launcher.open .assistant-fab{display:none}.assistant-launcher.open .assistant-chat-window{width:100%;max-width:none;height:100dvh;max-height:none;box-shadow:none;border:none;border-radius:0;animation:none}.assistant-launcher.open .assistant-chat-head{padding-top:calc(16px + env(safe-area-inset-top,0px));padding-bottom:16px}.assistant-launcher.open .assistant-chat-body{padding-bottom:env(safe-area-inset-bottom,0px)}.page-header,.dashboard-page-header{gap:14px;margin-bottom:18px}.page-back-button,.page-title-row:not(.dashboard-desktop-heading),.page-description:not(.dashboard-desktop-heading){display:none}.dashboard-mobile-welcome{gap:2px;margin-bottom:4px;display:grid}.dashboard-mobile-welcome-kicker{color:#6f7f88;font-size:.95rem;font-weight:600}.dashboard-mobile-welcome strong{color:#132b39;letter-spacing:-.04em;font-family:Manrope,sans-serif;font-size:clamp(2rem,8vw,2.45rem);line-height:.98}.dashboard-mobile-welcome small{color:#7a8b95;max-width:280px;margin-top:6px;font-size:.82rem;line-height:1.45}.dashboard-desktop-heading{display:none}.page-header-split,.page-header-actions,.dashboard-header-actions{flex-direction:column;align-items:stretch}.ap-stats-row{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin-bottom:12px}.ap-stat{border-color:#0000;border-radius:22px;flex-direction:column;align-items:flex-start;gap:10px;padding:16px 16px 14px;box-shadow:0 1px 3px #0000000f,0 4px 16px #00000012}.ap-stat-card--pending{background:linear-gradient(145deg,#fffbf0 0%,#fff 100%);border:1px solid #d9770624}.ap-stat-card--auto{background:linear-gradient(145deg,#eef8fc 0%,#fff 100%);border:1px solid #0d6b8924}.ap-stat-card--approved{background:linear-gradient(145deg,#f0fdf5 0%,#fff 100%);border:1px solid #16a34a24}.ap-stat-card--rejected{background:linear-gradient(145deg,#fff2f2 0%,#fff 100%);border:1px solid #dc262624}.ap-stat-icon{box-sizing:border-box;background:#fffc;border-radius:12px;width:36px;height:36px;padding:8px}.ap-stat-card--pending .ap-stat-icon{background:#d977061a}.ap-stat-card--auto .ap-stat-icon{background:#0d6b891a}.ap-stat-card--approved .ap-stat-icon{background:#16a34a1a}.ap-stat-card--rejected .ap-stat-icon{background:#dc26261a}.ap-stat-value{letter-spacing:-.5px;font-size:26px}.ap-stat-label{color:#6b7280;font-size:11px;line-height:1.3}.ap-filter-tabs{margin-bottom:14px}.page-header+.ap-stats-row{margin-top:-6px}.ap-cards{gap:14px}.ap-card{border-radius:22px;grid-template-columns:1fr;overflow:hidden}.ap-card-left,.ap-card-center,.ap-card-right{border:none;padding:16px}.ap-card-left{gap:12px;padding-bottom:14px}.ap-doc-info{gap:5px}.ap-doc-name{font-size:15px;line-height:1.35}.ap-doc-category,.ap-recipient-company,.ap-upload-meta,.ap-reviewed-meta,.ap-ai-analysis{font-size:12px;line-height:1.55}.ap-recipient-info,.ap-upload-meta{gap:6px}.ap-upload-meta span,.ap-reviewed-meta{word-break:break-word}.ap-card-center{gap:10px;padding-top:0;padding-bottom:14px}.ap-confidence-block{border-radius:14px;padding:12px 14px}.ap-confidence-row{justify-content:space-between;align-items:center;gap:12px}.ap-confidence-number{font-size:26px}.ap-badge{min-height:28px}.ap-card-right{background:linear-gradient(#fcfeff 0%,#f7fafb 100%);border-top:1px solid #eef2f5;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;padding-top:14px;display:grid}.ap-card-right .ap-action-btn--view,.ap-card-right .ap-reject-form,.ap-card-right .ap-action-btn--restore{grid-column:1/-1}.ap-action-btn{border-radius:12px;min-height:42px;padding:10px 12px;font-size:12px}.ap-reject-form{margin-top:2px}.ap-reject-textarea{border-radius:12px;min-height:86px;font-size:13px}.page-primary-action,.page-secondary-action{border-radius:14px;justify-content:center;width:100%;height:46px}.dashboard-window-switch{background:#fffffff0;border-radius:18px;gap:4px;width:100%;padding:5px;box-shadow:0 12px 26px #0b2b3614}.dashboard-window-button{border-radius:12px;padding:10px 12px}.dashboard-hero-card,.dashboard-panel,.resource-panel{border-radius:24px}.dashboard-hero-card{padding:20px 18px}.dashboard-hero-topline,.dashboard-hero-head,.dashboard-panel-header,.dashboard-alert-card{flex-direction:column;align-items:flex-start}.dashboard-hero-title{max-width:none;font-size:clamp(2rem,8vw,2.5rem)}.dashboard-hero-description{font-size:.95rem}.dashboard-hero-score{text-align:left;background:#ffffffb8;border-radius:20px;align-items:flex-start;width:100%;min-width:0;padding:14px 16px}.ai-chat-shell{gap:18px}.ai-chat-main.embedded{border-radius:24px;gap:16px;padding:16px}.ai-chat-utility-bar{flex-direction:column;align-items:flex-start}.ai-chat-title{font-size:2rem}.ai-chat-subtitle{font-size:.92rem}.ai-chat-suggestion-grid{grid-template-columns:1fr}.ai-chat-panel-head,.ai-chat-panel-actions,.ai-chat-history-drawer-head{flex-direction:column;align-items:flex-start}.ai-chat-thread-panel,.ai-chat-history-drawer,.ai-chat-thread-panel.embedded{padding:16px}.ai-chat-history-drawer{width:calc(100vw - 28px);max-width:360px;height:auto;padding-top:58px;bottom:14px;right:14px}.ai-chat-history-toggle.active{right:28px}.ai-chat-history-drawer.embedded{z-index:5;width:min(300px,100vw - 56px);min-width:0;max-width:none;position:absolute;inset:0 auto 0 0}.ai-chat-stage.embedded{display:block}.ai-chat-shell--embedded.history-open .ai-chat-stage.embedded{grid-template-columns:none;gap:0}.ai-chat-thread{max-height:calc(100vh - var(--topbar-height) - 310px)}.ai-chat-bubble{width:100%}.ai-chat-result-header,.ai-chat-result-document,.ai-chat-composer-shell{flex-direction:column;align-items:flex-start}.ai-chat-input-icon{display:none}.ai-chat-input{width:100%;height:auto;min-height:24px}.ai-chat-submit{width:100%;min-width:0;height:42px}.ai-chat-composer.workspace{bottom:10px}.request-detail-overlay{align-items:flex-end;padding:0}.request-modal-card--detail{width:100%;max-width:100%;max-height:88dvh;padding-bottom:env(safe-area-inset-bottom,0px);border-radius:24px 24px 0 0}.request-modal-card--detail .modal-sheet-handle{display:block}.request-modal-card--detail .request-detail-header{padding:14px 18px 10px}.request-modal-card--detail .request-detail-title{font-size:1.05rem}.request-modal-card--detail .request-detail-body{padding:0 14px 16px}.request-upload-row,.request-public-header,.request-public-upload-card,.request-public-upload-side{flex-direction:column;align-items:flex-start}.request-detail-grid,.request-public-summary,.request-form-grid{grid-template-columns:1fr}.request-list-item{gap:10px;padding:11px 13px}.request-list-icon{width:38px;height:38px}.request-list-name{font-size:.84rem}.request-list-meta{font-size:.72rem}.request-list-progress,.request-list-date{display:none}.du-history-toolbar{flex-direction:column;align-items:stretch}.du-history-date-input,.du-history-recipient-select{width:100%;min-width:0}.request-public-card{border-radius:24px}.request-public-layout{gap:14px}.request-public-body,.request-public-header{padding-left:18px;padding-right:18px}.request-public-footer{font-size:.78rem}.collaborators-report-row{grid-template-columns:1fr auto;gap:4px 8px;padding:14px 16px;position:relative}.collaborators-report-row .report-col-check{position:absolute;top:14px;right:14px}.collaborators-report-row .collaborator-name,.collaborators-report-row .collaborator-cpf,.collaborators-report-row .collaborator-matricula,.collaborators-report-row .collaborator-company,.collaborators-report-row .collaborator-department,.collaborators-report-row .collaborator-role,.collaborators-report-row .collaborator-document-group{grid-column:1/-1;padding:0}.collaborators-report-row .collaborator-name{margin-bottom:2px;padding-right:32px;font-size:15px;font-weight:700}.collaborators-report-row .collaborator-cpf,.collaborators-report-row .collaborator-matricula,.collaborators-report-row .collaborator-department,.collaborators-report-row .collaborator-role,.collaborators-report-row .collaborator-document-group{color:#64748b;font-size:12px}.collaborators-report-row .collaborator-company{margin-top:4px;margin-bottom:0;font-size:13px}.collaborators-report-row .collaborator-name:before,.collaborators-report-row .collaborator-cpf:before,.collaborators-report-row .collaborator-matricula:before,.collaborators-report-row .collaborator-company:before,.collaborators-report-row .collaborator-role:before{display:none}.collaborators-report-row .report-col-center{grid-column:1;justify-content:flex-start;margin-top:8px}.collaborators-report-row .documents-actions{border-top:none;grid-column:2;align-self:end;gap:6px;margin-top:0;padding-top:0}.suppliers-report-row{grid-template-columns:1fr auto;gap:4px 8px;padding:14px 16px;position:relative}.suppliers-report-row .report-col-check{position:absolute;top:14px;right:14px}.suppliers-report-row .supplier-name,.suppliers-report-row .supplier-document,.suppliers-report-row .supplier-company,.suppliers-report-row .supplier-role,.suppliers-report-row .supplier-document-group{grid-column:1/-1;padding:0}.suppliers-report-row .supplier-name{margin-bottom:2px;padding-right:32px;font-size:15px;font-weight:700}.suppliers-report-row .supplier-document,.suppliers-report-row .supplier-role,.suppliers-report-row .supplier-document-group{color:#64748b;font-size:12px}.suppliers-report-row .supplier-company{margin-top:4px;margin-bottom:0;font-size:13px}.suppliers-report-row .supplier-name:before,.suppliers-report-row .supplier-document:before,.suppliers-report-row .supplier-company:before,.suppliers-report-row .supplier-role:before{display:none}.suppliers-report-row .report-col-center{grid-column:1;justify-content:flex-start;margin-top:8px}.suppliers-report-row .documents-actions{border-top:none;grid-column:2;align-self:end;gap:6px;margin-top:0;padding-top:0}.du-form-grid{grid-template-columns:1fr;gap:14px}.du-history-table-wrapper{overflow-x:visible}.du-history-table{min-width:0;display:block}.du-history-table thead{display:none}.du-history-table tbody{flex-direction:column;gap:8px;display:flex}.du-history-table tbody tr{background:#fff;border:1px solid #f3f4f6;border-radius:14px;grid-template-rows:auto auto auto;grid-template-columns:1fr auto;gap:5px 10px;padding:12px 14px;display:grid;box-shadow:0 1px 3px #0000000a}.du-history-table tbody tr td:nth-child(3){grid-area:1/1}.du-history-table tbody tr td:nth-child(8){grid-area:1/2;place-self:start end}.du-history-table tbody tr td.du-cell-date{white-space:nowrap;grid-area:2/1;font-size:11px;color:#9ca3af!important}.du-history-table tbody tr td:nth-child(4){grid-area:2/2;place-self:center end}.du-history-table tbody tr td:nth-child(5){grid-area:3/1;font-size:12px}.du-history-table tbody tr td:nth-child(2){color:#9ca3af;text-align:right;grid-area:3/2;place-self:end;font-size:11px}.du-history-table tbody tr td:nth-child(6),.du-history-table tbody tr td:nth-child(7){display:none}}.portal-header-actions{flex-shrink:0;align-items:center;gap:10px;display:flex}.portal-reset-btn{color:#5e7280;cursor:pointer;background:0 0;border:1.5px solid #d0c8e0;border-radius:8px;padding:8px 16px;font-size:13px;font-weight:500;transition:background .12s,border-color .12s}.portal-reset-btn:hover{background:#eef6f8;border-color:#b8a8d0}.portal-save-btn{background:var(--primary);color:#fff;cursor:pointer;border:none;border-radius:8px;padding:8px 18px;font-size:13px;font-weight:600;transition:background .15s,opacity .15s}.portal-save-btn:hover{background:var(--primary-hover)}.portal-save-btn.saved{background:#1a8f5e}.portal-designer-layout{grid-template-columns:380px 1fr;align-items:start;gap:28px;display:grid}.portal-designer-form{background:#fff;border:1.5px solid #e4eff3;border-radius:14px;flex-direction:column;gap:0;display:flex;overflow:hidden}.portal-form-section{border-bottom:1px solid #f0eaf8;flex-direction:column;gap:16px;padding:20px 24px;display:flex}.portal-form-section:last-child{border-bottom:none}.portal-form-section-label{text-transform:uppercase;letter-spacing:.07em;color:#6a909c;align-items:center;gap:6px;font-size:11px;font-weight:700;display:flex}.portal-form-group{flex-direction:column;gap:6px;display:flex}.portal-form-label{color:#4a3d6a;font-size:12.5px;font-weight:600}.portal-form-input{color:#17313d;box-sizing:border-box;background:#f7fbfc;border:1.5px solid #d3e3e8;border-radius:8px;outline:none;width:100%;height:36px;padding:0 11px;font-size:13px;transition:border-color .12s}.portal-form-input:focus{border-color:#0d6b89}.portal-form-textarea{color:#17313d;resize:vertical;box-sizing:border-box;background:#f7fbfc;border:1.5px solid #d3e3e8;border-radius:8px;outline:none;width:100%;padding:9px 11px;font-family:inherit;font-size:13px;line-height:1.5;transition:border-color .12s}.portal-form-textarea:focus{border-color:#0d6b89}.portal-logo-upload{cursor:pointer;background:#f2f8fa;border:2px dashed #a8cdd7;border-radius:10px;justify-content:center;align-items:center;width:100%;height:80px;transition:border-color .12s,background .12s;display:flex;overflow:hidden}.portal-logo-upload:hover{background:#eaf4f7;border-color:#0d6b89}.portal-logo-img{object-fit:contain;max-width:90%;max-height:60px}.portal-logo-placeholder{color:#6a909c;flex-direction:column;align-items:center;gap:5px;font-size:12px;display:flex}.portal-color-row{grid-template-columns:1fr 1fr;gap:14px;display:grid}.portal-color-field{align-items:center;gap:8px;display:flex}.portal-color-swatch{cursor:pointer;background:0 0;border:1.5px solid #d3e3e8;border-radius:8px;flex-shrink:0;width:34px;height:34px;padding:2px}.portal-preview-wrap{flex-direction:column;gap:10px;display:flex}.portal-preview-badge{text-transform:uppercase;letter-spacing:.07em;color:#6a909c;padding-left:2px;font-size:11px;font-weight:700}.portal-preview-frame{border:1.5px solid #e4eff3;border-radius:14px;max-height:780px;overflow:hidden auto;box-shadow:0 4px 24px #643cb414}.portal-preview-page{flex-direction:column;min-height:520px;display:flex}.portal-prev-header{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#ffffffb3;border-bottom:1.5px solid;align-items:center;gap:12px;padding:16px 24px;display:flex}.portal-prev-logo{object-fit:contain;max-width:100px;height:34px}.portal-prev-logo-ph{letter-spacing:.05em;border-radius:6px;justify-content:center;align-items:center;width:60px;height:34px;font-size:10px;font-weight:800;display:flex}.portal-prev-company{color:#17313d;font-size:13px;font-weight:600}.portal-prev-body{flex-direction:column;flex:1;gap:16px;padding:28px 32px 24px;display:flex}.portal-prev-title{margin:0;font-size:20px;font-weight:800;line-height:1.2}.portal-prev-subtitle{color:#5e7280;margin:0;font-size:13px;line-height:1.6}.portal-prev-doc-list{flex-direction:column;gap:8px;margin-top:4px;display:flex}.portal-prev-doc-item{background:#ffffffd9;border:1px solid #00000012;border-radius:10px;align-items:center;gap:10px;padding:10px 14px;display:flex}.portal-prev-doc-icon{border-radius:7px;flex-shrink:0;justify-content:center;align-items:center;width:30px;height:30px;display:flex}.portal-prev-doc-name{color:#17313d;flex:1;font-size:12.5px;font-weight:500}.portal-prev-doc-btn{cursor:default;border:1.5px solid;border-radius:6px;flex-shrink:0;padding:4px 10px;font-size:11px;font-weight:600}.portal-prev-submit{color:#fff;cursor:default;letter-spacing:.01em;border:none;border-radius:10px;align-self:flex-start;margin-top:6px;padding:11px 24px;font-size:14px;font-weight:700}.portal-prev-footer{color:#6a909c;text-align:center;background:#ffffff80;border-top:1px solid #00000012;padding:14px 32px;font-size:11px}@media (width<=960px){.portal-designer-layout,.portal-color-row{grid-template-columns:1fr}}.request-type-toggle{gap:8px;display:flex}.request-type-btn{color:#5e7280;cursor:pointer;background:#f7fbfc;border:1.5px solid #d3e3e8;border-radius:8px;align-items:center;gap:6px;padding:8px 16px;font-size:13px;font-weight:500;transition:border-color .12s,background .12s,color .12s;display:flex}.request-type-btn:hover{background:#eef6f8;border-color:#89b9c8}.request-type-btn.active{color:#005470;background:#e7f3f6;border-color:#0d6b89;font-weight:700}.request-doc-section{flex-direction:column;gap:4px;padding-top:6px;display:flex}.request-doc-section-label{text-transform:uppercase;letter-spacing:.05em;color:#6a909c;padding:2px 0 4px;font-size:11px;font-weight:700}.request-doc-check-item{cursor:pointer;background:#f7fbfc;border:1px solid #e4eff3;border-radius:8px;align-items:center;gap:8px;padding:7px 10px;transition:background .1s;display:flex}.request-doc-check-item:hover{background:#eef6f8}.request-doc-check-item.extra{background:#f8f8fb;border-style:dashed}.request-doc-check-item.extra:hover{background:#f0eeff}.request-doc-check-item input[type=checkbox]{accent-color:#0d6b89;cursor:pointer;flex-shrink:0;width:15px;height:15px}.request-doc-check-item svg{color:#6a909c;flex-shrink:0}.request-doc-check-item span{color:#17313d;flex:1;font-size:13px;font-weight:500}.request-doc-check-item em{color:#6a909c;background:#e4eff3;border-radius:99px;padding:2px 7px;font-size:11px;font-style:normal}.request-doc-extra-toggle{color:#0d6b89;cursor:pointer;background:0 0;border:1.5px dashed #b8d5de;border-radius:8px;align-items:center;gap:6px;margin-top:2px;padding:6px 10px;font-size:12px;font-weight:600;transition:background .12s;display:flex}.request-doc-extra-toggle:hover{background:#eef6f8}.support-page{--support-accent:#005470;--support-accent-soft:#f2f8fa;--support-border:#d8e6eb;--support-text-soft:#5f7482}.support-page-header{align-items:stretch}.support-header-copy{flex-direction:column;gap:16px;display:flex}.support-header-highlights{flex-wrap:wrap;gap:10px;display:flex}.support-highlight-chip{color:#0f566d;background:linear-gradient(#fff 0%,#fbf7fd 100%);border:1px solid #0054701f;border-radius:999px;align-items:center;gap:8px;padding:10px 14px;font-size:13px;font-weight:600;display:inline-flex}.support-summary-card{background:radial-gradient(circle at 100% 0,#0054701f,#0000 42%),linear-gradient(#fff 0%,#f4fafb 100%);border:1px solid #0054701a;border-radius:20px;min-width:360px;padding:18px 20px;box-shadow:0 18px 34px #1d0e290f}.support-summary-kicker{letter-spacing:.08em;text-transform:uppercase;color:#5c8794;font-size:12px;font-weight:700}.support-summary-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-top:14px;display:grid}.support-summary-item{background:#ffffffd1;border:1px solid #eadbf1f2;border-radius:16px;padding:14px 12px}.support-summary-item strong{color:#261630;font-size:1.35rem;line-height:1;display:block}.support-summary-item span{color:var(--support-text-soft);margin-top:6px;font-size:.8rem;display:block}.support-layout{grid-template-columns:minmax(0,1.5fr) minmax(320px,.88fr);align-items:start;gap:22px;display:grid}.support-ticket-panel,.support-guide-panel,.support-list-panel{position:relative;overflow:hidden}.support-ticket-panel:before,.support-guide-panel:before,.support-list-panel:before{content:"";pointer-events:none;background:linear-gradient(90deg,#0054702e,#00547000);width:100%;height:1px;position:absolute;inset:0 auto auto 0}.support-ticket-panel-top,.support-list-header,.support-upload-head,.support-actions-row{justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.support-intro-copy{max-width:620px}.support-panel-actions{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:12px;display:flex}.support-panel-copy{color:var(--support-text-soft);margin-top:6px;font-size:14px;line-height:1.55}.support-requester-chip,.support-list-counter{background:var(--support-accent-soft);border:1px solid var(--support-border);color:#5d7380;white-space:nowrap;border-radius:999px;align-items:center;gap:8px;padding:10px 14px;font-size:12px;font-weight:700;display:inline-flex}.support-feedback{border-radius:14px;align-items:center;gap:10px;padding:12px 14px;font-size:13px;font-weight:600;display:flex}.support-feedback.success{color:#15623a;background:#edf9f1;border:1px solid #cfe8d8}.support-feedback.error{color:#b34259;background:#fff2f3;border:1px solid #f4d4d9}.support-status-board{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;margin-top:24px;display:grid}.support-status-column{border:1px solid var(--support-border);background:linear-gradient(#fff 0%,#fcf9fe 100%);border-radius:20px;min-height:320px;padding:16px}.support-status-column.open{box-shadow:inset 0 0 0 1px #9333ea0a}.support-status-column.analysis{box-shadow:inset 0 0 0 1px #d977060d}.support-status-column.waiting{box-shadow:inset 0 0 0 1px #2563eb0d}.support-status-column.resolved{box-shadow:inset 0 0 0 1px #16a34a0d}.support-status-column-head{justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.support-status-column-title{color:#2a1b35;font-size:16px;font-weight:700}.support-status-column-head p{color:var(--support-text-soft);margin-top:4px;font-size:12px;line-height:1.5}.support-status-counter{border-radius:12px;justify-content:center;align-items:center;min-width:34px;height:34px;font-size:13px;font-weight:800;display:inline-flex}.support-status-counter.open{color:#0d6b89;background:#e9f5f8}.support-status-counter.analysis{color:#b66a15;background:#fff5e9}.support-status-counter.waiting{color:#355db6;background:#eef5ff}.support-status-counter.resolved{color:#177145;background:#ebf8ef}.support-column-list{gap:12px;margin-top:14px;display:grid}.support-column-empty{color:#718794;text-align:center;background:linear-gradient(#fff 0%,#f5fafb 100%);border:1px dashed #cfdee4;border-radius:18px;flex-direction:column;justify-content:center;align-items:center;gap:10px;min-height:220px;margin-top:14px;font-size:13px;display:flex}.support-board-card,.support-ticket-card{border:1px solid var(--support-border);background:linear-gradient(#fff 0%,#f7fbfc 100%);border-radius:18px;padding:16px 18px;box-shadow:0 12px 24px #1f112b0a}.support-board-card-top,.support-ticket-card-head{justify-content:space-between;align-items:flex-start;gap:14px;display:flex}.support-board-card h3,.support-ticket-card h3{color:#132c35;font-size:16px;line-height:1.35}.support-board-card h3{margin-top:2px}.support-ticket-number{color:#9c82a8;letter-spacing:.08em;text-transform:uppercase;margin-bottom:6px;font-size:11px;font-weight:700;display:inline-block}.support-status-badge{white-space:nowrap;border-radius:999px;align-items:center;min-height:28px;padding:0 11px;font-size:12px;font-weight:700;display:inline-flex}.support-status-badge.open{color:#0d6b89;background:#e9f5f8}.support-status-badge.analysis{color:#b66a15;background:#fff5e9}.support-status-badge.waiting{color:#355db6;background:#eef5ff}.support-status-badge.resolved{color:#177145;background:#ebf8ef}.support-ticket-meta{color:var(--support-text-soft);flex-wrap:wrap;align-items:center;gap:8px;margin-top:12px;font-size:12px;font-weight:600;display:flex}.support-ticket-description{color:#465c68;-webkit-line-clamp:3;-webkit-box-orient:vertical;margin-top:12px;font-size:13px;line-height:1.6;display:-webkit-box;overflow:hidden}.support-ticket-footer{color:#8d7d99;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:10px;margin-top:14px;font-size:12px;display:flex}.support-card-action{color:#6a4978;cursor:pointer;background:#fff;border:1px solid #dfd1ea;border-radius:999px;align-items:center;gap:6px;padding:7px 12px;font-size:12px;font-weight:700;transition:border-color .16s,background .16s;display:inline-flex}.support-card-action:hover{background:#fbf6fd;border-color:#c9acd9}.support-submit-button{align-items:center;gap:8px;display:inline-flex}.support-side{gap:22px;display:grid}.support-guide-list{gap:12px;margin-top:18px;display:grid}.support-guide-item{color:#574966;grid-template-columns:34px minmax(0,1fr);align-items:start;gap:12px;padding:14px 0;font-size:13px;line-height:1.55;display:grid}.support-guide-item+.support-guide-item{border-top:1px solid #f0e6f5}.support-guide-item svg{color:var(--support-accent);margin-top:2px}.support-ticket-list{gap:14px;margin-top:18px;display:grid}.support-empty-state{text-align:center;background:linear-gradient(#fff 0%,#f5fafb 100%);border:1px dashed #a8cdd7;border-radius:18px;flex-direction:column;justify-content:center;align-items:center;gap:10px;min-height:240px;margin-top:18px;padding:22px;display:flex}.support-empty-icon{width:54px;height:54px;color:var(--support-accent);background:linear-gradient(#edf6f9 0%,#e3f0f4 100%);border-radius:18px;justify-content:center;align-items:center;display:flex}.support-empty-state strong{color:#2f1e39;font-size:16px}.support-empty-state span{max-width:320px;color:var(--support-text-soft);font-size:13px;line-height:1.6}.support-modal-card{width:min(920px,100vw - 32px);max-height:calc(100vh - 40px);position:relative;overflow-y:auto}.support-modal-card--detail{width:min(760px,100vw - 32px)}.support-modal-close{color:#617682;cursor:pointer;background:#f4fafc;border:1px solid #d8e6eb;border-radius:999px;justify-content:center;align-items:center;width:38px;height:38px;display:inline-flex;position:absolute;top:18px;right:18px}.support-modal-header{align-items:flex-start;gap:14px;padding-right:50px;display:flex}.support-modal-icon{width:44px;height:44px;color:var(--support-accent);background:linear-gradient(#edf6f9 0%,#e3f0f4 100%);border-radius:16px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.support-modal-title{color:#132c35;font-size:28px;line-height:1.2}.support-form-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;margin-top:22px;display:grid}.support-field{flex-direction:column;gap:8px;display:flex}.support-field span{color:#304852;font-size:13px;font-weight:700}.support-field--wide{grid-column:1/-1}.support-input,.support-select,.support-textarea{border:1px solid var(--support-border);color:#241530;background:linear-gradient(#fff 0%,#fcf9fe 100%);border-radius:16px;outline:none;width:100%;padding:14px 16px;font-size:14px;transition:border-color .18s,box-shadow .18s}.support-input:focus,.support-select:focus,.support-textarea:focus,.support-select.focused{border-color:#0054704d;box-shadow:0 0 0 4px #00547014}.support-textarea{resize:vertical;min-height:150px;line-height:1.55}.support-priority-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-top:18px;display:grid}.support-priority-card{border:1px solid var(--support-border);text-align:left;cursor:pointer;background:linear-gradient(#fff 0%,#f6fbfc 100%);border-radius:18px;padding:14px;transition:transform .18s,border-color .18s,box-shadow .18s}.support-priority-card:hover{border-color:#00547038;transform:translateY(-2px);box-shadow:0 12px 24px #341d4514}.support-priority-card.active{border-color:#0054704d;box-shadow:0 16px 28px #00547014}.support-priority-card-head{justify-content:space-between;align-items:center;margin-bottom:8px;display:flex}.support-priority-card p{color:var(--support-text-soft);font-size:12px;line-height:1.45}.support-priority-chip{border-radius:999px;align-items:center;min-height:28px;padding:0 11px;font-size:12px;font-weight:700;display:inline-flex}.support-priority-chip.baixa{color:#187245;background:#edf8f0}.support-priority-chip.media{color:#335fbd;background:#eff4ff}.support-priority-chip.alta{color:#be6b09;background:#fff4e8}.support-priority-chip.urgente{color:#be3552;background:#ffedf0}.support-upload-block{border:1px solid var(--support-border);background:radial-gradient(circle at 0 0,#0054700d,#0000 36%),linear-gradient(#fff 0%,#f6fbfc 100%);border-radius:22px;margin-top:22px;padding:20px}.support-upload-title{color:#20414b;align-items:center;gap:8px;font-size:14px;font-weight:700;display:inline-flex}.support-upload-zone{cursor:pointer;text-align:left;background:#ffffffc7;border:1.5px dashed #00547047;border-radius:20px;align-items:center;gap:16px;width:100%;margin-top:16px;padding:22px 20px;transition:border-color .18s,transform .18s,background .18s;display:flex}.support-upload-zone:hover,.support-upload-zone.dragging{background:#fff;border-color:#0054707a;transform:translateY(-1px)}.support-upload-icon{width:48px;height:48px;color:var(--support-accent);background:linear-gradient(#eaf4f7 0%,#deedf2 100%);border-radius:16px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.support-upload-copy{flex-direction:column;gap:4px;display:flex}.support-upload-copy strong{color:#1b3a45;font-size:14px}.support-upload-copy span{color:var(--support-text-soft);font-size:13px}.support-attachments-list{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-top:16px;display:grid}.support-attachment-item{border:1px solid var(--support-border);background:#fff;border-radius:16px;align-items:center;gap:12px;padding:12px 14px;display:flex}.support-attachment-icon{color:#0b627d;background:#eef7f9;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;display:flex}.support-attachment-copy{flex-direction:column;min-width:0;display:flex}.support-attachment-copy strong{color:#17333d;white-space:nowrap;text-overflow:ellipsis;font-size:13px;overflow:hidden}.support-attachment-copy span{color:var(--support-text-soft);font-size:12px}.support-attachment-remove{color:#7b6988;cursor:pointer;background:#fff;border:1px solid #d8e6eb;border-radius:999px;justify-content:center;align-items:center;width:30px;height:30px;margin-left:auto;display:inline-flex}.support-detail-meta{flex-wrap:wrap;gap:10px;margin-top:18px;display:flex}.support-detail-pill{color:#5d7380;background:#f1f8fa;border:1px solid #d8e6eb;border-radius:999px;align-items:center;min-height:28px;padding:0 11px;font-size:12px;font-weight:700;display:inline-flex}.support-detail-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-top:22px;display:grid}.support-detail-card,.support-detail-block{border:1px solid var(--support-border);background:linear-gradient(#fff 0%,#f7fbfc 100%);border-radius:18px;padding:16px 18px}.support-detail-card span,.support-detail-block span{color:#718794;letter-spacing:.04em;text-transform:uppercase;font-size:12px;font-weight:700;display:block}.support-detail-card strong{color:#132c35;margin-top:8px;font-size:15px;display:block}.support-detail-block{margin-top:16px}.support-detail-block p{color:#465c68;margin-top:10px;font-size:14px;line-height:1.65}@media (width<=1180px){.support-layout{grid-template-columns:1fr}.support-summary-card{min-width:0}}@media (width<=960px){.support-summary-grid,.support-status-board,.support-priority-grid,.support-attachments-list,.support-detail-grid{grid-template-columns:1fr}}@media (width<=900px){.support-ticket-panel-top,.support-list-header,.support-upload-head,.support-actions-row,.support-panel-actions,.support-modal-header{flex-direction:column;align-items:stretch}.support-form-grid{grid-template-columns:1fr}.support-upload-zone{flex-direction:column;align-items:flex-start}.support-board-card-top,.support-ticket-card-head{flex-direction:column}.support-status-badge{align-self:flex-start}}.sup-page-header{grid-template-columns:1fr auto 1fr;align-items:center;gap:24px;display:grid}.sup-header-search{width:380px}.sup-header-action{justify-content:flex-end;display:flex}.support-page .sup-status-tabs{scrollbar-width:none;border-bottom:1px solid #dfe6ee;align-items:flex-end;gap:2px;margin:0 0 18px;padding:0 4px;overflow-x:auto}.support-page .sup-status-tabs::-webkit-scrollbar{display:none}.support-page .sup-status-tab{color:#7d8795;background:0 0;border:none;border-bottom:2px solid #0000;border-radius:0;flex:none;gap:8px;margin-bottom:-1px;padding:0 18px 12px;font-size:14px;font-weight:500}.support-page .sup-status-tab:hover{color:#516071;background:0 0;border-color:#0000}.support-page .sup-status-tab.active{color:var(--support-accent);border-bottom-color:var(--support-accent);background:0 0}.support-page .sup-status-tab .ap-tab-count{min-width:18px;height:18px;box-shadow:none;border-radius:999px;margin-left:0;padding:0 6px;font-size:11px;font-weight:700}.sup-stats-row{grid-template-columns:repeat(3,1fr)}.sup-stat--pending{color:#2563eb}.sup-list{flex-direction:column;gap:10px;display:flex}.help-center-page{flex-direction:column;gap:22px;padding:8px 4px 36px;display:flex}.help-center-hero{background:radial-gradient(circle at 100% 0,#0054702e,#0000 34%),radial-gradient(circle at 0 100%,#00547014,#0000 34%),linear-gradient(145deg,#fff 0%,#f0f7fa 52%,#f5fafb 100%);border:1px solid #94a3b82e;border-radius:28px;grid-template-columns:minmax(0,1.4fr) minmax(280px,.8fr);gap:18px;padding:28px;display:grid;box-shadow:0 22px 48px #0f172a14}.help-hero-copy{flex-direction:column;gap:16px;display:flex}.help-hero-badge,.help-highlight-badge{color:#005470;letter-spacing:.04em;background:#0054701a;border-radius:999px;align-items:center;gap:8px;width:fit-content;padding:8px 14px;font-size:.78rem;font-weight:700;display:inline-flex}.help-center-hero h1{color:#0f172a;font-family:Manrope,sans-serif;font-size:clamp(2rem,4vw,3.1rem);line-height:1.04}.help-center-hero p{color:#475569;max-width:760px;font-size:1rem;line-height:1.7}.help-hero-actions{flex-wrap:wrap;gap:12px;display:flex}.help-hero-actions .button-primary,.help-hero-actions .button-secondary{align-items:center;gap:8px;display:inline-flex}.help-hero-panel{gap:12px;display:grid}.help-hero-stat{background:#ffffffd1;border:1px solid #bfdbfed1;border-radius:20px;flex-direction:column;gap:5px;padding:18px 18px 20px;display:flex;box-shadow:inset 0 1px #fffc}.help-hero-stat strong{color:#0f172a;font-family:Manrope,sans-serif;font-size:1.35rem}.help-hero-stat span{color:#475569;font-size:.92rem;line-height:1.55}.help-tab-bar{background:#ffffffeb;border:1px solid #e2e8f0f2;border-radius:18px;align-items:center;gap:10px;width:fit-content;padding:8px;display:inline-flex;box-shadow:0 10px 24px #0f172a0d}.help-tab-button{color:#64748b;cursor:pointer;background:0 0;border:none;border-radius:14px;align-items:center;gap:8px;padding:11px 16px;font-size:.94rem;font-weight:700;transition:all .2s;display:inline-flex}.help-tab-button.active{color:#fff;background:linear-gradient(135deg,#005470,#0d6b89);box-shadow:0 12px 24px #0054703d}.help-guides-layout{grid-template-columns:minmax(240px,280px) minmax(0,1fr);align-items:start;gap:20px;display:grid}.help-side-panel{gap:14px;display:grid;position:sticky;top:14px}.help-side-card,.help-starter-card,.help-highlight-panel,.help-faq-panel,.help-update-card,.help-release-note,.help-updates-banner{background:#fff;border:1px solid #e7edf5;border-radius:24px;box-shadow:0 16px 36px #0f172a0f}.help-side-card{padding:18px}.help-side-card-title,.help-faq-head{color:#0f172a;align-items:center;gap:10px;margin-bottom:14px;display:flex}.help-side-link-list,.help-side-shortcuts{flex-direction:column;gap:10px;display:flex}.help-side-link-list button,.help-side-shortcuts button{color:#334155;text-align:left;cursor:pointer;background:#f8fbff;border:1px solid #e2e8f0;border-radius:14px;padding:11px 13px;font-size:.9rem;font-weight:600;transition:all .2s}.help-side-link-list button:hover,.help-side-shortcuts button:hover,.help-inline-action:hover{color:#005470;border-color:#9fccd7;transform:translateY(-1px)}.help-main-column{flex-direction:column;gap:18px;display:flex}.help-starter-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;display:grid}.help-starter-card{padding:20px}.help-starter-card strong,.help-release-note strong{color:#0f172a;margin-bottom:10px;font-size:1rem;display:block}.help-starter-card p,.help-release-note p{color:#475569;font-size:.92rem;line-height:1.65}.help-highlight-panel{background:linear-gradient(135deg,#0054700f,#0d6b890a),#fff;grid-template-columns:minmax(0,1.2fr) minmax(250px,.8fr);gap:18px;padding:22px;display:grid}.help-highlight-copy h2,.help-faq-head h2,.help-updates-banner h2{color:#0f172a;margin-top:10px;margin-bottom:10px;font-family:Manrope,sans-serif;font-size:1.45rem}.help-highlight-copy p,.help-updates-banner p{color:#475569;line-height:1.7}.help-highlight-steps{align-content:center;gap:10px;display:grid}.help-highlight-steps span{color:#1e293b;background:#ffffffe0;border:1px solid #bfdbfed9;border-radius:14px;align-items:center;min-height:44px;padding:0 14px;font-weight:700;display:inline-flex}.help-guides-stack{flex-direction:column;gap:18px;display:flex}.help-guide-card{background:linear-gradient(#fffffffa,#f8fafcfa);border:1px solid #e2e8f0fa;border-radius:28px;grid-template-columns:minmax(0,1.1fr) minmax(320px,.9fr);gap:22px;padding:22px;display:grid;box-shadow:0 22px 40px #0f172a12}.help-guide-copy{flex-direction:column;gap:18px;display:flex}.help-guide-eyebrow{background:color-mix(in srgb, var(--help-accent) 12%, white);width:fit-content;color:color-mix(in srgb, var(--help-accent) 88%, black 10%);letter-spacing:.06em;text-transform:uppercase;border-radius:999px;padding:7px 12px;font-size:.76rem;font-weight:800;display:inline-flex}.help-guide-title-row{grid-template-columns:52px minmax(0,1fr);align-items:start;gap:14px;display:grid}.help-guide-icon{background:color-mix(in srgb, var(--help-accent) 14%, white);width:52px;height:52px;color:var(--help-accent);border-radius:16px;justify-content:center;align-items:center;display:flex}.help-guide-title-row h2{color:#0f172a;margin-bottom:8px;font-family:Manrope,sans-serif;font-size:1.4rem}.help-guide-title-row p,.help-guide-tips li,.help-step-item p{color:#475569;line-height:1.68}.help-guide-steps{gap:12px;display:grid}.help-step-item{background:#f8fbff;border:1px solid #e2e8f0;border-radius:18px;grid-template-columns:38px minmax(0,1fr);align-items:start;gap:12px;padding:13px 14px;display:grid}.help-step-index{background:var(--help-accent);color:#fff;border-radius:12px;justify-content:center;align-items:center;width:38px;height:38px;font-weight:800;display:inline-flex}.help-guide-tips{background:linear-gradient(135deg,#f1f5f9e6,#fffffff2);border:1px solid #e2e8f0;border-radius:18px;padding:16px}.help-guide-tips strong{color:#0f172a;margin-bottom:10px;display:block}.help-guide-tips ul{gap:8px;padding-left:18px;display:grid}.help-guide-actions{flex-wrap:wrap;gap:10px;display:flex}.help-inline-action{color:#1e40af;cursor:pointer;background:#fff;border:1px solid #dbeafe;border-radius:14px;align-items:center;gap:8px;padding:11px 14px;font-size:.92rem;font-weight:700;transition:all .2s;display:inline-flex}.help-screen-preview{background:linear-gradient(#f8fbff 0%,#eef4ff 100%);border:1px solid #bfdbfecc;border-radius:24px;flex-direction:column;align-self:stretch;min-height:100%;display:flex;overflow:hidden;box-shadow:inset 0 1px #ffffffe6}.help-screen-topbar{background:linear-gradient(90deg, color-mix(in srgb, var(--help-accent) 20%, white), #ffffffe6);border-bottom:1px solid #bfdbfed9;justify-content:space-between;align-items:center;padding:14px 16px;display:flex}.help-screen-pill{color:color-mix(in srgb, var(--help-accent) 78%, black 8%);background:#ffffffeb;border-radius:999px;align-items:center;padding:7px 11px;font-size:.73rem;font-weight:800;display:inline-flex}.help-screen-dot-group{gap:6px;display:inline-flex}.help-screen-dot-group i{background:#94a3b894;border-radius:50%;width:9px;height:9px}.help-screen-body{flex:1;grid-template-columns:58px minmax(0,1fr);display:grid}.help-screen-sidebar{background:#0f172a0a;border-right:1px solid #e2e8f0e6;flex-direction:column;gap:12px;padding:16px 12px;display:flex}.help-screen-sidebar span{background:#94a3b838;border-radius:12px;height:34px}.help-screen-content{flex-direction:column;gap:16px;padding:18px;display:flex}.help-screen-heading strong{color:#0f172a;margin-bottom:4px;line-height:1.4;display:block}.help-screen-heading small{color:#64748b}.help-screen-metrics{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;display:grid}.help-screen-metric{background:#ffffffeb;border:1px solid #bfdbfed9;border-radius:16px;padding:12px}.help-screen-metric span{color:#64748b;margin-bottom:8px;font-size:.75rem;display:block}.help-screen-metric strong{color:color-mix(in srgb, var(--help-accent) 74%, black 10%);font-size:1rem}.help-screen-rows{flex-direction:column;gap:10px;display:flex}.help-screen-row{background:#ffffffe6;border:1px solid #e2e8f0eb;border-radius:16px;justify-content:space-between;align-items:center;gap:12px;padding:12px 14px;display:flex}.help-screen-row strong{color:#0f172a;margin-bottom:4px;display:block}.help-screen-row span{color:#64748b;font-size:.8rem}.help-screen-row em{white-space:nowrap;color:color-mix(in srgb, var(--help-accent) 84%, black 8%);font-size:.78rem;font-style:normal;font-weight:800}.help-faq-panel{padding:22px}.help-faq-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;display:grid}.help-faq-grid article{background:#f8fafc;border:1px solid #e2e8f0;border-radius:18px;padding:16px}.help-faq-grid strong{color:#0f172a;margin-bottom:8px;display:block}.help-faq-grid p{color:#475569;line-height:1.65}.help-updates-layout{flex-direction:column;gap:18px;display:flex}.help-updates-banner{background:radial-gradient(circle at 0 0,#0054701f,#0000 36%),linear-gradient(145deg,#fff 0%,#f0f7fa 48%,#f5fafb 100%);grid-template-columns:minmax(0,1.1fr) minmax(250px,.8fr);gap:20px;padding:24px;display:grid}.help-update-summary{gap:12px;display:grid}.help-update-summary div{background:#ffffffd9;border:1px solid #00547026;border-radius:18px;flex-direction:column;gap:5px;padding:18px;display:flex}.help-update-summary strong{color:#0f172a;font-family:Manrope,sans-serif;font-size:1.15rem}.help-update-summary span{color:#64748b}.help-updates-timeline{flex-direction:column;gap:16px;display:flex}.help-update-card{padding:22px}.help-update-head{justify-content:space-between;align-items:start;gap:12px;margin-bottom:10px;display:flex}.help-update-version{color:#0d6b89;background:#0054701a;border-radius:999px;margin-bottom:8px;padding:6px 11px;font-size:.78rem;font-weight:800;display:inline-flex}.help-update-card h3{color:#0f172a;font-family:Manrope,sans-serif;font-size:1.25rem}.help-update-date{white-space:nowrap;color:#64748b;font-weight:700}.help-update-card p{color:#475569;margin-bottom:16px;line-height:1.7}.help-update-card ul{gap:10px;margin-bottom:16px;display:grid}.help-update-card li{color:#334155;align-items:start;gap:10px;line-height:1.65;list-style:none;display:flex}.help-update-card li svg{color:#16a34a;flex-shrink:0;margin-top:4px}.help-update-tags{flex-wrap:wrap;gap:10px;display:flex}.help-update-tags span{color:#1d4ed8;background:#f8fafc;border:1px solid #dbeafe;border-radius:999px;padding:7px 12px;font-size:.8rem;font-weight:700;display:inline-flex}.help-release-notes-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;display:grid}.help-release-note{padding:20px}.help-release-note svg{color:#0d6b89;margin-bottom:12px}@media (width<=1180px){.help-guides-layout,.help-center-hero,.help-highlight-panel,.help-updates-banner,.help-guide-card{grid-template-columns:minmax(0,1fr)}.help-side-panel{position:static}.help-screen-preview{min-height:420px}.help-starter-grid,.help-release-notes-grid,.help-faq-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=760px){.help-center-page{padding-bottom:28px}.help-center-hero,.help-side-card,.help-starter-card,.help-highlight-panel,.help-guide-card,.help-faq-panel,.help-updates-banner,.help-update-card,.help-release-note{border-radius:20px}.help-center-hero,.help-guide-card,.help-faq-panel,.help-updates-banner,.help-update-card{padding:18px}.help-tab-bar{justify-content:space-between;width:100%}.help-tab-button{flex:1;justify-content:center}.help-starter-grid,.help-release-notes-grid,.help-faq-grid,.help-screen-metrics{grid-template-columns:minmax(0,1fr)}.help-guide-title-row{grid-template-columns:44px minmax(0,1fr)}.help-guide-icon{width:44px;height:44px}.help-screen-body{grid-template-columns:1fr}.help-screen-sidebar{display:none}.help-screen-row,.help-update-head{flex-direction:column;align-items:flex-start}}.hc-manual-page{gap:20px}.hc-manual-hero{background:radial-gradient(circle at 100% 0,#00547024,#0000 36%),linear-gradient(140deg,#fff 0%,#f0f7fa 52%,#f5fafb 100%);border:1px solid #0054702e;border-radius:28px;padding:26px;display:block;box-shadow:0 20px 44px #0f172a0f}.hc-manual-hero-copy{flex-direction:column;gap:14px;display:flex}.hc-manual-badge{color:#005470;letter-spacing:.04em;background:#00547017;border-radius:999px;align-items:center;gap:8px;width:fit-content;padding:8px 14px;font-size:.78rem;font-weight:800;display:inline-flex}.hc-manual-hero h1{color:#0f172a;font-family:Manrope,sans-serif;font-size:clamp(2rem,4vw,3rem);line-height:1.04}.hc-manual-hero p{color:#526173;max-width:760px;line-height:1.72}.hc-manual-hero-actions{flex-wrap:wrap;gap:12px;display:flex}.hc-manual-hero-actions .button-primary,.hc-manual-hero-actions .button-secondary{align-items:center;gap:8px;display:inline-flex}.hc-manual-controls{grid-template-columns:repeat(2,minmax(240px,320px));align-items:end;gap:14px;display:grid}.hc-manual-select-field{flex-direction:column;gap:8px;display:flex}.hc-manual-select-field span{color:#4b5563;font-size:.88rem;font-weight:700}.hc-manual-select-field select{color:#0f172a;background:#fff;border:1px solid #dfd8ec;border-radius:16px;outline:none;width:100%;min-height:48px;padding:0 16px;font-size:.95rem;font-weight:600}.hc-manual-select-field select:focus{border-color:#b46bd2;box-shadow:0 0 0 4px #00547014}.hc-manual-select-field .app-select-wrap{color:#0f172a;background:#fff;border:1px solid #dfd8ec;border-radius:16px;width:100%;min-height:48px;padding:0 16px;font-size:.95rem;font-weight:600}.hc-manual-select-field .app-select-wrap.focused{border-color:#b46bd2;box-shadow:0 0 0 4px #00547014}.hc-manual-layout{gap:18px;display:grid}.hc-manual-main{flex-direction:column;gap:18px;display:flex}.hc-module-card{background:#fff;border:1px solid #e8eaf4;border-radius:24px;box-shadow:0 16px 32px #0f172a0d}.hc-module-grid{grid-template-columns:minmax(0,1fr);gap:18px;display:grid}.hc-module-card{padding:20px}.hc-module-card-head{color:#0f172a;align-items:center;gap:10px;margin-bottom:14px;display:flex}.hc-module-card-head h3{font-size:1.02rem}.hc-step-list{flex-direction:column;gap:12px;display:flex}.hc-step-row{border-bottom:1px solid #eef2f7;grid-template-columns:34px minmax(0,1fr);align-items:start;gap:12px;padding:12px 0;display:grid}.hc-step-row:last-child{border-bottom:none;padding-bottom:0}.hc-step-row span{color:#fff;background:#005470;border-radius:11px;justify-content:center;align-items:center;width:34px;height:34px;font-size:.88rem;font-weight:800;display:inline-flex}.hc-step-row p{color:#526173;line-height:1.68}.hc-manual-updates .help-updates-banner,.hc-manual-updates .help-update-card{border-color:#e8eaf4}@media (width<=1180px){.hc-manual-layout,.hc-module-grid{grid-template-columns:minmax(0,1fr)}}@media (width<=760px){.hc-manual-controls{grid-template-columns:minmax(0,1fr)}.hc-manual-hero,.hc-manual-sidebar-card,.hc-module-card{border-radius:20px}.hc-manual-hero,.hc-module-card{padding:18px}}.sup-ticket-card{border:1px solid var(--support-border);background:#fff;border-radius:10px;align-items:flex-start;gap:24px;padding:16px 20px;transition:box-shadow .15s,border-color .15s;display:flex}.sup-ticket-card:hover{border-color:#98c8d6;box-shadow:0 2px 10px #00547012}.sup-ticket-main{flex:1;min-width:0}.sup-ticket-top{flex-wrap:wrap;align-items:center;gap:8px;margin-bottom:6px;display:flex}.sup-ticket-subject{color:#111827;white-space:nowrap;text-overflow:ellipsis;margin:0 0 6px;font-size:14px;font-weight:600;overflow:hidden}.sup-ticket-desc{color:var(--support-text-soft);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0;font-size:13px;line-height:1.5;display:-webkit-box;overflow:hidden}.sup-ticket-side{flex-direction:column;flex-shrink:0;align-items:flex-end;gap:10px;min-width:150px;display:flex}.sup-ticket-meta{text-align:right;flex-direction:column;align-items:flex-end;gap:3px;display:flex}.sup-ticket-meta span{color:var(--support-text-soft);font-size:12px}.sup-ticket-meta strong{color:#374151;font-size:12px;font-weight:500}.sup-ticket-attach-hint{color:var(--support-text-soft);align-items:center;gap:3px;font-size:11px;display:flex}@media (width<=720px){.sup-ticket-card{flex-direction:column;gap:12px}.sup-ticket-side{align-items:flex-start}.sup-ticket-meta{text-align:left;align-items:flex-start}}.sup-chat-modal{background:#fff;border-radius:20px;flex-direction:column;width:92vw;max-width:660px;height:85vh;max-height:720px;display:flex;overflow:hidden;box-shadow:0 28px 64px #0003}.sup-chat-topbar{border-bottom:1px solid #e6f1f4;flex-shrink:0;justify-content:space-between;align-items:center;gap:12px;padding:14px 20px 12px;display:flex}.sup-chat-topbar-meta{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.sup-chat-ticket-id{color:#0d6b89;background:#edf5f7;border-radius:6px;padding:3px 8px;font-size:11.5px;font-weight:700}.sup-chat-topbar-sep{color:#c7dde4;font-size:12px}.sup-chat-topbar-age{color:#9ca3af;font-size:12px}.sup-chat-subheader{border-bottom:1px solid #eff7f9;flex-shrink:0;padding:12px 24px 14px}.sup-chat-title{color:#111827;margin:0 0 3px;font-size:15px;font-weight:700;line-height:1.3}.sup-chat-requester{color:var(--support-text-soft);margin:0;font-size:12px}.sup-chat-body{scroll-behavior:smooth;background:#f9f6fd;flex-direction:column;flex:1;gap:16px;padding:24px 24px 16px;display:flex;overflow-y:auto}.sup-chat-footer{background:#fff;border-top:1px solid #e6f1f4;flex-direction:column;flex-shrink:0;gap:10px;padding:12px 20px 16px;display:flex}.sup-chat-footer-info{color:#9ca3af;align-items:center;gap:6px;font-size:12px;display:flex}.sup-chat-footer-info svg{color:#a7bcc4}.sup-chat-reply-row{align-items:flex-end;gap:10px;display:flex}.sup-msg{flex-direction:column;display:flex}.sup-msg--user{align-self:flex-end;align-items:flex-end;max-width:78%}.sup-msg--user .sup-msg-bubble{color:#fff;background:#1e1a3e;border-radius:18px 18px 4px;padding:13px 17px;font-size:13.5px;line-height:1.6}.sup-msg--user .sup-msg-bubble p{margin:0}.sup-msg--support{flex-direction:row;align-self:flex-start;align-items:flex-start;gap:10px;max-width:82%}.sup-msg-avatar{color:#fff;background:#0d6b89;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;margin-top:18px;font-size:13px;font-weight:700;display:flex}.sup-msg-support-body{flex-direction:column;gap:4px;min-width:0;display:flex}.sup-msg-agent-label{color:#374151;margin-bottom:2px;font-size:12px;font-weight:600}.sup-msg-agent-label span{color:#9ca3af;font-weight:400}.sup-msg--support .sup-msg-bubble{color:#1f2937;background:#fff;border:1px solid #dfedf2;border-radius:4px 18px 18px;padding:13px 17px;font-size:13.5px;line-height:1.6}.sup-msg--support .sup-msg-bubble p{margin:0}.sup-msg-time{color:#b4adc0;align-self:flex-end;margin-top:3px;padding:0 2px;font-size:10.5px}.sup-msg--support .sup-msg-time{align-self:flex-start;padding-left:4px}.sup-msg--user .sup-msg-attachment{color:#d7ebf1;background:#ffffff1f}.sup-msg--support .sup-msg-attachment{color:#005470;background:#edf5f7}.sup-msg-att-size{opacity:.65;margin-left:2px;font-weight:400}.sup-chat-resolved{text-align:center;flex-direction:column;align-items:center;gap:6px;margin-top:8px;padding:28px 16px;display:flex}.sup-chat-resolved strong{color:#111827;font-size:15px;font-weight:700}.sup-chat-input{resize:none;color:#1f2937;background:#f5fafb;border:1px solid #d8ebf0;border-radius:12px;outline:none;flex:1;min-height:42px;max-height:110px;padding:10px 14px;font-family:inherit;font-size:13.5px;line-height:1.4;transition:border-color .15s}.sup-chat-input:focus{background:#fff;border-color:#0d6b89}.sup-chat-send-btn{color:#fff;cursor:pointer;background:#0d6b89;border:none;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;transition:background .15s,opacity .15s;display:flex}.sup-chat-send-btn:hover:not(:disabled){background:#0d6b89}.sup-chat-send-btn:disabled{opacity:.35;cursor:default}.sup-card{background:#fff;border:1px solid #eaecf0;border-radius:12px;transition:box-shadow .18s,border-color .18s;overflow:hidden}.sup-card:hover{border-color:#98c8d6;box-shadow:0 4px 16px #00547014}.sup-card-content{flex-direction:column;gap:10px;padding:16px 20px;display:flex}.sup-card-top{justify-content:space-between;align-items:center;gap:12px;display:flex}.sup-card-badges{flex-wrap:wrap;align-items:center;gap:6px;display:flex}.sup-card-id{color:#005470;letter-spacing:.02em;background:#eff7f9;border-radius:5px;padding:2px 8px;font-size:11px;font-weight:700}.sup-card-date{color:#9ca3af;white-space:nowrap;flex-shrink:0;font-size:11.5px}.sup-card-subject{color:#111827;margin:0;font-size:14px;font-weight:600;line-height:1.4}.sup-card-desc{color:#6b7280;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0;font-size:13px;line-height:1.55;display:-webkit-box;overflow:hidden}.sup-card-badges-row{flex-wrap:wrap;align-items:center;gap:6px;display:flex}.sup-card-footer{justify-content:space-between;align-items:center;gap:12px;margin-top:2px;display:flex}.sup-card-footer-left{flex-wrap:wrap;align-items:center;gap:8px;min-width:0;display:flex}.sup-card-footer-right{flex-shrink:0;align-items:center;gap:10px;display:flex}.sup-card-assigned{color:#374151;white-space:nowrap;background:#f0fdf4;border:1px solid #bbf7d0;border-radius:20px;align-items:center;gap:5px;padding:3px 10px;font-size:12px;display:inline-flex}.sup-card-assigned svg{color:#16a34a;flex-shrink:0}.sup-card-assigned strong{color:#15803d;font-weight:600}.sup-card-unassigned{color:#9ca3af;white-space:nowrap;align-items:center;font-size:11.5px;font-style:italic;display:inline-flex}.sup-card-info-row{background:#f9fafb;border:1px solid #f3f4f6;border-radius:8px;flex-wrap:wrap;align-items:center;gap:10px;padding:8px 12px;display:flex}.sup-card-atendimento{white-space:nowrap;border-radius:20px;align-items:center;gap:5px;padding:2px 9px;font-size:11.5px;font-weight:500;display:inline-flex}.sup-card-atendimento svg{flex-shrink:0}.sup-card-atendimento--done{color:#15803d;background:#dcfce7}.sup-card-atendimento--active{color:#b45309;background:#fef3c7}.sup-card-meta-item{color:#6b7280;white-space:nowrap;align-items:center;gap:4px;font-size:12px;display:inline-flex}.sup-card-meta-item svg{color:#9ca3af;flex-shrink:0}.sup-card-meta-item--assigned{color:#0d6b89;white-space:nowrap;background:#eff7f9;border-radius:20px;align-items:center;gap:4px;padding:2px 8px;font-size:11.5px;font-weight:500;display:inline-flex}.sup-view-ticket-btn{color:var(--primary);border:1.5px solid var(--primary);cursor:pointer;white-space:nowrap;background:0 0;border-radius:8px;flex-shrink:0;align-items:center;gap:5px;padding:5px 13px;font-size:12.5px;font-weight:600;transition:background .15s,color .15s;display:inline-flex}.sup-view-ticket-btn:hover{background:var(--primary);color:#fff}.sup-badge-priority,.sup-badge-status{white-space:nowrap;letter-spacing:.01em;border-radius:20px;align-items:center;padding:2px 8px;font-size:11px;font-weight:600;display:inline-flex}.sup-badge-priority--baixa{color:#15803d;background:#dcfce7}.sup-badge-priority--media{color:#a16207;background:#fef9c3}.sup-badge-priority--alta{color:#c2410c;background:#ffedd5}.sup-badge-priority--urgente{color:#b91c1c;background:#fee2e2}.sup-badge-status--aberto{color:#1d4ed8;background:#dbeafe}.sup-badge-status--em-andamento{color:#b45309;background:#fef3c7}.sup-badge-status--concluido{color:#15803d;background:#dcfce7}.sup-ticket-modal{background:#fff;border-radius:16px;flex-direction:column;width:92vw;max-width:720px;height:88vh;max-height:780px;display:flex;overflow:hidden;box-shadow:0 24px 64px #0054701f,0 4px 20px #0000001a}.sup-modal-header{border-bottom:1px solid #e6f1f4;flex-shrink:0;align-items:flex-start;gap:14px;padding:18px 20px 16px;display:flex}.sup-modal-header-main{flex-direction:column;flex:1;gap:5px;min-width:0;display:flex}.sup-modal-ticket-id{color:#005470;letter-spacing:.05em;text-transform:uppercase;font-size:11.5px;font-weight:700}.sup-modal-subject{color:#111827;margin:0;font-size:16px;font-weight:700;line-height:1.3}.sup-modal-metabar{background:#f8fbfc;border-bottom:1px solid #eff7f9;flex-wrap:wrap;flex-shrink:0;align-items:center;gap:8px;padding:10px 20px;display:flex}.sup-metabar-divider{background:#e0d0e8;flex-shrink:0;width:1px;height:14px}.sup-metabar-dot{color:#c7dde4;font-size:12px}.sup-metabar-item{color:#6b7280;align-items:center;gap:4px;font-size:12px;display:inline-flex}.sup-metabar-item svg{color:#9ca3af}.sup-metabar-assigned{color:#0d6b89;font-weight:600}.sup-metabar-date{color:#9ca3af;margin-left:auto}.sup-timeline{scroll-behavior:smooth;background:#f9f6fd;flex-direction:column;flex:1;gap:14px;padding:20px 24px 16px;display:flex;overflow-y:auto}.sup-timeline::-webkit-scrollbar{width:4px}.sup-timeline::-webkit-scrollbar-track{background:0 0}.sup-timeline::-webkit-scrollbar-thumb{background:#e0d0ea;border-radius:4px}.sup-event-divider{align-items:center;gap:10px;margin:2px 0;display:flex}.sup-event-line{background:#dfedf2;flex:1;height:1px}.sup-event-chip{white-space:nowrap;-webkit-user-select:none;user-select:none;border-radius:20px;flex-shrink:0;align-items:center;gap:5px;padding:4px 12px;font-size:11.5px;font-weight:500;display:inline-flex}.sup-event-chip--opened{color:#1d4ed8;background:#dbeafe}.sup-event-chip--assigned{color:#0d6b89;background:#edf5f7}.sup-event-chip--transferred{color:#b45309;background:#fef3c7}.sup-event-chip--resolved{color:#15803d;background:#dcfce7}.sup-event-dot{border-radius:50%;flex-shrink:0;width:6px;height:6px}.sup-event-dot--opened{background:#2563eb}.sup-event-dot--assigned{background:#0d6b89}.sup-event-dot--transferred{background:#d97706}.sup-event-dot--resolved{background:#16a34a}.sup-event-time{opacity:.55;font-weight:400}.sup-msg{flex-direction:column;gap:4px;max-width:75%;display:flex}.sup-msg--client{align-self:flex-end}.sup-msg-client-meta{color:#4b5563;text-align:right;padding-right:2px;font-size:11.5px;font-weight:600}.sup-msg-client-meta span{color:#9ca3af;font-weight:400}.sup-msg-bubble--client{color:#1f2937;background:#fff;border:1px solid #dfedf2;border-radius:14px 4px 14px 14px;padding:10px 14px;font-size:13.5px;line-height:1.55;box-shadow:0 1px 4px #0054700f}.sup-msg-bubble--client p{margin:0}.sup-msg--agent{align-self:flex-start}.sup-msg-agent-meta{color:#4b5563;text-align:left;padding-left:2px;font-size:11.5px;font-weight:600}.sup-msg-agent-meta span{color:#9ca3af;font-weight:400}.sup-msg-bubble--agent{color:#fff;background:#005470;border-radius:4px 14px 14px;padding:10px 14px;font-size:13.5px;line-height:1.55;box-shadow:0 2px 8px #00547047}.sup-msg-bubble--agent p{margin:0}.sup-msg-time{color:#9ca3af;font-size:10.5px}.sup-msg--client .sup-msg-time{text-align:right}.sup-msg-attachments{flex-direction:column;gap:6px;margin-top:10px;display:flex}.sup-msg-attachment{border-radius:8px;align-items:center;gap:6px;padding:6px 10px;font-size:12px;font-weight:500;display:flex}.sup-msg-bubble--client .sup-msg-attachment{color:#005470;background:#eff7f9}.sup-msg-bubble--agent .sup-msg-attachment{color:#ffffffe6;background:#ffffff2e}.sup-msg-att-size{opacity:.6;font-weight:400}.sup-msg-att-download{color:currentColor;opacity:.7;margin-left:auto}.sup-msg-att-download:hover{opacity:1}.sup-chat-waiting{color:#9ca3af;background:#fff;border:1px solid #dfedf2;border-radius:20px;align-self:flex-start;align-items:center;gap:8px;padding:7px 14px;font-size:12.5px;display:flex}.sup-chat-waiting-icon{color:#a7bcc4;animation:1.4s linear infinite spin}.sup-chat-resolved{text-align:center;background:#f0fdf4;border:1px solid #bbf7d0;border-radius:12px;flex-direction:column;align-items:center;gap:8px;margin-top:8px;padding:24px;display:flex}.sup-chat-resolved svg{color:#16a34a}.sup-chat-resolved strong{color:#166534;font-size:14px}.sup-chat-resolved p{color:#4b7c58;margin:0;font-size:12.5px}.sup-modal-footer{background:#fff;border-top:1px solid #e6f1f4;flex-direction:column;flex-shrink:0;gap:10px;padding:12px 20px 14px;display:flex}.sup-modal-footer-info{color:#9ca3af;align-items:center;gap:6px;font-size:12px;display:flex}.sup-modal-footer-info svg{color:#a7bcc4}.sup-chat-reply-row{align-items:center;gap:8px;padding:0;display:flex}.sup-chat-action-btn{color:#a0a8b6;cursor:pointer;background:0 0;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;transition:background .15s,color .15s;display:flex}.sup-chat-action-btn:hover{color:#687686;background:#f2f5f8}.sup-chat-input-shell{background:#fff;border:1px solid #d8dee6;border-radius:14px;flex:1;align-items:center;min-height:44px;padding:0 16px;transition:border-color .18s,box-shadow .18s;display:flex}.sup-chat-input-shell:focus-within{border-color:#00547042;box-shadow:0 0 0 3px #0054701f}.sup-chat-input{resize:none;color:#1f2937;background:0 0;border:none;outline:none;flex:1;width:100%;min-height:24px;max-height:120px;padding:10px 0;font-size:14px;line-height:1.5}.sup-chat-input::placeholder{color:#b3bcc8}.sup-chat-send-btn{background:var(--support-accent);color:#fff;cursor:pointer;border:none;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:42px;height:42px;transition:background .18s,transform .1s,box-shadow .18s;display:flex;box-shadow:0 10px 20px #0054703d}.sup-chat-send-btn:hover:not(:disabled){background:#003f54;transform:scale(1.04);box-shadow:0 12px 22px #003f544d}.sup-chat-send-btn:disabled{opacity:.55;cursor:default;box-shadow:none}.sup-chat-footer-wrap{flex-direction:column;gap:8px;display:flex;position:relative}.sup-emoji-picker{z-index:200;background:#1e1e24;border-radius:14px;width:320px;position:absolute;bottom:calc(100% + 10px);left:0;overflow:hidden;box-shadow:0 8px 32px #00000059,0 0 0 1px #ffffff14}.sup-emoji-categories{background:#26262e;border-bottom:1px solid #ffffff0f;align-items:center;gap:2px;padding:8px 10px;display:flex}.sup-emoji-cat-btn{cursor:pointer;background:0 0;border:none;border-radius:8px;justify-content:center;align-items:center;width:34px;height:34px;font-size:18px;line-height:1;transition:background .15s;display:flex}.sup-emoji-cat-btn:hover{background:#ffffff1a}.sup-emoji-cat-btn.active{background:#00547059}.sup-emoji-close-btn{color:#fff6;cursor:pointer;background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;width:28px;height:28px;margin-left:auto;transition:background .15s,color .15s;display:flex}.sup-emoji-close-btn:hover{color:#fff;background:#ffffff1a}.sup-emoji-grid{grid-template-columns:repeat(8,1fr);gap:2px;max-height:220px;padding:8px;display:grid;overflow-y:auto}.sup-emoji-grid::-webkit-scrollbar{width:4px}.sup-emoji-grid::-webkit-scrollbar-track{background:0 0}.sup-emoji-grid::-webkit-scrollbar-thumb{background:#ffffff1f;border-radius:4px}.sup-emoji-btn{cursor:pointer;background:0 0;border:none;border-radius:8px;justify-content:center;align-items:center;width:34px;height:34px;font-size:20px;line-height:1;transition:background .12s,transform .1s;display:flex}.sup-emoji-btn:hover{background:#ffffff1a;transform:scale(1.2)}.sup-chat-action-btn.active{color:var(--support-accent);background:#0054701a}.sup-reply-attachments{flex-wrap:wrap;gap:6px;padding:0 2px;display:flex}.sup-reply-att-chip{color:#005470;background:#edf5f7;border:1px solid #c8dce2;border-radius:20px;align-items:center;gap:5px;padding:4px 8px 4px 10px;font-size:12px;font-weight:500;display:inline-flex}.sup-reply-att-chip button{cursor:pointer;color:#7b97a1;background:0 0;border:none;align-items:center;padding:0;display:flex}.sup-reply-att-chip button:hover{color:#005470}.sup-create-modal{background:#fff;border-radius:20px;flex-direction:column;width:92vw;max-width:640px;max-height:90vh;display:flex;overflow:hidden;box-shadow:0 28px 64px #0000002e}.sup-create-header{border-bottom:1px solid #e6f1f4;flex-shrink:0;align-items:center;gap:14px;padding:20px 24px 18px;display:flex}.sup-create-header-icon{color:#fff;background:linear-gradient(135deg,#005470,#0d6b89);border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:42px;height:42px;display:flex}.sup-create-header-text{flex:1;min-width:0}.sup-create-header-text h2{color:#111827;margin:0 0 2px;font-size:16px;font-weight:700}.sup-create-header-text p{color:#6b7280;margin:0;font-size:12.5px}.sup-create-body{flex-direction:column;flex:1;gap:16px;padding:20px 24px;display:flex;overflow-y:auto}.sup-create-footer{background:#fafafa;border-top:1px solid #e6f1f4;flex-shrink:0;justify-content:flex-end;align-items:center;gap:10px;padding:14px 24px;display:flex}.sup-form-field{flex-direction:column;flex:1;gap:6px;min-width:0;display:flex}.sup-form-field--full{flex-basis:100%}.sup-form-label{color:#374151;font-size:13px;font-weight:600}.sup-form-required{color:#ef4444;margin-left:2px}.sup-form-optional{color:#9ca3af;margin-left:6px;font-size:11.5px;font-weight:400}.sup-form-row{align-items:flex-start;gap:14px;display:flex}.sup-priority-selector{flex-wrap:wrap;gap:6px;display:flex}.sup-priority-option{color:#4b5563;cursor:pointer;background:#f9fafb;border:1.5px solid #e5e7eb;border-radius:8px;align-items:center;gap:6px;padding:6px 12px;font-size:12.5px;font-weight:500;transition:border-color .15s,background .15s,color .15s;display:inline-flex}.sup-priority-option:hover{background:#f3f4f6;border-color:#d1d5db}.sup-priority-option--active{font-weight:600}.sup-priority-option--baixa{color:#15803d;background:#f0fdf4;border-color:#16a34a}.sup-priority-option--media{color:#a16207;background:#fefce8;border-color:#ca8a04}.sup-priority-option--alta{color:#c2410c;background:#fff7ed;border-color:#ea580c}.sup-priority-option--urgente{color:#b91c1c;background:#fef2f2;border-color:#dc2626}.sup-priority-dot{border-radius:50%;flex-shrink:0;width:8px;height:8px}.sup-priority-dot--baixa{background:#16a34a}.sup-priority-dot--media{background:#ca8a04}.sup-priority-dot--alta{background:#ea580c}.sup-priority-dot--urgente{background:#dc2626}.sup-upload-zone{cursor:pointer;color:#6b7280;text-align:center;background:#f5fafb;border:2px dashed #d8ebf0;border-radius:12px;flex-direction:column;justify-content:center;align-items:center;gap:8px;width:100%;padding:24px 20px;font-size:13px;transition:border-color .18s,background .18s;display:flex}.sup-upload-zone:hover,.sup-upload-zone.dragging{color:#111827;background:#eff7f9;border-color:#005470}.sup-upload-zone-icon{color:#a7bcc4;margin-bottom:2px}.sup-upload-zone:hover .sup-upload-zone-icon,.sup-upload-zone.dragging .sup-upload-zone-icon{color:#005470}.sup-form-attachments{flex-direction:column;gap:6px;margin-top:4px;display:flex}.sup-form-attachment{color:#374151;background:#eff7f9;border:1px solid #dfedf2;border-radius:8px;align-items:center;gap:8px;padding:6px 10px;font-size:12.5px;display:flex}.sup-form-attachment svg{color:#0d6b89;flex-shrink:0}.sup-form-attachment span:first-of-type{text-overflow:ellipsis;white-space:nowrap;flex:1;overflow:hidden}.sup-form-att-size{color:#9ca3af;flex-shrink:0;font-size:11.5px}.sup-form-attachment button{cursor:pointer;color:#9ca3af;background:0 0;border:none;flex-shrink:0;align-items:center;padding:0;transition:color .15s;display:flex}.sup-form-attachment button:hover{color:#dc2626}.sup-msg-att-name{text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0;overflow:hidden}.sup-msg-att-download{color:#0d6b89;background:#0054701a;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;width:22px;height:22px;text-decoration:none;transition:background .15s;display:inline-flex}.sup-msg-att-download:hover{background:#0054702e}.sup-msg-att-download--user{color:#d7ebf1;background:#ffffff2e}.sup-msg-att-download--user:hover{color:#fff;background:#ffffff47}.sup-create-header .support-modal-close,.sup-modal-topbar .support-modal-close,.sup-modal-header .support-modal-close{flex-shrink:0;margin-left:auto;position:static}.dash-mobile-charts-section,.dash-mobile-rate-section,.dash-mobile-metrics-carousel-section{display:none}.dash-charts-stack{flex-direction:column;gap:18px;margin-bottom:24px;display:flex}.dash-chart-panel{width:100%}.dash-chart-header-right{flex-wrap:wrap;align-items:center;gap:14px;display:flex}.dash-chart-legend-pills{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.dash-legend-pill{color:#4b4a5e;align-items:center;gap:5px;font-size:12px;font-weight:500;display:inline-flex}.dash-legend-pill:before{content:"";background:var(--c,#0d6b89);border-radius:3px;flex-shrink:0;width:10px;height:10px;display:inline-block}.dash-chart-summary-row{background:#f7fbfc;border:1px solid #edf5f7;border-radius:12px;align-items:stretch;gap:0;margin-bottom:24px;display:flex;overflow:hidden}.dash-chart-stat{border-right:1px solid #edf5f7;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:3px;min-width:0;padding:14px 20px;display:flex}.dash-chart-stat:last-child{border-right:none}.dash-chart-stat strong{color:#0d6b89;letter-spacing:-.04em;font-size:24px;font-weight:800;line-height:1}.dash-chart-stat span{color:#9ca3af;text-transform:uppercase;letter-spacing:.05em;white-space:nowrap;font-size:11px}.dash-chart-stat--green strong{color:#16a34a}.dash-chart-stat--red strong{color:#dc2626}.dash-chart-stat--amber strong{color:#d97706}.dash-chart-stat--total strong{color:#132f38}.dash-flow-section{margin-bottom:24px}.dash-flow-groups{flex-direction:column;gap:0;display:flex}.dash-flow-group-v2{flex-direction:column;gap:20px;padding:24px 0 20px;display:flex}.dash-flow-group-v2:first-child{padding-top:0}.dash-flow-divider{background:#ecf4f6;height:1px;margin:0 0 4px}.dash-flow-group-header{align-items:center;gap:14px;display:flex}.dash-flow-group-meta{flex-direction:column;flex:1;gap:2px;display:flex}.dash-flow-group-meta strong{color:#132f38;letter-spacing:-.02em;font-size:17px;font-weight:700}.dash-flow-group-meta span{color:#8b8a9a;font-size:13px}.dash-flow-group-total{background:#f7fbfc;border:1px solid #edf5f7;border-radius:10px;flex-direction:column;align-items:flex-end;gap:1px;padding:8px 14px;display:flex}.dash-flow-group-total strong{color:#132f38;letter-spacing:-.04em;font-size:22px;font-weight:800;line-height:1}.dash-flow-group-total span{color:#9ca3af;text-transform:uppercase;letter-spacing:.05em;font-size:11px}.dash-flow-rows{flex-direction:column;gap:14px;display:flex}.dash-flow-row-v2{grid-template-columns:180px 1fr 40px 44px;align-items:center;gap:14px;display:grid}.dash-flow-label{color:#4b4a5e;white-space:nowrap;font-size:14px;font-weight:500}.dash-flow-bar-track{background:#ecf4f6;border-radius:99px;width:100%;height:14px;overflow:hidden}.dash-flow-bar-fill{border-radius:inherit;height:100%;transition:width .5s cubic-bezier(.4,0,.2,1)}.dash-flow-bar-fill--purple{background:linear-gradient(90deg,#005470 0%,#0d6b89 100%)}.dash-flow-bar-fill--green{background:linear-gradient(90deg,#22c55e 0%,#15803d 100%)}.dash-flow-bar-fill--orange{background:linear-gradient(90deg,#f59e0b 0%,#d97706 100%)}.dash-flow-bar-fill--red{background:linear-gradient(90deg,#ef4444 0%,#dc2626 100%)}.dash-flow-bar-fill--blue{background:linear-gradient(90deg,#38bdf8 0%,#2563eb 100%)}.dash-flow-count{color:#132f38;text-align:right;font-size:16px;font-weight:700}.dash-flow-pct{color:#9ca3af;text-align:right;font-variant-numeric:tabular-nums;font-size:13px}@media (width<=640px){.dash-flow-row-v2{grid-template-rows:auto auto;grid-template-columns:1fr 44px}.dash-flow-label{grid-column:1}.dash-flow-pct{text-align:right;grid-area:1/2}.dash-flow-bar-track{grid-area:2/1/auto/-1}.dash-flow-count{display:none}}.dash-bottom-grid{grid-template-columns:repeat(2,1fr);gap:18px;margin-bottom:24px;display:grid}.dash-bottom-card{flex-direction:column;min-height:0;padding:24px;display:flex}.dash-card-empty{color:#9ca3af;text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:10px;padding:40px 20px;font-size:14px;display:flex}.dash-card-empty svg{opacity:.4}.dash-upload-list{flex-direction:column;gap:2px;display:flex}.dash-upload-row{border-radius:10px;align-items:center;gap:12px;padding:10px 12px;transition:background .14s;display:flex}.dash-upload-row:hover{background:#f7fbfc}.dash-upload-icon{border-radius:9px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.dash-upload-icon--pdf{color:#dc2626;background:#fee2e2}.dash-upload-icon--img{color:#2563eb;background:#dbeafe}.dash-upload-icon--file{color:#0d6b89;background:#ecf4f6}.dash-upload-info{flex-direction:column;flex:1;gap:3px;min-width:0;display:flex}.dash-upload-docname{color:#132f38;white-space:nowrap;text-overflow:ellipsis;font-size:13px;font-weight:600;overflow:hidden}.dash-upload-meta{color:#9ca3af;flex-wrap:wrap;align-items:center;gap:5px;font-size:12px;display:flex}.dash-meta-dot{color:#d1d5db}.dash-upload-view-btn{color:#0d6b89;white-space:nowrap;background:#ecf4f6;border:1px solid #edf5f7;border-radius:7px;flex-shrink:0;align-items:center;gap:5px;padding:5px 12px;font-size:12px;font-weight:600;text-decoration:none;transition:background .14s,color .14s;display:inline-flex}.dash-upload-view-btn:hover{color:#fff;background:#0d6b89}.dash-requests-list{flex-direction:column;gap:2px;display:flex}.dash-req-row{border-radius:10px;padding:10px 12px;transition:background .14s}.dash-req-row:hover{background:#f7fbfc}.dash-req-main{flex-direction:column;gap:5px;display:flex}.dash-req-recipient{justify-content:space-between;align-items:center;gap:8px;display:flex}.dash-req-name{color:#132f38;white-space:nowrap;text-overflow:ellipsis;font-size:13px;font-weight:600;overflow:hidden}.dash-req-deadline{white-space:nowrap;border-radius:99px;flex-shrink:0;align-items:center;gap:4px;padding:3px 8px;font-size:11px;font-weight:600;display:inline-flex}.dash-req-deadline--ok{color:#15803d;background:#dcfce7}.dash-req-deadline--warning{color:#b45309;background:#fef3c7}.dash-req-deadline--critical{color:#dc2626;background:#fee2e2}.dash-req-detail{color:#9ca3af;align-items:center;gap:5px;font-size:12px;display:flex}.dash-req-progress-track{background:#ecf4f6;border-radius:99px;height:4px;margin-top:2px;overflow:hidden}.dash-req-progress-fill{border-radius:inherit;height:100%;transition:width .4s}.dash-req-progress-fill--ok{background:#16a34a}.dash-req-progress-fill--warning{background:#d97706}.dash-req-progress-fill--critical{background:#dc2626}@media (width<=1100px){.dash-bottom-grid{grid-template-columns:1fr}}.dash-backlog-card{cursor:pointer;border:1.5px solid #0000;border-radius:14px;align-items:center;gap:16px;margin-bottom:18px;padding:16px 24px;transition:transform .15s,box-shadow .15s;display:flex}.dash-backlog-card:hover{transform:translateY(-1px);box-shadow:0 6px 24px #0000001a}.dash-backlog-card--stable{background:linear-gradient(135deg,#f0fdf4 0%,#dcfce7 100%);border-color:#bbf7d0}.dash-backlog-card--attention{background:linear-gradient(135deg,#fffbeb 0%,#fef3c7 100%);border-color:#fde68a}.dash-backlog-card--critical{background:linear-gradient(135deg,#fff1f2 0%,#fee2e2 100%);border-color:#fecaca}.dash-backlog-left{flex:1;align-items:center;gap:14px;min-width:0;display:flex}.dash-backlog-icon{border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;display:flex}.dash-backlog-card--stable .dash-backlog-icon{color:#16a34a;background:#dcfce7}.dash-backlog-card--attention .dash-backlog-icon{color:#92400e;background:#fde68a}.dash-backlog-card--critical .dash-backlog-icon{color:#dc2626;background:#fecaca}.dash-backlog-text{flex-direction:column;gap:3px;min-width:0;display:flex}.dash-backlog-text strong{color:#111827;white-space:nowrap;text-overflow:ellipsis;font-size:15px;font-weight:700;overflow:hidden}.dash-backlog-text span{color:#6b7280;font-size:13px}.dash-backlog-pills{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.dash-backlog-pill{white-space:nowrap;border-radius:99px;padding:4px 12px;font-size:12px;font-weight:600}.dash-backlog-pill--red{color:#dc2626;background:#fee2e2}.dash-backlog-pill--purple{color:#0d6b89;background:#e6f4f8}.dash-backlog-pill--amber{color:#b45309;background:#fef3c7}.dash-backlog-arrow{color:#9ca3af;flex-shrink:0;transition:color .15s}.dash-backlog-card:hover .dash-backlog-arrow{color:#374151}@keyframes dashSkShimmer{0%{background-position:-400px 0}to{background-position:400px 0}}.dash-sk-box{background:linear-gradient(90deg,#eef1f5 25%,#e0e5ec 50%,#eef1f5 75%) 0 0/800px 100%;border-radius:8px;animation:1.4s infinite dashSkShimmer}.dash-skeleton{padding:0;animation:none}.dash-sk-header{justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:20px;display:flex}.dash-sk-title-col{flex-direction:column;gap:8px;display:flex}.dash-sk-title-row{align-items:center;gap:10px;display:flex}.dash-sk-metric-grid{grid-template-columns:repeat(4,1fr);gap:14px;margin-bottom:24px;display:grid}.dash-sk-metric-card{background:#fff;border:1px solid #00547012;border-radius:16px;align-items:flex-start;gap:14px;padding:16px 18px;display:flex;box-shadow:0 2px 10px #0054700f}.dash-sk-metric-body{flex-direction:column;flex:1;gap:6px;display:flex}.dash-sk-charts{grid-template-columns:1fr 1fr;gap:20px;margin-bottom:20px;display:grid}.dash-sk-chart-card{background:#fff;border:1px solid #00547012;border-radius:16px;flex-direction:column;gap:10px;padding:16px 20px;display:flex;overflow:hidden;box-shadow:0 2px 10px #0054700f}.dash-sk-chart-area{border-radius:8px;height:180px;margin-top:4px}.dash-sk-two-col{grid-template-columns:1fr 1fr;gap:20px;display:grid}.dash-sk-panel{background:#fff;border:1px solid #00547012;border-radius:16px;flex-direction:column;gap:12px;padding:16px 20px;display:flex;box-shadow:0 2px 10px #0054700f}.dash-sk-row{align-items:center;gap:10px;display:flex}@media (width<=900px){.dash-sk-metric-grid{grid-template-columns:repeat(2,1fr)}.dash-sk-charts,.dash-sk-two-col{grid-template-columns:1fr}}@media (width<=540px){.dash-sk-metric-grid{display:none}}.dash-status-card-wrap{margin-bottom:18px}.dash-status-card{border:none;border-radius:20px;padding:0;overflow:hidden;box-shadow:0 2px 16px #00000014}.dash-status-card--stable{background:linear-gradient(135deg,#f0fdf4 0%,#dcfce7 40%,#bbf7d0 100%)}.dash-status-card--attention{background:linear-gradient(135deg,#fffbeb 0%,#fef3c7 40%,#fde68a 100%)}.dash-status-card--critical{background:linear-gradient(135deg,#fff1f2 0%,#fee2e2 40%,#fecaca 100%)}.dash-status-header{justify-content:space-between;align-items:center;gap:12px;padding:16px 24px 10px;display:flex}.dash-status-badge-row{align-items:center;gap:8px;font-size:13px;display:flex}.dash-status-dot{border-radius:50%;flex-shrink:0;width:8px;height:8px}.dash-status-dot--stable{background:#16a34a;box-shadow:0 0 0 3px #dcfce7}.dash-status-dot--attention{background:#d97706;box-shadow:0 0 0 3px #fef3c7}.dash-status-dot--critical{background:#dc2626;box-shadow:0 0 0 3px #fee2e2}.dash-status-label{font-size:13px;font-weight:700}.dash-status-label--stable{color:#16a34a}.dash-status-label--attention{color:#d97706}.dash-status-label--critical{color:#dc2626}.dash-status-separator{color:#d1d5db}.dash-status-window{color:#9ca3af;align-items:center;gap:4px;font-size:12px;display:inline-flex}.dash-status-greeting{color:#6b7280;font-size:13px;font-weight:500}.dash-status-hero-text{flex-direction:column;gap:6px;padding:2px 24px 14px;display:flex}.dash-status-hero-title{color:#111827;letter-spacing:-.04em;margin:0;font-size:26px;font-weight:800;line-height:1.15}.dash-status-hero-desc{color:#6b7280;max-width:560px;margin:0;font-size:14px;line-height:1.5}.dash-status-inner-divider{background:#00000012;height:1px;margin:0 28px}.dash-status-metrics{align-items:stretch;gap:0;padding:14px 24px 20px;display:flex}.dash-status-metric{flex-direction:column;flex:1;gap:4px;min-width:0;padding:0 20px;display:flex}.dash-status-metric:first-child{padding-left:0}.dash-status-metric:last-child{padding-right:0}.dash-status-divider{background:#f0f0f4;flex-shrink:0;align-self:stretch;width:1px}.dash-status-metric-value{color:#132f38;letter-spacing:-.05em;font-size:32px;font-weight:800;line-height:1}.dash-status-metric-value--alert{color:#dc2626}.dash-status-metric-value--warn{color:#d97706}.dash-status-metric-value--pct{color:#0d6b89;font-size:26px}.dash-status-metric-label{color:#374151;font-size:13px;font-weight:600}.dash-status-metric-hint{color:#9ca3af;font-size:11px}.dash-status-mini-bar{background:#ecf4f6;border-radius:99px;width:100%;height:5px;margin-top:6px;overflow:hidden}.dash-status-mini-fill{border-radius:inherit;height:100%;transition:width .5s}.dash-status-mini-fill--purple{background:linear-gradient(90deg,#005470,#0d6b89)}.dash-status-mini-fill--green{background:linear-gradient(90deg,#16a34a,#4ade80)}@media (width<=900px){.dash-status-metrics{flex-wrap:wrap;gap:16px}.dash-status-metric{flex:40%;padding:0}.dash-status-divider{display:none}}.dash-desktop-metric-cards{grid-template-columns:repeat(4,1fr);gap:14px;margin-bottom:24px;display:grid}.dash-desk-metric-card{background:#fff;border:1px solid #00547012;border-radius:16px;align-items:flex-start;gap:14px;padding:16px 18px;display:flex;box-shadow:0 2px 10px #0054700f}.dash-desk-metric-card--link{cursor:pointer;text-align:left;transition:box-shadow .15s,transform .15s}.dash-desk-metric-card--link:hover{transform:translateY(-1px);box-shadow:0 4px 18px #0054701f}.dash-desk-metric-icon{border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.dash-desk-metric-icon--teal{color:#005470;background:#0054701a}.dash-desk-metric-icon--green{color:#16a34a;background:#16a34a1a}.dash-desk-metric-icon--blue{color:#2563eb;background:#2563eb1a}.dash-desk-metric-icon--purple{color:#6d28d9;background:#6d28d91a}.dash-desk-metric-body{flex-direction:column;flex:1;gap:3px;min-width:0;display:flex}.dash-desk-metric-label{color:#6b7280;text-transform:uppercase;letter-spacing:.04em;font-size:.75rem;font-weight:600}.dash-desk-metric-value{color:#132b39;letter-spacing:-.04em;font-size:1.6rem;font-weight:800;line-height:1.1}.dash-desk-metric-bar-track{background:#f1f5f9;border-radius:99px;height:5px;margin:4px 0 2px;overflow:hidden}.dash-desk-metric-bar-fill{border-radius:99px;height:100%;transition:width .6s}.dash-desk-metric-bar-fill--teal{background:linear-gradient(90deg,#005470,#0d8aab)}.dash-desk-metric-bar-fill--green{background:linear-gradient(90deg,#16a34a,#22c55e)}.dash-desk-metric-hint{color:#9ca3af;font-size:.72rem;font-weight:400}.dash-desk-metric-chevron{color:#d1d5db;flex-shrink:0;align-self:center}@media (width<=900px){.dash-desktop-metric-cards{grid-template-columns:repeat(2,1fr)}}@media (width<=760px){.dash-desktop-metric-cards{display:none}}@media (width<=960px){.sup-page-header{grid-template-rows:auto auto;grid-template-columns:1fr auto;gap:10px 16px}.sup-page-header>div:first-child{grid-area:1/1}.sup-header-search{grid-area:2/1/auto/-1;width:100%}.sup-header-action{grid-area:1/2;align-self:center}.sup-ticket-modal{width:96vw;max-width:96vw;height:92dvh;max-height:92dvh}.sup-create-modal{width:96vw;max-width:96vw;max-height:92dvh}}@media (width<=640px){.main-content{-webkit-overflow-scrolling:touch;height:100%;min-height:0;padding:14px 12px calc(136px + var(--safe-bottom));overflow-y:auto}.support-page.ops-page{gap:14px}.resource-panel{border-radius:14px;padding:14px 12px}.settings-page-shell{flex-direction:column;gap:10px;padding-bottom:10px;display:flex}.settings-hero{margin-bottom:8px}.settings-sections{gap:20px}.settings-section{gap:12px}.settings-section-header{gap:8px;padding:0 2px}.settings-section-title{letter-spacing:-.02em;font-size:1.02rem}.settings-section-line{width:60px;height:5px}.settings-grid{gap:12px}.settings-card{border-radius:20px;align-items:center;gap:14px;min-height:116px;padding:16px;box-shadow:0 1px 2px #0f172a08,0 14px 30px #0054700f}.settings-card-icon{border-radius:14px;width:48px;height:48px}.settings-card-title-row{align-items:flex-start;margin-bottom:6px}.settings-card-title{font-size:1.08rem;line-height:1.2}.settings-card-description{max-width:none;font-size:.9rem;line-height:1.45}.settings-card-arrow{border-radius:12px;width:34px;height:34px}.settings-resource-page{flex-direction:column;gap:10px;padding-bottom:14px;display:flex}.settings-resource-page .page-header{margin-bottom:10px}.settings-resource-page .page-header-actions .page-primary-action{border-radius:15px;justify-content:center;width:100%;min-height:48px;box-shadow:0 12px 24px #0054701f}.settings-resource-page .resource-panel{padding:14px 12px calc(18px + env(safe-area-inset-bottom,0px));border-radius:18px}.settings-resource-page .resource-panel-title{letter-spacing:-.02em;font-size:1.02rem}.settings-resource-page .documents-report-body{gap:12px;padding-bottom:14px}.settings-resource-page .documents-report-row,.settings-resource-page .pg-groups-row,.settings-resource-page .document-groups-row{border-radius:20px;grid-template-columns:1fr;gap:10px;padding:16px 14px 14px}.settings-resource-page .documents-report-row .documents-name,.settings-resource-page .documents-report-row .pg-group-name,.settings-resource-page .documents-report-row .collaborator-name,.settings-resource-page .documents-report-row .supplier-name{padding-right:32px;font-size:1rem}.settings-resource-page .documents-report-row .documents-code,.settings-resource-page .documents-report-row .documents-muted,.settings-resource-page .documents-report-row .collaborator-cpf,.settings-resource-page .documents-report-row .collaborator-matricula,.settings-resource-page .documents-report-row .collaborator-company,.settings-resource-page .documents-report-row .collaborator-department,.settings-resource-page .documents-report-row .collaborator-role,.settings-resource-page .documents-report-row .collaborator-document-group,.settings-resource-page .documents-report-row .supplier-document,.settings-resource-page .documents-report-row .supplier-company,.settings-resource-page .documents-report-row .supplier-role,.settings-resource-page .documents-report-row .supplier-document-group{padding:9px 11px}.settings-resource-page .documents-report-row .documents-status-cell,.settings-resource-page .documents-report-row .report-col-center{min-height:48px;padding:10px 12px}.settings-resource-page .documents-report-row .documents-actions{padding-top:8px}.settings-resource-page .pg-groups-row{position:relative}.settings-resource-page .pg-groups-row .report-col-check{grid-column:unset;position:absolute;top:14px;right:14px}.settings-resource-page .pg-groups-row .pg-group-name{grid-column:1/-1;padding-right:32px}.settings-resource-page .pg-groups-row .pg-perms-summary{grid-column:1/-1;gap:6px}.settings-resource-page .pg-groups-row .documents-actions{grid-column:1/-1;gap:8px;padding-top:4px;display:flex}.settings-resource-page .pg-groups-row .documents-actions .documents-icon-button{border-radius:10px;flex:1;justify-content:center;height:40px}.pg-perm-table-head,.pg-perm-table-row{grid-template-columns:1fr 54px 54px 54px}.pg-perm-table-row{padding:6px 10px;font-size:12px}.pg-perm-table-head{padding:7px 10px;font-size:10px}.pg-perm-module{font-size:12px}.document-group-details{padding:0 10px 14px}.settings-resource-page .users-report-row{grid-template-columns:1fr auto;position:relative}.settings-resource-page .users-report-row .report-col-check{grid-column:unset;position:absolute;top:14px;right:14px}.settings-resource-page .users-report-row .documents-name{grid-column:1/-1;padding-right:36px}.settings-resource-page .users-report-row .documents-name:before,.settings-resource-page .users-report-row .documents-muted:before,.settings-resource-page .users-report-row .documents-category:before,.settings-resource-page .users-report-row .documents-status-cell:before{display:none}.settings-resource-page .users-report-row .documents-muted{color:#64748b;grid-column:1/-1;padding:0;font-size:12px}.settings-resource-page .users-report-row .documents-category{grid-column:1/-1}.settings-resource-page .users-report-row .documents-status-cell{min-height:unset;background:0 0;border:none;border-radius:0;flex-direction:row;grid-column:1;justify-content:flex-start;align-items:center;gap:8px;padding:6px 0 0}.settings-resource-page .users-report-row .documents-actions{border-top:none;grid-column:2;align-self:flex-end;gap:6px;margin-top:0;padding-top:0}.settings-resource-page .companies-report-row{grid-template-columns:1fr auto;position:relative}.settings-resource-page .companies-report-row .report-col-check{grid-column:unset;position:absolute;top:14px;right:14px}.settings-resource-page .companies-report-row .documents-name{grid-column:1/-1;padding-right:36px}.settings-resource-page .companies-report-row .documents-name:before,.settings-resource-page .companies-report-row .documents-muted:before,.settings-resource-page .companies-report-row .documents-status-cell:before{display:none}.settings-resource-page .companies-report-row .documents-muted{color:#64748b;white-space:nowrap;text-overflow:ellipsis;grid-column:1/-1;padding:0;font-size:13px;overflow:hidden}.settings-resource-page .companies-report-row .documents-status-cell{min-height:unset;background:0 0;border:none;border-radius:0;flex-direction:row;grid-column:1;justify-content:flex-start;align-items:center;gap:8px;padding:6px 0 0}.settings-resource-page .companies-report-row .documents-actions{border-top:none;grid-column:2;align-self:flex-end;gap:6px;margin-top:0;padding-top:0}.settings-resource-page .departments-report-row{grid-template-columns:1fr auto;position:relative}.settings-resource-page .departments-report-row .report-col-check{grid-column:unset;position:absolute;top:14px;right:14px}.settings-resource-page .departments-report-row .documents-name{grid-column:1/-1;padding-right:36px}.settings-resource-page .departments-report-row .documents-name:before,.settings-resource-page .departments-report-row .documents-status-cell:before{display:none}.settings-resource-page .departments-report-row .documents-status-cell{min-height:unset;background:0 0;border:none;border-radius:0;flex-direction:row;grid-column:1;justify-content:flex-start;align-items:center;gap:8px;padding:4px 0 0}.settings-resource-page .departments-report-row .documents-actions{border-top:none;grid-column:2;align-self:flex-end;gap:6px;margin-top:0;padding-top:0}.settings-resource-page .documents-list-row{grid-template-columns:1fr auto;position:relative}.settings-resource-page .documents-list-row .report-col-check{grid-column:unset;position:absolute;top:14px;right:14px}.settings-resource-page .documents-list-row .documents-code{color:#94a3b8;letter-spacing:.04em;text-transform:uppercase;background:0 0;border:none;border-radius:0;grid-column:1/-1;padding:0;font-size:11px;font-weight:600}.settings-resource-page .documents-list-row .documents-name{grid-column:1/-1;padding-right:36px}.settings-resource-page .documents-list-row .documents-category{grid-column:1/-1}.settings-resource-page .documents-list-row .documents-code:before,.settings-resource-page .documents-list-row .documents-name:before,.settings-resource-page .documents-list-row .documents-category:before,.settings-resource-page .documents-list-row .documents-status-cell:before{display:none}.settings-resource-page .documents-list-row .documents-status-cell{min-height:unset;background:0 0;border:none;border-radius:0;flex-direction:row;grid-column:1;justify-content:flex-start;align-items:center;gap:8px;padding:4px 0 0}.settings-resource-page .documents-list-row .documents-actions{border-top:none;grid-column:2;align-self:flex-end;gap:6px;margin-top:0;padding-top:0}.settings-resource-page .document-groups-row{grid-template-columns:1fr auto;position:relative}.settings-resource-page .document-groups-row .report-col-check{grid-column:unset;position:absolute;top:14px;right:14px}.settings-resource-page .document-groups-row .documents-name{grid-column:1/-1;padding-right:36px}.settings-resource-page .document-groups-row .document-group-summary{grid-column:1/-1;align-items:flex-start}.settings-resource-page .document-groups-row .documents-code,.settings-resource-page .document-groups-row .documents-name:before,.settings-resource-page .document-groups-row .documents-status-cell:before{display:none}.settings-resource-page .document-groups-row .documents-status-cell{min-height:unset;background:0 0;border:none;border-radius:0;flex-direction:row;grid-column:1;justify-content:flex-start;align-items:center;gap:8px;padding:4px 0 0}.settings-resource-page .document-groups-row .documents-actions{border-top:none;grid-column:2;align-self:flex-end;gap:6px;margin-top:0;padding-top:0}.modal-form-grid{grid-template-columns:1fr;gap:14px}.modal-overlay:has(.modal-card--wide){align-items:stretch;padding:0}.modal-card--wide{border-radius:0;flex-direction:column;width:100%;max-width:100%;height:100dvh;max-height:100dvh;display:flex}.modal-card--wide .modal-body{flex:1;overflow-y:auto}.pg-modal-perm-head,.pg-modal-perm-row{grid-template-columns:1fr 68px 68px 68px}.pg-modal-perm-head span{padding:8px 10px}.pg-modal-perm-col-btn{padding:8px 4px;font-size:10px}.pg-modal-perm-module{padding:0 10px;font-size:12px}.sup-page-header{flex-direction:column;align-items:stretch;gap:10px;margin-bottom:14px;display:flex}.sup-header-search{order:3;width:100%}.sup-header-action{order:2;justify-content:stretch}.sup-header-action .button-primary{justify-content:center;width:100%;padding:10px 16px;font-size:14px}.ops-filter-tabs{scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;flex-wrap:nowrap;gap:6px;margin-bottom:0;padding-bottom:2px;overflow-x:auto}.ops-filter-tabs::-webkit-scrollbar{display:none}.ops-filter-tab{scroll-snap-align:start;white-space:nowrap;flex-shrink:0}.ops-filter-toolbar{border-radius:16px;gap:10px;padding:14px}.ops-search-field{border-radius:13px;height:44px;padding:0 12px}.ops-search-field input{font-size:13px}.ops-filter-grid{grid-template-columns:1fr;gap:10px}.ops-filter-field{gap:5px}.ops-filter-field>span{letter-spacing:.04em;font-size:10px}.ops-filter-select-wrap{border-radius:13px;height:44px;padding:0 11px}.ops-filter-select-wrap .app-select-label{font-size:13px}.ops-filter-toolbar-foot{align-items:stretch;gap:10px}.ops-filter-result{font-size:12px;line-height:1.2}.ops-filter-reset{justify-content:center;width:100%;height:42px}.sup-card-content{gap:8px;padding:14px 15px}.sup-card-subject{font-size:13.5px}.sup-card-info-row{flex-direction:column;align-items:flex-start;gap:6px;padding:7px 10px}.sup-card-footer{flex-direction:column;align-items:stretch;gap:10px;margin-top:4px}.sup-card-footer-left{gap:6px}.sup-view-ticket-btn{border-radius:10px;justify-content:center;width:100%;padding:9px 16px;font-size:13.5px}.modal-overlay:has(.sup-ticket-modal){align-items:stretch;padding:0}.sup-ticket-modal{border-radius:0;width:100%;max-width:100%;height:100dvh;max-height:100dvh}.modal-overlay:has(.sup-create-modal){align-items:stretch;padding:0}.sup-create-modal{border-radius:0;width:100%;max-width:100%;height:100dvh;max-height:100dvh}.sup-modal-header{gap:10px;padding:14px 16px 12px}.sup-modal-subject{font-size:14.5px}.sup-modal-metabar{flex-wrap:wrap;gap:4px 6px;padding:8px 14px 10px;overflow-x:visible}.sup-modal-metabar .sup-badge-status,.sup-modal-metabar .sup-badge-priority{flex-shrink:0}.sup-metabar-divider{background:0 0;border:none;width:100%;height:0;margin:0}.sup-metabar-dot{display:inline}.sup-metabar-item{white-space:nowrap;font-size:11px}.sup-metabar-date{margin-left:0}.sup-timeline{gap:10px;padding:14px 12px 10px}.sup-msg{max-width:92%}.sup-modal-footer{padding:10px 12px 14px}.sup-emoji-picker{width:calc(100vw - 32px);left:50%;transform:translate(-50%)}.sup-create-header{gap:10px;padding:16px 16px 14px}.sup-create-header-icon{border-radius:10px;width:36px;height:36px}.sup-create-body{gap:14px;padding:14px 16px}.sup-create-footer{flex-direction:column-reverse;gap:8px;padding:12px 16px 16px}.sup-create-footer .button-primary,.sup-create-footer .page-secondary-action{text-align:center;justify-content:center;width:100%;display:flex}.sup-form-row{flex-direction:column;gap:14px}.sup-event-chip{white-space:nowrap;text-overflow:ellipsis;max-width:calc(100vw - 80px);padding:3px 10px;font-size:10.5px;overflow:hidden}}.sup-header-title-wrap{justify-content:space-between;align-items:center;gap:8px;display:flex}.sup-mobile-search-toggle{display:none}.request-search-clear{cursor:pointer;color:#9ca3af;background:0 0;border:none;border-radius:4px;flex-shrink:0;justify-content:center;align-items:center;padding:3px;line-height:0;display:flex}.request-search-clear:hover{color:#6b7280;background:#f3f4f6}.sup-mobile-filter{display:none}.sup-mobile-filter-select{color:#374151;cursor:pointer;appearance:auto;background:#fff;border:1px solid #e5e7eb;border-radius:10px;width:100%;padding:8px 12px;font-size:14px}.sup-mobile-filter-select.focused{border-color:#0d6b89;box-shadow:0 0 0 3px #0d6b891f}.ap-tab-count--aberto{color:#1d4ed8;background:#dbeafe}.ap-tab-count--em-andamento{color:#b45309;background:#fef3c7}.ap-tab-count--concluido{color:#15803d;background:#dcfce7}.ops-filter-tab--aberto.active{color:#1d4ed8;border-bottom-color:#1d4ed8}.ops-filter-tab--em-andamento.active{color:#b45309;border-bottom-color:#b45309}.ops-filter-tab--concluido.active{color:#15803d;border-bottom-color:#15803d}@media (width<=640px){.assistant-launcher{display:none}.assistant-chat-window{border-radius:22px;width:min(100vw - 24px,420px);height:min(100vh - 104px,720px)}.assistant-chat-head{padding:16px 16px 14px}.assistant-chat-body{padding:10px}.assistant-fab{border-radius:999px;width:42px;height:42px}.assistant-fab-orb{width:35px;height:35px}.ai-chat-main.embedded{border-radius:20px;padding:14px}.ai-chat-hero.embedded{gap:14px}.ai-chat-history-toggle.embedded{justify-content:space-between;width:100%}.sup-header-search{order:4;width:100%;display:flex}.sup-mobile-filter{display:block}.ops-filter-tabs{display:none}}.repo-stats-bar{grid-template-columns:repeat(4,1fr);gap:14px;margin-bottom:24px;display:grid}.repo-stat-card{cursor:pointer;text-align:left;border:1.5px solid #0000;border-radius:16px;align-items:center;gap:14px;padding:18px 20px;transition:transform .15s,box-shadow .15s;display:flex}@media (width>=761px) and (width<=1100px){.ops-filter-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.repo-stat-card:hover{transform:translateY(-2px);box-shadow:0 6px 20px #00000017}.repo-stat-card--total{background:linear-gradient(135deg,#f7fbfc 0%,#fff 100%);border-color:#b8d8e4}.repo-stat-card--total .repo-stat-icon,.repo-stat-card--total .repo-stat-value{color:#005470}.repo-stat-card--active{background:linear-gradient(135deg,#f0fdf4 0%,#fff 100%);border-color:#bbf7d0}.repo-stat-card--active .repo-stat-icon,.repo-stat-card--active .repo-stat-value{color:#15803d}.repo-stat-card--expiring{background:linear-gradient(135deg,#fffbeb 0%,#fff 100%);border-color:#fde68a}.repo-stat-card--expiring .repo-stat-icon,.repo-stat-card--expiring .repo-stat-value{color:#b45309}.repo-stat-card--expired{background:linear-gradient(135deg,#fff1f2 0%,#fff 100%);border-color:#fecdd3}.repo-stat-card--expired .repo-stat-icon,.repo-stat-card--expired .repo-stat-value{color:#b91c1c}.repo-stat-icon{opacity:.85;flex-shrink:0}.repo-stat-text{flex-direction:column;gap:2px;min-width:0;display:flex}.repo-stat-value{letter-spacing:-.03em;font-size:26px;font-weight:800;line-height:1}.repo-stat-label{color:#64748b;white-space:nowrap;font-size:12px;font-weight:500}.repo-panel-search-row{justify-content:center;padding:14px 20px 0;display:flex}.repo-panel-search-row .request-search-wrapper{width:min(100%,420px)}.repo-mobile-primary-action{display:none}.repo-mobile-primary-action-label{display:inline}.repo-mobile-upload-fab,.repo-doc-card-actions--mobile{display:none}.repo-doc-cards{flex-direction:column;gap:10px;padding:16px 20px;display:flex}.repo-doc-card{background:linear-gradient(#fffffffa 0%,#f9fcfdfa 100%);border:1px solid #e5edf2;border-left:4px solid #cbd5e1;border-radius:18px;transition:box-shadow .18s,transform .12s,border-color .18s;overflow:hidden;box-shadow:0 6px 18px #08212d0a}.repo-doc-card:hover{border-color:#0d6b8929;transform:translateY(-2px);box-shadow:0 14px 32px #08212d17}.repo-doc-card--active,.repo-doc-card--expiring,.repo-doc-card--expired,.repo-doc-card--none{border-left-color:var(--primary)}.repo-doc-card-shell{grid-template-columns:minmax(0,1fr);gap:0;display:grid}.repo-doc-card-main{align-items:flex-start;gap:12px;padding:14px 16px 10px;display:flex}.repo-doc-card-icon{border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;width:42px;height:42px;display:flex;box-shadow:inset 0 1px #ffffffb3}.repo-doc-card-info{flex-direction:column;flex:1;gap:4px;min-width:0;display:flex}.repo-doc-card-top{justify-content:space-between;align-items:center;gap:10px;display:flex}.repo-doc-card-title-block{min-width:0}.repo-doc-card-name{color:#102132;letter-spacing:.01em;font-size:14px;font-weight:800;line-height:1.3}.repo-doc-card-desc{color:#6d7d8b;margin:0;font-size:12px;line-height:1.35}.repo-doc-card-chips{flex-wrap:wrap;align-items:center;gap:5px;display:flex}.repo-doc-card-inline-meta{display:none}.repo-doc-inline-group{align-items:flex-start;gap:10px;min-width:0;display:flex}.repo-doc-inline-kicker{color:#8da0b1;letter-spacing:.06em;text-transform:uppercase;flex-shrink:0;align-items:center;gap:5px;min-width:98px;font-size:10px;font-weight:800;display:inline-flex}.repo-doc-inline-text{color:#617387;white-space:nowrap;text-overflow:ellipsis;min-width:0;font-size:12px;line-height:1.35;overflow:hidden}.repo-doc-inline-text strong{color:#142739;font-weight:800}.repo-doc-inline-stack{flex-direction:column;gap:3px;min-width:0;display:flex}.repo-doc-inline-row{color:#617387;white-space:nowrap;font-size:12px;line-height:1.3}.repo-doc-inline-row strong{color:#142739;font-weight:800}.repo-inline-separator{color:#b2c0cb;margin:0 7px}.repo-file-chip{color:#64748b;background:#f1f5f9;border-radius:20px;align-items:center;gap:4px;padding:3px 8px;font-size:11px;font-weight:500;display:none}.repo-dept-chip{color:#6366f1;background:#eef2ff;border-radius:20px;align-items:center;gap:4px;padding:3px 8px;font-size:11px;font-weight:600;display:inline-flex}.repo-doc-card-body{justify-content:flex-end;margin-top:-4px;padding:0 16px 12px;display:flex}.repo-doc-card-details{display:none}.repo-doc-meta-group{background:#fcfeffe6;border:1px solid #e4edf3eb;border-radius:14px;flex-direction:column;gap:4px;min-width:0;padding:10px 12px;display:flex}.repo-doc-meta-group:not(:last-child){border-right:1px solid #e4edf3eb;margin-right:0}.repo-doc-meta-title{text-transform:uppercase;letter-spacing:.06em;color:#94a3b8;align-items:center;gap:5px;margin-bottom:3px;font-size:10px;font-weight:800;display:flex}.repo-doc-meta-row{justify-content:space-between;align-items:baseline;gap:6px;display:flex}.repo-doc-meta-label{color:#8ea0b2;flex-shrink:0;min-width:74px;font-size:11px}.repo-doc-meta-value{color:#314255;text-overflow:ellipsis;white-space:nowrap;text-align:right;font-size:12px;font-weight:700;overflow:hidden}.repo-doc-meta-expiry--active{color:#15803d}.repo-doc-meta-expiry--expiring{color:#b45309;font-weight:700}.repo-doc-meta-expiry--expired{color:#b91c1c;font-weight:700}.repo-doc-meta-expiry--none{color:#64748b}.repo-doc-card-actions{border-left:none;flex-direction:row;flex-shrink:0;justify-content:flex-end;align-self:center;align-items:center;gap:6px;margin-left:0;padding-left:0;display:flex}.repo-doc-action-button.is-active{color:#0d6b89;background:#eef6fbe0;border-color:#0d6b8947}.repo-doc-action-label{display:none}.repo-doc-action-button{color:#355268;background:#ffffffeb;border:1px solid #e6eef3;border-radius:12px;width:38px;min-width:38px;height:38px;padding:0;box-shadow:0 4px 12px #0c24310a}.repo-doc-action-button:hover{color:#0d6b89;background:#f5fbfd;border-color:#0d6b8938}.repo-expiry-badge{white-space:nowrap;border-radius:20px;flex-shrink:0;align-items:center;gap:4px;padding:3px 10px;font-size:11px;font-weight:700;display:inline-flex}.repo-expiry-badge--active{color:#15803d;background:#dcfce7}.repo-expiry-badge--expiring{color:#92400e;background:#fef3c7}.repo-expiry-badge--expired{color:#b91c1c;background:#fee2e2}.repo-expiry-badge--none{color:#475569;background:#f1f5f9}.repo-upload-modal--v2{flex-direction:column;width:min(100%,840px);max-height:90vh;display:flex}.repo-upload-scroll{overscroll-behavior:contain;flex:1;overflow-y:auto}.repo-upload-scroll::-webkit-scrollbar{width:5px}.repo-upload-scroll::-webkit-scrollbar-track{background:0 0}.repo-upload-scroll::-webkit-scrollbar-thumb{background:#e2d5f0;border-radius:10px}.repo-upload-section{margin-top:16px;padding:0 28px}.repo-upload-section-title{text-transform:uppercase;letter-spacing:.07em;color:#607783;border-bottom:1px solid #eaf3f6;align-items:center;gap:7px;margin-bottom:12px;padding-bottom:8px;font-size:11px;font-weight:800;display:flex}.repo-upload-section-grid{grid-template-columns:repeat(3,1fr);gap:14px;display:grid}.repo-upload-modal--v2 .repo-upload-dropzone{margin:20px 28px 0}.repo-upload-modal--v2 .du-feedback{margin:14px 28px 0}.repo-preview-modal{background:#fff;border-radius:22px;flex-direction:column;width:min(100% - 32px,900px);max-height:90vh;display:flex;overflow:hidden;box-shadow:0 24px 80px #0000002e}.repo-preview-modal:not(.repo-document-viewer-modal)>.du-preview-body{display:none}.repo-document-viewer-modal{width:min(100% - 32px,1080px)}.repo-preview-header{border-bottom:1px solid #eef0f4;justify-content:space-between;align-items:flex-start;gap:16px;padding:22px 24px 16px;display:flex}.repo-preview-header-info{flex-direction:column;gap:6px;min-width:0;display:flex}.repo-preview-header-actions{flex-shrink:0;align-items:center;gap:10px;display:flex}.repo-preview-chips{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.repo-preview-title{color:#0f172a;margin:0;font-size:18px;font-weight:800;line-height:1.3}.repo-preview-desc{color:#64748b;margin:0;font-size:13px}.repo-preview-file{color:#94a3b8;margin:0;font-size:12px}.repo-preview-meta-bar{background:#f8fafc;border-bottom:1px solid #eef0f4;grid-template-columns:repeat(7,1fr);gap:0;display:grid}.repo-preview-meta-group{border-right:1px solid #eef0f4;flex-direction:column;gap:3px;padding:12px 16px;display:flex}.repo-preview-meta-group:last-child{border-right:none}.repo-preview-meta-label{text-transform:uppercase;letter-spacing:.06em;color:#94a3b8;font-size:10px;font-weight:700}.repo-preview-meta-value{color:#334155;text-overflow:ellipsis;white-space:nowrap;font-size:13px;font-weight:700;overflow:hidden}.repo-version-chip{color:#0d6b89;letter-spacing:.04em;text-transform:uppercase;background:#eef6fb;border-radius:999px;align-items:center;gap:5px;padding:6px 10px;font-size:11px;font-weight:800;display:inline-flex}.repo-version-history{background:linear-gradient(#f8fafcf5 0%,#fffffffa 100%);border-bottom:1px solid #eef0f4;padding:16px 20px 0}.repo-version-history-header{justify-content:space-between;align-items:center;gap:12px;margin-bottom:12px;display:flex}.repo-version-history-header strong{color:#0f172a;font-size:14px;display:block}.repo-version-history-header span{color:#64748b;margin-top:2px;font-size:12px;display:block}.repo-version-history-list{flex-direction:column;gap:10px;padding-bottom:16px;display:flex}.repo-version-history-row{background:#fff;border:1px solid #e6edf4;border-radius:16px;justify-content:space-between;align-items:center;gap:14px;padding:14px 16px;display:flex}.repo-version-history-row.is-selected{border-color:#0d6b8947;box-shadow:0 0 0 3px #0d6b8914}.repo-version-history-main{flex-direction:column;gap:4px;min-width:0;display:flex}.repo-version-history-top{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.repo-version-current{color:#11804a;text-transform:uppercase;background:#e8f8ee;border-radius:999px;align-items:center;padding:5px 9px;font-size:11px;font-weight:800;display:inline-flex}.repo-version-history-main strong{color:#0f172a;font-size:14px}.repo-version-history-main span{color:#64748b;font-size:12px}.repo-version-history-main p{color:#334155;margin:0;font-size:12px;line-height:1.45}.repo-version-history-actions{flex-shrink:0;align-items:center;gap:8px;display:flex}.repo-card-history{background:linear-gradient(#f8fafce6 0%,#fffffffa 100%);border-top:1px solid #eef3f7;padding:0 18px 16px}.repo-card-history-head{justify-content:space-between;align-items:center;gap:12px;padding:14px 0 10px;display:flex}.repo-card-history-head strong{color:#0f172a;font-size:14px}.repo-card-history-head span{color:#64748b;font-size:12px}.repo-card-history-list{flex-direction:column;gap:10px;display:flex}.repo-card-history-row{background:#fff;border:1px solid #e8eef4;border-radius:16px;justify-content:space-between;align-items:center;gap:14px;padding:14px;display:flex}.repo-card-history-row.is-current{border-color:#0d6b8938;box-shadow:0 0 0 2px #0d6b890f}.repo-card-history-main{flex-direction:column;gap:4px;min-width:0;display:flex}.repo-card-history-top{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.repo-card-history-main strong{color:#0f172a;font-size:14px}.repo-card-history-main span{color:#64748b;font-size:12px}.repo-card-history-main p{color:#334155;margin:0;font-size:12px;line-height:1.45}.repo-card-history-actions{flex-shrink:0;align-items:center;gap:8px;display:flex}.repo-confirm-btn{color:#3d5a63;cursor:pointer;white-space:nowrap;background:#f6f9fa;border:1px solid #d1dde2;border-radius:6px;align-items:center;gap:5px;padding:5px 10px;font-size:12px;font-weight:500;transition:background .15s,border-color .15s,color .15s;display:inline-flex}.repo-confirm-btn:hover{background:#e6f2f5;border-color:#82b1be}.repo-confirm-btn--danger{color:#b91c1c;background:#fff5f5;border-color:#fca5a5}.repo-confirm-btn--danger:hover{background:#fee2e2;border-color:#ef4444}@media (width<=960px){.repo-stats-bar,.repo-upload-section-grid{grid-template-columns:repeat(2,1fr)}.repo-preview-meta-bar{grid-template-columns:repeat(4,1fr)}.repo-preview-meta-group:nth-child(4){border-right:none}.repo-preview-meta-group:nth-child(5),.repo-preview-meta-group:nth-child(6),.repo-preview-meta-group:nth-child(7){border-top:1px solid #eef0f4}.repo-version-history-row{flex-direction:column;align-items:stretch}.repo-version-history-actions{justify-content:flex-end}.repo-card-history-head,.repo-card-history-row{flex-direction:column;align-items:stretch}.repo-card-history-actions{justify-content:flex-end}}@media (width<=640px){:is(.modal-overlay:has(.repo-upload-modal--v2),.modal-overlay:has(.repo-preview-modal)){-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#09111870;justify-content:stretch;align-items:stretch;padding:0}.repo-stats-bar{grid-template-columns:repeat(2,1fr);gap:10px;margin-bottom:16px}.repo-stat-card{gap:10px;padding:14px}.repo-stat-value{font-size:22px}.repo-panel-search-row{flex-direction:row;align-items:center;gap:10px;padding:12px 14px 0}.repo-panel-search-row .request-search-wrapper{flex:1;width:100%}.repo-mobile-primary-action,.repo-mobile-primary-action-label{display:none}.repo-mobile-upload-fab{color:#fff;cursor:pointer;background:linear-gradient(135deg,#0d6b89 0%,#0a5470 100%);border:none;border-radius:14px;justify-content:center;align-items:center;gap:8px;width:100%;height:46px;margin-top:2px;font-size:.875rem;font-weight:600;display:flex;box-shadow:0 4px 16px #0d6b8947}.repo-doc-mobile-dots{color:#9ab0ba;cursor:pointer;background:0 0;border:none;border-radius:10px;justify-content:center;align-items:center;width:36px;height:36px;transition:color .12s;display:flex}.repo-doc-mobile-dots.active,.repo-doc-mobile-dots:hover{color:#173740}.repo-doc-mobile-menu{background:#fff;border:1px solid #d5e5eb;border-radius:14px;flex-direction:column;min-width:175px;padding:5px;display:flex;box-shadow:0 8px 32px #00506e29,0 2px 8px #00506e0f}.repo-doc-mobile-menu button{text-align:left;color:#1a3d48;cursor:pointer;background:0 0;border:none;border-radius:9px;align-items:center;gap:9px;width:100%;padding:9px 12px;font-size:.84rem;transition:background .1s;display:flex}.repo-doc-mobile-menu button:hover{background:#f0f7fa}.repo-doc-mobile-menu--danger{color:#b83232!important}.repo-doc-mobile-menu--danger:hover{background:#fdf3f3!important}.repo-mobile-category-select{margin-bottom:16px;display:block}.repo-mobile-category-field{flex-direction:column;gap:8px;display:flex}.repo-mobile-category-label{color:#607783;letter-spacing:.08em;text-transform:uppercase;font-size:11px;font-weight:800}.repo-mobile-category-input{color:#18313a;background:#fff;border:1px solid #dce8ee;border-radius:16px;outline:none;width:100%;min-height:50px;padding:0 14px;font-size:14px;font-weight:600;box-shadow:0 10px 24px #0a303c0d}.repo-mobile-category-input:focus,.repo-mobile-category-input.focused{border-color:#00547047;box-shadow:0 0 0 4px #00547014}.repo-categories{display:none}.repo-doc-cards{gap:12px;padding:10px 12px}.repo-doc-card{border-left-width:3px;border-radius:20px;position:relative}.repo-doc-card-main{flex-direction:column;gap:10px;padding:14px 14px 12px}.repo-doc-card-icon{border-radius:14px;width:42px;height:42px}.repo-doc-card-top{flex-direction:column;align-items:flex-start;gap:8px}.repo-doc-card-name{font-size:14px}.repo-expiry-badge,.repo-doc-card-desc{display:none}.repo-dept-chip,.repo-file-chip{font-size:12px;display:none}.repo-doc-card-chips{gap:8px}.repo-doc-card-body{padding:0}.repo-doc-card-details{display:none}.repo-doc-meta-group{background:#fbfdfe;border:1px solid #edf2f5;border-radius:14px;padding:12px}.repo-doc-meta-group:last-of-type{padding-bottom:12px}.repo-doc-card-actions{border-top:1px solid #f1f5f9;border-left:none;grid-template-columns:repeat(2,minmax(0,1fr));justify-content:stretch;gap:8px;width:100%;margin-left:0;padding-top:12px;padding-left:0;display:grid}.repo-doc-card-actions--desktop{display:none!important}.repo-doc-card-actions--mobile{display:flex;position:absolute;top:14px;right:14px}.repo-doc-card-inline-meta{gap:8px}.repo-doc-inline-group{flex-direction:column;align-items:flex-start;gap:4px}.repo-doc-inline-kicker{min-width:0}.repo-doc-inline-text,.repo-doc-inline-row{white-space:normal;text-overflow:clip;overflow:visible}.repo-doc-action-button{background:#f8fbfc;border:1px solid #e8f1f4;border-radius:12px;justify-content:center;gap:6px;width:100%;height:40px}.repo-doc-action-label{font-size:12px;font-weight:700;display:inline}.repo-doc-meta-label{min-width:84px}.repo-upload-section-grid{grid-template-columns:1fr}.repo-upload-form{grid-template-columns:1fr;gap:14px}.repo-upload-modal--v2,.repo-preview-modal{-webkit-overflow-scrolling:touch;background:linear-gradient(#fbfdff 0%,#f5f9fb 100%);border:none;border-radius:0;width:100%;max-width:none;height:100dvh;max-height:100dvh;overflow-y:auto}.repo-upload-header,.repo-preview-header{z-index:2;padding:calc(14px + env(safe-area-inset-top,0px)) 14px 12px;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#fffffff0;border-bottom:1px solid #e2ebf0e0;position:sticky;top:0}.repo-upload-header .modal-title,.repo-preview-title{font-size:1.05rem;line-height:1.25}.repo-upload-header .modal-description,.repo-preview-desc{font-size:12px;line-height:1.5}.repo-upload-scroll,.du-preview-body{flex:1;min-height:0}.repo-preview-header-info{gap:8px}.repo-preview-chips{gap:6px}.repo-preview-header-actions .documents-icon-button,.repo-preview-header-actions .modal-close-button{background:#f5fafcf5;border:1px solid #e2ebf0e6;border-radius:14px;width:40px;height:40px;box-shadow:0 6px 16px #0c24310d}.repo-upload-section{padding:0 16px}.repo-upload-modal--v2 .repo-upload-dropzone{margin:16px 16px 0}.repo-upload-modal--v2 .du-feedback{margin:12px 16px 0}.repo-upload-actions{padding:12px 16px calc(16px + var(--safe-bottom));z-index:2;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#fffffffa;justify-content:stretch;margin-top:0;position:sticky;bottom:0}.repo-upload-actions .button-secondary,.repo-upload-actions .button-primary{flex:1}.repo-preview-header-actions{gap:8px}.repo-preview-file,.repo-preview-desc{display:none}.repo-preview-meta-bar{background:0 0;border-bottom:none;order:1;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;padding:12px}.repo-preview-meta-group{background:#ffffffeb;border:1px solid #e1eaeff0;border-radius:16px;min-width:0;padding:10px 11px;box-shadow:0 6px 18px #08212d0a}.repo-preview-meta-group:last-child,.repo-preview-meta-group:nth-child(3){border-right:1px solid #e1eaeff0}.repo-preview-meta-group:nth-child(-n+4){grid-column:1/-1}.repo-preview-meta-group:nth-child(5),.repo-preview-meta-group:nth-child(6),.repo-preview-meta-group:nth-child(7){grid-column:span 1}.repo-preview-meta-value{white-space:normal;line-height:1.35}.repo-version-history{margin:2px 12px 12px;margin-bottom:calc(18px + var(--safe-bottom));background:#ffffffe6;border:1px solid #e1eaeff0;border-radius:20px;order:2;padding:14px 12px 0;box-shadow:0 12px 28px #08212d0d}.repo-version-history-header{margin-bottom:12px}.repo-version-history-list{max-height:none;padding-bottom:16px;overflow:visible}.repo-version-history-row{box-shadow:none;border-color:#e2ebf0eb;border-radius:14px;align-items:stretch;gap:10px;padding:12px}.repo-version-history-actions{grid-template-columns:repeat(2,minmax(0,1fr));display:grid}.repo-version-history-main strong{white-space:normal;word-break:break-word;font-size:13px;line-height:1.35}.repo-version-history-main span,.repo-version-history-main p{white-space:normal;word-break:break-word;font-size:11.5px;line-height:1.45}.repo-version-history-actions .repo-doc-action-button{border-radius:12px;width:100%;min-width:0;height:42px}.repo-card-history{padding:0 14px 14px}.repo-card-history-row{border-radius:14px;padding:12px}.repo-card-history-actions{grid-template-columns:repeat(2,minmax(0,1fr));display:grid}.du-preview-body{padding:12px}.du-preview-iframe,.du-preview-img{border-radius:14px;height:100%;max-height:none}}@media (width<=760px){.dash-status-card-wrap,.dash-charts-stack{display:none}.dash-mobile-metrics-carousel-section{margin-bottom:16px;display:block}.dash-mobile-metrics-carousel{scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;gap:10px;padding-bottom:4px;padding-right:4px;display:flex;overflow-x:auto}.dash-mobile-metrics-carousel::-webkit-scrollbar{display:none}.dash-mob-metric-card{scroll-snap-align:start;text-align:left;cursor:pointer;background:#fff;border:1px solid #00547012;border-radius:18px;flex-direction:column;flex:0 0 158px;gap:3px;padding:14px;transition:transform .15s,box-shadow .15s;display:flex;box-shadow:0 2px 14px #00547017}.dash-mob-metric-card:active{transform:scale(.97);box-shadow:0 1px 6px #0054701f}.dash-mob-metric-icon{border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;margin-bottom:10px;display:flex}.dash-mob-metric-icon--teal{color:#005470;background:#0054701a}.dash-mob-metric-icon--red{color:#dc2626;background:#dc26261a}.dash-mob-metric-icon--amber{color:#d97706;background:#d977061a}.dash-mob-metric-icon--blue{color:#2563eb;background:#2563eb1a}.dash-mob-metric-icon--purple{color:#6d28d9;background:#6d28d91a}.dash-mob-metric-name{color:#6b7280;font-size:.72rem;font-weight:600;line-height:1.3}.dash-mob-metric-sub{color:#9ca3af;margin-bottom:6px;font-size:.68rem;font-weight:400}.dash-mob-metric-value{color:#132b39;letter-spacing:-.04em;margin-top:auto;font-size:2rem;font-weight:800;line-height:1}.dash-mob-metric-value--alert{color:#dc2626}.dash-mob-metric-value--warn{color:#d97706}.dash-bottom-card .dashboard-panel-header{flex-direction:row;justify-content:space-between;align-items:center;margin-bottom:14px}.dash-bottom-card .dashboard-panel-title{letter-spacing:-.01em;font-size:.9rem;line-height:1.3}.dash-bottom-card-btn{border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;padding:0;display:inline-flex}.dash-bottom-btn-text{display:none}.dash-mobile-charts-section{flex-direction:column;gap:14px;margin-bottom:16px;display:flex}.dash-mobile-chart-card{background:#fff;border:1px solid #0054700f;border-radius:18px;padding:16px 16px 12px;box-shadow:0 2px 12px #00547012}.dash-mobile-chart-head{justify-content:space-between;align-items:flex-start;gap:8px;margin-bottom:12px;display:flex}.dash-mobile-chart-title{color:#132b39;letter-spacing:-.02em;margin:0;font-size:.95rem;font-weight:700}.dash-mobile-chart-btn{flex-shrink:0;padding:5px 10px;font-size:.75rem}.dash-mobile-chart-stats-row{gap:16px;margin-bottom:10px;display:flex}.dash-mobile-chart-stat{flex-direction:column;gap:1px;display:flex}.dash-mobile-chart-stat strong{color:#244552;font-size:1.1rem;font-weight:800;line-height:1}.dash-mobile-chart-stat small{color:#9ca3af;font-size:.7rem;font-weight:500}.dash-mobile-chart-stat--green strong{color:#16a34a}.dash-mobile-chart-stat--teal strong{color:#005470}.dash-mobile-chart-stat--amber strong{color:#d97706}.dash-mobile-chart-stat--red strong{color:#dc2626}.dash-mobile-rate-section{flex-direction:column;gap:12px;margin-bottom:16px;display:flex}.dash-mobile-rate-card{background:#fff;border:1px solid #0054700f;border-radius:18px;flex-direction:column;gap:8px;padding:16px;display:flex;box-shadow:0 2px 12px #00547012}.dash-mobile-rate-head{align-items:center;gap:10px;display:flex}.dash-mobile-rate-icon{color:#fff;border-radius:9px;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;display:flex}.dash-mobile-rate-icon--teal{background:#005470}.dash-mobile-rate-icon--green{background:#16a34a}.dash-mobile-rate-label{color:#132b39;letter-spacing:-.01em;flex:1;font-size:.92rem;font-weight:700}.dash-mobile-rate-chevron{color:#9ca3af;cursor:pointer;flex-shrink:0}.dash-mobile-rate-amounts{justify-content:space-between;align-items:baseline;gap:8px;display:flex}.dash-mobile-rate-current{color:#132b39;letter-spacing:-.02em;font-size:1.05rem;font-weight:800}.dash-mobile-rate-max{color:#9ca3af;font-size:.8rem;font-weight:500}.dash-mobile-rate-context{color:#6b7280;margin-top:-2px;font-size:.78rem;font-weight:500}.dash-mobile-rate-bar-track{background:#f1f5f9;border-radius:99px;height:7px;overflow:hidden}.dash-mobile-rate-bar-fill{border-radius:99px;height:100%;transition:width .6s}.dash-mobile-rate-bar-fill--teal{background:linear-gradient(90deg,#005470,#0d8aab)}.dash-mobile-rate-bar-fill--green{background:linear-gradient(90deg,#16a34a,#22c55e)}.dash-mobile-rate-footer{justify-content:flex-end;align-items:center;margin-top:-2px;display:flex}.dash-mobile-rate-footer strong{color:#244552;font-size:.9rem;font-weight:800}}:root{--mobile-radius:16px;--mobile-radius-sm:10px;--mobile-card-shadow:0 2px 16px #00547017;--mobile-spacing:16px;--mobile-bottom-nav-height:64px;--mobile-header-height:56px;--mobile-safe-bottom:env(safe-area-inset-bottom,0px);--mobile-safe-top:env(safe-area-inset-top,0px)}.mobile-app-layout{background:var(--bg-color);flex-direction:column;height:100dvh;display:flex;position:relative;overflow:hidden}.mobile-app-main{flex:1;min-height:0;position:relative;overflow:hidden}.mobile-app-page{-webkit-overflow-scrolling:touch;padding-bottom:calc(var(--mobile-bottom-nav-height) + var(--mobile-safe-bottom) + 12px);position:absolute;inset:0;overflow:hidden auto}.mobile-header{height:calc(var(--mobile-header-height) + var(--mobile-safe-top));padding-top:var(--mobile-safe-top);padding-left:var(--mobile-spacing);padding-right:var(--mobile-spacing);-webkit-backdrop-filter:blur(20px);z-index:100;background:#ffffffeb;border-bottom:1px solid #0054700f;flex-shrink:0;align-items:center;gap:12px;padding-bottom:0;display:flex;position:sticky;top:0;box-shadow:0 4px 20px #0054700d}.mobile-header-logo{object-fit:contain;flex-shrink:0;width:auto;height:28px}.mobile-header-actions{align-items:center;gap:8px;margin-left:auto;display:flex}.mobile-header-back{border-radius:var(--mobile-radius-sm);width:38px;height:38px;color:var(--primary);cursor:pointer;background:#00547012;border:none;flex-shrink:0;justify-content:center;align-items:center;transition:background .15s;display:flex}.mobile-header-back:active{background:#00547024}.mobile-header-title{color:var(--text-primary);letter-spacing:-.02em;text-align:center;white-space:nowrap;text-overflow:ellipsis;flex:1;font-family:Manrope,sans-serif;font-size:clamp(15px,4vw,18px);font-weight:800;overflow:hidden}.mobile-header-spacer{flex-shrink:0;width:38px}.mobile-bottom-nav{height:calc(var(--mobile-bottom-nav-height) + var(--mobile-safe-bottom));padding-bottom:var(--mobile-safe-bottom);-webkit-backdrop-filter:blur(20px);z-index:200;background:#ffffffed;border-top:1px solid #00547012;grid-template-columns:1fr 1fr auto 1fr 1fr;align-items:stretch;display:grid;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -6px 24px #0054700f}.mobile-bottom-nav-item{cursor:pointer;color:var(--text-secondary);-webkit-tap-highlight-color:transparent;background:0 0;border:none;flex-direction:column;justify-content:center;align-items:center;gap:3px;min-height:56px;padding:8px 4px;transition:color .18s;display:flex;position:relative}.mobile-bottom-nav-item.active{color:var(--primary)}.mobile-bottom-nav-icon{border-radius:var(--mobile-radius-sm);justify-content:center;align-items:center;width:40px;height:32px;transition:background .18s;display:flex}.mobile-bottom-nav-item.active .mobile-bottom-nav-icon{background:#00547017}.mobile-bottom-nav-label{letter-spacing:.01em;white-space:nowrap;font-size:10px;font-weight:600;line-height:1}.mobile-bottom-nav-item.primary{color:var(--primary)}.mobile-bottom-nav-item.primary .mobile-bottom-nav-icon{color:#fff;background:linear-gradient(160deg,#0e607c 0%,#09485f 100%);border-radius:14px;width:52px;height:40px;box-shadow:0 8px 22px #0054704d}.mobile-bottom-nav-item.primary.active .mobile-bottom-nav-icon{box-shadow:0 8px 28px #00547066}.mobile-table-list{padding:var(--mobile-spacing);flex-direction:column;gap:10px;display:flex}.mobile-table-card{background:var(--surface-color);border-radius:var(--mobile-radius);box-shadow:var(--mobile-card-shadow);cursor:pointer;-webkit-tap-highlight-color:transparent;border:1px solid #0054700f;padding:16px;transition:transform .14s,box-shadow .14s}.mobile-table-card:active{transform:scale(.982);box-shadow:0 1px 8px #00000012}.mobile-table-card-primary{color:var(--text-primary);margin-bottom:10px;font-size:15px;font-weight:600;line-height:1.3}.mobile-table-card-field{border-top:1px solid #0054700a;justify-content:space-between;align-items:center;gap:12px;padding:4px 0;display:flex}.mobile-table-card-field:first-of-type{border-top:none;margin-top:2px}.mobile-table-card-label{color:var(--text-secondary);white-space:nowrap;flex-shrink:0;font-size:12px}.mobile-table-card-value{color:var(--text-primary);text-align:right;white-space:nowrap;text-overflow:ellipsis;font-size:13px;font-weight:500;overflow:hidden}.mobile-table-empty{color:var(--text-secondary);text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:8px;padding:56px 24px;font-size:14px;display:flex}.mobile-form-field{flex-direction:column;gap:6px;display:flex}.mobile-form-label{color:var(--text-primary);align-items:center;gap:4px;font-size:13px;font-weight:600;line-height:1;display:flex}.mobile-form-required{color:#e53935;font-size:14px;line-height:1}.mobile-form-control input,.mobile-form-control select,.mobile-form-control textarea{border-radius:var(--mobile-radius-sm);border:1.5px solid var(--border-color);width:100%;min-height:48px;color:var(--text-primary);background:var(--surface-color);-webkit-tap-highlight-color:transparent;appearance:none;outline:none;padding:12px 14px;font-size:15px;transition:border-color .16s,box-shadow .16s}.mobile-form-control input:focus,.mobile-form-control select:focus,.mobile-form-control textarea:focus{border-color:var(--primary);box-shadow:0 0 0 3px #0054701a}.mobile-form-field.has-error .mobile-form-control input,.mobile-form-field.has-error .mobile-form-control select,.mobile-form-field.has-error .mobile-form-control textarea{border-color:#e53935;box-shadow:0 0 0 3px #e539351a}.mobile-form-hint{color:var(--text-secondary);font-size:12px;line-height:1.4}.mobile-form-error{color:#e53935;font-size:12px;font-weight:500;line-height:1.4}.mobile-dialog-backdrop{z-index:300;-webkit-tap-highlight-color:transparent;background:#0a1e287a;position:fixed;inset:0}.mobile-dialog-sheet{z-index:301;background:var(--surface-color);max-height:90dvh;padding-bottom:var(--mobile-safe-bottom);border-radius:20px 20px 0 0;flex-direction:column;display:flex;position:fixed;bottom:0;left:0;right:0;overflow:hidden;box-shadow:0 -8px 40px #00547024}.mobile-dialog-sheet:before{content:"";background:#00547024;border-radius:2px;flex-shrink:0;width:36px;height:4px;margin:12px auto 4px;display:block}.mobile-dialog-header{border-bottom:1px solid var(--border-color);flex-shrink:0;justify-content:space-between;align-items:center;gap:12px;padding:10px 20px 14px;display:flex}.mobile-dialog-title{color:var(--text-primary);letter-spacing:-.02em;font-family:Manrope,sans-serif;font-size:16px;font-weight:800}.mobile-dialog-close{width:32px;height:32px;color:var(--text-secondary);cursor:pointer;background:#0054700f;border:none;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;transition:background .14s;display:flex}.mobile-dialog-close:active{background:#0054701f}.mobile-dialog-body{-webkit-overflow-scrolling:touch;flex:1;padding:16px 20px;overflow-y:auto}.mobile-dialog-footer{padding:12px 20px;padding-bottom:calc(12px + var(--mobile-safe-bottom));border-top:1px solid var(--border-color);flex-direction:column;flex-shrink:0;gap:8px;display:flex}.mobile-dropdown-list{-webkit-overflow-scrolling:touch;overflow-y:auto}.mobile-dropdown-option{cursor:pointer;text-align:left;-webkit-tap-highlight-color:transparent;background:0 0;border:none;border-bottom:1px solid #0054700a;justify-content:space-between;align-items:center;gap:12px;width:100%;padding:15px 20px;transition:background .12s;display:flex}.mobile-dropdown-option:active{background:#0054700a}.mobile-dropdown-option.selected{color:var(--primary)}.mobile-dropdown-option-text{color:inherit;flex-direction:column;gap:2px;font-size:15px;font-weight:500;display:flex}.mobile-dropdown-option.selected .mobile-dropdown-option-text{font-weight:600}.mobile-dropdown-option-desc{color:var(--text-secondary);font-size:12px;font-weight:400}.olly-bot-icon{--olly-bot-size:512px;width:var(--olly-bot-size);min-width:var(--olly-bot-size);aspect-ratio:1;flex-shrink:0;display:inline-flex}.olly-bot-icon__svg{width:100%;height:100%;display:block;overflow:visible}.olly-bot-icon__ring,.olly-bot-icon__swirl{transform-origin:50%;transform-box:fill-box;animation:8s ease-in-out infinite ollyBotBackdropDrift}.olly-bot-icon__robot{transform-origin:50%;transform-box:fill-box;animation:5.6s ease-in-out infinite ollyBotFloat}.olly-bot-icon__eye{animation:3.3s ease-in-out infinite ollyBotEyeGlow}.olly-bot-icon__badge{transform-origin:50%;transform-box:fill-box;animation:4.4s ease-in-out infinite ollyBotBadgeBob}.assistant-fab-orb .olly-bot-icon{--olly-bot-size:45px;filter:drop-shadow(0 12px 22px #0000003d)}@keyframes ollyBotFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-4px)}}@keyframes ollyBotBackdropDrift{0%,to{opacity:.9;transform:translateY(0)scale(1)}50%{opacity:1;transform:translateY(-2px)scale(1.01)}}@keyframes ollyBotEyeGlow{0%,to{filter:drop-shadow(0 0 #26dfff24)drop-shadow(0 0 #82fbff14)}50%{filter:drop-shadow(0 0 8px #26dfff7a)drop-shadow(0 0 14px #82fbff57)}}@keyframes ollyBotBadgeBob{0%,to{transform:translate(0)rotate(0)}50%{transform:translate(-2px,-4px)rotate(-4deg)}}@media (width<=640px){.assistant-fab-orb .olly-bot-icon{--olly-bot-size:41px}}@media (prefers-reduced-motion:reduce){.olly-bot-icon__ring,.olly-bot-icon__swirl,.olly-bot-icon__robot,.olly-bot-icon__eye,.olly-bot-icon__badge{animation:none!important}}
