:root{font-family:Arial,Helvetica,sans-serif;color:#263d36;background:#f5f6f0;font-synthesis:none;font-size:16px;--green: #244f44;--line: #dce1d8;--muted: #79877c}*{box-sizing:border-box}body{margin:0}button,input,select{font:inherit}button,a,input,select{touch-action:manipulation}button{cursor:pointer;display:inline-flex;align-items:center;justify-content:center;gap:8px;border:1px solid var(--line);background:#fffefa;color:inherit;border-radius:8px;min-height:44px;padding:9px 14px;transition:background .15s}button:hover{background:#e5ece3}button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible,[role=button]:focus-visible,canvas:focus-visible{outline:3px solid #d69846;outline-offset:3px}button:disabled,fieldset:disabled{opacity:.5;cursor:default}h1,h2,h3,p{margin:0}fieldset{border:0;padding:0;margin:0;min-width:0;display:flex;flex-direction:column;flex:1;min-height:0}a{color:inherit}small{font-size:12px}.app{height:100dvh;display:flex;flex-direction:column;overflow:hidden}.topbar{height:83px;flex-shrink:0;display:flex;align-items:center;justify-content:space-between;padding:0 34px;background:#fafbf7;border-bottom:1px solid var(--line);z-index:30}.brand{font-size:35px;letter-spacing:-2px;font-weight:700;display:flex;align-items:center;gap:26px;color:#214a3d}.brand span{font-size:10px;line-height:1.5;letter-spacing:2px;font-weight:500;color:#727f70;border-left:1px solid #cad3c7;padding-left:26px}.header-right{display:flex;align-items:center;gap:22px}.connection{font-size:12px;color:#7c8074;display:flex;align-items:center;gap:7px}.connection i,.panel-footer i{height:6px;width:6px;border-radius:100%;background:#b07748;display:inline-block}.connected i,.panel-footer i{background:#5d8a65}.overview-button{font-size:13px;background:#ebf0e8;padding:10px 17px}.overview-button.selected{background:var(--green);color:#fff}.icon-button{padding:10px;border:0;background:transparent}.workspace{display:flex;flex:1;min-height:0}.scene{position:relative;flex:1;min-width:0;isolation:isolate;background:#d7e1d7;overflow:hidden}.scene:after{content:"";position:absolute;inset:0;pointer-events:none;background:linear-gradient(180deg,#ecf1e657,transparent 22%,transparent 72%,#e6eddf60);z-index:1}.scene canvas{touch-action:none;display:block}.scene-title{position:absolute;top:34px;left:36px;z-index:3;pointer-events:none;text-shadow:0 1px 12px #fff8}.scene-title>span{font-size:10px;letter-spacing:2px;color:#526354}.scene-title b{margin:0 8px;color:#879b86;font-weight:400}.scene-title h1{font-size:clamp(25px,2.3vw,40px);font-weight:400;letter-spacing:-1.4px;margin:9px 0}.scene-title p{font-size:13px;color:#526254}.view-tools{position:absolute;right:26px;top:32px;display:flex;gap:7px;z-index:3}.view-tools button{width:42px;background:#fafcf1c7;border:1px solid #fff8;box-shadow:0 2px 6px #00000005}.scene-bottom{position:absolute;bottom:26px;left:28px;right:26px;display:flex;align-items:flex-end;justify-content:space-between;gap:18px;z-index:3;pointer-events:none}.scene-bottom>*{pointer-events:auto}.minimap{width:185px;padding:14px 14px 10px;background:#fcfdf6ed;border:1px solid #fff9;border-radius:10px;box-shadow:0 6px 25px #263d3612}.minimap>span{font-size:10px;letter-spacing:1px;display:flex;justify-content:space-between;align-items:center;margin-bottom:10px}.minimap small{font-size:9px;color:#8a9589;letter-spacing:0}.minimap svg{display:block;width:100%}.minimap g{cursor:pointer}.view-instruction{background:#f7fbf0d9;border-radius:8px;padding:10px 14px;display:flex;align-items:center;gap:12px;font-size:12px;color:#435e4f;margin-bottom:0}.view-instruction small{display:block;color:#8b9788;font-size:10px;margin-top:4px}.drag-symbol{font-size:27px;font-weight:300}.height-button{font-size:12px;background:#f9fbf3ec;white-space:nowrap}.presenter{flex:0 0 340px;background:#f9faf5;border-left:1px solid var(--line);display:flex;flex-direction:column;min-height:0;z-index:5}.panel-heading{padding:28px 24px 23px;display:flex;align-items:center;justify-content:space-between}.panel-heading span{font-size:10px;letter-spacing:1.8px;color:#8a9686}.panel-heading h2{font-size:22px;letter-spacing:-.5px;font-weight:500;margin-top:9px}.panel-heading .room-number{font-size:34px;color:#c5cec0;letter-spacing:-2px}.panel-tabs{display:flex;gap:0;margin:0 22px 15px;border-bottom:1px solid var(--line)}.panel-tabs button{flex:1;border:0;border-radius:0;background:transparent;font-size:13px;color:#8b9586;border-bottom:2px solid transparent;min-height:42px}.panel-tabs button.active{border-color:var(--green);color:var(--green);font-weight:600}.panel-content{overflow:auto;padding:0 22px 16px;scrollbar-width:thin;scrollbar-color:#c9d2c4 transparent;flex:1;min-height:0}.control-card{background:#fffefa;border:1px solid #e0e5da;border-radius:9px;padding:16px;margin-bottom:12px}.card-heading{display:flex;align-items:center;gap:9px;margin-bottom:17px}.card-heading>svg{color:#6f826e;flex-shrink:0}.card-heading h3{font-size:13px;font-weight:500;flex:1}.toggle{padding:0;min-height:24px;min-width:40px;width:40px;height:24px;border:0;border-radius:30px;background:#ccd3c6;position:relative;box-shadow:0 0 0 9px transparent;margin:10px 0}.toggle:before{content:"";position:absolute;inset:-10px}.toggle span{position:absolute;width:16px;height:16px;background:#fff;border-radius:50%;left:4px;top:4px;transition:left .2s}.toggle.on{background:#356450}.toggle.on span{left:20px}.slider{display:block;margin:13px 0 2px;font-size:12px;color:#7f897a}.slider>span{display:flex;justify-content:space-between;align-items:center}.slider strong{font-size:12px;font-weight:500;color:#36573e}.slider input{display:block;accent-color:#476d4e;width:100%;height:26px;margin:6px 0;cursor:pointer}.slider small{display:block;line-height:1.5;color:#88907f;font-size:10px}.pill{font-size:9px;white-space:nowrap;padding:4px 6px;background:#f0f3e9;border-radius:4px;color:#7d8975}.sub-button{width:100%;font-size:11px;min-height:34px;margin-top:12px;background:#f5f6f0}.temperature{display:flex;align-items:center;justify-content:space-between;margin:14px 0 20px}.temperature>span{font-size:34px;font-weight:400;color:#294c3c;text-align:center;letter-spacing:-1px}.temperature sup{font-size:15px;vertical-align:super}.temperature small{display:block;font-size:10px;color:#8f9988;letter-spacing:0;margin-top:2px}.temperature button{font-size:22px;width:38px;min-height:38px;padding:4px}.select-row{display:flex;align-items:center;justify-content:space-between;font-size:12px;margin:13px 0;gap:8px}.select-row select{min-height:35px;border:1px solid var(--line);border-radius:5px;background:#f7f9f2;font-size:12px;color:#62735b;padding:5px 8px}.sim-note{display:block;font-size:10px;line-height:1.55;color:#8a9580;margin-top:12px}.panel-footer{height:45px;flex-shrink:0;border-top:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;padding:0 24px;font-size:10px;color:#84927c}.panel-footer i{width:4px;height:4px;margin-right:6px}.panel-footer button{min-height:36px;border:0;background:transparent;padding:5px}.room-nav{display:flex;align-items:stretch;flex-shrink:0;height:76px;background:#fafbf5;border-top:1px solid var(--line);padding:12px 26px;gap:8px;overflow-x:auto;z-index:25}.room-nav button{white-space:nowrap;flex:1;min-width:108px;gap:12px;border-color:transparent;background:transparent;font-size:12px;border-radius:6px}.room-nav button>span{font-size:9px;color:#9aa28f}.room-nav button svg{margin-left:auto;opacity:0}.room-nav button.active{background:#e6eddf;color:#31583e;border:1px solid #d4dfca}.room-nav button.active svg{opacity:1}.full-button{display:flex;width:100%;min-height:44px;align-items:center;justify-content:center;gap:7px;text-decoration:none;border:1px solid var(--line);border-radius:6px;font-size:12px;padding:9px 8px;margin-top:12px;background:#fffefa}.button-pair{display:flex;gap:8px}.button-pair button{flex:1;font-size:12px}.assistance-card p{font-size:12px;line-height:1.6;color:#7b8979}.assistance-button{width:100%;background:#9a5847;color:#fff;border:0;font-size:12px;margin-top:14px}.assistance-button:hover{background:#804837}.panel-hint{font-size:12px;line-height:1.65;color:#829077;margin:6px 0 18px}.scenario{display:flex;align-items:center;text-align:left;padding:17px 12px;width:100%;margin:10px 0;background:#fffefa;border-radius:9px}.scenario>span:nth-child(2){flex:1}.scenario strong{display:block;font-size:13px;font-weight:500}.scenario small{display:block;font-size:11px;line-height:1.5;color:#849078;margin-top:5px}.scenario-icon{background:#edf2e6;border-radius:8px;padding:10px;color:#6f8862;display:flex;margin-right:4px}.scenario-icon svg{width:20px;height:20px}.running{font-size:12px;color:#58824c;padding:12px}.reset-button{background:#2f5643;color:#fff;border:0;margin:20px 0}.settings{border-top:1px solid var(--line);padding:16px 0;font-size:12px}.settings summary{display:flex;align-items:center;justify-content:space-between;min-height:30px;cursor:pointer;list-style:none}.event-list{padding:0;list-style:none}.event-list li{display:flex;font-size:10px;gap:8px;border-bottom:1px solid #e5e9df;padding:10px 0;line-height:1.5}.event-list time{color:#929b86;white-space:nowrap}.brand-input{display:block;font-size:12px;margin:16px 0}.brand-input input{display:block;margin-top:8px;min-height:38px;width:100%;border:1px solid var(--line);padding:8px;border-radius:4px;background:#fffefa}.hotspot{white-space:nowrap;border:1px solid #e1d2c6;background:#fff9ed;font-size:12px;box-shadow:0 3px 13px #263b3022;min-height:40px;border-radius:30px;padding:8px 12px;color:#915747}.room-pin{font-size:11px;min-height:38px;white-space:nowrap;border:1px solid #ffffff99;background:#fffcf0e8;box-shadow:0 4px 12px #2236271a;padding:6px 12px;border-radius:20px}.room-pin span{color:#758c68}.loading,.scene-error{position:absolute;inset:0;display:flex;flex-direction:column;gap:16px;align-items:center;justify-content:center;background:#edf2e7;color:#64735b;padding:32px;text-align:center}.scene-error h2{font-size:22px}.scene-error p{max-width:440px;line-height:1.6}.connection-banner{background:#805b36;color:#fff6e8;padding:10px 20px;font-size:13px;z-index:40}.feedback{position:fixed;top:96px;left:50%;transform:translate(-50%);background:#fff5e8;border:1px solid #d6ab7d;box-shadow:0 8px 30px #35452a20;z-index:60;padding:10px 14px 10px 20px;border-radius:8px;display:flex;align-items:center;gap:18px;max-width:650px;font-size:14px}.feedback button{border:0;background:transparent;padding:8px;min-height:36px}.alerts{position:fixed;top:98px;left:50%;transform:translate(-50%);width:min(690px,calc(100% - 32px));z-index:55;max-height:70vh;overflow:auto}.alert{display:flex;align-items:center;gap:16px;background:#fff8ee;border:1px solid #cd9e83;padding:19px;border-radius:10px;box-shadow:0 12px 40px #29372233;margin-bottom:10px}.alert-icon{background:#f1ded0;color:#9f5a42;padding:12px;border-radius:50%;display:flex}.alert strong{font-size:15px;font-weight:600}.alert p{font-size:12px;margin:7px 0}.alert small{font-size:9px;letter-spacing:.8px;color:#9b826e}.alert-actions{display:flex;gap:7px;margin-left:auto}.alert-actions button{font-size:11px}.acknowledged{border-color:#799f72;background:#f5faef}.remote .topbar{padding:0 22px;height:75px}.remote .brand{font-size:29px;gap:14px}.remote .brand span{font-size:11px;letter-spacing:0;padding-left:14px}.remote .workspace{justify-content:center;overflow:auto}.remote .presenter{flex:0 1 480px;min-height:auto;border:0}.remote .panel-content{overflow:visible}.remote .panel-footer{margin-top:auto}.remote .panel-heading{padding-bottom:15px}.remote-room{display:flex;align-items:center;justify-content:space-between;margin:0 24px 14px;font-size:13px}.remote-room select{min-height:44px;padding:8px;border:1px solid var(--line);border-radius:6px;background:#fffefa}.remote .panel-tabs{flex-shrink:0}.remote fieldset{flex:none}.remote .connection{font-size:10px}.remote .topbar .brand span{display:block}.remote .slider input{height:36px}.remote .control-card h3{font-size:15px}.remote .slider,.remote .panel-hint,.remote .sim-note{font-size:13px}@media(min-width:1700px){.presenter{flex-basis:370px}.topbar{height:92px}.panel-heading{padding-top:32px}.panel-content{padding:0 25px 20px}.control-card{padding:20px;margin-bottom:15px}.card-heading h3{font-size:15px}.slider,.slider strong{font-size:14px}.slider small,.sim-note{font-size:12px}.scene-title{top:42px;left:44px}.room-nav{height:86px;padding:16px 32px}.room-nav button,.connection{font-size:14px}.brand span{font-size:12px}.panel-tabs button{font-size:14px}.sub-button{min-height:40px;font-size:12px}.pill{font-size:11px}.temperature small{font-size:12px}.select-row{font-size:14px}.scene-bottom{bottom:32px;left:38px;right:36px}.minimap{width:220px}.minimap>span{font-size:12px}.minimap small{font-size:11px}.view-instruction{font-size:14px}.view-instruction small{font-size:12px}.height-button,.overview-button{font-size:14px}}@media(max-width:1100px){.presenter{flex-basis:300px}.topbar{padding:0 22px}.brand span{display:none}.header-right{gap:12px}.scene-bottom{left:16px;right:16px;bottom:18px;gap:8px}.view-instruction{display:none}.minimap{width:155px}.scene-title{left:24px;top:25px}.view-tools{right:16px;top:22px}.panel-content{padding:0 16px 12px}.panel-heading{padding:20px 18px}.panel-tabs{margin-left:16px;margin-right:16px}.room-nav{padding-left:14px;padding-right:14px}.room-nav button{flex:none}.height-button{padding:8px;font-size:11px}}@media(max-width:720px){.topbar{height:66px;padding:0 14px}.brand{font-size:29px}.header-right{gap:6px}.connection{font-size:0;gap:0}.overview-button{font-size:11px;padding:7px 10px;min-height:40px}.icon-button{padding:8px}.workspace{position:relative}.presenter{position:absolute;right:0;top:0;bottom:0;width:min(320px,90vw);box-shadow:-8px 0 25px #1a352322}.panel-open .scene-title{display:none}.panel-open .scene-bottom{visibility:hidden}.room-nav{height:68px;padding:8px}.scene-title h1{font-size:27px}.scene-title p{font-size:12px}.scene-title{top:24px;left:20px}.view-tools{top:auto;bottom:146px;right:15px}.scene-bottom{bottom:15px}.minimap{width:145px}.height-button{font-size:11px}.alert{flex-wrap:wrap;padding:14px;gap:10px}.alert-actions{margin-left:54px}.alerts{top:77px}.remote .presenter{position:static;box-shadow:none;width:100%}.remote .connection{font-size:9px}.remote .workspace{overflow:auto}.remote .header-right{gap:0}.remote .brand span{padding-left:10px}.feedback{top:77px;width:calc(100% - 24px)}.remote .topbar{padding:0 16px}.remote .panel-heading{padding-top:22px}}@media(prefers-reduced-motion:reduce){*{transition:none!important;scroll-behavior:auto!important}}.scene-title.dark-scene,.scene-title.dark-scene p,.scene-title.dark-scene>span{color:#f1f4e9;text-shadow:0 2px 8px #0005}.walk-pad{position:absolute;right:22px;bottom:102px;display:grid;grid-template-columns:repeat(3,44px);gap:5px;z-index:25}.walk-pad button{height:44px;border:1px solid #c6cec4;background:#f8faf0e8;border-radius:12px;color:#31594f;font-size:24px;touch-action:none;-webkit-user-select:none;user-select:none}.walk-pad button:active{background:#3d766c;color:#fff}.walk-pad button:first-child{grid-column:2}.walk-pad button:nth-child(2){grid-column:1}.minimap{max-width:135px}.minimap svg{max-height:125px}@media(max-width:700px){.walk-pad{right:12px;bottom:95px}.minimap{display:none}.view-instruction small{max-width:140px}}.wall-tablet button{color:#183c33;background:#f5f7f2;min-height:36px;padding:7px;border-radius:6px}.wall-tablet button[aria-pressed=true]{background:#c9e2d5}.wall-tablet .control-card{padding:10px}.wall-tablet input[type=range]{width:100%}.minimap{max-width:168px;padding:12px;border-radius:14px;background:#fffffff0;box-shadow:0 8px 28px #1c3b2920}.minimap svg{max-height:166px}.minimap>span{font-size:9px;margin-bottom:8px;color:#416153;letter-spacing:1px}.minimap g[role=button]:hover path,.minimap g[role=button]:focus path{fill:#b7d7c8}.map-caption{border-top:1px solid #dfe7df;margin-top:6px;padding-top:7px;font-size:11px;color:#315948}.livigy-os{height:100%;box-sizing:border-box;background:#eef3ed;color:#213e33;border-radius:10px;padding:18px;font-family:Arial,sans-serif}.livigy-os header{display:flex;align-items:center;justify-content:space-between;margin-bottom:17px;font-size:12px}.livigy-os header strong{font-size:25px;letter-spacing:-1px}.livigy-os header strong span{font-size:13px;margin-left:3px;font-weight:400;letter-spacing:0}.livigy-os header i{font-style:normal;font-size:10px;color:#4e826d}.os-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:9px}.os-grid button{min-height:136px;display:flex;flex-direction:column;align-items:flex-start;justify-content:space-between;background:#fff;border:1px solid #d9e4d8;border-radius:13px;padding:12px;color:#244435}.os-grid button span{font-size:12px}.os-grid button strong{font-size:26px;font-weight:500}.os-grid button small{font-size:10px;color:#778c7c}.livigy-os footer{margin-top:18px;font-size:12px}.livigy-os footer>div{display:flex;gap:8px;margin-top:9px}.livigy-os footer button{background:#244d3e;color:#fff;border:0;border-radius:8px;padding:9px 14px;font-size:12px}.controller-guide{position:absolute;left:30px;top:126px;z-index:24;max-width:300px;font-size:12px;color:#284b3d}.controller-guide details{background:#f7faf3ed;border:1px solid #dce6da;border-radius:8px;padding:8px 12px;margin-top:5px}.controller-guide summary{cursor:pointer}.controller-guide dl{display:grid;grid-template-columns:100px 1fr;gap:7px;margin-bottom:0}.controller-guide dd{margin:0}.controller-status{display:inline-block;background:#e4f2df;padding:5px 9px;border-radius:20px}.controller-reticle{display:none;position:absolute;left:50%;top:50%;width:9px;height:9px;border:2px solid white;border-radius:50%;transform:translate(-50%,-50%);box-shadow:0 0 3px #18392c;pointer-events:none;z-index:21}.controller-active .controller-reticle{display:block}.controller-active aside :focus-visible{outline:3px solid #3a9971;outline-offset:3px}@media(max-width:700px){.controller-guide{top:104px;left:16px;max-width:260px}}.scene-bottom,.view-tools,.walk-pad{z-index:30}.help-button{position:absolute;right:130px;top:30px;z-index:31;background:#f7faf3ed;border:1px solid #dce6da;border-radius:8px;padding:10px 14px;color:#284b3d}.controls-help{width:min(520px,calc(100vw - 40px));max-height:85vh;overflow:auto;border:1px solid #dce6da;border-radius:18px;padding:24px;color:#284b3d;background:#f7faf3;box-shadow:0 20px 80px #0005}.controls-help::backdrop{background:#10291e80}.controls-help header{display:flex;align-items:center;justify-content:space-between;gap:16px}.controls-help h2{margin:0;font-size:23px}.controls-help h3{margin:24px 0 12px}.controls-help header button{font-size:24px;padding:4px 12px}.controls-help dl{display:grid;grid-template-columns:135px 1fr;gap:10px;font-size:14px}.controls-help dd{margin:0}.controller-reticle{position:fixed;width:12px;height:12px;border:2px solid #fff;box-shadow:0 0 0 2px #111;z-index:32}.controller-reticle:after{content:"";position:absolute;width:2px;height:2px;background:#fff;box-shadow:0 0 0 1px #111;border-radius:50%;top:50%;left:50%;transform:translate(-50%,-50%)}.emergency-selector{display:grid;gap:9px}.emergency-selector label{font-weight:600;font-size:13px}.emergency-selector select{width:100%;padding:10px 8px;border:1px solid #cad8cd;border-radius:8px;color:#254a3b;background:#fff;font:inherit;font-size:13px}.emergency-selector small{color:#6c7e6c;font-size:11px}.aim-assist{position:fixed;z-index:1500;pointer-events:none;transform:translate(-50%,-50%);color:#183b30;font-family:inherit}.aim-assist[hidden]{display:none}.aim-assist-ring{display:block;width:30px;height:30px;border:1.5px solid #fff;border-radius:9px;box-shadow:0 0 0 1px #163d32aa,0 2px 10px #102c3026;background:#ffffff0d;transition:background .16s,box-shadow .16s}.aim-assist.locked .aim-assist-ring{background:#cce7db30;box-shadow:0 0 0 2px #376954,0 0 0 5px #fff5}.aim-assist-caption{position:absolute;top:44px;left:50%;transform:translate(-50%);display:flex;flex-direction:column;gap:4px;min-width:150px;max-width:260px;text-align:center;padding:11px 16px;background:#fafcf8f2;border:1px solid #ffffffd9;border-radius:11px;box-shadow:0 8px 28px #102c3024;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.aim-assist-caption strong{font-size:12px;font-weight:600;letter-spacing:.015em}.aim-assist-caption small{font-size:10px;white-space:nowrap;color:#65786f}.entry-keypad{border:1px solid #fff;border-radius:24px;background:#f7f9f5;color:#1e4034;padding:28px;width:min(360px,calc(100vw - 32px));box-sizing:border-box;box-shadow:0 30px 100px #061e3040}.entry-keypad::backdrop{background:#0d211d66;-webkit-backdrop-filter:blur(7px);backdrop-filter:blur(7px)}.entry-keypad header{display:flex;align-items:center;justify-content:space-between}.entry-keypad header span{font-size:10px;letter-spacing:.2em;color:#738679}.entry-keypad header button{border:0;background:transparent;font-size:26px;color:#65786f}.entry-keypad h2{font-size:29px;letter-spacing:-1px;margin:22px 0 6px}.entry-keypad p{font-size:13px;color:#738176;margin:0}.pin-dots{display:flex;gap:16px;justify-content:center;padding:28px 0 18px}.pin-dots span{width:12px;height:12px;border:1px solid #aabbaf;border-radius:50%;transition:background .12s}.pin-dots .filled{background:#315e4b;border-color:#315e4b}.keypad-message{min-height:32px;text-align:center;font-size:12px;color:#63776b}.keypad-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:9px}.keypad-grid button,.keypad-done{border:1px solid #e0e7dc;border-radius:12px;background:#fff;color:#224b39;min-height:56px;font-size:21px;cursor:pointer}.keypad-grid button:hover{background:#eaf0e6}.keypad-grid button:focus-visible,.keypad-done:focus-visible{outline:2px solid #406b55;outline-offset:2px;background:#e8f0e5}.keypad-grid button:last-child,.keypad-done{background:#28543f;color:#fff}.keypad-done{width:100%;font-size:15px}.entry-keypad footer{text-align:center;font-size:10px;color:#849085;margin-top:22px}.presenter-profile{position:relative;z-index:31;display:flex;align-items:center;gap:7px;background:#f1f4ed;border:1px solid #dce3d7;border-radius:7px;padding:8px 12px;color:#294a40;font:inherit;font-size:12px}.presenter-profile span{font-size:10px;color:#637467}.profile-overlay{position:fixed;inset:0;z-index:20000000;background:#132420ad;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);display:grid;place-items:center;padding:24px;overflow:auto}.profile-dialog{width:min(460px,100%);max-height:94vh;overflow:auto;box-sizing:border-box;background:#fafbf7;color:#23443b;padding:36px;border:1px solid #fff8;border-radius:18px;box-shadow:0 28px 100px #091b3150}.profile-eyebrow{letter-spacing:.19em;font-size:10px;color:#748573;margin-bottom:16px}.profile-dialog h1{font-size:32px;font-weight:500;letter-spacing:-1px;margin:0 0 10px}.profile-dialog p{color:#748173;font-size:13px;line-height:1.6}.profile-dialog form{display:grid;gap:13px;margin-top:24px}.profile-dialog label{display:grid;gap:6px;font-size:12px}.profile-dialog input{box-sizing:border-box;width:100%;padding:11px 12px;border:1px solid #d8dfd3;border-radius:7px;font:inherit;color:#23443b;background:#fff}.profile-dialog input:focus{outline:2px solid #69886f;outline-offset:2px}.profile-dialog small{font-size:11px;color:#73816e}.profile-dialog .profile-remember{display:flex;align-items:center;gap:8px;margin:3px 0}.profile-remember input{width:15px;height:15px}.profile-primary{display:flex;justify-content:space-between;align-items:center;width:100%;background:#254c3e;color:#fff;border:0;border-radius:7px;padding:13px 15px;font:inherit;font-size:13px;cursor:pointer}.profile-primary:disabled{opacity:.55}.profile-secondary{border:0;background:transparent;padding:15px 0;color:#5d7564;font:inherit;font-size:12px;cursor:pointer}.profile-dialog .profile-privacy{font-size:11px;line-height:1.6;margin-top:20px}.profile-privacy svg{vertical-align:middle;margin-right:5px}.saved-profiles{display:grid;gap:6px;max-height:150px;overflow:auto}.saved-profiles>div{display:flex;border:1px solid #dde4d8;border-radius:7px;background:#f0f3ed}.saved-profiles button{border:0;background:none;color:#294a40;padding:10px;cursor:pointer}.saved-profiles button:first-child{flex:1;display:flex;justify-content:space-between;gap:12px;text-align:left}.profile-summary{display:grid;gap:8px;margin:24px 0;padding:20px;background:#eef2e9;border-radius:8px;font-size:13px}.profile-summary b{font-size:20px;font-weight:500;margin-top:6px}.profile-dialog .profile-error{color:#a33333;margin:0}.profile-audio-error{position:fixed;z-index:20000001;bottom:80px;left:50%;transform:translate(-50%);background:#fff8ec;border:1px solid #d2b078;border-radius:8px;padding:15px;color:#693f1a;font-size:13px}.profile-audio-error button{margin-left:12px;padding:6px 9px}@media(max-width:900px){.presenter-profile{max-width:150px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.presenter-profile span{display:none}.profile-dialog{padding:24px}.profile-overlay{padding:10px}}@media(max-width:1200px){.presenter-profile span{display:none}.header-right{gap:12px}}
