:root{color-scheme:light;--paper:#f4f0e7;--panel:#fcfaf5;--ink:#303c35;--muted:#7a8074;--line:#e1e1d5;--rust:#b55438;--sage:#5a8270;font-family:Arial,Helvetica,sans-serif}*{box-sizing:border-box}body{margin:0;color:var(--ink);background:var(--paper);font-size:14px}button,input{font:inherit}button,a{-webkit-tap-highlight-color:transparent}button{cursor:pointer}button:disabled{cursor:default;opacity:.42}a{color:inherit}button,input,a,canvas{outline-offset:4px}button:focus-visible,a:focus-visible,canvas:focus-visible{outline:3px solid #bd704d}input:focus-visible{outline:2px solid var(--sage)}[hidden]{display:none!important}.sr-only{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap}.skip-link{position:fixed;top:-60px;left:20px;z-index:20;background:var(--ink);color:white;padding:12px}.skip-link:focus{top:12px}
.app-shell{display:grid;grid-template-columns:220px minmax(0,1fr);min-height:100vh}.sidebar{border-right:1px solid var(--line);padding:32px 20px 20px;display:flex;flex-direction:column;background:#f0eee3}.brand{display:flex;align-items:center;gap:12px;text-decoration:none;margin:0 8px 52px}.brand-icon{position:relative;font:48px/1 Georgia,serif;color:var(--rust)}.brand-icon>span{font:18px Arial;position:absolute;right:-6px;top:-7px}.brand-name{font-size:8px;line-height:1.7;letter-spacing:1.4px}.brand-name strong{font-size:20px;letter-spacing:5px}.sidebar-label{font-size:8px;letter-spacing:1.6px;color:#989b8d;margin:0 12px 18px}.nav-item{display:flex;align-items:center;gap:12px;width:100%;border:0;background:none;color:#7a8073;padding:14px 13px;margin-bottom:5px;border-radius:7px;text-align:left;font-size:12px}.nav-item>span:first-child{font-size:20px;width:20px;text-align:center}.nav-item.active{background:#e2e6d9;color:#3b5145;font-weight:600}.nav-dot{height:6px;width:6px;border-radius:50%;background:var(--sage);margin-left:auto}.tag{font-size:7px;letter-spacing:.6px;border:1px solid #d7d9ca;padding:3px 4px;border-radius:3px;margin-left:auto}.sidebar-postcard{margin:55px 8px 30px;padding:21px 16px 22px;border:1px solid #d9d5be;background:#eae6d3;transform:rotate(-3deg);text-align:center}.postcard-star{font-size:27px;color:var(--rust)}.sidebar-postcard p{font:27px/1.16 Georgia,serif;margin:13px 0 22px}.sidebar-postcard em{color:var(--rust)}.sidebar-postcard small{font-size:6px;letter-spacing:1px}.sidebar-bottom{margin-top:auto;padding:24px 12px 2px;display:flex;flex-wrap:wrap;gap:9px;align-items:center;color:var(--muted);font-size:10px}.sun-icon{font-size:20px;color:#b69452}.sidebar-bottom .host-entry{width:100%;text-align:left;margin-top:12px;font-size:10px}.main-shell{min-width:0}
.topbar{height:79px;border-bottom:1px solid var(--line);display:flex;justify-content:space-between;align-items:center;padding:0 36px;gap:16px}.breadcrumbs{font-size:11px;color:var(--muted)}.breadcrumbs>span{padding:0 14px;color:#b0b3a7}.breadcrumbs strong{font-weight:400;color:var(--ink)}.topbar-actions{display:flex;align-items:center;gap:20px}.connection-pill{display:flex;gap:7px;align-items:center;font-size:10px;color:var(--muted)}.connection-pill i{width:6px;height:6px;border-radius:50%;background:#a7aa9b}.connection-pill.online{color:#527261}.connection-pill.online i{background:#6a9272}.connection-pill.reconnecting i{background:#bf8e47}.outline-button,.small-button{border:1px solid #d9ddce;border-radius:5px;padding:9px 13px;background:transparent;color:var(--ink);font-size:11px}.outline-button:hover,.small-button:hover{background:#e9eadf}.text-button{border:0;background:none;padding:0;color:var(--muted);font-size:11px}.text-button:hover{text-decoration:underline}.topbar .outline-button{font-size:10px;padding:10px 14px}.topbar .outline-button span{margin-left:20px}main{padding:35px 36px 0;max-width:1700px;margin:auto}.page-heading{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:28px}.eyebrow{display:block;font-size:9px;letter-spacing:1.5px;font-weight:600;color:var(--rust)}h1{font:400 46px/1 Georgia,serif;letter-spacing:-1.9px;margin:12px 0 10px}h1>span{color:var(--rust)}.page-heading p{font-size:12px;color:var(--muted);margin:0;line-height:1.6}.occupancy{display:flex;align-items:center;gap:12px;margin-top:12px}.occupancy-icon{display:flex;align-items:center;justify-content:center;width:38px;height:38px;border-radius:50%;font-size:25px;color:#77917b;background:#e7eadd}.occupancy>div{display:flex;flex-direction:column;gap:4px}.occupancy strong{font-size:19px;font-weight:500}.occupancy>div>span{font-size:9px;color:var(--muted)}
.hotel-layout{display:grid;grid-template-columns:minmax(0,1fr) 290px;gap:18px;align-items:stretch}.hotel-panel{min-width:0;border:1px solid #dcded0;border-radius:11px;background:#eee9de;overflow:hidden;display:flex;flex-direction:column}.room-topline{display:flex;align-items:center;justify-content:space-between;padding:18px 21px;font-size:8px;color:var(--muted);gap:10px;position:relative;z-index:1}.room-topline>span:first-child{letter-spacing:1px;font-size:9px;display:flex;align-items:center;gap:6px;color:#6b7b69}.room-dot{width:5px;height:5px;border-radius:50%;background:#719479}.canvas-wrap{position:relative;flex:1;min-height:420px;height:clamp(420px,44vw,580px);overflow:hidden}canvas{display:block;width:100%;height:100%;touch-action:none}.scene-label{position:absolute;bottom:12px;left:22px;pointer-events:none;opacity:.55;display:flex;flex-direction:column;gap:4px}.scene-label>span{font-size:7px;letter-spacing:1.5px}.scene-label small{font:italic 10px Georgia,serif}.reconnect-banner{position:absolute;top:12px;left:50%;transform:translateX(-50%);font-size:11px;background:var(--panel);padding:12px 20px;border:1px solid var(--line);border-radius:6px;box-shadow:0 4px 12px #303c3510;white-space:nowrap}.room-toolbar{display:flex;align-items:center;gap:10px;padding:13px 16px;border-top:1px solid #dbded0;background:#f7f5ed;min-height:59px}.room-toolbar>span{font-size:9px;color:var(--muted);line-height:1.6}.room-toolbar kbd{font:14px Arial;display:inline-block;margin-right:7px;color:#6e7f6c}.hint-divider{padding:0 5px}.room-toolbar .small-button{font-size:9px;padding:7px 9px;margin-left:auto;white-space:nowrap}.reactions{display:flex;gap:4px}.reactions button{border:0;background:none;font-size:19px;min-width:31px;min-height:32px;border-radius:5px;color:var(--rust);padding:3px}.reactions button:hover:enabled{background:#e7e8dc}
.social-panel{background:var(--panel);border:1px solid var(--line);border-radius:11px;display:flex;flex-direction:column;min-width:0;overflow:hidden;max-height:690px}.social-tabs{display:flex;border-bottom:1px solid var(--line);padding:0 17px;gap:21px;min-height:52px}.social-tab{background:none;border:0;border-bottom:2px solid transparent;color:var(--muted);padding:0;font-size:11px;position:relative;white-space:nowrap}.social-tab.selected{color:var(--ink);border-color:var(--rust);font-weight:600}.social-tab>span:not(.unread-dot){display:inline-block;font-size:8px;background:#eceee5;padding:2px 5px;border-radius:3px;margin-left:5px}.unread-dot{position:absolute;top:13px;right:-7px;height:5px;width:5px;border-radius:50%;background:var(--rust)}.chat-panel{display:flex;flex-direction:column;min-height:0;flex:1}.chat-welcome{display:flex;gap:10px;margin:18px 16px 10px;padding:12px;background:#f0f0e5;border-radius:6px}.tiny-key{font-size:24px;color:#ad8054}.chat-welcome strong{font-size:10px;font-weight:600}.chat-welcome p{font-size:9px;color:var(--muted);line-height:1.6;margin:5px 0 0}.chat-messages{padding:6px 16px 15px;min-height:180px;overflow-y:auto;flex:1;scrollbar-width:thin;scrollbar-color:#d6d9ca transparent}.empty-chat{color:#a5a99a;font:italic 14px/1.5 Georgia,serif;text-align:center;padding:35px 20px}.message{display:flex;gap:9px;margin-top:17px}.message-avatar,.guest-avatar{width:28px;height:28px;border-radius:9px;display:flex;align-items:center;justify-content:center;color:#fff8ec;font-size:11px;font-weight:600;flex-shrink:0}.message-content{min-width:0;flex:1}.message-head{display:flex;align-items:baseline;gap:7px;min-width:0}.message-name{font-size:10px;font-weight:600;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.message-time{margin-left:auto;font-size:8px;color:#a6aa9c;flex-shrink:0}.message-text{font-size:11px;line-height:1.6;margin:5px 0 0;white-space:pre-wrap;overflow-wrap:anywhere;color:#646f62}.message.you .message-name{color:var(--rust)}.system-message{font-size:9px;color:#9ba18f;text-align:center;margin:13px 0;line-height:1.5;overflow-wrap:anywhere}.chat-form{padding:12px 15px 10px;border-top:1px solid var(--line)}.chat-input-wrap{display:flex;align-items:center;border:1px solid #d9ddce;border-radius:7px;padding:5px;background:#fffef9}.chat-input-wrap input{min-width:0;flex:1;border:0;padding:9px 6px;background:none;font-size:11px;color:var(--ink)}.chat-input-wrap input::placeholder{color:#a3a894}.chat-input-wrap button{background:var(--sage);border:0;border-radius:5px;color:white;width:30px;height:30px;font-size:18px}.chat-form>p{color:#a0a591;font-size:8px;margin:8px 2px 0;line-height:1.5}.guests-panel{padding:15px 16px;overflow-y:auto;flex:1}.guests-note,.guests-empty{font-size:10px;color:var(--muted);line-height:1.6}.guest-row{display:flex;align-items:center;gap:10px;padding:12px 0;border:0;border-bottom:1px solid #eeeee4;background:none;text-align:left;width:100%;color:var(--ink)}.guest-row:hover{background:#f0f1e7}.guest-row>div{min-width:0;display:flex;flex-direction:column;gap:5px}.guest-row strong{font-size:11px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:165px}.guest-row small{font-size:9px;color:var(--muted)}.guest-row>.guest-menu{margin-left:auto;color:#959d8c}
.bottom-row{display:grid;grid-template-columns:minmax(0,1fr) 290px;gap:18px;margin-top:18px}.notice-card{display:flex;align-items:center;gap:15px;border:1px solid var(--line);padding:16px 19px;border-radius:9px;background:#efeedf}.notice-card>span{font-size:28px;color:#b5985a}.notice-card strong{font-weight:500;font-size:11px}.notice-card p{font-size:10px;color:var(--muted);margin:7px 0 0;line-height:1.5}.notice-card>button{margin-left:auto;border:0;background:none;color:var(--muted);padding:10px;font-size:21px}.self-card{display:flex;align-items:center;gap:11px;padding:13px 15px;border:1px solid var(--line);border-radius:9px;background:var(--panel)}.self-avatar{height:33px;width:33px;border-radius:10px;background:#dddcc9;color:#6f7866;display:flex;justify-content:center;align-items:center;font:20px Georgia,serif;flex-shrink:0}.self-card>div{display:flex;flex-direction:column;gap:5px;min-width:0}.self-card strong{font-size:11px;font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:130px}.self-card>div>span{font-size:9px;color:var(--muted)}.self-card>button{margin-left:auto;white-space:nowrap;font-size:9px}footer{display:flex;justify-content:space-between;gap:20px;font-size:8px;color:#9b9f8d;padding:24px 2px}footer>span>span{padding:0 10px;color:#b4a378}footer .text-button{font-size:9px}
dialog{border:1px solid #d3d6c5;padding:0;color:var(--ink);background:var(--panel);border-radius:13px;max-width:calc(100% - 32px);box-shadow:0 26px 100px #1a2f2233}dialog::backdrop{background:#35423250;backdrop-filter:blur(4px)}.checkin-dialog{width:710px;overflow:auto}.checkin-dialog[open]{display:grid;grid-template-columns:270px 1fr}.checkin-art{position:relative;min-height:480px;background:#d9dec1;overflow:hidden}.art-sun{position:absolute;right:24px;top:35px;font-size:78px;color:#bf7850}.motel-sign{position:absolute;top:141px;left:30px;right:30px;padding:23px 8px;text-align:center;background:#f7edd0;border:5px solid var(--rust);border-radius:9px;transform:rotate(-7deg);z-index:1;box-shadow:4px 5px 0 #924c3233}.motel-sign:after{content:'';position:absolute;width:9px;height:150px;background:#826e50;left:calc(50% - 4px);top:100%;z-index:-1}.motel-sign small{display:block;font-size:9px;letter-spacing:1.4px;margin-bottom:7px;color:#8a553b}.motel-sign strong{display:block;font:400 45px Georgia,serif;letter-spacing:3px;color:var(--rust)}.motel-sign>span{display:block;font-size:10px;letter-spacing:4px;margin-top:14px;color:var(--sage)}.art-water{position:absolute;width:410px;height:150px;border:13px solid #f3e7c8;border-radius:50%;background:#82b6a8;bottom:47px;left:20px;transform:rotate(-15deg)}.art-water:after{content:'≈   ≈      ≈';color:#c6e0cc;font-size:40px;position:absolute;top:15px;left:35px}.art-caption{position:absolute;left:24px;bottom:23px;font-size:8px;letter-spacing:1.1px;line-height:1.8;color:#68795e}.checkin-content{padding:44px 36px 30px;position:relative}h2{font:400 44px/1.08 Georgia,serif;letter-spacing:-1.4px;margin:20px 0 14px}h2 em{font-weight:400;color:var(--rust)}.checkin-content>p{font-size:12px;color:var(--muted);line-height:1.7;max-width:255px;margin-bottom:27px}.dialog-close{position:absolute;right:14px;top:12px;border:0;background:none;width:30px;height:30px;font-size:25px;color:#8b9381;border-radius:5px}.dialog-close:hover{background:#e9eddf}label,legend{display:block;font-size:10px;font-weight:600;margin-bottom:9px}#nickname,#host-key{width:100%;padding:13px 12px;border:1px solid #d5dbcb;background:#fffef8;border-radius:5px;font-size:12px;color:var(--ink)}fieldset{border:0;padding:0;margin:22px 0 0;min-width:0}.color-picker{display:flex;gap:10px}.color-option{width:31px;height:31px;border-radius:50%;border:3px solid var(--panel);position:relative;outline:1px solid transparent}.color-option.selected{outline:1.5px solid var(--ink)}.color-option.selected:after{content:'✓';color:#fff;font-size:13px}.primary-button{display:flex;width:100%;justify-content:space-between;align-items:center;background:var(--rust);border:0;padding:15px 18px;border-radius:5px;color:#fff9ed;font-size:12px;text-decoration:none}.primary-button:hover{background:#9f462e}.form-error{font-size:11px;color:#a44430;line-height:1.6;margin:13px 0;min-height:8px;overflow-wrap:anywhere}.checkin-footnote{display:block;color:#969d8b;font-size:9px;text-align:center;margin-top:17px}.info-dialog{width:430px;padding:35px 30px;max-height:calc(100dvh - 36px);overflow-y:auto}.info-dialog>p{font-size:13px;line-height:1.75;color:var(--muted)}.info-dialog .fine-print{font-size:10px;color:#8c9581;line-height:1.7;margin-top:20px}.rules{padding-left:17px;margin:25px 0 0;color:#697663}.rules li{padding-left:6px;margin:14px 0;font-size:12px;line-height:1.7}#coin-details{margin-top:22px}#coin-address{display:block;overflow-wrap:anywhere;background:#edf0e3;border:1px solid var(--line);padding:12px;font-size:11px;line-height:1.7;margin-bottom:12px;user-select:all}#trade-link{margin-top:20px}#host-form{margin-top:25px}.moderation-actions{display:flex;gap:8px;flex-wrap:wrap}.danger-button{border:1px solid #c6917c;border-radius:5px;padding:9px 13px;background:#f5e3d7;color:#9b402d;font-size:11px}hr{border:0;border-top:1px solid var(--line);margin:25px 0}.guest-dialog h2{overflow-wrap:anywhere}.toast{position:fixed;bottom:24px;left:50%;transform:translateX(-50%);z-index:100;background:var(--ink);color:#f6f0df;border-radius:7px;padding:13px 21px;box-shadow:0 8px 24px #25362633;font-size:12px;max-width:calc(100% - 32px);line-height:1.5;text-align:center}.noscript{position:fixed;bottom:0;width:100%;padding:20px;background:var(--rust);color:white;text-align:center}
@media(min-width:1500px){.hotel-layout,.bottom-row{grid-template-columns:minmax(0,1fr) 330px}.canvas-wrap{height:580px}.chat-messages{padding-inline:20px}.chat-welcome{margin-inline:20px}.message-text{font-size:12px}}
@media(max-width:1200px){.app-shell{grid-template-columns:175px minmax(0,1fr)}.sidebar{padding-inline:12px}.brand{gap:10px;margin-left:7px}.brand-name strong{font-size:17px;letter-spacing:3px}.brand-name{font-size:7px}.sidebar-label{font-size:7px;letter-spacing:.6px}.nav-item{font-size:11px;padding-inline:9px;gap:8px}.sidebar-postcard{padding-inline:8px}.sidebar-postcard p{font-size:24px}.topbar{padding:0 24px}main{padding:30px 24px 0}.hotel-layout,.bottom-row{grid-template-columns:minmax(0,1fr) 260px;gap:14px}.canvas-wrap{min-height:390px;height:450px}.room-toolbar{gap:5px;padding-inline:10px}.room-toolbar>span{font-size:8px}.hint-divider{display:none}.reactions{gap:1px}.reactions button{min-width:27px}.room-topline{padding-inline:15px}#room-caption{display:none}.self-card{padding:12px}.self-card strong{max-width:113px}}
@media(max-width:1000px){.app-shell{grid-template-columns:75px minmax(0,1fr)}.sidebar{align-items:center;padding-inline:10px}.brand{margin:0 0 45px}.brand-name,.sidebar-label,.sidebar-postcard,.sidebar-bottom,.nav-item>.tag,.nav-dot{display:none}.nav-item{font-size:0;justify-content:center;padding:12px 0;width:48px;gap:0}.nav-item>span:first-child{font-size:24px}.page-heading{margin-bottom:23px}.hotel-layout,.bottom-row{grid-template-columns:minmax(0,1fr) 250px}.room-toolbar>span{max-width:110px}.canvas-wrap{min-height:375px;height:430px}.social-tabs{gap:15px;padding-inline:14px}main{padding-inline:20px}.topbar{padding-inline:20px}.occupancy{gap:8px}.occupancy-icon{width:32px;height:32px}.occupancy>div>span{font-size:8px}}
@media(max-width:760px){.app-shell{display:block}.sidebar{display:none}.topbar{height:61px;padding:0 18px}.breadcrumbs{font-size:10px}.breadcrumbs>span{padding:0 8px}.topbar-actions{gap:11px}.topbar .outline-button{padding:8px 9px;font-size:9px}.topbar .outline-button>span{margin-left:7px}.connection-pill{font-size:9px}main{padding:25px 15px 0}.eyebrow{font-size:8px;letter-spacing:1.1px}h1{font-size:37px;margin-top:12px}.page-heading{gap:10px;margin-bottom:20px}.page-heading p{font-size:10px;max-width:240px}.occupancy{gap:7px}.occupancy-icon{display:none}.occupancy strong{font-size:20px}.occupancy>div>span{max-width:65px;font-size:8px;line-height:1.5}.hotel-layout{grid-template-columns:1fr;gap:15px}.canvas-wrap{height:clamp(330px,85vw,530px);min-height:330px}.room-topline{padding:15px}.room-toolbar{padding:10px 12px;gap:7px}.room-toolbar>span{max-width:none;font-size:8px}.room-toolbar .small-button{margin-left:auto}.reactions{gap:3px}.social-panel{height:360px;max-height:none}.social-tabs{min-height:48px;gap:28px}.social-tab{font-size:12px}.chat-welcome{margin:12px 15px 4px;padding:9px 12px}.chat-messages{min-height:80px}.empty-chat{padding:15px 20px}.chat-form>p{font-size:9px}.chat-input-wrap input{font-size:16px;padding:7px}.message-text{font-size:12px}.message-name{font-size:11px}.bottom-row{grid-template-columns:1fr;gap:12px;margin-top:14px}.self-card{grid-row:1;min-height:61px}.self-card strong{max-width:190px}.self-card>button{font-size:11px}.self-card>div>span{font-size:10px}.notice-card{padding:14px 15px}.notice-card strong{font-size:11px}.notice-card p{font-size:10px}footer{font-size:7px;padding-block:22px;line-height:1.7}footer>span{max-width:230px}footer>span>span{padding:0 5px}.checkin-dialog[open]{grid-template-columns:1fr;width:380px}.checkin-art{display:none}.checkin-content{padding:35px 27px 27px}h2{font-size:43px}.checkin-content>p{margin-bottom:22px}#nickname,#host-key{font-size:16px}.color-option{width:34px;height:34px}.info-dialog{padding:34px 25px}.scene-label{bottom:10px;left:15px}}
@media(max-width:380px){.room-toolbar>span{max-width:95px}.room-toolbar .small-button{font-size:8px;padding:7px}.reactions button{min-width:25px;font-size:17px}.room-toolbar{gap:4px}.breadcrumbs strong,.breadcrumbs>span{display:none}.page-heading p{max-width:210px}.color-picker{gap:9px}}
.skip-link{top:12px;opacity:0;pointer-events:none}.skip-link:focus{opacity:1;pointer-events:auto}
@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important}}
