:root{--color-primary:#9a90cd;--color-primary-dark:#7c72b8;--color-secondary:#f3798b;--color-secondary-dark:#d65a6d;--color-bg-start:#f8fafc;--color-bg-end:#f1f5f9;--color-surface:#ffffffeb;--color-surface-hover:#fff;--color-text:#4a4e69;--color-text-light:#9296c8;--shadow-glass:0 10px 40px 0 #9a90cd1f;--border-glass:1px solid #fffc;--radius-lg:28px;--radius-md:18px;--radius-sm:10px}*{box-sizing:border-box;margin:0;padding:0}h1,h2,h3,h4,h5,h6{font-weight:800;color:#000!important}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{background:linear-gradient(135deg, var(--color-bg-start) 0%, var(--color-bg-end) 100%);color:var(--color-text);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-attachment:fixed;flex-direction:column;min-height:100vh;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;display:flex}.glass-panel{background:var(--color-surface);-webkit-backdrop-filter:blur(20px);border-radius:var(--radius-lg);border:var(--border-glass);box-shadow:var(--shadow-glass);padding:2.5rem;transition:all .4s cubic-bezier(.16,1,.3,1)}.glass-panel:hover{background:var(--color-surface-hover);transform:translateY(-2px);box-shadow:0 15px 50px #4c34851f}.app-container{width:100%;max-width:1200px;margin:0 auto;padding:2rem}.hero-header{text-align:center;margin-bottom:3rem;animation:.8s ease-out forwards fadeInDown}.hero-title{color:var(--color-primary);margin-bottom:.5rem;font-size:3rem;font-weight:700}.hero-title span{color:var(--color-secondary)}.hero-subtitle{color:var(--color-text-light);font-size:1.25rem;font-weight:300}.btn-primary{background:linear-gradient(135deg, var(--color-secondary), var(--color-secondary-dark));color:#fff;border-radius:var(--radius-md);cursor:pointer;-webkit-tap-highlight-color:transparent;border:none;padding:1rem 2rem;font-size:1.1rem;font-weight:600;transition:transform .2s,box-shadow .2s;box-shadow:0 4px 15px #fa72684d}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 6px 20px #fa726866}.btn-primary:active{transform:translateY(0)}.pwa-install-banner{background:linear-gradient(135deg, var(--color-primary), var(--color-primary-dark));color:#fff;z-index:9999;justify-content:space-between;align-items:center;gap:1rem;padding:1rem 1.5rem;animation:.4s ease-out slideUp;display:flex;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -4px 20px #00000026}.pwa-install-banner button{-webkit-tap-highlight-color:transparent}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@keyframes slideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}.admin-header{justify-content:space-between;align-items:center;gap:1rem;margin-bottom:2rem;display:flex}.admin-header-actions{align-items:center;gap:1rem;display:flex}.admin-layout{align-items:flex-start;gap:2rem;display:flex}.admin-sidebar{flex-direction:column;flex-shrink:0;gap:.5rem;width:250px;max-height:calc(100vh - 200px);padding:1rem;display:flex;position:sticky;top:1rem;overflow-y:auto}.admin-sidebar button{border-radius:var(--radius-sm);text-align:left;cursor:pointer;border:none;align-items:center;gap:.8rem;width:100%;padding:.8rem 1rem;font-weight:600;transition:all .2s;display:flex}.admin-sidebar button span{flex:1}.admin-content{flex:1;min-width:0;overflow-x:auto}.calendar-day{color:#000;font-weight:700}.time-slot{font-weight:600;color:#000!important}@media (width<=768px){.app-container{padding:1rem}.glass-panel{border-radius:var(--radius-md);padding:1.2rem}.hero-header{margin-bottom:2rem}.hero-title{font-size:2.2rem}.hero-subtitle{font-size:1.05rem}.btn-primary{justify-content:center;width:100%;padding:.9rem 1.5rem;font-size:1rem}.admin-header{flex-direction:column;align-items:flex-start}.admin-header-actions{flex-wrap:wrap;width:100%}.admin-header-actions button,.admin-header-actions a{flex:1;justify-content:center;padding:.6rem;font-size:.85rem}.admin-layout{flex-direction:column;gap:1rem}.admin-sidebar{width:100%;max-height:auto;white-space:nowrap;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;border-radius:var(--radius-sm);flex-direction:row;gap:.8rem;padding:.5rem;position:static;overflow-x:auto}.admin-sidebar button{scroll-snap-align:start;flex:none;width:auto;padding:.6rem 1rem}.admin-sidebar button span{display:inline}}@media (width<=480px){.app-container{padding:.75rem}.glass-panel{border-radius:14px;padding:1rem}.calendar-grid{gap:.3rem!important}.calendar-day{padding:.5rem .2rem!important;font-size:.85rem!important}.time-grid{grid-template-columns:1fr!important;gap:.5rem!important}.hero-title{font-size:1.8rem}.hero-subtitle{font-size:.95rem}.btn-primary{border-radius:12px;padding:.85rem 1.2rem;font-size:.95rem}}
