:root { --bg:#f5f6ef; --surface:#fff; --text:#0f1720; --muted:#5a6474; --line:#dce3d0; --accent:#0a7f5a; --accent-soft:#dff3e9; --warn:#e68a1e; --danger:#b94436; --shadow:0 12px 30px rgba(15,23,32,.08); }
.theme-dark { --bg:#10151e; --surface:#171f2d; --text:#eef2f7; --muted:#9fb0c5; --line:#273244; --accent:#52d8a8; --accent-soft:#183e35; --shadow:0 16px 32px rgba(4,8,14,.45); }
* { box-sizing:border-box; } html,body { min-height:100%; margin:0; } body { display:flex; flex-direction:column; color:var(--text); background:radial-gradient(circle at 9% 5%,rgba(239,143,26,.1),transparent 25%),radial-gradient(circle at 91% 0,rgba(10,127,90,.12),transparent 31%),var(--bg); font-family:Manrope,sans-serif; } a { color:inherit; } button,input,textarea,select { font:inherit; }
.site-header { position:sticky; top:0; z-index:30; display:flex; align-items:center; justify-content:space-between; min-height:78px; padding:12px 22px; border-bottom:1px solid var(--line); background:rgba(245,246,239,.92); backdrop-filter:blur(16px); }.theme-dark .site-header { background:rgba(16,21,30,.92); }.brand img { display:block; width:auto; height:52px; max-width:240px; object-fit:contain; }.header-actions { display:flex; align-items:center; gap:16px; }.maker-header-link { color:var(--accent); font-size:.86rem; font-weight:800; text-decoration:none; white-space:nowrap; }.maker-header-link:hover { color:var(--text); text-decoration:none; }.top-nav,.cta-row,.actions { display:flex; align-items:center; flex-wrap:wrap; gap:10px; }.btn { display:inline-flex; align-items:center; justify-content:center; min-height:44px; padding:9px 16px; border:1px solid var(--line); border-radius:999px; background:var(--surface); color:var(--text); font-weight:800; font-size:.88rem; text-decoration:none; cursor:pointer; transition:transform .18s,box-shadow .18s,background .18s; }.btn:hover { transform:translateY(-2px); box-shadow:0 8px 16px rgba(15,23,32,.08); }.btn-primary { border-color:var(--accent); background:var(--accent); color:#fff; }.btn-soft { border-color:transparent; background:var(--accent-soft); color:var(--accent); }.btn-ghost { background:transparent; }.btn:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible,button:focus-visible,a:focus-visible { outline:3px solid rgba(239,143,26,.8); outline-offset:3px; }
.page-notices { width:min(1180px,calc(100% - 32px)); margin:14px auto 0; }.flash-stack { display:grid; gap:8px; }.flash { padding:12px 15px; border:1px solid var(--line); border-radius:12px; background:var(--surface); box-shadow:var(--shadow); font-weight:700; }.flash-success { border-color:var(--accent); color:var(--accent); }.flash-error { border-color:rgba(185,68,54,.5); color:var(--danger); }.flash-info { border-color:rgba(230,138,30,.5); color:#9a5c12; }
.app-shell { display:grid; grid-template-columns:220px minmax(0,1fr); gap:20px; width:min(1180px,calc(100% - 32px)); margin:22px auto 70px; }.app-shell--home { grid-template-columns:1fr; max-width:1200px; }.workspace,.surface { min-width:0; border:1px solid var(--line); border-radius:20px; background:var(--surface); box-shadow:var(--shadow); }.workspace { padding:clamp(20px,3vw,34px); }.surface { padding:22px; }.sidebar { align-self:start; position:sticky; top:94px; display:grid; gap:12px; padding:14px; border:1px solid var(--line); border-radius:16px; background:var(--surface); }.sidebar__section { display:grid; gap:7px; }.sidebar__label { color:var(--muted); font-size:.72rem; font-weight:800; letter-spacing:.07em; text-transform:uppercase; }.sidebar__link { padding:9px 10px; border-radius:9px; color:var(--text); font-size:.88rem; font-weight:700; text-decoration:none; }.sidebar__link:hover { background:var(--accent-soft); color:var(--accent); }.chip,.badge { display:inline-flex; align-items:center; width:max-content; padding:4px 8px; border-radius:999px; font-size:.68rem; font-weight:800; }.chip,.badge-plan { background:var(--accent-soft); color:var(--accent); }.badge-ok { background:#dcf4e8; color:#116346; }.badge-muted { background:#ebedf0; color:#607082; }.badge-pending { background:rgba(230,138,30,.16); color:#9a5c12; }.theme-dark .badge-ok { background:#164936; color:#9fedc7; }.theme-dark .badge-muted { background:#303b4d; color:#c5d0db; }.theme-dark .badge-pending { background:rgba(230,138,30,.22); color:#f3bc6a; }
.section-title h1,.section-title h2,.workspace h1,.workspace h2,.workspace h3,.auth-card h1,.auth-card h2 { font-family:"Space Grotesk",sans-serif; letter-spacing:-.025em; }.section-title h1,.section-title h2 { margin:0; font-size:clamp(1.65rem,3vw,2.35rem); }.section-title p,.muted,.page-copy { margin:7px 0 0; color:var(--muted); line-height:1.6; }.alert { margin-bottom:18px; padding:12px 14px; border:1px solid rgba(230,138,30,.45); border-radius:12px; background:rgba(230,138,30,.1); color:#94570b; font-weight:700; }
.auth-wrap { width:min(980px,calc(100% - 32px)); margin:42px auto 80px; }.auth-grid { display:grid; grid-template-columns:repeat(auto-fit,minmax(250px,1fr)); gap:18px; padding:18px; }.auth-card { display:grid; align-content:start; gap:14px; padding:24px; border:1px solid var(--line); border-radius:16px; background:var(--surface); }.auth-card h1,.auth-card h2 { margin:0; }.auth-card .btn { width:100%; }
.signup-privacy-note { display:grid; gap:6px; margin:0; padding:4px 0 0 18px; color:var(--muted); font-size:.78rem; line-height:1.45; }
label { display:grid; gap:7px; color:var(--text); font-size:.88rem; font-weight:800; } input,textarea,select { width:100%; min-height:44px; padding:10px 12px; border:1px solid var(--line); border-radius:10px; background:var(--surface); color:var(--text); } textarea { min-height:110px; resize:vertical; } input::placeholder,textarea::placeholder { color:var(--muted); }.form-grid { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:16px; }.full { grid-column:1 / -1; }
.home-switcher { position:relative; display:flex; justify-content:space-between; align-items:center; gap:14px; margin-bottom:25px; padding:0 0 14px; border-bottom:1px solid var(--line); }.home-switcher__tabs { display:flex; gap:6px; padding:4px; border:1px solid var(--line); border-radius:12px; background:var(--bg); }.home-switcher__tab { padding:9px 13px; border:0; border-radius:8px; background:transparent; color:var(--muted); font-weight:800; cursor:pointer; }.home-switcher__tab.is-active { background:var(--surface); color:var(--accent); box-shadow:0 3px 8px rgba(15,23,32,.08); }.home-switcher__menu { position:relative; }.home-switcher__plus { display:grid; width:42px; height:42px; place-items:center; border:1px solid var(--accent); border-radius:50%; background:var(--accent); color:#fff; font-size:1.55rem; line-height:1; cursor:pointer; box-shadow:0 8px 16px rgba(10,127,90,.22); transition:transform .18s,box-shadow .18s; }.home-switcher__plus:hover,.home-switcher__plus[aria-expanded="true"] { transform:rotate(45deg); box-shadow:0 10px 20px rgba(10,127,90,.3); }.home-switcher__dropdown { position:absolute; top:50px; right:0; z-index:20; display:grid; min-width:178px; padding:7px; border:1px solid var(--line); border-radius:14px; background:var(--surface); box-shadow:var(--shadow); }.home-switcher__dropdown[hidden] { display:none; }.home-switcher__dropdown a { padding:11px 12px; border-radius:9px; text-decoration:none; font-size:.86rem; font-weight:800; }.home-switcher__dropdown a:hover,.home-switcher__dropdown a:focus-visible { background:var(--accent-soft); color:var(--accent); }.home-panel { display:none; }.home-panel.is-active { display:block; }.card-grid { display:grid; grid-template-columns:repeat(auto-fill,minmax(280px,1fr)); gap:18px; margin-top:22px; }.entity-card { position:relative; display:grid; align-content:start; gap:16px; min-height:260px; padding:20px; overflow:hidden; border:1px solid var(--line); border-radius:20px; background:linear-gradient(145deg,var(--surface),var(--bg)); transition:transform .2s,box-shadow .2s,border-color .2s; }.entity-card::before { content:""; position:absolute; inset:0 0 auto; height:4px; background:var(--accent); opacity:.9; }.entity-card:hover { transform:translateY(-4px); border-color:rgba(10,127,90,.42); box-shadow:var(--shadow); }.entity-card.is-dim { opacity:.68; }.entity-card--invitation::before { background:var(--warn); }.entity-card__top,.entity-card__hero,.entity-card__chips,.entity-card__actions { display:flex; align-items:center; justify-content:space-between; gap:8px; }.entity-card__hero { min-width:0; }.entity-card__chips { justify-content:flex-start; flex-wrap:wrap; }.entity-card__content { display:grid; align-content:start; gap:5px; min-height:54px; }.entity-card__type { color:var(--muted); font-size:.69rem!important; font-weight:800; letter-spacing:.08em; text-transform:uppercase; }.entity-card h3 { margin:0; font-family:"Space Grotesk",sans-serif; font-size:1.22rem; line-height:1.15; }.entity-card h3 a { text-decoration:none; }.entity-card h3 a:hover { color:var(--accent); }.entity-card p { margin:0; color:var(--muted); font-size:.86rem; line-height:1.55; }.entity-card__actions { align-self:end; justify-content:flex-start; flex-wrap:wrap; margin-top:auto; }.entity-card__actions .btn { min-height:38px; padding:7px 11px; font-size:.78rem; }.entity-card__expiry { display:flex; justify-content:space-between; gap:12px; padding-top:13px; border-top:1px solid var(--line); color:var(--muted); font-size:.78rem; }.entity-card__expiry strong { color:var(--text); }.event-card-logo { max-width:84px; max-height:46px; object-fit:contain; }.entity-card__cover { width:58px; height:58px; max-width:none; max-height:none; border:1px solid var(--line); border-radius:12px; object-fit:cover; }.qr-btn--icon-only { min-width:38px; min-height:38px; padding:7px; }.qr-btn__icon { width:17px; height:17px; }.qr-btn__icon svg { width:100%; height:100%; }.empty,.empty-state { margin-top:20px; padding:28px; border:1px dashed var(--line); border-radius:14px; color:var(--muted); text-align:center; }
.event-editor-topbar,.manage-topbar { display:flex; justify-content:space-between; align-items:flex-start; gap:15px; margin-bottom:22px; }.event-editor-close { min-width:40px; padding:7px 12px; font-size:1.5rem; line-height:1; }.event-editor-split { display:grid; grid-template-columns:minmax(0,1fr) minmax(320px,.95fr); gap:24px; }.event-editor-pane { min-width:0; }.event-preview-pane { min-width:0; }.event-preview-shell { position:sticky; top:96px; padding:13px; border:1px solid var(--line); border-radius:15px; background:var(--bg); }.event-preview-kicker { margin:0 0 10px; color:var(--muted); font-size:.72rem; font-weight:800; text-transform:uppercase; }.event-preview-frame { display:block; width:100%; min-height:500px; border:0; border-radius:10px; background:#fff; }.event-logo-upload,.invite-edit-card { display:grid; gap:12px; padding:17px; border:1px solid var(--line); border-radius:14px; background:var(--bg); }.event-logo-upload__controls { display:grid; grid-template-columns:minmax(0,1fr) auto; gap:9px; }.event-logo-preview { max-width:160px; max-height:90px; border-radius:10px; object-fit:contain; }.invite-edit-card h3,.invite-edit-card p { margin:0; }.invite-edit-card p { color:var(--muted); font-size:.85rem; }.invite-edit-card label { margin-top:4px; }.invite-edit-card__head { display:flex; align-items:flex-start; justify-content:space-between; gap:12px; flex-wrap:wrap; }.invite-edit-card__head .invite-toggle { margin-top:0; }.invite-toggle { display:inline-flex; align-items:center; gap:10px; padding:11px 14px 11px 15px; border:1px solid var(--line); border-radius:14px; background:var(--surface); cursor:pointer; box-shadow:0 1px 0 rgba(15,23,32,.03); transition:transform .18s,box-shadow .18s,border-color .18s,background .18s; }.invite-toggle:hover { transform:translateY(-1px); box-shadow:0 8px 16px rgba(15,23,32,.08); }.invite-toggle input[type="checkbox"] { width:18px; height:18px; min-height:0; margin:0; padding:0; border:0; accent-color:var(--accent); flex:0 0 auto; }.invite-toggle span { color:var(--text); font-size:.72rem; font-weight:800; letter-spacing:.08em; text-transform:uppercase; }.invite-toggle:has(input:checked) { border-color:var(--accent); background:linear-gradient(145deg,color-mix(in oklab,var(--surface) 88%,var(--accent) 12%),var(--surface)); box-shadow:0 8px 20px rgba(10,127,90,.15); }
.manage-topbar { align-items:center; }.gallery-grid { display:grid; grid-template-columns:repeat(auto-fill,minmax(150px,1fr)); gap:14px; }.thumb { overflow:hidden; border:1px solid var(--line); border-radius:12px; background:var(--surface); }.thumb img { display:block; width:100%; aspect-ratio:1; object-fit:cover; }.thumb form { padding:9px; }.thumb .btn { width:100%; min-height:38px; padding:7px 10px; font-size:.78rem; }.pricing-grid { display:grid; grid-template-columns:repeat(auto-fit,minmax(220px,1fr)); gap:16px; }.pricing-grid article { padding:20px; border:1px solid var(--line); border-radius:16px; background:var(--surface); }.price { color:var(--accent); font-family:"Space Grotesk",sans-serif; font-size:1.4rem; font-weight:800; }
.plan-option { position:relative; display:grid; gap:6px; padding:16px 48px 16px 16px; border:2px solid var(--line); border-radius:14px; background:var(--surface); cursor:pointer; }.plan-option input[type="radio"] { position:absolute; top:16px; right:16px; width:18px; height:18px; min-height:0; margin:0; padding:0; border:0; accent-color:var(--accent); cursor:inherit; }.plan-option:has(input:checked) { border-color:var(--accent); box-shadow:0 6px 16px rgba(10,127,90,.16); }.plan-option.is-disabled { opacity:.5; cursor:not-allowed; }.plan-option__name { font-weight:800; }.plan-option__meta,.plan-option__note { color:var(--muted); font-size:.78rem; }.plan-option__note { color:var(--danger,#c0392b); font-weight:700; }
.site-footer { margin-top:auto; padding:24px 20px; border-top:1px solid var(--line); color:var(--muted); text-align:center; }.site-footer__links { display:flex; justify-content:center; flex-wrap:wrap; gap:18px; }.site-footer a { text-decoration:none; }.site-footer__copyright { margin:10px 0 0; font-size:.85rem; }
.entity-card__meta { display:flex; align-items:flex-start; justify-content:space-between; gap:12px; }.entity-card__media { display:block; width:100%; height:150px; border:1px solid var(--line); border-radius:13px; object-fit:cover; background:var(--bg); }.entity-card__media--placeholder { display:grid; place-items:center; color:var(--muted); font-family:"Space Grotesk",sans-serif; font-size:.82rem; font-weight:700; background:linear-gradient(135deg,var(--accent-soft),var(--bg)); }.entity-card .qr-btn { flex:0 0 auto; border-radius:10px; }.entity-card .qr-btn__label { display:none; }
.qr-modal { position:fixed; inset:0; z-index:100; display:grid; place-items:center; padding:20px; background:rgba(15,23,32,.56); }.qr-modal[hidden] { display:none; }.qr-modal__card { width:min(100%,440px); padding:24px; border:1px solid var(--line); border-radius:20px; background:var(--surface); color:var(--text); box-shadow:0 24px 60px rgba(0,0,0,.28); }.qr-modal__header { display:flex; justify-content:space-between; align-items:flex-start; gap:16px; }.qr-modal__title { margin:0; font-family:"Space Grotesk",sans-serif; font-size:1.3rem; }.qr-modal__close { display:grid; width:34px; height:34px; place-items:center; border:0; border-radius:9px; background:var(--bg); color:var(--text); font-size:1.5rem; cursor:pointer; }.qr-modal__body { display:grid; justify-items:center; min-height:128px; margin:22px 0; }.qr-modal__code { display:grid; width:260px; min-height:260px; place-items:center; padding:8px; border:1px solid var(--line); border-radius:12px; background:#fff; }.qr-modal__code canvas,.qr-modal__code img { display:block; max-width:100%; height:auto; }.qr-modal__actions { display:flex; justify-content:flex-end; flex-wrap:wrap; gap:10px; }.home-live-link { overflow-wrap:anywhere; color:var(--accent); font-weight:800; }
@media(max-width:850px) { .app-shell,.event-editor-split { grid-template-columns:1fr; }.sidebar,.event-preview-shell { position:static; }.event-preview-frame { min-height:450px; }.app-shell { width:min(100% - 24px,700px); }.workspace { padding:22px; } }
@media(max-width:600px) { .site-header { min-height:64px; padding:10px 12px; }.brand img { height:41px; }.top-nav { gap:5px; }.top-nav .btn { min-height:39px; padding:7px 11px; font-size:.78rem; }.page-notices,.auth-wrap { width:calc(100% - 24px); }.auth-wrap { margin:20px auto 55px; }.auth-grid { grid-template-columns:1fr; padding:12px; }.form-grid { grid-template-columns:1fr; }.full { grid-column:auto; }.home-switcher,.event-editor-topbar,.manage-topbar { align-items:stretch; flex-direction:column; }.event-editor-close { position:absolute; top:18px; right:18px; }.event-editor-topbar { position:relative; padding-right:44px; }.card-grid { grid-template-columns:1fr; }.entity-card__actions,.actions { align-items:stretch; flex-direction:column; }.actions .btn { width:100%; }.event-logo-upload__controls { grid-template-columns:1fr; }.gallery-grid { grid-template-columns:repeat(2,1fr); }.event-preview-frame { min-height:360px; }.btn { min-height:44px; } }