:root{color-scheme:light;--w-bg:#f4f4f5;--w-surface:#fff;--w-surface-2:#f7f7f8;--w-surface-3:#eeeef0;--w-text:#16161a;--w-muted:#73737c;--w-border:#e8e8ec;--w-brand:#f2183c;--w-brand-soft:#fff1f4;--w-shadow:0 18px 60px rgba(0,0,0,.07);--w-overlay:rgba(10,10,14,.38)}
html[data-theme="dark"]{color-scheme:dark;--w-bg:#090a0e;--w-surface:#111318;--w-surface-2:#171920;--w-surface-3:#20232b;--w-text:#f7f7f8;--w-muted:#9a9da7;--w-border:#292c34;--w-brand:#f42b63;--w-brand-soft:#29131c;--w-shadow:none;--w-overlay:rgba(0,0,0,.62)}
html,body{background:var(--w-bg)!important;color:var(--w-text)}
html[data-theme="dark"]{--page:var(--w-bg);--white:var(--w-surface);--soft:var(--w-surface-2);--text:var(--w-text);--gray:var(--w-muted);--gray-light:#7d8089;--border:var(--w-border);--red-soft:var(--w-brand-soft);--line:var(--w-border);--muted:var(--w-muted);--card:var(--w-surface)}
html[data-theme="light"]{--page:var(--w-bg);--white:var(--w-surface);--soft:var(--w-surface-2);--text:var(--w-text);--gray:var(--w-muted);--border:var(--w-border)}
html[data-theme="dark"] .app,html[data-theme="dark"] .topbar,html[data-theme="dark"] .top,html[data-theme="dark"] .bottom-nav,html[data-theme="dark"] .provider,html[data-theme="dark"] .item,html[data-theme="dark"] .event-card,html[data-theme="dark"] .person-card{background:var(--w-surface)!important;color:var(--w-text)!important;border-color:var(--w-border)!important}
html[data-theme="dark"] input,html[data-theme="dark"] select,html[data-theme="dark"] textarea{background:var(--w-surface-2)!important;color:var(--w-text)!important;border-color:var(--w-border)!important}
html[data-theme="dark"] input::placeholder,html[data-theme="dark"] textarea::placeholder{color:#747781}
html[data-theme="dark"] .search:focus{background:var(--w-surface)!important;border-color:#454954!important}
html[data-theme="dark"] .desc,html[data-theme="dark"] .event-desc,html[data-theme="dark"] .facts,html[data-theme="dark"] .price{color:var(--w-muted)!important}
html[data-theme="dark"] .tab.active{color:var(--w-text)!important;box-shadow:inset 0 -2px var(--w-text)!important}
html[data-theme="dark"] .sk{background:#20232a!important}
html[data-theme="dark"] mark{background:#3a1722!important;color:#fff!important}
/* Tailwind organizer compatibility */
html[data-theme="dark"] body.bg-\[\#f8fafc\]{background:var(--w-bg)!important;color:var(--w-text)!important}
html[data-theme="dark"] .bg-white,html[data-theme="dark"] .bg-white\/95,html[data-theme="dark"] .bg-white\/90{background-color:var(--w-surface)!important}
html[data-theme="dark"] .bg-gray-50,html[data-theme="dark"] .bg-gray-100{background-color:var(--w-surface-2)!important}
html[data-theme="dark"] .text-gray-900,html[data-theme="dark"] .text-gray-800,html[data-theme="dark"] .text-gray-700{color:var(--w-text)!important}
html[data-theme="dark"] .text-gray-600,html[data-theme="dark"] .text-gray-500,html[data-theme="dark"] .text-gray-400{color:var(--w-muted)!important}
html[data-theme="dark"] .border-gray-100,html[data-theme="dark"] .border-gray-200,html[data-theme="dark"] .border-gray-200\/60{border-color:var(--w-border)!important}
html[data-theme="dark"] .hover\:bg-gray-50:hover,html[data-theme="dark"] .hover\:bg-gray-100:hover{background-color:var(--w-surface-3)!important}
html[data-theme="dark"] .hover\:text-gray-900:hover{color:var(--w-text)!important}
html[data-theme="dark"] .bg-red-50,html[data-theme="dark"] .bg-red-50\/50{background-color:var(--w-brand-soft)!important}
html[data-theme="dark"] .shadow-sm,html[data-theme="dark"] .shadow-md{box-shadow:none!important}
/* reusable appearance controls */
.wippass-theme-options{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.wippass-theme-option{min-height:42px;border:1px solid var(--w-border);border-radius:12px;background:var(--w-surface-2);color:var(--w-text);font:700 11px/1 Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}.wippass-theme-option[aria-pressed="true"]{background:var(--w-text);color:var(--w-surface);border-color:var(--w-text)}
.wippass-theme-sheet{position:fixed;inset:0;z-index:9999;display:none;align-items:flex-end;justify-content:center;padding:14px;background:var(--w-overlay)}.wippass-theme-sheet.open{display:flex}.wippass-theme-card{width:min(460px,100%);background:var(--w-surface);color:var(--w-text);border:1px solid var(--w-border);border-radius:22px;padding:17px;box-shadow:var(--w-shadow)}.wippass-theme-head{display:flex;justify-content:space-between;align-items:center;gap:10px;margin-bottom:14px}.wippass-theme-head strong{font-size:14px}.wippass-theme-close{border:0;background:var(--w-surface-2);color:var(--w-text);border-radius:999px;padding:8px 11px;font:700 10px/1 inherit}
