:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media(prefers-color-scheme:light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}:root{--bg-soft: #fff8f2;--bg-card: #ffffff;--accent: #ff9aa2;--accent-soft: #ffe1e4;--text-main: #374151;--text-sub: #6b7280}.page{width:100vw;height:100vh;min-height:100dvh;display:flex;flex-direction:column;background:var(--bg-soft);color:var(--text-main);font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;padding-bottom:env(safe-area-inset-bottom,0)}.page-header{padding:12px 16px;padding-top:max(12px,env(safe-area-inset-top,0px));border-bottom:1px solid rgba(0,0,0,.03);background:linear-gradient(to bottom,#ffffffe6,#fff8f2)}.page-header-main{display:flex;align-items:center;justify-content:space-between;gap:12px}.page-header h1{font-size:18px;margin:0 0 4px;font-weight:700}.page-header p{margin:0;font-size:13px;color:var(--text-sub)}.locate-button{padding:10px 14px;border-radius:999px;border:none;background:var(--accent);font-size:13px;color:#fff;font-weight:600;cursor:pointer;white-space:nowrap;box-shadow:0 2px 8px #0000002e}.locate-button:hover{background:#ff8a93}.map-controls{position:absolute;right:16px;bottom:16px;z-index:50}.page-main{flex:1;display:flex;flex-direction:column;overflow:hidden;max-width:960px;width:100%;margin:0 auto}.map-section{flex:1.4;position:relative}.list-section{flex:1;padding:8px 12px 12px;background:var(--bg-card);border-radius:16px 16px 0 0;box-shadow:0 -4px 16px #945e4814;overflow:hidden;display:flex;flex-direction:column}.list-section h2{font-size:15px;margin:0 0 8px}.filters{margin-bottom:6px;display:flex;flex-direction:column;gap:6px}.filter-search{width:100%;padding:6px 8px;border-radius:999px;border:1px solid #f5cec6;background:#fffdfb;font-size:12px}.filter-search:focus{outline:none;border-color:var(--accent);box-shadow:0 0 0 1px #ff9aa233}.filter-chips{display:flex;flex-wrap:wrap;gap:6px;justify-content:space-between}.filter-chip-group{display:flex;gap:4px}.filter-chip{padding:4px 8px;border-radius:999px;border:1px solid #f5cec6;background:#fff4ef;font-size:11px;color:var(--text-main);cursor:pointer}.filter-chip--active{border-color:var(--accent);background:var(--accent);color:#fff}.map-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:#888;font-size:13px;background:#e5edf7}.room-list{list-style:none;padding:0;margin:0;flex:1;overflow-y:auto}.room-list::-webkit-scrollbar{width:0;height:0}.room-list{-ms-overflow-style:none;scrollbar-width:none}.room-item{padding:8px 6px;border-bottom:1px solid #f6ddd4;cursor:pointer;transition:background-color .15s ease,box-shadow .15s ease}.room-item:hover{background-color:#fff4ef}.room-item--active{background-color:#ffe7df;box-shadow:0 0 0 1px #f2b9aa}.room-title{font-size:14px;font-weight:600;margin-bottom:2px}.room-address{font-size:12px;color:var(--text-sub)}.room-meta{margin-top:4px;font-size:11px;color:#555;display:flex;gap:6px}.room-meta span:first-of-type{padding:2px 6px;border-radius:999px;background:var(--accent-soft)}.room-meta span:last-of-type{padding:2px 6px;border-radius:999px;background:#ffeede}.room-detail{padding:10px 8px 8px;margin-bottom:8px;border-radius:10px;background:#ffeae1;box-shadow:0 1px 4px #0000000a}.nearest-toast{margin-bottom:8px;padding:6px 10px;border-radius:999px;background:#ff9aa214;border:1px solid rgba(255,154,162,.4);font-size:11px;color:var(--text-main);display:inline-flex;align-items:center}.room-detail-title{font-size:14px;font-weight:700;margin-bottom:4px}.room-detail-address{font-size:12px;color:#666;margin-bottom:6px}.room-detail-tags{display:flex;gap:6px;font-size:11px;margin-bottom:4px}.room-detail-tags span:first-of-type{padding:2px 6px;border-radius:999px;background:#dde5ff}.room-detail-tags span:last-of-type{padding:2px 6px;border-radius:999px;background:#ececec}.room-detail-extra{font-size:11px;color:#555}@media(min-width:768px){.page-main{flex-direction:row}.map-section{flex:1.4}.list-section{flex:1;border-radius:16px;box-shadow:0 8px 24px #0f172a1f}}
