:root{
  --bg:#f6f0e6;
  --paper:#fffaf1;
  --ink:#171717;
  --muted:#6f675c;
  --line:#e7d9c7;
  --green:#b9ff4a;
  --green-strong:#8bd80e;
  --charcoal:#101010;
  --shadow:0 28px 80px rgba(31,23,12,.16);
}
*{box-sizing:border-box} body{margin:0;font-family:Inter,system-ui,-apple-system,Segoe UI,sans-serif;background:radial-gradient(circle at top left,#fff8df 0,#f5ead7 32%,#efe2d1 100%);color:var(--ink)}
.page-shell{width:min(1180px,94vw);margin:0 auto;padding:30px 0 60px}.hero-card{background:linear-gradient(135deg,#111,#1f1f1f 55%,#323323);color:white;border-radius:34px;padding:30px;box-shadow:var(--shadow);overflow:hidden;position:relative}.hero-card:after{content:"♬";position:absolute;right:34px;top:0;font-size:190px;color:rgba(185,255,74,.11);font-weight:900}.brand-pill{display:inline-flex;align-items:center;gap:10px;border:1px solid rgba(255,255,255,.14);background:rgba(255,255,255,.07);padding:9px 14px;border-radius:999px;font-weight:800}.logo-dot{display:grid;place-items:center;width:32px;height:32px;border-radius:50%;background:var(--green);color:#111}.hero-grid{display:grid;grid-template-columns:1fr 340px;gap:30px;margin-top:34px;position:relative;z-index:1}.eyebrow{text-transform:uppercase;letter-spacing:.16em;color:var(--green);font-size:12px;font-weight:900}.eyebrow.dark{color:#6ba800}.hero-card h1{font-size:clamp(36px,6vw,72px);line-height:.94;margin:8px 0 18px;max-width:820px}.hero-copy{font-size:19px;color:#e9e1d6;max-width:670px}.mini-panel{background:rgba(255,255,255,.09);border:1px solid rgba(255,255,255,.13);border-radius:28px;padding:24px;backdrop-filter:blur(10px)}.mini-title{font-size:20px;font-weight:900;margin-bottom:12px}.mini-panel li{margin:10px 0;color:#f7f2e9}.app-card{margin-top:24px;background:rgba(255,250,241,.9);border:1px solid rgba(231,217,199,.9);border-radius:34px;padding:30px;box-shadow:var(--shadow)}.section-header,.calendar-tools,.actions{display:flex;justify-content:space-between;align-items:center;gap:18px}.section-header h2{font-size:34px;margin:0}.badge{background:#111;color:#fff;border-radius:999px;padding:10px 14px;font-weight:800}.form-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin:24px 0}label{display:flex;flex-direction:column;gap:8px;font-weight:800;color:#2b2925}input,select,textarea{width:100%;border:1px solid var(--line);border-radius:18px;padding:14px 15px;background:white;font:inherit;color:var(--ink);outline:none}input:focus,select:focus,textarea:focus{border-color:var(--green-strong);box-shadow:0 0 0 4px rgba(185,255,74,.28)}.calendar-tools{margin:28px 0 14px}.calendar-tools h3{margin:0;font-size:24px}.calendar-tools p{margin:6px 0 0;color:var(--muted)}button{border:0;border-radius:18px;padding:14px 18px;font:inherit;font-weight:900;cursor:pointer}.primary{background:var(--green);color:#111;box-shadow:0 12px 24px rgba(139,216,14,.26)}.secondary{background:#111;color:#fff}.calendar-wrap{overflow:auto;border:1px solid var(--line);border-radius:24px;background:white}.calendar{min-width:860px;display:grid;grid-template-columns:90px repeat(6,1fr)}.cell,.head,.time{border-bottom:1px solid #efe3d3;border-right:1px solid #efe3d3;min-height:42px;padding:8px}.head{position:sticky;top:0;background:#111;color:#fff;text-align:center;font-weight:900;z-index:2}.time{background:#fffaf1;font-size:13px;color:#6f675c;font-weight:800}.slot{background:#fff;cursor:pointer;transition:.15s;display:flex;align-items:center;justify-content:center;gap:7px;color:#5f5a51}.slot:hover{background:#f2ffd9}.slot:disabled{cursor:not-allowed;opacity:.7}.slot.selected{background:var(--green);box-shadow:inset 0 0 0 2px #111;color:#111}.slot.occupied{background:#f1ece5;color:#9b342c}.status-dot{width:10px;height:10px;border-radius:50%;background:#b9ff4a;box-shadow:0 0 0 3px rgba(185,255,74,.20)}.slot.occupied .status-dot{background:#d94f45;box-shadow:0 0 0 3px rgba(217,79,69,.13)}.slot.selected .status-dot{background:#111;box-shadow:none}.status-text{font-size:12px;font-weight:900;letter-spacing:.02em}.slot.selected:not(.selected-start) .status-text{display:none}.selection-card{margin-top:18px;background:#111;color:white;border-radius:24px;padding:18px}.selected-list{margin-top:8px;color:#f0eadf;display:flex;flex-wrap:wrap;gap:8px}.chip{background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.16);padding:8px 10px;border-radius:999px}.notes-label{margin-top:18px}.message{margin-top:18px;border-radius:18px;padding:14px;font-weight:800}.message.ok{background:#e9ffd0;color:#214700}.message.error{background:#ffe1df;color:#8c1d15}.actions{justify-content:flex-end;margin-top:20px}@media(max-width:850px){.hero-grid,.form-grid{grid-template-columns:1fr}.section-header,.calendar-tools{align-items:flex-start;flex-direction:column}.app-card,.hero-card{padding:22px;border-radius:24px}.calendar{min-width:760px}.hero-card h1{font-size:42px}}
.field-hint{font-weight:600;color:var(--muted);line-height:1.35;margin-top:-2px}
