:root{font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#101b36;background:#f3f6fa;font-synthesis:none;text-rendering:optimizeLegibility;--blue: #1146d8;--blue-dark: #0d38b4;--blue-soft: #eaf0ff;--teal: #159b88;--text: #101b36;--muted: #64708a;--border: #d9dfeb;--workspace: #f2f5f9;--surface: #ffffff;--danger: #be2435}*{box-sizing:border-box}html,body,#root{width:100%;height:100%;margin:0;overflow:hidden}body{min-width:760px;min-height:520px}button,input,textarea,select{font:inherit}button{color:inherit}button:focus-visible{outline:3px solid rgba(17,70,216,.35);outline-offset:2px}select:focus-visible{outline:3px solid rgba(17,70,216,.35);outline-offset:2px}button:disabled{cursor:not-allowed;opacity:.42}.app-shell{width:100%;height:100%;display:flex;flex-direction:column;background:var(--workspace)}.app-header{position:relative;z-index:20;display:flex;align-items:center;gap:20px;height:72px;flex:0 0 72px;padding:0 24px;background:#fff;border-bottom:1px solid var(--border);box-shadow:0 1px #11244805}.brand{display:flex;align-items:center;gap:12px;flex:0 0 auto;font-size:22px;line-height:1;font-weight:720;letter-spacing:-.025em;color:#0d162a}.brand__mark{display:grid;width:34px;height:38px;place-items:center;color:var(--blue)}.header-divider{width:1px;height:31px;background:var(--border)}.document-title{min-width:120px;max-width:360px;overflow:hidden;color:#161d2c;font-size:17px;font-weight:640;text-overflow:ellipsis;white-space:nowrap}.save-status{display:flex;min-width:178px;align-items:center;gap:8px;margin-left:auto;color:#44516b;font-size:13px;font-weight:570;white-space:nowrap}.save-status__dot{width:10px;height:10px;border:2px solid #8a95a9;border-radius:50%}.save-status--project-saved .save-status__dot,.save-status--recovery-saved .save-status__dot{border-color:#269846;background:#269846;box-shadow:inset 0 0 0 2px #fff}.save-status--unsaved .save-status__dot,.save-status--saving-recovery .save-status__dot,.save-status--saving-project .save-status__dot{border-color:#ca7b0b;background:#ffbe3d}.save-status--error{color:var(--danger)}.save-status--error .save-status__dot{border-color:var(--danger);background:var(--danger)}.header-actions{display:flex;align-items:center;gap:10px}.toolset-selector{display:inline-flex;min-width:0;align-items:center;gap:8px;color:#44516b;font-size:13px;font-weight:680;white-space:nowrap}.toolset-selector select{min-width:118px;min-height:44px;padding:0 34px 0 12px;border:1px solid #bcc7d9;border-radius:9px;color:#172544;background:#fff;font-weight:680;cursor:pointer}.toolset-selector select:hover:not(:disabled){border-color:#8ea4d8;background:#f8faff}.toolset-selector select:disabled{cursor:not-allowed;opacity:.55}.button{display:inline-flex;min-height:48px;align-items:center;justify-content:center;gap:10px;padding:0 19px;border-radius:10px;border:1px solid transparent;font-size:14px;font-weight:680;cursor:pointer;transition:border-color .14s ease,background .14s ease,transform .1s ease}.button:active:not(:disabled){transform:translateY(1px)}.button--primary{border-color:var(--blue);color:#fff;background:var(--blue);box-shadow:0 3px 9px #1146d829}.button--primary:hover:not(:disabled){background:var(--blue-dark)}.button--secondary{border-color:var(--border);color:#182238;background:#fff}.button--secondary:hover:not(:disabled){border-color:#b9c4d8;background:#f8faff}.button--quiet{border-color:transparent;color:var(--blue);background:transparent}.button--quiet:hover:not(:disabled){background:var(--blue-soft)}.home-button{display:inline-flex;min-height:46px;align-items:center;gap:8px;padding:0 11px;border:1px solid transparent;border-radius:9px;color:var(--blue);background:transparent;font-size:14px;font-weight:700;cursor:pointer}.home-button:hover:not(:disabled){background:var(--blue-soft)}.home-screen{width:100%;height:100%;overflow:auto;color:var(--text);background:#fff}.home-header{display:flex;height:76px;align-items:center;justify-content:space-between;padding:0 clamp(24px,5vw,72px);border-bottom:1px solid var(--border)}.home-header__actions{display:flex;align-items:center;gap:8px}.calculator-panel{position:fixed;z-index:90;top:84px;right:18px;display:grid;width:min(420px,calc(100vw - 36px));max-height:calc(100vh - 102px);gap:10px;overflow-y:auto;padding:17px;border:1px solid #cdd6e5;border-radius:14px;background:#fff;box-shadow:0 18px 54px #11224440}.utility-panel__header{display:flex;align-items:center;justify-content:space-between;gap:12px}.utility-panel__header h2{margin:0;font-size:20px;letter-spacing:-.02em}.calculator-display{display:grid;gap:6px;padding:12px;border:1px solid var(--border);border-radius:10px;background:#f8faff}.calculator-display label{color:var(--muted);font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.06em}.calculator-display input{width:100%;min-height:44px;padding:6px 9px;border:1px solid #c5cfdf;border-radius:7px;color:var(--text);background:#fff;font-size:20px;text-align:right}.calculator-display output{min-height:30px;overflow:hidden;color:#173a82;font-size:22px;font-weight:740;text-align:right;text-overflow:ellipsis}.calculator-display .calculator-result--error{color:var(--danger);font-size:13px;line-height:30px}.calculator-top-actions,.calculator-grid,.calculator-science-grid,.calculator-mode{display:grid;gap:7px}.calculator-top-actions{grid-template-columns:1fr 58px}.calculator-grid{grid-template-columns:repeat(4,1fr)}.calculator-science-grid{grid-template-columns:repeat(5,1fr)}.calculator-mode{grid-template-columns:1fr 64px 64px;align-items:center}.calculator-mode span{color:var(--muted);font-size:13px;font-weight:700}.calculator-mode button{min-height:40px;border:1px solid #cbd4e2;border-radius:8px;background:#fff;font-size:13px;font-weight:720;cursor:pointer}.calculator-mode button.active{color:#fff;border-color:var(--blue);background:var(--blue)}.calculator-top-actions button,.calculator-grid button,.calculator-science-grid button,.calculator-equals{min-height:48px;padding:0 8px;border:1px solid #ccd5e3;border-radius:8px;background:#fff;font-size:17px;font-weight:650;cursor:pointer;touch-action:manipulation}.calculator-science-grid button{font-size:14px}.calculator-top-actions button:hover,.calculator-grid button:hover,.calculator-science-grid button:hover{border-color:#9fb3e7;background:#f2f6ff}.calculator-equals{color:#fff;border-color:var(--blue);background:var(--blue);font-size:23px}@media(max-height:720px){.calculator-panel{top:76px;gap:7px;padding:12px}.calculator-top-actions button,.calculator-grid button,.calculator-science-grid button,.calculator-equals{min-height:44px}}.home-main{display:grid;width:min(1060px,calc(100% - 48px));grid-template-columns:minmax(300px,390px) minmax(420px,1fr);gap:clamp(56px,8vw,104px);margin:0 auto;padding:clamp(56px,9vh,96px) 0 72px}.folder-library{margin-top:30px;padding-top:26px;border-top:1px solid var(--border)}.folder-library__empty,.folder-library__linked{display:grid;gap:12px;margin-top:12px}.folder-library__empty p,.folder-library__message{margin:10px 0 0;color:var(--muted);font-size:13px;line-height:1.5}.folder-library__actions,.folder-library__name{display:flex;align-items:center;justify-content:space-between;gap:10px}.folder-library__name{color:#26324a;font-size:13px}.folder-library__name button{min-height:40px;padding:0 10px;border:0;color:var(--blue);background:transparent;font-weight:680;cursor:pointer}.folder-file-list{display:grid;border:1px solid var(--border);border-radius:10px;overflow:hidden}.folder-file-list>button{display:grid;min-height:62px;grid-template-columns:28px 1fr 22px;align-items:center;gap:8px;padding:8px 10px;border:0;border-bottom:1px solid var(--border);color:var(--text);background:#fff;text-align:left;cursor:pointer}.folder-file-list>button:last-child{border-bottom:0}.folder-file-list span{display:grid;gap:2px}.folder-file-list small{color:var(--muted);font-size:11px}.home-actions h1{margin:0 0 10px;color:#0c1730;font-size:clamp(32px,4vw,44px);line-height:1.08;letter-spacing:-.04em}.home-actions>p{margin:0 0 34px;color:var(--muted);font-size:16px;line-height:1.55}.home-primary-action,.home-secondary-action{width:100%;min-height:58px;margin-bottom:12px;justify-content:flex-start;padding-inline:22px;font-size:16px}.home-actions .sample-link{margin:10px 0 0}.home-privacy-note{margin:24px 0 0;color:var(--muted);font-size:12px;line-height:1.5}.recent-labs__heading{display:flex;align-items:baseline;justify-content:space-between;gap:12px;margin-bottom:18px}.recent-labs__heading h2{margin:0;font-size:21px;letter-spacing:-.02em}.recent-labs__heading span{color:var(--muted);font-size:12px}.recent-list{overflow:hidden;border:1px solid var(--border);border-radius:12px}.recent-row{display:grid;grid-template-columns:minmax(0,1fr) 58px;border-bottom:1px solid var(--border)}.recent-row:last-child{border-bottom:0}.recent-row__open{display:grid;min-width:0;min-height:78px;grid-template-columns:44px minmax(0,1fr) 24px;align-items:center;gap:13px;padding:10px 14px;border:0;text-align:left;background:#fff;cursor:pointer}.recent-row__open:hover:not(:disabled),.recent-row__remove:hover{background:#f7f9fd}.recent-row__icon{display:grid;width:42px;height:48px;place-items:center;border:1px solid #cbd4e3;border-radius:6px;color:var(--blue);background:#f8faff}.recent-row__copy{display:grid;min-width:0;gap:4px}.recent-row__copy strong,.recent-row__copy small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.recent-row__copy strong{font-size:15px}.recent-row__copy small{color:var(--muted);font-size:12px}.recent-row__remove{display:grid;min-width:58px;place-items:center;border:0;border-left:1px solid var(--border);color:#68758c;background:#fff;cursor:pointer}.recent-empty{display:grid;min-height:210px;place-items:center;align-content:center;gap:8px;padding:28px;border:1px dashed #c6d0df;border-radius:12px;color:#8792a5;text-align:center}.recent-empty strong{color:#354158}.recent-empty span{max-width:270px;font-size:13px;line-height:1.45}.local-data-actions{display:grid;justify-items:end;gap:4px;margin-top:14px;color:var(--muted);font-size:11px;text-align:right}.local-data-actions button{display:inline-flex;min-height:40px;align-items:center;gap:7px;padding:0 10px;border:0;color:#5d687a;background:transparent;font-weight:650;cursor:pointer}.local-data-actions button:hover:not(:disabled){color:var(--danger);background:#fff7f8}.leave-dialog{width:min(520px,calc(100vw - 40px));padding:28px;border:1px solid var(--border);border-radius:14px;background:#fff;box-shadow:0 24px 80px #1222423d}.leave-dialog h2{margin:0 0 10px;font-size:23px}.leave-dialog p{margin:0;color:#536078;line-height:1.55}.leave-dialog__actions{display:grid;gap:10px;margin-top:24px}.pwa-update{position:fixed;z-index:100;right:18px;bottom:18px;display:flex;align-items:center;gap:14px;padding:12px 14px;border:1px solid #b8c6df;border-radius:10px;background:#fff;box-shadow:0 10px 30px #14294e33;font-size:13px}.pwa-update button{min-height:40px;padding:0 12px;border:0;border-radius:7px;color:#fff;background:var(--blue);font-weight:700;cursor:pointer}.editor-layout{display:grid;min-height:0;flex:1;grid-template-columns:184px minmax(360px,1fr) 200px;grid-template-rows:minmax(0,1fr) 90px;background:var(--workspace);overscroll-behavior:none}.page-rail{position:relative;z-index:6;min-width:0;grid-column:1;grid-row:1 / 3;background:#fff;border-right:1px solid var(--border);transition:width .18s ease}.page-rail--collapsed{width:44px}.page-rail__toggle{position:absolute;z-index:2;top:10px;right:-17px;display:grid;width:34px;height:44px;place-items:center;padding:0;border:1px solid var(--border);border-radius:9px;color:#5b6880;background:#fff;font-size:24px;cursor:pointer;box-shadow:0 2px 8px #1f325514}.page-list{height:100%;overflow-y:auto;padding:24px 22px 74px;scrollbar-width:thin}.page-thumbnail{display:flex;width:132px;min-height:120px;flex-direction:column;align-items:center;gap:8px;margin:0 0 18px;padding:7px 7px 6px;border:2px solid transparent;border-radius:9px;color:#26334b;background:transparent;cursor:pointer}.page-thumbnail:hover{background:#f7f9fc}.page-thumbnail--selected{border-color:var(--blue);background:#f8faff}.page-thumbnail__paper{display:block;overflow:hidden;width:110px;min-height:80px;border:1px solid #cdd4e0;border-radius:3px;background:#fff;box-shadow:0 2px 5px #1e2d4b14}.page-thumbnail__paper canvas{display:block}.page-thumbnail__number{display:grid;min-width:26px;height:26px;place-items:center;border-radius:6px;font-size:13px;font-weight:700}.page-thumbnail--selected .page-thumbnail__number{color:#fff;background:var(--blue)}.document-workspace{position:relative;min-width:0;min-height:0;grid-column:2;grid-row:1;overflow:auto;overscroll-behavior:none;touch-action:pan-x pan-y;background:linear-gradient(#f0f3f8 1px,transparent 1px),var(--workspace);background-size:100% 72px;scrollbar-color:#b8c1d1 transparent}.document-workspace--hand{cursor:grab}.document-workspace--hand:active{cursor:grabbing}.page-centering-frame{display:flex;width:max-content;min-width:100%;min-height:100%;align-items:flex-start;justify-content:center;padding:24px 36px 34px}.page-stage{position:relative;isolation:isolate;flex:0 0 auto;overflow:visible;touch-action:none;background:#fff;box-shadow:0 10px 28px #1f2d4a21,0 2px 5px #1f2d4a24;will-change:transform}.pdf-canvas-shell,.pdf-page-canvas,.handwriting-layer,.image-layer,.text-layer,.pan-overlay,.annotation-canvas{position:absolute;top:0;right:0;bottom:0;left:0;display:block;width:100%;height:100%}.pdf-canvas-shell{z-index:0;background:#fff}.pdf-page-canvas{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%}.page-loading{position:absolute;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;color:#64708a;background:#ffffffdb;font-size:13px}.page-rendering-indicator{position:absolute;right:8px;bottom:8px;z-index:1;padding:3px 7px;border-radius:5px;color:#536078;background:#ffffffd1;font-size:11px;pointer-events:none}.handwriting-layer,.annotation-canvas--committed{pointer-events:none}.annotation-canvas--active{pointer-events:auto}.image-layer,.text-layer{pointer-events:none}.equation-layer{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;pointer-events:none}.equation-create-overlay{position:absolute;z-index:0;top:0;right:0;bottom:0;left:0;cursor:crosshair;pointer-events:auto;touch-action:none}.equation-object{position:absolute;z-index:2;display:flex;align-items:center;padding:4px 7px;border:2px solid transparent;color:#111827;cursor:grab;-webkit-user-select:none;user-select:none;touch-action:none}.image-object:before,.text-object:before,.equation-object:before{position:absolute;top:-7px;right:-7px;bottom:-7px;left:-7px;content:""}.equation-object:active{cursor:grabbing}.equation-object--selected{z-index:6;border-color:var(--blue);background:#ffffffdb;box-shadow:0 0 0 2px #fff}.equation-markup{display:inline-block;max-width:100%;pointer-events:none;white-space:nowrap}.equation-object__edit{position:absolute;top:-48px;left:50%;min-width:64px;min-height:44px;padding:0 14px;transform:translate(-50%);border:1px solid var(--blue);border-radius:8px;color:#fff;background:var(--blue);font-size:13px;font-weight:700;cursor:pointer;touch-action:manipulation}.text-create-overlay{position:absolute;z-index:0;top:0;right:0;bottom:0;left:0;cursor:text;pointer-events:auto;touch-action:none}.text-object{position:absolute;z-index:2;padding:4px 5px;border:2px solid transparent;line-height:1.22;white-space:pre-wrap;overflow-wrap:anywhere;-webkit-user-select:none;user-select:none;touch-action:none}.text-object--selected,.text-object--editing{border-color:var(--blue);background:#ffffffc7;box-shadow:0 0 0 2px #fff}.text-object__content{width:100%;height:100%;overflow:hidden;pointer-events:none}.text-object__placeholder{color:#77839a;font-style:italic}.text-object textarea{display:block;width:100%;height:100%;resize:none;padding:0;border:0;outline:0;color:inherit;background:#ffffffe6;font:inherit;line-height:inherit}.text-object__edit{position:absolute;top:-48px;left:50%;min-width:64px;min-height:44px;padding:0 14px;transform:translate(-50%);border:1px solid var(--blue);border-radius:8px;color:#fff;background:var(--blue);font-size:13px;font-weight:700;cursor:pointer;touch-action:manipulation}.image-object{position:absolute;border:2px solid transparent;transform-origin:center;-webkit-user-select:none;user-select:none}.image-object img{display:block;width:100%;height:100%;object-fit:fill;pointer-events:none;-webkit-user-drag:none}.image-object--selected{z-index:5;border-color:var(--blue);box-shadow:0 0 0 2px #fff}.resize-handle{position:absolute;z-index:6;width:44px;height:44px;touch-action:none}.resize-handle:after{position:absolute;top:13px;left:13px;width:16px;height:16px;border:3px solid var(--blue);border-radius:50%;background:#fff;box-shadow:0 1px 4px #0d245138;content:""}.resize-handle--nw{top:-23px;left:-23px;cursor:nwse-resize}.resize-handle--ne{top:-23px;right:-23px;cursor:nesw-resize}.resize-handle--sw{bottom:-23px;left:-23px;cursor:nesw-resize}.resize-handle--se{right:-23px;bottom:-23px;cursor:nwse-resize}.pan-overlay{z-index:10;touch-action:none}.tool-rail{z-index:7;display:flex;min-width:0;grid-column:3;grid-row:1 / 3;flex-direction:column;padding:20px 15px;background:#fff;border-left:1px solid var(--border);overflow-y:auto;scrollbar-width:thin}.tool-rail__main,.tool-rail__history{display:flex;flex-direction:column;gap:6px}.tool-button{display:flex;width:100%;min-height:54px;align-items:center;gap:13px;padding:0 15px;border:1px solid transparent;border-radius:10px;color:#222c40;background:transparent;font-size:15px;font-weight:570;cursor:pointer}.tool-button:hover:not(:disabled){background:#f5f7fb}.tool-button--active{border-color:var(--blue);color:#fff;background:var(--blue);box-shadow:0 4px 10px #1146d82e}.tool-button--active:hover:not(:disabled){background:var(--blue-dark)}.tool-divider{height:1px;margin:15px 10px;background:var(--border)}.tool-settings{z-index:5;display:flex;min-width:0;grid-column:2;grid-row:2;align-items:center;justify-content:flex-start;gap:16px;padding:13px 20px;border-top:1px solid var(--border);background:#fffffff7;box-shadow:0 -3px 15px #1d2e4e0a;overflow-x:auto;scrollbar-width:thin}.page-navigation,.text-format-control{display:flex;height:54px;flex:0 0 auto;align-items:center;gap:4px;padding:4px;border:1px solid var(--border);border-radius:11px;background:#fff}.page-navigation button,.text-format-control button{display:grid;width:44px;height:44px;flex:0 0 auto;place-items:center;padding:0;border:1px solid transparent;border-radius:8px;background:transparent;cursor:pointer;touch-action:manipulation}.page-navigation button:hover:not(:disabled),.text-format-control button:hover{background:#f2f5fa}.page-navigation span{min-width:88px;padding-inline:5px;text-align:center;font-size:14px;font-weight:720;white-space:nowrap}.page-navigation__compact{display:none}.text-format-control button.text-format-option--active{color:#fff;border-color:var(--blue);background:var(--blue)}.equation-editor-panel,.equation-editor-loading{position:relative;z-index:30;grid-column:2;grid-row:1;align-self:end;justify-self:center;width:min(820px,calc(100% - 24px));margin-bottom:12px;border:1px solid #bdc9dc;border-radius:14px;background:#fff;box-shadow:0 18px 56px #10244947}.equation-editor-panel{display:grid;max-height:min(520px,calc(100vh - 185px));gap:10px;padding:15px}.equation-editor-loading{min-height:72px;padding:24px;color:var(--muted);font-size:13px}.equation-editor__header,.equation-editor__controls,.equation-palette-tabs,.equation-navigation,.equation-library-tabs{display:flex;align-items:center}.equation-editor__header{justify-content:space-between;gap:14px}.equation-editor__header h2{margin:0 0 2px;font-size:19px;letter-spacing:-.02em}.equation-editor__header p{margin:0;color:var(--muted);font-size:12px}.equation-editor__field{min-height:64px}.equation-editor__field math-field{width:100%;min-height:64px;padding:8px 12px;border:2px solid #9db2e9;border-radius:9px;background:#fff;font-size:28px;touch-action:manipulation}.equation-editor__field math-field::part(virtual-keyboard-toggle),.equation-editor__field math-field::part(menu-toggle){display:none}.equation-editor__controls{justify-content:space-between;gap:10px}.equation-palette-tabs,.equation-navigation{gap:6px}.equation-palette-tabs{min-width:0;overflow-x:auto}.equation-palette-tabs button,.equation-navigation button,.equation-library-tabs button{min-height:42px;padding:0 12px;border:1px solid var(--border);border-radius:8px;background:#fff;font-size:13px;font-weight:650;white-space:nowrap;cursor:pointer;touch-action:manipulation}.equation-palette-tabs button{display:inline-flex;align-items:center;justify-content:center;gap:6px}.equation-navigation button{display:grid;width:44px;place-items:center;padding:0}.equation-palette-tabs button.active,.equation-library-tabs button.active{color:#fff;border-color:var(--blue);background:var(--blue)}.equation-library-tabs{gap:6px;overflow-x:auto;padding:1px 0 3px;scrollbar-width:thin}.equation-library-tabs button{flex:0 0 auto;min-height:40px;padding:0 11px;cursor:pointer}.equation-keyboard{display:grid;min-height:0;grid-template-columns:repeat(10,minmax(48px,1fr));gap:6px;overflow-y:auto;padding:2px;scrollbar-width:thin}.equation-keyboard button{min-height:46px;padding:0 5px;border:1px solid #cbd4e2;border-radius:8px;background:#fff;font-size:17px;font-weight:620;cursor:pointer;touch-action:manipulation}.equation-keyboard button:hover{border-color:#9eb1e5;background:#f3f6ff}.equation-done{display:inline-flex;min-height:46px;align-items:center;justify-content:center;gap:8px;padding:0 18px;border:1px solid var(--blue);border-radius:9px;color:#fff;background:var(--blue);font-weight:700;cursor:pointer;touch-action:manipulation}@media(max-width:1050px){.equation-keyboard{grid-template-columns:repeat(8,minmax(46px,1fr))}}@media(max-height:720px){.equation-editor-panel{max-height:calc(100vh - 166px);gap:7px;padding:10px}.equation-editor__header p{display:none}.equation-editor__field,.equation-editor__field math-field{min-height:54px}.equation-keyboard button{min-height:42px}}.text-size-control{display:flex;align-items:center;gap:9px;white-space:nowrap}.text-size-control select{min-width:82px;min-height:44px;padding:0 10px;border:1px solid var(--border);border-radius:8px;color:var(--text);background:#fff;font:inherit}.tool-settings--text .tool-hint{display:none}.zoom-control,.color-control,.size-control{display:flex;height:54px;align-items:center;gap:5px;padding:4px;border:1px solid var(--border);border-radius:11px;background:#fff}.zoom-control button,.size-control button{display:grid;width:46px;height:44px;place-items:center;padding:0;border:1px solid transparent;border-radius:8px;background:transparent;cursor:pointer}.zoom-control button:hover,.size-control button:hover{background:#f2f5fa}.zoom-control span{min-width:66px;text-align:center;font-size:15px;font-weight:720}.settings-divider{width:1px;height:38px;background:#dfe4ed}.color-control{gap:3px;padding:5px 7px}.color-swatch{position:relative;display:grid;width:44px;height:44px;place-items:center;padding:0;border:2px solid transparent;border-radius:50%;background:transparent;cursor:pointer}.color-swatch:after{width:27px;height:27px;border-radius:50%;background:var(--swatch-color);box-shadow:inset 0 0 0 1px #0a142814;content:""}.color-swatch--active{border-color:var(--blue)}.size-control button>span{display:block;width:28px;min-height:2px;border-radius:999px;background:#19243b}.size-control .size-option--active{border-color:var(--blue);color:var(--blue);background:var(--blue-soft)}.size-control .size-option--active>span{background:var(--blue)}.tool-hint{max-width:380px;margin:0 0 0 8px;color:#5e6a81;font-size:13px;line-height:1.45}.empty-workspace{display:grid;flex:1;place-items:center;overflow:auto;padding:32px;background:radial-gradient(circle at center,rgba(17,70,216,.035),transparent 45%),var(--workspace)}.empty-workspace__paper{display:flex;width:min(620px,92vw);min-height:420px;flex-direction:column;align-items:center;justify-content:center;padding:54px;border:1px solid #d9dfea;background:#fff;text-align:center;box-shadow:0 14px 38px #24324e1a}.empty-workspace__mark{display:grid;width:68px;height:68px;place-items:center;border-radius:17px;color:var(--blue);background:var(--blue-soft)}.empty-workspace h1{margin:26px 0 9px;font-size:28px;letter-spacing:-.03em}.empty-workspace p{max-width:420px;margin:0;color:var(--muted);font-size:15px;line-height:1.55}.empty-actions{display:flex;gap:10px;margin-top:26px}.sample-link{min-height:44px;margin-top:14px;padding:0 12px;border:0;color:var(--blue);background:transparent;font-size:13px;font-weight:680;cursor:pointer;text-decoration:underline;text-underline-offset:3px}.modal-backdrop{position:fixed;z-index:100;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;padding:24px;background:#09132761;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.open-dialog{position:relative;width:min(540px,94vw);padding:34px;border:1px solid #dce2ec;border-radius:16px;background:#fff;box-shadow:0 24px 72px #0f1f3d3d}.open-dialog h2{margin:0 0 8px;font-size:24px;letter-spacing:-.025em}.open-dialog>p{margin:0 0 24px;color:var(--muted);font-size:14px}.icon-button,.toast button{display:grid;width:44px;height:44px;place-items:center;padding:0;border:0;border-radius:9px;background:transparent;cursor:pointer}.dialog-close{position:absolute;top:18px;right:18px}.dialog-close:hover{background:#f2f5f9}.open-options{display:grid;grid-template-columns:1fr 1fr;gap:12px}.open-options>button{display:flex;min-height:108px;align-items:center;gap:13px;padding:16px;border:1px solid var(--border);border-radius:12px;background:#fff;text-align:left;cursor:pointer}.open-options>button:hover{border-color:#9cb3ee;background:#f8faff}.open-option__icon{display:grid;width:48px;height:48px;flex:0 0 auto;place-items:center;border-radius:11px;color:var(--blue);background:var(--blue-soft)}.open-option__icon--teal{color:#087b6c;background:#e4f8f4}.open-options strong,.open-options small{display:block}.open-options strong{margin-bottom:5px;font-size:14px}.open-options small{color:var(--muted);font-size:12px;line-height:1.35}.open-dialog .sample-link{display:block;margin:15px auto -10px}.toast{position:fixed;z-index:120;top:84px;left:50%;display:flex;min-height:50px;align-items:center;gap:10px;max-width:min(560px,90vw);padding:4px 5px 4px 16px;border:1px solid #cbd7cf;border-radius:11px;color:#1b5731;background:#f5fff8;box-shadow:0 8px 25px #1324432b;font-size:13px;font-weight:620;transform:translate(-50%)}.toast--error{border-color:#e6bdc3;color:#8c1e2c;background:#fff7f8}.toast--info{border-color:#beccef;color:#25498d;background:#f7f9ff}.toast button{margin-left:6px;color:currentColor}.busy-indicator{position:fixed;z-index:130;right:18px;bottom:16px;padding:10px 15px;border:1px solid #c9d3e5;border-radius:9px;color:#233b6d;background:#fff;box-shadow:0 6px 18px #172b4f24;font-size:13px;font-weight:680}.save-as-shortcut{position:fixed;z-index:10;bottom:13px;left:20px;width:138px;min-height:48px;padding:0 10px;border:1px solid var(--border);border-radius:9px;color:#3e4b64;background:#fff;font-size:12px;font-weight:650;cursor:pointer}.save-as-shortcut:hover{color:var(--blue);border-color:#aabbed}@media(max-width:1180px){.app-header{gap:13px;padding:0 15px}.header-divider,.save-status{display:none}.document-title{max-width:230px}.editor-layout{grid-template-columns:48px minmax(360px,1fr) 176px}.page-rail{width:48px}.page-list{display:none}.page-rail__toggle{right:6px}.save-as-shortcut{left:5px;width:38px;overflow:hidden;color:transparent}.save-as-shortcut:after{position:absolute;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;color:var(--blue);content:"＋"}.tool-rail{padding-inline:9px}.tool-button{padding-inline:12px}.color-swatch:nth-of-type(n+5){display:none}.tool-settings--text .text-size-control>span{position:absolute;width:1px;height:1px;overflow:hidden;clip-path:inset(50%);white-space:nowrap}}@media(max-width:900px){.brand span:last-child,.button span{display:none}.button{width:48px;padding:0}.header-actions{margin-left:auto}.document-title{min-width:0;max-width:140px}.toolset-selector__label{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);clip-path:inset(50%);white-space:nowrap}.toolset-selector select{min-width:112px}.editor-layout{grid-template-columns:48px minmax(350px,1fr) 74px;grid-template-rows:minmax(0,1fr) 80px}.tool-rail{padding:12px 8px}.tool-button{justify-content:center;padding:0}.tool-button span{display:none}.tool-divider{margin-block:9px}.tool-settings{justify-content:flex-start;overflow-x:auto}.tool-settings--text{gap:8px;padding-inline:10px}.tool-settings--text>.zoom-control,.tool-settings--text>.zoom-control+.settings-divider{display:none}.tool-settings--text .page-navigation>span{min-width:56px}.tool-settings--text .page-navigation__wide{display:none}.tool-settings--text .page-navigation__compact{display:inline}.tool-settings--text .color-swatch:nth-of-type(n+4){display:none}}@media(max-width:980px){.home-main{width:min(620px,calc(100% - 40px));grid-template-columns:1fr;gap:52px;padding-top:44px}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important}}.playground{width:100%;height:100%;overflow:auto;padding:24px 30px 50px;background:#eef2f8}.playground__header{display:flex;max-width:1120px;align-items:flex-end;justify-content:space-between;gap:30px;margin:0 auto 18px}.playground h1{margin:0 0 5px;font-size:25px;letter-spacing:-.03em}.playground__header p,.playground__instructions{margin:0;color:var(--muted);font-size:13px}.playground__metrics{display:flex;gap:24px;margin:0}.playground__metrics div{min-width:75px}.playground__metrics dt{color:var(--muted);font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.07em}.playground__metrics dd{margin:3px 0 0;font-size:18px;font-weight:750}.playground__controls{display:flex;max-width:1120px;min-height:58px;align-items:center;gap:8px;margin:0 auto 12px;padding:7px;border:1px solid var(--border);border-radius:11px;background:#fff}.playground__controls button{min-height:44px;padding:0 15px;border:1px solid var(--border);border-radius:8px;background:#fff;font-size:13px;font-weight:650;cursor:pointer}.playground__controls button.active{border-color:var(--blue);color:#fff;background:var(--blue)}.playground__controls label{display:flex;align-items:center;gap:8px;margin-left:auto;color:#4d5a72;font-size:12px;font-weight:650}.playground__tuning,.playground__samples{display:flex;max-width:1120px;align-items:center;gap:18px;margin:0 auto 12px;padding:12px 14px;border:1px solid var(--border);border-radius:11px;background:#fff}.playground__tuning label{display:grid;min-width:185px;flex:1;gap:6px;color:#4d5a72;font-size:12px;font-weight:650}.playground__presets{display:flex;align-items:center;gap:6px}.playground__presets button{min-height:36px;padding:0 10px;border:1px solid var(--border);border-radius:7px;background:#fff;font-size:12px;cursor:pointer}.playground__presets button.active{color:#fff;border-color:var(--blue);background:var(--blue)}.playground__samples{align-items:stretch;gap:0}.playground__samples div{display:grid;min-width:0;flex:1;gap:4px;padding:2px 14px;border-right:1px solid var(--border)}.playground__samples div:last-child{border-right:0}.playground__samples strong{color:var(--muted);font-size:10px;text-transform:uppercase;letter-spacing:.08em}.playground__samples code{overflow:hidden;color:#17233a;font-family:inherit;font-size:12px;text-overflow:ellipsis;white-space:nowrap}.playground__canvas{position:relative;isolation:isolate;margin:0 auto;overflow:hidden;border:1px solid #ccd4e1;background:#fff;box-shadow:0 12px 35px #1d2f4f1f}.playground__guides{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(rgba(65,102,169,.12) 1px,transparent 1px),linear-gradient(90deg,rgba(65,102,169,.06) 1px,transparent 1px);background-size:100% 31px,31px 100%}.playground__instructions{max-width:980px;margin:13px auto 0;line-height:1.5}:root{--blue: #116b64;--blue-dark: #0c514c;--blue-soft: #edf6f4;--text: #142c3c;--muted: #526574;--border: #d3dde1;--workspace: #f2f5f6;color:var(--text);background:#fff;font-family:Arial,Helvetica,system-ui,sans-serif}body{min-width:320px;min-height:320px}button,input,select,textarea{font-size:14px}:is(button,input,select,textarea,summary,[tabindex]):focus-visible{outline:3px solid #116b64;outline-offset:3px}.brand{font-size:34px;font-weight:750;letter-spacing:-1.8px;color:#142c3c}.brand__mark{display:none}.home-screen{background:#fff;overflow:auto}.home-header{padding:22px 36px;box-shadow:none;border-bottom:0}.home-header__actions{font-size:14px}.home-header .toolset-selector{display:flex}.home-main{display:block;width:min(100%,1200px);margin:0 auto;padding:34px 36px}.home-actions{width:min(100%,720px);padding:0;background:none;border:0;box-shadow:none}.home-actions h1{font-size:52px;line-height:1.1;letter-spacing:-1.6px;margin:0 0 20px}.home-actions>p:first-of-type{font-size:18px;line-height:1.5;margin-bottom:28px;color:var(--text)}.home-entry-action{display:flex;width:100%;align-items:center;gap:24px;padding:18px 0;min-height:92px;border:0;border-bottom:1px solid var(--border);border-radius:0;background:#fff;text-align:left;cursor:pointer}.home-entry-action>svg:first-child{width:48px;height:48px;padding:10px;border:1.5px solid var(--blue);border-radius:7px;color:var(--blue);flex-shrink:0}.home-entry-action>span{flex:1;display:grid;gap:6px}.home-entry-action strong{font-size:24px;font-weight:650}.home-entry-action small{font-size:16px;color:var(--muted)}.home-entry-action>svg:last-child{color:var(--blue)}.home-entry-action:hover{background:#f4f8f8}.home-privacy-note{font-size:13px;line-height:1.6}.recent-labs{margin-top:28px;padding:0;width:min(100%,720px);background:none;border:0;box-shadow:none}.recent-empty{display:block;padding:14px 0;min-height:0;text-align:left;background:none;border:0;color:var(--muted)}.folder-library{margin-top:30px}.app-header{height:64px;flex-basis:64px;gap:14px;padding:0 18px;box-shadow:none}.document-title{flex:1;min-width:80px}.document-title input{width:100%;min-height:44px;color:var(--text);border:1px solid var(--border);border-radius:6px;padding:8px 12px;background:#fff}.button{border-radius:7px;min-height:44px;box-shadow:none}.button--primary{background:var(--blue);box-shadow:none}.editor-layout{position:relative;grid-template-columns:156px minmax(0,1fr);grid-template-rows:72px minmax(0,1fr) auto 72px}.tool-rail{grid-column:1 / -1;grid-row:1;flex-direction:row;align-items:center;gap:6px;padding:6px 18px;border:0;border-bottom:1px solid var(--border);overflow:visible}.tool-rail__main,.tool-rail__history{flex-direction:row;gap:3px}.tool-rail__history{margin-left:auto}.tool-button{flex-direction:column;justify-content:center;width:64px;min-height:58px;gap:4px;padding:5px;border-radius:6px;font-size:12px}.tool-button--active{background:var(--blue-soft);color:var(--blue-dark);box-shadow:none}.tool-button--active:hover:not(:disabled){background:#d7eee8}.tool-divider{width:1px;height:38px;margin:0 5px}.more-tools{position:relative}.more-tools>.tool-button{width:80px}.more-tools__panel{position:absolute;top:64px;right:0;width:240px;padding:12px;background:#fff;border:1px solid var(--border);border-radius:8px;box-shadow:0 6px 20px #142c3c20;z-index:50}.more-tools__panel strong{display:block;padding:10px}.more-tools__panel button{display:flex;align-items:center;gap:12px;min-height:44px;width:100%;background:#fff;border:0;text-align:left;padding:8px;cursor:pointer}.more-tools__panel button:hover{background:var(--blue-soft)}.page-rail{grid-column:1;grid-row:2 / 5}.page-list{padding:20px 12px}.page-thumbnail{width:128px}.document-workspace{grid-column:2;grid-row:2;min-width:0}.page-stage{box-shadow:0 2px 10px #142c3c12}.tool-settings{grid-column:2;grid-row:4;padding:7px 12px;gap:9px;box-shadow:none;background:#fff}.workspace-actions{grid-column:2;grid-row:3;display:flex;flex-wrap:wrap;align-items:center;gap:8px;padding:5px 12px;background:#fff;border-top:1px solid var(--border)}.workspace-actions button,.workspace-actions select,.workspace-actions summary{min-height:44px;border:1px solid var(--border);border-radius:6px;padding:10px;background:#fff;cursor:pointer}.workspace-actions label{display:inline-flex;align-items:center;gap:6px}.object-controls{position:relative}.object-controls[open]{position:absolute;z-index:15;bottom:125px;left:170px;max-width:min(440px,90vw);max-height:50vh;overflow:auto;padding:12px;background:#fff;border:1px solid var(--border);border-radius:8px;box-shadow:0 4px 16px #142c3c20}.object-controls label{margin:5px}.object-controls input{width:80px;min-height:44px;border:1px solid var(--border);border-radius:4px}.object-controls p{font-size:13px}.shape-layer{position:absolute;top:0;right:0;bottom:0;left:0}.equation-editor-panel,.equation-editor-loading{grid-row:2;grid-column:2;max-height:calc(100vh - 290px);overflow:auto;align-self:end}.shape-object{position:absolute;touch-action:none;outline:1px solid transparent}.shape-object--selected{outline:2px solid var(--blue)}.shape-create-overlay{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:auto;z-index:1000010;cursor:crosshair;touch-action:none}.color-control input[type=color]{width:44px;height:44px;border:1px solid var(--border);background:#fff;padding:5px;border-radius:6px}.tool-hint{font-size:12px}.save-as-shortcut{bottom:0}.page-history-loading{position:fixed;top:64px;right:0;bottom:0;left:0;z-index:45;background:#fffc;display:grid;place-items:center}@media(max-width:1100px){.equation-editor-panel,.equation-editor-loading{grid-column:1;max-height:calc(100vh - 280px)}.tool-button span{display:block}.app-header{gap:8px;padding:0 10px}.app-header .brand{font-size:27px}.header-divider,.save-status{display:none}.editor-layout{grid-template-columns:1fr}.page-rail{display:none}.document-workspace,.workspace-actions,.tool-settings{grid-column:1}.tool-rail{padding:5px 8px;gap:2px}.tool-button{width:57px}.tool-rail__main,.tool-rail__history{gap:1px}.object-controls[open]{left:12px}}@media(max-width:760px){.home-header{padding:18px}.home-main{padding:24px 22px}.home-actions h1{font-size:40px}.home-entry-action strong{font-size:21px}.home-entry-action small{font-size:14px}.home-entry-action{gap:14px}.home-header__actions .button{display:none}.app-header{height:auto;flex-basis:auto;min-height:64px;flex-wrap:wrap;padding:7px 10px}.app-header .brand{display:none}.header-actions{margin-left:0}.header-actions .button{padding:8px}.header-actions .button span{display:none}.home-button{padding:8px}.home-button span{display:none}.toolset-selector{max-width:110px}.editor-layout{grid-template-rows:auto minmax(0,1fr) auto 72px}.tool-rail{flex-wrap:wrap;min-height:64px}.tool-button{width:44px;min-height:50px;font-size:10px}.tool-button svg{width:21px;height:21px}.tool-rail__history{margin-left:0}.tool-rail__history .tool-button{width:44px}.more-tools>.tool-button{width:64px}.tool-divider{display:none}.tool-settings{gap:6px;padding:6px}.workspace-actions{padding:3px 6px;gap:4px}.workspace-actions button,.workspace-actions summary{font-size:12px}.more-tools__panel{left:auto;right:0}.object-controls[open]{bottom:110px}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{transition:none!important;animation:none!important}}.local-library{margin-bottom:24px}.local-library p{color:#495b62;font-size:.9rem}.library-filters{display:flex;flex-wrap:wrap;gap:8px}.library-filters input,.library-filters select,.local-library button,.local-library summary,.local-library select{min-height:44px}.library-project{border-bottom:1px solid #cdd9d7;padding:12px 0}.library-project>button{display:flex;flex-direction:column;align-items:flex-start;width:100%;background:#fff;text-align:left}.library-project small{margin-top:5px;color:#52656a}.library-project details button,.library-project label{margin:4px}.ink-lasso-layer{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1000030;touch-action:none}.ink-lasso-layer svg{pointer-events:none}.ink-lasso-layer:focus-visible{outline:3px solid #116b64}.ink-selection{position:absolute;border:2px dashed #087d75;cursor:move;pointer-events:none}.ink-resize{position:absolute;right:-22px;bottom:-22px;width:44px;height:44px;background:#fff;border:2px solid #116b64;border-radius:12px;display:grid;place-items:center;pointer-events:auto;cursor:nwse-resize}.lasso-help{position:fixed;top:82px;left:180px;right:24px;z-index:1000040;display:flex;flex-wrap:wrap;gap:8px;align-items:center;padding:8px;background:#f0faf7;border:1px solid #9bbfb6}.lasso-help button{min-height:44px}@media(max-width:950px){.lasso-help{top:115px;left:45px;right:8px;font-size:.8rem}}.object-controls[open]{position:static;max-width:100%;max-height:180px;width:100%;box-shadow:none;order:10}.object-controls[open]>summary{display:inline-block}.save-status{display:flex;font-size:12px;min-width:112px}@media(max-width:760px){.save-status{min-width:90px;max-width:120px;font-size:10px}}.lasso-help{position:static;width:100%;order:9;font-size:.85rem}.local-library input,.local-library select,.local-library button,.local-library summary{font:inherit;border-radius:7px;border:1px solid var(--border);background:#fff;padding:10px 12px;color:var(--ink)}.library-filters{margin:12px 0}.library-filters input[type=file]{max-width:260px;padding:6px}.library-filters label{display:flex;flex-wrap:wrap;gap:8px;align-items:center}.library-project{border:1px solid var(--border);border-radius:9px;padding:8px;margin:10px 0;background:#fff}.library-project>button{border:0;padding:12px;gap:4px}.library-project>button:hover{background:#eef8f5}.library-project summary{border:0;font-size:13px;color:#386960}.library-project details label{display:inline-flex;gap:6px;align-items:center}.library-project button:focus-visible,.local-library summary:focus-visible{outline:3px solid #116b64;outline-offset:2px}.library-project{content-visibility:auto;contain-intrinsic-size:auto 120px}.legacy-shortcuts{margin-top:24px}.external-copy[open]{flex-basis:100%;order:11;max-height:160px;overflow:auto}.build-identity{position:relative;font-size:.8rem}.build-identity summary{cursor:pointer}.build-identity>div{position:absolute;top:1.7rem;right:0;width:min(310px,75vw);padding:1rem;background:#fff;border:1px solid #cbd8d7;border-radius:8px;z-index:20;box-shadow:0 4px 16px #1232}.build-identity code{overflow-wrap:anywhere}
