:root{--bg:#f5f5f2;--surface:#fff;--surface-alt:#fafaf8;--text:#1c1c1e;--text-muted:#787874;--text-subtle:#aeaea8;--border:#e3e3dc;--border-focus:#1c1c1e;--accent:#ffed00;--accent-text:#1a1a1a;--accent-hover:#f2d400;--error:#c0392b;--error-bg:#fef2f1;--success:#16a349;--success-bg:#f0fbf4;--busy-bg:#fff3f2;--busy-text:#9b2c2c;--radius:12px;--radius-sm:8px;--radius-pill:100px;--shadow-sm:0 1px 3px #0000000f, 0 1px 2px #0000000a;--shadow:0 4px 12px #00000012, 0 1px 3px #0000000d;--shadow-md:0 8px 24px #00000017, 0 2px 6px #0000000d;--topbar-h:56px;--font:Klean, "Noto Sans Georgian", Arial, Helvetica, sans-serif}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{font-family:var(--font);color:var(--text);background:var(--bg);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:15px;line-height:1.5}body{min-height:100dvh}h1{letter-spacing:-.02em;font-size:1.5rem;font-weight:700;line-height:1.2}h2{letter-spacing:-.01em;font-size:1.125rem;font-weight:600;line-height:1.3}h3{font-size:1rem;font-weight:600;line-height:1.4}p{line-height:1.6}.brand{color:var(--text);flex-shrink:0;align-items:center;gap:.5rem;line-height:1;text-decoration:none;display:inline-flex}.brand-logo{width:auto;height:30px;display:block}.brand-logo.lg{height:34px}.brand-sub{letter-spacing:-.02em;color:var(--text);font-size:1.5rem;font-weight:800}.brand.sm{gap:.4375rem}.brand.sm .brand-logo{height:20px}.brand.sm .brand-sub{font-size:1.0625rem;font-weight:700}.auth-title{letter-spacing:-.02em;color:var(--text);font-size:1.375rem;font-weight:800;line-height:1.15}.app{flex-direction:column;min-height:100dvh;display:flex}.topbar{z-index:100;height:var(--topbar-h);background:var(--surface);border-bottom:1px solid var(--border);box-shadow:var(--shadow-sm);justify-content:space-between;align-items:center;gap:1.5rem;padding:0 clamp(1rem,4vw,2rem);display:flex;position:sticky;top:0}.topbar nav{flex-wrap:wrap;align-items:center;gap:.25rem;display:flex}.topbar nav a{border-radius:var(--radius-sm);color:var(--text-muted);padding:.375rem .75rem;font-size:.875rem;font-weight:500;text-decoration:none;transition:color .15s,background .15s}.topbar nav a:hover{color:var(--text);background:var(--bg)}.topbar nav a.active,.topbar nav a[aria-current=page]{color:var(--text);background:#fff8d9;font-weight:600}.who{color:var(--text-muted);border-left:1px solid var(--border);white-space:nowrap;text-overflow:ellipsis;max-width:160px;margin-left:.25rem;padding:.375rem .75rem .375rem .875rem;font-size:.8125rem;font-weight:500;overflow:hidden}.lang-toggle{border:1.5px solid var(--border);border-radius:var(--radius-sm);flex-shrink:0;display:inline-flex;overflow:hidden}.lang-toggle button{letter-spacing:.01em;background:var(--surface);min-height:32px;color:var(--text-muted);border-radius:0;padding:.3125rem .625rem;font-size:.8125rem;font-weight:700}.lang-toggle button+button{border-left:1.5px solid var(--border)}.lang-toggle button:hover:not(.on){background:var(--bg);color:var(--text)}.lang-toggle button.on{background:var(--accent);color:var(--accent-text)}.nav-toggle{width:44px;height:44px;color:var(--text);border-radius:var(--radius-sm);background:0 0;flex-shrink:0;padding:0;display:none}.nav-toggle svg{width:24px;height:24px}.nav-toggle:hover{background:var(--bg)}.drawer-scrim{z-index:150;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#14141273;animation:.15s scrim-in;position:fixed;inset:0}.drawer{z-index:160;background:var(--surface);border-left:1px solid var(--border);width:min(84vw,320px);height:100dvh;box-shadow:var(--shadow-md);visibility:hidden;flex-direction:column;gap:.25rem;padding:.75rem;transition:transform .22s cubic-bezier(.16,1,.3,1),visibility .22s;display:flex;position:fixed;top:0;right:0;transform:translate(100%)}.drawer.open{visibility:visible;transform:translate(0)}.drawer-head{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;gap:.5rem;margin-bottom:.5rem;padding:.25rem .25rem .5rem;display:flex}.drawer-who{color:var(--text);text-overflow:ellipsis;white-space:nowrap;font-size:.9375rem;font-weight:600;overflow:hidden}.drawer-close{width:44px;height:44px;color:var(--text-muted);border-radius:var(--radius-sm);background:0 0;flex-shrink:0;padding:0}.drawer-close svg{width:20px;height:20px}.drawer-close:hover{background:var(--bg);color:var(--text)}.drawer-nav{flex-direction:column;gap:.125rem;display:flex}.drawer-nav a{border-radius:var(--radius-sm);min-height:44px;color:var(--text-muted);align-items:center;padding:.5rem .75rem;font-size:.9375rem;font-weight:500;text-decoration:none;display:flex}.drawer-nav a:hover{background:var(--bg);color:var(--text)}.drawer-nav a.active,.drawer-nav a[aria-current=page]{color:var(--text);background:#fff8d9;font-weight:600}.drawer-foot{border-top:1px solid var(--border);flex-direction:column;gap:.625rem;margin-top:auto;padding-top:.75rem;display:flex}.install-app{border-radius:var(--radius-sm);background:var(--accent);min-height:44px;color:var(--accent-text);align-items:center;gap:.5rem;padding:.5rem .75rem;font-size:.9375rem;font-weight:700;display:flex}.install-app:hover{background:var(--accent-hover)}.install-app svg{flex-shrink:0;width:18px;height:18px}.drawer-foot .lang-toggle{align-self:flex-start}.drawer-foot .lang-toggle button{min-height:44px;padding:0 1.125rem}.drawer-foot .ghost{justify-content:flex-start;min-height:44px;padding:.5rem .75rem}.content{flex:1;width:100%;max-width:1200px;margin:0 auto;padding:clamp(1.5rem,4vw,2.5rem) clamp(1rem,4vw,2rem)}.auth-shell{background:var(--bg);place-items:center;min-height:100dvh;padding:2rem 1rem;display:grid}.card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow);padding:clamp(1.5rem,5vw,2rem)}.auth-card{flex-direction:column;gap:1rem;width:100%;max-width:400px;display:flex}.auth-card .brand{margin-bottom:.25rem}label{letter-spacing:.01em;color:var(--text);flex-direction:column;gap:.375rem;font-size:.8125rem;font-weight:600;display:flex}input[type=email],input[type=password],input[type=text],input[type=date],input[type=time],input[type=datetime-local],input[type=number],select,textarea{width:100%;font-family:var(--font);color:var(--text);background:var(--surface);border:1.5px solid var(--border);border-radius:var(--radius-sm);appearance:none;outline:none;padding:.625rem .875rem;font-size:.9375rem;transition:border-color .15s,box-shadow .15s}input::placeholder{color:var(--text-subtle)}input:hover:not(:disabled){border-color:#bdbdb6}input:focus,select:focus,textarea:focus{border-color:var(--border-focus);box-shadow:0 0 0 3px #1c1c1e1a}input:disabled{background:var(--bg);color:var(--text-muted);cursor:not-allowed}button{font-family:var(--font);cursor:pointer;border-radius:var(--radius-sm);white-space:nowrap;border:none;justify-content:center;align-items:center;gap:.5rem;padding:.625rem 1.25rem;font-size:.9375rem;font-weight:600;line-height:1.4;transition:background .15s,color .15s,box-shadow .15s,opacity .15s;display:inline-flex}button:focus-visible{outline:2.5px solid var(--accent);outline-offset:2px}.primary{background:var(--accent);width:100%;min-height:42px;color:var(--accent-text);letter-spacing:.005em;border:1px solid #00000014;font-weight:700;box-shadow:0 1px 2px #00000014}.primary:hover:not(:disabled){background:var(--accent-hover);box-shadow:0 2px 8px #ffed0066}.primary:active:not(:disabled){box-shadow:none;transform:translateY(1px)}.primary:disabled{opacity:.55;cursor:not-allowed}.secondary{background:var(--surface);color:var(--text);border:1.5px solid var(--border);box-shadow:var(--shadow-sm);font-weight:600}.secondary:hover:not(:disabled){background:var(--surface-alt);border-color:#c9c9c1}.secondary:active:not(:disabled){background:var(--bg);box-shadow:none}.secondary:disabled{opacity:.5;cursor:not-allowed}.ghost{color:var(--text-muted);border-radius:var(--radius-sm);background:0 0;padding:.375rem .75rem;font-size:.875rem;font-weight:500}.ghost:hover:not(:disabled){background:var(--bg);color:var(--text)}.ghost:active:not(:disabled){background:var(--border)}.ghost:disabled{opacity:.5;cursor:not-allowed}.btn-link{border-radius:var(--radius-sm);white-space:nowrap;justify-content:center;align-items:center;padding:.625rem 1.25rem;font-size:.9375rem;font-weight:600;line-height:1.4;text-decoration:none;display:inline-flex}.muted{color:var(--text-muted);font-size:.875rem;line-height:1.55}.error{color:var(--error);background:var(--error-bg);border-radius:var(--radius-sm);border:1px solid #c0392b26;padding:.5rem .75rem;font-size:.875rem;line-height:1.5}@keyframes spin{to{transform:rotate(360deg)}}.spinner{border:2.5px solid var(--border);border-top-color:var(--text);border-radius:50%;width:28px;height:28px;margin:6rem auto;animation:.65s linear infinite spin;display:block}.page-head{margin-bottom:1.75rem}.page-head h1{margin-bottom:.3125rem}.page-head .muted{font-size:.9375rem}.head-link{color:var(--text);border-bottom:2px solid var(--accent);white-space:nowrap;padding-bottom:1px;font-weight:600;text-decoration:none}.head-link:hover{background:#fffbe0}.rooms-grid{grid-template-columns:repeat(auto-fill,minmax(min(100%,300px),1fr));gap:1.125rem;display:grid}.room-card{text-align:left;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow-sm);cursor:pointer;flex-direction:column;justify-content:flex-start;align-items:stretch;gap:1.125rem;padding:1.375rem 1.5rem 1.25rem;transition:box-shadow .2s,transform .2s,border-color .2s;display:flex;position:relative}.room-card:hover{box-shadow:var(--shadow-md);border-color:#d6d6ce;transform:translateY(-2px)}.room-card:active{box-shadow:var(--shadow-sm);transform:translateY(0)}.room-card h2{letter-spacing:-.01em;font-size:1.125rem}.rc-body{flex-direction:column;gap:.5rem;display:flex}.rc-meta{color:var(--text-muted);align-items:center;gap:1rem;font-size:.8125rem;font-weight:500;display:flex}.rc-meta .m{align-items:center;gap:.375rem;display:inline-flex}.rc-meta svg{opacity:.75;width:15px;height:15px}.rc-meta .m:last-child{text-transform:capitalize}.rc-foot{flex-direction:column;gap:.625rem;display:flex}.status{border-radius:var(--radius-pill);white-space:nowrap;align-self:flex-start;align-items:center;gap:.4375rem;padding:.3125rem .625rem;font-size:.8125rem;font-weight:600;display:inline-flex}.status .dot{border-radius:50%;width:.5rem;height:.5rem}.status.free{background:var(--success-bg);color:var(--success)}.status.free .dot{background:var(--success)}.status.busy{background:var(--busy-bg);color:var(--busy-text)}.status.busy .dot{background:var(--busy-text)}.status.dnd{color:#3730a3;background:#eeeffc}.status.dnd .dot{background:#6366f1}.minibar{background:#ecece5;border-radius:3px;height:6px;position:relative;overflow:hidden}.minibar .seg{background:#efa69e;position:absolute;top:0;bottom:0}.minibar .nowline{background:var(--text);border-radius:1px;width:2px;position:absolute;top:-2px;bottom:-2px}.room-card .go{width:32px;height:32px;color:var(--text-muted);border:1.5px solid var(--border);background:var(--surface);border-radius:50%;place-items:center;transition:transform .2s,color .2s,background .2s,border-color .2s;display:inline-grid;position:absolute;top:1.25rem;right:1.25rem}.room-card .go svg{width:16px;height:16px}.room-card:hover .go{color:var(--accent-text);background:var(--accent);border-color:var(--accent-hover);transform:translate(2px)}.detail-head{flex-wrap:wrap;align-items:center;gap:.75rem;margin-bottom:1.5rem;display:flex}.detail-head h1{margin-right:.25rem}.back{align-items:center;gap:.25rem;padding-left:.5rem;display:inline-flex}.back svg{width:16px;height:16px}.chip{color:var(--text-muted);background:var(--surface-alt);border:1px solid var(--border);border-radius:var(--radius-pill);text-transform:capitalize;align-items:center;gap:.375rem;padding:.25rem .625rem;font-size:.8125rem;font-weight:600;display:inline-flex}.chip svg{opacity:.8;width:14px;height:14px}.chip-link{text-transform:none;color:var(--text);border-bottom-color:var(--accent);border-color:var(--accent);background:#fffbe0;text-decoration:none}.chip-link:hover{background:var(--accent)}.daybar{flex-wrap:wrap;align-items:center;gap:.625rem;margin-bottom:1.5rem;display:flex}.daybar .nav{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-sm);width:38px;height:38px;color:var(--text);flex-shrink:0;place-items:center;padding:0;display:inline-grid}.daybar .nav svg{width:18px;height:18px}.daybar .nav:hover:not(:disabled){background:var(--bg);border-color:#c9c9c1}.daybar .nav:disabled{opacity:.4;cursor:not-allowed}.date-disp{flex-direction:column;min-width:168px;line-height:1.2;display:flex}.date-disp .rel{letter-spacing:-.01em;font-size:1.0625rem;font-weight:700}.date-disp .full{color:var(--text-muted);font-size:.8125rem}.today-btn{border:1px solid var(--border)}.date-jump{margin-left:auto;position:relative}.date-jump input{width:auto;color:var(--text-muted);padding:.5rem .75rem;font-size:.8125rem}.book-layout{grid-template-columns:1fr;gap:1.5rem;display:grid}@media (width>=860px){.book-layout{grid-template-columns:minmax(0,1fr) 320px;align-items:start}}.timeline{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow-sm);overflow:hidden}.tl-row{grid-template-columns:58px 1fr;align-items:stretch;min-height:40px;display:grid}.tl-row+.tl-row .tl-time{border-top:1px solid var(--border)}.tl-time{color:var(--text-subtle);font-variant-numeric:tabular-nums;justify-content:flex-end;align-items:center;padding:0 .75rem;font-size:.75rem;font-weight:500;display:flex}.tl-time.half{color:#c6c6be;font-size:.6875rem}.tl-slot{border-radius:6px;align-items:center;margin:3px 6px 3px 0;transition:background .12s,box-shadow .12s;display:flex;position:relative}.tl-slot.free{cursor:pointer;background:#fbfbf7}.tl-slot.free:hover{box-shadow:inset 0 0 0 1.5px var(--accent);background:#fff9d6}.tl-slot.busy{background:var(--busy-bg)}.tl-slot.past{background:repeating-linear-gradient(45deg,#f4f4f0,#f4f4f0 5px,#efefea 5px 10px)}.tl-slot.sel{background:var(--accent);box-shadow:inset 0 0 0 1.5px var(--accent-hover)}.tl-slot.merge-top{border-top-left-radius:0;border-top-right-radius:0;margin-top:0}.tl-slot.merge-bottom{border-bottom-right-radius:0;border-bottom-left-radius:0;margin-bottom:0}.tl-slot.sel.merge-top{box-shadow:inset 1.5px 0 0 var(--accent-hover), inset -1.5px 0 0 var(--accent-hover)}.tl-slot .bt{color:var(--busy-text);white-space:nowrap;text-overflow:ellipsis;padding:0 .625rem;font-size:.78rem;font-weight:600;overflow:hidden}.tl-slot .sel-label{color:var(--accent-text);font-variant-numeric:tabular-nums}.tl-slot:focus-visible{outline:2.5px solid var(--accent);outline-offset:-2px}.tl-slot.busy.mine{box-shadow:inset 3px 0 0 var(--accent);background:#fff8d9}.tl-slot.busy.mine .bt{color:var(--text)}.tl-slot.busy.mine .bt .yours{color:#8a6d00;font-weight:700}.tl-cancel{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-pill);color:var(--text-muted);flex-shrink:0;margin-left:auto;margin-right:.375rem;padding:.1875rem .625rem;font-size:.75rem;font-weight:600}.tl-cancel:hover:not(:disabled),.tl-cancel.danger{color:var(--error);background:var(--error-bg);border-color:#c0392b59}.tl-cancel:disabled{opacity:.6;cursor:default}.book-panel{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow-sm);flex-direction:column;gap:1rem;padding:1.375rem;display:flex}@media (width>=860px){.book-panel{top:calc(var(--topbar-h) + 1.5rem);position:sticky}}.book-panel h2{font-size:1rem}.bp-ctx{color:var(--text-muted);margin-top:-.625rem;font-size:.8125rem}.bp-sel{letter-spacing:-.02em;font-variant-numeric:tabular-nums;font-size:1.375rem;font-weight:700}.bp-sel .dur{color:var(--text-muted);letter-spacing:0;font-size:.9375rem;font-weight:500}.bp-empty{color:var(--text-muted);font-size:.875rem;line-height:1.5}.dur-chips,.title-chips{flex-wrap:wrap;gap:.4375rem;display:flex}.title-chips{margin-top:-.375rem}.dur-chip,.sug-chip{background:var(--surface);border:1.5px solid var(--border);border-radius:var(--radius-pill);color:var(--text);cursor:pointer;padding:.375rem .75rem;font-size:.8125rem;font-weight:600;transition:background .12s,border-color .12s}.dur-chip:hover:not(:disabled),.sug-chip:hover:not(:disabled){border-color:var(--accent-hover);background:#fffbe0}.dur-chip.on,.sug-chip.on{background:var(--accent);border-color:var(--accent-hover);color:var(--accent-text)}.dur-chip:disabled{opacity:.4;cursor:not-allowed}.sug-chip{font-weight:500}label .opt{font-size:.8125rem;font-weight:500}.success-msg{color:var(--success);background:var(--success-bg);border-radius:var(--radius-sm);border:1px solid #16a34926;padding:.5rem .75rem;font-size:.875rem;font-weight:500}.bp-selrow{justify-content:space-between;align-items:baseline;gap:.75rem;display:flex}.bp-clear{color:var(--text-muted);border-radius:var(--radius-sm);background:0 0;padding:.1875rem .5rem;font-size:.8125rem;font-weight:600}.bp-clear:hover{background:var(--bg);color:var(--text)}.attendees{flex-direction:column;gap:.5rem;display:flex}.att-head{color:var(--text);font-size:.8125rem;font-weight:600}.att-head .muted{font-weight:500}.att-chips{flex-wrap:wrap;gap:.375rem;display:flex}.att-chip{background:var(--surface-alt);border:1px solid var(--border);border-radius:var(--radius-pill);align-items:center;gap:.25rem;padding:.25rem .25rem .25rem .625rem;font-size:.8125rem;font-weight:500;display:inline-flex}.att-chip button{width:18px;height:18px;color:var(--text-muted);background:0 0;border-radius:50%;place-items:center;padding:0;font-size:1.0625rem;line-height:1;display:inline-grid}.att-chip button:hover{background:var(--busy-bg);color:var(--busy-text)}.att-search{position:relative}.att-results{z-index:30;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-sm);box-shadow:var(--shadow-md);max-height:244px;margin:0;padding:.25rem;list-style:none;position:absolute;top:calc(100% + 4px);left:0;right:0;overflow-y:auto}.att-results li{list-style:none}.att-results li button{text-align:left;background:0 0;border-radius:6px;flex-direction:column;align-items:flex-start;gap:1px;width:100%;padding:.4375rem .625rem;font-weight:500;display:flex}.att-results li button:hover{background:var(--bg)}.att-results .an{color:var(--text);font-size:.875rem}.att-results .ap{color:var(--text-muted);font-size:.75rem;font-weight:400}.att-empty{color:var(--text-muted);padding:.5rem .625rem;font-size:.8125rem}.bk-guests{color:var(--text-muted);margin-top:.1875rem;font-size:.78rem}.booking-form{flex-direction:column;gap:1rem;display:flex}.bookings-list{flex-direction:column;gap:.375rem;max-width:720px;display:flex}.bk-group{flex-direction:column;gap:.5rem;display:flex}.bk-head{letter-spacing:.06em;text-transform:uppercase;color:var(--text-muted);margin:1.25rem 0 .125rem;font-size:.75rem;font-weight:700}.bk-group:first-child .bk-head{margin-top:0}.booking-row{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-sm);box-shadow:var(--shadow-sm);align-items:center;gap:1.125rem;padding:.875rem 1.125rem;display:flex}.booking-row:hover{border-color:#c9c9c1}.bk-time{font-variant-numeric:tabular-nums;border-right:1px solid var(--border);flex-direction:column;align-items:flex-end;min-width:52px;padding-right:1.125rem;line-height:1.3;display:flex}.bk-time .s{font-size:.9375rem;font-weight:700}.bk-time .e{color:var(--text-muted);font-size:.8125rem}.bk-main{flex:1;min-width:0}.bk-title{text-overflow:ellipsis;white-space:nowrap;margin-bottom:.0625rem;font-weight:600;overflow:hidden}.bk-sub{color:var(--text-muted);font-size:.8125rem}.bk-cancel{flex-shrink:0}.ghost.danger{color:var(--error);background:var(--error-bg);font-weight:600}.ghost.danger:hover:not(:disabled){color:var(--error);background:#fbe3e0}.empty-state{flex-direction:column;align-items:flex-start;gap:.5rem;padding:2.5rem 0;display:flex}.empty-link{color:var(--text);border-bottom:2px solid var(--accent);padding-bottom:1px;font-weight:600;text-decoration:none}.empty-link:hover{background:#fffbe0}.wd-section{margin-top:2.25rem}.wd-head{letter-spacing:.06em;text-transform:uppercase;color:var(--text-muted);margin-bottom:.75rem;font-size:.75rem;font-weight:700}.wd-grid{grid-template-columns:repeat(auto-fill,minmax(min(100%,300px),1fr));gap:1.125rem;display:grid}.wd-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow-sm);color:var(--text);justify-content:space-between;align-items:center;gap:1rem;padding:1.125rem 1.375rem;text-decoration:none;transition:box-shadow .2s,transform .2s,border-color .2s;display:flex}.wd-card:hover{box-shadow:var(--shadow-md);border-color:#d6d6ce;transform:translateY(-2px)}.wd-main h3{font-size:1rem}.wd-sub{color:var(--text-muted);margin-top:.125rem;font-size:.8125rem}.wd-card .status{flex-shrink:0}.wd-exec{flex-direction:column;align-items:stretch;gap:.875rem}.wd-exec:hover{box-shadow:var(--shadow-sm);border-color:var(--border);transform:none}.wd-top{justify-content:space-between;align-items:center;gap:1rem;display:flex}.wd-link{color:var(--link,#8a6d00);text-decoration:none;display:inline-block}.wd-link:hover{text-decoration:underline}.wd-exec-modes{flex-wrap:wrap;gap:.5rem;display:flex}.exec-chip{white-space:nowrap;background:var(--surface-alt);border:1.5px solid var(--border);border-radius:var(--radius-sm);min-width:7rem;color:var(--text-muted);flex:auto;padding:.5rem .75rem;font-size:.8125rem;font-weight:600;transition:border-color .15s,background .15s,color .15s}.exec-chip:hover:not(:disabled){color:var(--text);border-color:#c9c9c1}.exec-chip:disabled{cursor:default;opacity:.7}.exec-chip.on.busy{background:var(--busy-bg);color:var(--busy-text);border-color:#9b2c2c73}.exec-chip.on.free{background:var(--success-bg);color:var(--success);border-color:#16a34973}.exec-chip.on.dnd{color:#3730a3;background:#eeeffc;border-color:#6366f180}.wd-exec-err{margin:0;font-size:.8125rem}.exec-panel{flex-direction:column;gap:1rem;max-width:560px;display:flex}.exec-note{background:var(--surface-alt);border:1px solid var(--border);border-radius:var(--radius-sm);padding:.5rem .75rem}.exec-modes{flex-direction:column;gap:.75rem;display:flex}.exec-mode{text-align:left;white-space:normal;background:var(--surface);border:1.5px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow-sm);flex-direction:column;align-items:flex-start;gap:.5rem;padding:1.125rem 1.25rem;transition:border-color .15s,box-shadow .15s,transform .15s;display:flex}.exec-mode:hover:not(:disabled){box-shadow:var(--shadow);border-color:#c9c9c1;transform:translateY(-1px)}.exec-mode:disabled{cursor:default;transform:none}.exec-mode.on.busy{background:#fffbfa;border-color:#9b2c2c66}.exec-mode.on.free{background:#fbfefc;border-color:#16a34966}.exec-mode.on.dnd{background:#fbfbfe;border-color:#6366f173}.exec-mode .exec-desc{color:var(--text-muted);font-size:.875rem;font-weight:400;line-height:1.5}.exec-mode .exec-current{letter-spacing:.04em;text-transform:uppercase;color:var(--text-muted);font-size:.78rem;font-weight:700}.exec-hint{font-size:.8125rem}.disp-list{flex-direction:column;gap:.75rem;max-width:860px;display:flex}.disp-row{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow-sm);flex-wrap:wrap;align-items:center;gap:1.25rem;padding:1.125rem 1.25rem;display:flex}.disp-main{flex-direction:column;flex:1;gap:.3125rem;min-width:260px;display:flex}.disp-title{flex-wrap:wrap;align-items:center;gap:.5rem;font-weight:700;display:flex}.disp-sub{color:var(--text-muted);font-size:.8125rem}.disp-seen{font-weight:500}.disp-url{color:var(--text-muted);background:var(--surface-alt);border:1px solid var(--border);border-radius:var(--radius-sm);overflow-wrap:anywhere;-webkit-user-select:all;user-select:all;padding:.375rem .5625rem;font-family:ui-monospace,SFMono-Regular,Consolas,monospace;font-size:.75rem}.disp-actions{flex-shrink:0;gap:.5rem;display:flex}.badge.kind{background:var(--surface-alt);border:1px solid var(--border);color:var(--text-muted)}.badge{border-radius:var(--radius-pill);letter-spacing:.02em;text-transform:uppercase;white-space:nowrap;align-items:center;padding:.1875rem .5625rem;font-size:.75rem;font-weight:600;display:inline-flex}.badge.free{background:var(--success-bg);color:var(--success)}.badge.busy{background:var(--busy-bg);color:var(--busy-text)}:focus-visible{outline:2.5px solid var(--accent);outline-offset:2px}:focus:not(:focus-visible){outline:none}a:focus-visible{border-radius:4px}@media (width>=720px){.drawer,.drawer-scrim{display:none}}@media (width<=719px){.topnav{display:none}.nav-toggle{place-items:center;display:inline-grid}}@media (width<=600px){.booking-row{gap:.875rem;padding:.875rem 1rem}.bk-time{padding-right:.875rem}.daybar{row-gap:.75rem}.date-jump{margin-left:0}}@media (width<=375px){.card{border-radius:var(--radius-sm);padding:1.25rem}.auth-card{max-width:100%}}@media (prefers-reduced-motion:reduce){.spinner{animation-duration:1.5s}.room-card,.slot,.drawer{transition:none}.drawer-scrim{animation:none}}.mg-stack{flex-direction:column;gap:2rem;max-width:860px;display:flex}.mg-section{flex-direction:column;gap:.75rem;display:flex}.mg-head{align-items:baseline;gap:.625rem;display:flex}.mg-head h2{font-size:1.0625rem}.mg-count{color:var(--text-muted);background:var(--surface-alt);border:1px solid var(--border);border-radius:999px;padding:.0625rem .5rem;font-size:.75rem;font-weight:700}.mg-note{margin:-.25rem 0 0;font-size:.8125rem}.mg-form{background:var(--surface-alt);border:1px solid var(--border);border-radius:var(--radius);flex-wrap:wrap;align-items:center;gap:.5rem;padding:.75rem;display:flex}.mg-form .mg-grow{flex:12rem;min-width:0}.mg-form .mg-num{flex:none;width:6rem}.mg-form select{flex:0 auto;width:auto;min-width:9.5rem}.mg-form button{flex:none;width:auto}.mg-list{flex-direction:column;gap:.5rem;margin:0;padding:0;list-style:none;display:flex}.mg-row{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);justify-content:space-between;align-items:center;gap:1rem;padding:.75rem 1rem;display:flex}.mg-row.off{opacity:.62}.mg-main{flex-direction:column;gap:.1875rem;min-width:0;display:flex}.mg-title{flex-wrap:wrap;align-items:center;gap:.5rem;font-weight:600;display:flex}.mg-sub{color:var(--text-muted);font-size:.8125rem}.mg-actions{flex-shrink:0;gap:.5rem;display:flex}.secondary.danger{color:var(--error);background:var(--error-bg);border-color:#c0392b59}@media (width<=600px){.mg-row{flex-direction:column;align-items:stretch}.mg-actions{justify-content:flex-end}}.modal-scrim{z-index:200;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#14141273;place-items:center;padding:1.25rem;animation:.15s scrim-in;display:grid;position:fixed;inset:0}.modal{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);width:100%;max-width:420px;box-shadow:var(--shadow-md);flex-direction:column;gap:.875rem;padding:1.5rem;animation:.18s cubic-bezier(.16,1,.3,1) modal-in;display:flex}.modal h2{font-size:1.125rem}.modal-body{flex-direction:column;gap:.5rem;font-size:.9375rem;display:flex}.modal-body .muted{font-size:.875rem;line-height:1.55}.modal-actions{justify-content:flex-end;gap:.5rem;margin-top:.25rem;display:flex}.modal-actions button{width:auto}.destructive{background:var(--error);color:#fff;padding:.625rem 1.125rem}.destructive:hover:not(:disabled){background:#a83225}.destructive:disabled{opacity:.65;cursor:default}@keyframes scrim-in{0%{opacity:0}to{opacity:1}}@keyframes modal-in{0%{opacity:0;transform:translateY(8px)scale(.98)}to{opacity:1;transform:none}}.tl-slot .bt .live{opacity:.75;font-weight:400}
