:root{--text:#6b6375;--text-h:#08060d;--bg:#fff;--border:#e5e4e7;--code-bg:#f4f3ec;--accent:#aa3bff;--accent-bg:#aa3bff1a;--accent-border:#aa3bff80;--social-bg:#f4f3ec80;--shadow:#0000001a 0 10px 15px -3px, #0000000d 0 4px 6px -2px;--sans:system-ui, "Segoe UI", Roboto, sans-serif;--heading:system-ui, "Segoe UI", Roboto, sans-serif;--mono:ui-monospace, Consolas, monospace;font:18px/145% var(--sans);letter-spacing:.18px;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light dark;color:var(--text);background:var(--bg);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media (prefers-color-scheme:dark){:root{--lightningcss-light: ;--lightningcss-dark:initial}}@media (width<=1024px){:root{font-size:16px}}@media (prefers-color-scheme:dark){:root{--text:#9ca3af;--text-h:#f3f4f6;--bg:#16171d;--border:#2e303a;--code-bg:#1f2028;--accent:#c084fc;--accent-bg:#c084fc26;--accent-border:#c084fc80;--social-bg:#2f303a80;--shadow:#0006 0 10px 15px -3px, #00000040 0 4px 6px -2px}#social .button-icon{filter:invert()brightness(2)}}#root{text-align:center;border-inline:1px solid var(--border);box-sizing:border-box;flex-direction:column;width:1126px;max-width:100%;min-height:100svh;margin:0 auto;display:flex}body{margin:0}h1,h2{font-family:var(--heading);color:var(--text-h);font-weight:500}h1{letter-spacing:-1.68px;margin:32px 0;font-size:56px}@media (width<=1024px){h1{margin:20px 0;font-size:36px}}h2{letter-spacing:-.24px;margin:0 0 8px;font-size:24px;line-height:118%}@media (width<=1024px){h2{font-size:20px}}p{margin:0}code,.counter{font-family:var(--mono);color:var(--text-h);border-radius:4px;display:inline-flex}code{background:var(--code-bg);padding:4px 8px;font-size:15px;line-height:135%}.calendar-grid{border-collapse:collapse;width:100%}.calendar-grid th,.calendar-grid td{border:1px solid var(--border,#ddd);vertical-align:top;padding:4px}.calendar-grid th{background:var(--table-header-bg,#f5f5f5);padding:8px 4px}.hour-label{white-space:nowrap;text-align:right;color:#888;width:3.5rem;font-size:.85rem}.slot{cursor:pointer;min-width:140px;height:3.2rem}.slot:hover{background:var(--slot-hover-bg,#f0f7ff)}.slot.buffer{cursor:not-allowed;background:repeating-linear-gradient(45deg,#eee,#eee 6px,#e2e2e2 6px 12px)}.booking-cell{border-radius:6px;flex-direction:column;gap:2px;height:100%;padding:4px 6px;font-size:.8rem;line-height:1.2;display:flex}.booking-cell.status-pending{background:#fff3cd}.booking-cell.status-confirmed{background:#d4edda}.booking-cell.status-cancelled{opacity:.6;background:#f1f1f1;text-decoration:line-through}.status-tag{opacity:.8;font-size:.7rem}.modal-overlay{z-index:100;background:#0006;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.modal{background:var(--modal-bg,#fff);color:var(--modal-fg,#111);border-radius:10px;width:min(420px,90vw);max-height:90vh;padding:1.5rem;overflow-y:auto}.modal label{flex-direction:column;gap:2px;font-size:.85rem;display:flex}.modal input,.modal select,.modal textarea{font:inherit;border:1px solid #ccc;border-radius:6px;padding:6px 8px}.modal button.danger{color:#b00020;border-color:#b00020}.view-toggle{border:1px solid var(--border,#ccc);border-radius:6px;margin-left:auto;display:flex;overflow:hidden}.view-toggle button{background:0 0;border:none;border-radius:0;padding:6px 12px}.view-toggle button.active{background:var(--accent-bg,#e0ecff);font-weight:600}.clock-row{flex-wrap:wrap;justify-content:center;gap:2rem;display:flex}.clock-card{flex-direction:column;align-items:center;gap:.5rem;display:flex}.clock-face{width:260px;height:260px}.clock-sector{fill:var(--slot-hover-bg,#f5f5f5);stroke:var(--modal-bg,#fff);stroke-width:1.5px;cursor:pointer}.clock-sector.empty:hover{fill:var(--slot-hover-bg,#dbe9ff)}.clock-sector.status-pending{fill:#fff3cd}.clock-sector.status-confirmed{fill:#b9e6c4}.clock-sector.status-cancelled{fill:#e2e2e2}.clock-sector.buffer{fill:#e2e2e2;cursor:not-allowed}.clock-label{fill:#666;pointer-events:none;font-size:8px}.clock-hub{fill:var(--modal-bg,#fff);stroke:var(--border,#ccc);stroke-width:1px}.hint{color:#888;margin:-.5rem 0 1rem;font-size:.85rem}.form-error{color:#b00020;background:#fdecea;border:1px solid #f5c6cb;border-radius:6px;margin:0 0 .6rem;padding:6px 10px;font-size:.85rem}.user-bar{color:#666;align-items:center;gap:.6rem;font-size:.9rem;display:flex}.login-screen{justify-content:center;align-items:center;min-height:100vh;display:flex}.login-form{border:1px solid var(--border,#ddd);border-radius:10px;gap:.7rem;width:min(320px,90vw);padding:2rem;display:grid}.login-form h1{text-align:center;margin:0 0 .5rem;font-size:1.3rem}.login-form label{flex-direction:column;gap:2px;font-size:.85rem;display:flex}.login-form input{font:inherit;border:1px solid #ccc;border-radius:6px;padding:8px 10px}.month-view{max-width:420px;margin:0 auto}.month-header{justify-content:space-between;align-items:center;margin-bottom:1rem;display:flex}.month-header h2{margin:0;font-size:1.1rem}.month-header button{padding:4px 12px}.month-grid{grid-template-columns:repeat(7,1fr);gap:4px;display:grid}.month-weekday{text-align:center;color:#888;padding:4px 0;font-size:.75rem}.month-cell{aspect-ratio:1;border:1px solid var(--border,#ddd);font:inherit;cursor:pointer;background:0 0;border-radius:8px;justify-content:center;align-items:center;display:flex}.month-cell:hover{background:var(--slot-hover-bg,#f0f7ff)}.month-cell.empty{cursor:default;border:none}.month-cell.has-booking{background:var(--accent-bg,#e0ecff);border-color:#7aa6e0;font-weight:600}.month-cell.today{outline-offset:-2px;outline:2px solid #f0ad4e}
