:root{--background:#fff;--foreground:#172535;--muted:#f3f4f5;--muted-foreground:#67717c;--border:#e5e7eb;--primary:#172535;--primary-foreground:#fff;--ring:#7d8e9e;--radius:10px;--sidebar:#fcfcfd;--studio:#e7e3dc;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light}*{box-sizing:border-box}html,body{min-height:100%;color:var(--foreground);background:#f7f8fa;margin:0;font-family:Arial,Helvetica,sans-serif;font-size:14px}button,input,textarea,select{font:inherit;color:inherit}button{cursor:pointer}button:disabled{cursor:not-allowed;opacity:.38}button,a,input,select,textarea{outline-offset:4px}:is(button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible){outline:2px solid var(--ring)}button{background:0 0;border:0}h1,h2,h3,p{margin:0}p{line-height:1.65}button,select,input{touch-action:manipulation}a{color:inherit}::selection{background:#d3dfe9}.app{background:#fff;min-height:100dvh}.sr-only{clip:rect(0,0,0,0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.skip-link{z-index:100;background:#fff;padding:12px;position:fixed;top:-100px;left:16px}.skip-link:focus{top:8px}.button{border-radius:var(--radius);white-space:nowrap;border:1px solid #0000;justify-content:center;align-items:center;gap:9px;min-height:40px;padding:10px 17px;font-size:12px;font-weight:500;line-height:1.3;transition:background .16s,box-shadow .16s,transform .16s;display:inline-flex}.button-default{background:var(--primary);color:var(--primary-foreground);box-shadow:0 2px 3px #101b2912}.button-default:hover{background:#283a4c}.button-outline{border-color:var(--border);background:0 0;box-shadow:0 1px 2px #101b2906}.button-outline:hover{background:var(--muted)}.button-ghost{color:inherit;box-shadow:none;background:0 0}.button-ghost:hover{background:#17253509}.button-sm{min-height:32px;padding:7px 11px;font-size:11px}.button-icon{border-radius:50%;width:37px;height:37px;min-height:37px;padding:0}.button.selected{background:#e4eaf0}.text-button{color:#415165;align-items:center;gap:9px;padding:3px 0;font-size:12px;display:inline-flex}.text-button:hover{color:#111c28;text-underline-offset:3px;text-decoration:underline}.app-header{border-bottom:1px solid var(--border);z-index:20;background:#ffffffed;align-items:center;gap:70px;height:72px;padding:0 30px;display:flex;position:relative}.brand{color:#111e2c;letter-spacing:-.6px;align-items:center;gap:9px;padding:0;font-size:20px;font-weight:650;display:flex}.primary-nav{align-items:center;gap:6px;display:flex}.primary-nav button{color:#596575;border-radius:8px;padding:11px 15px;font-size:12px}.primary-nav button.active{color:#152333;background:#f0f2f5;font-weight:600}.primary-nav button:hover{background:#f5f6f7}.header-actions{align-items:center;gap:10px;margin-left:auto;display:flex}.header-model{white-space:nowrap;text-overflow:ellipsis;align-items:center;gap:12px;max-width:220px;margin-right:9px;font-size:12px;display:flex;overflow:hidden}.save-state{color:#657780;max-width:112px;font-size:10px}.gallery{max-width:1600px;margin:auto}.gallery-hero{isolation:isolate;background:#e7e4dd;grid-template-columns:1fr 1fr;min-height:445px;display:grid;position:relative;overflow:hidden}.hero-copy{z-index:2;background:linear-gradient(90deg,#f3f1ec 75%,#f3f1ec00);padding:70px 20px 65px 7%}.hero-copy h1{letter-spacing:-1.2px;color:#111922;font:400 clamp(33px,3.1vw,52px)/1.13 Georgia,Times New Roman,serif}.hero-actions{gap:12px;display:flex}.hero-actions .button{border-radius:30px;padding:13px 22px}.hero-actions .button-outline{background:#fff9;border-color:#ffffff8c}.hero-paper{z-index:0;width:63%;position:absolute;top:0;bottom:0;right:0}.hero-paper .stage{width:100%;height:100%}.library{background:#fff;padding:37px 4.5% 28px}.section-heading{justify-content:space-between;align-items:center;gap:20px;display:flex}.section-heading h2{letter-spacing:-.4px;font-size:20px;font-weight:600}.section-heading p{color:var(--muted-foreground);margin-top:8px;font-size:12px}.library-toolbar{justify-content:space-between;align-items:center;gap:20px;margin:24px 0 20px;display:flex}.category-tabs{flex-wrap:wrap;gap:5px;display:flex}.category-tabs button{color:#69717c;border-radius:7px;padding:8px 12px;font-size:11px}.category-tabs button.active{color:#253748;background:#eef1f3;font-weight:600}.search-field{color:#8a939e;background:#f5f6f8;border:1px solid #e9ebef;border-radius:8px;align-items:center;gap:8px;padding:9px 12px;display:flex}.search-field input{background:0 0;border:0;outline:0;width:170px;font-size:11px}.model-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:20px;display:grid}.model-card{background:#fff;border:1px solid #e9eaed;border-radius:12px;transition:transform .18s,box-shadow .18s;position:relative;overflow:hidden;box-shadow:0 3px 10px #20293605}.model-open{text-align:left;width:100%;padding:0;display:block}.model-art{pointer-events:none;background:#e5e2dd;border-radius:8px;height:180px;margin:8px 8px 0;overflow:hidden}.model-meta h3{letter-spacing:-.2px;margin-bottom:7px;font-size:14px;font-weight:600}.model-meta span,.model-meta p{color:#74808d;font-size:11px}.model-meta p{align-items:center;gap:8px;margin-top:8px;display:flex}.model-meta i{background:#aab1b9;border-radius:50%;width:3px;height:3px}.delete-model{position:absolute;top:14px;right:14px;background:#fff!important}.gallery-footer{color:#78828b;border-top:1px solid var(--border);justify-content:space-between;align-items:center;margin-top:20px;padding:36px 4.5%;font-size:11px;display:flex}.gallery-footer>span:first-child{color:#314152;align-items:center;gap:8px;font-weight:600;display:flex}.empty-state{text-align:center;flex-direction:column;align-items:center;gap:12px;padding:70px 20px;display:flex}.empty-state p{color:#75808b}.workspace{grid-template-columns:254px minmax(0,1fr) 286px;height:calc(100dvh - 72px);min-height:620px;display:grid;position:relative}.step-sidebar{background:var(--sidebar);border-right:1px solid var(--border);flex-direction:column;min-height:0;display:flex}.sidebar-top{justify-content:space-between;align-items:center;padding:20px 19px 16px;display:flex}.sidebar-top>span{color:#9aa2ac;font-size:10px}.model-sidebar-title{border-bottom:1px solid #edf0f2;padding:6px 20px 20px}.model-sidebar-title h2{font-size:14px;font-weight:600;line-height:1.5}.model-sidebar-title p{color:#818b96;margin-top:4px;font-size:10px}.step-list{scrollbar-width:thin;flex:1;padding:13px 9px;overflow-y:auto}.step-row{text-align:left;border:1px solid #0000;border-radius:9px;grid-template-columns:22px 67px minmax(0,1fr);align-items:center;gap:10px;width:100%;min-height:80px;margin-bottom:5px;padding:9px 8px;transition:background .15s;display:grid}.step-row:hover{background:#f2f4f6}.step-row.active{background:#edf2f7;border-color:#a3b2c3;box-shadow:0 0 0 2px #e3eaf166}.step-number{background:#fff;border:1px solid #e2e6eb;border-radius:50%;justify-content:center;align-items:center;width:20px;height:20px;font-size:9px;display:flex}.step-row.active .step-number{color:#fff;background:#293d50;border-color:#293d50}.step-row img{background:#eeeae4;border-radius:6px;width:67px;height:56px}.step-row>span:last-child{color:#415065;font-size:11px;line-height:1.55}.step-row small{color:#876e4a;margin-top:4px;font-size:9px;display:block}.sidebar-bottom{border-top:1px solid var(--border);color:#667381;align-items:center;gap:10px;padding:19px 22px;font-size:11px;line-height:1.6;display:flex}.sidebar-bottom small{color:#98a0aa;font-size:10px}.workspace-center{flex-direction:column;min-width:0;min-height:0;display:flex;position:relative}.stage{isolation:isolate;background:#e4e0d9;flex:1;min-height:0;position:relative;overflow:hidden}.stage-backdrop{z-index:0;pointer-events:none;background-position:50%;background-size:cover;position:absolute;inset:0}.stage-backdrop[data-shadows=true]:before{content:"";filter:blur(20px);background:#15271e36;border-radius:50%;width:52%;height:12%;position:absolute;top:73%;left:24%}.stage-backdrop[data-kind=color]{background-image:radial-gradient(at 48% 31%,#fff8 0%,#ffffff1c 43%,#0000 76%),linear-gradient(145deg,#12271c0a,#0000 56%,#10271c30)}.stage-backdrop[data-kind=image]:after{content:"";background:radial-gradient(at 50% 42%,#ffffff12,#0000 58%),linear-gradient(#14231a00 50%,#14231a14);position:absolute;inset:0}.stage-styled-backdrop>canvas{z-index:1;position:relative}.stage-styled-backdrop .view-switch,.stage-styled-backdrop .stage-tools,.stage-styled-backdrop .orientation,.stage-styled-backdrop .stage-hint,.stage-styled-backdrop .stage-access-controls{z-index:3}.stage canvas{touch-action:none;cursor:grab;width:100%;height:100%;display:block}.stage canvas:active{cursor:grabbing}.stage-thumbnail{width:100%;height:100%;min-height:100%}.stage-thumbnail canvas{cursor:default}.canvas-hidden{visibility:hidden}.diagram-stage{object-fit:contain;background:#f3f1ec;width:100%;height:100%;padding:40px;position:absolute;inset:0}.view-switch{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#f8f9fac9;border:1px solid #ffffff70;border-radius:25px;align-items:center;gap:3px;padding:4px;display:flex;position:absolute;top:20px;left:50%;transform:translate(-50%);box-shadow:0 3px 12px #20232613}.view-switch button{white-space:nowrap;color:#646e7a;border-radius:20px;padding:9px 13px;font-size:10px}.view-switch button.active{color:#192634;background:#fff;font-weight:600;box-shadow:0 2px 5px #2638491a}.stage-tools{gap:5px;display:flex;position:absolute;top:20px;right:16px}.stage-tools .button{background:#ffffff69;width:29px;height:29px;min-height:29px}.orientation{color:#72808a;filter:drop-shadow(0 5px 5px #26384918);flex-direction:column;align-items:center;font-size:9px;display:flex;position:absolute;top:76px;right:24px;transform:rotate(-9deg)}.orientation span:first-child{clip-path:polygon(50% 0,100% 45%,50% 100%,0 45%);background:#f6f5f0;justify-content:center;align-items:center;width:45px;height:23px;padding-bottom:2px;display:flex}.orientation span:last-child{clip-path:polygon(0 0,50% 37%,100% 0,100% 65%,50% 100%,0 65%);background:#e2e4e3;width:43px;height:31px;margin-top:-10px;padding-top:11px}.stage-hint{color:#797c7b;letter-spacing:.05px;font-size:10px;position:absolute;bottom:17px;left:20px}.render-warning{background:#fff3d7;border-radius:6px;padding:9px;font-size:11px;position:absolute;bottom:42px;left:15px;right:15px}.stage:-webkit-full-screen{width:100vw;height:100vh}.stage:fullscreen{width:100vw;height:100vh}.playback{background:#fff;border-top:1px solid #e3e4e5;padding:16px 23px 13px}.playback-main{align-items:center;gap:10px;display:flex}.play-button{width:45px;height:45px;min-height:45px;margin:0 1px;box-shadow:0 4px 10px #17253526}.timeline{flex:1;align-items:center;min-width:20px;margin:0 5px;display:flex}.timeline input{width:100%}.step-count{color:#6d7784;white-space:nowrap;margin:0 7px;font-size:10px}.playback select{background:#f5f6f8;border:1px solid #e9ebef;border-radius:24px;width:62px;padding:8px;font-size:11px}input[type=range]{accent-color:#263b4e;cursor:pointer;height:18px}input[type=range]::-webkit-slider-runnable-track{border-radius:2px;height:4px}input[type=range]::-webkit-slider-thumb{margin-top:-5px}.playback-secondary{color:#85909b;justify-content:space-between;align-items:center;gap:12px;padding-top:13px;font-size:9px;display:flex}.within-step{white-space:nowrap;align-items:center;gap:9px;display:flex}.within-step input{width:77px;height:15px}.playback-help{color:#8d98a4;font-size:9px}.switch-row{justify-content:space-between;align-items:center;gap:12px;font-size:12px;display:flex}.switch{background:#cbd0d7;border:0;border-radius:20px;flex-shrink:0;align-items:center;width:32px;height:18px;padding:2px;transition:background .2s;display:inline-flex}.switch span{background:#fff;border-radius:50%;width:14px;height:14px;transition:transform .2s;box-shadow:0 1px 3px #0002}.switch.checked span{transform:translate(14px)}.playback-secondary .switch-row{font-size:10px}.inspector{border-left:1px solid var(--border);scrollbar-width:thin;background:#fff;flex-direction:column;min-height:0;padding:23px 23px 22px;display:flex;overflow-y:auto}.inspector-tools{color:#89939e;justify-content:space-between;align-items:center;margin-bottom:32px;font-size:10px;display:flex}.eyebrow{color:#718090;font-size:10px}.step-description h1{letter-spacing:-.6px;margin:11px 0 17px;font-size:21px;font-weight:600;line-height:1.3}.step-description p{color:#647180;font-size:12px;line-height:1.9}.tip-card{background:#f0f3f7;border:1px solid #e7ecf2;border-radius:10px;align-items:flex-start;gap:10px;margin-top:24px;padding:16px 14px;display:flex}.tip-card svg{flex-shrink:0}.tip-card strong{font-size:11px;font-weight:600}.tip-card p{color:#647282;margin-top:5px;font-size:11px;line-height:1.7}.manual-card{color:#695837;background:#f9f3e8;border:1px solid #ece0cb;border-radius:8px;margin-top:16px;padding:13px;font-size:11px}.manual-card p{margin-top:6px;font-size:11px}.manual-card small{margin-top:7px;font-size:10px;line-height:1.5;display:block}.inspector-actions{flex-direction:column;gap:9px;margin:24px 0;display:flex}.inspector-bottom{flex-direction:column;gap:17px;margin-top:auto;padding-top:25px;display:flex}.inspector-bottom>small{color:#9ca6af;font-size:9px}.paper-key{color:#7b8793;align-items:center;gap:8px;font-size:10px;display:flex}.paper-key span{border:1px solid #dadce0;border-radius:3px;width:14px;height:14px}.paper-key span:nth-child(2){margin-left:12px}.editing{grid-template-columns:238px minmax(0,1fr) 320px;padding-bottom:38px}.editor-status{border-top:1px solid var(--border);color:#778592;background:#f8fafb;align-items:center;gap:22px;height:38px;padding:0 15px;font-size:10px;display:flex;position:absolute;bottom:0;left:0;right:0}.editor-status>span:first-child{align-items:center;gap:8px;display:flex}.editor-status>div{margin-left:auto;display:flex}.editor-status .button{height:28px;min-height:28px}.preview-banner{z-index:4;background:#e9f1f6;justify-content:space-between;align-items:center;padding:9px 15px;font-size:11px;display:flex;position:absolute;top:0;left:0;right:0}.preview-banner button{font-size:11px;text-decoration:underline}.editor-inspector{gap:14px;padding:24px 19px 28px}.inspector-heading h2{letter-spacing:-.6px;margin:8px 0;font-size:21px;line-height:1.3}.inspector-heading p{color:#7b8793;font-size:11px}.editor-tabs{background:#f0f2f4;border-radius:7px;gap:3px;padding:3px;display:flex}.editor-tabs button{border-radius:5px;flex:1;padding:8px;font-size:10px}.editor-tabs button.active{background:#fff;box-shadow:0 1px 3px #0001}.crease-picker svg{border:1px solid var(--border);cursor:crosshair;background:#f7f8f9;border-radius:8px;width:100%;max-height:220px;display:block}.crease-picker small{text-align:center;color:#9ba1a7;margin-top:7px;font-size:9px;display:block}.preset-row{gap:5px;display:flex}.preset-row .button{flex:1;padding:6px;font-size:10px}.field{flex-direction:column;gap:8px;min-width:0;font-size:11px;font-weight:500;display:flex}.field>input:not([type=range]),.field select,.field textarea{resize:vertical;background:#fff;border:1px solid #dfe4e9;border-radius:7px;width:100%;min-height:36px;padding:10px;font-size:11px;font-weight:400;display:block}.field>input[type=color]{height:36px;padding:4px}.field small{color:#84909d;font-size:9px;font-weight:400;line-height:1.6}.field-grid{grid-template-columns:1fr 1fr;gap:11px;display:grid}.action-pair{gap:8px;display:flex}.action-pair>*{flex:1}.operation-grid{grid-template-columns:1fr 1fr;gap:8px;display:grid}.field-label{font-size:11px}.divider{background:var(--border);height:1px;margin:4px 0}.small-note{color:#83909d;font-size:10px;line-height:1.7}.appearance-shell{color:#edf3e9;background:#131f17;grid-template-columns:244px 1fr;min-height:calc(100dvh - 72px);display:grid}.settings-nav{background:#17261c;border-right:1px solid #ffffff0a;padding:40px 24px}.settings-nav h3{align-items:center;gap:9px;margin-bottom:30px;font-size:13px;display:flex}.settings-nav>button.active{background:#ffffff0d;border-radius:7px;align-items:center;gap:12px;width:100%;padding:12px;font-size:12px;display:flex}.settings-nav p{color:#b5c8b2;margin:30px 0;font-size:11px}.settings-nav .button{color:#d3dfcf;border-color:#435c47}.appearance-body{width:100%;max-width:880px;padding:44px 6%}.appearance-body>h1{letter-spacing:-.6px;font-size:27px;font-weight:500}.appearance-body>p{color:#b5c8b2;margin:9px 0 28px;font-size:12px}.settings-card{background:#1b2b20;border:1px solid #435c47;border-radius:11px;flex-direction:column;gap:22px;margin-bottom:17px;padding:23px;display:flex}.settings-card h3{font-size:13px;font-weight:500}.paper-swatches{grid-template-columns:repeat(4,minmax(0,1fr));gap:17px;display:grid}.paper-swatches button{color:#bdcdbb;text-align:center;padding:0;font-size:11px}.swatch{aspect-ratio:1.45;outline-offset:2px;background:#d9d0bd;border:3px solid #0000;border-radius:7px;outline:1px solid #ffffff13;margin-bottom:10px;display:block}.paper-swatches .selected .swatch{outline-offset:3px;outline:2px solid #b5d4aa}.swatch-washi{background:repeating-linear-gradient(30deg,#e2d9c91a 0 1px,#ffffff0f 1px 2px),#d7cdbb}.swatch-smooth{background:#f3efe7}.swatch-kraft{background:repeating-linear-gradient(0deg,#ffffff0b 0 1px,#0000 1px 4px),#a78c6b}.swatch-grid{background-color:#e0dfd4;background-image:linear-gradient(#b7bbb366 1px,#0000 1px),linear-gradient(90deg,#b7bbb366 1px,#0000 1px),none;background-position:0 0,0 0,0 0;background-repeat:repeat,repeat,repeat;background-size:8px 8px;background-attachment:scroll,scroll,scroll;background-origin:padding-box,padding-box,padding-box;background-clip:border-box,border-box,border-box}.backgrounds{grid-template-columns:repeat(3,minmax(0,1fr))}.bg-studio{background:#ddd9d0}.bg-wood{background:repeating-linear-gradient(4deg,#b2916d 0 3px,#a58261 3px 5px,#b89875 5px 12px)}.bg-grid{background-color:#263a2b;background-image:linear-gradient(#a0b79a24 1px,#0000 1px),linear-gradient(90deg,#a0b79a24 1px,#0000 1px),none;background-position:0 0,0 0,0 0;background-repeat:repeat,repeat,repeat;background-size:11px 11px;background-attachment:scroll,scroll,scroll;background-origin:padding-box,padding-box,padding-box;background-clip:border-box,border-box,border-box}.appearance-body .field>input:not([type=range]),.appearance-body select{color:#edf3e9;background:#273b2d;border-color:#435c47}.appearance-body .switch{background:#4a614d}.appearance-body .switch.checked{background:#b5d4aa}.appearance-body input[type=range]{accent-color:#b5d4aa}.export-layout{grid-template-columns:325px minmax(0,1fr);min-height:calc(100dvh - 72px);display:grid}.export-controls{border-right:1px solid var(--border);flex-direction:column;gap:19px;padding:31px 26px;display:flex}.export-controls>h1{letter-spacing:-.6px;margin-top:5px;font-size:23px}.export-controls>p{color:#74818e;margin-top:-8px;font-size:12px;line-height:1.8}.export-controls>.small-note{font-size:10px}.export-controls>h3{font-size:13px}.export-types{grid-template-columns:1fr 1fr;gap:9px;display:grid}.export-types button{border:1px solid #e2e7ec;border-radius:7px;align-items:center;gap:8px;padding:12px;font-size:11px;display:flex}.export-types .active{background:#f0f4f8;border-color:#9bafc1}.export-preview{background:#f1f2f4;padding:25px 5% 60px;overflow:auto}.preview-toolbar{color:#8a95a0;justify-content:space-between;align-items:center;max-width:800px;margin:0 auto 20px;font-size:11px;display:flex}.preview-toolbar>div{align-items:center;gap:14px;display:flex}.print-page{background:#fff;border:1px solid #e6e8eb;flex-direction:column;width:100%;max-width:800px;min-height:740px;margin:0 auto;padding:5%;display:none;box-shadow:0 8px 26px #1d293419}.print-page.current{display:flex}.print-header{justify-content:space-between;align-items:center;gap:16px;margin-bottom:25px;display:flex}.print-header h2{letter-spacing:-.6px;margin-bottom:11px;font:400 28px/1.2 Georgia,serif}.print-header p{color:#77818a;font-size:9px;line-height:1.6}.print-header img{width:32%;max-width:155px}.print-legend{color:#7c8690;background:#f5f6f7;margin-bottom:22px;padding:10px;font-size:9px;line-height:1.6}.print-panels{gap:22px 17px;display:grid}.print-step{border-top:1px solid #e4e7e9;padding-top:10px}.print-step h3{align-items:flex-start;gap:7px;font-size:10px;font-weight:600;line-height:1.5;display:flex}.print-step h3>span{color:#fff;background:#405263;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:16px;height:16px;font-size:8px;display:flex}.print-images{gap:3px;margin:12px 0 7px;display:flex}.print-images figure{flex:1;min-width:0;margin:0}.print-images img{object-fit:contain;width:100%;height:86px}.print-images figcaption{color:#9da5ad;text-align:center;font-size:8px}.print-step>p{color:#65717e;font-size:9px;line-height:1.6}.manual-label{color:#9b7e48;margin-top:5px;font-size:8px;display:block}.print-page>footer{color:#83909b;border-top:1px solid #e9ecee;justify-content:space-between;align-items:center;gap:15px;margin-top:auto;padding-top:16px;font-size:8px;display:flex}.print-page>footer>span:first-child{color:#324458;align-items:center;gap:6px;font-size:11px;display:flex}.print-page>footer .print-brand-logo{object-fit:contain;width:64px;height:auto;display:block}.preview-disclaimer{text-align:center;color:#8c969f;max-width:750px;margin:18px auto 0;font-size:10px}.modal{width:calc(100% - 32px);max-width:640px;color:var(--foreground);border:1px solid #e1e5e9;border-radius:15px;padding:27px;box-shadow:0 24px 80px #0c182c30}.modal::backdrop{-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);background:#17253555}.modal>header{justify-content:space-between;align-items:center;gap:20px;margin-bottom:19px;display:flex}.modal h2{letter-spacing:-.5px;font-size:21px;font-weight:600}.modal>p{color:#74808c;margin-bottom:20px;font-size:12px}.modal>.field{margin:20px 0}.modal>.button{margin-top:13px}.help-grid{grid-template-columns:1fr 1fr;gap:25px;display:grid}.help-grid h3{margin:14px 0 9px;font-size:13px}.help-grid p{color:#778591;font-size:11px}.modal .small-note{margin-top:23px;font-size:10px}kbd{background:#f7f9fa;border:1px solid #dfe5ea;border-radius:4px;margin-right:5px;padding:2px 5px;font-size:10px;line-height:2.3}.toast{z-index:70;color:#fff;background:#203143;border-radius:12px;align-items:center;gap:16px;width:max-content;min-width:260px;max-width:650px;padding:13px 17px;font-size:12px;line-height:1.6;display:flex;position:fixed;bottom:24px;left:50%;transform:translate(-50%);box-shadow:0 8px 25px #0e21312e}.toast .button{color:#fff}.busy-indicator{z-index:60;background:#fff;border-radius:30px;align-items:center;gap:10px;padding:10px 15px;font-size:11px;display:flex;position:fixed;top:85px;left:50%;transform:translate(-50%);box-shadow:0 4px 20px #0002}.spinner{border:2px solid #ccd6df;border-top-color:#283e52;border-radius:50%;width:14px;height:14px;animation:.7s linear infinite spin;display:block}@keyframes spin{to{transform:rotate(360deg)}}@media (min-width:1600px){.workspace{grid-template-columns:278px minmax(0,1fr) 325px}.inspector{padding:28px}.step-row{grid-template-columns:22px 78px 1fr}.step-row img{width:78px;height:64px}.editing{grid-template-columns:255px minmax(0,1fr) 345px}}@media (max-width:1100px){.app-header{gap:30px;padding:0 20px}.workspace{grid-template-columns:210px minmax(0,1fr) 240px}.step-row{grid-template-columns:18px 54px 1fr;gap:7px;padding:6px}.step-row img{width:54px;height:49px}.inspector{padding:20px 17px}.playback{padding:13px 11px}.playback-main{gap:5px}.playback-help{display:none}.stage-tools{right:9px}.view-switch{left:44%}.view-switch button{padding:8px 9px}.editing{grid-template-columns:195px minmax(0,1fr) 286px}.header-model{max-width:150px;font-size:11px}.save-state{display:none}.model-art{height:150px}.export-layout{grid-template-columns:290px minmax(0,1fr)}.export-controls{padding:25px 20px}.print-header h2{font-size:23px}.hero-copy{padding-top:57px;padding-left:7%}.gallery-hero{min-height:400px}}@media (max-width:850px){.workspace{grid-template-columns:180px minmax(0,1fr);height:auto;min-height:calc(100dvh - 72px)}.workspace-center{height:660px}.inspector{border-top:1px solid var(--border);grid-area:2/2;min-height:300px}.step-sidebar{grid-row:1/3;max-height:calc(100dvh - 72px);position:sticky;top:0}.inspector-tools{margin-bottom:14px}.inspector-bottom{margin-top:20px}.inspector-actions{flex-direction:row}.inspector-actions>*{flex:1}.editor-inspector{padding-bottom:60px}.editing .editor-status{z-index:10;position:fixed}.step-row{grid-template-columns:18px 48px 1fr;gap:5px}.step-row img{width:48px;height:45px}.step-row>span:last-child{font-size:10px}.sidebar-top{padding:17px 12px}.sidebar-top>span{display:none}.model-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:15px}.app-header{gap:25px;height:66px}.brand{font-size:18px}.primary-nav button{padding:10px;font-size:11px}.header-actions{gap:4px}.header-model{display:none}.hero-copy{background:linear-gradient(90deg,#f3f1ec 70%,#f3f1ec00);padding-left:8%}.hero-copy h1{font-size:36px}.hero-copy p{width:280px;font-size:12px}.hero-paper{width:60%;right:-4%}.appearance-shell{grid-template-columns:190px 1fr}.settings-nav{padding:30px 18px}.appearance-body{padding:35px 6%}.paper-swatches{gap:12px}.export-layout{grid-template-columns:245px minmax(0,1fr)}.export-preview{padding:22px 18px}.print-page{min-height:600px;padding:6%}.print-header h2{font-size:20px}.print-header img{width:27%}.print-images img{height:65px}.print-panels{gap:15px 12px}.preview-toolbar{flex-wrap:wrap;gap:10px}.export-controls h1{font-size:21px}.export-controls .switch-row{font-size:10px}}@media (max-width:600px){.app-header{gap:15px;height:62px;padding:0 15px}.brand{gap:7px;font-size:18px}.brand svg{width:23px}.primary-nav{gap:0}.primary-nav button{padding:9px 8px;font-size:10px}.primary-nav button:last-child{display:none}.header-actions{gap:2px}.header-actions>.button-icon{width:29px;height:29px;min-height:29px}.header-actions>.button-outline{border:0;width:30px;padding:0}.header-actions>.button-outline span{display:none}.gallery-hero{flex-direction:column;min-height:590px;display:flex}.hero-copy{background:linear-gradient(#f3f1ec 82%,#f3f1ec00);width:100%;padding:36px 24px 25px}.hero-copy h1{letter-spacing:-1px;font-size:36px}.hero-copy p{width:270px;margin:18px 0}.hero-actions{gap:9px}.hero-actions .button{padding:12px 17px;font-size:11px}.hero-paper{width:100%;height:280px;top:auto;bottom:0;right:0}.library{padding:27px 17px}.section-heading{align-items:flex-start;gap:10px}.section-heading h2{font-size:19px}.section-heading p{max-width:205px;font-size:11px;line-height:1.7}.section-heading .button{min-height:34px;padding:8px;font-size:10px}.section-heading .button svg{width:14px}.library-toolbar{flex-direction:column;align-items:stretch;gap:15px;margin:20px 0 17px;display:flex}.category-tabs{flex-wrap:nowrap;gap:3px;overflow-x:auto}.category-tabs button{white-space:nowrap;padding:8px 10px;font-size:10px}.search-field input{width:100%}.model-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:13px}.model-art{height:140px;margin:6px 6px 0}.model-meta{padding:13px 12px 15px}.model-meta h3{font-size:12px}.model-meta span,.model-meta p{font-size:10px}.gallery-footer{flex-wrap:wrap;gap:20px;padding:27px 20px}.gallery-footer>span:last-child{display:none}.workspace,.editing{flex-direction:column;height:auto;min-height:calc(100dvh - 62px);padding:0;display:flex}.step-sidebar{display:contents;position:static}.sidebar-top{display:none}.model-sidebar-title{border-bottom:0;order:-3;justify-content:space-between;align-items:center;gap:15px;padding:16px 20px;display:flex}.model-sidebar-title h2{font-size:14px}.model-sidebar-title p{white-space:nowrap;margin:0;font-size:10px}.step-list{order:3;flex:initial;background:#fcfcfd;border-top:1px solid #e7e9ec;gap:7px;padding:12px 10px;display:flex;overflow:auto hidden}.step-row{flex-direction:column;gap:7px;width:92px;min-width:92px;min-height:128px;margin:0;padding:9px 6px;display:flex}.step-row>span:last-child{text-align:center;font-size:9px}.step-row img{width:58px;height:46px}.step-number{visibility:hidden;position:absolute}.step-row.active .step-number{visibility:visible;align-self:flex-start;width:15px;height:15px;margin-top:-4px;margin-left:-3px;font-size:8px}.sidebar-bottom{display:none}.workspace-center{display:contents}.stage:not(.stage-thumbnail){flex:initial;border-radius:10px;order:-2;height:345px;min-height:345px;margin:0 12px}.stage-hint{font-size:8px;bottom:12px;left:14px}.view-switch{padding:3px;top:14px;left:44%}.view-switch button{padding:8px 11px;font-size:9px}.stage-tools{top:14px;right:10px}.stage-tools .button{width:26px;height:26px;min-height:26px}.stage-tools .button svg{width:14px}.orientation{top:60px;right:16px;transform:scale(.8)rotate(-9deg)}.inspector{border:0;order:-1;min-height:0;padding:23px 23px 18px;overflow:visible}.inspector-tools{display:none}.step-description h1{margin:8px 0 12px;font-size:24px}.step-description p{font-size:12px;line-height:1.85}.tip-card{margin-top:17px;padding:12px}.inspector-actions{gap:10px;margin:17px 0 0}.inspector-actions .button{min-height:36px;font-size:11px}.inspector-bottom{display:none}.playback{z-index:15;border-top:0;order:1;padding:16px 16px 15px;position:sticky;bottom:0;box-shadow:0 -2px 18px #23304008}.playback-main{justify-content:center;gap:6px}.playback-main .button-icon{width:31px;height:31px;min-height:31px}.playback-main .play-button{width:43px;height:43px;min-height:43px}.playback-main .button[aria-label=Loop\ tutorial]{display:none}.timeline{margin:0 1px}.step-count{margin:0 2px;font-size:9px}.playback select{width:54px;padding:7px 5px;font-size:10px}.playback-secondary{padding-top:10px}.within-step{font-size:9px}.within-step input{width:90px}.manual-card p{font-size:11px}.editor-inspector{order:0;gap:16px;padding-bottom:55px}.crease-picker svg{max-height:230px}.editor-status{gap:9px;font-size:9px;display:flex}.editor-status>span:nth-child(2){display:none}.preview-banner{position:fixed;top:62px;left:0;right:0}.appearance-shell{flex-direction:column;min-height:calc(100dvh - 62px);display:flex}.settings-nav{justify-content:space-between;align-items:center;gap:20px;padding:18px 22px;display:flex}.settings-nav>h3{margin:0;font-size:12px}.settings-nav>button.active,.settings-nav>p{display:none}.settings-nav .button{min-height:32px;padding:7px 10px;font-size:10px}.appearance-body{padding:30px 20px}.appearance-body>h1{font-size:27px}.settings-card{gap:20px;padding:20px}.paper-swatches{gap:13px}.paper-swatches button{font-size:10px}.swatch{aspect-ratio:1.12}.export-layout{flex-direction:column;display:flex}.export-controls{border:0;gap:17px;padding:25px 22px}.export-controls>h1{font-size:24px}.export-controls .switch-row{font-size:12px}.export-preview{padding:23px 15px 40px}.print-page{min-height:600px;padding:7%}.print-header{margin-bottom:18px}.print-header h2{font-size:21px}.print-header p{font-size:8px}.print-legend{margin-bottom:18px;font-size:8px}.print-step h3{font-size:9px}.print-step>p{font-size:8px}.print-images img{height:73px}.print-page>footer>span:nth-child(2){font-size:7px}.toast{gap:8px;max-width:calc(100% - 28px);font-size:11px;bottom:18px}.toast>span{max-width:280px}.modal{padding:22px}.modal h2{font-size:20px}.help-grid{grid-template-columns:1fr;gap:10px}.busy-indicator{white-space:nowrap;top:75px}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition:none!important;animation:none!important}.model-card:hover{transform:none}}@media print{@page{size:auto;margin:0}body,.app{background:#fff}.app-header,.export-controls,.preview-toolbar,.preview-disclaimer,.toast,.skip-link{display:none!important}.export-layout,.export-preview{background:#fff;padding:0;display:block}.print-page{box-shadow:none;aspect-ratio:auto;break-after:page;border:0;width:100%;max-width:none;height:100vh;min-height:0;padding:14mm;display:flex!important}.print-page:last-of-type{break-after:auto}.print-step{break-inside:avoid}.print-page>footer{margin-top:auto}.print-step p{font-size:9pt}.print-step h3{font-size:10pt}}.motion-guides{pointer-events:none;width:100%;height:100%;position:absolute;inset:0}.editing{padding-bottom:38px}@media (max-width:850px){.editing .editor-status{z-index:auto;grid-column:1/-1;min-height:38px;position:static}.editing{padding-bottom:0}}@media (max-width:600px){.editing .editor-status{flex-shrink:0;order:2;width:100%}.stage-motion-guides{max-width:100%}.workspace,.workspace>*{min-width:0}.step-list{max-width:100vw}}.step-row{position:relative}.xray-controls{background:#ffffffeb;border:1px solid #d9dfe3;border-radius:12px;flex-wrap:wrap;align-items:center;gap:10px;max-width:calc(100% - 40px);padding:6px;display:flex;position:absolute;bottom:42px;left:20px;box-shadow:0 3px 16px #192d3b0c}.xray-styles{gap:2px;display:flex}.xray-styles button{color:#56616e;cursor:pointer;background:0 0;border:0;border-radius:8px;padding:8px 12px;font-size:12px}.xray-styles button.active{color:#1c2936;background:#e9edf0;font-weight:600}.xray-fill{color:#526171;align-items:center;gap:8px;padding:0 7px;font-size:11px;display:flex}.xray-fill input{accent-color:#263f51;width:85px}.xray-fill output{font-variant-numeric:tabular-nums;min-width:26px}@media (max-width:680px){.xray-controls{gap:4px;max-width:calc(100% - 24px);bottom:35px;left:12px}.xray-styles button{padding:6px 8px;font-size:11px}.xray-fill input{width:62px}.stage-hint{font-size:10px}}.best-stage-button{color:#273747;height:32px;font:500 11px/1 var(--font-sans,Arial,sans-serif);cursor:pointer;background:#fffc;border:1px solid #ffffff90;border-radius:18px;padding:0 12px;box-shadow:0 2px 8px #00000008}.best-stage-button:hover{background:#fff}.best-stage-button:focus-visible{outline-offset:3px;outline:2px solid #536d81}.color-heading{justify-content:space-between;align-items:center;gap:16px;display:flex}.color-heading label{color:#d0d5dc;align-items:center;gap:8px;font:12px ui-monospace,monospace;display:flex}.color-heading input[type=color]{cursor:pointer;background:0 0;border:0;width:32px;height:32px;padding:0}.palette{align-items:center;gap:16px;margin:18px 0;display:flex}.palette>span{color:#b6bfc9;min-width:50px;font-size:12px}.color-swatches{flex-wrap:wrap;gap:12px;display:flex}.color-swatches button{cursor:pointer;border:2px solid #0000;border-radius:50%;width:32px;height:32px;box-shadow:0 0 0 1px #ffffff20}.color-swatches button.selected{outline-offset:3px;outline:2px solid #c1d1de}.color-swatches button:focus-visible{outline-offset:3px;outline:2px solid #fff}.pattern-swatches{grid-template-columns:repeat(5,minmax(0,1fr));gap:10px;display:grid}.pattern-choice{color:#dbe0e5;cursor:pointer;background:0 0;border:1px solid #0000;border-radius:10px;min-width:0;padding:6px;font-size:11px}.pattern-choice img{aspect-ratio:1;border-radius:7px;width:100%;margin-bottom:7px;display:block}.pattern-choice.selected{background:#ffffff0a;border-color:#a3b8cb}.settings-card h4{color:#cad2d9;margin:22px 0 10px;font-size:12px;font-weight:500}.template-preview-image{max-width:100%;height:auto;margin:20px auto;display:block}.template-preview-title{font-family:Georgia,serif;font-size:25px;line-height:1.2}.template-legend{flex-wrap:wrap;gap:20px;margin:14px 0;font-size:11px;display:flex}.template-legend span{align-items:center;gap:8px;display:flex}.template-legend i{border-top:1.5px solid #172635;width:32px}.template-legend i.valley{border-top-style:dashed}.template-config{background:#f4f6f7;border-radius:10px;gap:12px;margin:6px 0 16px;padding:12px;display:grid}.template-config .field{margin:0}@media (max-width:600px){.color-swatches{gap:10px}.color-swatches button{width:28px;height:28px}.palette{gap:10px}.pattern-swatches{gap:3px}.pattern-choice{padding:3px;font-size:10px}.best-stage-button{padding:0 8px;font-size:10px}.stage-hint{max-width:calc(100% - 25px);font-size:9px}.appearance-body .settings-card{padding:18px}}.calibration-line{border-top:1px solid #172635;height:8px;margin:12px 0 8px;position:relative}.calibration-line:before,.calibration-line:after{content:"";border-left:1px solid #172635;height:9px;position:absolute;top:-5px}.calibration-line:before{left:0}.calibration-line:after{right:0}@media print{.template-page .template-preview-image{flex:none;max-width:none;width:var(--template-physical-width)!important}.calibration-line{width:50mm!important}}.artistic-backdrop{z-index:0;pointer-events:none;background-position:50%;background-size:cover;position:absolute;inset:0}.stage-artistic{background:#e1d9c7}.stage-artistic canvas{z-index:1;position:relative}.stage-artistic .view-switch,.stage-artistic .stage-tools,.stage-artistic .orientation{z-index:3}.artistic-badge{z-index:3;color:#564e40;background:#fff9eddf;border:1px solid #ffffff90;border-radius:20px;padding:7px 11px;font-size:10px;position:absolute;bottom:54px;left:20px}.stage-artistic .stage-hint{z-index:3;color:#625b50;background:#fff9eddf;border-radius:8px;max-width:calc(100% - 40px);padding:7px 11px;font-size:10px}.art-workspace{background:#f4f2eb;grid-template-columns:minmax(0,1fr) 350px;height:calc(100dvh - 72px);min-height:620px;display:grid}.art-theatre{flex-direction:column;min-width:0;min-height:0;display:flex;position:relative}.art-theatre-heading{background:#fbfaf7;border-bottom:1px solid #e6e2da;justify-content:space-between;align-items:center;gap:16px;padding:18px 25px;display:flex}.art-theatre-heading h1{letter-spacing:-.65px;color:#253b3c;margin:8px 0 6px;font-family:Georgia,serif;font-size:27px;font-weight:500}.art-theatre-heading p{color:#7a8179;margin:0;font-size:11px}.art-theatre-heading p span{color:#b2b3a9;margin:0 7px}.art-theatre-heading .text-button{color:#68766d;font-size:10px}.art-theatre .stage{min-height:300px}.art-inspector{background:#fff;border-left:1px solid #e3e6e5;flex-direction:column;min-height:0;display:flex;overflow:hidden}.art-inspector>header{padding:25px 23px 18px}.art-section-label{letter-spacing:1.5px;color:#849085;font-size:9px;font-weight:700}.art-inspector h2{letter-spacing:-.4px;color:#253b3c;margin:10px 0 8px;font-family:Georgia,serif;font-size:21px;font-weight:400}.art-inspector header p{color:#8a918c;margin:0;font-size:11px;line-height:1.6}.art-tabs{background:#f0f2ef;border-radius:9px;gap:4px;margin:0 20px 18px;padding:4px;display:flex}.art-tabs button{color:#737e75;border-radius:6px;flex:1;padding:9px 5px;font-size:11px}.art-tabs button[aria-selected=true]{color:#334e42;background:#fff;font-weight:600;box-shadow:0 2px 5px #2439270d}.art-inspector-content{scrollbar-width:thin;flex-direction:column;flex:1;gap:16px;padding:0 21px 24px;display:flex;overflow-y:auto}.art-inspector-content h3{color:#4b594f;margin:8px 0 -6px;font-size:11px;font-weight:600}.art-inspector-content .field{margin:0}.art-inspector-content .field>label{color:#6b746d;font-size:11px}.art-preset-grid{grid-template-columns:1fr 1fr;gap:10px;display:grid}.art-preset-grid button{text-align:left;background:#fff;border:1px solid #e5e8e1;border-radius:9px;min-width:0;padding:6px;transition:border-color .15s}.art-preset-grid img{aspect-ratio:1.65;object-fit:cover;border-radius:5px;width:100%;display:block}.art-preset-grid strong{color:#45564b;margin:9px 4px 5px;font-size:11px;font-weight:600;display:block}.art-preset-grid span{color:#8c918a;min-height:29px;margin:0 4px 6px;font-size:9px;line-height:1.6;display:block}.art-preset-grid button.selected,.art-background-grid button.selected{background:#f8faf5;border-color:#839b86;box-shadow:0 0 0 1px #839b8625}.art-background-grid{grid-template-columns:1fr 1fr;gap:10px;display:grid}.art-background-grid button{border:1px solid #e5e8e1;border-radius:8px;min-width:0;padding:4px;overflow:hidden}.art-background-grid img{aspect-ratio:1.8;object-fit:cover;border-radius:4px;width:100%;display:block}.art-background-grid span{color:#5c6c5e;margin:7px 0;font-size:10px;display:block}.art-note{color:#818b82;margin:0;font-size:10px;line-height:1.7}.art-inspector-content .button{min-height:36px;font-size:11px}.art-range{color:#637165;flex-direction:column;gap:10px;margin:0;font-size:11px;display:flex}.art-range>span{justify-content:space-between;align-items:center;display:flex}.art-range output{font-variant-numeric:tabular-nums;color:#4a634e;text-align:center;background:#f1f5ed;border-radius:5px;min-width:42px;padding:4px 6px;font-size:10px}.art-range input{accent-color:#718c71;width:100%}.art-range.is-disabled{opacity:.45}.art-apply{background:#fcfdfa;border-top:1px solid #e5e8e1;padding:14px 21px 18px}.art-apply>div{color:#81907d;justify-content:space-between;align-items:center;margin-bottom:10px;font-size:9px;display:flex}.art-apply .unsaved{color:#977147}.art-apply .button{color:#fff;background:#435e4e;border-color:#435e4e;width:100%;font-size:12px}.art-apply p{color:#687b68;margin:8px 0 0;font-size:10px;line-height:1.6}.art-code summary{color:#4c654f;cursor:pointer;font-size:11px}.art-code p{margin:10px 0}.art-code textarea{resize:vertical;background:#f6f8f4;border:1px solid #dce2d7;border-radius:7px;width:100%;height:300px;margin:10px 0;padding:10px;font:10px/1.6 ui-monospace,monospace;display:block}.art-playback-footer{color:#8c9189;background:#fbfaf7;border-top:1px solid #e7e6df;justify-content:space-between;gap:15px;padding:10px 22px;font-size:9px;line-height:1.5;display:flex}.art-playback-footer button{white-space:nowrap;color:#5d7662;font-size:10px}.art-theatre .playback{padding:15px 20px 10px}.art-theatre .stage .stage-hint{font-size:9px;bottom:15px}@media (max-width:1100px){.art-workspace{grid-template-columns:minmax(0,1fr) 306px}.art-theatre-heading h1{font-size:24px}.art-theatre .view-switch{left:18px;transform:none}.art-theatre .view-switch button{padding:8px 10px}.art-playback-footer>span{max-width:55%}.art-theatre .playback-secondary{gap:8px}.art-theatre .playback-help{display:none}}@media (max-width:760px){.art-workspace{flex-direction:column;height:auto;min-height:0;display:flex}.art-theatre{height:650px}.art-theatre-heading{padding:16px}.art-theatre-heading h1{font-size:24px}.art-theatre-heading .button{min-height:32px;padding:8px 10px;font-size:10px}.art-inspector{border-top:1px solid #e5e8e1;border-left:0;overflow:visible}.art-inspector-content{overflow:visible}.art-inspector>header{padding:22px 20px 18px}.art-preset-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.art-background-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.art-theatre .stage{min-height:320px}.art-theatre .view-switch{gap:0;top:12px;left:12px}.art-theatre .view-switch button{padding:8px;font-size:9px}.art-theatre .stage-tools{top:58px;right:9px}.art-theatre .orientation{top:103px;right:15px}.artistic-badge{font-size:9px;bottom:51px;left:14px}.art-theatre .playback{padding:13px 12px;position:static}.art-theatre .playback-main{gap:10px}.art-theatre .playback-help{display:none}.art-theatre .playback-secondary{flex-wrap:wrap}.art-playback-footer{padding:9px 14px}.art-theatre .playback .timeline{min-width:50px}.art-apply{z-index:5;position:sticky;bottom:0}}@media (prefers-reduced-motion:reduce){.art-preset-grid button{transition:none}}.gallery-hero{background:radial-gradient(circle at 72% 28%,#ffffffb8 0,#ffffff24 28%,#0000 52%),linear-gradient(135deg,#f4efe6 0%,#ece6d9 48%,#e3dccd 100%);border-bottom:1px solid #e3e0d9;min-height:500px}.hero-copy{background:linear-gradient(90deg,#f8f5ef 0% 63%,#f8f5efb3 76%,#f8f5ef00 100%);padding:76px 28px 72px 7%}.hero-kicker{color:#4e5a67;letter-spacing:.05em;text-transform:uppercase;background:#fffaf1cc;border:1px solid #d9d5cc;border-radius:999px;align-items:center;gap:8px;margin-bottom:18px;padding:7px 12px;font-size:11px;display:inline-flex}.hero-copy h1{letter-spacing:-1.5px;max-width:640px;font:400 clamp(34px,3.3vw,56px)/1.08 Georgia,Times New Roman,serif}.hero-copy p{color:#4a5764;max-width:500px;margin:22px 0 26px;font-size:15px;line-height:1.8}.hero-actions{flex-wrap:wrap;gap:14px;display:flex}.hero-highlights{flex-wrap:wrap;gap:16px;margin-top:28px;display:flex}.hero-stat{background:#fffaf1bf;border:1px solid #e2ddd2;border-radius:16px;align-items:center;gap:12px;min-width:170px;padding:12px 14px;display:flex;box-shadow:0 8px 22px #463d2b0a}.hero-stat svg{color:#405364}.hero-stat strong{color:#162230;font-size:13px;line-height:1.2;display:block}.hero-stat span{color:#687482;font-size:11px;line-height:1.45;display:block}.hero-paper{justify-content:center;align-items:center;width:52%;display:flex;top:24px;bottom:24px;right:3.5%}.hero-preview-card{background:linear-gradient(#f4efe4 0%,#e7decf 100%);border:1px solid #e1dbcf;border-radius:28px;width:min(100%,760px);height:100%;min-height:400px;position:relative;overflow:hidden;box-shadow:0 24px 60px #463d2b1a}.hero-preview-card .stage{width:100%;height:100%}.hero-preview-copy{z-index:4;background:#fff8ebd8;border:1px solid #e4dece;border-radius:18px;flex-direction:column;gap:5px;padding:14px 16px;display:flex;position:absolute;top:18px;left:18px;box-shadow:0 10px 30px #473d2a14}.hero-preview-label{text-transform:uppercase;letter-spacing:.08em;color:#6b756f;font-size:10px}.hero-preview-copy strong{letter-spacing:-.3px;font-size:16px}.hero-preview-copy small{color:#6f7a86;font-size:11px}.model-grid{gap:22px}.model-card{border-color:#e7e4de;border-radius:18px;box-shadow:0 10px 28px #20293608}.model-card:hover{transform:translateY(-4px);box-shadow:0 18px 36px #20293614}.model-art{background:linear-gradient(#e9e2d4 0%,#ddd4c4 100%);border-radius:14px;height:198px;margin:10px 10px 0;position:relative;overflow:hidden}.model-art .stage{width:100%;height:100%}.model-art-overlay{z-index:4;pointer-events:none;justify-content:space-between;gap:8px;display:flex;position:absolute;top:10px;left:10px;right:10px}.model-pill{color:#4b5563;background:#fff8efdc;border:1px solid #e2dbc9;border-radius:999px;align-items:center;padding:6px 10px;font-size:10px;line-height:1;display:inline-flex}.model-pill.subtle{color:#6a7380;background:#fcfbf7d1;margin-left:auto}.model-meta{padding:16px 17px 20px}.model-meta h3{margin-bottom:6px;font-size:15px}.model-meta span{min-height:34px;line-height:1.55;display:block}.model-meta p{margin-top:10px}.stage-thumbnail .stage-hint,.stage-thumbnail .view-switch,.stage-thumbnail .stage-tools,.stage-thumbnail .orientation,.stage-thumbnail .xray-style-toggle{display:none!important}.stage-thumbnail .artistic-backdrop{filter:saturate(1.04)contrast(1.02)}@media (max-width:1100px){.gallery-hero{grid-template-columns:1fr;min-height:640px}.hero-copy{background:linear-gradient(#f8f5ef 0% 76%,#f8f5ef00 100%);padding:54px 24px 28px}.hero-copy h1{max-width:unset}.hero-copy p{max-width:620px}.hero-paper{width:100%;height:340px;padding:0 24px 28px;position:relative;top:auto;bottom:auto;right:auto}.hero-preview-card{min-height:340px}}@media (max-width:720px){.hero-copy{padding:34px 18px 20px}.hero-copy h1{font-size:35px;line-height:1.1}.hero-copy p{max-width:unset;font-size:13px}.hero-highlights{grid-template-columns:1fr;gap:10px;display:grid}.hero-paper{height:280px;padding:0 18px 20px}.hero-preview-card{border-radius:20px;min-height:280px}.hero-preview-copy{top:12px;left:12px;right:12px}.model-art{height:184px}}.reading-view{color:#182b3c;background:#fff;max-width:860px;margin:auto;padding:32px 24px 64px;font-size:17px;line-height:1.65}.reading-view h1{margin:26px 0 10px;font:400 38px/1.2 Georgia,serif}.reading-subtitle{color:#465b6b;font-size:14px}.reading-header,.reading-actions{flex-wrap:wrap;gap:12px;display:flex}.reading-view .button{white-space:normal;min-height:44px;font-size:15px}.reading-toolbar{flex-wrap:wrap;align-items:center;gap:22px;padding:24px 0;display:flex}.reading-toolbar label{flex:1;gap:8px;min-width:200px;display:grid}.reading-toolbar select{background:#fff;border:1px solid #95a6b5;border-radius:8px;width:100%;max-width:100%;padding:12px;font-size:15px}.reading-toolbar .switch-row{gap:10px;margin:0;font-size:15px}.reading-setup{background:#edf2f5;border:1px solid #bdcbd6;border-radius:10px;margin:0 0 26px;padding:16px 20px}.reading-setup summary{cursor:pointer;min-height:28px;font-weight:600}.reading-setup p{margin-top:12px}.reading-step h2{margin-bottom:18px;font-size:26px;line-height:1.35}.reading-step h3{margin:22px 0 8px;font-size:18px}.reading-action{font-size:22px;line-height:1.6}.reading-step p+p{margin-top:10px}.review-status,.reading-privacy{color:#4d6376;margin:20px 0;font-size:14px}.reading-actions{margin-top:26px}.reading-status{margin-top:14px;font-size:15px}.reading-footer{border-top:1px solid #bac7d0;margin-top:32px;padding-top:28px}.reading-footer h2{font-size:23px}.reading-footer h3{margin-top:24px}.reading-footer a{overflow-wrap:anywhere;text-decoration:underline}.reading-large{max-width:950px;font-size:21px}.reading-large .reading-action{font-size:28px}.reading-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin-top:20px;display:grid}.reading-grid article{background:#f8fafb;border:1px solid #cad5dc;border-radius:12px;padding:20px}.reading-grid h3{margin:10px 0;font-size:17px}.reading-grid p,.reading-grid span,.rights-note{color:#4e6171;font-size:13px}.reading-grid .button{margin-top:14px}.rights-note{margin-top:16px}.text-model-art{color:#293f51;place-items:center;height:100%;display:grid}.stage-access-controls{z-index:4;flex-wrap:wrap;gap:6px;max-width:calc(100% - 28px);display:flex;position:absolute;bottom:42px;right:16px}.stage-access-controls button{color:#1a3448;background:#fffffff0;border:1px solid #b8c6d1;border-radius:10px;min-height:36px;padding:9px 12px;font-size:11px}.stage-access-controls button[aria-pressed=true]{color:#fff;background:#233b4f}.stage-artistic .artistic-backdrop{filter:saturate(.75)brightness(.88)}.stage-artistic.stage-plain .artistic-backdrop{display:none}.stage-artistic.stage-plain{background:#bacbd9}.stage .motion-guides{z-index:2;pointer-events:none}.stage-thickness{align-items:center;gap:8px;font-size:11px;display:flex}.stage-thickness input{max-width:100px}@media (max-width:680px){.reading-view{padding:22px 18px}.reading-view h1{font-size:30px}.reading-grid{grid-template-columns:1fr}.reading-toolbar{display:grid}.stage-access-controls{gap:4px;bottom:78px;right:10px}.stage-access-controls button{padding:7px;font-size:10px}.header-model{max-width:100px}.header-actions .button{font-size:10px}.reading-actions .button{flex:1}}.skip-link:not(:focus){clip-path:inset(50%);white-space:nowrap;width:1px;height:1px;padding:0;overflow:hidden}.reading-view .reading-toolbar .switch{width:44px;height:26px}.reading-view .reading-toolbar .switch span{width:22px;height:22px}.reading-view .reading-toolbar .switch.checked span{transform:translate(18px)}.progress-library{border-top:1px solid var(--border)}.progress-library>h2{margin-bottom:12px;font-size:22px}.progress-library>p{max-width:880px;color:var(--muted-foreground);margin:8px 0}.progress-library summary{cursor:pointer;padding:16px 0;font-weight:600}.progress-toolbar{flex-wrap:wrap;align-items:end;gap:16px;margin-bottom:18px;display:flex}.progress-toolbar label{flex-direction:column;flex:1;gap:8px;min-width:180px;font-size:12px;display:flex}.progress-toolbar input,.progress-toolbar select{border:1px solid var(--border);background:var(--background);border-radius:8px;min-height:40px;padding:10px 12px}.progress-scroll{border:1px solid var(--border);border-radius:12px;max-height:620px;margin-top:12px;overflow:auto}.progress-scroll table{border-collapse:collapse;text-align:left;width:100%;min-width:850px;font-size:12px}.progress-scroll caption{text-align:left;padding:16px;font-weight:600}.progress-scroll th,.progress-scroll td{border-top:1px solid var(--border);vertical-align:top;padding:14px 16px;line-height:1.5}.progress-scroll thead{background:var(--muted)}.progress-scroll tbody th{max-width:220px}.progress-scroll small{color:var(--muted-foreground);margin:3px 0;font-size:10px;font-weight:400;display:block}.progress-scroll a{text-underline-offset:3px;margin-top:8px;display:block}@media (max-width:600px){.progress-toolbar label,.progress-toolbar .button{width:100%}.progress-scroll{max-height:420px}.progress-library>h2{font-size:21px}}:root{--background:#fbfcfa;--foreground:#1a2c38;--card:#fff;--muted:#edf1ee;--muted-foreground:#586977;--border:#d5dedb;--primary:#254438;--primary-foreground:#fff;--ring:#486ec0;--sidebar:#f5f7f4;--surface:#f1f4f2;--hero:#eef1eb;--reader-scale:1;--reader-leading:1.65;--reader-font:Arial,Helvetica,sans-serif;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light}:root[data-theme=dark]{--background:#131f17;--foreground:#edf3e9;--card:#1b2b20;--muted:#2b3f30;--muted-foreground:#bdcdbb;--border:#435c47;--primary:#c8dfbd;--primary-foreground:#17291d;--ring:#a8d1a0;--sidebar:#17261c;--surface:#213528;--hero:#192d20;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}:root[data-contrast=more]{--foreground:#071a28;--muted-foreground:#243b49;--border:#526b79}:root[data-theme=dark][data-contrast=more]{--background:#0b140e;--card:#14241a;--muted:#243b2a;--foreground:#fff;--muted-foreground:#e0edda;--border:#a7c5a5;--ring:#d3f0c9;--sidebar:#102016;--surface:#1a3120}:root[data-reading-font=readable]{--reader-font:Verdana,"Trebuchet MS",Arial,sans-serif}:root[data-reading-font=opendyslexic]{--reader-font:"FoldLab OpenDyslexic",Verdana,sans-serif}html,body,.app{background:var(--background);color:var(--foreground)}button:focus-visible{outline:3px solid var(--ring);outline-offset:3px}a:focus-visible{outline:3px solid var(--ring);outline-offset:3px}input:focus-visible{outline:3px solid var(--ring);outline-offset:3px}select:focus-visible{outline:3px solid var(--ring);outline-offset:3px}textarea:focus-visible{outline:3px solid var(--ring);outline-offset:3px}summary:focus-visible{outline:3px solid var(--ring);outline-offset:3px}[tabindex]:focus-visible{outline:3px solid var(--ring);outline-offset:3px}.app-header,.modal,.toast,.busy-indicator,.field input,.field select,.field textarea{background:var(--card);color:var(--foreground);border-color:var(--border)}.brand,.primary-nav button,.text-button,.field label{color:var(--foreground)}.primary-nav button.active,.button-ghost:hover{background:var(--muted);color:var(--foreground)}input,textarea,select{background:var(--card);border-color:var(--border);color:var(--foreground)}.modal{width:min(700px,94vw);max-height:90dvh;overflow:auto}.small-note,.scope-note,.rights-note,.review-note{color:var(--muted-foreground);line-height:1.65}.theme-picker select{border:1px solid var(--border);border-radius:8px;max-width:95px;padding:7px 8px;font-size:11px}.unified-gallery{width:100%;max-width:none;margin:0}.hero-fullbleed{background:var(--hero);border-bottom:1px solid var(--border);width:100%}.hero-inner{grid-template-columns:1fr 1.05fr;align-items:center;gap:28px;max-width:1540px;margin:auto;padding:55px clamp(24px,5vw,84px);display:grid}.hero-minimal-copy h1{letter-spacing:-1.6px;color:var(--foreground);margin:18px 0 22px;font:400 clamp(38px,4.6vw,67px)/1.07 Georgia,serif}.hero-minimal-copy p{color:var(--muted-foreground);margin-bottom:28px;font-size:16px}.hero-crane{background:var(--card);border-radius:24px;position:relative;overflow:hidden}.hero-caption{background:var(--card);border:1px solid var(--border);color:var(--foreground);border-radius:10px;justify-content:space-between;padding:12px 15px;font-size:12px;display:flex;position:absolute;bottom:15px;left:18px;right:18px}.hero-caption span{color:var(--muted-foreground);font-size:10px}.library{background:var(--background);max-width:1540px;margin:auto;padding:36px clamp(24px,5vw,84px)}.catalogue-counts{color:var(--muted-foreground);margin:18px 0 24px;font-size:12px}.catalogue-filters{flex-wrap:wrap;align-items:end;gap:12px;display:flex}.catalogue-filters label{flex-direction:column;flex:1;gap:7px;min-width:130px;font-size:11px;display:flex}.catalogue-filters .catalogue-search{flex:2;min-width:200px}.catalogue-filters input,.catalogue-filters select{border:1px solid var(--border);border-radius:9px;width:100%;min-width:0;height:40px;padding:10px 11px}.catalogue-result{color:var(--muted-foreground);margin:18px 0;font-size:11px}.model-card{background:var(--card);border-color:var(--border);border-radius:15px}.model-art{aspect-ratio:4/3;margin:8px 8px 0;position:relative;height:auto!important}.cached-thumbnail{background:var(--thumbnail-bg-light);background:radial-gradient(circle at 50% 36%,color-mix(in srgb,var(--thumbnail-bg-light) 84%,white) 0%,var(--thumbnail-bg-light) 68%,color-mix(in srgb,var(--thumbnail-bg-light) 90%,black) 100%);width:100%;transition:background .18s;position:relative;overflow:hidden;box-shadow:inset 0 0 0 1px #ffffff42}.cached-thumbnail img{object-fit:contain;width:100%;height:100%;display:block}.thumbnail-placeholder,.honest-placeholder{width:100%;height:100%;min-height:160px;color:var(--muted-foreground);background:var(--surface);flex-direction:column;justify-content:center;align-items:center;gap:12px;font-size:11px;display:flex}.availability-tag,.capability-badge{background:var(--muted);color:var(--foreground);border:1px solid var(--border);border-radius:6px;padding:5px 8px;font-size:10px;line-height:1.2;display:inline-block}.model-art .availability-tag{background:var(--card);position:absolute;top:8px;left:8px}.status-partial .availability-tag{border-color:#bc965b}.model-meta h3{color:var(--foreground)}.model-meta p,.model-meta span{color:var(--muted-foreground)}.model-tags{flex-wrap:wrap;gap:5px;margin-top:10px;display:flex}.model-tags span{background:var(--muted);border-radius:4px;padding:3px 6px;font-size:9px;min-height:0!important}.load-more-models{margin:30px auto;display:flex}.catalogue-qualification{color:var(--muted-foreground);text-align:center;max-width:780px;margin:30px auto;font-size:11px}.local-delete{margin:0 16px 14px;font-size:10px;text-decoration:underline}:root[data-theme=dark] .cached-thumbnail{background:var(--thumbnail-bg-dark);background:radial-gradient(circle at 50% 36%,color-mix(in srgb,var(--thumbnail-bg-dark) 91%,white) 0%,var(--thumbnail-bg-dark) 68%,color-mix(in srgb,var(--thumbnail-bg-dark) 84%,black) 100%);box-shadow:inset 0 0 0 1px #ffffff1f}.lesson-toolbar{background:var(--card);border-bottom:1px solid var(--border);flex-wrap:wrap;align-items:center;gap:12px;min-height:64px;padding:12px 20px;display:flex}.lesson-toolbar>strong{white-space:nowrap;text-overflow:ellipsis;max-width:230px;font-size:13px;overflow:hidden}.lesson-view-tabs{border:1px solid var(--border);background:var(--muted);border-radius:9px;margin-right:auto;padding:3px;display:flex}.lesson-view-tabs button{border-radius:6px;min-height:34px;padding:8px 14px;font-size:12px}.lesson-view-tabs button[aria-selected=true]{background:var(--card);font-weight:600}.lesson-workspace{grid-template-columns:235px minmax(0,1fr) 330px;height:calc(100dvh - 138px);min-height:620px;display:grid}.lesson-workspace .workspace-center{flex-direction:column;min-width:0;min-height:0;display:flex;position:relative;overflow:hidden}.lesson-workspace .stage{flex:1;min-height:290px}.lesson-is-text .lesson-workspace{grid-template-columns:235px minmax(0,1fr)}.lesson-text-scroll{background:var(--card);flex:1;min-height:0;padding-bottom:34px;overflow:auto}.lesson-text{background:var(--card);width:100%;max-width:820px;color:var(--foreground);font:calc(17px * var(--reader-scale))/var(--reader-leading) var(--reader-font);margin:auto;padding:25px 36px}.lesson-text h1{margin:16px 0;font-size:1.8em;line-height:1.25}.lesson-text .reading-action{font:inherit;font-size:1.12em;line-height:var(--reader-leading)}.lesson-text h3{margin:20px 0 8px;font-size:1em}.lesson-text .reading-setup,.tactile-detail{background:var(--muted);color:var(--foreground);border:1px solid var(--border);border-radius:10px;margin:18px 0;padding:14px 16px}.tactile-detail summary,.reading-setup summary{cursor:pointer;font-weight:600}.tactile-detail p{margin:10px 0}.text-capability-note{max-width:820px;color:var(--muted-foreground);margin:20px auto 0;padding:0 36px;font-size:12px}.step-list,.step-sidebar{background:var(--sidebar)}.step-row:hover,.step-row.active{background:var(--muted);color:var(--foreground);border-color:var(--border)}.step-row span,.step-row small{color:var(--foreground)}.step-number{background:var(--card);color:var(--foreground)}.step-row.active .step-number{background:var(--primary);color:var(--primary-foreground)}.model-sidebar-title p{color:var(--muted-foreground);margin-bottom:9px}.sidebar-bottom{border-top:1px solid var(--border);padding:15px 20px;font-size:11px}.lesson-is-text .step-row{grid-template-columns:24px 1fr;min-height:60px}.inspector{background:var(--card);border-color:var(--border);min-height:0;padding:22px;display:block;overflow:auto}.step-description{font:calc(14px * var(--reader-scale))/var(--reader-leading) var(--reader-font)}.step-description h1{color:var(--foreground);margin:8px 0 14px;font-size:1.5em}.step-description p,.step-description .eyebrow{color:var(--foreground)}.inspector .tactile-detail{font-size:calc(12px * var(--reader-scale));line-height:var(--reader-leading)}.tip-card,.manual-card{background:var(--muted);color:var(--foreground);border-color:var(--border)}.manual-card p,.tip-card p{color:var(--foreground)}.playback{background:var(--card);border-color:var(--border);flex-shrink:0;padding:14px 18px 12px;position:relative}.playback-main{gap:12px}.playback-main select{background:var(--muted);color:var(--foreground)}.play-button{background:var(--primary);color:var(--primary-foreground)}.playback-secondary{flex-wrap:wrap;justify-content:space-between;gap:12px;margin-top:9px;display:flex}.playback-waits{border-top:1px solid var(--border);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:14px;margin-top:12px;padding-top:10px;display:flex}.wait-setting{align-items:end;gap:9px;font-size:10px;display:flex}.wait-setting label{gap:5px;display:grid}.wait-setting select,.wait-setting input{border:1px solid var(--border);border-radius:6px;max-width:150px;padding:6px 8px;font-size:11px}.wait-setting input{width:65px}.playback-phase{color:var(--muted-foreground);align-items:center;gap:8px;font-size:11px;display:flex}.playback-phase output{font-variant-numeric:tabular-nums;font-weight:700}.switch.checked{background:var(--primary)}.switch.checked span{background:var(--primary-foreground)}.finished-controls{background:var(--surface);border-top:1px solid var(--border);flex-wrap:wrap;flex-shrink:0;align-items:center;gap:9px;padding:12px 16px;display:flex}.narration-panel{background:var(--surface);border:1px solid var(--border);border-radius:10px;margin-top:20px;padding:14px;font-size:11px;line-height:1.6}.narration-panel>header{justify-content:space-between;align-items:baseline;gap:10px;display:flex}.narration-panel h3{margin:0;font-size:12px}.narration-panel>header span,.narration-reason{color:var(--muted-foreground);font-size:10px}.narration-controls{flex-wrap:wrap;gap:4px;margin:12px 0;display:flex}.narration-controls .button{min-height:30px;padding:6px 9px;font-size:10px}.narration-transcript{margin-top:12px}.narration-transcript summary{cursor:pointer;font-weight:600}.narration-transcript p{white-space:pre-wrap;font:calc(12px * var(--reader-scale))/var(--reader-leading) var(--reader-font);margin-top:8px}.narration-options{flex-wrap:wrap;align-items:end;gap:9px;margin-top:12px;display:flex}.narration-options label{flex:1;gap:4px;min-width:72px;font-size:9px;display:grid}.narration-options select,.narration-options input{border:1px solid var(--border);border-radius:4px;width:100%;max-width:110px;padding:5px;font-size:10px}.narration-progress{gap:5px;margin:10px 0;display:grid}.lesson-text-scroll>.narration-panel{max-width:748px;margin:0 auto 20px}.reading-downloads{flex-wrap:wrap;gap:10px;margin-top:20px;display:flex}.reading-downloads .button{font-size:12px}.global-settings{max-width:1120px;margin:auto;padding:30px 28px 70px}.global-settings>header h1{margin:22px 0 12px;font:400 34px/1.3 Georgia,serif}.settings-columns{grid-template-columns:1fr 1fr;gap:60px;margin-top:30px;display:grid}.settings-columns h2{margin:25px 0 18px;font-size:19px}.settings-columns p{color:var(--muted-foreground);margin:10px 0;font-size:12px}.settings-pair{grid-template-columns:1fr 1fr;gap:14px;display:grid}.settings-pair .field{min-width:0}.paper-controls .field input[type=color]{width:100%;height:42px;padding:4px}.settings-actions{flex-wrap:wrap;gap:9px;margin:15px 0;display:flex}.model-details{font:calc(14px * var(--reader-scale))/var(--reader-leading) var(--reader-font)}.model-details h3{margin:24px 0 10px}.model-details p{margin:10px 0}.model-details .cached-thumbnail{border-radius:12px;max-width:360px;margin:18px auto}.accessibility-panel>p{margin-bottom:15px}.accessibility-panel .switch-row{padding:8px 0}.planned-model{max-width:800px;margin:auto;padding:38px 24px 70px}.planned-model .capability-badge{margin:25px 0 15px;display:table}.planned-model h1{margin-bottom:20px;font:400 38px/1.2 Georgia,serif}.planned-model dl{grid-template-columns:150px 1fr;gap:18px;margin:25px 0;line-height:1.65;display:grid}.planned-model dt{font-weight:600}.planned-model dd{color:var(--muted-foreground);margin:0}.planned-model a,.model-details a{text-decoration:underline}.stage .view-switch,.stage .stage-tools button,.stage .orientation,.stage-access-controls button,.inspection-buttons{background:var(--card);color:var(--foreground);border-color:var(--border)}.view-switch button{color:var(--muted-foreground)}.view-switch button.active{background:var(--muted);color:var(--foreground)}.stage-access-controls button[aria-pressed=true]{background:var(--primary);color:var(--primary-foreground)}.inspection-buttons{z-index:4;border:1px solid var(--border);border-radius:8px;max-width:165px;padding:8px;font-size:10px;position:absolute;top:135px;right:16px}.inspection-buttons summary{cursor:pointer}.inspection-buttons>div{gap:5px;margin-top:9px;display:grid}.inspection-buttons button{text-align:left;background:var(--muted);border-radius:5px;padding:7px}.stage canvas:focus-visible{outline:3px solid var(--ring);outline-offset:-5px}.stage .stage-hint{background:var(--card);color:var(--muted-foreground);border-radius:6px;max-width:62%;padding:6px 9px;font-size:9px}.art-theatre-heading,.art-inspector,.art-playback-footer,.art-apply{background:var(--card);color:var(--foreground);border-color:var(--border)}.art-theatre-heading h1,.art-inspector h2,.art-inspector h3,.art-preset-grid strong,.art-background-grid span{color:var(--foreground)}.art-note,.art-preset-grid span,.art-theatre-heading p{color:var(--muted-foreground)}.art-tabs{background:var(--muted)}.art-tabs button[aria-selected=true],.art-preset-grid button,.art-background-grid button{background:var(--card);color:var(--foreground);border-color:var(--border)}.art-preset-grid button.selected,.art-background-grid button.selected{background:var(--muted);border-color:var(--ring)}.art-code textarea{background:var(--surface);color:var(--foreground)}.art-narration{background:var(--card);flex-shrink:0;max-height:180px;padding:8px 18px;overflow:auto}.art-narration .narration-panel{margin:8px 0}.export-workspace,.export-panel{background:var(--background);color:var(--foreground)}.export-controls{background:var(--card);color:var(--foreground)}.print-preview{background:var(--muted)}.print-page,.print-page h1,.print-page h2,.print-page p{color:#182736}.print-page{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;background:#fff}@media (max-width:1200px){.header-model{display:none}.lesson-workspace{grid-template-columns:190px minmax(0,1fr) 275px}.lesson-is-text .lesson-workspace{grid-template-columns:190px minmax(0,1fr)}.step-row{grid-template-columns:18px 45px minmax(0,1fr);gap:6px}.step-row img{width:45px;height:40px}.inspector{padding:16px}.stage .view-switch{left:18px;transform:none}.stage .view-switch button{padding:7px 9px;font-size:10px}.settings-columns{gap:30px}}@media (max-width:900px){.hero-inner{gap:20px;padding:35px 24px}.model-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.lesson-workspace{grid-template-columns:150px minmax(0,1fr) 230px}.step-row{grid-template-columns:20px 1fr}.step-row img{display:none}.settings-columns{grid-template-columns:1fr}.playback-waits{display:grid}.lesson-text{padding:24px}}@media (max-width:700px){.app-header{gap:12px;height:58px;padding:0 12px}.primary-nav{display:none}.header-actions{gap:4px}.header-actions .button span{display:none}.header-actions .button{min-width:33px;min-height:34px;padding:7px}.header-actions .button-icon{width:32px;height:32px;min-height:32px}.theme-picker select{max-width:75px;padding:7px 5px;font-size:10px}.hero-inner{flex-direction:column;align-items:stretch;padding:28px 20px;display:flex}.hero-minimal-copy h1{font-size:44px}.hero-crane{border-radius:17px;margin-top:9px}.library{padding:26px 16px}.catalogue-filters{grid-template-columns:1fr 1fr;display:grid}.catalogue-filters .catalogue-search{grid-column:1/-1}.catalogue-filters label{min-width:0}.catalogue-counts{line-height:1.6}.model-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.model-meta{padding:12px 10px}.model-meta h3{font-size:13px}.availability-tag,.model-tags span{font-size:8px}.model-meta p{font-size:9px}.thumbnail-placeholder{min-height:110px}.lesson-toolbar{gap:8px;min-height:110px;padding:10px 12px}.lesson-toolbar>strong{max-width:170px}.lesson-toolbar>.button{min-height:38px;font-size:10px}.lesson-workspace,.lesson-is-text .lesson-workspace{flex-direction:column;height:auto;min-height:0;display:flex}.lesson-workspace .step-sidebar{border-right:0;border-bottom:1px solid var(--border);max-height:110px;display:block}.lesson-workspace .model-sidebar-title,.lesson-workspace .sidebar-bottom{display:none}.lesson-workspace .step-list{max-height:110px;padding:9px;display:flex;overflow:auto hidden}.lesson-workspace .step-row{min-width:145px;max-width:160px;min-height:72px;margin:0 5px 0 0;padding:9px;display:flex}.lesson-workspace .step-row img{display:none}.lesson-workspace .workspace-center{min-height:0;overflow:visible}.lesson-workspace .stage{flex:none;height:400px;min-height:320px}.lesson-workspace .playback{border-radius:0;padding:13px 12px;position:relative;bottom:auto}.playback-main{gap:6px}.playback-main .timeline{min-width:30px}.playback-main select{width:54px;font-size:10px}.playback-main .step-count{font-size:9px}.playback-main>.button-icon{width:28px;min-width:28px}.within-step input{max-width:80px}.playback-waits{gap:10px;display:flex}.wait-setting select{max-width:132px}.lesson-workspace .inspector{border-left:0;border-top:1px solid var(--border);width:100%;padding:24px 19px;display:block;overflow:visible}.inspector .step-description{font-size:calc(16px * var(--reader-scale))}.narration-controls .button{min-height:38px}.lesson-text-scroll{overflow:visible}.lesson-text{max-width:none;padding:20px 18px}.lesson-text-scroll>.narration-panel{margin:16px 18px}.reading-actions .button,.reading-downloads .button{white-space:normal;flex:1;min-height:44px}.planned-model dl{grid-template-columns:1fr;gap:6px}.planned-model dd{margin-bottom:18px}.global-settings{padding:25px 18px}.modal{padding:20px}.inspection-buttons{top:98px;right:10px}.stage .view-switch{top:12px;left:12px}.stage .stage-tools{top:57px;right:10px}.stage .orientation{display:none}.stage-access-controls{bottom:54px;right:10px}.stage .stage-hint{max-width:92%;bottom:12px}.art-workspace{flex-direction:column;height:auto;display:flex}.art-theatre{height:auto;min-height:0}.art-theatre .stage{flex:none;height:390px}.art-inspector{border-left:0;border-top:1px solid var(--border);overflow:visible}.art-inspector-content{overflow:visible}.art-apply{position:static}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important}}:root[data-reduced-motion=true] *{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important}@media (forced-colors:active){.app,.modal,.inspector,.playback,.step-sidebar{color:canvastext;background:canvas}.button,.capability-badge,.lesson-view-tabs button{border:1px solid buttontext}.stage canvas,.cached-thumbnail img{forced-color-adjust:none}a{color:linktext}}.viewer-010 .lesson-toolbar{flex-wrap:nowrap;gap:13px;height:58px;min-height:58px;padding:10px 20px}.viewer-010 .lesson-toolbar .button{font-size:11px}.viewer-position-label{color:var(--muted-foreground);white-space:nowrap;margin-left:auto;font-size:11px}.viewer-010 .lesson-workspace{grid-template-columns:220px minmax(0,1fr) 348px;height:calc(100dvh - 130px);min-height:580px}.viewer-010.lesson-is-text .lesson-workspace{grid-template-columns:220px minmax(0,1fr) 348px}.viewer-010 .workspace-center{height:auto;min-height:0;display:flex;overflow:hidden}.viewer-010 .stage{flex:1;min-height:285px}.viewer-010 .step-sidebar{flex-direction:column;min-width:0;min-height:0;display:flex}.viewer-010 .step-list{flex:1;min-height:0;overflow:auto}.viewer-010 .model-sidebar-title{padding:22px 17px 18px}.viewer-010 .model-sidebar-title h2{font-size:14px}.viewer-010 .step-row{grid-template-columns:22px 60px minmax(0,1fr);gap:8px;min-height:82px;padding:12px 10px;font-size:11px}.viewer-010 .step-row img{width:60px;height:53px}.viewer-010 .step-row>span:last-child{line-height:1.55}.viewer-010 .step-row small{opacity:.7;font-size:9px;display:block}.viewer-010.lesson-is-text .step-row{grid-template-columns:22px minmax(0,1fr);min-height:60px}.viewer-010.lesson-is-text .step-row img{display:none}.viewer-inspector{background:var(--card);border-left:1px solid var(--border);scrollbar-width:thin;min-width:0;min-height:0;padding:0 18px 22px;overflow:auto}.viewer-section{border-bottom:1px solid var(--border);background:0 0;border-radius:0;margin:0}.viewer-section>summary{cursor:pointer;outline-offset:-3px;justify-content:space-between;align-items:center;gap:12px;min-height:54px;padding:18px 0;font-size:12px;font-weight:600;list-style:none;display:flex}.viewer-section>summary::-webkit-details-marker{display:none}.viewer-section>summary:after{content:"";border-bottom:1.5px solid;border-right:1.5px solid;width:6px;height:6px;margin:0 4px 3px;transform:rotate(45deg)}.viewer-section[open]>summary:after{margin-top:5px;transform:rotate(225deg)}.viewer-section-body{padding:0 0 19px}.viewer-step-label{color:var(--muted-foreground);justify-content:space-between;gap:14px;font-size:10px;display:flex}.viewer-step-label button{font-size:10px}.inspector-instruction-title{font:600 20px/1.3 var(--reader-font);letter-spacing:-.4px;margin:12px 0}.inspector-instruction-copy{font:calc(13px * var(--reader-scale))/var(--reader-leading) var(--reader-font);color:var(--foreground);margin:0}.manual-inline{background:var(--muted);border-radius:8px;margin-top:16px;padding:11px 12px;font-size:11px;line-height:1.65}.manual-inline strong{margin-bottom:4px;display:block}.instruction-actions{gap:8px;margin-top:16px;display:flex}.instruction-actions .button{flex:1;min-height:34px;font-size:11px}.viewer-section .tactile-detail{margin:16px 0 0;padding:10px;font-size:11px}.viewer-section .tactile-detail h3{font-size:12px}.viewer-section .tactile-detail summary{font-size:10px}.viewer-section .scope-note,.field-hint{color:var(--muted-foreground);margin:0 0 12px;font-size:10px;line-height:1.7}.viewer-section .paper-controls{margin-top:16px}.viewer-section .settings-pair{gap:10px}.viewer-section .field{margin:0 0 14px}.viewer-section .field>label,.viewer-section .field>span{font-size:10px}.viewer-section .field input,.viewer-section .field select,.viewer-section .field textarea{width:100%;min-width:0;font-size:12px}.viewer-section .field input:not([type=color]):not([type=range]),.viewer-section .field select{border:1px solid var(--border);background:var(--background);height:36px;color:var(--foreground);border-radius:6px;padding:8px 9px}.viewer-section .paper-controls input[type=color]{background:var(--background);border-radius:6px;height:36px;padding:3px}.viewer-section .switch-row{gap:10px;margin:12px 0;font-size:11px}.viewer-section hr{border:0;border-top:1px solid var(--border);margin:18px 0}.viewer-section .settings-actions .button{min-height:34px;font-size:11px}.viewer-section .settings-actions{margin-bottom:10px}.paper-side-legend{gap:16px;margin-top:14px;display:flex}.paper-side-legend>span{grid-template-columns:20px 1fr;align-items:center;gap:2px 6px;font-size:10px;display:grid}.paper-side-legend i{border:1px solid #89949b80;border-radius:3px;grid-row:span 2;width:18px;height:24px}.paper-side-legend code{color:var(--muted-foreground);font-size:9px}.viewer-section .accessibility-panel{font-size:11px;line-height:1.65}.viewer-section .accessibility-panel>p{font-size:11px}.viewer-section .font-status{background:var(--muted);border-radius:8px;margin:10px 0;padding:10px}.viewer-section .font-status p{margin-bottom:6px}.viewer-section .font-status .text-button{font-size:11px;text-decoration:underline}.viewer-section .model-details{font-size:12px}.viewer-section .model-details h3{margin-top:20px;font-size:13px}.viewer-section .model-details a{overflow-wrap:anywhere}.viewer-export{padding-top:20px}.viewer-export .button{width:100%;font-size:12px}.viewer-section .narration-panel{background:0 0;border:0;margin-top:20px;padding:0}.viewer-section .wait-setting{flex-direction:column;align-items:stretch;gap:10px;display:flex}.viewer-section .wait-setting label{gap:8px;width:100%;font-size:11px;display:grid}.viewer-section .wait-setting select,.viewer-section .wait-setting input{background:var(--background);border:1px solid var(--border);width:100%;max-width:100%;min-height:36px;color:var(--foreground);border-radius:6px;padding:8px;font-size:11px}.playback-refined{background:var(--card);border-top:1px solid var(--border);z-index:3;flex:none;padding:15px 20px 13px;position:relative}.transport-status{min-height:25px;color:var(--muted-foreground);align-items:center;gap:12px;font-size:10px;display:flex}.transport-step{white-space:nowrap}.transport-step strong{color:var(--foreground)}.transport-title{text-overflow:ellipsis;white-space:nowrap;flex:1;overflow:hidden}.transport-status .playback-phase{white-space:nowrap;align-items:center;gap:7px;min-width:0;font-size:10px;display:flex}.transport-status .playback-phase .button{min-height:28px;padding:5px 8px;font-size:10px}.transport-main{align-items:center;gap:10px;margin:8px 0 12px;display:flex}.transport-main>.button:not(.play-button){flex:none;width:32px;height:34px;padding:6px}.transport-main .play-button{width:42px;height:42px;min-height:42px;box-shadow:none;flex:none}.transport-timeline{flex:1;align-items:center;min-width:50px;margin:0 9px;display:flex}.transport-timeline input{width:100%;min-width:0;accent-color:var(--primary);cursor:pointer;height:16px}.transport-main select{border:1px solid var(--border);background:var(--surface);color:var(--foreground);border-radius:8px;flex:none;width:64px;padding:7px;font-size:11px}.transport-secondary{justify-content:space-between;align-items:center;gap:18px;display:flex}.transport-fold{color:var(--muted-foreground);white-space:nowrap;align-items:center;gap:8px;font-size:10px;display:flex}.transport-fold input{width:82px;accent-color:var(--primary);height:16px}.transport-fold output{font-variant-numeric:tabular-nums;width:29px}.transport-secondary .text-button{white-space:nowrap;font-size:10px}.transport-secondary .switch-row{gap:7px;margin:0;font-size:10px}.transport-secondary .switch{width:30px;height:18px}.transport-secondary .switch span{width:14px;height:14px}.transport-secondary .switch.checked span{transform:translate(12px)}.viewer-010 .finished-controls{background:var(--card);border-top:1px solid var(--border);flex-wrap:wrap;gap:16px;padding:9px 20px;display:flex}.viewer-010 .finished-controls button{color:var(--muted-foreground);font-size:10px}.viewer-010 .lesson-text-scroll{background:var(--card);flex:1;padding:0;overflow:auto}.viewer-010 .lesson-text{max-width:740px;margin:0 auto;padding:32px clamp(20px,3vw,48px) 45px}.viewer-010 .lesson-text h1{font:500 calc(30px * var(--reader-scale))/1.25 var(--reader-font);letter-spacing:-.6px;margin:18px 0 20px}.viewer-010 .lesson-text>.reading-action{font:calc(18px * var(--reader-scale))/var(--reader-leading) var(--reader-font);margin-bottom:28px}.viewer-010 .lesson-text>span{letter-spacing:.03em;color:var(--muted-foreground);font-size:11px;font-weight:600}.viewer-010 .reading-setup{background:var(--surface);margin:0 0 32px;padding:13px 16px;font-size:12px;line-height:1.7}.viewer-010 .lesson-text .tactile-detail{font-size:calc(13px * var(--reader-scale));line-height:var(--reader-leading);padding:16px 20px}.reading-step-navigation{border-top:1px solid var(--border);justify-content:space-between;align-items:center;gap:12px;margin-top:32px;padding-top:24px;display:flex}.reading-step-navigation .button{flex:1;max-width:220px;min-height:40px;font-size:12px}.viewer-010 .reading-downloads{gap:8px;margin-top:26px}.viewer-010 .reading-downloads .button{padding:8px 10px;font-size:10px}.viewer-010 .lesson-text .small-note{color:var(--muted-foreground);margin-top:18px;font-size:11px;line-height:1.65}.viewer-010 .integrated-art{grid-template-columns:minmax(0,1fr) 348px;height:calc(100dvh - 130px);min-height:580px}.integrated-art .visually-compact{display:none}.integrated-art .art-theatre{min-height:0}.viewer-section .art-inspector{background:0 0;border:0;display:block;overflow:visible}.viewer-section .art-inspector>header{display:none}.viewer-section .art-tabs{margin:0 0 18px}.viewer-section .art-inspector-content{gap:12px;padding:0;display:flex;overflow:visible}.viewer-section .art-apply{background:0 0;padding:16px 0 0;position:static}.viewer-section .art-preset-grid{gap:8px}.viewer-section .art-preset-grid span{font-size:9px}.viewer-section .art-preset-grid strong,.viewer-section .art-apply .button,.viewer-section .art-range{font-size:11px}@media (min-width:1700px){.viewer-010 .lesson-workspace,.viewer-010.lesson-is-text .lesson-workspace{grid-template-columns:245px minmax(0,1fr) 370px}.viewer-010 .integrated-art{grid-template-columns:minmax(0,1fr) 370px}}@media (max-width:1190px){.viewer-010 .lesson-workspace,.viewer-010.lesson-is-text .lesson-workspace{grid-template-columns:180px minmax(0,1fr) 300px}.viewer-010 .integrated-art{grid-template-columns:minmax(0,1fr) 300px}.viewer-inspector{padding:0 14px 20px}.viewer-010 .step-row{grid-template-columns:20px 47px minmax(0,1fr);gap:6px;padding:10px 6px;font-size:10px}.viewer-010 .step-row img{width:47px}.transport-secondary{gap:9px}.transport-secondary .switch-row>span{max-width:35px}.transport-main{gap:5px}.playback-refined{padding:12px}.transport-fold input{width:58px}.transport-title{display:none}.transport-status .playback-phase{margin-left:auto}.viewer-position-label{font-size:10px}}@media (max-width:900px){.viewer-010 .lesson-workspace,.viewer-010.lesson-is-text .lesson-workspace{grid-template-columns:160px minmax(0,1fr);height:auto;min-height:0}.viewer-010 .workspace-center{height:650px;min-height:0;display:flex}.viewer-010 .viewer-inspector{border-top:1px solid var(--border);border-left:0;grid-column:1/-1;padding:0 24px 30px;overflow:visible}.viewer-section .settings-pair{grid-template-columns:1fr 1fr}.viewer-010 .step-sidebar{max-height:650px}.viewer-010 .integrated-art{flex-direction:column;height:auto;min-height:0;display:flex}.integrated-art .art-theatre{height:650px}.viewer-position-label{display:none}.viewer-010 .stage{min-height:280px}}@media (max-width:600px){.viewer-010 .lesson-toolbar{gap:8px;height:54px;min-height:54px;padding:8px 12px}.viewer-010 .lesson-toolbar>strong{max-width:100px;font-size:12px}.viewer-010 .lesson-view-tabs{margin-left:auto;margin-right:0}.viewer-010 .lesson-view-tabs button{padding:6px 10px;font-size:11px}.viewer-010 .lesson-toolbar>.button{white-space:normal;max-width:64px;padding:0;font-size:10px}.viewer-010 .lesson-workspace,.viewer-010.lesson-is-text .lesson-workspace{flex-direction:column;display:flex}.viewer-010 .step-sidebar{display:none}.viewer-010 .workspace-center{height:640px;min-height:0;display:flex}.viewer-010.lesson-is-text .workspace-center{height:auto;min-height:500px;overflow:visible}.viewer-010 .lesson-text-scroll{overflow:visible}.viewer-010 .lesson-text{padding:24px 20px 32px}.viewer-010 .lesson-text h1{font-size:calc(25px * var(--reader-scale))}.viewer-010 .lesson-text>.reading-action{font-size:calc(17px * var(--reader-scale))}.viewer-010 .reading-setup{margin-bottom:25px}.viewer-010 .viewer-inspector{padding:0 18px 26px}.transport-secondary{flex-wrap:wrap;gap:12px}.transport-fold{flex:100%;justify-content:space-between}.transport-fold input{flex:1;max-width:none}.transport-secondary .switch-row>span{max-width:none}.transport-main{gap:4px}.transport-main>.button:not(.play-button){width:27px}.transport-main select{width:55px;font-size:10px}.transport-timeline{margin:0 3px}.transport-main .play-button{width:36px;height:36px;min-height:36px}.transport-status{font-size:10px}.viewer-010 .finished-controls{gap:10px}.viewer-010 .reading-downloads .button{white-space:normal;flex:1}.viewer-010 .stage .stage-hint{max-width:75%;font-size:9px}.viewer-010 .stage .view-switch{top:15px;left:50%;transform:translate(-50%)}.viewer-010 .stage .view-switch button{padding:8px;font-size:9px}.integrated-art .art-theatre{height:640px}.reading-step-navigation .button{white-space:normal}.viewer-010 .font-status{overflow-wrap:anywhere}}@media (forced-colors:active){.viewer-section,.viewer-inspector,.playback-refined{border-color:canvastext}.viewer-section summary,.paper-side-legend i{forced-color-adjust:auto;border-color:canvastext}.paper-side-legend i{forced-color-adjust:none}.transport-main .play-button{border:1px solid buttontext}}@media (max-width:360px){.app-header .theme-picker{display:none}.app-header{gap:8px}.app-header .brand{font-size:17px}}.stage[data-stage-interaction]{touch-action:none;-webkit-user-select:none;user-select:none;position:relative}.stage[data-stage-interaction] canvas{cursor:grab;touch-action:none}.stage[data-gesture=active] canvas,.stage[data-gesture=active]{cursor:grabbing}.stage[data-stage-interaction] .motion-guides,.stage[data-stage-interaction] .artistic-backdrop,.stage[data-stage-interaction] .diagram-stage{pointer-events:none!important}.stage[data-stage-interaction] button,.stage[data-stage-interaction] select,.stage[data-stage-interaction] input,.stage[data-stage-interaction] summary{touch-action:manipulation;cursor:pointer}.viewer-011 .lesson-toolbar{border-bottom:1px solid var(--border);background:var(--card);flex-shrink:0;gap:16px;height:66px;min-height:66px;padding:10px 20px;display:flex}.viewer-011 .lesson-toolbar>.button{gap:7px;min-height:36px;padding:6px 8px;font-size:12px}.model-toolbar-identity{flex-direction:column;gap:4px;min-width:0;max-width:32vw;display:flex}.model-toolbar-identity strong{text-overflow:ellipsis;white-space:nowrap;font-size:14px;overflow:hidden}.model-toolbar-identity>span{color:var(--muted-foreground);white-space:nowrap;font-size:10px}.model-toolbar-identity i{margin:0 7px;font-style:normal}.viewer-011 .lesson-view-tabs{margin:0}.model-toolbar-actions{flex-shrink:0;align-items:center;gap:8px;margin-left:auto;display:flex}.model-toolbar-actions>.button{min-height:36px;font-size:11px}.model-toolbar-actions>.icon-button{width:36px;padding:8px}.model-toolbar-actions .save-state{font-size:10px}.viewer-011 .lesson-workspace,.viewer-011.lesson-is-text .lesson-workspace{height:calc(100dvh - 138px);min-height:560px}.viewer-011 .integrated-art{height:calc(100dvh - 138px)}.viewer-011.lesson-is-text .workspace-center{background:var(--card);flex-direction:column;min-height:0;display:flex;overflow:hidden}.viewer-011 .text-011-scroll{overscroll-behavior:contain;flex-direction:column;flex:1;min-height:0;padding:26px clamp(20px,4vw,64px);display:flex;overflow:auto}.viewer-011 .text-011-article{overflow-wrap:anywhere;flex:none;width:100%;max-width:680px;margin-block:auto;margin-inline:auto;padding:14px 0}.viewer-011 .text-011-article .text-eyebrow{letter-spacing:.11em;text-transform:uppercase;color:var(--muted-foreground);margin-bottom:14px;font-size:10px;font-weight:600;display:block}.viewer-011 .text-011-article h1{font-family:var(--reader-font);font-size:calc(31px * var(--reader-scale));letter-spacing:-.7px;margin:0 0 22px;font-weight:600;line-height:1.2}.viewer-011 .text-011-article .reading-action{font-family:var(--reader-font);font-size:calc(20px * var(--reader-scale));line-height:var(--reader-leading);color:var(--foreground);margin:0 0 24px}.viewer-011 .text-011-article .instruction-tip{font:calc(14px * var(--reader-scale))/var(--reader-leading) var(--reader-font);background:var(--surface);border-left:3px solid var(--primary);border-radius:0 8px 8px 0;margin:0 0 18px;padding:14px 18px}.reading-paper-card{border:1px solid var(--border);background:var(--surface);border-radius:12px;align-items:center;gap:14px;margin:22px 0;padding:18px;display:flex}.reading-paper-card>div:not(.reading-paper-sides){flex-direction:column;gap:4px;display:flex}.reading-paper-card strong{font-size:15px}.reading-paper-card span{color:var(--muted-foreground);font-size:11px}.reading-paper-sides{gap:14px;margin-left:auto;display:flex}.reading-paper-sides span{align-items:center;gap:6px;display:flex}.reading-paper-sides i{border:1px solid #66757f80;border-radius:2px;width:21px;height:28px;display:inline-block;transform:rotate(-5deg)}.text-011-article .setup-copy{font:calc(14px * var(--reader-scale))/var(--reader-leading) var(--reader-font);margin:12px 0}.reading-preparation-note{color:var(--muted-foreground);margin-top:20px;font-size:11px;line-height:1.6}.tactile-inline{border-top:1px solid var(--border);font-family:var(--reader-font);font-size:calc(14px * var(--reader-scale));line-height:var(--reader-leading);margin-top:28px;padding-top:8px}.tactile-inline h2{margin:20px 0 6px;font-size:1em;font-weight:600;line-height:1.4}.tactile-inline p{margin-bottom:12px}.tactile-inline .review-note{background:var(--surface);border-left:3px solid var(--border);color:var(--muted-foreground);margin-top:10px;padding:10px 12px;font-size:.86em}.viewer-inspector .tactile-inline{margin-top:18px;font-size:12px}.viewer-inspector .tactile-inline h2{font-size:12px}.text-transport{z-index:5;border-top:1px solid var(--border);background:var(--card);flex:none;padding:15px 22px 12px;position:relative}.text-transport-status{align-items:center;gap:12px;min-width:0;font-size:11px;display:flex}.text-transport-status strong{white-space:nowrap}.text-transport-status>span{color:var(--muted-foreground);text-overflow:ellipsis;white-space:nowrap;flex:1;overflow:hidden}.text-transport-status output{font-variant-numeric:tabular-nums;color:var(--muted-foreground);white-space:nowrap;margin-left:auto;font-size:10px}.text-reading-progress{width:100%;height:4px;accent-color:var(--primary);background:var(--surface);border:0;border-radius:10px;margin:12px 0 15px;display:block;overflow:hidden}.text-reading-progress::-webkit-progress-bar{background:var(--surface)}.text-reading-progress::-webkit-progress-value{background:var(--primary);border-radius:10px}.text-transport-actions{align-items:center;gap:9px;min-width:0;display:flex}.text-transport-actions>.button{flex:none;min-height:40px;padding:10px 12px;font-size:12px}.text-transport-actions>.icon-button,.instruction-download>.icon-button{border:1px solid var(--border);background:var(--surface);width:40px;height:40px;min-height:40px;color:var(--foreground);padding:9px}.text-step-select{flex:1;min-width:60px}.text-step-select select{border:1px solid var(--border);background:var(--surface);width:100%;max-width:100%;min-height:40px;color:var(--foreground);text-overflow:ellipsis;border-radius:8px;padding:9px;font-size:11px}.text-tools-divider{border-left:1px solid var(--border);height:22px;margin:0 3px}.instruction-download{flex:none;position:relative}.instruction-download-menu{background:var(--card);border:1px solid var(--border);z-index:20;border-radius:12px;min-width:185px;padding:6px;position:absolute;bottom:calc(100% + 10px);right:0;box-shadow:0 9px 28px #142b3b29}.instruction-download-menu button{text-align:left;width:100%;color:var(--foreground);border-radius:7px;align-items:center;gap:10px;padding:11px 10px;font-size:12px;display:flex}:is(.instruction-download-menu button:hover,.instruction-download-menu button:focus-visible){background:var(--surface)}.text-audio-status{color:var(--muted-foreground);margin:9px 0 0;font-size:10px;line-height:1.55}.viewer-011 .setup-step-row{grid-template-columns:26px 1fr;padding-block:16px}@media (max-width:1190px){.viewer-011 .lesson-toolbar{gap:10px;padding-inline:14px}.text-transport{padding:13px 14px 10px}.text-transport-actions{gap:6px}.text-transport-actions>.button{padding:9px;font-size:11px}.text-step-select select{padding:7px}.model-toolbar-identity{max-width:25vw}.viewer-011 .text-011-scroll{padding:24px}}@media (max-width:900px){.viewer-011 .lesson-workspace,.viewer-011.lesson-is-text .lesson-workspace{height:auto;min-height:0}.viewer-011.lesson-is-text .workspace-center{height:calc(100dvh - 138px);min-height:470px}.viewer-011 .integrated-art{height:auto}.viewer-011 .model-toolbar-actions .button span{display:none}.viewer-011 .model-toolbar-actions .button{width:36px;padding:8px}.viewer-011 .text-011-scroll{padding:24px}.viewer-011 .lesson-toolbar{height:66px}}@media (max-width:600px){.viewer-011 .lesson-toolbar{grid-template-columns:32px minmax(0,1fr) auto;gap:8px 10px;height:auto;min-height:96px;padding:10px 12px;display:grid}.viewer-011 .lesson-toolbar>.button{width:30px;min-height:30px;padding:4px}.viewer-011 .lesson-toolbar>.button span{display:none}.model-toolbar-identity{max-width:none}.model-toolbar-identity strong{font-size:12px}.model-toolbar-identity>span{font-size:9px}.viewer-011 .lesson-view-tabs{grid-area:2/2;justify-self:start;margin:0}.model-toolbar-actions{grid-area:1/3/span 2;gap:6px}.viewer-011.lesson-is-text .workspace-center{height:calc(100dvh - 168px);min-height:400px;overflow:hidden}.viewer-011 .text-011-scroll{padding:24px 20px;overflow:auto}.viewer-011 .text-011-article{padding:6px 0}.viewer-011 .text-011-article h1{font-size:calc(25px * var(--reader-scale))}.viewer-011 .text-011-article .reading-action{font-size:calc(17px * var(--reader-scale))}.text-transport{padding:12px}.text-transport-actions{grid-template-columns:minmax(0,1fr) minmax(0,1fr) 38px 38px;gap:8px;display:grid}.text-step-select{grid-area:1/1/auto/-1}.text-transport-actions>.button:first-child{grid-area:2/1}.text-transport-actions>.button:nth-of-type(2){grid-area:2/2}.text-tools-divider{display:none}.text-transport-actions>.icon-button,.instruction-download>.icon-button{width:38px}.text-transport-actions>.icon-button{grid-area:2/3}.instruction-download{grid-area:2/4}.text-transport-status>span{display:none}.text-audio-status{font-size:9px}.reading-paper-card{flex-wrap:wrap;gap:10px;padding:14px}.reading-paper-sides{margin-left:0}.reading-paper-card strong{font-size:14px}}@media (forced-colors:active){.instruction-download-menu,.reading-paper-card,.text-transport{border-color:canvastext}.text-reading-progress{forced-color-adjust:auto}.reading-paper-sides i{forced-color-adjust:none}}.app:has(.viewer-011) .toast{pointer-events:none;max-width:min(420px,100vw - 36px);inset:145px 18px auto auto;transform:none}.app:has(.viewer-011) .toast button{pointer-events:auto}@media (max-width:600px){.app:has(.viewer-011) .toast{max-width:calc(100vw - 24px);top:166px;right:12px}}.hero-garden{aspect-ratio:1.45;background:#d8d3c4;border-radius:26px;margin:0;position:relative;overflow:hidden;box-shadow:0 18px 50px #243b351c}.hero-garden img{object-fit:cover;object-position:54% center;width:100%;height:100%;display:block}.hero-garden figcaption{color:#334e3c;background:#f7f4e9e6;border:1px solid #fff6;border-radius:18px;padding:8px 13px;font-size:11px;position:absolute;bottom:18px;left:20px}:root[data-theme=dark] .hero-garden{box-shadow:0 18px 50px #0004}.theme-toggle{border:1px solid var(--border);background:var(--muted);border-radius:18px;flex-shrink:0;align-items:center;width:54px;height:32px;padding:3px;display:flex}.theme-toggle-thumb{background:var(--card);width:24px;height:24px;color:var(--foreground);border-radius:50%;place-items:center;transition:transform .15s;display:grid;box-shadow:0 1px 4px #0002}.theme-toggle[aria-checked=true] .theme-toggle-thumb{transform:translate(20px)}:-webkit-any(.fullscreen-workspace.is-expanded,.fullscreen-workspace:-webkit-full-screen){background:var(--card);z-index:1000!important;flex-direction:column!important;width:100vw!important;height:100dvh!important;min-height:0!important;display:flex!important;position:fixed!important;inset:0!important;overflow:hidden!important}:is(.fullscreen-workspace.is-expanded,.fullscreen-workspace:fullscreen){background:var(--card);z-index:1000!important;flex-direction:column!important;width:100vw!important;height:100dvh!important;min-height:0!important;display:flex!important;position:fixed!important;inset:0!important;overflow:hidden!important}.fullscreen-workspace.is-expanded .stage{flex:1!important;height:auto!important;min-height:100px!important}.fullscreen-workspace.is-expanded .playback{padding-bottom:max(12px,env(safe-area-inset-bottom));flex:none;position:relative!important}.fullscreen-instruction{background:var(--card);border-top:1px solid var(--border);max-height:25vh;color:var(--foreground);flex:none;padding:14px max(24px,4vw);overflow:auto}.fullscreen-instruction>span{color:var(--muted-foreground);font-size:11px}.fullscreen-instruction h2{margin:6px 0;font-size:20px}.fullscreen-instruction p{font:calc(15px * var(--reader-scale))/1.65 var(--reader-font);max-width:1000px;margin:0}.fullscreen-workspace.is-expanded .finished-controls{display:none}.stage .view-switch{max-width:calc(100% - 26px)}.stage .view-switch button{padding:8px 10px}.stage .xray-controls{max-width:220px}@media (max-width:1050px){.stage .view-switch{top:14px;left:12px;transform:none}.stage .stage-tools{top:62px}}@media (max-width:600px){.hero-garden{aspect-ratio:1.45;border-radius:18px}.stage .view-switch{grid-template-columns:repeat(4,1fr);gap:2px;width:calc(100% - 24px);display:grid;left:12px!important;transform:none!important}.stage .view-switch button{white-space:normal;padding:8px 5px;font-size:9px;line-height:1.2}.stage .stage-tools{top:73px}.fullscreen-instruction{max-height:26vh;padding:10px 15px}.fullscreen-instruction h2{font-size:17px}.fullscreen-instruction p{font-size:calc(13px * var(--reader-scale))}.fullscreen-workspace.is-expanded .stage-hint{display:none}}@media (prefers-reduced-motion:reduce){.theme-toggle-thumb{transition:none}}.stage-no-views canvas,.stage-no-views .motion-guides,.stage-no-views .diagram-stage{visibility:hidden}.stage-no-view-message{z-index:8;text-align:center;background:var(--background);color:var(--foreground);align-content:center;justify-items:center;gap:14px;padding:24px;display:grid;position:absolute;inset:0}.stage-no-view-message p{max-width:34rem;margin:0;line-height:1.6}@media (max-width:600px){.stage .view-switch{grid-template-columns:repeat(3,minmax(0,1fr))}}.brand{flex:none;text-decoration:none}.brand img{width:clamp(112px,12vw,154px);height:auto;display:block}.brand-logo-dark{display:none!important}:root[data-theme=dark] .brand-logo-light{display:none}:root[data-theme=dark] .brand-logo-dark{display:block!important}.model-open{color:inherit;text-decoration:none}.site-error{max-width:640px;min-height:100dvh;color:var(--foreground);flex-direction:column;justify-content:center;align-items:flex-start;gap:20px;margin:auto;padding:clamp(24px,6vw,72px);display:flex}.site-error img{width:154px;height:auto}:root[data-theme=dark] .site-error img{filter:invert()}.site-error h1{font:400 clamp(34px,5vw,52px)/1.1 Georgia,Times New Roman,serif}.site-error p{color:var(--muted-foreground);font-size:16px}.site-error-actions{flex-wrap:wrap;gap:12px;display:flex}.site-error-actions a,.site-error-actions button{border:1px solid var(--border);border-radius:var(--radius);background:var(--card);align-items:center;min-height:42px;padding:10px 18px;font-weight:600;text-decoration:none;display:inline-flex}.site-error-actions a:hover,.site-error-actions button:hover{background:var(--muted)}.model-loading{justify-content:space-between;align-items:center;gap:40px;max-width:1100px;min-height:calc(100dvh - 72px);margin:auto;padding:clamp(28px,5vw,70px);display:flex}.model-loading h1{margin-bottom:18px;font:400 clamp(34px,5vw,54px)/1.1 Georgia,Times New Roman,serif}.model-loading p{max-width:55ch;margin-bottom:14px;font-size:16px}.model-loading img{aspect-ratio:1;object-fit:cover;border-radius:16px;width:min(36vw,320px);height:auto}@media (max-width:700px){.model-loading{flex-direction:column;justify-content:center;align-items:flex-start}.model-loading img{width:min(100%,300px)}}.paper-loader{--fold-paper:#92ad99;--fold-top:#a7beaa;--fold-right:#96b19d;--fold-bottom:#87a48e;--fold-left:#9db6a1;--fold-edge:#64836f;background:var(--background);min-height:calc(100dvh - 72px);color:var(--foreground);place-items:center;padding:40px 20px;display:grid}.paper-loader-content{text-align:center;flex-direction:column;align-items:center;gap:13px;display:flex}.paper-loader-content h1{margin-top:16px;font:400 clamp(25px,4vw,35px)/1.15 Georgia,Times New Roman,serif}.paper-loader-content p{letter-spacing:.02em;color:var(--muted-foreground);font-size:13px}.paper-fold-animation{perspective:440px;filter:drop-shadow(0 12px 13px #203d3324);width:112px;height:112px;margin-bottom:26px;position:relative;transform:rotate(-12deg)}.paper-fold-sheet,.paper-fold-flap{-webkit-backface-visibility:visible;backface-visibility:visible;display:block;position:absolute}.paper-fold-sheet{background:linear-gradient(135deg,var(--fold-paper) 0 49.7%,var(--fold-edge) 50%,var(--fold-paper) 50.3% 100%);border:1px solid var(--fold-edge);inset:0}.paper-fold-flap{will-change:transform}.paper-fold-flap-top{background:var(--fold-top);clip-path:polygon(0 0,100% 0,50% 100%);transform-origin:50% 0;animation:2.4s ease-in-out infinite fold-paper-top;inset:0 0 50%}.paper-fold-flap-right{background:var(--fold-right);clip-path:polygon(100% 0,100% 100%,0 50%);transform-origin:100%;animation:2.4s ease-in-out infinite fold-paper-right;inset:0 0 0 50%}.paper-fold-flap-bottom{background:var(--fold-bottom);clip-path:polygon(0 100%,100% 100%,50% 0);transform-origin:50% 100%;animation:2.4s ease-in-out infinite fold-paper-bottom;inset:50% 0 0}.paper-fold-flap-left{background:var(--fold-left);clip-path:polygon(0 0,0 100%,100% 50%);transform-origin:0;animation:2.4s ease-in-out infinite fold-paper-left;inset:0 50% 0 0}@keyframes fold-paper-top{0%,8%,to{transform:rotateX(0)}18%,42%{transform:rotateX(-168deg)}52%,92%{transform:rotateX(0)}}@keyframes fold-paper-right{0%,20%,to{transform:rotateY(0)}30%,54%{transform:rotateY(168deg)}64%,92%{transform:rotateY(0)}}@keyframes fold-paper-bottom{0%,32%,to{transform:rotateX(0)}42%,66%{transform:rotateX(168deg)}76%,92%{transform:rotateX(0)}}@keyframes fold-paper-left{0%,44%,to{transform:rotateY(0)}54%,78%{transform:rotateY(-168deg)}88%,92%{transform:rotateY(0)}}:root[data-theme=dark] .paper-loader{--fold-paper:#f1eee4;--fold-top:#f4f0e7;--fold-right:#e9e9df;--fold-bottom:#dfe5d9;--fold-left:#ecebe1;--fold-edge:#819787}@media (max-width:700px){.paper-loader{min-height:calc(100dvh - 58px)}}@media (prefers-reduced-motion:reduce){.paper-fold-flap{will-change:auto;animation:none}}:root[data-reduced-motion=true] .paper-fold-flap{will-change:auto;animation:none}.model-toolbar-identity h1{text-overflow:ellipsis;white-space:nowrap;font-size:14px;font-weight:700;overflow:hidden}@media (max-width:600px){.model-toolbar-identity h1{font-size:12px}}.app:has(.unified-gallery) .app-header{background:var(--card);gap:36px;height:48px;padding:0 clamp(18px,5.2vw,72px)}.app:has(.unified-gallery) .brand{letter-spacing:-.3px;font:400 17px Georgia,Times New Roman,serif}.app:has(.unified-gallery) .brand svg{width:20px;height:20px}.app:has(.unified-gallery) .primary-nav{gap:2px}.app:has(.unified-gallery) .primary-nav button{padding:8px 14px;font-size:11px}.app:has(.unified-gallery) .header-actions{gap:7px}.app:has(.unified-gallery) .header-actions .button-icon{width:32px;height:32px;min-height:32px}.app:has(.unified-gallery) .theme-toggle{background:0 0;border:0;justify-content:center;width:32px;height:32px;padding:0}.app:has(.unified-gallery) .theme-toggle-thumb{width:30px;height:30px;box-shadow:none;background:0 0}.app:has(.unified-gallery) .theme-toggle[aria-checked=true] .theme-toggle-thumb{transform:none}.app:has(.unified-gallery) .theme-toggle:hover{background:var(--muted)}.app:has(.unified-gallery) .header-actions .button-icon:hover{background:var(--muted)}.unified-gallery{font-family:Arial,Helvetica,sans-serif}.unified-gallery .hero-fullbleed{background:#f3f2ed;border:0;height:355px;position:relative;overflow:hidden}.unified-gallery .home-hero-image{display:block;position:absolute;inset:0}.unified-gallery .home-hero-image img{object-fit:cover;object-position:center 49%;width:100%;height:100%;display:block}.unified-gallery .hero-fullbleed:after{content:"";pointer-events:none;background:linear-gradient(90deg,#fbfbf7 0% 29%,#fbfbf7e8 38%,#fbfbf780 48%,#fbfbf700 61%);position:absolute;inset:0}.unified-gallery .hero-inner{z-index:1;align-items:center;max-width:1200px;height:100%;margin:auto;padding:0 clamp(24px,5.5vw,72px);display:flex;position:relative}.unified-gallery .hero-minimal-copy{z-index:2;width:min(410px,45%);position:relative}.unified-gallery .hero-kicker{letter-spacing:.24em;text-transform:uppercase;color:#475c60;font-size:8px;font-weight:600;display:block}.unified-gallery .hero-minimal-copy>p{color:#59676d;max-width:305px;margin:0 0 16px;font-size:12px;line-height:1.52}.unified-gallery .hero-actions{gap:9px}.unified-gallery .hero-actions .button{border-radius:20px;min-height:33px;padding:7px 18px;font-size:11px}.unified-gallery .hero-actions .button-default{background:#2d5145;box-shadow:0 6px 16px #203d3324}.unified-gallery .hero-actions .button-outline{color:#23323a;background:#ffffffbd;border-color:#d9dfda}.unified-gallery .hero-handwritten{color:#2e403e;text-align:center;text-shadow:0 1px 3px #fff8;font:italic 18px/.95 Georgia,Times New Roman,serif;position:absolute;top:34px;right:5.2%;transform:rotate(-10deg)}.home-stats{background:var(--card);border-bottom:1px solid var(--border)}.home-stats-inner{grid-template-columns:repeat(4,minmax(0,1fr));align-items:center;gap:16px;max-width:1200px;height:74px;margin:auto;padding:0 clamp(24px,5.2vw,72px);display:grid}.home-stat{color:#35584f;align-items:center;gap:12px;min-width:0;display:flex}.home-stat span{gap:2px;display:grid}.home-stat strong{color:var(--foreground);white-space:nowrap;font:400 14px Georgia,Times New Roman,serif}.home-stat small{color:var(--muted-foreground);white-space:nowrap;font-size:9px}.category-explore{max-width:1200px;margin:auto;padding:20px clamp(24px,5.2vw,72px) 23px}.category-explore-heading{justify-content:space-between;align-items:center;margin-bottom:12px;display:flex}.category-explore-heading h2{font:400 13px Georgia,Times New Roman,serif}.category-explore-heading button{color:var(--foreground);padding:5px 0;font-size:9px}.category-tile-grid{grid-template-columns:repeat(7,minmax(0,1fr));gap:7px;display:grid}.category-tile{border:1px solid var(--border);background:var(--card);text-align:left;border-radius:6px;align-items:center;gap:8px;min-width:0;height:50px;padding:5px 7px;transition:transform .15s,box-shadow .15s,border-color .15s;display:flex;box-shadow:0 4px 12px #1a382b08}.category-tile:hover{transform:translateY(-2px);box-shadow:0 7px 16px #1a382b14}.category-tile img{object-fit:contain;flex:none;width:38px;height:38px}.category-tile span{white-space:normal;font:400 9px/1.2 Georgia,Times New Roman,serif}.unified-gallery .library{background:0 0;max-width:1200px;padding:11px clamp(24px,5.2vw,72px) 20px}.unified-gallery .section-heading h2{letter-spacing:-.4px;font:400 21px Georgia,Times New Roman,serif}.unified-gallery .section-heading p{color:var(--muted-foreground);margin-top:5px;font-size:10px}.catalogue-sort{white-space:nowrap;align-items:center;gap:8px;font-size:9px;display:flex}.catalogue-sort select{border:1px solid var(--border);background:var(--card);border-radius:6px;min-width:96px;height:28px;padding:4px 8px;font-size:9px}.unified-gallery .catalogue-filters{grid-template-columns:minmax(220px,2.5fr) minmax(110px,1fr) minmax(110px,1fr) minmax(110px,1fr) 75px;align-items:center;gap:10px;margin:16px 0 15px;display:grid}.unified-gallery .catalogue-filters label{min-width:0;display:block;position:relative}.unified-gallery .catalogue-search svg{color:#5d6d70;z-index:1;position:absolute;top:8px;left:10px}.unified-gallery .catalogue-filters input,.unified-gallery .catalogue-filters select{background:var(--card);border-radius:5px;height:29px;padding:5px 9px;font-size:9px}.clear-catalogue-filters{white-space:nowrap;padding:6px 2px;font-size:9px}.clear-catalogue-filters:hover,.category-explore-heading button:hover{text-underline-offset:3px;text-decoration:underline}.unified-gallery .catalogue-result{clip:rect(0,0,0,0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.unified-gallery .model-card{background:var(--card);border:1px solid #e4e8e4;border-radius:11px;box-shadow:0 6px 14px #2542350d}.unified-gallery .model-open{flex-direction:column;height:100%;display:flex}.unified-gallery .model-art{aspect-ratio:1.51;border-radius:7px 7px 0 0;width:calc(100% - 8px);margin:4px 4px 0}.unified-gallery .cached-thumbnail{height:100%;box-shadow:none;background:#e9eae6;aspect-ratio:auto!important}.unified-gallery .model-card:nth-child(8n+1) .cached-thumbnail{background:#ecece5}.unified-gallery .model-card:nth-child(8n+2) .cached-thumbnail{background:#e5ecf0}.unified-gallery .model-card:nth-child(8n+3) .cached-thumbnail{background:#f0e9e5}.unified-gallery .model-card:nth-child(8n+4) .cached-thumbnail{background:#eee9f0}.unified-gallery .model-card:nth-child(8n+5) .cached-thumbnail,.unified-gallery .model-card:nth-child(8n+6) .cached-thumbnail{background:#e8efe9}.unified-gallery .model-card:nth-child(8n+7) .cached-thumbnail{background:#e5ece8}.unified-gallery .model-card:nth-child(8n+8) .cached-thumbnail{background:#eee8f0}.unified-gallery .model-art .availability-tag{background:#f8fbf9ed;border-radius:6px;padding:4px 6px;font-size:8px;top:7px;left:7px;box-shadow:0 2px 6px #24382e16}.unified-gallery .status-animated .availability-tag:before{content:"●";color:#315d4d;margin-right:4px;font-size:9px}.unified-gallery .model-meta{width:100%;min-height:61px;padding:9px 10px 8px;position:relative}.unified-gallery .model-meta h3{min-height:13px;margin:0 22px 2px 0;font-size:10px;line-height:1.25}.unified-gallery .model-meta p{color:var(--muted-foreground);margin:0;font-size:9px;line-height:1.35}.unified-gallery .model-tags span{border:1px solid var(--border);color:var(--muted-foreground);background:0 0;border-radius:3px;padding:2px 4px;font-size:7px;line-height:1.2}.model-card-arrow{border:1px solid var(--border);width:26px;height:26px;color:var(--foreground);border-radius:50%;place-items:center;font-size:14px;display:grid;position:absolute;bottom:11px;right:8px}.model-favorite{z-index:2;color:#344c4c;background:#f9fbf9ae;border-radius:50%;place-items:center;width:24px;height:24px;display:grid;position:absolute;top:9px;right:9px}.model-favorite.selected{color:#a64b58;background:#fff7f8}.model-favorite.selected svg{fill:currentColor}.unified-gallery .load-more-models{border-radius:20px;min-height:31px;margin:17px auto 0;padding:6px 19px;font-size:9px}.unified-gallery .catalogue-qualification{max-width:none;color:var(--muted-foreground);margin:20px auto 0;font-size:9px}.unified-gallery .gallery-footer{background:var(--card);max-width:none;min-height:70px;color:var(--muted-foreground);grid-template-columns:1fr auto 1fr;gap:20px;margin:14px 0 0;padding:20px max(50vw - 550px,5.2vw);display:grid}.gallery-footer-brand{gap:2px;display:grid}.gallery-footer-brand>span{color:var(--foreground);align-items:center;gap:7px;font:400 15px Georgia,Times New Roman,serif;display:flex}.unified-gallery .gallery-footer nav{align-items:center;gap:16px;display:flex}.unified-gallery .gallery-footer nav button,.unified-gallery .gallery-footer nav a{color:var(--foreground);padding:5px 0;font-size:9px;text-decoration:none}.unified-gallery .gallery-footer nav :hover{text-underline-offset:3px;text-decoration:underline}.unified-gallery .gallery-footer p{text-align:right;font-size:8px;line-height:1.5}:root[data-theme=dark] .unified-gallery .hero-kicker,:root[data-theme=dark] .unified-gallery .hero-minimal-copy h1,:root[data-theme=dark] .unified-gallery .hero-minimal-copy>p{color:#edf1ed}:root[data-theme=dark] .unified-gallery .hero-handwritten{color:#f2f0e8;text-shadow:0 1px 4px #0008}:root[data-theme=dark] .unified-gallery .hero-actions .button-default{color:#fff}:root[data-theme=dark] .unified-gallery .hero-actions .button-outline{color:#f4f6ef;background:#1b2b20df;border-color:#9fb69b}:root[data-theme=dark] .home-stat{color:#b8d1c4}:root[data-theme=dark] .unified-gallery .model-card{border-color:var(--border)}:root[data-theme=dark] .unified-gallery .model-card:nth-child(4n+2) .cached-thumbnail{background:#3b5145}:root[data-theme=dark] .unified-gallery .model-card:nth-child(4n+3) .cached-thumbnail{background:#4b5b49}:root[data-theme=dark] .unified-gallery .model-card:nth-child(4n+4) .cached-thumbnail{background:#465744}:root[data-theme=dark] .unified-gallery .model-art .availability-tag{background:#213729ed}@media (max-width:900px){.home-stats-inner{gap:10px}.home-stat{gap:7px}.home-stat svg{width:18px}.category-tile{gap:3px;padding:4px}.category-tile img{width:28px;height:32px}.category-tile span{font-size:8px}.unified-gallery .model-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}@media (max-width:700px){.app:has(.unified-gallery) .app-header{gap:10px;height:54px;padding:0 15px}.app:has(.unified-gallery) .primary-nav{display:none}.app:has(.unified-gallery) .header-actions .button-icon{width:30px;min-width:30px;height:30px}.unified-gallery .hero-fullbleed{height:auto;min-height:560px}.unified-gallery .home-hero-image{top:245px;bottom:0}.unified-gallery .home-hero-image img{object-position:70% center}.unified-gallery .hero-fullbleed:after{background:linear-gradient(#fbfbf7 0% 35%,#fbfbf7bd 48%,#fbfbf700 72%)}.unified-gallery .hero-inner{align-items:flex-start;min-height:560px;padding:38px 22px}.unified-gallery .hero-minimal-copy{width:100%}.unified-gallery .hero-minimal-copy h1{white-space:normal;font-size:clamp(35px,10vw,48px)}.unified-gallery .hero-minimal-copy>p{max-width:350px;font-size:12px}.unified-gallery .hero-handwritten{font-size:15px;top:307px;right:15px}.home-stats-inner{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px 8px;height:auto;padding:20px 22px}.category-explore{padding:22px 16px}.category-tile-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.category-tile{height:52px}.category-tile img{width:35px;height:35px}.category-tile span{font-size:9px}.unified-gallery .library{padding:13px 16px 20px}.unified-gallery .section-heading{align-items:flex-start}.unified-gallery .section-heading h2{font-size:21px}.unified-gallery .section-heading p{max-width:270px}.unified-gallery .catalogue-filters{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.unified-gallery .catalogue-filters .catalogue-search{grid-column:1/-1}.unified-gallery .catalogue-filters label:nth-of-type(4){grid-column:1}.clear-catalogue-filters{text-align:right;grid-column:2}.unified-gallery .model-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}.unified-gallery .model-art{aspect-ratio:1.4}.unified-gallery .gallery-footer{grid-template-columns:1fr 1fr;padding:20px 18px}.unified-gallery .gallery-footer nav{flex-wrap:wrap;grid-area:2/1/auto/-1}}@media (max-width:400px){.app:has(.unified-gallery) .header-actions{gap:0}.unified-gallery .hero-actions .button{padding:7px 12px;font-size:10px}.unified-gallery .hero-minimal-copy h1{font-size:35px}.category-tile-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.category-tile{height:48px}.category-tile img{width:40px;height:36px}.catalogue-sort{flex-direction:column;align-items:flex-end;gap:3px}.unified-gallery .model-meta h3{font-size:9px}}@media (max-width:700px){:root[data-theme=dark] .unified-gallery .hero-fullbleed:after{background:linear-gradient(#131f17 0% 35%,#131f17c9 48%,#131f1700 72%)}}@media (min-width:1101px){.app:has(.unified-gallery) .app-header{gap:55px;height:72px;padding:0 clamp(32px,5.2vw,78px)}.app:has(.unified-gallery) .brand{gap:12px;font-size:23px}.app:has(.unified-gallery) .brand svg{width:27px;height:27px}.app:has(.unified-gallery) .primary-nav button{padding:11px 19px;font-size:14px}.app:has(.unified-gallery) .header-actions{gap:12px}.app:has(.unified-gallery) .header-actions .button-icon{width:40px;height:40px;min-height:40px}.app:has(.unified-gallery) .theme-toggle{width:40px;height:40px;min-height:40px}.app:has(.unified-gallery) .theme-toggle-thumb{width:36px;height:36px}.unified-gallery .hero-fullbleed{height:545px}.unified-gallery .hero-inner{max-width:1440px;padding:0 clamp(32px,5.5vw,82px)}.unified-gallery .hero-minimal-copy{width:min(590px,46%)}.unified-gallery .hero-kicker{font-size:11px}.unified-gallery .hero-minimal-copy h1{letter-spacing:-2.5px;margin:23px 0 18px;font-size:clamp(57px,5.2vw,77px)}.unified-gallery .hero-minimal-copy>p{max-width:435px;margin-bottom:23px;font-size:16px;line-height:1.55}.unified-gallery .hero-actions{gap:14px}.unified-gallery .hero-actions .button{border-radius:27px;min-height:48px;padding:12px 25px;font-size:14px}.unified-gallery .hero-handwritten{font-size:24px;top:50px;right:5.2%}.home-stats-inner{gap:25px;max-width:1440px;height:112px;padding:0 clamp(32px,5.2vw,78px)}.home-stat{gap:16px}.home-stat svg{width:28px;height:28px}.home-stat strong{font-size:20px}.home-stat small{font-size:13px}.category-explore{max-width:1440px;padding:30px clamp(32px,5.2vw,78px) 34px}.category-explore-heading{margin-bottom:17px}.category-explore-heading h2{font-size:19px}.category-explore-heading button{font-size:13px}.category-tile-grid{gap:11px}.category-tile{border-radius:8px;gap:9px;height:75px;padding:8px 10px}.category-tile img{width:50px;height:50px}.category-tile span{font-size:13px}.unified-gallery .library{max-width:1440px;padding:15px clamp(32px,5.2vw,78px) 30px}.unified-gallery .section-heading h2{font-size:32px}.unified-gallery .section-heading p{margin-top:7px;font-size:15px}.catalogue-sort{gap:11px;font-size:13px}.catalogue-sort select{min-width:142px;height:40px;padding:6px 10px;font-size:13px}.unified-gallery .catalogue-filters{grid-template-columns:minmax(260px,2.5fr) repeat(3,minmax(145px,1fr)) 100px;gap:15px;margin:23px 0 22px}.unified-gallery .catalogue-filters input,.unified-gallery .catalogue-filters select{border-radius:7px;height:43px;padding:9px 13px;font-size:13px}.unified-gallery .catalogue-filters input{padding-left:45px}.unified-gallery .catalogue-search svg{width:17px;height:17px;top:13px;left:15px}.clear-catalogue-filters{font-size:13px}.unified-gallery .model-grid{gap:15px}.unified-gallery .model-card{border-radius:15px}.unified-gallery .model-art{border-radius:10px 10px 0 0;width:calc(100% - 12px);margin:6px 6px 0}.unified-gallery .model-art .availability-tag{padding:6px 9px;font-size:11px;top:9px;left:9px}.unified-gallery .status-animated .availability-tag:before{margin-right:5px;font-size:12px}.unified-gallery .model-meta{min-height:96px;padding:12px 14px 13px}.unified-gallery .model-meta h3{min-height:21px;margin:0 29px 4px 0;font-size:17px}.unified-gallery .model-meta p{font-size:14px}.unified-gallery .model-tags{gap:5px;margin-top:7px;padding-right:29px}.unified-gallery .model-tags span{padding:3px 5px;font-size:11px}.model-card-arrow{width:37px;height:37px;font-size:19px;bottom:13px;right:11px}.model-favorite{width:31px;height:31px;top:12px;right:12px}.model-favorite svg{width:21px;height:21px}.unified-gallery .load-more-models{min-height:44px;margin:24px auto 0;padding:10px 26px;font-size:13px}.unified-gallery .catalogue-qualification{margin:24px auto 0;font-size:12px}.unified-gallery .gallery-footer{min-height:105px;margin-top:19px;padding:29px max(50vw - 642.5px,5.2vw)}.gallery-footer-brand>span{font-size:21px}.gallery-footer-brand>span svg{width:24px;height:24px}.unified-gallery .gallery-footer nav{gap:24px}.unified-gallery .gallery-footer nav button,.unified-gallery .gallery-footer nav a{font-size:12px}.unified-gallery .gallery-footer p{font-size:11px}}@media (min-width:701px) and (max-width:1100px){.app:has(.unified-gallery) .app-header{height:64px}.unified-gallery .hero-fullbleed{height:440px}.unified-gallery .hero-kicker{font-size:10px}.unified-gallery .hero-minimal-copy h1{font-size:clamp(40px,5vw,56px)}.unified-gallery .hero-minimal-copy>p{font-size:13px}.unified-gallery .hero-actions .button{min-height:38px;font-size:12px}.home-stats-inner{height:92px}.home-stat strong{font-size:16px}.home-stat small{font-size:10px}.category-explore-heading h2{font-size:16px}.category-explore-heading button{font-size:11px}.category-tile{height:59px}.category-tile img{width:36px;height:38px}.category-tile span{font-size:10px}.unified-gallery .library{padding-top:18px}.unified-gallery .section-heading h2{font-size:26px}.unified-gallery .section-heading p{font-size:12px}.unified-gallery .catalogue-filters input,.unified-gallery .catalogue-filters select{height:36px;font-size:11px}.unified-gallery .catalogue-search svg{top:10px}.unified-gallery .model-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.unified-gallery .model-meta h3{font-size:12px}.unified-gallery .model-meta p{font-size:11px}.unified-gallery .model-tags span{font-size:9px}}.unified-gallery .hero-kicker{width:auto;max-width:none;box-shadow:none;background:0 0;border:0;border-radius:0;margin:0;padding:0;display:block}.unified-gallery .model-card-arrow svg{transform:none}@media (max-width:700px){.app:has(.unified-gallery) .brand{font-size:19px}.app:has(.unified-gallery) .brand svg{width:23px;height:23px}.unified-gallery .hero-kicker{letter-spacing:.16em;font-size:10px}.unified-gallery .hero-minimal-copy>p{font-size:14px;line-height:1.55}.unified-gallery .hero-actions .button{min-height:41px;padding:9px 17px;font-size:12px}.home-stat strong{font-size:16px}.home-stat small{font-size:11px}.category-explore-heading h2{font-size:17px}.category-explore-heading button{font-size:12px}.category-tile span{font-size:11px}.category-tile{height:60px}.unified-gallery .section-heading h2{font-size:25px}.unified-gallery .section-heading p{font-size:12px}.catalogue-sort{font-size:11px}.catalogue-sort select{height:33px;font-size:11px}.unified-gallery .catalogue-filters input,.unified-gallery .catalogue-filters select{height:38px;font-size:12px}.unified-gallery .catalogue-search svg{top:11px}.clear-catalogue-filters{font-size:11px}.unified-gallery .model-meta h3{font-size:12px;line-height:1.25}.unified-gallery .model-meta p{font-size:10px}.unified-gallery .model-tags span{font-size:8px}.unified-gallery .model-art .availability-tag{font-size:9px}.model-card-arrow{width:28px;height:28px}.model-card-arrow svg{width:15px;height:15px}.unified-gallery .load-more-models{min-height:39px;font-size:12px}.unified-gallery .catalogue-qualification{font-size:10px}}.voice-settings{border-block:1px solid var(--border);margin:12px 0;padding:12px 0}.voice-settings>label:not(.switch-row){gap:7px;font-size:12px;font-weight:600;display:grid}.voice-settings select{border:1px solid var(--border);background:var(--card);width:100%;max-width:100%;min-height:38px;color:var(--foreground);border-radius:7px;padding:8px;font-size:12px}.voice-settings .field-hint{font-size:11px;line-height:1.6}.voice-settings .switch-row{gap:8px;font-size:11px}:root[data-theme=dark] ::selection{color:#fff;background:#55765a}:root[data-theme=dark] .button-default:hover{color:var(--primary-foreground);background:#e0efda}:root[data-theme=dark] .button.selected{background:var(--muted);color:var(--foreground)}:root[data-theme=dark] .primary-nav button:hover{background:var(--muted);color:var(--foreground)}:root[data-theme=dark] .save-state,:root[data-theme=dark] .step-count,:root[data-theme=dark] .inspector-tools,:root[data-theme=dark] .playback-secondary,:root[data-theme=dark] .playback-help,:root[data-theme=dark] .preview-toolbar,:root[data-theme=dark] .preview-disclaimer,:root[data-theme=dark] .export-controls>p,:root[data-theme=dark] .modal>p{color:var(--muted-foreground)}:root[data-theme=dark] .step-row>span:last-child{color:var(--foreground)}:root[data-theme=dark] .step-row small{color:var(--muted-foreground)}:root[data-theme=dark] .step-row.active .step-number{border-color:var(--primary)}:root[data-theme=dark] .model-sidebar-title,:root[data-theme=dark] .sidebar-bottom{border-color:var(--border)}:root[data-theme=dark] .sidebar-bottom,:root[data-theme=dark] .sidebar-bottom small{color:var(--muted-foreground)}:root[data-theme=dark] .playback select,:root[data-theme=dark] .export-types button{background:var(--surface);color:var(--foreground);border-color:var(--border)}:root[data-theme=dark] .field>input:not([type=range]),:root[data-theme=dark] .field select,:root[data-theme=dark] .field textarea{background:var(--card);color:var(--foreground);border-color:var(--border)}:root[data-theme=dark] .field small{color:var(--muted-foreground)}:root[data-theme=dark] .field>input:disabled{opacity:.65}:root[data-theme=dark] .export-types .active{background:var(--muted);border-color:var(--ring)}:root[data-theme=dark] .export-preview,:root[data-theme=dark] .template-config{background:var(--surface)}:root[data-theme=dark] .switch{background:#536c56}:root[data-theme=dark] .switch.checked{background:var(--primary)}:root[data-theme=dark] input[type=range]{accent-color:var(--ring)}:root[data-theme=dark] .xray-controls{background:var(--card);color:var(--foreground);border-color:var(--border);box-shadow:0 4px 18px #07160a55}:root[data-theme=dark] .xray-styles button,:root[data-theme=dark] .xray-fill{color:var(--muted-foreground)}:root[data-theme=dark] .xray-styles button.active{background:var(--muted);color:var(--foreground)}:root[data-theme=dark] .xray-fill input{accent-color:var(--ring)}:root[data-theme=dark] .editor-status,:root[data-theme=dark] .editor-tabs{background:var(--surface);color:var(--muted-foreground);border-color:var(--border)}:root[data-theme=dark] .editor-tabs button.active{background:var(--card);color:var(--foreground)}:root[data-theme=dark] .modal::backdrop{background:#07160ab8}:root[data-theme=dark] .model-favorite.selected{color:#f1b8bd;background:#49333a}:root[data-theme=dark] .appearance-body .switch{background:#536c56}:root[data-theme=dark] .appearance-body .switch.checked{background:var(--primary)}.unified-gallery .hero-fullbleed{--hero-paper:#fbfaf6;isolation:isolate;background:var(--hero-paper)}.unified-gallery .home-hero-image{background:url(/images/home/hero-day.webp) 50%/cover no-repeat;display:block;position:absolute;inset:0 0 0 38%}.unified-gallery .hero-fullbleed:after{z-index:1;background:var(--hero-paper);clip-path:polygon(0 0,53% 0,67% 100%,0 100%)}.unified-gallery .home-hero-transition{z-index:2;pointer-events:none;background:url(/images/home/hero-transition-light.webp) 50%/cover no-repeat;width:41%;position:absolute;top:0;bottom:0;left:26%}.unified-gallery .hero-inner{z-index:3}.unified-gallery .hero-handwritten{object-fit:contain;width:83px;height:auto;text-shadow:none;display:block;top:42px;right:3%;transform:none}:root[data-theme=dark] .unified-gallery .hero-fullbleed{--hero-paper:#131f17;background:var(--hero-paper)}@media (min-width:701px){.unified-gallery .hero-fullbleed:after{clip-path:polygon(0 0,47% 0,58% 100%,0 100%)}.unified-gallery .home-hero-transition{background-position:50%;background-size:auto 115%;width:40%;top:-20%;bottom:-20%;left:29%;transform:rotate(-17deg)}}@media (min-width:1101px){.unified-gallery .hero-fullbleed{height:560px}.unified-gallery .hero-inner,.home-stats-inner,.category-explore,.unified-gallery .library{max-width:1760px}.unified-gallery .hero-inner{padding-inline:clamp(32px,5.2vw,90px)}.unified-gallery .hero-minimal-copy{align-self:flex-start;width:min(640px,50%);margin-top:78px}.unified-gallery .hero-minimal-copy h1{font-size:clamp(64px,5.3vw,86px)}.unified-gallery .hero-minimal-copy>p{max-width:455px;font:400 18px/1.42 Georgia,Times New Roman,serif}.unified-gallery .hero-actions .button{min-height:52px;padding:12px 29px;font-size:15px}.unified-gallery .hero-handwritten{width:83px;top:39px}.home-stats-inner{height:103px}.category-explore{padding-top:20px;padding-bottom:26px}.category-tile img{width:58px;height:58px}.category-tile span{font-size:15px}}@media (min-width:701px) and (max-width:1100px){.unified-gallery .hero-fullbleed:after{clip-path:polygon(0 0,53% 0,63% 100%,0 100%)}.unified-gallery .home-hero-transition{background-size:auto 105%;width:38%;left:37%}}@media (max-width:700px){.unified-gallery .hero-fullbleed{min-height:680px}.unified-gallery .home-hero-image{background-image:url(/images/home/hero-day-960.webp);background-position:58%;inset:43% 0 0}.unified-gallery .hero-fullbleed:after{background:var(--hero-paper);clip-path:polygon(0 0,100% 0,100% 45%,0 59%)}.unified-gallery .home-hero-transition{background-position:50%;width:47%;height:35%;top:36%;bottom:auto;left:53%}.unified-gallery .hero-inner{align-items:flex-start;height:680px;min-height:680px;padding-top:32px}.unified-gallery .hero-minimal-copy{width:100%;max-width:360px}.unified-gallery .hero-handwritten{width:72px;top:345px;right:12px}.category-tile img{width:42px;height:42px}:root[data-theme=dark] .unified-gallery .home-hero-image{background-image:url(/images/home/hero-night-960.webp)}}.app:has(.unified-gallery){--home-page:#faf9f5;--home-paper:#fefdfa;--home-raised:#fffefa;--home-soft:#f1f3ee;--home-ink:#1d2929;--home-muted:#56625f;--home-line:#dce2dc;--home-line-strong:#b8c9bd;--home-accent:#254b3d;--home-shadow-xs:0 2px 7px #21332709;--home-shadow-sm:0 7px 18px #25332910;--home-shadow-hover:0 12px 25px #25332916;--home-control-radius:9px;--home-tile-radius:11px;--home-card-radius:14px;background:var(--home-page);color:var(--home-ink)}:root[data-theme=dark] .app:has(.unified-gallery){--home-page:#15231e;--home-paper:#192a23;--home-raised:#20352b;--home-soft:#263b30;--home-ink:#f1eee5;--home-muted:#bdc8be;--home-line:#40564a;--home-line-strong:#708e77;--home-accent:#426b52;--home-shadow-xs:0 2px 8px #08120d18;--home-shadow-sm:0 7px 18px #07130c2b;--home-shadow-hover:0 12px 25px #07130c45}.app:has(.unified-gallery) .app-header{background:var(--home-paper);border-color:var(--home-line);height:66px;box-shadow:none;gap:42px;padding-inline:max(24px,50vw - 640px)}.app:has(.unified-gallery) .brand img{width:118px;height:auto}.app:has(.unified-gallery) .primary-nav button{color:var(--home-muted);border-radius:7px;padding:9px 16px;font-size:12px}.app:has(.unified-gallery) .primary-nav button.active{background:var(--home-soft);color:var(--home-ink)}.app:has(.unified-gallery) .header-actions{color:var(--home-muted);gap:8px}.app:has(.unified-gallery) .header-actions .button-icon{width:36px;height:36px;min-height:36px;color:var(--home-muted)}.app:has(.unified-gallery) .theme-toggle{width:36px;height:36px;min-height:36px;color:var(--home-muted)}.app:has(.unified-gallery) .header-actions .button-icon svg{stroke-width:1.75px;width:17px;height:17px}.app:has(.unified-gallery) .theme-toggle svg{stroke-width:1.75px;width:17px;height:17px}.app:has(.unified-gallery) .header-actions .button-icon:hover{color:var(--home-ink);background:var(--home-soft)}.app:has(.unified-gallery) .theme-toggle:hover{color:var(--home-ink);background:var(--home-soft)}.unified-gallery{background:var(--home-page);color:var(--home-ink)}.unified-gallery .hero-fullbleed{--hero-edge-left:calc(50% - 78px);--hero-edge-width:230px;--hero-edge-height:460px;background:var(--home-paper);isolation:isolate;border:0;height:420px;min-height:0;position:relative;overflow:hidden}.unified-gallery .home-hero-image{background:url(/images/home/hero-day.webp) 50% 52%/cover no-repeat;inset:0 0 0 42%}.unified-gallery .hero-fullbleed:after{content:"";width:var(--hero-edge-left);z-index:1;background:var(--home-paper);clip-path:none;pointer-events:none;position:absolute;inset:0 auto 0 0}.unified-gallery .home-hero-matte,.unified-gallery .home-hero-transition{top:50%;bottom:auto;left:var(--hero-edge-left);width:var(--hero-edge-width);height:var(--hero-edge-height);pointer-events:none;position:absolute;transform:translateY(-50%)}.unified-gallery .home-hero-matte{z-index:1;background:var(--home-paper);-webkit-mask:url(/images/home/hero-transition-matte-light.png) 50%/100% 100% no-repeat;mask:url(/images/home/hero-transition-matte-light.png) 50%/100% 100% no-repeat}.unified-gallery .home-hero-transition{z-index:2;background:url(/images/home/new-hero-transition-light.png) 50%/100% 100% no-repeat}.unified-gallery .hero-inner{z-index:3;align-items:center;width:min(100% - 48px,1280px);max-width:1280px;height:100%;padding:0 24px}.unified-gallery .hero-minimal-copy{align-self:center;width:min(480px,45%);max-width:none;margin:0;padding:0 0 4px}.unified-gallery .hero-kicker{letter-spacing:.28em;color:#60766b;font:700 10px/1.3 Arial,Helvetica,sans-serif}.unified-gallery .hero-minimal-copy h1{letter-spacing:-.045em;color:var(--home-ink);white-space:nowrap;margin:14px 0 12px;font:400 clamp(51px,5.15vw,72px)/.99 Georgia,Times New Roman,serif}.unified-gallery .hero-minimal-copy>p:not(.hero-aside){color:var(--home-muted);max-width:410px;margin:0 0 18px;font:400 16px/1.48 Georgia,Times New Roman,serif}.unified-gallery .hero-actions .button{border-radius:22px;gap:11px;min-height:42px;padding:10px 21px;font-size:13px;transition:transform .18s,background-color .18s,box-shadow .18s}.unified-gallery .hero-actions .button-default{color:#fff;box-shadow:var(--home-shadow-sm);background:#254b3d}.unified-gallery .hero-actions .button-default:hover{background:#35614d;transform:translateY(-1px)}.unified-gallery .hero-aside{letter-spacing:.14em;color:#76877a;align-items:center;gap:10px;margin:20px 0 0;font:italic 10px/1.4 Georgia,Times New Roman,serif;display:flex}.unified-gallery .hero-aside svg{color:#456e5c;flex:none}.unified-gallery .hero-handwritten{filter:none;width:84px;height:auto;top:39px;right:max(26px,50vw - 627px)}.home-stats{background:var(--home-paper);border-block:1px solid var(--home-line);box-shadow:var(--home-shadow-xs)}.home-stats-inner{gap:0;width:min(100% - 48px,1280px);max-width:1280px;height:84px;padding:0 24px}.home-stat{color:var(--home-accent);gap:16px;padding:0 20px 0 0}.home-stat:not(:first-child){border-left:1px solid var(--home-line);padding-left:32px}.home-stat svg{stroke-width:1.6px;flex:none;width:25px;height:25px}.home-stat strong{color:var(--home-ink);font:400 20px/1.1 Georgia,Times New Roman,serif}.home-stat small{color:var(--home-muted);font:400 11px/1.3 Arial,Helvetica,sans-serif}.category-explore{width:min(100% - 48px,1280px);max-width:1280px;padding:28px 24px 30px}.category-explore-heading{margin-bottom:13px}.category-explore-heading h2{color:var(--home-ink);font:400 23px/1.1 Georgia,Times New Roman,serif}.category-explore-heading button{color:var(--home-muted);align-items:center;gap:5px;min-height:30px;font-size:11px;display:inline-flex}.category-tile-grid{gap:9px}.category-tile{border:1px solid var(--home-line);border-radius:var(--home-tile-radius);background:var(--home-raised);height:58px;box-shadow:var(--home-shadow-xs);gap:9px;padding:5px 9px;transition:background-color .18s,border-color .18s,transform .18s,box-shadow .18s}.category-tile:hover{background:var(--home-soft);border-color:var(--home-line-strong);box-shadow:var(--home-shadow-sm);transform:translateY(-1px)}.category-tile.selected{border-color:var(--home-accent);box-shadow:inset 0 0 0 1px var(--home-accent)}.category-tile img{object-fit:contain;width:43px;height:43px}.category-tile svg{width:clamp(36px,4vw,58px);height:clamp(36px,4vw,58px);color:var(--home-accent);flex:none}.category-tile span{color:var(--home-ink);font:400 11px/1.2 Georgia,Times New Roman,serif}.unified-gallery .library{background:0 0;width:min(100% - 48px,1280px);max-width:1280px;padding:0 24px 28px}.unified-gallery .section-heading{align-items:end}.unified-gallery .section-heading h2{letter-spacing:-.025em;color:var(--home-ink);font:400 27px/1.12 Georgia,Times New Roman,serif}.unified-gallery .section-heading p{color:var(--home-muted);margin-top:5px;font:400 12px/1.5 Georgia,Times New Roman,serif}.catalogue-sort{color:var(--home-muted);gap:10px;font-size:11px}.catalogue-sort select{border-color:var(--home-line);border-radius:var(--home-control-radius);background:var(--home-raised);min-width:130px;height:36px;color:var(--home-ink);padding:6px 11px;font-size:11px}.unified-gallery .catalogue-filters{grid-template-columns:minmax(220px,2.6fr) repeat(3,minmax(130px,1fr)) auto;gap:10px;margin:16px 0 14px}.unified-gallery .catalogue-filters input,.unified-gallery .catalogue-filters select{border:1px solid var(--home-line);border-radius:var(--home-control-radius);background:var(--home-raised);height:38px;color:var(--home-ink);box-shadow:var(--home-shadow-xs);padding:8px 12px;font-size:11px;transition:border-color .18s,background-color .18s}.unified-gallery .catalogue-filters input{padding-left:38px}.unified-gallery .catalogue-filters input::placeholder{color:var(--home-muted);opacity:.9}.unified-gallery .catalogue-search svg{color:var(--home-muted);width:16px;height:16px;top:11px;left:12px}.unified-gallery .catalogue-filters input:hover,.unified-gallery .catalogue-filters select:hover,.catalogue-sort select:hover{border-color:var(--home-line-strong)}.clear-catalogue-filters{min-height:38px;color:var(--home-muted);padding:6px 8px;font-size:11px}.unified-gallery .model-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.unified-gallery .model-card{border:1px solid var(--home-line);border-radius:var(--home-card-radius);background:var(--home-raised);box-shadow:var(--home-shadow-sm);transition:transform .18s,border-color .18s,box-shadow .18s}.unified-gallery .model-card:hover,.unified-gallery .model-card:focus-within{border-color:var(--home-line-strong);box-shadow:var(--home-shadow-hover);transform:translateY(-1px)}.unified-gallery .model-art{aspect-ratio:1.62;background:#edece6;border-radius:9px 9px 2px 2px;width:calc(100% - 10px);margin:5px 5px 0}.unified-gallery .model-card .cached-thumbnail{background:var(--thumbnail-bg-light);width:100%;height:100%;box-shadow:none}.unified-gallery .model-art .availability-tag{color:#33483b;box-shadow:var(--home-shadow-xs);background:#fffdf8e8;border-color:#0000;border-radius:5px;padding:4px 7px;font-size:9px;top:8px;left:8px}.unified-gallery .status-animated .availability-tag:before{content:none}.unified-gallery .model-art .availability-tag svg{vertical-align:-1px;margin-right:4px;display:inline-block}.unified-gallery .model-meta{min-height:83px;padding:10px 12px 11px}.unified-gallery .model-meta h3{min-height:16px;color:var(--home-ink);margin:0 27px 3px 0;font:600 13px/1.25 Arial,Helvetica,sans-serif}.unified-gallery .model-meta p{color:var(--home-muted);font-size:11px;line-height:1.3}.unified-gallery .model-tags{gap:4px;margin-top:7px;padding-right:25px}.unified-gallery .model-tags span{border:1px solid var(--home-line);background:var(--home-soft);color:var(--home-muted);border-radius:5px;padding:3px 5px;font-size:9px;line-height:1.15}.model-card-arrow{border-color:var(--home-line);width:31px;height:31px;color:var(--home-ink);background:var(--home-raised);transition:background-color .18s,border-color .18s;bottom:11px;right:10px}.model-open:hover .model-card-arrow{background:var(--home-soft);border-color:var(--home-line-strong)}.model-open:hover .model-card-arrow svg{translate:2px}.model-favorite{width:32px;height:32px;color:var(--home-ink);background:#fffdf9d9;justify-content:center;align-items:center;padding:0;line-height:0;display:flex;top:11px;right:11px}.model-favorite svg,.model-card-arrow svg{flex:none;margin:auto;display:block}.model-favorite:hover{color:#a44652;background:#fffdf9}.unified-gallery .load-more-models{border:1px solid var(--home-line);background:var(--home-raised);min-height:37px;color:var(--home-ink);box-shadow:var(--home-shadow-xs);border-radius:20px;justify-content:center;align-items:center;gap:8px;margin:20px auto 0;padding:8px 18px;font-size:11px}.unified-gallery .load-more-models:hover{border-color:var(--home-line-strong);background:var(--home-soft)}.unified-gallery .catalogue-qualification{color:var(--home-muted);margin:14px auto 0;font-size:10px;line-height:1.4}.unified-gallery .gallery-footer{border-top:1px solid var(--home-line);background:var(--home-paper);max-width:none;min-height:86px;color:var(--home-muted);grid-template-columns:1fr auto 1fr;gap:24px;margin:0;padding:18px max(24px,50vw - 616px)}.gallery-footer-brand>span{color:var(--home-ink);font:600 16px/1.2 Arial,Helvetica,sans-serif}.gallery-footer-brand small{color:var(--home-muted);padding-left:25px;font:italic 10px/1.4 Georgia,Times New Roman,serif}.unified-gallery .gallery-footer nav{gap:20px}.unified-gallery .gallery-footer nav button,.unified-gallery .gallery-footer nav a{color:var(--home-muted);font-size:11px}.unified-gallery .gallery-footer p{color:var(--home-muted);font-size:10px}:root[data-theme=dark] .unified-gallery .hero-fullbleed{background:var(--home-page)}:root[data-theme=dark] .unified-gallery .home-hero-image{background-image:url(/images/home/hero-night.webp)}:root[data-theme=dark] .unified-gallery .hero-fullbleed:after{background:var(--home-page)}:root[data-theme=dark] .unified-gallery .home-hero-matte{background:var(--home-page);-webkit-mask-image:url(/images/home/hero-transition-matte-dark.png);mask-image:url(/images/home/hero-transition-matte-dark.png)}:root[data-theme=dark] .unified-gallery .home-hero-transition{background-image:url(/images/home/new-hero-transition-dark.png)}:root[data-theme=dark] .unified-gallery .hero-minimal-copy h1{color:var(--home-ink)}:root[data-theme=dark] .unified-gallery .hero-kicker{color:#bdcbb8}:root[data-theme=dark] .unified-gallery .hero-minimal-copy>p:not(.hero-aside){color:#e2e3d9}:root[data-theme=dark] .unified-gallery .hero-aside{color:#b9c9b6}:root[data-theme=dark] .unified-gallery .hero-actions .button-default{color:#fff;background:#426b52}:root[data-theme=dark] .unified-gallery .hero-actions .button-default:hover{color:#fff;background:#548566}:root[data-theme=dark] .unified-gallery .hero-handwritten{filter:brightness(0)invert();opacity:.95}:root[data-theme=dark] .unified-gallery .model-card .cached-thumbnail{background:var(--thumbnail-bg-dark)}:root[data-theme=dark] .unified-gallery .model-art .availability-tag{color:#f5f3e9;background:#426b52}:root[data-theme=dark] .model-favorite{color:#f3f0e7;background:#21382dcc}:root[data-theme=dark] .model-favorite:hover{background:#355440}@media (max-width:1100px){.unified-gallery .hero-fullbleed{--hero-edge-left:calc(50% - 76px);--hero-edge-width:210px;--hero-edge-height:420px;height:390px}.unified-gallery .hero-minimal-copy h1{font-size:clamp(43px,5vw,60px)}.unified-gallery .hero-minimal-copy>p:not(.hero-aside){max-width:340px;font-size:14px}.category-tile{gap:5px;padding:5px}.category-tile img{width:37px;height:37px}.category-tile span{font-size:10px}.unified-gallery .model-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (min-width:901px) and (max-width:1100px){.app:has(.unified-gallery) .app-header{gap:34px;height:50px;padding-inline:max(24px,50vw - 463.5px)}.app:has(.unified-gallery) .brand img{width:105px}.app:has(.unified-gallery) .primary-nav button{padding:7px 13px;font-size:11px}.app:has(.unified-gallery) .header-actions .button-icon{width:31px;height:31px;min-height:31px}.app:has(.unified-gallery) .theme-toggle{width:31px;height:31px;min-height:31px}.unified-gallery .hero-fullbleed{--hero-edge-left:calc(50% - 77px);--hero-edge-width:174px;--hero-edge-height:348px;height:305px}.unified-gallery .home-hero-image{inset:0 0 0 34%}.unified-gallery .hero-inner,.home-stats-inner,.category-explore,.unified-gallery .library{width:calc(100% - 128px);max-width:927px;padding-inline:0}.unified-gallery .hero-minimal-copy{width:44%}.unified-gallery .hero-minimal-copy h1{margin:10px 0 9px;font-size:50px}.unified-gallery .hero-minimal-copy>p:not(.hero-aside){margin-bottom:12px;font-size:13px;line-height:1.42}.unified-gallery .hero-actions .button{min-height:36px;padding:8px 17px;font-size:11px}.unified-gallery .hero-aside{margin-top:12px;font-size:9px}.unified-gallery .hero-handwritten{width:67px;top:29px;right:30px}.home-stats-inner{height:65px}.home-stat{gap:11px}.home-stat:not(:first-child){padding-left:24px}.home-stat svg{width:22px;height:22px}.home-stat strong{font-size:16px}.home-stat small{font-size:10px}.category-explore{padding-top:16px;padding-bottom:17px}.category-explore-heading{margin-bottom:8px}.category-explore-heading h2{font-size:19px}.category-tile{height:54px}.category-tile img{width:38px;height:38px}.category-tile span{font-size:10px}.unified-gallery .section-heading h2{font-size:22px}.unified-gallery .section-heading p{font-size:11px}.unified-gallery .catalogue-filters{grid-template-columns:minmax(200px,2.6fr) repeat(3,minmax(100px,1fr)) auto;margin:8px 0}.unified-gallery .catalogue-filters input,.unified-gallery .catalogue-filters select{height:33px;font-size:10px}.unified-gallery .catalogue-search svg{top:9px}.unified-gallery .model-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:9px}.unified-gallery .model-meta{min-height:70px;padding:7px 9px 9px}.unified-gallery .model-meta h3{font-size:11px}.unified-gallery .model-meta p{font-size:9px}.unified-gallery .model-tags{margin-top:5px}.unified-gallery .model-tags span{padding:2px 4px;font-size:8px}.model-card-arrow{width:26px;height:26px;bottom:9px;right:8px}}@media (max-width:760px){.app:has(.unified-gallery) .app-header{gap:12px;height:58px;padding-inline:18px}.app:has(.unified-gallery) .brand img{width:104px}.app:has(.unified-gallery) .primary-nav{display:none}.unified-gallery .hero-fullbleed{flex-direction:column;height:auto;min-height:0;display:flex}.unified-gallery .hero-inner{order:1;width:100%;height:auto;min-height:0;padding:38px 24px 30px;display:block}.unified-gallery .hero-minimal-copy{width:100%;max-width:520px;margin:0;padding:0}.unified-gallery .hero-minimal-copy h1{white-space:normal;font-size:clamp(40px,8.5vw,61px)}.unified-gallery .hero-minimal-copy>p:not(.hero-aside){max-width:430px;font-size:15px}.unified-gallery .hero-aside{margin-top:16px}.unified-gallery .home-hero-image{background-image:url(/images/home/hero-day-960.webp);background-position:56%;order:2;width:100%;height:320px;display:block;position:relative;inset:auto}.unified-gallery .hero-fullbleed:after,.unified-gallery .home-hero-matte,.unified-gallery .home-hero-transition,.unified-gallery .hero-handwritten{display:none}:root[data-theme=dark] .unified-gallery .home-hero-image{background-image:url(/images/home/hero-night-960.webp)}.home-stats-inner{grid-template-columns:repeat(2,minmax(0,1fr));gap:17px 8px;width:100%;height:auto;padding:18px 24px}.home-stat,.home-stat:not(:first-child){border:0;gap:10px;padding:0}.home-stat svg{width:22px;height:22px}.home-stat strong{font-size:18px}.home-stat small{font-size:10px}.category-explore,.unified-gallery .library{width:100%;padding-inline:24px}.category-tile-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.unified-gallery .section-heading{align-items:start}.unified-gallery .catalogue-filters{grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}.unified-gallery .catalogue-filters .catalogue-search{grid-column:1/-1}.unified-gallery .catalogue-filters label:nth-of-type(4){grid-column:1}.clear-catalogue-filters{text-align:right;grid-column:2}.unified-gallery .model-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.unified-gallery .gallery-footer{grid-template-columns:1fr auto;padding:20px 24px}.unified-gallery .gallery-footer nav{grid-area:2/1/auto/-1;justify-content:flex-start}}@media (max-width:520px){.unified-gallery .hero-inner{padding:32px 20px 25px}.unified-gallery .hero-minimal-copy h1{font-size:clamp(37px,10vw,48px)}.unified-gallery .home-hero-image{height:260px}.unified-gallery .hero-handwritten{width:57px;right:12px}.category-explore,.unified-gallery .library{padding-inline:18px}.category-tile-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.category-tile{height:56px;padding:5px 10px}.category-tile img{width:42px;height:42px}.category-tile span{font-size:11px}.unified-gallery .section-heading{display:block}.catalogue-sort{justify-content:flex-start;margin-top:12px}.unified-gallery .model-grid{grid-template-columns:1fr;gap:14px}.unified-gallery .model-art{aspect-ratio:1.8}.unified-gallery .model-meta{min-height:88px}.unified-gallery .gallery-footer{grid-template-columns:1fr;gap:12px}.unified-gallery .gallery-footer nav{flex-wrap:wrap;grid-area:auto/1}.unified-gallery .gallery-footer p{text-align:left}}@media (prefers-reduced-motion:reduce){.unified-gallery .category-tile,.unified-gallery .model-card,.unified-gallery .hero-actions .button,.unified-gallery .model-card-arrow,.unified-gallery .model-card-arrow svg{transition:none;transform:translate(0,0)}}
