@import"https://fonts.googleapis.com/css2?family=DM+Mono:wght@400;500&family=Manrope:wght@400;500;600;700;800&display=swap";:root{font-family:Manrope,system-ui,sans-serif;color:#26364e;background:#f6f8fb;font-synthesis:none;text-rendering:optimizeLegibility}*{box-sizing:border-box}body{margin:0;min-width:1120px;background:#f6f8fb}.app-shell{min-height:100vh}.topbar{height:68px;display:flex;align-items:center;justify-content:space-between;padding:0 28px;border-bottom:1px solid #e4e9f0;background:#fff}.brand{display:flex;align-items:center;gap:10px}.brand-mark{width:34px;height:34px;display:grid;place-items:center;border-radius:10px;color:#fff;background:#30475f}.brand strong{font-size:15px;letter-spacing:-.3px;display:block}.brand span{display:block;color:#8b98aa;font-size:10px;letter-spacing:1.8px;text-transform:uppercase;font-weight:700;margin-top:1px}.top-actions{display:flex;align-items:center;gap:13px}.ghost-button,.icon-button,.toolbar-button{border:0;background:transparent;color:#617087;font:inherit;cursor:pointer}.ghost-button{display:flex;align-items:center;gap:7px;font-size:12px;font-weight:700}.icon-button{width:34px;height:34px;border:1px solid #e2e7ee;border-radius:9px;display:grid;place-items:center}.avatar{width:30px;height:30px;border-radius:50%;display:grid;place-items:center;background:#f6c4b8;color:#92574c;font-size:11px;font-weight:800}.workspace{display:grid;grid-template-columns:330px minmax(520px,1fr) 270px;height:calc(100vh - 68px)}.left-panel,.right-panel{background:#fff;overflow:auto}.left-panel{padding:29px 24px;border-right:1px solid #e4e9f0}.right-panel{border-left:1px solid #e4e9f0}.panel-title{display:flex;justify-content:space-between;align-items:flex-start}.eyebrow{font-size:9px;letter-spacing:1.5px;color:#ef786d;font-weight:800;margin:0 0 8px}.panel-title h1{font-size:20px;margin:0;letter-spacing:-.7px;color:#26364e}.muted{color:#8390a3;font-size:12px;line-height:1.7}.intro{margin:12px 0 25px}.field-label{font-size:11px;font-weight:800;color:#56657a;margin-bottom:9px}.prompt-box{position:relative;border:1px solid #dce3eb;border-radius:10px;background:#fbfcfe}.prompt-box:focus-within{border-color:#9caec3;box-shadow:0 0 0 3px #eaf0f7}.prompt-box textarea{display:block;width:100%;height:155px;padding:13px 34px 13px 13px;border:0;resize:none;outline:0;background:transparent;color:#53647a;font:500 12px/1.75 Manrope}.clear-prompt{position:absolute;top:9px;right:9px;width:23px;height:23px;border:0;border-radius:6px;background:#edf1f6;color:#8794a7;display:grid;place-items:center;cursor:pointer}.prompt-actions{display:flex;align-items:center;justify-content:space-between;margin-top:10px}.upload-button{font-size:11px;color:#53647a;border:1px solid #dce3eb;padding:8px 10px;border-radius:7px;display:flex;gap:6px;align-items:center;cursor:pointer;font-weight:700}.upload-button input{display:none}.format-note{font-size:9px;color:#a0aaba}.examples{margin:20px 0 22px;display:flex;flex-direction:column;gap:8px}.examples span{font-size:10px;color:#97a2b1}.examples button{text-align:left;border:0;background:none;padding:0;color:#758397;font:500 10px/1.5 Manrope;cursor:pointer}.examples button:hover{color:#ef786d}.provider-row{display:flex;align-items:center;justify-content:space-between;font-size:10px;color:#8793a4;font-weight:700}.select-wrap{position:relative}.select-wrap select{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:1px solid #dce3eb;border-radius:7px;background:#fff;padding:8px 25px 8px 9px;color:#4e5e73;font:700 10px Manrope;outline:none}.select-wrap svg{position:absolute;right:7px;top:9px;pointer-events:auto;color:#8290a3}.generate-button{margin-top:14px;width:100%;border:0;border-radius:8px;background:#ee796e;color:#fff;height:41px;font:800 11px Manrope;display:flex;align-items:center;justify-content:center;gap:8px;cursor:pointer;box-shadow:0 4px 12px #ef786d33}.generate-button:disabled{opacity:.7}.shortcut{font:500 10px DM Mono;opacity:.8;margin-left:7px}.divider{height:1px;background:#edf0f4;margin:27px 0 19px}.history-title{display:flex;justify-content:space-between;color:#8995a7;font-size:10px;font-weight:700}.history-title button{border:0;background:none;color:#ef786d;font:700 10px Manrope;cursor:pointer}.history-item{display:flex;align-items:center;gap:9px;margin-top:13px;padding:8px;border:1px solid #edf0f4;border-radius:8px;color:#8190a3}.history-thumb{width:39px;height:39px;border-radius:6px;background:#f1f5f9;display:grid;place-items:center;color:#a6b6c9}.history-item>div:nth-child(2){flex:1}.history-item strong,.history-item span{display:block}.history-item strong{font-size:10px;color:#52627a;margin-bottom:4px}.history-item span{font-size:9px;color:#a0aaba}.canvas-panel{min-width:0;display:flex;flex-direction:column}.canvas-toolbar{height:57px;background:#fff;border-bottom:1px solid #e4e9f0;padding:0 21px;display:flex;align-items:center;justify-content:space-between}.breadcrumb{display:flex;gap:10px;align-items:center;color:#9aa5b4;font-size:11px}.breadcrumb strong{color:#52627a}.canvas-actions{display:flex;gap:8px}.toolbar-button{height:31px;border:1px solid #e0e6ed;border-radius:7px;padding:0 10px;display:flex;align-items:center;gap:6px;font-size:10px;font-weight:800}.toolbar-button.primary{background:#314a64;color:#fff;border-color:#314a64}.scene-wrap{position:relative;flex:1;min-height:400px}.scene-wrap canvas{display:block}.scene-wrap.is-linking canvas{cursor:crosshair}.scene-wrap.is-moving-point canvas{cursor:grab}.point-floating-form{position:absolute;z-index:30;width:270px;max-height:calc(100% - 24px);overflow:auto;border:1px solid #d8e1ea;border-radius:10px;background:#fff;box-shadow:0 12px 34px #263b512b;color:#41566d}.point-floating-header{position:sticky;top:0;z-index:1;display:flex;align-items:center;justify-content:space-between;padding:8px 9px 8px 10px;border-bottom:1px solid #e8edf2;background:#fbfcfe;cursor:move;-webkit-user-select:none;user-select:none;touch-action:none}.point-floating-header small,.point-floating-header strong{display:block}.point-floating-header small{margin-bottom:1px;color:#ef786d;font-size:6px;font-weight:800;letter-spacing:1.1px}.point-floating-header strong{color:#324960;font-size:10px}.point-floating-header button{width:25px;height:25px;display:grid;place-items:center;border:0;border-radius:7px;background:#edf2f6;color:#708195;cursor:pointer}.point-floating-body{display:grid;gap:8px;padding:9px 10px 10px}.point-floating-body label{display:grid;gap:4px;color:#718196;font-size:8px;font-weight:800}.point-name-field>div{display:grid;grid-template-columns:1fr 44px;gap:5px}.point-floating-body input,.point-floating-body select{min-width:0;height:29px;border:1px solid #d9e2eb;border-radius:7px;outline:none;background:#fff;color:#465b72;font:700 9px Manrope}.point-floating-body input:not([type=color]),.point-floating-body select{width:100%;padding:0 7px}.point-name-field button{border:0;border-radius:7px;background:#314a64;color:#fff;font:800 8px Manrope;cursor:pointer}.point-name-field button:disabled{opacity:.45;cursor:not-allowed}.point-name-field em{color:#c65e57;font-size:8px;font-style:normal}.point-color-grid{display:grid;grid-template-columns:1fr 1fr;gap:6px}.point-color-control{height:30px;display:flex;align-items:center;gap:5px;padding:3px 5px 3px 3px;border:1px solid #dce4eb;border-radius:7px}.point-color-control input[type=color]{width:25px;height:23px;padding:0;border:0;cursor:pointer}.point-color-control code{color:#75869a;font:7px DM Mono}.point-move-settings{display:grid;gap:6px}.point-move-button{height:32px;border:0;border-radius:8px;background:#ef786d;color:#fff;font:800 9px Manrope;cursor:pointer}.point-move-button.armed{background:#3182ce;box-shadow:0 0 0 3px #3182ce1c}.point-move-hint{margin:-4px 0 0;color:#94a1b0;font-size:7px;line-height:1.45}.scene-wrap.is-fullscreen{position:fixed;top:0;right:0;bottom:0;left:0;z-index:100;min-height:100vh;background:#f8fafc}.scene-wrap.is-fullscreen .scene-badge,.scene-wrap.is-fullscreen .scene-hint{display:none}.scene-badge{position:absolute;left:22px;top:18px;display:flex;align-items:center;gap:7px;padding:7px 10px;border:1px solid #e0e6ed;border-radius:8px;background:#ffffffd9;box-shadow:0 2px 8px #314a6410;font-size:9px;font-weight:800;color:#64748b}.inside-minimap{position:absolute;right:18px;bottom:18px;z-index:12;width:226px;overflow:hidden;border:1px solid #cbd7e3;border-radius:12px;background:#ffffffed;box-shadow:0 12px 35px #24384f30;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);pointer-events:none}.minimap-title{display:flex;align-items:baseline;justify-content:space-between;padding:9px 11px 5px;color:#41546b;font:800 10px Manrope}.minimap-title small{color:#93a1b1;font-size:8px;font-weight:700}.inside-minimap svg{display:block;width:100%;height:148px;background:linear-gradient(180deg,#f8fbfe,#f1f5f9)}.minimap-face{fill:#bdd7ee35;stroke:none}.minimap-edge{stroke:#61758c;stroke-width:1.25;vector-effect:non-scaling-stroke}.minimap-vertex{fill:#8798aa}.minimap-direction{stroke:#e24b43;stroke-width:2;stroke-linecap:round;vector-effect:non-scaling-stroke}.minimap-camera{fill:#e53935;stroke:#fff;stroke-width:1.5}.minimap-camera-pulse{fill:#ef444450;transform-box:fill-box;transform-origin:center;animation:minimap-pulse 1.25s ease-out infinite}.minimap-height{padding:6px 11px 8px;color:#7c8da0;font:700 8px DM Mono}.minimap-speed{display:grid;gap:5px;padding:0 11px 10px;color:#65778c;font:800 9px Manrope}.minimap-speed input{width:100%;accent-color:#ef786d;cursor:pointer}.range-value{color:#65778c;font:700 9px DM Mono}@keyframes minimap-pulse{0%{opacity:.85;transform:scale(.55)}75%,to{opacity:0;transform:scale(1.55)}}.live-dot{width:6px;height:6px;border-radius:50%;background:#55b96f}.scene-hint{font:9px Manrope;color:#9aa5b4;white-space:nowrap}.canvas-footer{position:relative;flex:0 0 auto;min-height:86px;max-height:420px;background:#fff;border-top:1px solid #e4e9f0;overflow:hidden}.tip{display:flex;align-items:center;gap:8px;color:#8390a3;font-size:10px}.tip strong{color:#5d6b7f}.tip-icon{color:#ef786d;font-size:17px}.view-controls{display:flex;align-items:center;gap:4px;color:#a0aaba;font-size:9px;font-weight:700}.view-controls button{border:0;background:transparent;color:#8793a4;border-radius:5px;padding:7px 8px;font:700 9px Manrope}.view-controls .active-view{background:#eff2f6;color:#4f6075}.right-tabs{height:57px;display:flex;border-bottom:1px solid #e4e9f0;padding:0 15px;gap:17px}.right-tabs button{position:relative;border:0;background:none;color:#9aa5b4;display:flex;gap:6px;align-items:center;font:700 10px Manrope;cursor:pointer}.right-tabs button.active{color:#44566e}.right-tabs button.active:after{content:"";height:2px;background:#ef786d;position:absolute;left:0;right:0;bottom:-1px}.objects-header{display:flex;align-items:center;justify-content:space-between;padding:21px 17px 12px}.objects-header strong,.objects-header span{display:block}.objects-header strong{font-size:12px;color:#4d5e75}.objects-header span{font-size:9px;color:#a1acbb;margin-top:4px}.add-button{border:0;border-radius:6px;background:#fceae7;color:#e87469;padding:7px 9px;font:800 9px Manrope;display:flex;align-items:center;gap:4px;cursor:pointer}.object-list{padding:0 10px}.object-row{width:100%;height:48px;display:flex;align-items:center;gap:8px;padding:0 8px;border:1px solid transparent;border-radius:8px;background:transparent;text-align:left;cursor:pointer;color:#91a0b2}.object-row:hover,.object-row.selected{background:#f7f9fb;border-color:#e9edf2}.object-row.selected{box-shadow:inset 2px 0 #ef786d}.object-icon{width:26px;height:26px;border-radius:6px;background:#f1f4f8;display:grid;place-items:center;color:#8494a7}.object-name{flex:1}.object-name strong,.object-name small{display:block}.object-name strong{font:700 10px Manrope;color:#5b6b80}.object-name small{font-size:9px;color:#a4afbc;margin-top:2px}.color-dot{width:11px;height:11px;border-radius:50%;border:1px solid #cbd3dd}.color-dot-button{cursor:pointer;transition:transform .15s ease,box-shadow .15s ease}.color-dot-button:hover,.color-dot-button:focus-visible{box-shadow:0 0 0 3px #3b82f633;outline:0;transform:scale(1.18)}.delete-object{color:#9aa8b8;cursor:pointer;transition:color .15s ease,transform .15s ease}.delete-object:hover{color:#df5d55;transform:scale(1.1)}.properties{border-top:1px solid #edf0f4;margin-top:16px;padding:20px 17px}.property-heading{display:flex;justify-content:space-between;color:#8290a3;font-size:10px;font-weight:800}.selected-pill{padding:3px 6px;border-radius:4px;background:#eff5ff;color:#7091b9;font-size:8px}.selected-name{display:flex;gap:9px;align-items:center;margin-top:17px}.large-color{width:27px;height:27px;border-radius:7px;border:1px solid #dce3eb}.selected-name strong,.selected-name small{display:block}.selected-name strong{font-size:11px;color:#53637a}.selected-name small{font-size:9px;color:#9da8b6;margin-top:3px}.color-field{display:flex;justify-content:space-between;align-items:center;margin-top:23px;color:#8996a7;font-size:10px;font-weight:700}.color-input{display:flex;align-items:center;gap:6px;border:1px solid #dce3eb;border-radius:6px;padding:3px 6px 3px 4px;color:#78879a;font:9px DM Mono}.color-input input{width:20px;height:20px;border:0;padding:0;background:none;cursor:pointer}.scene-settings{padding:20px 17px}.scene-settings label{display:flex;justify-content:space-between;border-bottom:1px solid #eef1f4;padding:13px 0;color:#6d7c90;font-size:10px;font-weight:700}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;padding:16px;overflow:auto;background:#23364c66;display:grid;place-items:center;z-index:10}.tikz-modal{width:min(680px,90vw);background:#fff;border-radius:14px;padding:22px;box-shadow:0 18px 60px #1f304b40}.intersection-modal{width:min(390px,90vw)}.intersection-description{margin:18px 0;color:#6d7c90;font-size:12px;line-height:1.6}.intersection-field{display:grid;gap:7px;color:#53647a;font:800 11px Manrope}.intersection-field input{border:1px solid #d9e1ea;border-radius:8px;padding:10px 11px;color:#34475f;font:700 13px Manrope;outline:none}.intersection-field input:focus{border-color:#ef786d;box-shadow:0 0 0 3px #ef786d1f}.field-error{margin:8px 0 0;color:#d9554e;font:700 11px Manrope}.modal-actions{display:flex;justify-content:flex-end;gap:9px;margin-top:20px}.secondary-button{border:1px solid #d9e1ea;border-radius:7px;background:#fff;color:#53647a;padding:10px 14px;font:800 11px Manrope;cursor:pointer}.copy-button:disabled{cursor:not-allowed;opacity:.48}.toolbar-button.active-view{border-color:#6ba7de;background:#edf6ff;color:#2563a7}.length-modal,.object-modal{width:min(410px,90vw)}.math-preview{display:grid;min-height:62px;place-items:center;margin-top:16px;border:1px solid #e3e9ef;border-radius:8px;background:#fbfcfe;font-size:25px}.math-label{font-family:Times New Roman,serif;font-style:italic;white-space:nowrap}.math-fraction{display:inline-grid;grid-template-rows:auto auto;margin:0 .08em;vertical-align:middle;font-size:.82em;line-height:.9;text-align:center}.math-fraction>:first-child{border-bottom:1px solid currentColor;padding:0 .12em .06em}.math-fraction>:last-child{padding:.06em .12em 0}.math-root{display:inline-flex;align-items:flex-start;font-style:normal}.math-root>span{border-top:1px solid currentColor;margin-top:.19em;padding:0 .08em;font-style:italic}.math-label sup{font-size:.68em;font-style:normal}.segment-length-label{pointer-events:none;color:#162235;font-size:20px;text-shadow:0 1px 2px #ffffff}.modal-header{display:flex;justify-content:space-between;align-items:flex-start}.modal-header h2{margin:0;color:#34475f;font-size:19px}.tikz-modal pre{background:#162332;color:#d6e3ef;border-radius:9px;padding:18px;max-height:390px;overflow:auto;font:12px/1.7 DM Mono;margin:20px 0}.copy-button{border:0;border-radius:7px;background:#314a64;color:#fff;padding:10px 14px;font:800 11px Manrope;display:flex;align-items:center;gap:7px;cursor:pointer}@media(max-width:1200px){.workspace{grid-template-columns:310px minmax(470px,1fr) 250px}.left-panel{padding-left:18px;padding-right:18px}.canvas-toolbar{padding:0 14px}.view-controls{display:none}}.generation-error{margin-top:9px;padding:9px 10px;border:1px solid #f3c7c1;border-radius:7px;background:#fff5f3;color:#b95349;font-size:10px;line-height:1.45;word-break:break-word}.prompt-actions{justify-content:flex-start;gap:8px}.upload-button{font-size:10px;background:#fff;padding:8px 9px}.upload-button kbd{font:8px DM Mono;color:#9ba7b7}.image-name{display:block;margin-top:7px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.history-item{width:100%;text-align:left;background:#fff;cursor:pointer}.empty-history{font-size:10px;color:#a0aaba}.settings-heading{margin:0 0 6px;color:#53647a;font-size:11px;font-weight:800}.settings-divider{height:1px;background:#eef1f4;margin:18px 0}.stacked-field{display:flex!important;flex-direction:column;align-items:stretch!important;gap:7px;border:0!important;padding:9px 0!important}.stacked-field input,.stacked-field select{width:100%;border:1px solid #dce3eb;border-radius:6px;padding:8px;color:#53647a;background:#fff;font:10px Manrope}.load-models{border:0;border-radius:6px;background:#edf2f7;color:#4d6179;padding:9px;font:800 10px Manrope;cursor:pointer}.load-models:disabled{opacity:.6}.settings-note{font-size:9px;line-height:1.5;color:#9aa5b4}.augment-box{margin-top:14px;border:1px solid #e4e9f0;border-radius:9px;padding:10px;background:#fbfcfe}.augment-box label{display:block;margin-bottom:7px;color:#65758a;font-size:10px;font-weight:800}.augment-box textarea{width:100%;min-height:55px;resize:vertical;border:1px solid #dce3eb;border-radius:6px;padding:7px;color:#53647a;font:10px/1.5 Manrope}.augment-box button{margin-top:7px;width:100%;border:0;border-radius:6px;background:#314a64;color:#fff;padding:8px;font:800 10px Manrope;cursor:pointer}.augment-box button:disabled{opacity:.5}.size-field{display:flex!important;flex-direction:column;align-items:stretch!important;gap:7px;border:0!important;padding:14px 0 0!important;color:#8996a7!important;font-size:10px!important}.size-field input{width:100%;accent-color:#ef786d}.object-row.hovered{background:#edf4ff;border-color:#cdddf7}.object-row.hovered .object-icon{color:#3b82f6;background:#e2ecfc}.source-preview{display:flex;width:100%;margin-top:9px;padding:6px;gap:8px;align-items:center;border:1px solid #dce3eb;border-radius:8px;background:#fbfcfe;color:#607087;font:700 10px Manrope;cursor:pointer;text-align:left}.source-preview img{width:48px;height:34px;object-fit:cover;border-radius:4px}.history-thumb{overflow:hidden}.history-thumb img{width:100%;height:100%;object-fit:cover}.load-more-history{width:100%;margin-top:9px;border:1px solid #dce3eb;border-radius:7px;background:#fff;color:#5d7089;padding:8px;font:800 10px Manrope;cursor:pointer}.image-modal{position:relative;display:grid;place-items:center;width:min(1200px,calc(100vw - 32px));max-height:88vh;overflow:hidden;padding:12px;border-radius:12px;background:#fff;box-shadow:0 18px 60px #1f304b40}.image-modal>img{display:block;width:auto;height:auto;max-width:100%;max-height:calc(88vh - 24px);object-fit:contain}.image-close{position:absolute;right:20px;top:20px;z-index:2;background:#fffc}.history-gallery{width:min(1040px,92vw);max-height:88vh;overflow:auto;padding:22px;border-radius:14px;background:#fff;box-shadow:0 18px 60px #1f304b40}.history-gallery-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:14px;margin-top:20px}.history-card{display:flex;flex-direction:column;gap:7px;overflow:hidden;padding:9px;border:1px solid #e3e8ef;border-radius:10px;background:#fff;text-align:left;cursor:pointer;color:#53647a}.history-card>img{width:100%;height:132px;object-fit:cover;border-radius:6px;background:#edf1f5}.history-card strong{font-size:11px}.history-card small{font-size:9px;color:#92a0b1}.history-card p{display:-webkit-box;overflow:hidden;margin:0;color:#728096;font-size:10px;line-height:1.45;-webkit-line-clamp:4;-webkit-box-orient:vertical}.history-card .history-source{height:86px;object-fit:cover}.footer-problem{display:grid;grid-template-rows:auto minmax(0,1fr);gap:9px;height:100%;min-width:0;max-width:100%;padding:16px 22px 14px;color:#718096;font-size:14px;line-height:1.55}.problem-resize-handle{position:absolute;z-index:2;top:0;right:0;left:0;height:10px;display:grid;place-items:start center;border:0;background:transparent;cursor:ns-resize;touch-action:none}.problem-resize-handle span{width:46px;height:3px;margin-top:3px;border-radius:999px;background:#cbd5e1;transition:width .15s ease,background .15s ease}.problem-resize-handle:hover span,.problem-resize-handle:active span{width:62px;background:#ef786d}.problem-panel-header{display:flex;align-items:center;justify-content:space-between;gap:12px;min-width:0}.problem-panel-title{display:flex;align-items:center;gap:8px;min-width:0}.footer-problem strong{color:#53647a;font-size:15px}.problem-view-toggle{display:flex;align-items:center;padding:2px;border:1px solid #dfe6ee;border-radius:8px;background:#f6f8fb}.problem-view-toggle button{min-width:70px;padding:5px 9px;border:0;border-radius:6px;background:transparent;color:#7b899b;font:700 10px Manrope;cursor:pointer}.problem-view-toggle button.active{background:#fff;color:#314a64;box-shadow:0 1px 4px #314a641f}.ocr-badge{padding:3px 7px;border-radius:999px;background:#fff1ef;color:#c75e54;font:800 9px Manrope;letter-spacing:.25px}.problem-panel-content{min-height:0;overflow:auto}.problem-image-view{width:100%;height:100%;min-height:0;padding:0;border:0;background:transparent;text-align:left;cursor:zoom-in}.problem-image-view img{display:block;width:100%;height:100%;object-fit:contain;object-position:left center}.problem-text-view{min-height:100%;overflow-wrap:anywhere;color:#738198;font-size:15px;line-height:1.6;white-space:pre-wrap}.copy-menu-wrap{position:relative}.copy-menu{position:absolute;top:calc(100% + 6px);right:0;z-index:8;min-width:150px;overflow:hidden;border:1px solid #dce3eb;border-radius:8px;background:#fff;box-shadow:0 10px 28px #263f5926}.copy-menu button{display:block;width:100%;border:0;background:#fff;padding:10px 12px;color:#53647a;text-align:left;font:700 11px Manrope;cursor:pointer}.copy-menu button:hover{background:#f1f5f9}.copy-toast{position:fixed;left:22px;bottom:22px;z-index:30;padding:11px 14px;border-radius:8px;background:#263f59;color:#fff;box-shadow:0 8px 25px #263f5944;font:700 12px Manrope;animation:toast-in .18s ease-out}@keyframes toast-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.auth-loading,.license-page{min-height:100vh;display:grid;place-items:center;background:#f4f7fb}.auth-loading span{width:32px;height:32px;border:3px solid #dce5ee;border-top-color:#ef786d;border-radius:50%;animation:auth-spin .8s linear infinite}.auth-loading p{color:#718096;font-size:12px}@keyframes auth-spin{to{transform:rotate(360deg)}}.auth-page{min-height:100vh;display:grid;grid-template-columns:minmax(520px,1.12fr) minmax(470px,.88fr);background:#fff}.auth-hero{position:relative;display:flex;flex-direction:column;min-height:100vh;padding:34px 52px;overflow:hidden;color:#fff;background:linear-gradient(145deg,#243b53,#314f6d 58%,#476b88)}.auth-hero:after{content:"";position:absolute;width:560px;height:560px;right:-180px;bottom:-220px;border:1px solid #ffffff25;border-radius:48% 52% 62% 38%;transform:rotate(25deg);box-shadow:0 0 0 75px #ffffff08,0 0 0 150px #ffffff05}.auth-brand{display:flex;align-items:center;gap:12px;position:relative;z-index:1}.auth-brand>span{width:43px;height:43px;display:grid;place-items:center;border-radius:12px;color:#fff;background:#ef786d}.auth-brand strong,.auth-brand small{display:block}.auth-brand strong{font-size:17px}.auth-brand small{margin-top:2px;color:#b8cada;font-size:9px;letter-spacing:2px}.auth-hero-copy{position:relative;z-index:1;max-width:610px;margin:auto 0;padding-bottom:70px}.auth-hero-copy .eyebrow{color:#ffaaa1}.auth-hero-copy h1{max-width:570px;margin:0;font-size:clamp(38px,4.2vw,64px);line-height:1.08;letter-spacing:-2.5px}.auth-hero-copy>p:not(.eyebrow){max-width:530px;margin:24px 0;color:#d5e0ea;font-size:15px;line-height:1.8}.auth-feature-list{display:flex;flex-wrap:wrap;gap:10px}.auth-feature-list span{padding:8px 11px;border:1px solid #ffffff22;border-radius:8px;background:#ffffff0d;color:#dbe7f0;font-size:10px;font-weight:700}.auth-panel{display:grid;place-items:center;padding:45px;background:#f9fbfd}.auth-card{width:min(430px,100%);padding:34px;border:1px solid #e1e8ef;border-radius:18px;background:#fff;box-shadow:0 20px 60px #243b5312}.auth-tabs{display:grid;grid-template-columns:1fr 1fr;gap:5px;padding:4px;border-radius:10px;background:#f1f5f9}.auth-tabs button{padding:9px;border:0;border-radius:7px;background:transparent;color:#718096;font:800 11px Manrope;cursor:pointer}.auth-tabs button.active{background:#fff;color:#30475f;box-shadow:0 2px 7px #30475f15}.auth-card h2{margin:27px 0 7px;color:#263b51;font-size:22px}.auth-card>p{margin:0 0 22px;color:#8492a5;font-size:11px}.auth-form{display:grid;gap:14px}.auth-form label{display:grid;gap:6px;color:#56677c;font-size:10px;font-weight:800}.auth-form input,.license-form input{width:100%;height:42px;padding:0 12px;border:1px solid #d9e2eb;border-radius:8px;outline:none;color:#33475d;font:600 12px Manrope}.auth-form input:focus,.license-form input:focus{border-color:#ef786d;box-shadow:0 0 0 3px #ef786d18}.auth-submit,.license-form button{height:43px;display:flex;align-items:center;justify-content:center;gap:8px;border:0;border-radius:8px;background:#ef786d;color:#fff;font:800 11px Manrope;cursor:pointer}.auth-submit:disabled,.license-form button:disabled{opacity:.55}.auth-error,.admin-error{padding:9px 11px;border:1px solid #f2c6c2;border-radius:8px;background:#fff5f4;color:#bd4a43;font-size:10px;font-weight:700}.auth-divider{display:flex;align-items:center;gap:10px;margin:20px 0;color:#9ba8b8;font-size:9px}.auth-divider:before,.auth-divider:after{content:"";flex:1;height:1px;background:#e7ecf1}.google-button{height:42px;display:flex;align-items:center;justify-content:center;gap:10px;border:1px solid #dce3eb;border-radius:8px;color:#516277;text-decoration:none;font-size:11px;font-weight:800}.google-button strong{font:800 17px Arial;color:#4285f4}.license-card{width:min(520px,calc(100vw - 40px));padding:38px;text-align:center;border:1px solid #dfe7ef;border-radius:18px;background:#fff;box-shadow:0 22px 70px #243b5318}.license-card .auth-brand{justify-content:center;margin-bottom:30px;color:#30475f;text-align:left}.license-icon{width:58px;height:58px;display:grid;place-items:center;margin:0 auto 16px;border-radius:16px;background:#fff0ee;color:#ef786d}.license-card h1{margin:0;color:#293f56;font-size:24px}.license-card>p{margin:12px 0 24px;color:#78889b;font-size:12px;line-height:1.7}.license-form{display:grid;grid-template-columns:1fr 145px;gap:8px}.expired-license{margin-bottom:12px;color:#b06d65;font-size:10px}.auth-logout{margin-top:20px;border:0;background:transparent;color:#7b8a9b;font:800 10px Manrope;cursor:pointer}.admin-button{display:flex;align-items:center;gap:6px;height:32px;padding:0 10px;border:1px solid #d7e3ee;border-radius:8px;background:#eef6ff;color:#3b6f9f;font:800 10px Manrope;cursor:pointer}.top-user{display:flex;align-items:center;gap:8px}.top-user strong,.top-user small{display:block;max-width:170px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.top-user strong{color:#4d5f75;font-size:10px}.top-user small{margin-top:2px;color:#99a6b5;font-size:8px}.admin-shell{position:fixed;top:0;right:0;bottom:0;left:0;z-index:220;overflow:auto;background:#f3f6fa;color:#33475d}.admin-header{height:76px;display:flex;align-items:center;justify-content:space-between;padding:0 30px;border-bottom:1px solid #dce4ec;background:#fff}.admin-header h1{margin:0;font-size:20px}.admin-header .eyebrow{margin-bottom:4px}.admin-header-actions{display:flex;gap:8px}.admin-header-actions button{height:34px;display:flex;align-items:center;gap:6px;padding:0 11px;border:1px solid #dce4ec;border-radius:8px;background:#fff;color:#61748a;font:800 10px Manrope;cursor:pointer}.admin-header-actions .admin-close{width:34px;padding:0;justify-content:center}.admin-metrics{display:grid;grid-template-columns:repeat(5,minmax(150px,1fr));gap:12px;padding:20px 30px}.admin-metrics>div{display:flex;align-items:center;gap:12px;min-height:78px;padding:15px;border:1px solid #e0e7ee;border-radius:12px;background:#fff;box-shadow:0 4px 15px #30475f08}.admin-metrics svg{color:#ef786d}.admin-metrics span,.admin-metrics strong{display:block}.admin-metrics span{color:#8593a4;font-size:9px;font-weight:700}.admin-metrics strong{margin-top:4px;color:#34495f;font-size:18px}.admin-tabs{display:flex;gap:5px;padding:0 30px;border-bottom:1px solid #dce4ec}.admin-tabs button{display:flex;align-items:center;gap:7px;padding:11px 14px;border:0;border-bottom:2px solid transparent;background:transparent;color:#77889b;font:800 10px Manrope;cursor:pointer}.admin-tabs button.active{border-bottom-color:#ef786d;color:#3d536a}.admin-error{margin:14px 30px 0}.admin-content{padding:20px 30px 45px}.admin-loading{padding:60px;text-align:center;color:#8392a4}.admin-create-form{display:grid;grid-template-columns:180px 1fr 1.3fr 1fr 100px 80px;gap:8px;align-items:end;margin-bottom:16px;padding:13px;border:1px solid #dfe6ed;border-radius:11px;background:#fff}.admin-create-form strong{display:flex;align-items:center;gap:6px;align-self:center;font-size:11px}.admin-create-form input,.admin-create-form select{height:35px;min-width:0;padding:0 9px;border:1px solid #dbe3eb;border-radius:7px;background:#fff;color:#52657a;font:600 10px Manrope}.admin-create-form label{display:grid;gap:4px;color:#7b8999;font-size:8px;font-weight:800}.admin-create-form button{height:35px;border:0;border-radius:7px;background:#314b65;color:#fff;font:800 10px Manrope;cursor:pointer}.license-create{grid-template-columns:180px 150px 180px 150px 90px}.created-codes{margin-bottom:16px;padding:14px;border:1px solid #bcd7c5;border-radius:10px;background:#f2fbf5}.created-codes>div{display:flex;justify-content:space-between;align-items:center;color:#467155;font-size:10px}.created-codes button{border:0;background:transparent;color:#34764b;font:800 9px Manrope;cursor:pointer}.created-codes pre{max-height:180px;overflow:auto;margin:10px 0 0;padding:11px;border-radius:7px;background:#21382b;color:#d9f2df;font:10px/1.8 DM Mono}.admin-table-wrap{overflow:auto;border:1px solid #dfe6ed;border-radius:11px;background:#fff}.admin-table{width:100%;border-collapse:collapse;min-width:980px}.admin-table th{padding:10px 11px;background:#f7f9fb;color:#8290a1;text-align:left;font-size:8px;letter-spacing:.4px;text-transform:uppercase}.admin-table td{padding:10px 11px;border-top:1px solid #edf1f4;color:#53667b;font-size:10px;vertical-align:middle}.admin-table td>strong,.admin-table td>small{display:block}.admin-table td>small{margin-top:3px;color:#8f9baa;font-size:8px;line-height:1.45}.model-list{max-width:190px;white-space:normal}.status-badge{display:inline-flex;padding:3px 6px;border-radius:5px;background:#edf1f5;color:#708195;font-size:8px;font-weight:800}.status-badge.active,.status-badge.assigned{background:#e8f7ed;color:#418059}.status-badge.suspended,.status-badge.revoked{background:#fff0ef;color:#bd554e}.status-badge.unused{background:#eef5ff;color:#4c78a6}.row-actions{display:flex;flex-wrap:wrap;gap:4px}.row-actions button{min-height:25px;padding:0 7px;border:1px solid #dbe3eb;border-radius:5px;background:#fff;color:#60738a;font:800 8px Manrope;cursor:pointer}.row-actions button.danger{color:#c35a53}
