@import "https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@600;700;800&display=swap";
:root{--ink:#17211b;--muted:#68726c;--paper:#f4f2ec;--card:#ffffffd6;--line:#17211b1a;--green:#205c45;--green-2:#2d8060;--mint:#d8eadf;--amber:#d88a35;--red:#b84c45;--shadow:0 18px 50px #1f342917}*{box-sizing:border-box}html{background:var(--paper)}body{color:var(--ink);background:radial-gradient(circle at 8% 0%, #d8eadfd9, transparent 28rem), radial-gradient(circle at 100% 12%, #f0d7b38c, transparent 30rem), var(--paper);min-height:100vh;margin:0;font-family:DM Sans,sans-serif}button,input{font:inherit}a{color:inherit;text-decoration:none}h1,h2,h3,p{margin-top:0}h1,h2,h3{letter-spacing:-.035em;font-family:Manrope,sans-serif}.shell{min-height:100vh}.topbar{z-index:20;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);border-bottom:1px solid var(--line);background:#f4f2ecc2;justify-content:space-between;align-items:center;gap:1rem;min-height:72px;padding:.8rem max(1.25rem,50vw - 590px);display:flex;position:sticky;top:0}.brand{align-items:center;gap:.75rem;font:800 1.05rem Manrope;display:flex}.brand-mark{color:#fff;background:var(--green);border-radius:13px;place-items:center;width:38px;height:38px;display:grid;box-shadow:0 8px 22px #205c4542}.store-button,.icon-button,.button,.nav-link,.chip{cursor:pointer;border:0;transition:all .18s}.store-button{background:#fff;border-radius:999px;align-items:center;gap:.55rem;padding:.65rem .85rem;display:flex;box-shadow:0 5px 20px #1e302612}.main{width:min(1180px,100% - 2rem);margin:0 auto;padding:2.2rem 0 7rem}.page-head{justify-content:space-between;align-items:end;gap:1rem;margin-bottom:1.5rem;display:flex}.eyebrow{color:var(--green-2);letter-spacing:.12em;text-transform:uppercase;margin-bottom:.45rem;font-size:.77rem;font-weight:700}.page-head h1{margin-bottom:.2rem;font-size:clamp(1.75rem,4vw,2.55rem)}.subtle{color:var(--muted)}.grid{gap:1rem;display:grid}.metric-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.two-col{grid-template-columns:minmax(0,1.55fr) minmax(280px,.85fr)}.card{background:var(--card);box-shadow:var(--shadow);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid #ffffffbf;border-radius:22px;padding:1.25rem}.card-title{justify-content:space-between;align-items:center;gap:.75rem;margin-bottom:1rem;display:flex}.card-title h2,.card-title h3{margin:0;font-size:1rem}.metric-card{min-height:146px;position:relative;overflow:hidden}.metric-card:after{content:"";background:var(--mint);opacity:.7;border-radius:50%;width:90px;height:90px;position:absolute;bottom:-35px;right:-25px}.metric-icon{color:var(--green)}.metric-value{margin:1rem 0 .25rem;font:800 clamp(1.55rem,3vw,2.15rem) Manrope}.metric-label{color:var(--muted);font-size:.85rem}.hero-card{color:#fff;background:linear-gradient(135deg,#174934,#287456);border:0}.hero-card .metric-label,.hero-card .subtle{color:#ffffffb3}.hero-card:after{background:#ffffff21;width:150px;height:150px}.appointments{gap:.65rem;display:grid}.appointment{border:1px solid var(--line);background:#ffffff8c;border-radius:15px;grid-template-columns:72px 1fr auto;align-items:center;gap:.9rem;padding:.85rem;display:grid}.appointment-time{color:var(--green);font-weight:700}.appointment-name{margin-bottom:.15rem;font-weight:700}.badge{background:var(--mint);color:var(--green);border-radius:999px;padding:.28rem .55rem;font-size:.72rem;font-weight:700;display:inline-flex}.badge.open{color:#875016;background:#f7e6cc}.date-controls{flex-wrap:wrap;align-items:end;gap:.65rem;display:flex}.field{gap:.35rem;display:grid}.field label{color:var(--muted);font-size:.75rem;font-weight:700}.input{min-height:42px;color:var(--ink);border:1px solid var(--line);background:#fff;border-radius:12px;outline:0;padding:.65rem .75rem}.input:focus{border-color:var(--green-2);box-shadow:0 0 0 3px #2d80601f}.button{background:var(--green);color:#fff;border-radius:12px;justify-content:center;align-items:center;gap:.5rem;min-height:42px;padding:.65rem 1rem;font-weight:700;display:inline-flex}.button:hover{background:#174934;transform:translateY(-1px)}.button.secondary{color:var(--ink);border:1px solid var(--line);background:#fff}.button.danger{color:var(--red);background:#faeae8}.button:disabled{opacity:.55;cursor:default;transform:none}.table-wrap{overflow-x:auto}.table{border-collapse:collapse;width:100%}.table th{color:var(--muted);text-transform:uppercase;letter-spacing:.07em;text-align:left;font-size:.72rem}.table th,.table td{border-bottom:1px solid var(--line);white-space:nowrap;padding:.85rem .6rem}.table th:last-child,.table td:last-child{text-align:right}.empty,.error{text-align:center;color:var(--muted);padding:2.5rem 1rem}.error{color:var(--red)}.skeleton{background:linear-gradient(100deg,#ffffff59 20%,#ffffffe6 40%,#ffffff59 60%) 0 0/200% 100%;border-radius:14px;min-height:100px;animation:1.2s infinite pulse}@keyframes pulse{to{background-position-x:-200%}}.bottom-nav{z-index:30;color:#fff;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#17211bf0;border-radius:20px;gap:.2rem;padding:.4rem;display:flex;position:fixed;bottom:1rem;left:50%;transform:translate(-50%);box-shadow:0 18px 38px #17211b40}.nav-link{color:#ffffff94;border-radius:15px;justify-items:center;gap:.2rem;min-width:72px;padding:.55rem .65rem;font-size:.68rem;display:grid}.nav-link.active{color:#fff;background:#ffffff21}.login-page{grid-template-columns:minmax(0,1.15fr) minmax(390px,.85fr);min-height:100vh;display:grid}.login-story{color:#fff;background:linear-gradient(145deg,#153f2f,#22664b);flex-direction:column;justify-content:flex-end;padding:clamp(2rem,6vw,6rem);display:flex;position:relative;overflow:hidden}.login-story:before,.login-story:after{content:"";border:1px solid #ffffff1f;border-radius:50%;position:absolute}.login-story:before{width:620px;height:620px;top:-270px;right:-240px}.login-story:after{background:#ffffff0a;width:330px;height:330px;top:-85px;right:-95px}.login-story h1{max-width:700px;margin-bottom:1.4rem;font-size:clamp(2.4rem,6vw,5.5rem);line-height:.98}.login-story p{color:#ffffffad;max-width:560px;font-size:1.05rem}.login-panel{place-items:center;padding:2rem;display:grid}.login-form{width:min(420px,100%)}.login-form h2{margin:1.7rem 0 .5rem;font-size:2rem}.login-form .field{margin-top:1rem}.login-form .button{width:100%;margin-top:1.2rem}.store-grid{grid-template-columns:repeat(auto-fit,minmax(240px,1fr))}.store-card{text-align:left;cursor:pointer}.store-card:hover{border-color:var(--mint);transform:translateY(-3px)}.chart{width:100%;height:330px}.pagination{justify-content:flex-end;align-items:center;gap:.65rem;margin-top:1rem;display:flex}@media (max-width:900px){.metric-grid{grid-template-columns:repeat(2,1fr)}.two-col,.login-page{grid-template-columns:1fr}.login-story{min-height:38vh;padding:2rem}.login-story h1{font-size:2.8rem}.login-panel{align-items:start}}@media (max-width:640px){.main{width:min(100% - 1.25rem,1180px);padding-top:1.3rem}.topbar{min-height:64px;padding-inline:.8rem}.brand span:last-child{display:none}.metric-grid{grid-template-columns:1fr 1fr;gap:.65rem}.metric-card{min-height:126px;padding:1rem}.two-col{grid-template-columns:1fr}.appointment{grid-template-columns:62px 1fr}.appointment .badge{grid-column:2;justify-self:start}.bottom-nav{justify-content:space-around;width:calc(100% - 1rem);bottom:.5rem}.nav-link{flex:1;min-width:0;padding-inline:.3rem}.topbar .nav-desktop-extra{display:none}.page-head{flex-direction:column;align-items:start}}
