@font-face{font-family:Geist Mono;font-style:normal;font-weight:300;font-display:swap;src:url(/fonts/geist-mono-latin-300.woff2)format("woff2")}@font-face{font-family:Geist Mono;font-style:normal;font-weight:400;font-display:swap;src:url(/fonts/geist-mono-latin-400.woff2)format("woff2")}@font-face{font-family:Geist Mono;font-style:normal;font-weight:500;font-display:swap;src:url(/fonts/geist-mono-latin-500.woff2)format("woff2")}@font-face{font-family:Geist Mono;font-style:normal;font-weight:600;font-display:swap;src:url(/fonts/geist-mono-latin-600.woff2)format("woff2")}:root{--header-height:3.5rem;--box-margin:10px;--box-border-radius:8px;--button-border-radius:999px;--theme-bg:#fbf8f4;--theme-surface:#f3eee7;--theme-surface-elevated:#fffcf7;--theme-text:#2a2520;--theme-text-muted:#8c827a;--theme-border:#e0d8cc;--theme-accent:#b8552b;--theme-accent-on:#fff;--theme-success:#167247;--theme-danger:#c44545;color:var(--theme-text);background:var(--theme-bg);--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;font-synthesis:none;text-rendering:optimizelegibility;scrollbar-color:color-mix(in srgb, var(--theme-text-muted) 50%, transparent) transparent;font-family:Geist Mono,ui-monospace,monospace}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-corner{background:0 0}:root[data-theme=dark]{--theme-bg:#1c1815;--theme-surface:#25201c;--theme-surface-elevated:#2e2823;--theme-text:#f0ebe5;--theme-text-muted:#9a8e82;--theme-border:#3a322c;--theme-accent:#f2b760;--theme-accent-on:#1c1815;--theme-success:#75c89e;--theme-danger:#e07878;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}*{box-sizing:border-box}a{color:var(--theme-accent)}body{min-width:320px;min-height:100vh;color:var(--theme-text);background-color:var(--theme-bg);background-image:radial-gradient(color-mix(in srgb, var(--theme-border) 30%, transparent) 1px, transparent 1px);touch-action:manipulation;background-size:22px 22px;margin:0}button,input,textarea,select{font-family:inherit}.app-shell{min-height:100vh}.brand{height:var(--header-height);border-bottom:1px solid var(--theme-border);background:var(--theme-surface-elevated);justify-content:space-between;align-items:center;gap:1rem;padding:0 1.25rem;display:flex}.brand a{color:inherit;align-items:center;gap:.75rem;text-decoration:none;display:inline-flex}.brand-logo{width:2rem;height:2rem}.brand-name{letter-spacing:-.025em;font-size:1.125rem;font-weight:700}.brand-end,.auth-controls{align-items:center;min-width:0;display:flex}.brand-end{gap:1rem}.auth-controls{flex:none;gap:.4rem}.auth-controls button{padding:.4rem .65rem;font-size:.8rem}.auth-controls .about-link,.auth-controls .rooms-link,.auth-controls .auth-link{font-size:.8rem}.auth-controls .auth-link{border:1px solid var(--theme-border);border-radius:var(--button-border-radius);color:var(--theme-text);background:var(--theme-surface-elevated);padding:.4rem .65rem;text-decoration:none}.auth-controls .sign-up-button{border-color:var(--theme-accent);color:var(--theme-accent-on);background:var(--theme-accent)}.account-email{max-width:14rem;color:var(--theme-text-muted);text-overflow:ellipsis;white-space:nowrap;font-size:.75rem;overflow:hidden}.theme-toggle{border-color:var(--theme-border);width:2rem;height:2rem;color:var(--theme-text-muted);background:var(--theme-surface);justify-content:center;align-items:center;padding:0;display:inline-flex}.theme-toggle:hover{color:var(--theme-accent)}.theme-toggle .control-icon{width:1rem;height:1rem}.room-header-info{min-width:0;color:var(--theme-text-muted);white-space:nowrap;align-items:center;gap:.75rem;font-size:.75rem;display:flex}.room-header-info code{max-width:16rem;color:var(--theme-text);text-overflow:ellipsis;overflow:hidden}.page{min-height:calc(100vh - var(--header-height));place-items:center;padding:2rem;display:grid}.home-page{place-items:center}.home-hero{text-align:center;justify-items:center;gap:1.25rem;width:min(58rem,100%);display:grid}.home-eyebrow{color:var(--theme-accent);letter-spacing:.14em;text-transform:uppercase;margin:0;font-size:.75rem;font-weight:700}.home-hero h1{letter-spacing:-.06em;max-width:17ch;margin:0;font-size:clamp(2.25rem,6vw,4.75rem);line-height:1.02}.home-lead{max-width:43rem;color:var(--theme-text-muted);margin:0;font-size:clamp(.95rem,2vw,1.1rem);line-height:1.7}.home-actions{justify-items:center;gap:.75rem;margin-top:.5rem;display:grid}.home-about-link{font-size:.8rem}.fake-box-control{align-items:center;gap:.75rem;display:flex}.fake-box-control input{border:1px solid var(--theme-border);width:6rem;color:var(--theme-text);background:var(--theme-surface-elevated);font:inherit;border-radius:.35rem;padding:.5rem}.message-box{border:1px solid var(--theme-border);background:var(--theme-surface-elevated);padding:1.5rem}.message-box h1{margin-top:0}button{border:1px solid var(--theme-accent);border-radius:var(--button-border-radius);color:var(--theme-accent-on);background:var(--theme-accent);font:inherit;cursor:pointer;padding:.5rem 1rem}button:disabled{cursor:wait;opacity:.65}.form-error{color:var(--theme-danger);font-size:.875rem}.form-note{color:var(--theme-text-muted);font-size:.8rem}.auth-page{place-items:start center}.auth-panel{border:1px solid var(--theme-border);background:var(--theme-surface-elevated);border-radius:10px;gap:1.5rem;width:min(28rem,100%);padding:1.5rem;display:grid}.auth-heading{gap:.4rem;display:grid}.auth-heading h1,.auth-heading p,.auth-form p,.auth-result p{margin:0}.auth-heading p{color:var(--theme-text-muted);font-size:.85rem;line-height:1.5}.auth-form,.auth-field,.auth-result{gap:.75rem;display:grid}.auth-field{gap:.35rem;font-size:.85rem}.auth-field input{border:1px solid var(--theme-border);width:100%;color:var(--theme-text);background:var(--theme-bg);font:inherit;border-radius:.35rem;padding:.65rem}.auth-field input:focus{border-color:var(--theme-accent);outline:1px solid var(--theme-accent)}.auth-form button{justify-self:start;margin-top:.25rem}.auth-links{border-top:1px solid var(--theme-border);color:var(--theme-text-muted);flex-wrap:wrap;justify-content:space-between;gap:.75rem;padding-top:1rem;font-size:.8rem;display:flex}.about-page{place-items:start center}.about-content{gap:clamp(3.5rem,8vw,7rem);width:min(68rem,100%);padding:clamp(1rem,3vw,2.5rem) 0 clamp(3rem,8vw,6rem);display:grid}.about-hero{border:1px solid var(--theme-border);background:var(--theme-surface-elevated);border-radius:10px;justify-items:start;gap:1.5rem;max-width:54rem;padding:clamp(2rem,6vw,5rem);display:grid}.about-eyebrow{color:var(--theme-accent);letter-spacing:.14em;text-transform:uppercase;margin:0;font-size:.75rem;font-weight:700}.about-hero h1{letter-spacing:-.065em;max-width:13ch;margin:0;font-size:clamp(2.5rem,7vw,5.25rem);line-height:.98}.about-lead{max-width:44rem;color:color-mix(in srgb, var(--theme-text) 50%, var(--theme-text-muted));margin:0;font-size:clamp(1rem,2vw,1.2rem);line-height:1.75}.about-actions{flex-wrap:wrap;gap:.75rem;display:flex}.about-button{border-radius:var(--button-border-radius);border:1px solid #0000;justify-content:center;align-items:center;padding:.55rem 1.1rem;font-size:.9rem;text-decoration:none;display:inline-flex}.about-button--primary{border-color:var(--theme-accent);color:var(--theme-accent-on);background:var(--theme-accent)}.about-button--secondary{border-color:var(--theme-border);color:var(--theme-text);background:var(--theme-surface)}.about-section,.about-workflow{gap:2rem;display:grid}.about-section-heading{gap:.75rem;max-width:42rem;display:grid}.about-section-heading h2,.about-technology h2{letter-spacing:-.045em;margin:0;font-size:clamp(1.75rem,4vw,2.75rem);line-height:1.12}.about-feature-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;display:grid}.about-feature{border:1px solid var(--theme-border);background:var(--theme-surface-elevated);border-radius:10px;align-content:start;gap:.75rem;min-height:15rem;padding:1.5rem;display:grid}.about-feature>span{color:var(--theme-accent);font-size:.75rem;font-weight:700}.about-feature h3,.about-feature p,.about-steps h3,.about-steps p,.about-technology p{margin:0}.about-feature h3{margin-top:auto;font-size:1.1rem}.about-feature p,.about-steps p,.about-technology p{color:color-mix(in srgb, var(--theme-text) 50%, var(--theme-text-muted));font-size:.9rem;line-height:1.65}.about-workflow{border:1px solid var(--theme-border);background:var(--theme-surface);border-radius:10px;padding:clamp(1.5rem,5vw,3rem)}.about-workflow .about-eyebrow{color:color-mix(in srgb, var(--theme-accent) 80%, var(--theme-text))}.about-steps{grid-template-columns:repeat(3,minmax(0,1fr));gap:1.5rem;margin:0;padding:0;list-style:none;display:grid}.about-steps li{grid-template-columns:auto 1fr;align-items:start;gap:.75rem;display:grid}.about-steps li>span{border:1px solid var(--theme-accent);width:1.75rem;height:1.75rem;color:var(--theme-accent);border-radius:50%;place-items:center;font-size:.75rem;font-weight:700;display:inline-grid}.about-steps li>div{gap:.4rem;display:grid}.about-technology{border-top:1px solid var(--theme-border);grid-template-columns:minmax(9rem,.45fr) minmax(0,1fr);align-items:start;gap:clamp(1.5rem,6vw,5rem);padding-top:2rem;display:grid}.about-technology>div{gap:1rem;display:grid}.rooms-page{place-items:start center}.rooms-panel{width:min(48rem,100%)}.rooms-heading,.room-list-row{justify-content:space-between;align-items:center;gap:1rem;display:flex}.rooms-heading h1{margin:0}.room-list{gap:.75rem;margin:1.5rem 0 0;padding:0;list-style:none;display:grid}.room-list li{border:1px solid var(--theme-border);background:var(--theme-surface-elevated);gap:1rem;padding:1rem;display:grid}.room-list-details{gap:.35rem;display:grid}.room-list-actions,.room-settings-actions{align-items:center;gap:.5rem;display:flex}.room-list-actions button,.room-settings-actions button{padding:.5rem .75rem}.secondary-button{color:var(--theme-text);background:var(--theme-surface-elevated);border-color:var(--theme-border)}.room-list-id{color:var(--theme-text);font-family:inherit;font-weight:700}.room-list span{color:var(--theme-text-muted);font-size:.8rem}.room-settings{border-top:1px solid var(--theme-border);gap:.75rem;padding-top:1rem;display:grid}.checkbox-field{align-items:center;gap:.5rem;display:flex}.password-field{gap:.35rem;display:grid}.password-field input{border:1px solid var(--theme-border);width:min(24rem,100%);color:var(--theme-text);background:var(--theme-surface-elevated);font:inherit;border-radius:.35rem;padding:.55rem}.room-entry-page{place-items:start center}.room-entry{border:1px solid var(--theme-border);background:var(--theme-surface-elevated);width:min(32rem,100%);padding:1.5rem}.room-entry h1{margin:0 0 .35rem}.entry-checklist{gap:.65rem;margin:1.5rem 0;padding:0;list-style:none;display:grid}.entry-check{border-bottom:1px solid var(--theme-border);justify-content:space-between;gap:1rem;padding-bottom:.65rem;display:flex}.entry-check strong{color:var(--theme-text-muted);text-align:right;font-size:.85rem}.entry-check--complete strong{color:var(--theme-success)}.entry-check--failed strong{color:var(--theme-danger)}.entry-password{gap:.6rem;margin-bottom:1rem;display:grid}.entry-password input{border:1px solid var(--theme-border);width:100%;color:var(--theme-text);background:var(--theme-surface-elevated);font:inherit;border-radius:.35rem;padding:.65rem}.entry-password button{justify-self:start}.room-page{height:calc(100vh - var(--header-height));height:calc(100dvh - var(--header-height));flex-direction:column;gap:0;min-height:0;padding:0;display:flex;overflow:hidden}.room-bottom-bar{border-top:1.35px solid var(--theme-border);background:var(--theme-surface);flex:none;justify-content:center;align-items:stretch;gap:4px;width:100%;min-height:52px;padding:4px;display:flex;position:relative}.room-bottom-bar button{border-radius:var(--button-border-radius);color:var(--theme-text-muted);letter-spacing:.5px;text-transform:uppercase;background:0 0;border:0;flex-direction:column;align-items:center;gap:4px;padding:6px 10px;font-size:8px;line-height:1;display:flex}.room-bottom-bar button.active{color:var(--theme-accent)}.room-bottom-bar button.leave{color:var(--theme-danger)}.room-bottom-bar button.leave:hover{background:color-mix(in srgb, var(--theme-danger) 10%, transparent)}.room-bottom-bar button:disabled{cursor:default;opacity:.4}.room-bottom-bar .control-icon{width:16px;height:16px}.room-bottom-bar .form-error{max-width:14rem;font-size:.65rem;position:absolute;top:50%;left:12px;transform:translateY(-50%)}.room-workspace{flex:auto;min-width:0;min-height:0;display:flex}.chat-panel{border-left:1.35px solid var(--theme-border);background:var(--theme-surface);flex-direction:column;flex:0 0 20rem;min-width:0;min-height:0;display:flex}.chat-panel-header{border-bottom:1px solid var(--theme-border);flex:none;justify-content:space-between;align-items:center;padding:.5rem .85rem;display:flex}.chat-panel-header h2{letter-spacing:.5px;text-transform:uppercase;margin:0;font-size:.7rem}.chat-close{color:var(--theme-text-muted);background:0 0;border:0;padding:0 .35rem;font-size:1.1rem;line-height:1}.chat-close:hover{color:var(--theme-accent)}.chat-empty{color:var(--theme-text-muted);flex:auto;margin:0;padding:.85rem;font-size:.7rem}.chat-messages{flex-direction:column;flex:auto;gap:.75rem;margin:0;padding:.85rem;list-style:none;display:flex;overflow-y:auto}.chat-message{gap:.25rem;font-size:.8rem;display:grid}.chat-message-meta{color:var(--theme-text-muted);font-size:.65rem}.chat-message--self .chat-message-meta{color:var(--theme-accent)}.chat-message-text{overflow-wrap:anywhere;white-space:pre-wrap;margin:0}.chat-file{border:1px solid var(--theme-border);background:var(--theme-surface-elevated);border-radius:.4rem;gap:.2rem;padding:.5rem .6rem;display:grid}.chat-file-name{overflow-wrap:anywhere;font-weight:600}.chat-file-detail{color:var(--theme-text-muted);font-size:.65rem}.chat-file a{font-size:.7rem}.chat-compose-area{border-top:1px solid var(--theme-border);flex:none;gap:.4rem;padding:.6rem;display:grid}.chat-attachments{flex-wrap:wrap;gap:.3rem;margin:0;padding:0;list-style:none;display:flex}.chat-attachments li{border:1px solid var(--theme-border);background:var(--theme-surface-elevated);border-radius:.5rem;align-items:center;gap:.35rem;max-width:100%;padding:.25rem .3rem .25rem .55rem;font-size:.65rem;display:inline-flex}.chat-attachment-name{text-overflow:ellipsis;white-space:nowrap;font-weight:600;overflow:hidden}.chat-attachment-size{color:var(--theme-text-muted)}.chat-attachments button{color:var(--theme-text-muted);background:0 0;border:0;padding:0 .2rem;font-size:.9rem;line-height:1}.chat-attachments button:hover{color:var(--theme-danger)}.chat-compose{border:1px solid var(--theme-border);background:var(--theme-surface-elevated);border-radius:1.25rem;align-items:flex-end;gap:.35rem;padding:.25rem;display:flex}.chat-compose:focus-within{border-color:var(--theme-accent)}.chat-compose .chat-input{min-width:0;max-height:9rem;color:var(--theme-text);font:inherit;resize:none;background:0 0;border:0;flex:auto;padding:.4rem .2rem;font-size:.8rem;line-height:1.5;overflow-y:auto}.chat-compose .chat-input:focus{outline:none}.chat-attach,.chat-send{border:0;border-radius:50%;flex:none;justify-content:center;align-items:center;width:2rem;height:2rem;padding:0;display:inline-flex}.chat-attach{color:var(--theme-text);background:0 0}.chat-attach:hover{background:var(--theme-surface)}.chat-send{color:var(--theme-accent-on);background:var(--theme-accent)}.chat-send:disabled{cursor:default}.chat-attach .control-icon,.chat-send .control-icon{width:1rem;height:1rem}.room-bottom-bar .chat-toggle{position:relative}.chat-unread{min-width:.9rem;color:var(--theme-accent-on);background:var(--theme-accent);text-align:center;border-radius:999px;padding:.15rem .25rem;font-size:.55rem;position:absolute;top:0;right:0}.canvas-stage{background:var(--theme-bg);flex:auto;width:100%;min-height:0;position:relative;overflow:hidden}.participant-canvas{border:1.35px solid var(--theme-border);border-radius:var(--box-border-radius);background:var(--theme-surface-elevated);display:block;position:absolute}.participant-canvas--self{background:color-mix(in srgb, var(--theme-accent) 10%, var(--theme-surface-elevated));border-color:var(--theme-accent)}.participant-canvas--peer{background:var(--theme-surface-elevated)}.participant-canvas--screen{border-color:var(--theme-text-muted);background:#171717}@media (width<=42rem){.brand{padding:0 .75rem}.brand-name,.room-header-info span:last-child,.sign-up-button,.account-email{display:none}.brand-end{gap:.5rem}.room-header-info code{max-width:7rem}.room-list-row{flex-direction:column;align-items:flex-start}.about-content{gap:3.5rem}.about-hero{padding:2rem 1.5rem}.about-feature-grid,.about-steps,.about-technology{grid-template-columns:1fr}.about-feature{min-height:12rem}.chat-panel{flex-basis:100%}}
