:root{--bg: var(--tg-theme-bg-color, #ffffff);--bg-secondary: var(--tg-theme-secondary-bg-color, #f2f3f5);--text: var(--tg-theme-text-color, #14181f);--text-muted: var(--tg-theme-hint-color, #77818f);--accent: var(--tg-theme-button-color, #2f7de1);--accent-text: var(--tg-theme-button-text-color, #ffffff);--link: var(--tg-theme-link-color, #2f7de1);--free: #37b26b;--free-soft: #e3f6ea;--busy: #d94a4a;--busy-soft: #fbe6e6;--mine: #2f7de1;--mine-soft: #e3eefb;--closed: #a8b0bb;--closed-soft: #eceef1;--radius: 14px;--radius-sm: 10px;--gap: 12px;--border: rgba(128, 140, 155, .22)}@media(prefers-color-scheme:dark){:root{--bg: var(--tg-theme-bg-color, #17212b);--bg-secondary: var(--tg-theme-secondary-bg-color, #202b36);--text: var(--tg-theme-text-color, #f1f4f8);--text-muted: var(--tg-theme-hint-color, #8e9aa8);--free-soft: #1d3a2a;--busy-soft: #3a2020;--mine-soft: #1c2d45;--closed-soft: #2a323c;--border: rgba(160, 175, 195, .2)}}*{box-sizing:border-box;-webkit-tap-highlight-color:transparent}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,SF Pro Text,Segoe UI,Roboto,sans-serif;background:var(--bg);color:var(--text);font-size:15px;line-height:1.45}.app{display:flex;flex-direction:column;min-height:100vh;min-height:100dvh}.app__content{flex:1;padding-bottom:76px}.loader,.empty{padding:40px 16px;text-align:center;color:var(--text-muted)}.screen{padding:16px 16px 24px;display:flex;flex-direction:column;gap:var(--gap)}.screen__title{margin:0;font-size:22px;font-weight:700}.section{margin:12px 0 0;font-size:16px;font-weight:650;display:flex;justify-content:space-between;align-items:baseline;gap:8px}.section__hint{font-size:12px;font-weight:400;color:var(--text-muted)}.hint{margin:0;font-size:13px;color:var(--text-muted)}.field{display:flex;flex-direction:column;gap:6px}.field--row{flex-direction:row;align-items:center}.field__label{font-size:12px;text-transform:uppercase;letter-spacing:.04em;color:var(--text-muted)}.chips{display:flex;gap:8px;flex-wrap:wrap}.chips--scroll{flex-wrap:nowrap;overflow-x:auto;scrollbar-width:none;padding-bottom:2px}.chips--scroll::-webkit-scrollbar{display:none}.chips--floors{position:sticky;top:0;z-index:2;background:var(--bg);padding:6px 0}.chip{flex:0 0 auto;min-height:36px;padding:7px 12px;border:1px solid var(--border);border-radius:999px;background:var(--bg-secondary);color:var(--text);font-size:14px;font:inherit;cursor:pointer}.chip--active{background:var(--accent);border-color:var(--accent);color:var(--accent-text)}.chip--day{display:flex;flex-direction:column;align-items:center;gap:0;line-height:1.15;padding:6px 12px}.chip__weekday{font-size:11px;opacity:.75}.input{flex:1;min-height:44px;padding:10px 12px;border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--bg-secondary);color:var(--text);font:inherit}.button{min-height:46px;padding:12px 16px;border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--bg-secondary);color:var(--text);font:inherit;font-weight:600;cursor:pointer;text-align:center;text-decoration:none;display:inline-flex;align-items:center;justify-content:center}.button--primary{background:var(--accent);border-color:var(--accent);color:var(--accent-text)}.button--ghost{background:transparent}.button--small{min-height:34px;padding:6px 12px;font-size:13px}.button:disabled{opacity:.45;cursor:default}.floormap{position:relative;background:var(--bg-secondary);border-radius:var(--radius);padding:8px;overflow:hidden;touch-action:pan-y}.floormap__svg{width:100%;height:auto;display:block;transform-origin:center center;transition:transform .15s ease-out}.floormap__zoom{position:absolute;right:10px;bottom:10px;display:flex;gap:6px}.floormap__zoom button{width:36px;height:36px;border-radius:50%;border:1px solid var(--border);background:var(--bg);color:var(--text);font-size:18px;cursor:pointer}.decor rect{fill:transparent;stroke:var(--border);stroke-width:1.5;stroke-dasharray:5 4}.decor__label{fill:var(--text-muted);font-size:10px;text-anchor:middle}.room rect{fill:transparent;stroke:var(--text-muted);stroke-width:1.5;opacity:.65}.room__label{fill:var(--text-muted);font-size:11px;font-weight:600}.room--free rect{cursor:pointer}.room--busy rect{stroke:var(--busy)}.room--mine rect{stroke:var(--mine)}.shape rect{stroke-width:1.5;cursor:pointer}.shape__label{font-size:11px;font-weight:600;fill:var(--text);pointer-events:none}.shape__label--out{fill:var(--text-muted);font-weight:500}.shape--free rect{fill:var(--free-soft);stroke:var(--free)}.shape--busy rect{fill:var(--busy-soft);stroke:var(--busy)}.shape--mine rect{fill:var(--mine-soft);stroke:var(--mine)}.shape--closed rect,.shape--unavailable rect{fill:var(--closed-soft);stroke:var(--closed)}.shape--selected rect{stroke-width:3}.legend{display:flex;gap:14px;flex-wrap:wrap;font-size:12px;color:var(--text-muted)}.legend__item:before{content:"";display:inline-block;width:10px;height:10px;border-radius:3px;margin-right:5px;vertical-align:-1px}.legend__item--free:before{background:var(--free)}.legend__item--busy:before{background:var(--busy)}.legend__item--mine:before{background:var(--mine)}.legend__item--closed:before{background:var(--closed)}.cards{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:8px}.card{width:100%;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px;border:1px solid var(--border);border-radius:var(--radius);background:var(--bg-secondary);color:var(--text);font:inherit;text-align:left;cursor:pointer}.card--muted{opacity:.6;cursor:default}.card:disabled{opacity:.5;cursor:default}.card__main{display:flex;flex-direction:column;gap:2px;min-width:0}.card__meta{font-size:12px;color:var(--text-muted)}.card__side{display:flex;flex-direction:column;align-items:flex-end;gap:6px;flex:0 0 auto}.cards--compact .card{padding:9px 12px}.pricelist{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:6px}.pricelist--card{padding:12px;border-radius:var(--radius);background:var(--bg-secondary);border:1px solid var(--border)}.pricelist li{display:flex;justify-content:space-between;gap:12px}.pricelist__total{border-top:1px solid var(--border);padding-top:6px;font-size:17px}.pricelist__discount b{color:var(--free)}.ledger{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:6px}.ledger li{display:flex;justify-content:space-between;gap:12px;font-size:14px}.ledger__comment{color:var(--text-muted);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ledger__in{color:var(--free)}.ledger__out{color:var(--busy)}.balance{display:flex;flex-direction:column;gap:8px;padding:16px;border-radius:var(--radius);background:var(--bg-secondary);border:1px solid var(--border)}.balance__label{font-size:12px;text-transform:uppercase;letter-spacing:.04em;color:var(--text-muted)}.balance__value{font-size:28px;font-weight:700}.balance__parts{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:4px;font-size:13px;color:var(--text-muted)}.balance__parts li{display:flex;justify-content:space-between}.badge{flex:0 0 auto;font-size:11px;padding:3px 8px;border-radius:999px;background:var(--closed-soft);color:var(--text-muted)}.badge--vip{background:var(--mine-soft);color:var(--mine)}.notice{margin:0;padding:10px 12px;border-radius:var(--radius-sm);background:var(--busy-soft);color:var(--text);font-size:13px}.notice--action{display:flex;flex-direction:column;gap:8px}.photo{aspect-ratio:16 / 9;border-radius:var(--radius);background:var(--bg-secondary);display:flex;align-items:center;justify-content:center;color:var(--text-muted);overflow:hidden}.photo img{width:100%;height:100%;object-fit:cover}.sheet{position:fixed;top:0;right:0;bottom:0;left:0;z-index:20;display:flex;align-items:flex-end}.sheet__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#0006}.sheet__panel{position:relative;width:100%;max-height:88vh;overflow-y:auto;background:var(--bg);border-radius:18px 18px 0 0;padding:8px 16px calc(20px + env(safe-area-inset-bottom));animation:sheet-up .2s ease-out}@keyframes sheet-up{0%{transform:translateY(16px);opacity:.6}}.sheet__grabber{display:block;width:40px;height:4px;margin:4px auto 12px;border:none;border-radius:2px;background:var(--border);cursor:pointer}.sheet__body{display:flex;flex-direction:column;gap:var(--gap)}.sheet__body h2{margin:0;font-size:19px}.sheet__head{display:flex;align-items:center;gap:8px}.tabbar{position:fixed;left:0;right:0;bottom:0;display:flex;background:var(--bg);border-top:1px solid var(--border);padding-bottom:env(safe-area-inset-bottom);z-index:10}.tabbar__item{position:relative;flex:1;min-height:56px;border:none;background:transparent;color:var(--text-muted);font:inherit;font-size:12px;cursor:pointer}.tabbar__item--active{color:var(--accent);font-weight:600}.tabbar__badge{position:absolute;top:8px;right:50%;transform:translate(22px);min-width:18px;height:18px;padding:0 5px;border-radius:9px;background:var(--busy);color:#fff;font-size:11px;line-height:18px}.toast{position:fixed;left:16px;right:16px;bottom:84px;z-index:30;padding:12px 14px;border-radius:var(--radius-sm);background:var(--busy);color:#fff;font-size:14px;cursor:pointer}
