:root{color-scheme:light;--bg: #f6f7f9;--surface: #ffffff;--surface-2: #eef2f6;--text: #101828;--muted: #667085;--line: #d8dee8;--primary: #0f766e;--primary-2: #115e59;--danger: #b42318;--warning: #b54708;--shadow: 0 18px 50px rgba(15, 23, 42, .08)}*{box-sizing:border-box}html,body{min-height:100%}body{margin:0;background:var(--bg);color:var(--text);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}button,input,select{font:inherit}button{touch-action:manipulation}.app-shell{min-height:100dvh;padding:max(1rem,env(safe-area-inset-top)) 1rem max(1rem,env(safe-area-inset-bottom))}.mobile-frame{width:min(100%,520px);margin:0 auto}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.45rem;min-height:2.75rem;border:1px solid transparent;border-radius:.75rem;padding:.65rem .9rem;font-weight:750;background:var(--surface);color:var(--text)}.btn-primary{background:var(--primary);color:#fff}.btn-booked{border-color:#0f766e59;background:#0f766e1a;color:var(--primary-2)}.btn-dark{background:#111827;color:#fff}.btn-ghost{border-color:var(--line);background:var(--surface)}.input,.select{width:100%;min-height:2.9rem;border:1px solid var(--line);border-radius:.75rem;background:var(--surface);color:var(--text);padding:.7rem .85rem;outline:none}.input:focus,.select:focus{border-color:var(--primary);box-shadow:0 0 0 .2rem #0f766e1f}.card{border:1px solid var(--line);border-radius:.75rem;background:var(--surface);box-shadow:var(--shadow)}
