@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=JetBrains+Mono:wght@400;500&display=swap";
:root{--background:#f5f7fb;--foreground:#0f172a;--card:#fff;--card-border:#dbe3ef;--card-foreground:#0f172a;--primary:#2563eb;--primary-foreground:#fff;--secondary:#f1f5f9;--secondary-foreground:#1e293b;--muted:#f1f5f9;--muted-foreground:#64748b;--accent:#0284c7;--accent-foreground:#fff;--destructive:#ef4444;--destructive-foreground:#fff;--success:#10b981;--warning:#f59e0b;--danger:#ef4444;--border:#dbe3ef;--input:#fff;--ring:#2563eb;--card-hover:#f1f5f9;--radius:.875rem}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--background);color:var(--foreground);-webkit-font-smoothing:antialiased;min-height:100vh;font-family:Inter,sans-serif;line-height:1.5}h1,h2,h3,h4,h5,h6{font-weight:600;line-height:1.2}.mono{font-family:JetBrains Mono,monospace}a{color:var(--primary);text-decoration:none}a:hover{text-decoration:underline}button,input,select,textarea{font-family:inherit}button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible,summary:focus-visible{outline-offset:2px;outline:3px solid #2563eb47}.glass{background:var(--card);-webkit-backdrop-filter:blur(12px);border:1px solid var(--card-border);border-radius:var(--radius)}.container{flex:1;width:100%;padding:2rem}.btn{cursor:pointer;border:none;border-radius:.5rem;justify-content:center;align-items:center;padding:.5rem 1rem;font-weight:500;transition:all .2s;display:inline-flex}.btn-primary{background-color:var(--primary);color:var(--primary-foreground)}.btn-primary:hover{background-color:var(--accent)}.btn-secondary{background-color:var(--secondary);color:var(--secondary-foreground);border:1px solid var(--border)}.btn-secondary:hover{background-color:var(--card-hover)}.btn-outline{border:1px solid var(--border);color:var(--foreground);background-color:#0000}.btn-outline:hover{background-color:var(--secondary)}.form-group{margin-bottom:1rem}.form-label{color:var(--foreground);margin-bottom:.5rem;font-size:.875rem;font-weight:500;display:block}.form-input{background-color:var(--input);border:1px solid var(--border);width:100%;color:var(--foreground);border-radius:.5rem;padding:.5rem .75rem;transition:border-color .2s,box-shadow .2s}.form-input:focus{border-color:var(--ring);outline:none;box-shadow:0 0 0 2px #3b82f633}.card{background:var(--card);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid var(--card-border);border-radius:var(--radius);padding:1.5rem;box-shadow:0 1px 2px #0f172a0a,0 8px 24px #0f172a09}.card-header{margin-bottom:1rem}.card-title{font-size:1.25rem;font-weight:600}.text-success{color:var(--success)}.text-warning{color:var(--warning)}.text-danger{color:var(--danger)}.text-muted{color:var(--muted-foreground)}.bg-success{background-color:var(--success)}.bg-warning{background-color:var(--warning)}.bg-danger{background-color:var(--danger)}.flex{display:flex}.items-center{align-items:center}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-1{gap:.25rem}.gap-1\.5{gap:.375rem}.gap-2{gap:.5rem}.gap-4{gap:1rem}.flex-wrap{flex-wrap:wrap}.items-baseline{align-items:baseline}.space-y-2>*+*{margin-top:.5rem}.space-y-3>*+*{margin-top:.75rem}.space-y-4>*+*{margin-top:1rem}.space-y-6>*+*{margin-top:1.5rem}.grid{display:grid}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}@media (min-width:768px){.md\:flex-row{flex-direction:row}.md\:items-center{align-items:center}.md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.md\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.md\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.md\:col-span-1{grid-column:span 1/span 1}.md\:col-span-3{grid-column:span 3/span 3}}@media (min-width:1024px){.lg\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}}@keyframes pulse{0%{box-shadow:0 0 0 0 rgba(var(--pulse-color), .7);transform:scale(.95)}70%{box-shadow:0 0 0 6px rgba(var(--pulse-color), 0);transform:scale(1)}to{box-shadow:0 0 0 0 rgba(var(--pulse-color), 0);transform:scale(.95)}}.status-dot{border-radius:50%;width:12px;height:12px;display:inline-block}.status-dot.green{background-color:var(--success);--pulse-color:16, 185, 129;animation:2s infinite pulse}.status-dot.amber{background-color:var(--warning);--pulse-color:245, 158, 11;animation:2s infinite pulse}.status-dot.red{background-color:var(--danger);--pulse-color:239, 68, 68;animation:2s infinite pulse}.app-layout{min-height:100vh;display:flex}.sidebar{z-index:30;border-right:1px solid var(--card-border);background:#fff;flex:0 0 264px;width:264px;height:100vh;position:sticky;top:0;box-shadow:4px 0 18px #0f172a06}.sidebar-panel{background:#fff;flex-direction:column;width:100%;height:100%;display:flex;overflow:hidden}.mobile-sidebar-bar,.sidebar-scrim,.sidebar-close{display:none}.sidebar-header{border-bottom:1px solid #edf1f6;padding:20px 18px 16px}.sidebar-brand-row{justify-content:space-between;align-items:center;display:flex}.sidebar-brand,.mobile-brand{color:var(--foreground);align-items:center;gap:11px;text-decoration:none;display:flex}.sidebar-brand:hover,.mobile-brand:hover{text-decoration:none}.sidebar-brand>span:last-child,.mobile-brand>span:last-child{flex-direction:column;min-width:0;display:flex}.brand-mark{color:#fff;letter-spacing:-.03em;background:linear-gradient(145deg,#2563eb,#1d4ed8);border-radius:11px;flex:none;place-items:center;width:38px;height:38px;font-size:13px;font-weight:800;display:grid;box-shadow:0 6px 14px #2563eb38}.logo{color:var(--foreground);letter-spacing:-.02em;font-size:16px;font-weight:750}.sidebar-brand small,.mobile-brand small{color:var(--muted-foreground);letter-spacing:.055em;text-transform:uppercase;margin-top:1px;font-size:9px;font-weight:650;line-height:1.25}.environment-pill{color:#475569;letter-spacing:.025em;background:#f8fbff;border:1px solid #dbeafe;border-radius:999px;align-items:center;gap:6px;margin-top:13px;padding:4px 8px;font-size:9px;font-weight:700;display:inline-flex}.environment-pill>span,.header-poc-badge>span{background:var(--success);border-radius:50%;width:6px;height:6px;box-shadow:0 0 0 3px #10b9811f}.workspace-switcher{padding:15px 12px 10px}.sidebar-section-label{color:#94a3b8;letter-spacing:.11em;text-transform:uppercase;padding:0 9px;font-size:9px;font-weight:800}.workspace-list{flex-direction:column;gap:5px;margin-top:7px;display:flex}.workspace-link,.sidebar-action{color:#334155;border:1px solid #0000;border-radius:10px;grid-template-columns:34px minmax(0,1fr) auto;align-items:center;gap:9px;padding:8px 9px;text-decoration:none;display:grid}.workspace-link:hover,.sidebar-action:hover{background:#f8fbff;border-color:#dbeafe;text-decoration:none}.workspace-link.is-active{color:#1d4ed8;background:#eff6ff;border-color:#bfdbfe}.workspace-icon{color:#475569;background:#eef2f7;border-radius:9px;place-items:center;width:34px;height:34px;display:grid}.workspace-link.is-active .workspace-icon{color:#1d4ed8;background:#dbeafe}.workspace-link>span:nth-child(2),.sidebar-action>span:nth-child(2){flex-direction:column;min-width:0;display:flex}.workspace-link strong,.sidebar-action strong{text-overflow:ellipsis;white-space:nowrap;font-size:11px;font-weight:750;line-height:1.3;overflow:hidden}.workspace-link small,.sidebar-action small{color:#64748b;text-overflow:ellipsis;white-space:nowrap;margin-top:2px;font-size:9px;line-height:1.3;overflow:hidden}.workspace-state{color:#047857;text-transform:uppercase;background:#dcfce7;border-radius:999px;padding:3px 6px;font-size:8px;font-weight:800}.sidebar-nav{scrollbar-width:thin;scrollbar-color:#dbe3ef transparent;flex-direction:column;flex:1;gap:4px;min-height:0;padding:8px 12px 14px;display:flex;overflow-y:auto}.nav-item{color:#334155;border:1px solid #0000;border-radius:9px;align-items:center;gap:10px;min-height:40px;padding:9px 10px;font-size:12px;font-weight:600;transition:background-color .15s,border-color .15s,color .15s;display:flex}.nav-item:hover{background:#f8fafc;border-color:#e2e8f0;text-decoration:none}.nav-item.is-active{color:#1d4ed8;background:#eff6ff;border-color:#dbeafe;box-shadow:inset 3px 0 #2563eb}.nav-subitem{color:#64748b;min-height:34px;margin:-1px 0 3px 28px;padding-block:6px;font-size:11px}.nav-subitem.is-active{box-shadow:none}.sidebar-nav>.sidebar-section-label{margin:9px 0 3px}.sidebar-nav-spacer{flex:1 0 14px}.sidebar-action{background:#f8fafc;border-color:#e2e8f0;min-height:50px}.sidebar-action.is-active{background:#eff6ff;border-color:#bfdbfe}.nav-utility{color:#64748b;min-height:35px;font-size:11px}.nav-divider{background:#edf1f6;flex:none;height:1px;margin:8px 0}.main-content{flex-direction:column;flex:1;min-width:0;height:100vh;display:flex;overflow-y:auto}.top-header{border-bottom:1px solid var(--card-border);z-index:20;-webkit-backdrop-filter:blur(14px);background:#fffffff0;justify-content:space-between;align-items:center;min-height:72px;padding:11px 28px;display:flex;position:sticky;top:0}.header-title{min-width:0}.header-context{color:#64748b;letter-spacing:.095em;text-transform:uppercase;margin-bottom:3px;font-size:9px;font-weight:750;display:block}.header-title-row{align-items:center;gap:10px;display:flex}.header-title-row h2{letter-spacing:-.025em;text-overflow:ellipsis;white-space:nowrap;font-size:18px;font-weight:700;overflow:hidden}.header-poc-badge{color:#64748b;white-space:nowrap;background:#f8fafc;border:1px solid #dbe3ef;border-radius:999px;align-items:center;gap:6px;padding:3px 7px;font-size:8px;font-weight:750;display:inline-flex}.user-profile{align-items:center;gap:9px;display:flex}.header-actions{align-items:center;gap:14px;display:flex}.header-demo-button{color:#1d4ed8;cursor:pointer;background:#eff6ff;border:1px solid #bfdbfe;border-radius:9px;align-items:center;gap:7px;min-height:36px;padding:4px 11px 4px 5px;font-size:10px;transition:border-color .15s,background-color .15s,transform .15s;display:inline-flex;box-shadow:0 2px 7px #2563eb14}.header-demo-button:hover{background:#dbeafe;border-color:#60a5fa;transform:translateY(-1px)}.header-demo-button>span{color:#fff;background:linear-gradient(145deg,#2563eb,#1d4ed8);border-radius:7px;place-items:center;width:26px;height:26px;display:grid}.header-demo-button strong{white-space:nowrap;font-size:10px}.demo-tour-focus{z-index:61;outline-offset:5px;border-radius:10px;outline:3px solid #2563eb;transition:outline-color .2s,box-shadow .2s;position:relative;box-shadow:0 0 0 10px #2563eb1a,0 18px 45px #0f172a24!important}.demo-tour-card{z-index:100001;color:#0f172a;background:#fff;border:1px solid #bfdbfe;border-radius:15px;width:min(370px,100vw - 28px);max-height:calc(100vh - 28px);padding:17px;animation:.22s ease-out demo-tour-enter;position:fixed;bottom:22px;right:22px;overflow-y:auto;box-shadow:0 22px 60px #0f172a3d}.demo-tour-running{width:min(400px,100vw - 28px)}.demo-tour-running.is-left{left:22px;right:auto}.demo-tour-close{color:#64748b;cursor:pointer;background:0 0;border:1px solid #0000;border-radius:7px;place-items:center;width:29px;height:29px;display:grid;position:absolute;top:11px;right:11px}.demo-tour-close:hover{background:#f8fafc;border-color:#e2e8f0}.demo-tour-meta{justify-content:space-between;align-items:center;gap:10px;padding-right:29px;display:flex}.demo-tour-meta>span{color:#2563eb;letter-spacing:.06em;text-transform:uppercase;align-items:center;gap:5px;font-size:9px;font-weight:800;display:inline-flex}.demo-tour-meta>small{color:#64748b;font-size:9px;font-weight:750}.demo-tour-card h2{letter-spacing:-.025em;margin:11px 28px 0 0;font-size:17px;line-height:1.25}.demo-tour-card p{color:#475569;margin:7px 0 0;font-size:11px;line-height:1.55}.demo-tour-picker{width:min(460px,100vw - 28px)}.demo-tour-options{flex-direction:column;gap:8px;margin-top:14px;display:flex}.demo-tour-options>button{color:#0f172a;text-align:left;cursor:pointer;background:#fff;border:1px solid #dbe3ef;border-radius:10px;grid-template-columns:36px minmax(0,1fr) 20px;align-items:center;gap:10px;width:100%;padding:11px;transition:border-color .15s,background-color .15s,transform .15s;display:grid}.demo-tour-options>button:hover{background:#f8fbff;border-color:#60a5fa;transform:translateY(-1px)}.demo-tour-options>button>span{color:#1d4ed8;background:#eff6ff;border-radius:9px;place-items:center;width:36px;height:36px;display:grid}.demo-tour-options>button>div{min-width:0}.demo-tour-options strong,.demo-tour-options small{display:block}.demo-tour-options strong{font-size:11px}.demo-tour-options small{color:#2563eb;margin-top:2px;font-size:8px;font-weight:750}.demo-tour-options p{margin-top:4px;font-size:9px;line-height:1.4}.demo-tour-options>button>svg{color:#94a3b8}.demo-tour-library-toggle{color:#1d4ed8;cursor:pointer;background:#eff6ff;border:0;border-radius:8px;justify-content:space-between;align-items:center;width:100%;margin-top:9px;padding:9px 10px;font-size:10px;font-weight:800;display:flex}.demo-tour-library-toggle[aria-expanded=true] svg{transform:rotate(90deg)}.demo-tour-library{grid-template-columns:1fr 1fr;gap:6px;margin-top:7px;display:grid}.demo-tour-library button{color:#0f172a;text-align:left;cursor:pointer;background:#fff;border:1px solid #dbe3ef;border-radius:8px;padding:9px 10px}.demo-tour-library button:hover{background:#f8fbff;border-color:#60a5fa}.demo-tour-library span,.demo-tour-library small{display:block}.demo-tour-library span{font-size:10px;font-weight:800}.demo-tour-library small{color:#64748b;margin-top:2px;font-size:8px}.demo-tour-evidence{justify-content:space-between;align-items:center;gap:8px;margin-top:10px;display:flex}.demo-tour-evidence span{color:#1d4ed8;text-transform:uppercase;letter-spacing:.04em;background:#eff6ff;border-radius:999px;padding:4px 7px;font-size:8px;font-weight:800}.demo-tour-evidence small{color:#64748b;font-size:8px;font-weight:700}.demo-tour-chapters{grid-template-columns:repeat(5,minmax(0,1fr));gap:5px;margin:14px 0 12px;display:grid}.demo-tour-chapters button{color:#94a3b8;text-align:left;cursor:pointer;background:0 0;border:0;min-width:0;padding:0}.demo-tour-chapters i{background:#e2e8f0;border-radius:999px;height:4px;display:block}.demo-tour-chapters span{text-overflow:ellipsis;white-space:nowrap;margin-top:5px;font-size:7px;font-weight:750;line-height:1.2;display:block;overflow:hidden}.demo-tour-chapters button.is-active{color:#1d4ed8}.demo-tour-chapters button.is-active i{background:#2563eb}.demo-tour-chapters button.is-complete i{background:#93c5fd}.demo-tour-error{color:#b91c1c;background:#fef2f2;border:1px solid #fecaca;border-radius:8px;align-items:flex-start;gap:8px;margin:0 0 10px;padding:9px;display:flex}.demo-tour-error span,.demo-tour-error small{display:block}.demo-tour-error strong{font-size:9px}.demo-tour-error small{margin-top:2px;font-size:8px;line-height:1.35}.demo-tour-skip{color:#64748b;cursor:pointer;background:0 0;border:0;align-items:center;gap:4px;margin:8px auto 0;padding:3px 6px;font-size:8px;font-weight:750;display:flex}.demo-tour-skip:hover{color:#1d4ed8}.demo-tour-resume{grid-template-columns:40px 1fr;gap:10px;display:grid}.demo-tour-resume>div:not(.demo-tour-complete-actions)>small{color:#2563eb;text-transform:uppercase;letter-spacing:.05em;font-size:9px;font-weight:800}.demo-tour-resume h2{margin-top:4px}.demo-tour-progress{grid-template-columns:repeat(7,1fr);gap:4px;margin:14px 0 12px;display:grid}.demo-tour-progress i{background:#e2e8f0;border-radius:999px;height:3px;overflow:hidden}.demo-tour-progress i.is-active{background:#2563eb}.demo-tour-controls{grid-template-columns:36px 1fr 1fr;gap:7px;display:grid}.demo-tour-controls button,.demo-tour-complete-actions button{color:#334155;cursor:pointer;background:#fff;border:1px solid #cbd5e1;border-radius:8px;justify-content:center;align-items:center;gap:5px;min-height:36px;padding:0 10px;font-size:10px;font-weight:750;display:inline-flex}.demo-tour-controls button:hover,.demo-tour-complete-actions button:hover{background:#f8fbff;border-color:#93c5fd}.demo-tour-controls button:disabled{opacity:.4;cursor:not-allowed}.demo-tour-controls button:last-child,.demo-tour-complete-actions button.is-primary{color:#fff;background:#2563eb;border-color:#2563eb}.demo-tour-controls .demo-tour-play{color:#1d4ed8;background:#eff6ff;border-color:#bfdbfe}.demo-tour-interactive-note{color:#64748b;text-align:center;margin-top:9px;font-size:8px;display:block}.demo-tour-card.is-complete{grid-template-columns:40px 1fr;gap:10px;display:grid}.demo-tour-card.is-complete>div:not(.demo-tour-complete-actions)>small{color:#047857;letter-spacing:.05em;text-transform:uppercase;font-size:9px;font-weight:800}.demo-tour-card.is-complete h2{margin-top:4px}.demo-tour-icon{color:#047857;background:#d1fae5;border-radius:10px;place-items:center;width:38px;height:38px;display:grid}.demo-tour-complete-actions{grid-column:1/-1;grid-template-columns:1fr 1fr;gap:7px;margin-top:3px;display:grid}@keyframes demo-tour-enter{0%{opacity:.88;transform:translateY(8px)scale(.99)}to{opacity:1;transform:translateY(0)scale(1)}}.avatar{background-color:var(--primary);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-size:.875rem;font-weight:700;display:flex;box-shadow:0 4px 12px #2563eb33}.user-profile-copy{flex-direction:column;display:flex}.user-profile-copy strong{font-size:11px;line-height:1.3}.user-profile-copy span{color:#64748b;font-size:9px}.content-container{flex:1;width:100%;padding:28px}.content-container .content-container{padding:0}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.app-loading{flex-direction:column;gap:22px;max-width:1380px;margin:0 auto;animation:.2s forwards fadeIn;display:flex}.loading-heading{flex-direction:column;gap:9px;display:flex}.loading-skeleton{background:linear-gradient(100deg,#edf1f6 20%,#f8fafc 38%,#edf1f6 58%) 0 0/200% 100%;border-radius:10px;animation:1.4s ease-in-out infinite loading-shimmer;display:block;overflow:hidden}.loading-kicker{width:110px;height:10px}.loading-title{width:min(360px,72%);height:30px}.loading-copy{width:min(520px,92%);height:13px}.loading-metric-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;display:grid}.loading-metric{height:104px}.loading-panel-grid{grid-template-columns:minmax(0,1.7fr) minmax(280px,.8fr);gap:14px;display:grid}.loading-panel{height:360px}@keyframes loading-shimmer{0%{background-position:100% 0}to{background-position:-100% 0}}@media (max-width:820px){.app-layout{min-height:100vh;display:block}.sidebar{z-index:70;border-right:0;border-bottom:1px solid var(--card-border);flex:none;width:100%;max-width:none;height:64px;min-height:64px;display:block;position:sticky;top:0;box-shadow:0 4px 14px #0f172a0f}.mobile-sidebar-bar{background:#fff;justify-content:space-between;align-items:center;height:64px;padding:0 14px;display:flex}.mobile-brand{gap:9px}.mobile-brand .brand-mark{border-radius:9px;width:34px;height:34px}.mobile-brand strong{font-size:13px}.mobile-brand small{font-size:8px}.mobile-menu-button{color:#334155;background:#f8fafc;border:1px solid #dbe3ef;border-radius:9px;justify-content:center;align-items:center;gap:6px;min-height:38px;padding:0 10px;font-size:11px;font-weight:700;display:inline-flex}.sidebar-panel{z-index:72;width:min(310px,86vw);height:100dvh;transition:transform .2s;position:fixed;inset:0 auto 0 0;transform:translate(-102%);box-shadow:18px 0 50px #0f172a2e}.sidebar.is-open .sidebar-panel{transform:translate(0)}.sidebar-scrim{z-index:65;opacity:0;pointer-events:none;background:#0f172a75;border:0;transition:opacity .2s;display:block;position:fixed;inset:0}.sidebar-scrim.is-visible{opacity:1;pointer-events:auto}.sidebar-close{color:#475569;background:#fff;border:1px solid #dbe3ef;border-radius:8px;place-items:center;width:34px;height:34px;display:grid}.main-content{width:100%;height:auto;min-height:calc(100vh - 64px);overflow:visible}.top-header{min-height:58px;padding:8px 15px;position:sticky;top:64px}.header-title-row h2{max-width:185px;font-size:15px}.header-poc-badge,.user-profile-copy{display:none}.header-actions{gap:7px}.header-demo-button{min-height:34px;padding-right:7px}.header-demo-button strong{width:34px;font-size:0;display:block;overflow:hidden}.header-demo-button strong:after{content:"Demo";font-size:10px}.header-demo-button>span{width:24px;height:24px}.header-demo-button>svg:last-child{display:none}.avatar{width:30px;height:30px;font-size:11px}.content-container{padding:18px 14px 28px}.loading-metric-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.loading-panel-grid{grid-template-columns:1fr}.loading-panel{height:260px}}@media (prefers-reduced-motion:reduce){.sidebar-panel,.sidebar-scrim,.loading-skeleton{transition:none;animation:none}.demo-tour-card{animation:none}.demo-tour-focus{transition:none}}@media (max-width:560px){.demo-tour-card,.demo-tour-running.is-left{border-radius:14px;width:auto;padding:15px;bottom:14px;left:14px;right:14px}.demo-tour-card h2{font-size:15px}.demo-tour-controls{grid-template-columns:34px 1fr 1fr}.demo-tour-library{grid-template-columns:1fr}.demo-tour-chapters span{display:none}}.icon-box{border-radius:12px;justify-content:center;align-items:center;width:48px;height:48px;display:flex}.flex-col{flex-direction:column}.flex-1{flex:1}.flex-row-reverse{flex-direction:row-reverse}.shrink-0{flex-shrink:0}.items-start{align-items:flex-start}.w-8{width:2rem}.h-8{height:2rem}.w-12{width:3rem}.h-12{height:3rem}.w-full{width:100%}.h-full{height:100%}.max-w-4xl{max-width:56rem}.max-w-\[80\%\]{max-width:80%}.mx-auto{margin-left:auto;margin-right:auto}.mb-2{margin-bottom:.5rem}.mb-4{margin-bottom:1rem}.mb-6{margin-bottom:1.5rem}.mt-2{margin-top:.5rem}.p-0{padding:0}.p-2{padding:.5rem}.p-2\.5{padding:.625rem}.p-3{padding:.75rem}.p-3\.5{padding:.875rem}.p-4{padding:1rem}.px-1\.5{padding-left:.375rem;padding-right:.375rem}.px-2{padding-left:.5rem;padding-right:.5rem}.px-2\.5{padding-left:.625rem;padding-right:.625rem}.py-1{padding-top:.25rem;padding-bottom:.25rem}.px-3{padding-left:.75rem;padding-right:.75rem}.px-3\.5{padding-left:.875rem;padding-right:.875rem}.py-1\.5{padding-top:.375rem;padding-bottom:.375rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-2\.5{padding-top:.625rem;padding-bottom:.625rem}.px-4{padding-left:1rem;padding-right:1rem}.py-3{padding-top:.75rem;padding-bottom:.75rem}.pl-4{padding-left:1rem}.pr-12{padding-right:3rem}.pb-1{padding-bottom:.25rem}.pb-2{padding-bottom:.5rem}.pt-2{padding-top:.5rem}.pt-3{padding-top:.75rem}.gap-3{gap:.75rem}.gap-6{gap:1.5rem}.mb-1{margin-bottom:.25rem}.mb-3{margin-bottom:.75rem}.mb-8{margin-bottom:2rem}.mt-0\.5{margin-top:.125rem}.mt-1{margin-top:.25rem}.mt-1\.5{margin-top:.375rem}.mt-3{margin-top:.75rem}.mt-4{margin-top:1rem}.text-xs{font-size:.75rem;line-height:1rem}.text-\[9px\]{font-size:9px}.text-\[10px\]{font-size:10px}.text-\[11px\]{font-size:11px}.text-sm{font-size:.875rem;line-height:1.25rem}.text-base{font-size:1rem;line-height:1.5rem}.text-lg{font-size:1.125rem;line-height:1.75rem}.text-xl{font-size:1.25rem;line-height:1.75rem}.text-2xl{font-size:1.5rem;line-height:2rem}.text-3xl{font-size:1.875rem;line-height:2.25rem}.font-bold{font-weight:700}.font-extrabold{font-weight:800}.font-semibold{font-weight:600}.font-medium{font-weight:500}.text-left{text-align:left}.text-right{text-align:right}.text-center{text-align:center}.uppercase{text-transform:uppercase}.tracking-tight{letter-spacing:-.025em}.tracking-wider{letter-spacing:.05em}.leading-relaxed{line-height:1.625}.whitespace-nowrap{white-space:nowrap}.whitespace-pre-wrap{white-space:pre-wrap}.text-white{color:#fff}.text-primary{color:var(--primary)}.text-foreground{color:var(--foreground)}.text-muted-foreground{color:var(--muted-foreground)}.text-blue-500{color:#3b82f6}.text-blue-400{color:#60a5fa}.text-emerald-500{color:#10b981}.text-amber-500{color:#f59e0b}.bg-primary{background-color:var(--primary)}.bg-secondary{background-color:var(--secondary)}.bg-primary\/10{background-color:#2563eb1a}.bg-primary\/20{background-color:#2563eb33}.bg-blue-500\/10{background-color:#3b82f61a}.bg-blue-500\/20{background-color:#3b82f633}.bg-emerald-500\/10{background-color:#10b9811a}.bg-warning\/10{background-color:#f59e0b1a}.border{border:1px solid var(--border)}.border-transparent{border-color:#0000}.border-card-border{border-color:var(--card-border)}.border-\[var\(--border\)\]{border-color:var(--border)}.border-primary\/20{border-color:#2563eb33}.border-primary\/30{border-color:#2563eb4d}.border-blue-500\/20{border-color:#3b82f633}.border-blue-500\/30{border-color:#3b82f64d}.border-b{border-bottom:1px solid var(--border)}.border-t{border-top:1px solid var(--border)}.border-0,.last\:border-0:last-child{border:0}.rounded{border-radius:.25rem}.rounded-md{border-radius:.375rem}.rounded-lg{border-radius:.5rem}.rounded-xl{border-radius:.75rem}.rounded-full{border-radius:9999px}.rounded-tl{border-top-left-radius:.25rem}.rounded-tr{border-top-right-radius:.25rem}.rounded-tr-none{border-top-right-radius:0}.rounded-tl-none{border-top-left-radius:0}.bg-\[var\(--card-hover\)\],.hover\:bg-\[var\(--card-hover\)\]:hover{background-color:#0000000a}.hover\:border-primary:hover{border-color:var(--primary)}.hover\:text-primary:hover{color:var(--primary)}.overflow-hidden{overflow:hidden}.overflow-y-auto{overflow-y:auto}.overflow-x-auto{overflow-x:auto}.transition-colors{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-duration:.15s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.transition-opacity{transition-property:opacity;transition-duration:.15s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.transition-all{transition:all .15s}.cursor-pointer{cursor:pointer}.cursor-not-allowed{cursor:not-allowed}.block{display:block}.inline-flex{display:inline-flex}.truncate{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.shadow-sm{box-shadow:0 1px 2px #0f172a0d}.shadow-md{box-shadow:0 4px 12px #0f172a14}.shadow-xl{box-shadow:0 16px 30px #0f172a1f}.shadow-2xl{box-shadow:0 25px 50px #0f172a33}.relative{position:relative}.absolute{position:absolute}.inset-0{inset:0}.right-2{right:.5rem}.top-1\/2{top:50%}.-translate-y-1\/2{transform:translateY(-50%)}@media (min-width:1024px){.lg\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.lg\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.lg\:col-span-2{grid-column:span 2/span 2}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.animate-spin{animation:1s linear infinite spin}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.fade-in{animation:.4s forwards fadeIn}.modal-overlay{-webkit-backdrop-filter:blur(8px);z-index:99999;justify-content:center;align-items:center;padding:1.5rem;display:flex;position:fixed;inset:0;background-color:#0f172acc!important}.modal-dialog{border:1px solid var(--border);z-index:100000;width:100%;max-width:680px;max-height:90vh;color:var(--foreground);border-radius:1rem;flex-direction:column;display:flex;position:relative;overflow:hidden;box-shadow:0 25px 50px -12px #00000059;background-color:#fff!important}.modal-dialog-large{max-width:1100px}.modal-header{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;display:flex;background-color:#f8fafc!important}.modal-body{flex:1;padding:1.5rem;overflow-y:auto;background-color:#fff!important}.modal-footer{border-top:1px solid var(--border);justify-content:flex-end;align-items:center;gap:.75rem;padding:1rem 1.5rem;display:flex;background-color:#f8fafc!important}.dropzone-box{border:2px dashed var(--border);text-align:center;cursor:pointer;background-color:#f8fafc;border-radius:.75rem;padding:1.5rem;transition:all .2s}.dropzone-box:hover{border-color:var(--primary);background-color:#2563eb0d}.document-registry-grid{align-items:start}.document-categories{position:sticky;top:94px}.document-category-button{color:#334155;text-align:left;cursor:pointer;background:0 0;border:1px solid #0000;border-radius:8px;justify-content:space-between;align-items:center;gap:10px;width:100%;min-height:39px;padding:8px 10px;font-size:11px;font-weight:600;transition:background-color .15s,border-color .15s,color .15s;display:flex}.document-category-button:hover{background:#f8fafc;border-color:#e2e8f0}.document-category-button.is-active{color:#1d4ed8;background:#eff6ff;border-color:#bfdbfe;box-shadow:inset 3px 0 #2563eb}.document-table-card table tbody tr:last-child td{border-bottom:0}@media (max-width:820px){.document-categories{position:static}}
