*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--color-primary:#185fa5;--color-primary-dark:#0c447c;--color-danger:#e24b4a;--color-border:#0000001f;--color-border-hover:#00000040;--color-bg:#fff;--color-bg-secondary:#f7f7f5;--color-bg-tertiary:#f0efe9;--color-text:#1a1a18;--color-text-muted:#6b6b67;--color-text-hint:#9b9b96;--radius-md:8px;--radius-lg:12px;--radius-pill:999px;color:var(--color-text);background:var(--color-bg-tertiary);font-family:system-ui,-apple-system,Segoe UI,sans-serif;font-size:16px;line-height:1.5}@media (prefers-color-scheme:dark){:root{--color-primary:#378add;--color-primary-dark:#85b7eb;--color-border:#ffffff1f;--color-border-hover:#ffffff40;--color-bg:#1e1e1c;--color-bg-secondary:#2a2a28;--color-bg-tertiary:#161614;--color-text:#f0efe9;--color-text-muted:#a0a09a;--color-text-hint:#6b6b67}}body{background:var(--color-bg-tertiary);min-height:100vh}#root{min-height:100vh}button{cursor:pointer;font-family:inherit;font-size:14px}input,textarea,select{color:var(--color-text);background:var(--color-bg);border:.5px solid var(--color-border);border-radius:var(--radius-md);outline:none;width:100%;padding:8px 10px;font-family:inherit;font-size:14px;transition:border-color .15s}input:focus,textarea:focus,select:focus{border-color:var(--color-primary);box-shadow:0 0 0 3px #185fa51f}textarea{resize:vertical;min-height:70px}.counter{color:var(--accent);background:var(--accent-bg);border:2px solid #0000;border-radius:5px;margin-bottom:24px;padding:5px 10px;font-size:16px;transition:border-color .3s}.counter:hover{border-color:var(--accent-border)}.counter:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.hero{position:relative}.hero .base,.hero .framework,.hero .vite{margin:0 auto;inset-inline:0}.hero .base{z-index:0;width:170px;position:relative}.hero .framework,.hero .vite{position:absolute}.hero .framework{z-index:1;height:28px;top:34px;transform:perspective(2000px)rotate(300deg)rotateX(44deg)rotateY(39deg)scale(1.4)}.hero .vite{z-index:0;width:auto;height:26px;top:107px;transform:perspective(2000px)rotate(300deg)rotateX(40deg)rotateY(39deg)scale(.8)}#center{flex-direction:column;flex-grow:1;place-content:center;place-items:center;gap:25px;display:flex}@media (width<=1024px){#center{gap:18px;padding:32px 20px 24px}}#next-steps{border-top:1px solid var(--border);text-align:left;display:flex}#next-steps>div{flex:1 1 0;padding:32px}@media (width<=1024px){#next-steps>div{padding:24px 20px}}#next-steps .icon{width:22px;height:22px;margin-bottom:16px}@media (width<=1024px){#next-steps{text-align:center;flex-direction:column}}#docs{border-right:1px solid var(--border)}@media (width<=1024px){#docs{border-right:none;border-bottom:1px solid var(--border)}}#next-steps ul{gap:8px;margin:32px 0 0;padding:0;list-style:none;display:flex}#next-steps ul .logo{height:18px}#next-steps ul a{color:var(--text-h);background:var(--social-bg);border-radius:6px;align-items:center;gap:8px;padding:6px 12px;font-size:16px;text-decoration:none;transition:box-shadow .3s;display:flex}#next-steps ul a:hover{box-shadow:var(--shadow)}#next-steps ul a .button-icon{width:18px;height:18px}@media (width<=1024px){#next-steps ul{flex-wrap:wrap;justify-content:center;margin-top:20px}#next-steps ul li{flex:calc(50% - 8px)}#next-steps ul a{box-sizing:border-box;justify-content:center;width:100%}}#spacer{border-top:1px solid var(--border);height:88px}@media (width<=1024px){#spacer{height:48px}}.ticks{width:100%;position:relative}.ticks:before,.ticks:after{content:"";border:5px solid #0000;position:absolute;top:-4.5px}.ticks:before{border-left-color:var(--border);left:0}.ticks:after{border-right-color:var(--border);right:0}.app{color:#5f6163;max-width:1200px;min-height:100vh;margin:0 auto;padding:1rem;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}.loading{color:#667eea;justify-content:center;align-items:center;min-height:100vh;font-size:1.2rem;display:flex}.calendar-header{margin-bottom:1rem}.calendar-header h1{margin:0}.header-top{justify-content:space-between;align-items:center;margin-bottom:.5rem;display:flex}.header-actions{align-items:center;gap:1rem;display:flex}.username{color:#6b7280;font-size:.95rem}.logout-btn{color:#fff;cursor:pointer;background:#ef4444;border:none;border-radius:.3rem;padding:.4rem .8rem;font-size:.9rem}.logout-btn:hover{background:#dc2626}.calendar-controls{justify-content:space-between;align-items:center;gap:8px;margin-bottom:.75rem;display:flex}.calendar-controls button{color:#333;cursor:pointer;background:#fff;border:1px solid #999;border-radius:.42rem;padding:.4rem .8rem}.calendar-grid{grid-template-columns:repeat(7,1fr);gap:.35rem;margin-bottom:1.25rem;display:grid}.weekday-cell{text-align:center;padding:.3rem .2rem;font-weight:600}.day-cell{text-align:left;cursor:pointer;background:#fff;border:1px solid #d1d5db;border-radius:.45rem;flex-direction:column;min-height:90px;padding:.35rem;display:flex}.day-cell.weekend{background:#abbae6}.day-cell.has-events{background:#fee2e2}.day-cell.out-of-month{opacity:.45}.day-selected{box-shadow:0 0 0 2px #818cf8}.day-number{font-size:.85rem;font-weight:600}.events-list{flex-direction:column;gap:.2rem;margin-top:.3rem;display:flex;overflow:hidden}.more{color:#475569;font-size:.72rem}.day-details{border-top:1px solid #cbd5e1;margin-top:1rem;padding-top:1rem}.list-event{background:#f8fafc;border-left:5px solid #ccc;border-radius:.35rem;margin:.4rem 0;padding:.6rem}.list-event small{color:#475569;margin-top:.25rem;display:block}.event-top{align-items:center;gap:.55rem;display:flex}.status-pill{color:#1f2937;background:#e2e8f0;border-radius:999px;padding:.14rem .4rem;font-size:.7rem}.status-requested{background:#fde68a}.status-booked{background:#86efac}.status-busy{background:#fca5a5}.event-actions{gap:.4rem;margin-top:.35rem;display:flex}.event-actions button{color:#333;cursor:pointer;background:#fff;border:1px solid #cbd5e1;border-radius:.3rem;padding:.28rem .45rem}.modal-backdrop{z-index:100;background:#0f172a73;place-items:center;display:grid;position:fixed;inset:0}.modal{background:#fff;border:1px solid #cbd5e1;border-radius:.75rem;width:100%;max-width:400px;padding:1rem;box-shadow:0 20px 37px #0f172a4d}.modal label{gap:.2rem;margin-bottom:.7rem;font-size:.9rem;display:grid}.modal input,.modal select,.modal textarea{border:1px solid #cbd5e1;border-radius:.35rem;width:100%;padding:.42rem}.modal-footer{justify-content:flex-end;gap:.5rem;display:flex}.modal-footer button{cursor:pointer;border:none;border-radius:.35rem;padding:.4rem .8rem}.modal-footer button:first-of-type{color:#334155;background:#f1f5f9}.modal-footer button:last-of-type{color:#fff;background:#2563eb}._chip_1wd40_1{white-space:nowrap;text-overflow:ellipsis;cursor:pointer;border:1px solid #0000;border-radius:.5rem;align-items:center;gap:.25rem;padding:.18rem .35rem;font-size:.72rem;font-weight:600;line-height:1.1;display:inline-flex;overflow:hidden}._statusDot_1wd40_33{border-radius:50%;flex-shrink:0;width:.5rem;height:.5rem}._time_1wd40_47{margin-right:.25rem;font-size:.65rem;font-weight:700}._legend_1qoaz_1{flex-wrap:wrap;gap:10px;margin-bottom:1.25rem;display:flex}._pill_1qoaz_15{border-radius:999px;align-items:center;gap:5px;padding:4px 10px;font-size:12px;font-weight:500;display:flex}._dot_1qoaz_35{border-radius:50%;flex-shrink:0;width:7px;height:7px}._container_fovhx_1{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);justify-content:center;align-items:center;min-height:100vh;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;display:flex}._box_fovhx_19{background:#fff;border-radius:.75rem;width:100%;max-width:380px;padding:2rem;box-shadow:0 20px 60px #0000004d}._box_fovhx_19 h1{color:#1f2937;text-align:center;margin:0 0 .2rem;font-size:2rem}._box_fovhx_19 p{color:#6b7280;text-align:center;margin:0 0 1.5rem;font-size:.9rem}form{flex-direction:column;gap:1rem;display:flex}label{color:#374151;flex-direction:column;gap:.4rem;font-size:.9rem;display:flex}input{border:1px solid #d1d5db;border-radius:.4rem;padding:.6rem .75rem;font-size:.95rem;transition:border-color .2s}input:focus{border-color:#667eea;outline:none;box-shadow:0 0 0 3px #667eea1a}button{color:#fff;cursor:pointer;background:#667eea;border:none;border-radius:.4rem;padding:.7rem 1rem;font-size:1rem;font-weight:600;transition:background .2s}button:hover{background:#5568d3}button:disabled{opacity:.6;cursor:not-allowed}._link_fovhx_163{color:#667eea;cursor:pointer;background:0 0;padding:0;font-weight:600;text-decoration:underline}._link_fovhx_163:hover{color:#5568d3;background:0 0}._error_fovhx_191{color:#dc2626;background:#fee2e2;border-radius:.4rem;margin:0;padding:.6rem;font-size:.9rem}
