@import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Playfair+Display:wght@500;600&display=swap");:root{--paper:#f7f4ec;--ink:#263c32;--muted:#69756b;--line:#dddcd0;--green:#294c3c;--lime:#d9e5ad;--orange:#cb653e}*{box-sizing:border-box}body{margin:0;background:var(--paper);color:var(--ink);font:15px DM Sans,sans-serif}button,input,select,textarea{font:inherit}a,button{touch-action:manipulation}button{cursor:pointer;border:1px solid var(--line);background:white;color:var(--ink);padding:11px 17px;border-radius:30px;font-weight:600}button:hover{background:#edf0e3}button:disabled{opacity:.5;cursor:wait}button.primary{background:var(--green);color:white;border-color:var(--green)}button.danger{color:#9b3829}a{color:inherit}h1,h2,h3,p{margin-top:0}.serif,h1,h2{font-family:Playfair Display,Georgia,serif;font-weight:500}h1{font-size:clamp(42px,5vw,76px);line-height:1.08;letter-spacing:-2px}h2{font-size:32px}h3{font-size:17px}p{line-height:1.6}.muted,small{color:var(--muted)}header{max-width:1320px;margin:auto;display:flex;align-items:center;justify-content:space-between;padding:24px 32px;border-bottom:1px solid var(--line);gap:20px}.brand{font-size:31px;font-weight:700;letter-spacing:-2px;text-decoration:none}.brand sup{font-size:18px}.nav{display:flex;gap:8px;align-items:center;flex-wrap:wrap}.nav button{background:transparent;border-color:transparent}.nav button.active{background:var(--green);color:white}.shell{max-width:1256px;margin:0 auto;padding:32px 24px}.notice{background:#efe6cf;border:1px solid #ded0ac;padding:12px 18px;border-radius:12px;font-size:13px;margin-bottom:22px}.eyebrow{font-size:11px;text-transform:uppercase;letter-spacing:2px;font-weight:700;margin-bottom:18px;display:block}.hero{display:grid;grid-template-columns:1.1fr 1fr;align-items:center;gap:50px;padding:28px 0 52px}.hero p{max-width:420px;font-size:17px}.hero-art{height:360px;background:#dce2c6;border-radius:160px 160px 18px 18px;position:relative;display:grid;place-items:center;overflow:hidden}.cup{height:150px;width:190px;border-radius:12px 12px 82px 82px;background:linear-gradient(110deg,#fef9e9,#e7dfc9);box-shadow:0 30px 25px #263c3226;position:relative;transform:rotate(-9deg)}.cup:before{content:"";position:absolute;width:76px;height:80px;border:18px solid #eee6d4;border-radius:50%;right:-45px;top:18px;z-index:-1}.cup:after{content:"e=mc²";position:absolute;inset:50px 0;text-align:center;font-size:27px;font-weight:700}.saucer{width:270px;height:42px;background:#eee7d7;bottom:58px;border-radius:50%;box-shadow:0 15px 20px #263c3233}.orbit,.saucer{position:absolute}.orbit{width:360px;height:120px;border:1px solid #5a705345;border-radius:50%;transform:rotate(-32deg)}.art-note{top:55px;left:70px;max-width:100px;font-size:11px;text-transform:uppercase;letter-spacing:2px}.art-note,.spark{position:absolute}.spark{right:34px;top:42px;font-size:55px}.section-head{display:flex;justify-content:space-between;align-items:center;gap:20px;margin:12px 0 22px}.section-head h2{margin:0}.layout{display:grid;grid-template-columns:minmax(0,1fr) 340px;gap:30px;align-items:start}.grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.card{border:1px solid var(--line);background:#fffdf7;border-radius:18px;padding:22px}.menu-card{display:flex;gap:20px;align-items:start}.food{width:78px;height:86px;flex-shrink:0;display:grid;place-items:center;font-size:42px;background:#eee8d9;border-radius:14px}.menu-card p{font-size:13px;margin-bottom:12px}.menu-card h3{margin-bottom:6px}.row{justify-content:space-between;align-items:center;gap:12px}.row,.stack{display:flex}.stack{flex-direction:column;gap:14px}.host-card{background:var(--green);color:#fffdf2;border-radius:22px;padding:28px;position:sticky;top:20px}.host-card .muted{color:#c4d2c5}.host-orb{width:98px;height:98px;border-radius:50%;background:radial-gradient(circle at 35% 30%,#f2edb5,#a0c67b 48%,#59785b 80%);margin:22px auto;display:grid;place-items:center;color:#294c3c;font-size:42px;box-shadow:0 0 45px #dcf3a930}.host-orb.live{animation:breathe 1.8s infinite}@keyframes breathe{50%{transform:scale(1.1);box-shadow:0 0 60px #dcf3a970}}.host-card button{width:100%}.badge{display:inline-block;border-radius:20px;background:#e6eddb;color:#385336;font-size:11px;padding:5px 9px;font-weight:600}.badge.pending{background:#f7e7bb;color:#785911}.badge.cancelled,.badge.declined,.badge.rejected{background:#f3dcd4;color:#953c2b}.badge.preparing{background:#e2e7f4;color:#375687}.divider{border-top:1px solid var(--line);margin:18px 0}.field{display:flex;flex-direction:column;gap:7px;margin-bottom:15px;font-size:13px;font-weight:600}input,select,textarea{width:100%;border:1px solid #cdd1c5;padding:12px;border-radius:9px;background:#fffef9;color:var(--ink)}input[type=checkbox]{width:auto}textarea{min-height:100px;resize:vertical}.check{display:flex;gap:10px;align-items:center;margin:12px 0}.modal-backdrop{position:fixed;inset:0;background:#15271ed0;z-index:100;display:grid;place-items:center;padding:20px}.modal{color:var(--ink);text-align:left;width:min(560px,100%);max-height:90vh;overflow:auto;background:var(--paper);border-radius:24px;padding:28px}.quote-status{color:var(--green);font-weight:600}.profile-intro{color:var(--muted);margin:0 0 24px}.profile-basics{display:grid;grid-template-columns:1fr 1fr;gap:14px}.profile-memory{padding:18px;background:#eaf0e7;border-radius:16px;margin-top:6px}.profile-memory .field{margin-bottom:10px}.profile-explanation{font-size:14px;line-height:1.55;margin:0}.profile-favourites{margin-top:16px;border-top:1px solid var(--line);padding-top:14px}.profile-favourites summary{cursor:pointer;font-size:14px;font-weight:600}.profile-favourites summary span{font-weight:400;color:var(--muted);margin-left:5px}.profile-favourites[open] summary{margin-bottom:14px}.profile-favourites textarea{min-height:80px}.profile-favourites small,.profile-save-note{color:var(--muted);font-size:12px;line-height:1.5}.profile-save-note{margin:18px 0 14px}.profile-continue{width:100%;min-height:50px}.quote-lines{margin-block:22px}.quote-total{border-top:1px solid var(--line);padding-top:12px}.quote-confirm{width:100%;min-height:52px;margin-top:8px}.host-order-review{width:calc(100% - 40px);max-width:460px;margin:12px auto 0;background:var(--green);color:white;min-height:52px}@media(max-width:600px){.modal-backdrop{padding:12px}.modal{padding:22px;max-height:calc(100dvh - 24px);border-radius:22px}}.toast{position:fixed;bottom:22px;left:50%;transform:translateX(-50%);z-index:200;background:#263c32;color:white;padding:15px 24px;border-radius:15px;box-shadow:0 4px 30px #0003;max-width:90vw}.tabs{display:flex;gap:8px;overflow:auto;padding:4px 0 18px}.tabs button{white-space:nowrap}.tabs .active{background:var(--green);color:white}.admin-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.wide{grid-column:1/-1}.stat{font-size:36px;font-family:Georgia,serif}.ticket{border-top:4px solid #d5ad54}.ticket .actions{display:flex;gap:7px;flex-wrap:wrap;margin-top:15px}.actions button{font-size:12px;padding:8px 12px}footer{border-top:1px solid var(--line);max-width:1256px;margin:40px auto 0;padding:25px;display:flex;justify-content:space-between;font-size:12px}.qr{width:180px;height:180px;display:block;margin:12px auto}.empty{padding:40px;text-align:center;color:var(--muted)}.inline{display:flex;gap:10px;align-items:center}.inline input{min-width:0}:focus-visible{outline:3px solid var(--orange);outline-offset:3px}@media (max-width:1000px){.layout{grid-template-columns:1fr 300px}.grid{grid-template-columns:1fr}.admin-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:720px){header{padding:16px;flex-wrap:wrap}.nav button{font-size:12px;padding:8px}.shell{padding:22px 16px}.hero{grid-template-columns:1fr;gap:20px;padding-top:12px}.hero-art{height:240px}.hero h1{max-width:340px}.cup{transform:scale(.8) rotate(-9deg)}.saucer{bottom:20px}.layout{grid-template-columns:1fr}.host-card{position:static}.admin-grid{grid-template-columns:1fr}.menu-card{padding:18px}.section-head{align-items:start}.nav{gap:0}footer{gap:20px}.hero p{font-size:15px}}@media print{.hide-print,button,footer,header{display:none!important}.shell{padding:0}.card{page-break-inside:avoid;break-inside:avoid}.admin-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:720px){.layout>aside{order:-1}}body:has(.guest-shell){overflow:hidden;overscroll-behavior:none}.guest-header{position:fixed;top:0;inset-inline:0;z-index:4;height:64px;border:0;padding:8px 24px;background:var(--paper)}.guest-header .brand{font-size:24px;letter-spacing:-1.5px;min-height:44px;display:flex;align-items:center}.guest-header .brand sup{font-size:14px;align-self:flex-start;margin-top:5px}.guest-header .brand .brand-tagline{display:none!important}.guest-header .cl-userButtonTrigger{min-width:44px;min-height:44px}.guest-header .cafe-current{display:none}.guest-header .voice-toggle{display:inline-flex;align-items:center;justify-content:center;gap:6px;min-height:44px;padding:8px 12px;border-color:var(--line);background:transparent;color:var(--ink);font-size:12px;white-space:nowrap}.voice-glow{width:6px;height:6px;border-radius:50%;background:#408a61;box-shadow:0 0 0 4px #408a6112,0 0 12px #408a6170;animation:voice-glow 2.4s ease-in-out infinite}@keyframes voice-glow{50%{box-shadow:0 0 0 5px #408a6118,0 0 16px #408a6190}}.guest-shell{padding:0;max-width:none;height:100svh;overflow:hidden}.guest-shell~footer{display:none}.guest-voice-stage{position:fixed;top:64px;bottom:84px;inset-inline:0;display:flex;flex-direction:column;touch-action:pan-x pinch-zoom}.guest-voice-stage .host-card{position:relative;top:auto;display:flex;flex:1 1;flex-direction:column;min-height:inherit;text-align:center;width:100%;margin:auto;padding:0 0 20px;background:var(--paper);color:var(--ink);border-radius:0}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip-path:inset(50%);white-space:nowrap;border:0}.voice-wave{display:block;width:100%;height:180px;margin:auto 0;flex-shrink:0;filter:saturate(1.35) brightness(.72)}.voice-experience{position:relative;display:flex;flex:1 1;flex-direction:column;width:100%;margin:0 auto;min-height:290px}.voice-experience>.voice-wave{position:absolute;top:50%;transform:translateY(-50%)}.voice-experience>.voice-controls,.voice-experience>.voice-notices{margin-top:auto}.voice-controls{padding:12px 20px 0}.voice-controls>.button{display:inline-block;padding:14px 24px;border-radius:30px;background:var(--green);color:white;font-weight:600;text-decoration:none}.voice-controls>button{max-width:310px;min-height:50px;background:var(--green);color:white;border-color:var(--green)}.voice-status{font-size:18px;margin:0 0 16px;min-height:28px}.voice-interrupted{color:#8b4424}.voice-interrupted:before{content:"";display:inline-block;width:7px;height:7px;border-radius:50%;background:currentColor;margin-right:8px;vertical-align:middle}.voice-help{font-size:13px;color:var(--muted);max-width:440px;margin:12px auto 0}.voice-reconnect-card{width:calc(100% - 40px);max-width:340px;margin:0 auto;padding:16px;background:#fffdf7;border:1px solid var(--line);border-radius:20px;box-shadow:0 8px 28px #263c3210}.voice-reconnect-card .voice-status{font-size:14px;min-height:0;margin-bottom:10px}.voice-reconnect-card>button{min-height:44px;font-size:13px;padding:11px 16px}.voice-reconnect-card .voice-help{font-size:12px;line-height:1.5;margin-top:10px}.voice-notices{padding:0 20px}#guest-voice-controls:empty,.voice-notices:empty{display:none}.voice-budget{color:var(--muted);font-size:11px;display:block;margin-top:6px}.host-welcome{display:flex;flex:1 1;flex-direction:column;justify-content:center;min-height:230px}.host-welcome .voice-wave{margin:0}.host-welcome p{color:var(--muted);font-size:14px;margin:0 0 12px}.guest-voice-stage .host-card>.muted{font-size:13px;color:var(--muted);margin:12px auto 0}.guest-voice-stage .card.row{color:var(--ink);width:calc(100% - 40px);max-width:560px;margin:0 auto;text-align:left;padding:16px}.guest-voice-stage .card.row p{color:var(--muted);font-size:13px}.guest-voice-stage .card.row button{width:auto;min-width:110px}.guest-details{position:fixed;top:64px;bottom:0;inset-inline:0;z-index:3;background:#fffdf7;border:1px solid var(--line);border-radius:32px 32px 0 0;box-shadow:0 -10px 36px #263c3208;padding:0 28px 36px;transform:translateY(calc(100% - 84px));transition:transform .24s ease;overflow:hidden;overscroll-behavior:contain}.guest-details.is-open{transform:translateY(0);overflow-y:auto}.menu-reveal{position:sticky;top:0;z-index:3;display:flex;align-items:center;flex-direction:column;gap:5px;width:100%;height:84px;padding:12px 0 18px;border:0;border-radius:30px 30px 0 0;background:#fffdf7;font-size:11px;color:var(--muted);touch-action:pan-x}.menu-reveal strong{font-size:16px;color:var(--ink)}.menu-reveal-context{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:8px}.sheet-handle{display:block;width:36px;height:4px;border-radius:4px;background:#bfc7bb;margin-bottom:4px}.table-shortcuts{position:sticky;top:84px;z-index:2;display:flex;flex-wrap:wrap;gap:8px;padding:12px 0;background:#fffdf7;border-bottom:1px solid var(--line);margin-bottom:28px}.table-shortcuts button{font-size:12px;min-height:44px}.table-shortcuts button:first-child{margin-right:auto}.guest-details .layout>aside{order:0}@media(max-width:720px){.guest-header{padding-inline:16px;gap:8px}.guest-header .nav{gap:4px}.voice-wave{height:155px}.voice-status{font-size:16px}.guest-voice-stage .card.row{flex-wrap:wrap;justify-content:center;text-align:center;gap:10px}.guest-details{padding-inline:16px;border-radius:28px 28px 0 0}.guest-details h2{font-size:28px}.table-shortcuts{gap:6px}.table-shortcuts button{padding:10px 12px}}@media (prefers-reduced-motion:reduce){.guest-details{transition:none}.voice-glow{animation:none}}@media print{.guest-voice-stage{display:none}.guest-details{border:0;box-shadow:none}}.cafe-identity{display:flex;align-items:center;gap:20px;min-width:0}.cafe-identity h2{margin:0 0 8px}.cafe-identity .eyebrow{margin-bottom:10px}.cafe-identity p{margin:0;max-width:600px;overflow-wrap:anywhere}.cafe-logo{width:76px;height:76px;object-fit:contain;border-radius:12px;background:#fff;border:1px solid var(--line);flex-shrink:0}.cafe-logo-editor{display:flex;gap:18px;align-items:center;margin:20px 0 26px}.cafe-logo-editor .field{margin:0 0 8px}.cafe-logo-editor small{display:block;font-size:12px;line-height:1.6}.cafe-logo-editor button{margin-top:10px}.cafe-logo-placeholder{width:76px;height:76px;border-radius:12px;background:var(--lime);display:grid;place-items:center;font-size:32px;flex-shrink:0}.cafe-brand{display:flex;align-items:center;gap:12px}.cafe-brand>img{width:48px;height:48px;object-fit:contain;border-radius:8px;background:#fff}.cafe-logo-editor input{max-width:100%}@media(max-width:600px){.cafe-identity{gap:14px}.cafe-logo{width:60px;height:60px}.cafe-identity h2{font-size:25px}.cafe-logo-editor{align-items:flex-start;flex-wrap:wrap}.cafe-logo-editor>div{min-width:0;max-width:100%}.cafe-brand>img{width:38px;height:38px}}.application-form{max-width:800px}.application-form h2:not(:first-child){margin-top:36px}.application-form h2{font-size:28px}