:root{--bg:#0b0d10;--bg-raised:#14171c;--bg-hover:#1c2027;--border:#262b33;--text:#e8eaed;--text-muted:#949aa4;--accent:#c9a227;--accent-text:#17130a;--danger:#e5645f;--radius:10px;--radius-lg:16px;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;font-family:Inter,ui-sans-serif,system-ui,-apple-system,Segoe UI,sans-serif}*{box-sizing:border-box}html,body,#root{height:100%}body{background:var(--bg);color:var(--text);margin:0}h1,h2,h3{letter-spacing:-.02em;margin:0;font-weight:600}h1{font-size:1.6rem}h2{font-size:1.05rem}p{margin:0;line-height:1.6}a{color:inherit;text-decoration:none}a:hover{text-decoration:underline}.muted{color:var(--text-muted);font-size:.9rem}.error{color:var(--danger);font-size:.9rem}.button{border:1px solid var(--border);border-radius:var(--radius);background:var(--bg-raised);color:var(--text);font:inherit;cursor:pointer;justify-content:center;align-items:center;gap:.5rem;padding:.55rem 1rem;font-size:.9rem;font-weight:500;transition:background .12s,border-color .12s,opacity .12s;display:inline-flex}.button:hover:not(:disabled){background:var(--bg-hover);text-decoration:none}.button:disabled{opacity:.55;cursor:default}.button.primary{background:var(--accent);border-color:var(--accent);color:var(--accent-text);font-weight:600}.button.primary:hover:not(:disabled){background:#dcb02c;border-color:#dcb02c}.button.large{padding:.8rem 1.5rem;font-size:1rem}.button.subtle{background:0 0}.button.danger{color:var(--danger);border-color:#0000}.button.danger:hover:not(:disabled){border-color:var(--danger)}input[type=text]{border:1px solid var(--border);border-radius:var(--radius);background:var(--bg);min-width:0;color:var(--text);font:inherit;flex:1;padding:.55rem .8rem;font-size:.9rem}input[type=text]:focus{border-color:var(--accent);outline:none}.centered-screen{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:1rem;min-height:100%;padding:2rem;display:flex}.spinner{border:2px solid var(--border);border-top-color:var(--accent);border-radius:50%;width:26px;height:26px;animation:.7s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.page{flex-direction:column;min-height:100%;display:flex}.page-body{flex-direction:column;gap:1.5rem;width:100%;max-width:860px;margin:0 auto;padding:2.5rem 1.5rem 4rem;display:flex}.app-header{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;gap:1rem;padding:1rem 1.5rem;display:flex}.brand{letter-spacing:-.01em;font-weight:600}.app-header-user{align-items:center;gap:.85rem;display:flex}.panel{border:1px solid var(--border);border-radius:var(--radius-lg);background:var(--bg-raised);flex-direction:column;gap:.85rem;padding:1.5rem;display:flex}.usage-page{max-width:920px}.usage-intro{gap:.65rem}.usage-intro h1,.usage-summary-card p{margin:0}.usage-summary-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;display:grid}.usage-summary-card strong{font-variant-numeric:tabular-nums;font-size:clamp(1.5rem,4vw,2.15rem)}.usage-summary-card span{line-height:1.45}.usage-list{flex-direction:column;gap:0;margin:0;padding:0;list-style:none;display:flex}.usage-list li{border-top:1px solid var(--border);font-variant-numeric:tabular-nums;justify-content:space-between;align-items:center;gap:1rem;padding:.85rem 0;display:flex}.usage-list li>div{flex-direction:column;gap:.2rem;display:flex}.usage-list .muted{font-size:.8rem}.usage-footnote{margin:0;font-size:.82rem}@media (width<=680px){.app-header,.app-header-user{flex-wrap:wrap}.usage-summary-grid{grid-template-columns:1fr}}.inline-form{gap:.6rem;margin-top:.4rem;display:flex}.landing{background:radial-gradient(1100px 520px at 50% -10%, #c9a22729, transparent 70%), var(--bg);justify-content:center;align-items:center;min-height:100%;padding:2rem;display:flex}.landing-content{flex-direction:column;align-items:flex-start;gap:1.25rem;max-width:620px;display:flex}.eyebrow{color:var(--accent);letter-spacing:.14em;text-transform:uppercase;font-size:.8rem;font-weight:600}.landing-content h1{font-size:clamp(2.2rem,6vw,3.4rem);line-height:1.05}.lede{color:var(--text-muted);font-size:1.05rem}.auth-form{flex-direction:column;gap:.9rem;width:100%;max-width:360px;display:flex}.auth-form input{border:1px solid var(--border);border-radius:var(--radius);background:var(--bg);color:var(--text);font:inherit;padding:.6rem .75rem;font-size:.95rem}.auth-form input:focus{border-color:var(--accent);outline:none}.auth-form .button{margin-top:.25rem}.auth-note{max-width:360px;font-size:.85rem}.auth-divider{width:100%;max-width:360px;color:var(--text-muted);text-transform:uppercase;letter-spacing:.08em;align-items:center;gap:.75rem;font-size:.8rem;display:flex}.auth-divider:before,.auth-divider:after{content:"";background:var(--border);flex:1;height:1px}.user-list{flex-direction:column;gap:.6rem;margin:.75rem 0 0;padding:0;list-style:none;display:flex}.user-row{border:1px solid var(--border);border-radius:var(--radius);background:var(--bg-raised);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;padding:.8rem 1rem;display:flex}.user-identity{flex-direction:column;gap:.2rem;min-width:0;display:flex}.user-meta{align-items:center;gap:.45rem;margin-top:.15rem;font-size:.8rem;display:flex}.user-actions{flex-wrap:wrap;gap:.5rem;display:flex}.badge{border:1px solid var(--border);letter-spacing:.04em;text-transform:uppercase;border-radius:999px;padding:.1rem .5rem;font-size:.72rem;font-weight:600}.badge.status-approved{color:#6fd08c;border-color:#6fd08c66}.badge.status-pending{color:var(--accent);border-color:#c9a22766}.badge.status-rejected{color:var(--danger);border-color:#dc5a5a66}.badge.role-admin{color:var(--text)}.page.narrow .panel,.page-body.narrow .panel{max-width:560px}.space-list{flex-direction:column;gap:.75rem;margin:0;padding:0;list-style:none;display:flex}.space-card{border:1px solid var(--border);border-radius:var(--radius-lg);background:var(--bg-raised);justify-content:space-between;align-items:center;gap:1rem;padding:1rem 1.25rem;display:flex}.space-card-actions{gap:.5rem;display:flex}.empty-state{border:1px dashed var(--border);border-radius:var(--radius-lg);text-align:center;padding:2rem}.viewer{width:100%;height:100%;position:relative;overflow:hidden}.viewer canvas{touch-action:none;display:block}.gallery-preview-badge{z-index:3;color:#f1eee8d1;letter-spacing:.035em;text-align:center;pointer-events:none;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#2a2825bd;border:1px solid #ffffff29;border-radius:999px;max-width:calc(100vw - 2rem);padding:.7rem 1rem;font-size:.78rem;position:absolute;bottom:1.4rem;left:50%;transform:translate(-50%);box-shadow:0 12px 38px #18120c2e}.lighting-tuner{z-index:8;color:#f2eee8;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#272522e0;border:1px solid #ffffff2e;border-radius:1rem;width:min(20rem,100vw - 2rem);max-height:calc(100vh - 2rem);padding:1rem;position:absolute;top:1rem;right:1rem;overflow-y:auto;box-shadow:0 18px 50px #120e0a47}.lighting-tuner-header,.lighting-tuner-header>div,.lighting-tuner-control>span,.lighting-tuner-actions{align-items:center;display:flex}.lighting-tuner-header{justify-content:space-between;gap:1rem}.lighting-tuner-header>div{align-items:baseline;gap:.55rem}.lighting-tuner h2{color:#fffaf3;margin:0;font-family:Georgia,Times New Roman,serif;font-size:1.15rem;font-weight:500}.lighting-tuner-kicker{color:#6fd2dc;letter-spacing:.11em;text-transform:uppercase;font-size:.62rem;font-weight:700}.lighting-tuner-close{color:#ded8cf;cursor:pointer;background:#ffffff14;border:0;border-radius:50%;width:2rem;height:2rem;padding:0;font-size:1.3rem;line-height:1}.lighting-tuner-help{color:#ece6dda8;margin:.65rem 0 .9rem;font-size:.72rem;line-height:1.45}.lighting-tuner-control{margin-top:.72rem;display:block}.lighting-tuner-control>span{color:#f6f2ebd1;justify-content:space-between;gap:1rem;font-size:.73rem}.lighting-tuner-control output{color:#7bd7df;font-variant-numeric:tabular-nums}.lighting-tuner-control input[type=range]{accent-color:#57c9d5;cursor:ew-resize;width:100%;margin:.38rem 0 0}.lighting-tuner-color{color:#f6f2ebd1;cursor:pointer;justify-content:space-between;align-items:center;gap:1rem;margin-top:.72rem;font-size:.73rem;display:flex;position:relative}.lighting-tuner-color-value{color:#7bd7df;align-items:center;gap:.38rem;font-family:ui-monospace,SFMono-Regular,Consolas,monospace;font-size:.68rem;display:flex}.lighting-tuner-color-swatch{border:1px solid #ffffff52;border-radius:50%;width:1rem;height:1rem;box-shadow:0 0 0 2px #00000024}.lighting-tuner-color input[type=color]{opacity:0;cursor:pointer;width:100%;height:100%;position:absolute;inset:0}.lighting-tuner-divider{background:#ffffff1a;height:1px;margin:.9rem 0 .25rem}.lighting-tuner-values{color:#ede8e0b3;text-align:center;background:#00000029;border-radius:.5rem;margin-top:.9rem;padding:.48rem .6rem;font-family:ui-monospace,SFMono-Regular,Consolas,monospace;font-size:.67rem}.lighting-tuner-actions{gap:.5rem;margin-top:.75rem}.lighting-tuner-actions button{color:#ede8df;font:inherit;cursor:pointer;background:#ffffff12;border:1px solid #ffffff1f;border-radius:.55rem;flex:1;padding:.48rem .65rem;font-size:.72rem}.lighting-tuner-actions button:hover,.lighting-tuner-close:hover{background:#ffffff21}.lighting-tuner-shortcut{color:#ece6dd75;text-align:center;margin-top:.65rem;font-size:.63rem;display:block}.viewer-hud{pointer-events:none;flex-direction:column;justify-content:space-between;padding:1.25rem;transition:opacity .2s;display:flex;position:absolute;inset:0}.viewer-hud.is-hidden{opacity:0}.viewer-hud-top{flex-wrap:wrap;align-items:center;gap:1rem;display:flex}.viewer-hud-top .button{pointer-events:auto;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#0b0d10b8}.viewer-title{border-radius:var(--radius);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#0b0d109e;padding:.5rem .9rem}.viewer-title h1{font-size:1.05rem}.viewer-hud-hint{border:1px solid var(--border);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:var(--text-muted);background:#0b0d10b8;border-radius:999px;align-self:center;padding:.55rem 1rem;font-size:.85rem}.viewer-hud-hint strong{color:var(--text);font-weight:600}.tutor-presence{flex-direction:column;align-items:flex-end;gap:.45rem;max-width:16rem;display:flex;position:absolute;top:1.25rem;right:1.25rem}.tutor-controls{align-items:center;gap:.45rem;display:flex}.tutor-badge{border:1px solid var(--border);border-radius:var(--radius);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:inherit;cursor:pointer;background:#0b0d10b8;padding:.5rem;line-height:0}.notebook-toggle{border:1px solid var(--border);border-radius:var(--radius);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);width:42px;height:42px;color:var(--text-muted);font:inherit;cursor:pointer;background:#0b0d10b8;place-items:center;padding:0;font-family:Georgia,serif;font-size:1.05rem;font-weight:700;transition:opacity .2s,transform .2s,visibility .2s;display:grid}.notebook-toggle.is-hidden{visibility:hidden;opacity:0;pointer-events:none;transform:translateY(-.25rem)}.notebook-toggle:hover,.notebook-toggle.is-open{border-color:var(--accent);color:var(--text)}.notebook-toggle:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.tutor-badge:disabled{cursor:wait}.tutor-badge:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.tutor-badge.is-connecting .tutor-badge-avatar{opacity:.78}.tutor-badge-error{border-radius:var(--radius);color:#f2b8b5;background:#0b0d10d1;border:1px solid #f2555a66;margin:0;padding:.4rem .55rem;font-size:.78rem;line-height:1.35}.tutor-badge-avatar{background:radial-gradient(circle at 35% 30%,#4d5663,#22272e);border-radius:999px;width:46px;height:46px;display:block;position:relative;box-shadow:inset 0 0 0 1px #ffffff17}.tutor-badge-avatar:before{content:"";opacity:0;pointer-events:none;background:conic-gradient(#0000 0deg 245deg,#d0a82f 275deg 345deg,#0000 360deg);border-radius:999px;transition:opacity .16s;position:absolute;inset:-5px;-webkit-mask:radial-gradient(farthest-side,#0000 calc(100% - 3px),#000 calc(100% - 2px));mask:radial-gradient(farthest-side,#0000 calc(100% - 3px),#000 calc(100% - 2px))}.tutor-badge.is-connecting .tutor-badge-avatar:before{opacity:1;animation:.9s linear infinite tutor-connecting}.tutor-badge-avatar:after{content:"";border:2px solid var(--accent);opacity:0;border-radius:999px;transition:opacity .16s;position:absolute;inset:-4px}.tutor-badge.is-listening .tutor-badge-avatar:after{opacity:.75}.tutor-badge.is-connecting .tutor-badge-avatar:after{opacity:0}.tutor-badge.is-speaking .tutor-badge-avatar:after{animation:1.2s ease-in-out infinite tutor-speaking}@keyframes tutor-speaking{0%,to{opacity:.25}50%{opacity:1}}@keyframes tutor-connecting{to{transform:rotate(1turn)}}.tutor-startup-status{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}@media (prefers-reduced-motion:reduce){.tutor-badge.is-connecting .tutor-badge-avatar:before{animation:none;transform:rotate(35deg)}}.learner-notebook{z-index:12;border-left:1px solid var(--border);opacity:0;pointer-events:none;background:#111418f7;flex-direction:column;width:min(31rem,92vw);height:100%;padding:1.25rem;transition:opacity .16s,transform .18s;display:flex;position:absolute;top:0;right:0;transform:translate(100%);box-shadow:-18px 0 48px #00000057}.learner-notebook.is-open{opacity:1;pointer-events:auto;transform:translate(0)}.learner-notebook-header{justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1rem;display:flex}.learner-notebook-header h2{margin:0 0 .15rem;font-family:Georgia,serif;font-size:1.25rem}.learner-notebook-header p{color:var(--text-muted);margin:0;font-size:.78rem}.learner-notebook textarea{resize:none;border:1px solid var(--border);border-radius:var(--radius);min-height:0;color:var(--text);font:inherit;background:#101318;outline:none;flex:1;padding:1rem;font-size:.95rem;line-height:1.65}.learner-notebook textarea:focus{border-color:var(--accent)}.learner-notebook-status{min-height:1.25rem;color:var(--text-muted);padding-top:.55rem;font-size:.75rem}.learner-notebook-status.is-error,.learner-data-error{color:#f2b8b5}.learner-notebook-removed{border-top:1px solid var(--border);max-height:15rem;margin-top:.8rem;padding-top:.8rem;overflow-y:auto}.learner-notebook-removed-heading{justify-content:space-between;align-items:center;gap:.75rem;display:flex}.learner-notebook-removed-heading h3{margin:0;font-size:.9rem}.learner-notebook-removed-heading span{color:var(--text-muted);font-size:.75rem}.learner-notebook-removed>p{margin:.55rem 0 0;font-size:.75rem}.learner-notebook-removed ul{gap:.55rem;margin:.65rem 0 0;padding:0;list-style:none;display:grid}.learner-notebook-removed li{border:1px solid var(--border);border-radius:var(--radius);background:#101318;gap:.5rem;padding:.65rem;display:grid}.learner-notebook-removed li>div:first-child{justify-content:space-between;align-items:baseline;gap:.75rem;display:flex}.learner-notebook-removed li strong{text-overflow:ellipsis;white-space:nowrap;font-size:.82rem;overflow:hidden}.learner-notebook-removed li span{color:var(--text-muted);font-size:.7rem}.learner-notebook-removed-actions{flex-wrap:wrap;gap:.4rem;display:flex}.learner-notebook-removed-actions .button{padding:.38rem .55rem;font-size:.7rem}.artifact-undo{z-index:13;border-radius:var(--radius);max-width:min(32rem,100vw - 2rem);box-shadow:var(--shadow);color:var(--text);background:#111418f5;border:1px solid #c9a22773;align-items:center;gap:.75rem;padding:.55rem .65rem .55rem .8rem;font-size:.8rem;display:flex;position:absolute;bottom:1.25rem;left:50%;transform:translate(-50%)}.artifact-undo span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.artifact-undo .button{padding:.38rem .6rem}.artifact-focus-hint{z-index:4;color:var(--text-muted);pointer-events:none;background:#0b0d10c2;border:1px solid #c9a22773;border-radius:999px;padding:.4rem .65rem;font-size:.75rem;position:absolute;bottom:4.25rem;left:50%;transform:translate(-50%)}.artifact-focus-hint strong{color:var(--text)}.content-reader-backdrop{z-index:30;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#05070ab8;place-items:center;padding:1.5rem;display:grid;position:fixed;inset:0}.content-reader{background:#f4f1ea;border:1px solid #ffffff29;border-radius:.85rem;flex-direction:column;width:min(46rem,100%);height:min(72vh,42rem);min-height:min(24rem,100vh - 3rem);display:flex;overflow:hidden;box-shadow:0 2rem 6rem #00000085}.content-reader.is-expanded{width:100%;max-width:none;height:100%;max-height:none}.content-reader-header{color:var(--text);background:#111418fc;border-bottom:1px solid #ffffff1a;justify-content:space-between;align-items:flex-start;gap:1rem;padding:.9rem 1rem;display:flex}.content-reader-header h2{overflow-wrap:anywhere;margin:0;font-family:Georgia,Times New Roman,serif;font-size:clamp(1.15rem,2vw,1.45rem);line-height:1.25}.content-reader-header>div:first-child{min-width:0}.content-reader-actions{flex:none;gap:.5rem;display:flex}.content-reader-actions .button{padding:.42rem .65rem;font-size:.74rem}.content-reader-body{color:#292622;overscroll-behavior:contain;overflow-wrap:anywhere;white-space:pre-wrap;outline:none;flex:1;min-height:0;padding:clamp(1.35rem,4vw,3rem);font-family:Georgia,Times New Roman,serif;font-size:clamp(1.05rem,1.8vw,1.22rem);line-height:1.7;overflow:auto}.content-reader-body:focus-visible{box-shadow:inset 0 0 0 3px #c9a22794}.content-reader-document{background:#f4f1ea;border:0;flex:1;width:100%;min-height:0}@media (width<=600px){.content-reader-backdrop{padding:.75rem}.content-reader{width:100%;height:calc(100vh - 1.5rem);min-height:0}.content-reader-header{align-items:center}.content-reader-header h2{max-width:55vw}}.learner-data-error{z-index:10;border-radius:var(--radius);background:#0b0d10e0;border:1px solid #f2555a66;max-width:24rem;margin:0;padding:.55rem .75rem;font-size:.78rem;position:absolute;bottom:1.25rem;right:1.25rem}.editor-page{height:100%;overflow:hidden}.editor-toolbar{border-bottom:1px solid var(--border);align-items:center;gap:.6rem;padding:.75rem 1.25rem;display:flex}.editor-toolbar-spacer{flex:1}.editor-title{border-radius:var(--radius);width:16rem;color:var(--text);font:inherit;background:0 0;border:1px solid #0000;padding:.45rem .7rem;font-size:1rem;font-weight:600}.editor-title:hover{border-color:var(--border)}.editor-title:focus{border-color:var(--accent);background:var(--bg);outline:none}.tutor-settings{position:relative}.tutor-settings-trigger{white-space:nowrap}.tutor-settings-summary{color:var(--text-muted);font-weight:400}.tutor-settings-popover{z-index:20;border:1px solid var(--border);border-radius:var(--radius-lg);background:var(--bg-raised);flex-direction:column;gap:1rem;width:min(28rem,100vw - 2.5rem);max-height:min(42rem,100vh - 6rem);padding:1rem;display:flex;position:absolute;top:calc(100% + .55rem);left:0;overflow-y:auto;box-shadow:0 16px 48px #00000061}.tutor-settings-heading{flex-direction:column;gap:.2rem;display:flex}.tutor-settings-heading p,.tutor-settings-note{color:var(--text-muted);font-size:.82rem}.tutor-model-options{border:0;flex-direction:column;gap:.5rem;min-width:0;margin:0;padding:0;display:flex}.tutor-model-options legend,.tutor-voice-field>span{color:var(--text-muted);letter-spacing:.06em;text-transform:uppercase;margin-bottom:.45rem;font-size:.78rem;font-weight:600}.tutor-model-option{border:1px solid var(--border);border-radius:var(--radius);cursor:pointer;grid-template-columns:auto 1fr;align-items:start;gap:.65rem;padding:.7rem;display:grid}.tutor-model-option:hover{background:var(--bg-hover)}.tutor-model-option.selected{border-color:var(--accent);background:#c9a22714}.tutor-model-option input{accent-color:var(--accent);margin-top:.18rem}.tutor-model-option>span{flex-direction:column;gap:.2rem;display:flex}.tutor-model-option strong{font-size:.9rem}.tutor-model-option small{color:var(--text-muted);font-size:.78rem;line-height:1.4}.recommended-label{color:var(--accent);letter-spacing:.04em;text-transform:uppercase;margin-left:.35rem;font-size:.68rem;font-weight:600}.tutor-voice-field{flex-direction:column;display:flex}.tutor-objectives-field{border-top:1px solid var(--border);flex-direction:column;gap:.45rem;padding-top:.9rem;display:flex}.tutor-objectives-field>span{color:var(--text-muted);letter-spacing:.06em;text-transform:uppercase;font-size:.78rem;font-weight:600}.tutor-objectives-field>span small{color:var(--text-muted);margin-left:.35rem;font-size:.68rem;font-weight:500}.tutor-objectives-field textarea{resize:vertical;border:1px solid var(--border);border-radius:var(--radius);background:var(--bg);width:100%;min-height:7rem;color:var(--text);font:inherit;padding:.6rem;font-size:.86rem;line-height:1.45}.tutor-objectives-field>small{color:var(--text-muted);font-size:.75rem;line-height:1.4}.tutor-objectives-field textarea:focus{border-color:var(--accent);outline:none}.tutor-voice-field select{border:1px solid var(--border);border-radius:var(--radius);background:var(--bg);width:100%;color:var(--text);font:inherit;padding:.5rem .6rem;font-size:.88rem}.tutor-voice-field select:focus{border-color:var(--accent);outline:none}.editor-error{padding:.5rem 1.25rem}.editor-body{flex:1;grid-template-columns:1fr 21rem;min-height:0;display:grid}.plan-canvas{background:var(--bg);cursor:grab;touch-action:none;-webkit-user-select:none;user-select:none;width:100%;height:100%}.plan-canvas:active{cursor:grabbing}.plan-room{opacity:.62;cursor:move;transition:opacity .12s}.plan-room:hover{opacity:.78}.plan-room.is-selected{opacity:.92;stroke:var(--accent);stroke-width:2px;vector-effect:non-scaling-stroke}.plan-room-label,.plan-room-topic{fill:#0b0d10;pointer-events:none;font-weight:600}.plan-room-topic{fill:#2b2f36;font-weight:400}.plan-wall{fill:#e8eaed}.plan-doorway{fill:var(--accent);opacity:.85}.plan-content-marker{cursor:ew-resize;outline:none}.plan-content-marker.is-east,.plan-content-marker.is-west{cursor:ns-resize}.plan-content-marker rect{fill:#d9dde4;stroke:#20242b;stroke-width:1.5px;vector-effect:non-scaling-stroke;transition:fill .12s,stroke .12s}.plan-content-marker line{stroke:#5f6875;stroke-width:1px;vector-effect:non-scaling-stroke;pointer-events:none}.plan-content-marker.is-artifact rect{fill:#c9a227;fill-opacity:.82}.plan-content-marker.is-space-guide rect{fill:#57c9d5;fill-opacity:.72}.plan-content-marker:hover rect,.plan-content-marker:focus rect,.plan-content-marker.is-selected rect{fill:#f4f5f6;stroke:var(--accent);stroke-width:2.5px}.plan-content-marker.is-artifact:hover rect,.plan-content-marker.is-artifact:focus rect,.plan-content-marker.is-artifact.is-selected rect{fill:#e5c64f}.plan-content-marker.is-space-guide:hover rect,.plan-content-marker.is-space-guide:focus rect,.plan-content-marker.is-space-guide.is-selected rect{fill:#82d9e1}.plan-content-marker.is-dragging{opacity:.78}.plan-compass{pointer-events:none;opacity:.62}.plan-compass circle{fill:#0b0d10b8;stroke:#e8eaed47}.plan-compass path{fill:var(--accent)}.plan-compass line{stroke:#b9bec7;stroke-width:1.5px}.plan-compass text{fill:#d9dde4;font-size:9px;font-weight:700}.plan-ghost{fill:#f2555a;fill-opacity:.12;stroke:#f2555a;stroke-width:2px;stroke-dasharray:6 4;vector-effect:non-scaling-stroke;pointer-events:none}.plan-door-slot{cursor:pointer}.plan-door-slot circle{fill:#12151a;fill-opacity:.85;stroke:var(--accent);stroke-width:1.5px;vector-effect:non-scaling-stroke}.plan-door-slot path{stroke:var(--accent);stroke-width:2px;stroke-linecap:round;vector-effect:non-scaling-stroke}.plan-door-slot:hover circle{fill:var(--accent);fill-opacity:.9}.plan-door-slot:hover path{stroke:#12151a}.editor-sidebar{border-left:1px solid var(--border);background:var(--bg-raised);padding:1.25rem;overflow-y:auto}.inspector{flex-direction:column;gap:1rem;display:flex}.source-upload-form{border-top:1px solid var(--border);margin-top:.25rem;padding-top:1rem}.source-upload-heading{justify-content:space-between;align-items:flex-start;gap:.75rem;display:flex}.source-upload-heading>div{flex-direction:column;gap:.2rem;display:flex}.source-room-picker{border:1px solid var(--border);border-radius:var(--radius);gap:.45rem;margin:0;padding:.7rem;display:grid}.source-room-picker legend{color:var(--text-muted);letter-spacing:.04em;text-transform:uppercase;padding:0 .3rem;font-size:.72rem;font-weight:600}.source-room-picker label{color:var(--text);align-items:center;gap:.5rem;font-size:.84rem;display:flex}.source-room-picker.compact{max-height:12rem;overflow-y:auto}.source-panel-details{border:1px solid var(--border);border-radius:var(--radius);background:#ffffff06;flex-direction:column;align-items:flex-start;gap:.55rem;padding:.7rem;display:flex}.source-status-line{align-items:center;gap:.5rem;min-width:0;display:flex}.source-status-line .muted{text-overflow:ellipsis;white-space:nowrap;font-size:.78rem;overflow:hidden}.badge.source-status{text-transform:capitalize}.badge.source-status.is-ready{color:#82d9a1}.badge.source-status.is-failed{color:#ff8d91}.field{flex-direction:column;flex:1;gap:.35rem;min-width:0;display:flex}.field>span{letter-spacing:.04em;text-transform:uppercase;color:var(--text-muted);font-size:.78rem;font-weight:600}.field small{font-size:.78rem}.field-row{gap:.6rem;display:flex}.field input[type=number],.field select{border:1px solid var(--border);border-radius:var(--radius);background:var(--bg);color:var(--text);font:inherit;padding:.45rem .6rem;font-size:.88rem}.field input[type=number]:focus,.field select:focus{border-color:var(--accent);outline:none}.field input[type=range]{accent-color:var(--accent)}.room-theme-field{border:0;margin:0;padding:0}.room-theme-field legend{color:var(--text-muted);letter-spacing:.04em;text-transform:uppercase;margin-bottom:.5rem;font-size:.78rem;font-weight:600}.room-theme-options{grid-template-columns:repeat(2,minmax(0,1fr));gap:.45rem;display:grid}.room-theme-option{border:1px solid var(--border);border-radius:var(--radius);background:var(--bg);min-width:0;color:var(--text-muted);font:inherit;text-align:left;cursor:pointer;align-items:center;gap:.5rem;padding:.45rem .55rem;font-size:.76rem;display:flex}.room-theme-option:hover{color:var(--text);border-color:#ffffff3d}.room-theme-option.is-selected{border-color:var(--room-theme-color,var(--accent));background:var(--bg-hover);color:var(--text);box-shadow:inset 0 0 0 1px #ffffff0d}.room-theme-option:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.room-theme-swatch{border:1px solid #ffffff42;border-radius:50%;flex:none;width:1rem;height:1rem;box-shadow:0 0 0 2px #00000026}.doorway-list{flex-direction:column;gap:.35rem;margin:0;padding:0;list-style:none;display:flex}.doorway-list li{border:1px solid var(--border);border-radius:var(--radius);justify-content:space-between;align-items:center;gap:.5rem;padding:.35rem .6rem;font-size:.85rem;display:flex}.editor-warning{border-radius:var(--radius);color:var(--text);background:#e6b23c14;border:1px solid #e6b23c59;border-left-width:3px;margin:0 1.25rem .75rem;padding:.6rem .85rem;font-size:.88rem;line-height:1.5}.field-note{border-left:2px solid var(--accent);border-radius:0 var(--radius) var(--radius) 0;background:#ffffff08;padding:.45rem .6rem;line-height:1.45;display:block}.inspector-actions{border-top:1px solid var(--border);justify-content:space-between;gap:.5rem;padding-top:.5rem;display:flex}.tab-bar{border-bottom:1px solid var(--border);gap:.25rem;margin-bottom:1rem;display:flex}.tab{color:var(--text-muted);font:inherit;cursor:pointer;background:0 0;border:none;border-bottom:2px solid #0000;padding:.5rem .9rem;font-weight:600}.tab:hover{color:var(--text)}.tab.active{color:var(--text);border-bottom-color:var(--accent)}.editor-sidebar .inspector+.inspector{border-top:1px solid var(--border);margin-top:1.25rem;padding-top:1.25rem}.wall-picker{grid-template-columns:repeat(4,1fr);gap:.3rem;display:grid}.wall-picker .button{justify-content:center;gap:.35rem;padding:.4rem .3rem}.wall-picker .button.active{border-color:var(--accent);color:var(--text)}.wall-count{background:var(--border);border-radius:999px;padding:0 .35rem;font-size:.72rem}.panel-list{flex-direction:column;gap:.35rem;margin:0;padding:0;list-style:none;display:flex}.content-source-legend{color:var(--text-muted);flex-wrap:wrap;gap:.8rem;font-size:.72rem;display:flex}.content-source-legend span{align-items:center;gap:.35rem;display:inline-flex}.content-source-legend i{background:#d9dde4;border:1px solid #5f6875;border-radius:2px;width:.8rem;height:.28rem}.content-source-legend i.is-artifact{background:#c9a227;border-color:#997e21}.content-source-legend i.is-space-guide{background:#57c9d5b8;border-color:#57c9d5}.panel-row{border:1px solid var(--border);border-radius:var(--radius);align-items:stretch;gap:.35rem;display:flex;overflow:hidden}.panel-row.selected{border-color:var(--accent)}.panel-pick{color:inherit;font:inherit;text-align:left;cursor:pointer;background:0 0;border:none;flex-direction:column;flex:1;gap:.15rem;padding:.45rem .6rem;display:flex}.panel-row-title{font-size:.9rem;font-weight:600}.panel-row-meta{color:var(--text-muted);text-transform:capitalize;align-items:center;gap:.4rem;font-size:.75rem;display:flex}.badge.private{color:#d7bc5a;text-transform:none;border-color:#c9a22761}.badge.guide{color:#78d4dd;text-transform:none;border-color:#57c9d56b}.badge.role{color:var(--text-muted);text-transform:capitalize}.artifact-placement-heading{justify-content:space-between;align-items:center;gap:.75rem;display:flex}.artifact-placement-heading h3{margin:0;font-family:Georgia,serif;font-size:1rem}.artifact-placement-heading span{color:#d7bc5a;border:1px solid #c9a22761;border-radius:999px;padding:.15rem .45rem;font-size:.68rem;font-weight:600}.artifact-placement p{margin:.25rem 0 0;font-size:.78rem;line-height:1.45}.panel-row-actions{flex-direction:column;display:flex}.panel-row-actions .button{border:none;border-left:1px solid var(--border);border-radius:0;padding:0 .5rem;font-size:.7rem;line-height:1}.panel-row-actions .button:first-child{border-bottom:1px solid var(--border)}.badge.warn{color:var(--accent);text-transform:none;border-color:#c9a22766}.warn-text{color:var(--accent);font-size:.78rem}.media-preview{flex-direction:column;align-items:flex-start;gap:.3rem;display:flex}.media-preview img{border:1px solid var(--border);border-radius:var(--radius);max-width:100%;max-height:160px}@media (width<=900px){.tutor-settings-summary{display:none}.editor-body{grid-template-rows:1fr auto;grid-template-columns:1fr}.editor-sidebar{border-left:none;border-top:1px solid var(--border);max-height:45vh}}@media (width<=640px){.space-card{flex-direction:column;align-items:stretch}.inline-form{flex-direction:column}}.viewer-editing-badge{z-index:30;color:#ffe9a6;pointer-events:none;background:#282620;border:1px solid #d7b654;border-radius:999px;padding:.6rem 1rem;font-size:.85rem;position:absolute;top:1rem;left:50%;transform:translate(-50%)}.content-mode-switch{pointer-events:auto;flex-shrink:0;align-items:center;gap:.55rem;font-size:.9rem;display:flex}.content-mode-switch>span{color:var(--text-muted);white-space:nowrap}.content-mode-switch select{border:1px solid var(--border);border-radius:var(--radius);background:var(--bg-raised);width:auto;max-width:240px;min-height:40px;color:var(--text);font:inherit;padding:.5rem .65rem}.editor-toolbar{flex-wrap:wrap}.public-home{color:#273831;background:#f5f2eb;min-height:100vh;font-family:Arial,sans-serif}.public-home a{color:inherit;text-decoration:none}.public-home button{cursor:pointer;font:inherit}.public-home h1,.public-home h2,.public-home h3,.public-brand{font-family:Georgia,serif;font-weight:400}.public-header,.public-footer{justify-content:space-between;align-items:center;gap:24px;max-width:1280px;margin:auto;padding:28px 40px;display:flex}.public-brand{font-size:25px}.public-brand span{letter-spacing:.19em;text-transform:uppercase;margin-top:7px;font:10px Arial,sans-serif;display:block}.public-header nav{align-items:center;gap:28px;font-size:14px;display:flex}.public-header button,.public-auth-links button{color:inherit;background:0 0;border:0}.public-hero{grid-template-columns:1fr 1fr;align-items:center;gap:60px;max-width:1280px;margin:auto;padding:70px 40px 80px;display:grid}.public-eyebrow{color:#497c74;text-transform:uppercase;letter-spacing:.18em;font-size:11px;font-weight:700}.public-hero h1{letter-spacing:-.04em;margin:24px 0;font-size:clamp(45px,5.4vw,78px);line-height:1.05}.public-hero em{color:#497c74}.public-lede{color:#5f6860;max-width:440px;font-size:17px;line-height:1.8}.public-actions{flex-wrap:wrap;gap:12px;margin:30px 0 20px;display:flex}.public-button{background:#345c51;border:1px solid #345c51;border-radius:6px;justify-content:center;align-items:center;gap:25px;padding:15px 22px;font-size:14px;display:inline-flex;color:#fff!important}.public-button.secondary{background:0 0;color:#345c51!important}.public-button:disabled{opacity:.45;cursor:not-allowed}.public-small{color:#66736a;font-size:12px;line-height:1.6}.room-illustration{background:linear-gradient(130deg,#e4dccd,#f5f0e4);border-radius:180px 180px 5px 5px;height:470px;padding:25px 35px 55px;position:relative;overflow:hidden;box-shadow:0 25px 55px #433d2812}.illustration-portal{border:22px solid #ece4d6;border-bottom:0;border-radius:130px 130px 0 0;height:100%;overflow:hidden;box-shadow:inset 12px 10px 25px #6b5e4333,12px 10px 20px #6b5e4320}.illustration-room{background:linear-gradient(105deg,#d4c5b2,#f7eee0);height:100%;padding:55px 24px;position:relative}.illustration-heading{color:#665e4f;text-align:center;font:22px Georgia,serif}.illustration-heading em{color:#685d4e}.illustration-art{border:7px solid #fffaf0;border-radius:8px;width:32%;height:135px;position:absolute;bottom:55px;left:14%;overflow:hidden;box-shadow:5px 8px 15px #33271825}.illustration-art img{object-fit:cover;width:100%;height:100%}.illustration-note{background:#fbf8ef;border-radius:6px;width:32%;padding:15px 12px;font:12px Georgia,serif;position:absolute;bottom:68px;right:9%;box-shadow:4px 7px 15px #33271818}.illustration-note i{border-top:3px solid #64aaa0;width:22px;margin-bottom:12px;display:block}.illustration-note hr{border:0;border-top:1px solid #ccc5b7;margin-top:12px}.room-illustration>span{text-align:center;color:#756959;font:italic 13px Georgia,serif;position:absolute;bottom:20px;left:0;right:0}.public-how{border-top:1px solid #d9ded4;border-bottom:1px solid #d9ded4;grid-template-columns:repeat(3,1fr);gap:40px;max-width:1200px;margin:0 auto;padding:30px 0;display:grid}.public-how p{color:#6a746a;font-size:13px;line-height:1.7}.public-how b{color:#6a978d;font-size:11px}.public-how strong{color:#344b3f;margin:10px 0 5px;font-size:16px;display:block}.public-collection{max-width:1280px;margin:auto;padding:80px 40px}.public-section-heading{justify-content:space-between;align-items:end;gap:40px;margin-bottom:35px;display:flex}.public-section-heading>p{color:#677267;max-width:300px;font-size:13px;line-height:1.7}.public-home h2{margin:12px 0;font-size:35px}.public-space-grid{grid-template-columns:repeat(3,1fr);gap:24px;display:grid}.public-space-card{background:#fbfaf6;border:1px solid #dce0d4;border-radius:10px;transition:transform .2s;overflow:hidden}.public-space-card:hover{transform:translateY(-4px)}.public-card-art{background:linear-gradient(120deg,#d4c8b6,#ede4d2);place-items:center;height:190px;display:grid;position:relative}.public-card-art>span{color:#7b8c752e;font:80px Georgia,serif}.public-card-art img{object-fit:cover;width:100%;height:100%}.public-card-art small{background:#faf7efde;border-radius:3px;padding:5px 9px;font-size:10px;position:absolute;bottom:14px;left:16px}.public-space-card>div+div{padding:22px}.public-space-card h3{margin:0 0 15px;font-size:24px;line-height:1.25}.public-space-card p{color:#647065;font-size:13px;line-height:1.7}.public-space-card footer{border-top:1px solid #e2e5da;justify-content:space-between;margin-top:22px;padding-top:18px;font-size:11px;display:flex}.public-invite{background:#e7ede3;border-radius:12px;justify-content:space-between;align-items:center;gap:30px;max-width:1200px;margin:0 auto 65px;padding:40px;display:flex}.public-invite>div+div{text-align:center}.public-invite p:not(.public-eyebrow){color:#677267;font-size:13px}.public-footer{color:#667368;border-top:1px solid #d9ded4;font-size:12px}.public-modal-backdrop{z-index:100;background:#172b24aa;place-items:center;padding:20px;display:grid;position:fixed;inset:0;overflow:auto}.public-auth{color:#273831;background:#f9f7f0;border-radius:12px;width:min(460px,100%);max-height:calc(100vh - 40px);padding:40px;position:relative;overflow:auto}.public-close{color:#273831;background:0 0;border:0;position:absolute;top:10px;right:18px;font-size:28px!important}.public-auth h2{margin:15px 0 25px;font-size:30px}.public-auth .public-button{width:100%}.public-auth label{margin:18px 0;font-size:13px;display:block}.public-auth input{color:#273831;background:#fff;border:1px solid #bac5b6;border-radius:5px;width:100%;margin-top:8px;padding:12px;display:block}.public-auth-links{justify-content:space-between;gap:10px;font-size:12px;display:flex}.public-home :focus-visible{outline-offset:4px;outline:3px solid #3e9586}@media (width<=760px){.public-header,.public-footer{padding:22px}.public-header nav{gap:15px}.public-header nav>a:first-child{display:none}.public-hero{grid-template-columns:1fr;gap:30px;padding:35px 24px}.room-illustration{width:100%;max-width:450px;height:380px;margin:auto}.public-how{gap:20px;margin:20px 24px}.public-how strong{font-size:14px}.public-how p{font-size:12px}.public-collection{padding:40px 24px}.public-section-heading,.public-invite{display:block}.public-space-grid{grid-template-columns:1fr}.public-invite{margin:0 24px 40px;padding:28px}.public-invite>div+div{text-align:left;margin-top:25px}.public-footer{flex-wrap:wrap}.public-auth{padding:30px 24px}.illustration-room{padding:25px 12px}.illustration-heading{font-size:17px}.illustration-art{width:38%;height:115px;bottom:38px;left:7%}.illustration-note{width:38%;height:115px;padding:10px 8px;font-size:10px;bottom:38px;right:7%}.illustration-note hr{margin-top:9px}}
