@import "https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700;800&family=DM+Sans:ital,wght@0,400;0,500;0,600;0,700;1,400&display=swap";:root{--background:220 20% 97%;--foreground:220 30% 12%;--card:0 0% 100%;--card-foreground:220 30% 12%;--primary:220 60% 25%;--primary-foreground:0 0% 100%;--secondary:220 15% 92%;--secondary-foreground:220 30% 20%;--muted:220 15% 94%;--muted-foreground:220 15% 45%;--accent:32 95% 50%;--accent-foreground:0 0% 100%;--destructive:0 84% 60%;--destructive-foreground:0 0% 100%;--border:220 20% 88%;--input:220 20% 88%;--ring:220 60% 25%;--radius:12px;--gradient-hero:linear-gradient(135deg,#193366 0%,#2d4a86 50%,#4563a1 100%);--gradient-accent:linear-gradient(135deg,#f98806 0%,#f97a1f 100%);--gradient-card:linear-gradient(180deg,#fff 0%,#f9fafb 100%);--gradient-subtle:linear-gradient(180deg,#f6f7f9 0%,#eceef4 100%);--shadow-sm:0 1px 2px 0 #151c280d;--shadow-md:0 4px 6px -1px #151c2814,0 2px 4px -2px #151c280d;--shadow-lg:0 10px 15px -3px #151c281a,0 4px 6px -4px #151c280d;--shadow-card:0 4px 20px -2px #151c2814;--font-heading:"Outfit",sans-serif;--font-body:"DM Sans",sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth}body{min-height:100vh;font-family:var(--font-body);color:hsl(var(--foreground));background:hsl(var(--background));text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;margin:0}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);margin:0}a{color:inherit}#root{min-height:100vh}:root{--sidebar-width:256px;--sidebar-collapsed:80px}.app-shell{background:hsl(var(--background));min-height:100vh;color:hsl(var(--foreground));display:flex}.login-shell{background:var(--gradient-subtle);justify-content:center;align-items:center;padding:24px}.login-panel{width:min(460px,100%);box-shadow:var(--shadow-card);overflow:hidden}.login-hero{background:var(--gradient-hero);color:hsl(var(--primary-foreground));align-items:center;gap:16px;padding:24px;display:flex}.login-title{margin:0;font-size:1.5rem;font-weight:700}.login-subtitle{color:hsl(var(--primary-foreground)/.85);margin:4px 0 0;font-size:.95rem}.login-form{flex-direction:column;gap:16px;padding:24px;display:flex}.login-field{flex-direction:column;gap:6px;display:flex}.login-label{color:hsl(var(--muted-foreground));font-size:.85rem;font-weight:600}.login-error{border:1px solid hsl(var(--destructive)/.25);background:hsl(var(--destructive)/.08);color:hsl(var(--destructive));border-radius:10px;padding:10px 12px;font-size:.85rem}.login-actions{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;display:flex}.login-hint{color:hsl(var(--muted-foreground));font-size:.8rem}.app-sidebar{width:var(--sidebar-width);background:hsl(var(--card));border-right:1px solid hsl(var(--border));z-index:40;flex-direction:column;transition:width .3s,transform .3s;display:flex;position:fixed;inset:0 auto 0 0}.app-sidebar.collapsed{width:var(--sidebar-collapsed)}.sidebar-brand{border-bottom:1px solid hsl(var(--border));align-items:center;gap:12px;height:64px;padding:0 16px;display:flex}.brand-mark{background:hsl(var(--primary));width:40px;height:40px;color:hsl(var(--primary-foreground));font-family:var(--font-heading);border-radius:12px;flex-shrink:0;place-items:center;font-size:1.125rem;font-weight:700;display:grid}.brand-text{white-space:nowrap;align-items:baseline;gap:4px;line-height:1;display:flex;overflow:hidden}.brand-title{font-family:var(--font-heading);color:hsl(var(--foreground));letter-spacing:0;font-size:1rem;font-weight:700;display:inline-block}.brand-subtitle{color:hsl(var(--muted-foreground));font-size:1rem;font-weight:500;font-family:var(--font-heading);margin:0;display:inline-block}.sidebar-body{flex-direction:column;flex:1;gap:16px;padding:16px;display:flex}.nav-list{flex-direction:column;gap:6px;display:flex}.nav-link{border-radius:var(--radius);color:hsl(var(--muted-foreground));cursor:pointer;text-align:left;background:0 0;border:none;align-items:center;gap:12px;padding:10px 12px;font-size:.875rem;font-weight:500;transition:color .2s,background .2s;display:flex}.nav-link svg{width:20px;height:20px}.nav-link.active{background:hsl(var(--primary));color:hsl(var(--primary-foreground));box-shadow:var(--shadow-sm)}.nav-link:hover:not(.active){background:hsl(var(--muted));color:hsl(var(--foreground))}.sidebar-user{border-top:1px solid hsl(var(--border));flex-direction:column;gap:12px;margin-top:auto;padding-top:16px;display:flex}.app-sidebar.collapsed .brand-text,.app-sidebar.collapsed .nav-text,.app-sidebar.collapsed .user-meta{display:none}.app-sidebar.collapsed .sidebar-brand{justify-content:center;padding:0}.app-sidebar.collapsed .nav-link{justify-content:center}.app-sidebar.collapsed .sidebar-user .button{justify-content:center;padding:0}.user-pill{align-items:center;gap:12px;display:flex}.user-avatar{background:hsl(var(--primary)/.08);width:40px;height:40px;color:hsl(var(--primary));border-radius:50%;place-items:center;font-weight:500;display:grid}.user-meta{flex-direction:column;gap:2px;display:flex}.user-name{font-weight:500}.user-role{color:hsl(var(--muted-foreground));font-size:.875rem}.logout-button{color:hsl(var(--muted-foreground));justify-content:flex-start;gap:12px;width:100%;margin-top:12px;padding:10px 12px}.logout-button:hover{color:hsl(var(--destructive));background:hsl(var(--accent)/.1)}.app-sidebar.collapsed .logout-text{display:none}.sidebar-toggle{background:hsl(var(--card));border:1px solid hsl(var(--border));width:24px;height:24px;color:hsl(var(--muted-foreground));cursor:pointer;border-radius:50%;place-items:center;display:grid;position:absolute;top:80px;right:-12px}.sidebar-toggle svg{width:16px;height:16px;transition:transform .3s}.rotate{transform:rotate(180deg)}.app-main{margin-left:var(--sidebar-width);flex:1;min-height:100vh;transition:margin-left .3s}.app-main.collapsed{margin-left:var(--sidebar-collapsed)}.app-header{background:hsl(var(--card));border-bottom:1px solid hsl(var(--border));z-index:40;justify-content:space-between;align-items:center;height:64px;padding:0 16px;display:none;position:fixed;top:0;left:0;right:0}.app-header .sidebar-brand{border-bottom:none;padding:0}.app-header .button{padding:8px 10px}.app-content{padding:24px}.page-header{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:20px;margin-bottom:24px;display:flex}.page{flex-direction:column;gap:24px;display:flex}.dashboard-page{gap:32px}.classify-header{flex-direction:column;gap:4px;display:flex}.page-eyebrow{display:none}.page-title{font-size:1.875rem;font-weight:700;font-family:var(--font-heading);letter-spacing:-.02em;margin:0;line-height:1.2}.page-subtitle{color:hsl(var(--muted-foreground));max-width:560px;margin-top:4px;line-height:1.5}.stats-grid{grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:12px;min-width:240px;display:grid}.stat-card{background:var(--gradient-card);box-shadow:var(--shadow-sm);border:1px solid hsl(var(--border));border-radius:16px;padding:14px 16px}.stat-label{text-transform:uppercase;letter-spacing:.12em;color:hsl(var(--muted-foreground));font-size:.7rem}.stat-value{font-size:1.6rem;font-weight:700}.grid-2{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:20px;display:grid}.card{background:hsl(var(--card));border-radius:var(--radius);box-shadow:var(--shadow-sm);border:1px solid hsl(var(--border));flex-direction:column;gap:0;padding:0;transition:box-shadow .2s;display:flex}.card-header{flex-direction:column;gap:6px;padding:24px;display:flex}.card-title{font-size:1.5rem;font-weight:600;font-family:var(--font-heading);letter-spacing:-.02em;align-items:center;gap:8px;line-height:1;display:flex}.card-title svg{width:20px;height:20px;color:hsl(var(--primary))}.card-subtitle{color:hsl(var(--muted-foreground));font-size:.875rem;line-height:1.4}.card-body{flex-direction:column;gap:16px;padding:0 24px 24px;display:flex}.button-row,.input-actions{flex-wrap:wrap;gap:8px;display:flex}.file-button{position:relative;overflow:hidden}.file-button input{opacity:0;cursor:pointer;position:absolute;inset:0}.file-hint{color:hsl(var(--muted-foreground));font-size:.85rem}.action-row{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;display:flex}.file-chip{background:hsl(var(--muted));color:hsl(var(--foreground));border-radius:999px;align-items:center;gap:8px;padding:6px 12px;font-size:.85rem;display:inline-flex}.file-chip .select{width:auto;min-width:140px;padding:6px 28px 6px 10px;font-size:.85rem}.hint-text{color:hsl(var(--muted-foreground));margin:0;font-size:.875rem}.input,.textarea,.select{border-radius:calc(var(--radius) - 2px);border:1px solid hsl(var(--input));background:hsl(var(--background));width:100%;color:hsl(var(--foreground));font-family:var(--font-body);padding:8px 12px;font-size:.875rem}.input,.select{height:40px}.textarea{resize:vertical;min-height:180px;font-family:DM Sans,sans-serif}.textarea.mono{min-height:200px;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:.875rem;line-height:1.6}.input-footer{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;display:flex}.inline-progress{gap:8px;display:grid}.select{appearance:none;background-image:linear-gradient(45deg,transparent 50%,hsl(var(--muted-foreground))50%),linear-gradient(135deg,hsl(var(--muted-foreground))50%,transparent 50%),linear-gradient(to right,transparent,transparent);background-position:calc(100% - 20px) calc(1em + 2px),calc(100% - 15px) calc(1em + 2px),100% 0;background-repeat:no-repeat;background-size:5px 5px,5px 5px,2.5em 2.5em}.button{height:40px;font-size:.875rem;font-weight:500;font-family:var(--font-heading);white-space:nowrap;cursor:pointer;background:hsl(var(--primary));color:hsl(var(--primary-foreground));box-shadow:var(--shadow-md);border:none;border-radius:12px;align-items:center;gap:8px;padding:0 16px;text-decoration:none;transition:all .3s;display:inline-flex}.button svg{width:16px;height:16px}.button:hover{box-shadow:var(--shadow-lg);transform:translateY(-2px)}.button:disabled{opacity:.6;cursor:not-allowed;box-shadow:none;transform:none}.button.outline{border:2px solid hsl(var(--primary));color:hsl(var(--primary));box-shadow:none;background:0 0}.button.outline:hover{background:hsl(var(--primary));color:hsl(var(--primary-foreground))}.button.ghost{color:hsl(var(--muted-foreground));box-shadow:none;background:0 0}.button.outline:hover,.button.ghost:hover,.button.secondary:hover,.button.danger:hover{box-shadow:none;transform:none}.button.ghost:hover{background:hsl(var(--accent)/.1);color:hsl(var(--accent-foreground));transform:none}.button.secondary{background:hsl(var(--secondary));color:hsl(var(--secondary-foreground))}.button.accent{background:hsl(var(--accent));color:hsl(var(--accent-foreground));box-shadow:var(--shadow-md)}.button.accent:hover{box-shadow:var(--shadow-glow);transform:translateY(-1px)}.button.danger{background:hsl(var(--destructive));color:hsl(var(--destructive-foreground))}.table-wrap{border-radius:var(--radius);border:1px solid hsl(var(--border));background:hsl(var(--card));width:100%;overflow:hidden}.table-scroll{overflow-x:auto}.table{border-collapse:collapse;width:100%;font-size:.875rem}.table th,.table td{border-bottom:1px solid hsl(var(--border));text-align:left;vertical-align:middle;padding:16px}.table th{color:hsl(var(--muted-foreground));background:0 0;height:48px;font-size:.85rem;font-weight:500}.table tr{transition:background .2s}.table tr:hover{background:hsl(var(--muted)/.5)}.table tr.review-row{cursor:pointer;background:#f59f0a0d}.table tr.review-row:hover{background:#f59f0a14}.table tbody tr:last-child td{border-bottom:none}.results-table .col-id{width:64px}.results-table .col-text{min-width:300px}.results-table .col-category{min-width:150px}.results-table .col-confidence,.results-table .col-status{width:96px}.results-table .col-fix{min-width:240px}.results-table .col-alt{min-width:150px}.badge{border:1px solid #0000;border-radius:999px;align-items:center;gap:6px;padding:4px 10px;font-size:.75rem;font-weight:500;display:inline-flex}.badge.review{color:#eb8005;background:#f59f0a1a;border-color:#f59f0a4d}.badge.high{color:#16a249;background:#21c45d1a;border-color:#21c45d4d}.badge.medium{color:#2463eb;background:#3c83f61a;border-color:#3c83f64d}.badge.low{color:#dc2828;background:#ef43431a;border-color:#ef43434d}.badge.outline{border-color:hsl(var(--border));color:hsl(var(--muted-foreground));background:0 0}.badge.success{color:#16a249;background:#21c45d1a;border-color:#21c45d4d}.category-pill{background:hsl(var(--primary)/.1);color:hsl(var(--primary));border-radius:8px;align-items:center;padding:4px 8px;font-size:.875rem;font-weight:500;display:inline-flex}.confidence{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:.875rem}.confidence.high{color:#16a249}.confidence.medium{color:#2463eb}.confidence.low{color:#dc2828}.text-muted{color:hsl(var(--muted-foreground))}.text-strong{color:hsl(var(--foreground));font-weight:500}.table-footer{background:hsl(var(--muted)/.5);color:hsl(var(--muted-foreground));flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;padding:12px 16px;font-size:.85rem;display:flex}.results-header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;display:flex}.results-stats{border-radius:var(--radius);background:hsl(var(--muted)/.5);grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:16px;margin-bottom:24px;padding:16px;display:grid}.results-stat{text-align:center}.results-stat .stat-value{font-size:1.5rem;font-weight:700;font-family:var(--font-heading);justify-content:center;align-items:center;gap:6px;display:flex}.results-stat .stat-value svg{width:20px;height:20px}.results-stat .stat-value{font-size:1.5rem;font-weight:700;font-family:var(--font-heading)}.results-stat.success .stat-value{color:#248f59}.results-stat.warning .stat-value{color:#cf8517}.results-stat.error .stat-value{color:#d92626}.results-stat .stat-label{color:hsl(var(--muted-foreground));font-size:.875rem}.filter-row{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.filter-icon{width:18px;height:18px;color:hsl(var(--muted-foreground))}.filter-select{width:200px}.pagination{background:hsl(var(--muted));color:hsl(var(--muted-foreground));flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;padding:12px 14px;font-size:.85rem;display:flex}.pagination .button{padding:6px 10px;font-size:.85rem}.toast{background:hsl(var(--card));border:1px solid hsl(var(--border));border-left:4px solid hsl(var(--primary));box-shadow:var(--shadow-lg);z-index:1100;border-radius:14px;align-items:flex-start;gap:12px;max-width:360px;padding:12px 16px;display:flex;position:fixed;top:24px;right:24px}.toast.success{border-left-color:#29a366}.toast.error{border-left-color:hsl(var(--destructive))}.toast-title{font-weight:700;display:block}.toast-body{color:hsl(var(--muted-foreground));margin:4px 0 0;font-size:.9rem}.toast-close{color:hsl(var(--muted-foreground));cursor:pointer;background:0 0;border:none;font-size:1.1rem}.info-list{color:hsl(var(--muted-foreground));gap:12px;display:grid}.info-list strong{color:hsl(var(--foreground));margin-top:4px;display:block}.history-list{gap:12px;display:grid}.history-item{border:1px solid hsl(var(--border));background:hsl(var(--card));border-radius:14px;justify-content:space-between;align-items:center;gap:16px;padding:12px 14px;display:flex}.history-metrics{color:hsl(var(--muted-foreground));gap:12px;font-size:.85rem;display:flex}.steps-list{color:hsl(var(--muted-foreground));gap:8px;margin:0;padding-left:18px;font-size:.95rem;display:grid}.steps-list li{padding-left:4px}.dashboard-header{flex-direction:column;gap:16px;display:flex}.dashboard-header .button{align-self:flex-start}.stats-grid-large{grid-template-columns:1fr;gap:16px;display:grid}.stat-compact-card{border:1px solid hsl(var(--border));background:hsl(var(--card));border-radius:var(--radius);box-shadow:var(--shadow-sm);padding:24px}.stat-card-header{justify-content:space-between;align-items:center;gap:12px;margin-bottom:8px;display:flex}.stat-card-title{text-transform:none;letter-spacing:0;color:hsl(var(--muted-foreground));font-size:.875rem;font-weight:500;font-family:var(--font-body)}.stat-card-value{font-size:1.5rem;font-weight:700;font-family:var(--font-heading);line-height:1.2}.stat-card-value.success{color:#16a249}.stat-card-value.warning{color:#eb8005}.stat-card-value.error{color:#dc2828}.stat-card-subtitle{color:hsl(var(--muted-foreground));margin:4px 0 0;font-size:.75rem}.stat-icon{width:16px;height:16px;color:hsl(var(--muted-foreground))}.stat-icon.success{color:#21c45d}.stat-icon.warning{color:#eb8005}.stat-icon.error{color:#dc2828}.dashboard-grid{gap:24px;display:grid}.accuracy-ring{justify-content:center;align-items:center;padding:16px 0;display:flex}.accuracy-ring svg{width:160px;height:160px}.ring-wrap{width:160px;height:160px;position:relative}.ring-bg{fill:none;stroke:hsl(var(--muted))}.ring-value{fill:none;stroke:hsl(var(--primary))}.accuracy-center{text-align:center;flex-direction:column;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.accuracy-value{font-size:1.875rem;font-weight:700}.accuracy-label{color:hsl(var(--muted-foreground));font-size:.875rem}.accuracy-targets{border-top:1px solid hsl(var(--border));grid-template-columns:repeat(3,1fr);gap:12px;margin-top:8px;padding-top:16px;display:grid}.accuracy-targets div{text-align:center;color:hsl(var(--muted-foreground));font-size:.75rem}.accuracy-targets strong{margin-bottom:4px;font-size:1.125rem;font-weight:600;display:block}.recent-run{border-radius:var(--radius);background:hsl(var(--muted)/.5);justify-content:space-between;align-items:center;gap:12px;padding:12px;transition:background .2s;display:flex}.recent-run strong{font-weight:500;display:block}.recent-run:hover{background:hsl(var(--muted))}.recent-metrics{gap:12px;font-size:.85rem;display:flex}.recent-metrics .ok{color:#16a249}.recent-metrics .review{color:#eb8005}.recent-metrics .wrong{color:#dc2828}.token-stats{gap:12px;display:grid}.token-stat{border-radius:var(--radius);background:hsl(var(--muted)/.5);justify-content:space-between;align-items:center;gap:12px;padding:12px;font-size:.95rem;display:flex}.token-stat strong{font-weight:600}.quickstart-card{background:hsl(var(--primary)/.05);border:1px solid hsl(var(--primary)/.2)}.quickstart-grid{gap:16px;display:grid}.quickstart-step{gap:12px;display:flex}.quickstart-step strong{color:hsl(var(--foreground));font-weight:500}.dashboard-grid .button.outline{justify-content:center;width:100%;margin-top:16px}.step-number{background:hsl(var(--primary));width:32px;height:32px;color:hsl(var(--primary-foreground));border-radius:50%;flex-shrink:0;place-items:center;font-weight:700;display:grid}@media (min-width:1024px){.dashboard-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.quickstart-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (min-width:640px){.dashboard-header{flex-direction:row;justify-content:space-between;align-items:center}.dashboard-header .button{align-self:center}.stats-grid-large{grid-template-columns:repeat(2,minmax(0,1fr))}.quickstart-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (min-width:1024px){.stats-grid-large{grid-template-columns:repeat(4,minmax(0,1fr))}.settings-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.settings-controls{gap:14px;display:grid}.settings-header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;display:flex}.settings-grid{grid-template-columns:1fr;gap:24px;display:grid}.settings-card-full{grid-column:1/-1}.settings-section{gap:16px;display:grid}.settings-row{justify-content:space-between;align-items:center;gap:16px;display:flex}.settings-meta{flex:1;gap:4px;display:grid}.settings-label{font-weight:500}.settings-note{color:hsl(var(--muted-foreground));margin:0;font-size:.875rem}.settings-value{color:hsl(var(--muted-foreground));font-size:.875rem;font-weight:600}.settings-field{gap:8px;display:grid}.info-list{gap:10px;font-size:.875rem;display:grid}.info-row{border-bottom:1px solid hsl(var(--border));justify-content:space-between;gap:12px;padding:8px 0;display:flex}.info-row:last-child{border-bottom:none;padding-bottom:0}.info-label{color:hsl(var(--muted-foreground))}.info-value{font-weight:500}.switch{width:44px;height:24px;position:relative}.switch input{opacity:0;width:0;height:0}.switch-slider{background:hsl(var(--muted));border-radius:999px;transition:background .2s;position:absolute;inset:0}.switch-slider:before{content:"";background:hsl(var(--card));width:18px;height:18px;box-shadow:var(--shadow-sm);border-radius:50%;transition:transform .2s;position:absolute;top:3px;left:3px}.switch input:checked+.switch-slider{background:hsl(var(--primary))}.switch input:checked+.switch-slider:before{transform:translate(20px)}.range{width:100%}.settings-controls label{gap:8px;font-weight:600;display:grid}.settings-controls input[type=range]{width:100%}.toggle-row{color:hsl(var(--muted-foreground));align-items:center;gap:10px;font-weight:500;display:flex}.pagination-controls{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.mapping-grid{grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:12px;display:grid}.mapping-item{background:hsl(var(--card));border:1px solid hsl(var(--border));border-radius:14px;padding:12px 14px}.mapping-label{color:hsl(var(--muted-foreground));font-size:.85rem;font-weight:500}.icon-button{border-radius:8px;justify-content:center;width:32px;height:32px;padding:0}.text-center{text-align:center}.text-right{text-align:right}.text-success{color:#16a249;font-weight:500}.text-warning{color:#eb8005;font-weight:500}.text-error{color:#dc2828;font-weight:500}.muted-inline{color:hsl(var(--muted-foreground));margin-left:6px;font-size:.75rem}.mono{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace}.action-buttons{justify-content:flex-end;gap:8px;display:flex}.review-fix{gap:8px;min-width:180px;display:grid}.review-fix.inline{align-items:center;gap:8px;min-width:220px;display:flex}.review-fix.inline .select,.review-fix.inline .input{min-width:180px}.review-fix.inline .hint-text{font-size:.75rem}.settings-grid{gap:20px;display:grid}.history-date{align-items:center;gap:8px;display:inline-flex}.calendar-icon{width:16px;height:16px;color:hsl(var(--muted-foreground))}.category-form{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:12px;display:grid}.category-form .button{align-self:end}.categories-panel{gap:20px;display:grid}.category-editor-grid{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:16px;display:grid}.category-editor-block{border:1px solid hsl(var(--border));background:hsl(var(--muted)/.25);border-radius:16px;gap:12px;padding:16px;display:grid}.category-editor-title{font-size:1rem;font-weight:600}.category-filter{justify-content:space-between}.category-filter .input{flex:1;min-width:220px}.category-actions{flex-wrap:wrap;gap:8px;display:flex}.category-table .col-code{min-width:120px}.category-table .col-name{min-width:240px}.category-table .col-actions{min-width:160px}.category-table .textarea{min-height:84px}.category-table .textarea.compact{min-height:64px}.category-table .name-textarea{line-height:1.4}.category-table textarea,.category-table input{width:100%}.categories-shell{gap:24px;display:grid}.categories-header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;display:flex}.categories-title{font-size:1.5rem;font-weight:700;font-family:var(--font-heading);color:hsl(var(--foreground));margin:0}.categories-subtitle{color:hsl(var(--muted-foreground));margin-top:4px}.categories-actions{flex-wrap:wrap;gap:12px;display:flex}.ui-button{height:40px;font-size:.875rem;font-weight:500;font-family:var(--font-heading);white-space:nowrap;cursor:pointer;background:hsl(var(--primary));color:hsl(var(--primary-foreground));box-shadow:var(--shadow-md);border:none;border-radius:8px;justify-content:center;align-items:center;gap:8px;padding:0 16px;transition:all .3s;display:inline-flex}.ui-button svg{flex-shrink:0;width:16px;height:16px}.ui-button:hover{background:hsl(var(--primary)/.9);box-shadow:var(--shadow-lg);transform:translateY(-2px)}.ui-button:disabled{opacity:.6;cursor:not-allowed;box-shadow:none;transform:none}.ui-button.outline{border:2px solid hsl(var(--primary));color:hsl(var(--primary));box-shadow:none;background:0 0}.ui-button.outline:hover{background:hsl(var(--primary));color:hsl(var(--primary-foreground));transform:none}.ui-button.ghost{color:hsl(var(--muted-foreground));box-shadow:none;background:0 0}.ui-button.ghost:hover{background:hsl(var(--accent)/.1);color:hsl(var(--accent-foreground));transform:none}.ui-button.destructive{background:hsl(var(--destructive));color:hsl(var(--destructive-foreground));box-shadow:none}.ui-button.destructive:hover{background:hsl(var(--destructive)/.9)}.ui-button.icon{border-radius:8px;width:32px;height:32px;padding:0}.ui-button.full{width:100%}.ui-button.ghost.danger{color:hsl(var(--muted-foreground))}.ui-button.ghost.danger:hover{color:hsl(var(--destructive));background:hsl(var(--destructive)/.1)}.ui-input{border:1px solid hsl(var(--input));background:hsl(var(--background));width:100%;height:40px;color:hsl(var(--foreground));font-size:.875rem;font-family:var(--font-body);border-radius:6px;padding:0 12px;transition:border .2s,box-shadow .2s}.ui-input::placeholder{color:hsl(var(--muted-foreground))}.ui-input:focus{border-color:hsl(var(--ring));box-shadow:0 0 0 2px hsl(var(--ring)/.2);outline:none}.ui-textarea{border:1px solid hsl(var(--input));background:hsl(var(--background));width:100%;min-height:80px;color:hsl(var(--foreground));font-size:.875rem;font-family:var(--font-body);resize:vertical;border-radius:6px;padding:10px 12px;transition:border .2s,box-shadow .2s}.ui-textarea.mono{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:.875rem}.batch-input{min-height:200px}.ui-textarea::placeholder{color:hsl(var(--muted-foreground))}.ui-textarea:focus{border-color:hsl(var(--ring));box-shadow:0 0 0 2px hsl(var(--ring)/.2);outline:none}.ui-card{background:hsl(var(--card));border:1px solid hsl(var(--border));box-shadow:var(--shadow-sm);border-radius:8px}.categories-stats{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;display:grid}.categories-stat-card{align-items:center;gap:12px;padding:16px;display:flex}.categories-stat-icon{border-radius:8px;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.categories-stat-icon svg{width:20px;height:20px}.categories-stat-icon.primary{background:hsl(var(--primary)/.1);color:hsl(var(--primary))}.categories-stat-icon.accent{background:hsl(var(--accent)/.1);color:hsl(var(--accent))}.categories-stat-icon.success{color:#16a249;background:#21c45d1a}.categories-stat-icon.info{color:#3c83f6;background:#3c83f61a}.categories-stat-value{margin:0;font-size:1.5rem;font-weight:700}.categories-stat-label{color:hsl(var(--muted-foreground));margin:0;font-size:.875rem}.categories-search{position:relative}.categories-search-icon{width:16px;height:16px;color:hsl(var(--muted-foreground));position:absolute;top:50%;left:12px;transform:translateY(-50%)}.categories-search-input{padding-left:36px}.categories-table-card{overflow:hidden}.categories-table-scroll{overflow-x:auto}.categories-table{border-collapse:collapse;width:100%;font-size:.875rem}.categories-table th,.categories-table td{border-bottom:1px solid hsl(var(--border));text-align:left;vertical-align:middle;padding:16px}.categories-table thead tr{background:hsl(var(--muted)/.5)}.categories-table th{color:hsl(var(--muted-foreground));font-weight:500}.categories-table tbody tr:hover{background:hsl(var(--muted)/.3)}.categories-col-select{text-align:center;width:44px}.categories-col-code{width:140px}.categories-col-name{min-width:220px}.categories-col-description{min-width:280px;max-width:420px}.categories-col-actions{text-align:right;width:120px}.category-select{justify-content:center;align-items:center;display:flex}.category-checkbox{width:16px;height:16px;accent-color:hsl(var(--primary));cursor:pointer}.categories-name{color:hsl(var(--foreground));white-space:normal;word-break:break-word;font-weight:500}.categories-description{-webkit-line-clamp:3;white-space:pre-line;color:hsl(var(--muted-foreground));word-break:break-word;cursor:default;-webkit-box-orient:vertical;font-size:.85rem;line-height:1.4;display:-webkit-box;overflow:hidden}.categories-actions-inline{justify-content:flex-end;gap:6px;display:flex}.category-badge{border:1px solid hsl(var(--border));color:hsl(var(--foreground));background:0 0;border-radius:999px;align-items:center;gap:6px;padding:4px 10px;font-size:.75rem;font-weight:600;display:inline-flex}.category-badge.secondary{background:hsl(var(--secondary));color:hsl(var(--secondary-foreground));border-color:#0000;font-weight:600}.category-badge.outline{background:0 0}.category-badge.mono{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace}.category-badge.truncate{text-overflow:ellipsis;white-space:nowrap;max-width:180px;overflow:hidden}.category-badge.parsed-ready{gap:4px;font-weight:600}.category-badge.parsed-ready svg{width:12px;height:12px}.category-badge.example{font-weight:400}.category-badge.code{text-overflow:ellipsis;white-space:nowrap;flex-shrink:0;max-width:360px;overflow:hidden}.category-badge.wrap{white-space:normal;word-break:break-word;max-width:260px;display:inline-block}.categories-examples{flex-wrap:wrap;gap:6px;display:flex}.categories-empty{text-align:center;color:hsl(var(--muted-foreground));padding:48px 0}.categories-empty-icon{width:48px;height:48px;color:hsl(var(--muted-foreground)/.6);margin:0 auto 12px}.categories-empty h3{color:hsl(var(--foreground));margin:0;font-size:1.125rem;font-weight:600}.categories-empty p{margin:4px 0 0}.categories-empty-value{color:hsl(var(--muted-foreground));font-size:.875rem;font-style:italic}.dialog-overlay{z-index:1200;background:#151c2873;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0}.dialog-content{background:hsl(var(--card));border:1px solid hsl(var(--border));width:min(520px,100%);box-shadow:var(--shadow-lg);border-radius:8px;flex-direction:column;max-height:90vh;display:flex;overflow-y:auto}.dialog-content.dialog-wide{width:min(672px,100%)}.dialog-content.dialog-alert{width:min(480px,100%)}.dialog-header{gap:6px;padding:24px 24px 0;display:grid}.dialog-title{font-size:1.25rem;font-weight:600;font-family:var(--font-heading);color:hsl(var(--foreground));margin:0}.dialog-title-icon{align-items:center;gap:8px;display:flex}.dialog-title-icon svg{width:20px;height:20px;color:hsl(var(--accent))}.dialog-description{color:hsl(var(--muted-foreground));margin:0;font-size:.875rem}.dialog-body{gap:16px;padding:16px 24px;display:grid}.dialog-footer{flex-wrap:wrap;justify-content:flex-end;gap:12px;padding:0 24px 24px;display:flex}.dialog-field{gap:8px;display:grid}.dialog-label-row{justify-content:space-between;align-items:center;gap:12px;display:flex}.classify-warning-dialog{border:1px solid hsl(var(--border));border-radius:12px;width:min(460px,100%);overflow:hidden}.classify-warning-body{align-items:flex-start;gap:18px;padding:28px 28px 20px;display:flex}.classify-warning-icon{background:#eb80051f;border-radius:999px;flex:none;justify-content:center;align-items:center;width:44px;height:44px;display:flex}.classify-warning-icon svg{color:#eb8005;width:22px;height:22px}.classify-warning-text{flex:auto;gap:6px;min-width:0;display:grid}.classify-warning-title{font-family:var(--font-heading);color:hsl(var(--foreground));margin:0;font-size:1.05rem;font-weight:600;line-height:1.3}.classify-warning-message{color:hsl(var(--muted-foreground));margin:0;font-size:.9rem;line-height:1.5}.classify-warning-message strong{color:hsl(var(--foreground));font-weight:600}.classify-hint{border:1px solid hsl(var(--border));background:hsl(var(--muted)/.35);border-radius:8px;margin:12px 0;overflow:hidden}.classify-hint-summary{cursor:pointer;color:hsl(var(--foreground));-webkit-user-select:none;user-select:none;justify-content:space-between;align-items:center;gap:8px;padding:10px 14px;font-size:.88rem;font-weight:500;list-style:none;display:flex}.classify-hint-summary::-webkit-details-marker{display:none}.classify-hint-summary:before{content:"▸";color:hsl(var(--muted-foreground));margin-right:6px;transition:transform .15s;display:inline-block}.classify-hint[open]>.classify-hint-summary:before{transform:rotate(90deg)}.classify-hint-badge{background:hsl(var(--accent)/.15);color:hsl(var(--accent));border-radius:999px;padding:2px 8px;font-size:.74rem;font-weight:500}.classify-hint-body{gap:10px;padding:0 14px 14px;display:grid}.classify-hint-footer{color:hsl(var(--muted-foreground));justify-content:space-between;align-items:center;gap:8px;font-size:.78rem;display:flex}.classify-hint-counter{font-variant-numeric:tabular-nums}.classify-hero{text-align:center;border:1px solid hsl(var(--border));background:radial-gradient(circle at 50% 0%,hsl(var(--primary)/.1)0%,transparent 60%),hsl(var(--card));box-shadow:var(--shadow-card);border-radius:14px;flex-direction:column;justify-content:center;align-items:center;gap:20px;padding:56px 24px 48px;display:flex}.classify-hero-title{font-family:var(--font-heading);letter-spacing:-.02em;color:hsl(var(--foreground));margin:0;font-size:2.5rem;font-weight:800;line-height:1.1}.classify-hero-subtitle{color:hsl(var(--muted-foreground));max-width:520px;margin:0;font-size:1.05rem}.classify-hero-button{letter-spacing:.01em;color:hsl(var(--primary-foreground));background:hsl(var(--primary));cursor:pointer;box-shadow:0 10px 30px -10px hsl(var(--primary)/.5),0 4px 10px -4px hsl(var(--primary)/.35);border:none;border-radius:12px;align-items:center;gap:10px;margin-top:6px;padding:18px 38px;font-size:1.15rem;font-weight:700;line-height:1;transition:transform .15s,box-shadow .2s,background-color .2s;display:inline-flex}.classify-hero-button:hover:not(:disabled){box-shadow:0 14px 36px -10px hsl(var(--primary)/.55),0 6px 14px -4px hsl(var(--primary)/.4);transform:translateY(-2px)}.classify-hero-button:active:not(:disabled){transform:translateY(0)}.classify-hero-button:disabled{opacity:.65;cursor:not-allowed;box-shadow:none}.classify-hero-button svg{width:22px;height:22px}.classify-hero-formats{color:hsl(var(--muted-foreground));margin:0;font-size:.85rem}.classify-hint-card{opacity:.95}.classify-hint-badge{text-transform:uppercase;letter-spacing:.05em;background:hsl(var(--muted));color:hsl(var(--muted-foreground));vertical-align:middle;border-radius:999px;margin-left:6px;padding:2px 8px;font-size:.7rem;font-weight:600;display:inline-block}.classify-hint-panel{border:1px solid hsl(var(--border));background:hsl(var(--muted)/.35);border-radius:8px;gap:8px;margin:0 0 16px;padding:14px 16px;display:grid}.classify-hint-header{justify-content:space-between;align-items:center;gap:12px;display:flex}.classify-hint-header strong{color:hsl(var(--foreground));font-size:.95rem}.classify-upload-footer{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;padding-top:4px;display:flex}.dialog-footer.classify-warning-footer{border-top:1px solid hsl(var(--border)/.6);background:hsl(var(--muted)/.3);padding:12px 24px 20px}.textarea-with-action{position:relative}.ui-textarea.has-action{padding-right:44px}.textarea-action{border-radius:8px;width:28px;height:28px;padding:0;position:absolute;top:8px;right:8px}.dialog-label{color:hsl(var(--foreground));font-size:.875rem;font-weight:500}.dialog-note{color:hsl(var(--muted-foreground));margin-top:6px;font-size:.75rem}.parsed-section{gap:12px;display:grid}.parsed-header{justify-content:space-between;align-items:center;gap:12px;display:flex}.parsed-title{font-size:.875rem;font-weight:500}.parsed-warnings{background:hsl(var(--accent)/.12);border:1px solid hsl(var(--accent)/.3);color:hsl(var(--accent));border-radius:8px;gap:6px;padding:10px 12px;font-size:.8125rem;display:grid}.parsed-warning{align-items:flex-start;gap:8px;display:flex}.parsed-warning svg{flex-shrink:0;width:16px;height:16px}.parsed-list{gap:8px;max-height:300px;padding-right:4px;display:grid;overflow-y:auto}.parsed-item{border:1px solid hsl(var(--border));background:hsl(var(--card));border-radius:8px;align-items:flex-start;gap:12px;padding:12px;display:flex}.parsed-item-main{flex:1;gap:4px;min-width:0;display:grid}.parsed-item-title{flex-wrap:nowrap;align-items:center;gap:8px;min-width:0;display:flex}.parsed-item-row{flex-wrap:wrap;align-items:center;gap:8px;min-width:0;display:flex}.parsed-item-label{text-transform:uppercase;letter-spacing:.12em;color:hsl(var(--muted-foreground));font-size:.7rem;font-weight:600}.parsed-item-name{color:hsl(var(--foreground));white-space:normal;word-break:break-word;margin:0;font-weight:500}.parsed-item-examples{color:hsl(var(--muted-foreground));white-space:normal;word-break:break-word;margin:0;font-size:.875rem;line-height:1.4}.parsed-item-description{color:hsl(var(--muted-foreground));white-space:pre-line;word-break:break-word;margin:0;font-size:.85rem;line-height:1.4}.parsed-item-description.empty,.parsed-item-examples.empty{color:hsl(var(--muted-foreground));font-style:italic}.ui-button.parsed-remove{color:hsl(var(--muted-foreground))}.ui-button.parsed-remove:hover{color:hsl(var(--destructive));background:hsl(var(--destructive)/.1)}.spinner.small{border-width:2px;width:16px;height:16px}@media (min-width:1024px){.categories-stats{grid-template-columns:repeat(2,minmax(0,1fr))}.categories-title{font-size:1.875rem}}.loading-overlay{opacity:0;pointer-events:none;z-index:1000;background:#151c2866;justify-content:center;align-items:center;transition:opacity .2s;display:flex;position:fixed;inset:0}.modal-overlay{z-index:1100;background:#151c2866;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0}.modal-card{background:hsl(var(--card));border:1px solid hsl(var(--border));box-shadow:var(--shadow-lg);border-radius:16px;flex-direction:column;gap:16px;width:min(560px,100%);padding:20px 24px;display:flex}.modal-header{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.modal-title{font-size:1.25rem;font-weight:600;font-family:var(--font-heading);margin:0}.modal-subtitle{color:hsl(var(--muted-foreground));margin:4px 0 0;font-size:.875rem}.modal-body{gap:12px;display:grid}.modal-item{background:hsl(var(--muted)/.4);border-radius:12px;gap:6px;padding:12px 14px;display:grid}.modal-label{color:hsl(var(--muted-foreground));font-size:.85rem}.modal-field{gap:8px;font-weight:500;display:grid}.modal-footer{justify-content:flex-end;gap:12px;display:flex}.loading-overlay.show{opacity:1;pointer-events:auto}.loading-card{background:hsl(var(--card));box-shadow:var(--shadow-lg);border-radius:16px;align-items:center;gap:16px;min-width:280px;padding:20px 24px;display:flex}.loading-card strong{margin-bottom:6px;display:block}.spinner{border:4px solid hsl(var(--border));border-top-color:hsl(var(--accent));border-radius:50%;width:34px;height:34px;animation:.9s linear infinite spin}.loading-progress{background:hsl(var(--muted));border-radius:999px;height:8px;overflow:hidden}.loading-bar{background:var(--gradient-accent);height:100%;transition:width .3s}.loading-percent{color:hsl(var(--muted-foreground));margin-top:6px;font-size:.85rem;display:inline-block}.pipeline-overlay{z-index:1000;opacity:0;pointer-events:none;background:#151c288c;justify-content:center;align-items:center;transition:opacity .25s;display:flex;position:fixed;inset:0}.pipeline-overlay.show{opacity:1;pointer-events:auto}.pipeline-card{background:hsl(var(--card));border:1px solid hsl(var(--border));box-shadow:var(--shadow-lg);border-radius:20px;flex-direction:column;gap:14px;width:min(520px,100% - 32px);padding:24px 28px;display:flex}.pipeline-header{align-items:center;gap:14px;display:flex}.pipeline-title{font-size:1.1rem;font-weight:600;font-family:var(--font-heading)}.pipeline-elapsed{color:hsl(var(--muted-foreground));font-variant-numeric:tabular-nums;margin-top:2px;font-size:.82rem;display:block}.pipeline-eta{color:hsl(var(--muted-foreground)/.8);font-weight:400}.pipeline-detail{color:hsl(var(--muted-foreground));min-height:1.3em;margin:0;font-size:.9rem}.pipeline-step-label{color:hsl(var(--muted-foreground));font-variant-numeric:tabular-nums;font-size:.82rem;display:flex}.pipeline-steps{gap:6px;display:flex}.pipeline-step-dot{background:hsl(var(--muted));border-radius:999px;flex:1;height:6px;transition:background .3s}.pipeline-step-dot.done{background:hsl(var(--accent))}.pipeline-step-dot.active{background:hsl(var(--accent));animation:1.2s ease-in-out infinite pulse-dot}@keyframes pulse-dot{0%,to{opacity:1}50%{opacity:.5}}.pipeline-log{background:hsl(var(--muted)/.3);border-radius:10px;flex-direction:column;gap:4px;max-height:160px;padding:10px 12px;font-size:.82rem;display:flex;overflow-y:auto}.pipeline-log-item{align-items:baseline;gap:10px;display:flex}.pipeline-log-time{color:hsl(var(--accent));font-variant-numeric:tabular-nums;flex-shrink:0;min-width:38px}.pipeline-log-text{color:hsl(var(--foreground))}.pipeline-done-icon{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;font-size:1.1rem;font-weight:700;display:flex}.pipeline-done-icon.success{color:#fff;background:#29a366}.pipeline-done-icon.error{background:hsl(var(--destructive));color:#fff}.pipeline-done-summary{color:hsl(var(--foreground));margin:0;font-size:.95rem}.pipeline-done-summary strong{color:hsl(var(--accent))}.pipeline-done-error{color:hsl(var(--destructive));margin:0}.mobile-backdrop{display:none}@keyframes spin{to{transform:rotate(360deg)}}@media (max-width:1024px){.app-sidebar{width:min(280px,80vw);transform:translate(-100%)}.app-sidebar.mobile-open{transform:translate(0)}.app-main,.app-main.collapsed{margin-left:0}.app-header{display:flex}.sidebar-toggle{display:none}.mobile-backdrop{z-index:30;background:#151c2866;display:block;position:fixed;inset:0}.app-content{padding:64px 24px 24px}}@media (min-width:1024px){.app-content{padding:32px}}@media (max-width:720px){.stats-grid{width:100%}.action-row{flex-direction:column;align-items:stretch}.button{justify-content:center;width:100%}}.file-chip{background:hsl(var(--secondary));color:hsl(var(--secondary-foreground));border-radius:999px;align-items:center;gap:8px;max-width:100%;padding:6px 8px 6px 12px;font-size:.85rem;display:inline-flex}.file-chip-icon{flex-shrink:0;width:16px;height:16px}.file-chip-name{white-space:nowrap;text-overflow:ellipsis;flex-shrink:1;overflow:hidden}.file-chip-remove{background:hsl(var(--muted));cursor:pointer;width:20px;height:20px;color:hsl(var(--muted-foreground));border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;transition:background .2s,color .2s;display:inline-flex}.file-chip-remove:hover{background:hsl(var(--destructive)/.8);color:hsl(var(--destructive-foreground))}.file-chip-remove svg{width:14px;height:14px}.categories-sub-header{background:hsl(var(--muted)/.5);border-radius:var(--radius);flex-wrap:wrap;gap:16px;padding:16px;display:flex}.embedding-status{align-items:center;gap:12px;display:flex}.embedding-icon{width:20px;height:20px;color:hsl(var(--muted-foreground))}.embedding-label{color:hsl(var(--muted-foreground));font-size:.875rem}.embedding-value{font-size:.875rem;font-weight:500}.results-table .col-why{min-width:200px;color:hsl(var(--muted-foreground));font-style:italic}.agent-page{flex-direction:column;min-height:calc(100vh - 120px);display:flex}.agent-coming-soon{text-align:center;border:1px solid hsl(var(--border));background:radial-gradient(circle at 50% 0%,hsl(var(--primary)/.1)0%,transparent 55%),radial-gradient(circle at 50% 100%,hsl(var(--primary)/.06)0%,transparent 55%),hsl(var(--card));box-shadow:var(--shadow-card);border-radius:20px;flex-direction:column;flex:1;justify-content:center;align-items:center;padding:80px 32px;display:flex}.agent-coming-soon-icon{background:linear-gradient(135deg,hsl(var(--primary))0%,hsl(var(--primary)/.7)100%);width:88px;height:88px;color:hsl(var(--primary-foreground));box-shadow:0 20px 40px -14px hsl(var(--primary)/.4),0 6px 14px -4px hsl(var(--primary)/.25);border-radius:24px;place-items:center;margin-bottom:24px;display:grid}.agent-coming-soon-icon svg{width:44px;height:44px}.agent-coming-soon-badge{background:hsl(var(--primary)/.12);color:hsl(var(--primary));letter-spacing:.12em;text-transform:uppercase;border-radius:999px;margin-bottom:16px;padding:6px 14px;font-size:.75rem;font-weight:700;display:inline-block}.agent-coming-soon-title{font-family:var(--font-heading);letter-spacing:-.025em;color:hsl(var(--foreground));margin:0 0 12px;font-size:2.75rem;font-weight:800;line-height:1.05}.agent-coming-soon-subtitle{color:hsl(var(--muted-foreground));max-width:440px;margin:0;font-size:1.05rem;line-height:1.55}.floating-agent-trigger{background:hsl(var(--primary));width:56px;height:56px;color:hsl(var(--primary-foreground));box-shadow:var(--shadow-lg);cursor:pointer;z-index:100;border:none;border-radius:28px;place-items:center;transition:transform .2s,background .2s;display:grid;position:fixed;bottom:24px;right:24px}.floating-agent-trigger:hover{background:hsl(var(--primary)/.9);transform:scale(1.1)translateY(-2px)}.floating-agent-trigger svg{width:24px;height:24px}
