@import"https://fonts.googleapis.com/css2?family=DM+Mono:wght@400;500&family=DM+Sans:wght@400;500;600;700&family=Space+Grotesk:wght@500;600;700&display=swap";.question-review-list{display:grid;gap:12px}.question-review-card{padding:17px 19px}.question-review-header{display:flex;justify-content:space-between}.question-review-card h2{font-size:15px;margin:10px 0}.review-status{color:var(--muted);font:9px DM Mono}.question-review-answer{width:100%;min-height:100px;resize:vertical;border:1px solid var(--line);padding:11px;font:13px/1.55 DM Sans;color:var(--ink);background:#fff}.question-review-actions{display:flex;justify-content:flex-end;gap:8px;margin-top:10px}.has-question-list>.section-heading,.has-question-list>.answer-panel,.has-question-list>.review-note{display:none}.source-actions{display:flex;align-items:center;justify-content:space-between;gap:12px;margin:0 0 12px}.source-actions>div{display:flex;gap:8px}.source-badge{color:var(--muted);font:10px DM Mono}.role-bar{display:flex;align-items:center;gap:22px;border-bottom:1px solid var(--line);padding:0 0 18px;margin-bottom:30px}.role-selector{display:flex;align-items:center;gap:10px}.role-selector select{border:1px solid var(--line);background:var(--paper);color:var(--ink);padding:8px 10px;font-size:11px;font-weight:600}.queue-summary{display:flex;gap:15px;color:var(--muted);font:10px DM Mono}.queue-summary strong{color:var(--ink);margin-right:3px}.queue-summary .queue-warning{color:#bd704e}.workflow-status{margin-left:auto;color:var(--blue);font:10px DM Mono}.import-source .source-input-row{display:none}.import-source .label-hint{color:var(--muted)}.import-page{min-height:100vh;background:#f5f2eb}.import-header{height:64px;display:flex;align-items:center;gap:12px;padding:0 5.5%;border-bottom:1px solid var(--line);background:#faf9f5}.import-header-label{margin-left:18px;color:var(--muted);font-size:12px}.import-main{max-width:850px;margin:0 auto;padding:56px 24px 70px}.import-main h1{margin-top:10px}.import-main>.subtitle{margin-bottom:30px}.import-source{padding:20px 22px 15px}.import-source .source-input-row{margin-top:3px}.import-questions{padding:21px 22px 22px;margin-top:18px}.import-question-heading{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:15px}.import-question-heading h2{font-size:19px;margin-top:7px}.import-question-list{display:grid;gap:7px}.import-question{display:flex;align-items:center;gap:12px;padding:12px 13px;background:#f4f1ea;border:1px solid #e4e0d7;font-size:12px}.import-question span:nth-child(2){flex:1}.import-question svg{color:#62a265}.empty-import{color:var(--muted);font-size:12px;padding:18px 0}.continue-button{margin-top:18px}.home-screen{max-width:930px;margin:7vh auto 0}.home-screen h1{margin-top:10px}.home-subtitle{color:var(--muted);margin:10px 0 35px;font-size:14px}.home-feature-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.home-feature{position:relative;min-height:275px;padding:27px;background:var(--paper);border:1px solid var(--line)}.home-feature:hover{border-color:#a9b8f1}.home-feature-number{position:absolute;right:22px;top:22px;color:var(--blue);font:10px DM Mono}.home-feature-icon{width:45px;height:45px;display:grid;place-items:center;background:#e8edff;color:var(--blue);margin-bottom:23px}.upload-icon{background:#eaf3d8;color:#568b38}.home-feature h2{font-size:20px}.home-feature p{color:var(--muted);font-size:12px;line-height:1.55;max-width:310px;margin:9px 0 20px}.home-url-row{display:flex;gap:8px}.home-url-row input{min-width:0;flex:1;border:1px solid var(--line);padding:10px;font-size:11px;outline:0}.home-feature small{display:block;color:var(--muted);font-size:10px;margin-top:15px}.home-upload-button{display:inline-flex;align-items:center;gap:8px;background:var(--navy);color:#fff;padding:11px 13px;font-size:11px;font-weight:600;cursor:pointer}.home-upload-button input{display:none}.source-panel{padding:18px 25px 13px;margin-bottom:18px}.source-input-row{display:flex;gap:10px;align-items:center;flex-wrap:wrap}.source-url-field{display:flex;align-items:center;gap:8px;border:1px solid var(--line);background:#fff;padding:0 10px;flex:1;min-width:240px;color:var(--muted)}.source-url-field input{border:0;outline:0;min-width:0;flex:1;padding:11px 0;font-size:12px}.source-button,.upload-form-button{border:0;background:var(--navy);color:#fff;padding:10px 12px;font-size:11px;font-weight:600;white-space:nowrap}.upload-form-button{display:inline-flex;align-items:center;gap:7px;background:#e6e3da;color:var(--ink);cursor:pointer}.upload-form-button input{display:none}.source-status{color:var(--muted);font-size:10px;margin:11px 0 0}.source-status .status-dot{margin-right:6px}.detected-list{display:flex;flex-wrap:wrap;gap:6px;border-top:1px solid var(--line);padding-top:12px;margin-bottom:15px}.detected-list button{border:1px solid var(--line);background:#f4f1ea;color:var(--muted);padding:7px 9px;text-align:left;font-size:10px}.detected-list button.detected-active{color:var(--blue);background:#e8edff;border-color:#a9b8f1}:root{font-family:DM Sans,sans-serif;color:#20262d;background:#f5f2eb;font-synthesis:none;--ink: #20262d;--muted: #7b817f;--line: #ddd9d0;--paper: #fcfbf8;--blue: #3759d7;--navy: #18243b;--lime: #d5f36b;--coral: #f08267}*{box-sizing:border-box}body{margin:0;min-width:320px;background:#f5f2eb}button,textarea,select{font:inherit}button{cursor:pointer}button:disabled{cursor:wait;opacity:.7}.app-shell{min-height:100vh;display:grid;grid-template-columns:240px 1fr;grid-template-rows:64px 1fr}.topbar{grid-column:1 / -1;display:flex;align-items:center;gap:12px;padding:0 28px;border-bottom:1px solid var(--line);background:#faf9f5;z-index:3}.brand-mark{width:29px;height:29px;border:0;padding:0;background:var(--navy);color:var(--lime);display:grid;place-items:center;font-family:Space Grotesk;font-weight:700;transform:rotate(-6deg)}.brand-mark span{transform:rotate(6deg)}.brand-name{font-family:Space Grotesk;font-weight:700;font-size:18px;letter-spacing:-.5px}.brand-name span{color:var(--blue)}.workspace-switcher{margin-left:30px;display:flex;align-items:center;gap:8px;color:#515957;font-size:13px;padding:9px 12px;border:1px solid var(--line);background:#fff}.workspace-dot,.status-dot{width:7px;height:7px;background:#5db578;border-radius:50%;display:inline-block}.topbar-spacer{flex:1}.icon-button,.avatar,.mobile-menu{border:0;background:transparent;color:#606762;display:grid;place-items:center}.icon-button{padding:8px}.avatar{width:32px;height:32px;background:var(--coral);color:#fff;border-radius:50%;font-weight:700;font-size:11px}.mobile-menu{display:none}.sidebar{background:#f0ede5;border-right:1px solid var(--line);padding:27px 14px 18px;display:flex;flex-direction:column;min-height:calc(100vh - 64px)}.eyebrow{color:var(--muted);font-family:DM Mono,monospace;font-size:10px;letter-spacing:.08em;text-transform:uppercase;margin:0}.sidebar nav{margin-top:12px}.nav-item{width:100%;border:0;background:transparent;padding:10px 12px;display:flex;align-items:center;gap:11px;color:#646b69;text-align:left;font-size:13px;border-radius:4px}.nav-item:hover{color:var(--ink);background:#e7e3d9}.nav-item.active{background:var(--navy);color:#fff}.nav-count{margin-left:auto;font-family:DM Mono;font-size:10px;color:#aab1ad}.recent-section{margin-top:39px}.tiny-action{border:0;float:right;background:transparent;color:var(--muted);padding:0}.recent-item{width:100%;display:flex;align-items:flex-start;text-align:left;gap:9px;padding:9px 6px;border:0;background:transparent;color:var(--ink)}.recent-item.selected{background:#e4e0d6}.recent-item strong,.recent-item small{display:block}.recent-item strong{font-size:11px;font-weight:600;line-height:1.35}.recent-item small{font-size:10px;color:var(--muted);margin-top:3px}.file-icon{width:25px;height:25px;display:grid;place-items:center;flex:0 0 auto}.file-icon.blue{color:var(--blue);background:#dce4ff}.file-icon.orange{color:#c65b3f;background:#f9dfd5}.file-icon.green{color:#568b38;background:#deedc4}.sidebar-bottom{margin-top:auto}.plan-meter{border-top:1px solid var(--line);padding:19px 8px 0;margin-top:14px}.plan-meter div:first-child{display:flex;justify-content:space-between;font-size:11px;color:#727974}.plan-meter strong{color:var(--ink)}.plan-meter small{color:var(--muted);font-size:10px}.meter{height:4px;background:#dcd8cf;margin:9px 0 7px}.meter span{display:block;width:68%;height:100%;background:var(--blue)}.main-content{max-width:1400px;width:100%;margin:0 auto;padding:42px 5.5% 48px}.page-heading{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:31px}.breadcrumb{font-family:DM Mono;color:var(--muted);font-size:10px;margin:0 0 11px}.breadcrumb span{padding:0 7px;color:#bbb8b0}h1,h2{font-family:Space Grotesk;margin:0;letter-spacing:-.7px}h1{font-size:31px}.subtitle{color:var(--muted);margin:8px 0 0;font-size:13px}.outline-button,.ghost-button,.reject-button,.approve-button,.primary-button,.send-button{display:inline-flex;align-items:center;gap:8px;border:0;font-size:12px;font-weight:600}.outline-button{padding:10px 14px;color:var(--ink);background:transparent;border:1px solid #c9c5bc}.outline-button:hover{background:#fff}.panel{background:var(--paper);border:1px solid var(--line)}.question-panel{padding:22px 25px 17px}.panel-label{display:flex;gap:12px;align-items:center;margin-bottom:15px}.step-number{font-family:DM Mono;font-size:11px;color:var(--blue);border:1px solid #a9b8f1;padding:6px 5px}.label-hint{font-size:11px;color:var(--muted);display:block;margin-top:4px}.question-panel textarea,.answer-editor{resize:vertical;width:100%;border:0;outline:0;color:var(--ink);background:transparent;font-size:18px;line-height:1.45}.question-panel textarea{min-height:75px;font-family:Space Grotesk;font-weight:500}.question-footer{border-top:1px solid var(--line);padding-top:15px;display:flex;justify-content:space-between;align-items:center;gap:15px}.question-meta{color:var(--muted);font-size:11px;display:flex;align-items:center;gap:7px}.divider{width:1px;height:14px;background:var(--line);margin:0 5px}.question-meta select{border:0;color:var(--ink);background:transparent;font-size:11px;font-weight:600}.primary-button{color:var(--navy);background:var(--lime);padding:11px 14px}.primary-button:hover{background:#c5e65c}.spin{animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.workspace-grid{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(290px,.75fr);gap:30px;margin-top:39px}.section-heading{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:13px}.section-heading h2{font-size:20px;margin-top:7px}.live-badge,.source-count{font-family:DM Mono;font-size:10px;color:#6e7771}.live-badge span{display:inline-block;width:6px;height:6px;background:#62b77b;border-radius:50%;margin-right:5px}.answer-panel{min-height:305px;padding:16px 20px 14px}.answer-toolbar{display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid var(--line);padding-bottom:13px}.source-label{color:var(--blue);font-family:DM Mono;font-size:10px;display:flex;align-items:center;gap:6px}.ghost-button{color:var(--muted);background:transparent;padding:4px 0}.answer-editor{min-height:190px;margin-top:17px;font-size:15px;line-height:1.7}.answer-footer{border-top:1px solid var(--line);padding-top:13px;display:flex;justify-content:space-between;align-items:center;color:var(--muted);font-family:DM Mono;font-size:9px}.answer-actions{display:flex;gap:8px}.reject-button{padding:8px 10px;color:#878b87;background:transparent}.approve-button{padding:9px 13px;color:#fff;background:var(--navy)}.approve-button:hover{background:var(--blue)}.review-note{display:flex;gap:9px;margin-top:15px;padding:12px 14px;background:#eaf1ff;color:#526078}.review-note p{margin:0;font-size:11px;line-height:1.5}.review-note strong{color:var(--navy)}.note-icon{color:var(--blue)}.source-list{display:flex;flex-direction:column;gap:9px}.source-card{width:100%;text-align:left;border:1px solid var(--line);background:#fcfbf89e;padding:14px 15px 12px;color:var(--ink)}.source-card:hover,.source-card.source-active{border-color:#8a9bea;background:var(--paper)}.source-card-top{display:flex;justify-content:space-between;margin-bottom:10px}.source-rank{font-family:DM Mono;color:var(--blue);font-size:10px}.match-score{font-family:DM Mono;color:#6a9a64;font-size:9px}.source-card strong{display:block;font-family:Space Grotesk;font-size:12px;line-height:1.35}.source-card p{color:#717875;font-size:11px;line-height:1.48;margin:7px 0 12px}.source-id{display:flex;justify-content:space-between;color:var(--muted);font-family:DM Mono;font-size:9px}.bottom-strip{border-top:1px solid var(--line);margin-top:42px;padding-top:20px;display:flex;align-items:center;gap:30px}.confidence{display:flex;align-items:center;gap:12px}.confidence-ring{width:44px;height:44px;border-radius:50%;display:grid;place-items:center;background:radial-gradient(circle at center,var(--paper) 57%,transparent 59%),conic-gradient(var(--blue) 91%,#dfe3e9 0);color:var(--blue);font-family:DM Mono;font-size:11px}.confidence p{margin-bottom:4px}.confidence strong,.confidence small{display:block}.confidence strong{font-size:12px}.confidence small{color:var(--muted);font-size:10px}.shortcut-hint{margin-left:auto;color:var(--muted);font-size:10px}.key{display:inline-grid;place-items:center;border:1px solid #c9c5bc;background:#fbfaf7;min-width:20px;height:19px;margin-right:3px;font-family:DM Mono}.send-button{background:var(--coral);color:#fff;padding:11px 15px}.send-button:hover{background:#dc6e55}@media(max-width:900px){.app-shell{grid-template-columns:1fr}.topbar{padding:0 18px}.mobile-menu{display:grid}.workspace-switcher{margin-left:10px}.sidebar{position:fixed;top:64px;bottom:0;left:0;width:240px;transform:translate(-100%);transition:transform .2s ease;z-index:2;box-shadow:6px 0 18px #20262d14}.sidebar-open{transform:translate(0)}.main-content{padding:34px 24px 40px}.workspace-grid{grid-template-columns:1fr;gap:32px}}@media(max-width:580px){.brand-name{font-size:16px}.workspace-switcher{display:none}.page-heading{align-items:flex-start;flex-direction:column;gap:18px}.page-heading .outline-button{align-self:stretch;justify-content:center}.main-content{padding:28px 15px 35px}h1{font-size:27px}.question-panel{padding:18px 16px 15px}.question-footer{align-items:flex-start;flex-direction:column}.question-meta{flex-wrap:wrap}.primary-button{width:100%;justify-content:center}.workspace-grid{margin-top:30px}.answer-panel{padding:14px}.answer-footer{align-items:flex-start;flex-direction:column;gap:11px}.answer-actions{width:100%}.reject-button,.approve-button{flex:1;justify-content:center}.bottom-strip{align-items:flex-start;flex-direction:column;gap:18px}.shortcut-hint{margin-left:0;order:3}.send-button{width:100%;justify-content:center}.source-card p{max-height:52px;overflow:hidden}}
