:root{--bg: #f5f7fb;--panel: #ffffff;--line: #d9e0ea;--ink: #111827;--muted: #667085;--blue: #1263eb;--blue-dark: #0f5f75;--green: #14783f;--soft-blue: #eef4ff;--yellow: #fff1a6}.appCrash{min-height:100vh;display:grid;place-content:center;gap:14px;padding:32px;background:#f6f8fb;color:var(--ink);text-align:center}.appCrash h1{margin:0;font-size:24px}.appCrash p{max-width:720px;margin:0;color:#667085;overflow-wrap:anywhere}.authGate{min-height:100vh;display:grid;place-content:center;justify-items:center;gap:12px;background:var(--bg);color:var(--muted)}.authGate p{margin:0}.authGate h1{margin:0;color:var(--ink);font-size:22px}.authGateSpinner{width:28px;height:28px;border:3px solid #d9e0ea;border-top-color:var(--blue);border-radius:50%;animation:authGateSpin .7s linear infinite}@keyframes authGateSpin{to{transform:rotate(360deg)}}@media(prefers-reduced-motion:reduce){.authGateSpinner{animation:none}}*{box-sizing:border-box}html,body,#root{height:100%;margin:0;overflow:hidden}body{font-family:Avenir Next,Segoe UI Variable,Noto Sans,ui-sans-serif,system-ui,sans-serif;font-size:13px;color:var(--ink);background:var(--bg)}button,input{font:inherit}.app{height:100%;display:grid;grid-template-rows:48px minmax(0,1fr)}.topbar{display:grid;grid-template-columns:auto auto minmax(40px,1fr) auto;align-items:center;gap:10px;padding:0 12px;border-bottom:1px solid var(--line);background:var(--panel)}.dashboardTopbar{grid-template-columns:auto auto minmax(120px,1fr) auto}.headerHomeButton{color:#36506f;text-decoration:none}.upgradePlanButton{border-color:#174a9c;background:#174a9c;color:#fff;text-decoration:none}.closeView{width:31px;height:31px;display:grid;place-items:center;border:1px solid var(--line);border-radius:6px;background:#fff;color:#344054;cursor:pointer}.brand{display:flex;align-items:center;gap:9px;font-size:18px;min-width:0}.brand svg{background:var(--blue);color:#fff;width:32px;height:32px;padding:7px;border-radius:7px}.crumbs{display:flex;align-items:center;gap:8px;min-width:0;color:var(--muted);font-size:12px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.crumbs>span:first-child{min-width:0;overflow:hidden;text-overflow:ellipsis}.pill{border:1px solid var(--line);border-radius:7px;padding:2px 8px;font-size:12px;background:#fff}.pill.ok{color:var(--green);background:#ecfdf3;border-color:#b8e4c7}.actions{display:flex;align-items:center;justify-content:flex-end;gap:6px;min-width:0}.userMenu{position:relative;flex:0 0 auto}.userTrigger{width:31px;height:31px;display:grid;place-items:center;border:1px solid var(--line);border-radius:999px;background:#fff;cursor:pointer;padding:0}.userAvatar{width:25px;height:25px;display:grid;place-items:center;border-radius:999px;background:#153e75;color:#fff;font-size:12px;font-weight:800}.userDropdown{position:absolute;right:0;top:calc(100% + 6px);z-index:30;width:180px;padding:6px;border:1px solid var(--line);border-radius:7px;background:#fff;box-shadow:0 10px 24px #10182824}.userName{overflow:hidden;padding:7px 8px 9px;border-bottom:1px solid #e4e7ec;color:#344054;font-size:12px;font-weight:800;text-overflow:ellipsis;white-space:nowrap}.userDropdown button,.userDropdown a{width:100%;min-height:30px;display:flex;align-items:center;gap:7px;border:0;border-radius:5px;color:#344054;font-size:12px;text-decoration:none;background:transparent;color:var(--ink);cursor:pointer;padding:0 8px;text-align:left}.userDropdown button:hover,.userDropdown a:hover{background:#f2f5f9}.exportMenu,.insertMenu{position:relative}.exportPanel{position:absolute;right:0;top:calc(100% + 6px);z-index:20;width:230px;padding:6px;border:1px solid var(--line);border-radius:7px;background:#fff;box-shadow:0 10px 24px #10182824}.exportPanel button{width:100%;min-height:30px;border:0;border-radius:5px;background:transparent;color:var(--ink);text-align:left;padding:0 8px;cursor:pointer}.exportPanel button:hover{background:#f2f5f9}.exportPanel button:disabled{color:#98a2b3;cursor:not-allowed}.insertPanel{position:absolute;left:0;bottom:calc(100% + 6px);z-index:20;width:180px;padding:6px;border:1px solid var(--line);border-radius:7px;background:#fff;box-shadow:0 10px 24px #10182824}.insertPanel button{width:100%;min-height:30px;border:0;border-radius:5px;background:transparent;color:var(--ink);text-align:left;padding:0 8px;cursor:pointer}.insertPanel button:hover{background:#f2f5f9}.drop,.button{min-height:31px;display:inline-flex;align-items:center;gap:6px;border:1px solid var(--line);border-radius:4px;background:#fff;color:#111827;padding:0 10px;cursor:pointer;white-space:nowrap}.drop{border-style:dashed;min-width:130px}.button.primary{color:#fff;background:var(--blue);border-color:var(--blue)}.button.approve{color:#fff;background:var(--green);border-color:var(--green)}.button.approve.approvedToggle{background:#dc2626;border-color:#dc2626}.button.approve.approvedToggle:hover{background:#b91c1c;border-color:#b91c1c}.button.muted{color:#98a2b3}.button.danger{color:#dc2626;border-color:#fecaca;background:#fff}.button.danger:hover{background:#fff5f5}.button.dangerFill{color:#fff;background:#dc2626;border-color:#dc2626}.button.dangerFill:hover{background:#b91c1c;border-color:#b91c1c}.button:disabled{opacity:.5;cursor:not-allowed}.checkline{display:inline-flex;align-items:center;gap:6px;white-space:nowrap}.modalBackdrop{position:fixed;inset:0;z-index:100;display:grid;place-items:center;padding:18px;background:#0f172a47;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.confirmModal{width:min(420px,100%);display:grid;grid-template-columns:auto minmax(0,1fr);gap:12px;padding:18px;border:1px solid rgba(217,224,234,.9);border-radius:8px;background:#fffffff5;box-shadow:0 24px 60px #10182840}.modalIcon{width:38px;height:38px;display:grid;place-items:center;border-radius:8px}.dangerIcon{color:#dc2626;background:#fff1f2;border:1px solid #fecdd3}.unsavedIcon{color:var(--blue);background:var(--soft-blue);border:1px solid #bfdbfe}.confirmModal h2{margin:0 0 6px;font-size:17px;line-height:1.25}.confirmModal p{margin:0;color:var(--muted);line-height:1.45}.modalActions{grid-column:1 / -1;display:flex;justify-content:flex-end;gap:8px;margin-top:4px}.logoutIcon{color:#1d5ed0;background:#eaf1ff}.appToast{position:fixed;z-index:90;right:24px;bottom:24px;width:min(390px,calc(100vw - 32px));display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:start;gap:12px;padding:15px 16px;border:1px solid #b9dec9;border-radius:14px;background:#f3fbf6;color:#174b2e;box-shadow:0 18px 48px #0f172a2e}.appToast.error{border-color:#f3c1c1;background:#fff6f6;color:#9f2626}.appToast>div{min-width:0}.appToast strong,.appToast span{display:block}.appToast span{margin-top:3px;color:#52705f;overflow-wrap:anywhere}.appToast.error span{color:#9f4b4b}.appToast button{width:28px;height:28px;display:grid;place-items:center;padding:0;border:0;border-radius:8px;background:transparent;color:currentColor;cursor:pointer}.appToast button:hover{background:#0f172a12}@media(max-width:640px){.appToast{right:16px;bottom:16px}}.extractionBackdrop{cursor:progress}.progressModal{width:min(460px,100%);padding:20px;border:1px solid rgba(217,224,234,.9);border-radius:8px;background:#fffffff5;box-shadow:0 24px 60px #10182840}.progressHeader{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.progressHeader h2{margin:0 0 4px;font-size:18px}.progressHeader p{margin:0;color:var(--muted)}.progressHeader strong{color:var(--blue);font-size:24px;line-height:1}.progressTrack{height:12px;margin:18px 0 10px;overflow:hidden;border-radius:999px;background:#e9eef7}.progressTrack.compact{height:7px;margin:0}.progressFill{height:100%;border-radius:inherit;background:linear-gradient(90deg,var(--blue),#27a6ff);transition:width .25s ease}.progressFill.error{background:#dc2626}.progressText{min-height:20px;color:#344054;font-size:12px}.progressActions{display:flex;justify-content:flex-end;gap:8px;margin-top:14px}.workspace{min-height:0;padding:6px 10px 8px;display:grid;grid-template-rows:minmax(0,48%) minmax(0,1fr);gap:6px}.sectionTitle{color:#667085;font-size:11px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;margin-bottom:4px}.titlePicker{display:flex;align-items:center;gap:8px;min-width:0}.titlePicker span{flex:0 0 auto}.titlePicker select{min-width:260px;max-width:min(640px,60vw);height:25px;border:1px solid var(--line);border-radius:4px;color:#344054;background:#fff;font:600 11px/1 Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;letter-spacing:0;text-transform:none}.compactExtraction{flex:1 1 260px;min-width:240px;max-width:520px;display:flex;align-items:center;gap:6px;margin-left:auto;letter-spacing:0;text-transform:none}.compactExtractionMain{flex:1 1 auto;min-width:0;height:25px;display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:6px 8px;padding:3px 8px;border:1px solid #bfdbfe;border-radius:4px;background:#eff6ff;color:#344054;cursor:pointer;font:700 11px/1 Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.compactExtractionMain span:first-child{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.compactExtractionMain strong{color:var(--blue)}.compactTrack{grid-column:1 / -1;height:4px;overflow:hidden;border-radius:999px;background:#dbeafe}.compactFill{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,var(--blue),#27a6ff);transition:width .25s ease}.compactExtraction.error .compactExtractionMain{border-color:#fecaca;background:#fff5f5}.compactFill.error{background:#dc2626}.compactCancel,.compactDismiss{flex:0 0 auto;height:25px;padding:0 8px;border:1px solid var(--line);border-radius:4px;background:#fff;color:#344054;cursor:pointer;font:700 11px/1 Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.compactCancel{border-color:#fecaca;color:#dc2626}.compactCancel:disabled{cursor:not-allowed;opacity:.6}.sourceSection{min-height:0}.sourceLayout{height:calc(100% - 17px);display:grid;grid-template-columns:minmax(0,1fr) 155px;gap:8px}.sourceCard{min-height:0;display:grid;grid-template-columns:46px minmax(0,1fr);border:1px solid var(--line);border-radius:7px;overflow:hidden;background:#fff;box-shadow:0 6px 16px #10182812}.toolRail{display:flex;flex-direction:column;align-items:center;gap:6px;padding:7px 5px;border-right:1px solid var(--line);background:#fff}.toolRail button,.iconButton{width:31px;height:31px;display:grid;place-items:center;border:1px solid var(--line);border-radius:6px;background:#fff;color:#344054}.toolRail span{color:#667085;margin:2px 0;font-size:11px}.sourceViewport{overflow:auto;background:#fbfcfe}.sourceViewport img{display:block;max-width:none;transform-origin:top left}.pdfPageCanvas{display:grid;place-items:center;background:#fff}.pdfPageCanvas canvas{display:block}.pdfPageCanvas.failed{color:#667085;font-size:11px}.pdfSourcePage{min-width:100%;min-height:100%;justify-content:start;overflow:visible}.pdfSourcePage canvas{margin:0 auto;transform-origin:top left}.miniMap{min-height:0;display:grid;grid-template-rows:auto minmax(0,1fr);align-items:center;justify-items:center;border:1px solid var(--line);border-radius:7px;background:#fff;padding:6px;box-shadow:0 6px 16px #10182812}.miniTop{width:100%;display:flex;justify-content:space-between;color:#667085}.miniMap img{display:block;width:100%;height:100%;object-fit:contain;border:1px solid var(--line);pointer-events:none}.pdfMiniPage{width:100%!important;height:100%!important}.pdfMiniPage canvas{width:auto!important;height:auto!important;max-width:100%;max-height:100%}.miniTrack{position:relative;min-height:0;width:100%;height:100%;display:grid;place-items:center;overflow:hidden}.miniFrame{position:relative;width:100%;height:100%;cursor:ns-resize;overflow:hidden}.miniViewport{position:absolute;left:0;right:0;min-height:18px;border:2px solid var(--blue);border-radius:3px;background:#1263eb24;box-shadow:0 0 0 999px #ffffff47;pointer-events:none}.miniEmpty{color:#667085;font-size:12px}.tableSection{min-height:0;display:grid;grid-template-rows:35px minmax(0,1fr) 28px}.gridToolbar{display:flex;gap:6px;align-items:center;padding:4px 6px;border:1px solid var(--line);border-bottom:0;border-radius:7px 7px 0 0;background:#fff}.freeze{display:inline-flex;gap:6px;align-items:center}.spacer{flex:1}.gridWrap{overflow:auto;border:1px solid var(--line);background:#fff}.sheet{width:100%;min-width:720px;border-collapse:collapse;table-layout:fixed}.sheet th,.sheet td{border:1px solid #d9e0ea;height:27px;padding:0;position:relative;-webkit-user-select:text;user-select:text}.sheet th{background:#f3f6fb;font-weight:700}.sheet .letters th{color:#667085;font-weight:500;height:24px}.sheet .rowNum{width:38px;color:#667085;font-weight:500;text-align:center}.sheet input{width:100%;height:100%;border:0;outline:0;padding:0 8px;background:transparent;text-align:center;cursor:default;-webkit-user-select:text;user-select:text}.sheet input:not([readonly]){cursor:text;-webkit-user-select:text;user-select:text}.sheet td:first-child input,.sheet th:first-child input{text-align:left;font-weight:700}.sheet .mergedCell input{text-align:center}.sheet .lowconf{background:var(--yellow);box-shadow:inset 0 0 0 2px #d4a800}.sheet .selectedCell{background:#eef5ff;box-shadow:inset 0 0 0 2px var(--blue)}.sheet .lowconf.selectedCell{box-shadow:inset 0 0 0 2px var(--blue),inset 0 0 0 4px #d4a800}.okMark{position:absolute;right:8px;top:50%;transform:translateY(-50%);display:grid;place-items:center;width:16px;height:16px;border:1px solid #65c76f;border-radius:50%;color:#53ba60;pointer-events:none}.saveBar{display:flex;align-items:center;gap:10px;border:1px solid var(--line);border-top:0;border-radius:0 0 8px 8px;padding:0 10px;font-size:11px;color:#667085;background:#fff}.savedDot{width:8px;height:8px;border-radius:50%;background:#169b62}.saveBar.unsaved .savedDot{background:#d97706}.saveBar.unsaved{color:#92400e}.empty{display:grid;place-items:center;color:#667085;background:#fff;border:1px solid var(--line);border-radius:8px}.dashboardApp{background:#f7f9fc}.dashboard{min-height:0;padding:28px 24px;display:grid;grid-template-columns:minmax(340px,.95fr) minmax(420px,1.05fr);gap:20px}.uploadPanel,.slidesPanel{min-height:0;display:grid;grid-template-rows:auto minmax(0,1fr) auto;border:1px solid var(--line);border-radius:8px;background:#fff;box-shadow:0 8px 22px #1018280f;padding:18px}.slidesPanel{display:flex;flex-direction:column}.panelTitle{display:flex;align-items:center;gap:8px;color:#111827;font-size:16px;font-weight:750;margin-bottom:16px}.slidesTitle{flex-wrap:wrap;margin-bottom:12px;min-width:0}.slidesTitleText{min-width:0;flex:1 1 auto;display:flex;align-items:baseline;gap:8px}.slidesTitleText strong{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.slidesTitleText span{flex:0 0 auto;color:#667085;font-size:13px;font-weight:600}.slidesTitleActions{flex:0 0 100%;display:flex;align-items:center;justify-content:flex-start;gap:8px;margin-left:0}.slidesProgress{flex:0 0 100%;display:grid;gap:5px;margin-top:4px}.slidesProgressMeta{display:flex;align-items:center;justify-content:space-between;gap:8px;color:#667085;font-size:12px;font-weight:700}.previewStatus{flex:0 0 100%;display:flex;align-items:center;gap:9px;margin-top:2px;color:#1d4ed8;font-size:13px;font-weight:750}.previewSpinner{position:relative;width:28px;height:28px;flex:0 0 28px;animation:previewSpin 1s linear infinite}.previewSpinner span{position:absolute;top:2px;left:12px;width:4px;height:9px;border-radius:999px;background:linear-gradient(180deg,#082ac9,#8ee8f7);transform-origin:2px 12px}.previewSpinner span:nth-child(1){transform:rotate(0);opacity:1}.previewSpinner span:nth-child(2){transform:rotate(30deg);opacity:.92}.previewSpinner span:nth-child(3){transform:rotate(60deg);opacity:.84}.previewSpinner span:nth-child(4){transform:rotate(90deg);opacity:.76}.previewSpinner span:nth-child(5){transform:rotate(120deg);opacity:.68}.previewSpinner span:nth-child(6){transform:rotate(150deg);opacity:.6}.previewSpinner span:nth-child(7){transform:rotate(180deg);opacity:.52}.previewSpinner span:nth-child(8){transform:rotate(210deg);opacity:.44}.previewSpinner span:nth-child(9){transform:rotate(240deg);opacity:.5}.previewSpinner span:nth-child(10){transform:rotate(270deg);opacity:.64}.previewSpinner span:nth-child(11){transform:rotate(300deg);opacity:.78}.previewSpinner span:nth-child(12){transform:rotate(330deg);opacity:.9}@keyframes previewSpin{to{transform:rotate(360deg)}}.slidesProgressMeta strong{color:var(--blue)}.extractionNotice{display:flex;align-items:center;justify-content:space-between;gap:12px;margin:-2px 0 12px;padding:10px 12px;border:1px solid #bfdbfe;border-radius:7px;background:#eff6ff}.extractionNotice.error{border-color:#fecaca;background:#fff5f5}.extractionNotice div:first-child{min-width:0;display:grid;gap:2px}.extractionNotice strong{color:#111827;font-size:13px}.extractionNotice span{min-width:0;overflow:hidden;color:#475467;font-size:12px;text-overflow:ellipsis;white-space:nowrap}.noticeActions{flex:0 0 auto;display:flex;gap:6px}.uploadDrop{position:relative;isolation:isolate;min-height:220px;display:grid;place-items:center;align-content:center;gap:12px;border:1px dashed var(--blue);border-radius:8px;color:#102033;background:#fbfdff;cursor:pointer;text-align:center;padding:20px;overflow:hidden;transition:border-color .16s ease,background .16s ease,box-shadow .16s ease,transform .16s ease}.uploadDrop:before{content:"";position:absolute;inset:0;z-index:-1;border-radius:8px;background:linear-gradient(90deg,transparent,rgba(30,96,230,.11),transparent),radial-gradient(circle at 50% 50%,rgba(30,96,230,.09),transparent 66%);opacity:0;transform:translate(-16%);transition:opacity .18s ease}.uploadDrop:hover,.uploadDrop:focus-within{border-color:#164fcb;background:#f8fbff;box-shadow:0 16px 42px #10203314;transform:translateY(-1px)}.uploadDrop:hover:before,.uploadDrop:focus-within:before,.uploadDrop.accepted:before{opacity:1;animation:uploadSweep 1.8s ease-in-out infinite}.uploadDrop svg{color:var(--blue);transition:transform .18s ease}.uploadDrop:hover svg,.uploadDrop:focus-within svg{transform:translateY(-3px)}.uploadDrop.accepted{border-color:#1e60e6;background:#f8fbff;box-shadow:0 16px 42px #10203314}.uploadDrop.accepted svg{color:#1e60e6;animation:uploadCheck .56s ease both}.uploadDrop strong{font-size:22px}.uploadDrop span,.uploadDrop small{color:#667085}@keyframes uploadSweep{0%{transform:translate(-22%)}50%{transform:translate(22%)}to{transform:translate(-22%)}}@keyframes uploadCheck{0%{opacity:0;transform:scale(.82)}65%{opacity:1;transform:scale(1.08)}to{opacity:1;transform:scale(1)}}.historyPanel{min-height:0;margin-top:14px;border:1px solid var(--line);border-radius:7px;background:#fff;overflow:hidden}.historyTitle{min-height:36px;display:flex;align-items:center;gap:10px;padding:0 12px;border-bottom:1px solid var(--line)}.historyTitle span{margin-left:auto;color:#667085}.historyToggle{margin-left:auto;border:1px solid var(--line);border-radius:5px;background:#fff;color:#102033;min-height:26px;padding:0 9px;cursor:pointer}.historyList{max-height:102px;overflow:auto;padding:6px}.historyItem{width:100%;height:32px;display:flex;align-items:center;gap:8px;border:0;border-radius:5px;background:transparent;color:var(--ink);text-align:left;padding:0 8px;cursor:pointer}.historyItem>button:first-child{min-width:0;flex:1;display:flex;align-items:center;gap:8px;border:0;background:transparent;color:inherit;text-align:left;cursor:pointer}.historyItem:hover,.historyItem.active{background:#f2f6ff}.historyItem span,.historyItem>button:first-child span{min-width:0;flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.historyItem small,.historyItem>button:first-child small{color:#667085;text-transform:uppercase}.historyItem small[data-status=previewed],.historyItem small[data-status=extracted]{color:#32815e}.historyItem small[data-status=previewing],.historyItem small[data-status=extracting],.historyItem small[data-status=queued]{color:var(--blue)}.historyItem small[data-status=failed],.historyItem small[data-status=cancelled]{color:#b42318}.historyEmpty{min-height:44px;display:grid;place-items:center;color:#667085}.historyDetails{max-height:188px;overflow:auto;padding:6px}.historyHeader,.historyDetailRow{display:grid;grid-template-columns:minmax(150px,1.4fr) 58px 94px 94px 34px;align-items:center;gap:8px}.historyHeader{min-width:520px;min-height:28px;padding:0 8px;color:#667085;font-size:12px;font-weight:700;text-transform:uppercase}.historyDetailRow{min-width:520px;min-height:34px;border-radius:5px}.historyDetailRow.active,.historyDetailRow:hover{background:#f2f6ff}.historyDetailRow>button:first-child{display:grid;grid-template-columns:minmax(150px,1.4fr) 58px 94px 94px;align-items:center;gap:8px;grid-column:1 / 5;border:0;background:transparent;color:var(--ink);text-align:left;cursor:pointer;padding:0 8px;min-height:34px}.historyName{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.historyDelete{width:30px;height:30px;display:grid;place-items:center;border:1px solid #ffc9c9;border-radius:5px;background:#fff;color:#ff2b2b;cursor:pointer}.historyDelete.compact{width:28px;height:28px;flex:0 0 28px}.historyDelete:disabled{opacity:.45;cursor:not-allowed}.slideList{flex:1 1 auto;min-height:0;overflow:auto;display:grid;align-content:start;gap:10px}.slideItem{min-height:76px;display:flex;align-items:center;gap:10px;border:1px solid var(--line);border-radius:8px;background:#fff;padding:10px;cursor:pointer}.slideItem:hover{border-color:#b8c7dc;background:#fbfdff}.slideThumb{width:92px;height:56px;display:grid;place-items:center;overflow:hidden;border:1px solid var(--line);border-radius:5px;background:#f6f8fb}.slideThumb img{width:100%;height:100%;object-fit:contain;object-position:center}.slideThumb .pdfPageCanvas{width:100%;height:100%;overflow:hidden}.slideThumb .pdfPageCanvas canvas{width:auto!important;height:auto!important;max-width:100%;max-height:100%}.slideItem strong{display:block;font-size:14px}.slideItem span{color:#667085}.slideItem .slideFailure{color:#b42318;font-weight:600}.slideSelect{width:31px;height:31px;display:grid;place-items:center;flex:0 0 auto;border:1px solid var(--line);border-radius:4px;background:#fff;cursor:pointer}.slideSelect:hover{border-color:var(--blue);background:var(--soft-blue)}.slideSelect input{width:16px;height:16px;accent-color:var(--blue);cursor:pointer}.slideEmpty{min-height:180px}.pager{flex:0 0 auto;min-height:44px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:12px;border-top:1px solid var(--line);margin:12px -18px -18px;padding:0 18px}.pagerControls{grid-column:2;display:flex;align-items:center;justify-content:center;gap:14px}.pagerControls span,.pageSizeControl span,.filterZeroSlides span{color:#667085}.filterZeroSlides{grid-column:1;justify-self:start;display:flex;align-items:center;gap:7px;font-size:12px;font-weight:650;white-space:nowrap}.filterZeroSlides input{width:15px;height:15px;accent-color:var(--blue)}.pageSizeControl{grid-column:3;justify-self:end;display:flex;align-items:center;gap:5px;font-size:12px;font-weight:650;white-space:nowrap}.pageSizeControl select{width:62px;height:28px;border:1px solid var(--line);border-radius:6px;background:#fff;color:#111827;font:inherit;padding:0 4px}@media(max-width:1100px){.topbar{grid-template-columns:1fr;height:auto;padding:10px}.actions{justify-content:flex-start;flex-wrap:wrap}.workspace{overflow:auto;grid-template-rows:auto auto auto}.sourceLayout{grid-template-columns:1fr}}html.portal-active,html.portal-active body,html.portal-active #root{min-height:0;height:100%;overflow:hidden}html.portal-active body{min-width:320px;margin:0;background:#f5f7fb;color:#162033}.portal-shell{--portal-blue: #4b7ff0;--portal-navy: #10192b;height:100vh;min-height:0;display:grid;grid-template-columns:244px minmax(0,1fr);overflow:hidden;background:#f5f7fb;font-family:Avenir Next,Segoe UI Variable,Noto Sans,ui-sans-serif,system-ui,sans-serif}.portal-shell *{box-sizing:border-box}.portal-shell a{color:inherit;text-decoration:none}.portal-sidebar{height:100%;position:relative;display:flex;flex-direction:column;padding:28px 18px 20px;border-right:1px solid #e4e8f0;background:#fff}.portal-content-scroll{min-width:0;height:100vh;overflow-y:auto;overscroll-behavior-y:contain;scrollbar-gutter:stable}.portal-brand{display:inline-flex;align-items:center;padding:0 12px 27px}.portal-brand img{width:104px;height:auto}.portal-sidebar nav{display:grid;gap:5px}.portal-sidebar nav a{min-height:43px;display:flex;align-items:center;gap:11px;padding:0 13px;border-radius:11px;color:#667085;font-size:13px;font-weight:550;transition:color .15s ease,background-color .15s ease}.portal-sidebar nav a:hover{background:#f6f8fc;color:#243149}.portal-sidebar nav a.active{background:#eef4ff;color:#326ad9}.portal-sidebar nav a.featured.active{background:#1f5fca;color:#fff;box-shadow:inset 0 0 0 1px #174fae,0 5px 14px #1f5fca38;font-weight:650}.portal-sidebar nav a.featured.active:hover{background:#174fae;color:#fff}.portal-sidebar nav a.featured:not(.active){background:#1f5fca;color:#fff;box-shadow:inset 0 0 0 1px #174fae,0 5px 14px #1f5fca38}.portal-sidebar nav a.featured:not(.active):hover{background:#174fae;color:#fff}.portal-sidebar-user{display:grid;grid-template-columns:34px minmax(0,1fr) auto;align-items:center;gap:9px;margin-top:auto;padding:15px 9px 0;border-top:1px solid #edf0f5}.portal-sidebar-user>div{width:34px;height:34px;display:grid;place-items:center;border-radius:50%;background:#eaf1ff;color:#326ad9;font-size:12px;font-weight:700}.portal-sidebar-user>span{min-width:0;display:grid;gap:2px}.portal-sidebar-user strong,.portal-sidebar-user small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.portal-sidebar-user strong{color:#344054;font-size:11px;font-weight:620}.portal-sidebar-user small{color:#98a2b3;font-size:9px}.portal-sidebar-user button{width:31px;height:31px;display:grid;place-items:center;border:0;border-radius:9px;background:transparent;color:#98a2b3;cursor:pointer}.portal-sidebar-user button:hover{background:#f3f5f8;color:#344054}.portal-main{width:min(1180px,calc(100% - 64px));margin:0 auto;padding:55px 0 80px}.portal-page-header{display:flex;align-items:flex-end;justify-content:space-between;gap:30px;margin-bottom:35px}.portal-page-header>div:first-child>span,.portal-section-title>div>span,.portal-invite-card>div>span{display:block;margin-bottom:7px;color:#4b7ff0;font-size:10px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.portal-page-header h1{margin:0;color:#172033;font-size:clamp(31px,4vw,45px);font-weight:570;letter-spacing:-.035em;line-height:1.1}.portal-page-header p{margin:11px 0 0;color:#7a8699;font-size:14px;line-height:1.55}.portal-page-actions{display:flex;align-items:center;justify-content:flex-end;gap:10px}.portal-primary-button,.portal-secondary-button{min-height:43px;display:inline-flex;align-items:center;justify-content:center;gap:9px;padding:0 19px;border:1px solid #4b7ff0;border-radius:999px;background:#4b7ff0;color:#fff!important;font-size:12px;font-weight:620;box-shadow:0 8px 18px #3869cc29}.portal-secondary-button{width:fit-content;margin-top:6px;border-color:#d8e2f5;background:#f6f9ff;color:#376dcc!important;box-shadow:none}.portal-header-button{margin-top:0}.portal-section-title h2,.portal-invite-card h2{margin:0;color:inherit;font-size:21px;font-weight:590;letter-spacing:-.025em}.portal-section{margin-top:34px}.portal-section-title{min-height:44px;display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin-bottom:18px}.portal-section-title h2{color:#293548;font-size:18px}.portal-section-title>a{display:inline-flex;align-items:center;gap:3px;color:#5f7190;font-size:11px;font-weight:600}.portal-metrics{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.portal-metric{min-height:156px;display:grid;grid-template-columns:auto 1fr;align-content:start;column-gap:11px;padding:22px;border:1px solid #e3e8f0;border-radius:16px;background:#fff;box-shadow:0 5px 19px #16274409}.portal-metric-icon{width:32px;height:32px;display:grid;place-items:center;grid-row:1 / span 2;border-radius:10px;background:#eef4ff;color:#4479dd}.portal-metric>span{align-self:center;color:#667085;font-size:11px}.portal-metric>strong{grid-column:1 / -1;margin-top:22px;color:#172033;font-size:29px;font-weight:580;letter-spacing:-.035em}.portal-metric>small{grid-column:1 / -1;margin-top:4px;color:#98a2b3;font-size:10px}.portal-two-column{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(290px,.65fr);gap:16px;margin-top:42px}.portal-panel,.portal-settings-card{padding:25px;border:1px solid #e3e8f0;border-radius:17px;background:#fff;box-shadow:0 5px 19px #16274408}.portal-panel .portal-section-title{margin-bottom:13px}.portal-list{display:grid}.portal-list-row{min-height:61px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:12px;border-top:1px solid #eef1f5}.portal-list-row:first-child{border-top:0}.portal-file-icon{width:34px;height:34px;display:grid;place-items:center;border-radius:10px;background:#f0f5ff;color:#4a7edf}.portal-list-row>span,.portal-table-row>span:first-child{min-width:0;display:grid;gap:3px}.portal-list-row strong,.portal-table-row strong{overflow:hidden;color:#344054;font-size:11px;font-weight:620;text-overflow:ellipsis;white-space:nowrap}.portal-list-row small,.portal-table-row small{color:#98a2b3;font-size:9px}.portal-list-row>b{padding:5px 8px;border-radius:999px;background:#eef8f3;color:#39815f;font-size:8px;font-weight:650;text-transform:capitalize}.portal-list-row>b[data-status=queued],.portal-list-row>b[data-status=previewing],.portal-list-row>b[data-status=extracting]{background:#eef4ff;color:#326ad9}.portal-list-row>b[data-status=failed],.portal-list-row>b[data-status=cancelled]{background:#fff0f0;color:#b54747}.portal-empty{padding:30px 12px;color:#98a2b3;font-size:11px;line-height:1.5;text-align:center}.portal-org-summary{min-height:165px;display:flex;flex-direction:column;justify-content:center;padding:21px;border-radius:13px;background:#f7f9fd}.portal-org-summary strong{color:#24324a;font-size:24px;font-weight:580;letter-spacing:-.03em}.portal-org-summary p{margin:9px 0 18px;color:#7b8799;font-size:11px;line-height:1.6}.portal-org-summary a{display:inline-flex;align-items:center;gap:6px;color:#3e72d3;font-size:10px;font-weight:620}.portal-wide-panel{margin-top:30px}.portal-table{display:grid}.portal-table-head,.portal-table-row{display:grid;grid-template-columns:minmax(220px,1.5fr) repeat(3,minmax(90px,.5fr));align-items:center;gap:15px;padding:0 13px}.portal-table-head{min-height:38px;border-radius:9px;background:#f6f8fb;color:#8490a2;font-size:9px;font-weight:650;text-transform:uppercase}.portal-table-row{min-height:59px;border-bottom:1px solid #edf0f4;color:#556176;font-size:11px}.portal-settings-card{width:min(730px,100%);display:grid;gap:0;padding:30px}.portal-account-card{margin-top:20px}.portal-account-card .portal-section-title{margin-bottom:6px}.portal-account-action{min-height:102px;display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:28px;border-top:1px solid #edf0f4}.portal-account-action strong{color:#344054;font-size:12px;font-weight:650}.portal-account-action p{max-width:480px;margin:6px 0 0;color:#7b8798;font-size:10px;line-height:1.55}.portal-account-note{max-width:220px;color:#8792a5;font-size:10px;line-height:1.45;text-align:right}.portal-danger-zone{margin-top:6px;border-top-color:#f0d8d8}.portal-danger-zone strong{color:#9d3434}.portal-danger-button{min-height:40px;display:inline-flex;align-items:center;justify-content:center;padding:0 16px;border:1px solid #e6bcbc;border-radius:999px;background:#fff8f8;color:#ad3c3c!important;font-size:10px;font-weight:650;white-space:nowrap}.portal-profile-avatar,.portal-organization-icon{width:55px;height:55px;display:grid;place-items:center;margin-bottom:24px;border-radius:50%;background:#eaf1ff;color:#3e73d6;font-size:18px;font-weight:700}.portal-organization-icon{border-radius:15px}.portal-setting-row{min-height:57px;display:grid;grid-template-columns:180px 1fr;align-items:center;gap:20px;border-top:1px solid #edf0f4}.portal-setting-row span{color:#7b8798;font-size:11px}.portal-setting-row strong{color:#344054;font-size:11px;font-weight:620}.portal-plan-summary{display:grid;grid-template-columns:minmax(150px,.7fr) minmax(280px,2.4fr);gap:18px;margin-bottom:28px;padding:22px 24px;border:1px solid #dfe6f0;border-radius:18px;background:#fff}.portal-plan-summary:has(>div:nth-child(3)){grid-template-columns:minmax(150px,.7fr) minmax(280px,1.6fr) minmax(170px,.8fr)}.portal-plan-summary>div{display:flex;flex-direction:column;gap:5px}.portal-plan-summary span,.portal-plan-summary small{color:#71809a;font-size:.8rem}.portal-plan-summary strong{color:var(--portal-navy);font-size:1.15rem}.portal-credit-meter progress{width:100%;height:9px;margin:5px 0 2px;accent-color:var(--portal-blue)}.portal-credit-meter>div:first-child{display:flex;align-items:baseline;gap:10px}.portal-credit-meter>div:first-child strong{font-size:.95rem;font-weight:600}.portal-settings-note{margin:20px 0 0;padding:15px;border-radius:10px;background:#f7f9fc;color:#8490a2;font-size:10px;line-height:1.55}.portal-billing-panel{max-width:980px}.portal-plan-manage{min-height:38px;padding:0 15px;border:1px solid #d8e2f5;border-radius:999px;background:#f6f9ff;color:#376dcc;font:inherit;font-size:10px;font-weight:650;cursor:pointer}.portal-plan-manage:disabled{cursor:wait;opacity:.65}.portal-billing-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.portal-billing-grid article{min-width:0;display:flex;flex-direction:column;padding:22px;border:1px solid #e1e7f0;border-radius:15px;background:#fff}.portal-billing-grid article.is-current{border-color:#7ca4f4;box-shadow:0 10px 30px #356fe014}.portal-billing-grid article.is-incompatible{background:#fafbfc}.portal-billing-grid article>span{color:#4d7ee1;font-size:9px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.portal-billing-grid h3{margin:10px 0 12px;color:#172033;font-size:18px;font-weight:650}.portal-billing-grid article>div{display:flex;align-items:baseline;gap:4px}.portal-billing-grid article>div strong{color:#172033;font-size:25px;font-weight:650;letter-spacing:-.04em}.portal-billing-grid article>div small{color:#8792a5;font-size:10px}.portal-billing-grid ul{display:grid;gap:9px;margin:20px 0 24px;padding:0;color:#657187;font-size:10px;line-height:1.45;list-style:none}.portal-billing-grid li:before{content:"✓";margin-right:7px;color:#4c7fe2;font-weight:700}.portal-billing-grid button{min-height:40px;margin-top:auto;border:0;border-radius:999px;background:#356fdf;color:#fff;font:inherit;font-size:10px;font-weight:650;cursor:pointer}.portal-billing-grid button:disabled{background:#edf1f6;color:#8c97a8;cursor:default}.portal-billing-message{margin:0 0 18px}.portal-billing-notice{margin:16px 0 0;padding:12px 14px;border-radius:10px;background:#fff7e8;color:#8b621b;font-size:10px;line-height:1.5}.portal-seat-review-notice{display:flex;align-items:center;justify-content:space-between;gap:16px;margin:18px 0}.portal-seat-review-notice button{min-height:34px;padding:0 14px;border:0;border-radius:999px;background:#8b621b;color:#fff;font:inherit;font-size:10px;font-weight:650;cursor:pointer}.portal-modal-backdrop{position:fixed;inset:0;z-index:1000;display:grid;place-items:center;padding:24px;background:#0d16288a;-webkit-backdrop-filter:blur(7px);backdrop-filter:blur(7px)}.portal-modal{width:min(560px,100%);max-height:min(720px,calc(100vh - 48px));overflow-y:auto;padding:28px;border:1px solid #dfe6f1;border-radius:18px;background:#fff;box-shadow:0 28px 80px #0c19323d}.portal-modal>span{color:#4b7ff0;font-size:9px;font-weight:700;letter-spacing:.09em;text-transform:uppercase}.portal-modal h2{margin:7px 0 8px;color:#172033;font-size:22px;font-weight:650}.portal-modal>p{margin:0 0 18px;color:#6d788b;font-size:11px;line-height:1.6}.portal-seat-picker{display:grid;max-height:330px;overflow-y:auto;border:1px solid #e4e9f1;border-radius:12px}.portal-seat-picker label{min-height:58px;display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:12px;padding:9px 13px;border-top:1px solid #edf0f5;cursor:pointer}.portal-seat-picker label:first-child{border-top:0}.portal-seat-picker strong,.portal-seat-picker small{display:block}.portal-seat-picker strong{color:#263248;font-size:11px}.portal-seat-picker small{margin-top:2px;color:#8590a2;font-size:9px}.portal-seat-picker b{color:#4b7ff0;font-size:9px}.portal-seat-picker b.portal-seat-remove{color:#d84242}.portal-plan-change-summary{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin:20px 0}.portal-plan-change-summary>div{min-width:0;padding:13px;border:1px solid #e2e8f2;border-radius:11px;background:#f8faff}.portal-plan-change-summary span,.portal-plan-change-summary strong{display:block}.portal-plan-change-summary span{min-height:28px;color:#758198;font-size:9px;line-height:1.4}.portal-plan-change-summary strong{margin-top:5px;color:#172033;font-size:18px;font-weight:650}.portal-modal>p.portal-plan-change-warning{padding:13px 14px;border:1px solid #f2d594;border-radius:10px;background:#fff7e4;color:#815c16}.portal-modal>small{display:block;margin-top:9px;color:#7c8798;font-size:9px}.portal-modal-actions{display:flex;justify-content:flex-end;gap:10px;margin-top:22px}.portal-modal-actions button{cursor:pointer}.portal-modal-actions button:disabled{cursor:default;opacity:.55}@media(max-width:560px){.portal-plan-change-summary{grid-template-columns:1fr}.portal-plan-change-summary span{min-height:0}}.portal-delete-check,.portal-confirm-field{display:grid;gap:8px;margin-top:16px;color:#4f5c71;font-size:10px;line-height:1.45}.portal-delete-check{grid-template-columns:auto minmax(0,1fr);align-items:start;padding:13px;border-radius:10px;background:#fff5f5}.portal-confirm-field input{min-height:42px;padding:0 12px;border:1px solid #d7dfeb;border-radius:10px;font:inherit}.portal-member-list{display:grid}.portal-member{min-height:65px;display:grid;grid-template-columns:auto minmax(150px,1fr) auto minmax(170px,.8fr) auto;align-items:center;gap:12px;border-top:1px solid #eef1f5}.portal-member-role{display:grid;gap:3px;min-width:76px}.portal-member-role select{min-height:32px;padding:0 28px 0 10px;border:1px solid #d8e1ee;border-radius:9px;background:#fff;color:#344054;font:inherit;font-size:10px;font-weight:600}.portal-member-role b{color:#516078;font-size:10px}.portal-member-role small{color:#b06a32;font-size:8px}.portal-credit-policy{margin:12px 0 8px;padding:14px 16px;border:1px solid #dce6f8;border-radius:12px;background:#f6f9ff}.portal-credit-policy strong{color:#315fbb;font-size:11px}.portal-credit-policy p{margin:5px 0 0;color:#66758d;font-size:10px;line-height:1.55}.portal-seat-warning{margin:0 0 18px}.portal-member-usage{min-width:0;display:grid;gap:3px}.portal-member-usage strong{font-weight:590}.portal-member:first-child{border-top:0}.portal-member>div{width:34px;height:34px;display:grid;place-items:center;border-radius:50%;background:#eef3fb;color:#54719c;font-size:10px;font-weight:700}.portal-member>span{display:grid;gap:3px}.portal-member strong{color:#344054;font-size:11px}.portal-member small{color:#98a2b3;font-size:9px}.portal-member>b{padding:5px 9px;border-radius:999px;background:#f3f6fa;color:#65748b;font-size:9px;font-weight:620}.portal-member-limit{display:flex;align-items:center;gap:8px;color:#71809a;font-size:.76rem}.portal-member-limit input{width:104px;padding:8px 10px;border:1px solid #dce3ed;border-radius:9px;color:var(--portal-navy);font:inherit}.portal-plan-table .portal-table-row>span:nth-child(2){display:flex;flex-direction:column}.portal-plan-table .portal-table-row>span:nth-child(3){display:grid;gap:4px}.portal-plan-table .portal-table-row>span:nth-child(4){display:grid;gap:7px}.portal-workspace-controls{min-width:210px}.portal-grant-control{display:flex;align-items:center;gap:6px}.portal-grant-control input{width:72px;min-height:32px;padding:0 8px;border:1px solid #dce3ed;border-radius:8px;color:var(--portal-navy);font:inherit;font-size:10px}.portal-grant-control input:focus{border-color:#7da3ee;outline:none;box-shadow:0 0 0 3px #4b7ff01a}.portal-control-button{min-height:32px;padding:0 10px;border-radius:8px;font-size:9px;box-shadow:none}.portal-plan-table .portal-danger-button.portal-control-button{min-height:32px;padding:0 10px;border-radius:8px;font-size:9px}.portal-plan-table .portal-primary-button.portal-control-button{min-height:32px}.portal-plan-table .portal-table-row small.portal-form-error{margin-top:0}.portal-plan-table .portal-table-row>span:nth-child(2) small{margin-top:3px}.portal-plan-table .portal-table-row>span:nth-child(3) small{margin-top:2px}.portal-plan-table select{max-width:150px;padding:9px 11px;border:1px solid #dce3ed;border-radius:9px;background:#fff;color:var(--portal-navy)}.portal-invite-card{margin-top:18px}.portal-invite-card>div>p{max-width:580px;margin:9px 0 22px;color:#7b8799;font-size:11px;line-height:1.6}.portal-invite-card form{display:grid;grid-template-columns:minmax(220px,1fr) 130px auto;gap:9px}.portal-invite-card input,.portal-invite-card select{min-height:42px;padding:0 13px;border:1px solid #d9e0ea;border-radius:10px;outline:none;background:#fff;color:#344054;font:inherit;font-size:11px}.portal-invite-card input:focus,.portal-invite-card select:focus{border-color:#7da3ee;box-shadow:0 0 0 3px #4b7ff01a}.portal-invite-card button,.portal-error-state button{min-height:42px;padding:0 17px;border:0;border-radius:999px;background:#4b7ff0;color:#fff;font:inherit;font-size:11px;font-weight:620;cursor:pointer}.portal-success,.portal-form-error{margin-top:12px;color:#39815f;font-size:10px}.portal-form-error{color:#bd4545}.portal-cost-metrics{grid-template-columns:repeat(4,1fr)}.portal-cost-columns{grid-template-columns:repeat(2,minmax(0,1fr))}.portal-compact-table .portal-table-head,.portal-compact-table .portal-table-row{grid-template-columns:minmax(180px,1fr) 80px 90px}.portal-audit-table .portal-table-head,.portal-audit-table .portal-table-row{grid-template-columns:minmax(190px,1.15fr) minmax(170px,1fr) minmax(190px,1.25fr) minmax(175px,1fr)}.portal-audit-table .portal-table-row>span,.portal-deletion-table .portal-table-row>span{min-width:0;display:grid;gap:3px}.portal-audit-table .portal-table-row>time,.portal-deletion-table .portal-table-row>span:not(:first-child){color:#556176;font-size:10px}.portal-deletion-table .portal-table-head,.portal-deletion-table .portal-table-row{grid-template-columns:minmax(220px,1.35fr) minmax(155px,1fr) 110px 90px 150px}.portal-scroll-table{max-height:min(460px,58vh);overflow:auto;overscroll-behavior:contain;scrollbar-gutter:stable}.portal-scroll-table .portal-table-head{position:sticky;top:0;z-index:2;box-shadow:0 1px #e7ebf2}.portal-mono{font-family:ui-monospace,SFMono-Regular,Consolas,monospace;font-size:9px!important}.portal-private-note{display:flex;align-items:center;gap:7px;margin:18px 0 0;color:#8490a2;font-size:10px}.portal-forbidden,.portal-loading{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:30px;background:#f7f9fc;color:#667085;font-family:Avenir Next,Segoe UI Variable,Noto Sans,ui-sans-serif,system-ui,sans-serif;text-align:center}.portal-loading img{width:112px;margin-bottom:25px}.portal-loader{width:27px;height:27px;margin-bottom:13px;border:2px solid #dfe6f2;border-top-color:#4b7ff0;border-radius:50%;animation:portal-spin .7s linear infinite}.portal-loading>span{font-size:11px}.portal-error-state h1,.portal-forbidden h1{margin:15px 0 5px;color:#273348;font-size:24px;font-weight:590}.portal-error-state p,.portal-forbidden p{max-width:480px;margin:0 0 20px;font-size:12px;line-height:1.55}.portal-forbidden a{padding:10px 17px;border-radius:999px;background:#4b7ff0;color:#fff;font-size:11px;font-weight:620}@keyframes portal-spin{to{transform:rotate(360deg)}}@media(max-width:1050px){.portal-shell{grid-template-columns:78px minmax(0,1fr)}.portal-sidebar{padding-inline:12px}.portal-brand{justify-content:center;padding-inline:0}.portal-brand img{width:44px;object-fit:cover;object-position:left}.portal-sidebar nav a{justify-content:center;padding:0}.portal-sidebar nav a span,.portal-sidebar-user>span,.portal-sidebar-user button{display:none}.portal-sidebar-user{grid-template-columns:1fr;justify-items:center;padding-inline:0}.portal-cost-metrics{grid-template-columns:repeat(2,1fr)}}@media(max-width:760px){.portal-plan-summary{grid-template-columns:1fr}.portal-member{grid-template-columns:auto minmax(0,1fr) auto;padding:10px 0}.portal-member-limit,.portal-member-usage{grid-column:2 / -1}.portal-shell{display:block}.portal-sidebar{width:100%;height:auto;position:static;display:grid;grid-template-columns:1fr auto;align-items:center;padding:14px 16px;border-right:0;border-bottom:1px solid #e4e8f0}.portal-content-scroll{height:calc(100vh - 67px)}.portal-brand{justify-content:flex-start;padding:0}.portal-brand img{width:98px;object-fit:contain}.portal-sidebar nav{display:flex}.portal-sidebar nav a{width:38px;min-height:38px}.portal-sidebar nav a:nth-child(n+5){display:none}.portal-sidebar-user{display:none}.portal-main{width:calc(100% - 32px);padding:36px 0 60px}.portal-page-header{align-items:flex-start;flex-direction:column}.portal-page-actions,.portal-page-actions .portal-primary-button{width:100%}.portal-metrics,.portal-two-column,.portal-cost-columns{grid-template-columns:1fr}.portal-cost-metrics{grid-template-columns:repeat(2,1fr)}.portal-table{overflow-x:auto}.portal-table-head,.portal-table-row{min-width:620px}.portal-invite-card form{grid-template-columns:1fr}.portal-setting-row{grid-template-columns:1fr;align-content:center;gap:5px}.portal-account-action{grid-template-columns:1fr;gap:14px;padding:20px 0}.portal-account-note{max-width:none;text-align:left}.portal-billing-grid{grid-template-columns:1fr}}@media(max-width:480px){.portal-sidebar nav a:nth-child(n+4){display:none}.portal-cost-metrics{grid-template-columns:1fr}}@media(prefers-reduced-motion:reduce){.portal-loader{animation:none}}html.onboarding-active,html.onboarding-active body,html.onboarding-active #root{height:auto;min-height:100%;margin:0}html.onboarding-active{overflow-x:hidden;overflow-y:auto}html.onboarding-active body,html.onboarding-active #root{overflow:visible}html.onboarding-active body{min-width:320px;background:radial-gradient(circle at 50% -10%,rgba(94,139,236,.16),transparent 35%),#f5f7fb}.onboarding-page,.onboarding-loading{min-height:100vh;color:#172033;font-family:Avenir Next,Segoe UI Variable,Noto Sans,ui-sans-serif,system-ui,sans-serif}.onboarding-page *{box-sizing:border-box}.onboarding-topbar{min-height:74px;display:flex;align-items:center;justify-content:space-between;padding:0 clamp(22px,5vw,72px);border-bottom:1px solid rgba(218,225,236,.8);background:#ffffffc2;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.onboarding-topbar img{width:108px}.onboarding-topbar>div{display:flex;align-items:center;gap:18px;color:#7b8798;font-size:12px}.onboarding-topbar button{display:inline-flex;align-items:center;gap:7px;padding:8px 11px;border:0;border-radius:9px;background:transparent;color:#58667c;font:inherit;font-weight:600;cursor:pointer}.onboarding-topbar button:hover{background:#f0f3f8}.onboarding-card{width:min(1080px,calc(100% - 36px));margin:clamp(45px,7vh,78px) auto;padding:clamp(28px,4vw,46px);border:1px solid #e1e7f0;border-radius:24px;background:#fffffff2;box-shadow:0 24px 70px #1e345817}.onboarding-heading{max-width:620px;margin:0 auto 32px;text-align:center}.onboarding-heading>span{color:#4b7ff0;font-size:11px;font-weight:720;letter-spacing:.09em;text-transform:uppercase}.onboarding-heading h1{margin:10px 0 9px;font-size:clamp(31px,5vw,44px);font-weight:590;letter-spacing:-.04em;line-height:1.1}.onboarding-heading p{margin:0;color:#7b8799;font-size:14px;line-height:1.6}.onboarding-options{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:15px}.onboarding-workspace-section{display:grid;gap:18px}.onboarding-step-title{display:flex;align-items:center;gap:11px}.onboarding-step-title>span{width:28px;height:28px;display:grid;flex:0 0 auto;place-items:center;border-radius:50%;background:#eaf1ff;color:#4074dc;font-size:11px;font-weight:750}.onboarding-step-title>div{display:grid;gap:2px}.onboarding-step-title strong{color:#263246;font-size:13px;font-weight:680}.onboarding-step-title small{color:#8994a5;font-size:10px}.onboarding-options>button{min-height:250px;display:grid;grid-template-columns:auto 1fr auto;align-content:start;gap:15px;padding:24px;border:1px solid #dfe5ee;border-radius:18px;background:#fff;color:#344054;font:inherit;text-align:left;cursor:pointer;transition:border-color .15s ease,box-shadow .15s ease,transform .15s ease}.onboarding-options>button:hover{transform:translateY(-2px);border-color:#b8c9e9;box-shadow:0 12px 30px #233f6c14}.onboarding-options>button.selected{border-color:#5a86df;box-shadow:0 0 0 3px #4b7ff01a}.onboarding-option-icon{width:46px;height:46px;display:grid;place-items:center;border-radius:13px;background:#eef4ff;color:#4377d9}.onboarding-options span{min-width:0;display:grid}.onboarding-options span small{margin-bottom:5px;color:#5f7db3;font-size:10px;font-weight:700;letter-spacing:.06em;text-transform:uppercase}.onboarding-options span strong{font-size:19px;font-weight:620;letter-spacing:-.025em}.onboarding-options span p{margin:8px 0 0;color:#7c8798;font-size:12px;line-height:1.55}.onboarding-options i{width:23px;height:23px;display:grid;place-items:center;border:1px solid #d7dfea;border-radius:50%;color:#fff}.onboarding-options .selected i{border-color:#4b7ff0;background:#4b7ff0}.onboarding-options ul{grid-column:1 / -1;display:grid;gap:9px;margin:6px 0 0;padding:17px 0 0;border-top:1px solid #edf0f4;list-style:none}.onboarding-options li{display:flex;align-items:center;gap:8px;color:#647187;font-size:11px}.onboarding-organization-field{display:grid;gap:7px;margin-top:22px;padding:20px;border-radius:14px;background:#f7f9fc}.onboarding-organization-field>span{color:#344054;font-size:12px;font-weight:650}.onboarding-organization-field input{min-height:45px;padding:0 14px;border:1px solid #d5ddea;border-radius:10px;outline:none;background:#fff;color:#263246;font:inherit;font-size:13px}.onboarding-organization-field input:focus{border-color:#6f97e7;box-shadow:0 0 0 3px #4b7ff01c}.onboarding-organization-field small{color:#8994a5;font-size:10px}.onboarding-plan-section{display:grid;gap:18px;margin-top:30px;padding-top:28px;border-top:1px solid #e9edf3}.onboarding-plan-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.onboarding-plan-grid>button{position:relative;min-width:0;display:flex;flex-direction:column;align-items:stretch;padding:20px;border:1px solid #dfe5ee;border-radius:16px;background:#fff;color:#344054;font:inherit;text-align:left;cursor:pointer;transition:border-color .15s ease,box-shadow .15s ease,transform .15s ease}.onboarding-plan-grid>button:hover{transform:translateY(-2px);border-color:#b8c9e9;box-shadow:0 12px 30px #233f6c12}.onboarding-plan-grid>button.selected{border-color:#5a86df;box-shadow:0 0 0 3px #4b7ff01a}.onboarding-plan-check{position:absolute;top:16px;right:16px;width:21px;height:21px;display:grid;place-items:center;border:1px solid #d7dfea;border-radius:50%;color:#fff}.onboarding-plan-grid>button.selected .onboarding-plan-check{border-color:#4b7ff0;background:#4b7ff0}.onboarding-plan-grid>button>small{margin-right:25px;color:#5f7db3;font-size:9px;font-weight:720;letter-spacing:.07em;text-transform:uppercase}.onboarding-plan-grid>button>strong{margin-top:8px;color:#263246;font-size:18px;font-weight:650;letter-spacing:-.025em}.onboarding-plan-grid>button>div{display:flex;align-items:baseline;gap:4px;margin-top:13px}.onboarding-plan-grid b{color:#172033;font-size:24px;font-weight:650;letter-spacing:-.04em}.onboarding-plan-grid>button>div span{color:#8994a5;font-size:9px}.onboarding-plan-grid ul{display:grid;gap:8px;margin:17px 0 0;padding:15px 0 0;border-top:1px solid #edf0f4;color:#667389;font-size:10px;line-height:1.45;list-style:none}.onboarding-plan-grid li:before{content:"✓";margin-right:6px;color:#4b7ff0;font-weight:750}.onboarding-error{margin-top:18px;padding:11px 13px;border-radius:10px;background:#fff1f1;color:#ad3f3f;font-size:11px}.onboarding-footer{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-top:27px;padding-top:22px;border-top:1px solid #e9edf3}.onboarding-footer p{margin:0;color:#7c8798;font-size:11px}.onboarding-footer button{min-width:145px;min-height:44px;display:inline-flex;align-items:center;justify-content:center;gap:9px;padding:0 20px;border:0;border-radius:999px;background:#4b7ff0;color:#fff;font:inherit;font-size:12px;font-weight:650;box-shadow:0 9px 22px #4270cf33;cursor:pointer}.onboarding-footer button:disabled{opacity:.65;cursor:wait}.onboarding-loading{display:grid;place-content:center;justify-items:center;gap:14px;color:#7a8698}.onboarding-loading img{width:112px}.onboarding-loading>div{width:26px;height:26px;border:2px solid #dbe3f0;border-top-color:#4b7ff0;border-radius:50%;animation:onboarding-spin .7s linear infinite}.onboarding-loading span{font-size:11px}@keyframes onboarding-spin{to{transform:rotate(360deg)}}@media(max-width:680px){.onboarding-topbar>div>span{display:none}.onboarding-options,.onboarding-plan-grid{grid-template-columns:1fr}.onboarding-options>button{min-height:225px}.onboarding-footer{align-items:stretch;flex-direction:column}.onboarding-footer button{width:100%}}@media(min-width:681px)and (max-width:920px){.onboarding-plan-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}html.auth-active,html.auth-active body,html.auth-active #root{min-height:100%;height:auto;overflow:auto}html.auth-active body{margin:0;color:#172033;background:radial-gradient(circle at 15% 5%,rgba(58,111,232,.12),transparent 28rem),radial-gradient(circle at 90% 95%,rgba(27,69,145,.09),transparent 30rem),#f6f8fc;font-family:Avenir Next,Segoe UI Variable,Noto Sans,ui-sans-serif,system-ui,sans-serif}html.auth-active *{box-sizing:border-box}.auth-page{width:100%;min-height:100vh;padding:44px 24px 30px;display:flex;flex-direction:column;align-items:center;justify-content:center}.auth-brand{display:inline-flex;margin-bottom:28px}.auth-brand img{width:156px;height:auto;display:block}.auth-card{width:min(100%,484px);padding:38px 42px 36px;border:1px solid #dfe5f0;border-radius:26px;background:#fffffff5;box-shadow:0 24px 60px #1f345b1c}.auth-page-compact .auth-card{width:min(100%,470px)}.auth-heading{margin-bottom:28px;text-align:center}.auth-heading-icon{width:48px;height:48px;margin:0 auto 14px;border-radius:15px;color:#2769dc;background:#edf3ff;display:grid;place-items:center}.auth-eyebrow{display:block;margin-bottom:8px;color:#3976e7;font-size:.76rem;font-weight:750;letter-spacing:.13em;text-transform:uppercase}.auth-heading h1{margin:0;color:#121b2e;font-size:clamp(1.8rem,5vw,2.2rem);line-height:1.1;letter-spacing:-.035em}.auth-heading p{max-width:390px;margin:11px auto 0;color:#73809a;font-size:.98rem;line-height:1.55}.auth-form{display:grid;gap:17px}.auth-name-grid{display:grid;grid-template-columns:1fr 1fr;gap:13px}.auth-field{min-width:0;display:grid;gap:7px;color:#344158;font-size:.87rem;font-weight:650}.auth-field small{color:#8793a8;font-size:.76rem;font-weight:500}.auth-field>input,.auth-input-wrap{width:100%;min-height:48px;border:1px solid #ccd5e4;border-radius:12px;background:#fff;transition:border-color .15s ease,box-shadow .15s ease}.auth-field>input{padding:0 14px;color:#172033;font:inherit;font-weight:520;outline:none}.auth-input-wrap{padding:0 12px;color:#8793a8;display:flex;align-items:center;gap:10px}.auth-input-wrap input{min-width:0;flex:1;align-self:stretch;border:0;outline:0;color:#172033;background:transparent;font:inherit;font-weight:520}.auth-field>input:focus,.auth-input-wrap:focus-within{border-color:#3d78e7;box-shadow:0 0 0 4px #3d78e71f}.auth-reveal{width:30px;height:30px;padding:0;border:0;border-radius:8px;color:#71809a;background:transparent;cursor:pointer;display:grid;place-items:center}.auth-reveal:hover{color:#2769dc;background:#edf3ff}.auth-forgot{justify-self:end;margin-top:-7px;color:#2769dc;font-size:.84rem;font-weight:680;text-decoration:none}.auth-submit,.auth-secondary{min-height:50px;padding:0 18px;border-radius:13px;font:inherit;font-size:.93rem;font-weight:720;text-decoration:none;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:9px}.auth-submit{margin-top:2px;border:1px solid #2869dd;color:#fff;background:linear-gradient(135deg,#3176e9,#1f5dc9);box-shadow:0 10px 22px #2769dc33}.auth-submit:hover:not(:disabled){background:linear-gradient(135deg,#286bdf,#194fad);transform:translateY(-1px)}.auth-submit:disabled{cursor:wait;opacity:.68}.auth-submit-link{width:100%}.auth-secondary{border:1px solid #d5ddea;color:#344158;background:#fff}.auth-secondary:hover{border-color:#aebbd0;background:#f9fbff}.auth-divider{margin:23px 0;color:#9aa5b8;font-size:.78rem;display:flex;align-items:center;gap:12px}.auth-divider:before,.auth-divider:after{height:1px;content:"";background:#e2e7f0;flex:1}.auth-switch,.auth-legal{color:#7b879d;text-align:center;font-size:.88rem;line-height:1.5}.auth-switch{margin:23px 0 0}.auth-legal{margin:13px 0 0;font-size:.76rem}.auth-switch a,.auth-legal a,.auth-footer a{color:#2769dc;font-weight:680;text-decoration:none}.auth-message{margin:0;padding:11px 13px;border-radius:10px;font-size:.82rem;font-weight:570;line-height:1.45}.auth-error{border:1px solid #ffd0ce;color:#a53430;background:#fff5f4}.auth-success{border:1px solid #bfe8d0;color:#217146;background:#f2fbf6}.auth-back{width:fit-content;margin:-5px 0 26px;padding:0;border:0;color:#708099;background:transparent;font:inherit;font-size:.82rem;font-weight:650;text-decoration:none;cursor:pointer;display:inline-flex;align-items:center;gap:6px}.auth-back:hover,.auth-text-button:hover{color:#2769dc}.auth-text-button{width:100%;margin:17px 0 0;padding:0;border:0;color:#66768f;background:transparent;font:inherit;font-size:.83rem;font-weight:620;cursor:pointer}.auth-code{height:58px;padding:0 18px!important;font-size:1.55rem!important;font-weight:680!important;letter-spacing:.26em;text-align:center}.auth-org-list{display:grid;gap:10px}.auth-org{min-height:68px;padding:11px 13px;border:1px solid #d7deea;border-radius:13px;color:#344158;cursor:pointer;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:12px}.auth-org.selected{border-color:#3d78e7;background:#f4f8ff;box-shadow:0 0 0 3px #3d78e714}.auth-org input{position:absolute;opacity:0;pointer-events:none}.auth-org-mark{width:39px;height:39px;border-radius:11px;color:#2869dd;background:#e8f0ff;font-weight:760;display:grid;place-items:center}.auth-org strong,.auth-org small{display:block}.auth-org small{margin-top:3px;color:#8b97aa;font-size:.75rem;font-weight:520}.auth-enrollment{margin:-8px 0 22px;text-align:center}.auth-enrollment img{width:178px;max-width:100%;padding:9px;border:1px solid #dbe2ed;border-radius:13px;background:#fff}.auth-enrollment p{margin:10px 0 0;color:#79869b;font-size:.75rem}.auth-enrollment code{display:block;margin-top:5px;padding:7px;border-radius:7px;color:#263349;background:#f2f5f9;overflow-wrap:anywhere;-webkit-user-select:all;user-select:all}.auth-footer{margin-top:22px;color:#8a96aa;font-size:.75rem;display:flex;align-items:center;gap:8px}.auth-footer a{color:#6f7c91}.auth-spinner{animation:auth-spin .8s linear infinite}@keyframes auth-spin{to{transform:rotate(360deg)}}@media(max-width:560px){.auth-page{padding:28px 14px 22px;justify-content:flex-start}.auth-brand{margin-bottom:22px}.auth-brand img{width:139px}.auth-card{padding:30px 22px 28px;border-radius:20px}.auth-name-grid{grid-template-columns:1fr}}
