:root{--bg:#fafafa;--panel:#fff;--panel-soft:#f4f4f5;--ink:#18181b;--muted:#71717a;--muted-strong:#52525b;--line:#e4e4e7;--line-strong:#d4d4d8;--primary:#f97316;--primary-dark:#ea580c;--primary-soft:#ffedd5;--rose:#f43f5e;--violet:#7c3aed;--teal:#0d9488;--cyan:#0891b2;--green:#16a34a;--amber:#d97706;--red:#dc2626;--shadow:0 4px 24px -4px #18181b0f;--shadow-lift:0 8px 32px -4px #18181b1a}*{box-sizing:border-box}html{background:radial-gradient(circle at 18% 12%, #f9731614, transparent 30%), radial-gradient(circle at 90% 10%, #14b8a612, transparent 28%), var(--bg);min-width:320px;color:var(--ink)}body{letter-spacing:0;margin:0;font-family:Plus Jakarta Sans,Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:14px}a{color:inherit;text-decoration:none}button,input,select{font:inherit}button{cursor:pointer}img{max-width:100%;display:block}.app-frame{grid-template-columns:280px minmax(0,1fr);min-width:0;min-height:100vh;display:grid}.app-sidebar{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#ffffffeb;border-right:1px solid #e4e4e7cc;flex-direction:column;gap:22px;min-width:0;min-height:100vh;padding:24px 20px;display:flex;position:sticky;top:0}.app-main{min-width:0}.brand-mark{align-items:center;gap:12px;min-width:0;min-height:42px;font-weight:800;display:inline-flex}.brand-mark small{color:var(--muted);margin-top:2px;font-size:.72rem;font-weight:700;display:block}.brand-mark span:last-child,.workspace-switcher div:last-child{min-width:0}.brand-icon{background:linear-gradient(135deg, var(--primary), var(--rose));color:#fff;border-radius:12px;flex:none;justify-content:center;align-items:center;width:38px;height:38px;display:inline-flex;box-shadow:0 14px 28px #f9731633}.workspace-switcher,.sidebar-footer{background:var(--panel);box-shadow:var(--shadow);border:1px solid #e4e4e7d1;border-radius:12px;align-items:center;gap:10px;padding:10px 11px;display:flex}.workspace-switcher svg,.sidebar-footer svg{color:var(--muted);margin-left:auto}.workspace-icon{background:var(--primary-soft);color:var(--primary-dark);border-radius:9px;flex:none;justify-content:center;align-items:center;width:34px;height:34px;font-size:.78rem;font-weight:900;display:flex}.workspace-switcher span,.sidebar-footer span,.shell-kicker{color:var(--muted);text-transform:uppercase;font-size:.72rem;font-weight:800;display:block}.workspace-switcher strong,.sidebar-footer strong{margin-top:2px;font-size:.9rem;display:block}.sidebar-nav{gap:6px;min-width:0;display:grid}.sidebar-nav a{color:var(--muted-strong);border-radius:12px;align-items:center;gap:10px;min-height:40px;padding:0 11px;font-size:.92rem;font-weight:750;transition:background .15s,color .15s;display:flex}.sidebar-nav a:hover{color:var(--ink);background:#f5f5f5}.sidebar-nav a.active{background:var(--ink);color:#fff;box-shadow:0 12px 26px #18181b1f}.sidebar-nav a.active svg{color:#fff}.sidebar-footer{color:var(--muted-strong);justify-content:space-between;margin-top:auto}.language-switcher{background:var(--panel-soft);border:1px solid var(--line);border-radius:10px;grid-template-columns:repeat(2,minmax(0,1fr));align-items:center;gap:4px;padding:4px;display:grid}.language-switcher a{color:var(--muted-strong);border-radius:7px;justify-content:center;align-items:center;min-height:30px;font-size:.76rem;font-weight:900;display:inline-flex}.language-switcher a.active{background:var(--panel);box-shadow:var(--shadow);color:var(--ink)}.app-topbar{z-index:20;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#ffffffc7;border-bottom:1px solid #e4e4e7c7;justify-content:space-between;align-items:center;gap:18px;min-height:58px;padding:10px clamp(16px,2.5vw,28px);display:flex;position:sticky;top:0}.app-topbar strong{font-size:1rem;display:block}.topbar-actions,.hero-actions,.panel-actions,.assistant-actions,.inline-actions{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.page-shell{max-width:1240px;margin:0 auto;padding:40px clamp(18px,3.4vw,56px) 56px}.narrow-shell{max-width:1160px}.page-header,.section-header{justify-content:space-between;align-items:flex-end;gap:18px;margin-bottom:18px;display:flex}.page-header{margin-bottom:20px}.eyebrow{color:var(--primary-dark);letter-spacing:0;text-transform:uppercase;margin:0 0 6px;font-size:.7rem;font-weight:900}h1,h2,h3,p{margin-top:0}h1{letter-spacing:0;margin-bottom:12px;font-size:clamp(2.2rem,4.6vw,4.85rem);line-height:.98}h2{letter-spacing:0;margin-bottom:6px;font-size:clamp(1.15rem,1.55vw,1.45rem);line-height:1.18}h3{letter-spacing:0;margin-bottom:5px;font-size:.95rem;line-height:1.25}.page-subtitle,.section-header p,.content-page p,.content-page li{color:var(--muted);line-height:1.6}.page-subtitle{max-width:680px;font-size:.94rem}.button,.icon-button{border:1px solid #0000;border-radius:10px;justify-content:center;align-items:center;gap:8px;min-height:40px;font-size:.9rem;font-weight:800;transition:background .15s,border-color .15s,color .15s,box-shadow .15s;display:inline-flex}.button{padding:0 15px}.button-primary{background:var(--primary);color:#fff;box-shadow:0 14px 28px #f9731638}.button-primary:hover{background:var(--primary-dark)}.button-secondary{background:var(--panel);border-color:var(--line);color:var(--ink)}.button-secondary:hover,.icon-button:hover{border-color:var(--line-strong);box-shadow:0 1px 2px #0f172a14}.icon-button{background:var(--panel);border-color:var(--line);color:var(--muted-strong);width:36px;height:36px;padding:0}.dashboard-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;display:grid}.metric-card{background:var(--panel);min-height:92px;box-shadow:var(--shadow);border:1px solid #e4e4e7c2;border-radius:14px;gap:12px;padding:16px;display:flex}.metric-card p,.metric-card span,.event-card-stats dt,.event-card-stats dd{color:var(--muted);margin:0}.metric-card p{text-transform:uppercase;font-size:.78rem;font-weight:850}.metric-card strong{color:var(--ink);margin:7px 0 5px;font-size:clamp(1.15rem,1.6vw,1.45rem);line-height:1.05;display:block}.metric-card span{font-size:.86rem}.metric-icon,.panel-icon{background:var(--primary-soft);color:var(--primary-dark);border-radius:12px;flex:none;justify-content:center;align-items:center;width:36px;height:36px;display:inline-flex}.dashboard-grid .metric-card:nth-child(2) .metric-icon{color:#2563eb;background:#dbeafe}.dashboard-grid .metric-card:nth-child(3) .metric-icon{color:var(--teal);background:#ccfbf1}.dashboard-grid .metric-card:nth-child(4) .metric-icon{color:var(--rose);background:#ffe4e6}.status{white-space:nowrap;border-radius:999px;padding:5px 9px;font-size:.75rem;font-weight:900;display:inline-flex}.status-indexing,.status-ingesting,.status-uploading{color:#92400e;background:#fffbeb}.status-ready,.status-paid{color:#047857;background:#ecfdf5}.status-draft,.status-checkout_pending{color:#475569;background:#f1f5f9}.status-expired,.status-deleted{color:#b91c1c;background:#fef2f2}.hero{grid-template-columns:minmax(0,1.35fr) minmax(340px,.65fr);gap:18px;display:grid}.hero-copy,.hero-product,.detail-panel,.assistant-panel,.form-panel,.guest-card,.result-card,.event-card,.package-panel,.pipeline-panel,.command-panel,.preview-panel,.table-panel{background:var(--panel);box-shadow:var(--shadow);border:1px solid #e4e4e7c7;border-radius:14px}.hero-copy{padding:22px}.hero-copy .dashboard-grid{margin-top:20px}.hero-product,.command-panel,.package-panel,.pipeline-panel,.preview-panel,.table-panel{padding:18px}.hero-product{align-self:stretch;gap:14px;display:grid}.simple-hero,.focus-panel{background:var(--panel);box-shadow:var(--shadow);border:1px solid #e4e4e7c7;border-radius:16px}.simple-hero{grid-template-columns:minmax(0,1fr) minmax(320px,.62fr);align-items:end;gap:28px;min-height:430px;margin-bottom:18px;padding:clamp(24px,5vw,58px);display:grid;position:relative;overflow:hidden}.simple-hero:before{content:"";background:radial-gradient(circle,#f973161f,#0000 68%);width:360px;height:360px;position:absolute;top:-120px;right:-120px}.simple-hero>*{z-index:1;position:relative}.focus-grid{grid-template-columns:minmax(0,1.45fr) minmax(280px,.75fr);align-items:start;gap:16px;margin-bottom:16px;display:grid}.focus-panel{padding:22px}.hero-copy-block{align-self:center;max-width:720px}.hero-copy-block .page-subtitle{font-size:clamp(1rem,1.5vw,1.18rem)}.hero-badge{background:var(--primary-soft);color:var(--primary-dark);text-transform:uppercase;border-radius:999px;align-items:center;gap:8px;min-height:30px;margin-bottom:18px;padding:0 12px;font-size:.74rem;font-weight:900;display:inline-flex}.hero-preview{background:linear-gradient(#fff,#fff7ed);border:1px solid #f9731629;border-radius:18px;align-self:stretch;gap:14px;min-width:0;padding:16px;display:grid;box-shadow:0 22px 44px #18181b1f}.hero-preview-bar{align-items:center;gap:7px;display:flex}.hero-preview-bar span{background:#fed7aa;border-radius:999px;width:9px;height:9px}.hero-photo-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;display:grid}.hero-photo-grid span{aspect-ratio:1;background:linear-gradient(145deg,#18181b2e,#18181b05),linear-gradient(135deg,#fed7aa,#fecdd3 52%,#ccfbf1);border-radius:12px}.hero-photo-grid span:nth-child(2),.hero-photo-grid span:nth-child(5){background:linear-gradient(145deg,#18181b29,#18181b05),linear-gradient(135deg,#ddd6fe,#bfdbfe 48%,#fef3c7)}.hero-match-card{border:1px solid var(--line);background:#fff;border-radius:14px;align-items:center;gap:12px;padding:12px;display:flex}.hero-match-avatar{background:linear-gradient(135deg, var(--primary), var(--rose));color:#fff;border-radius:12px;justify-content:center;align-items:center;width:44px;height:44px;font-weight:900;display:inline-flex}.hero-match-card strong,.hero-match-card span{display:block}.hero-match-card span{color:var(--muted);margin-top:2px}.action-card-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin-bottom:24px;display:grid}.action-card{background:var(--panel);box-shadow:var(--shadow);border:1px solid #e4e4e7b8;border-radius:16px;flex-direction:column;gap:16px;min-height:220px;padding:22px;display:flex;position:relative;overflow:hidden}.action-card:before{background:var(--accent-soft,#f973161a);content:"";border-radius:999px;width:120px;height:120px;transition:transform .35s;position:absolute;top:-42px;right:-42px}.action-card:hover{box-shadow:var(--shadow-lift)}.action-card:hover:before{transform:scale(1.28)}.action-card>*{z-index:1;position:relative}.action-icon{background:linear-gradient(135deg, var(--accent-a,var(--primary)), var(--accent-b,var(--rose)));box-shadow:0 14px 28px var(--accent-shadow,#f973162e);color:#fff;border-radius:16px;justify-content:center;align-items:center;width:56px;height:56px;display:inline-flex}.action-card p{color:var(--muted);margin:0;line-height:1.55}.action-card .button{align-self:start;margin-top:auto}.orange-card{--accent-a:#fb923c;--accent-b:#f43f5e;--accent-soft:#f973161f;--accent-shadow:#f9731633}.teal-card{--accent-a:#2dd4bf;--accent-b:#10b981;--accent-soft:#14b8a61f;--accent-shadow:#0d94882e}.violet-card{--accent-a:#a78bfa;--accent-b:#7c3aed;--accent-soft:#7c3aed1f;--accent-shadow:#7c3aed2e}.quick-overview{margin-top:8px}.quick-overview .dashboard-grid{gap:16px}.step-list,.state-list,.event-list{display:grid}.step-row,.state-row{border-top:1px solid var(--line);align-items:center;gap:12px;padding:14px 0;display:grid}.step-row{grid-template-columns:28px 36px minmax(0,1fr)}.state-row{grid-template-columns:36px minmax(0,1fr) auto}.step-row:first-child,.state-row:first-child,.plain-checklist li:first-child{border-top:0}.step-number{background:var(--panel-soft);color:var(--muted-strong);border-radius:999px;justify-content:center;align-items:center;width:24px;height:24px;font-size:.78rem;font-weight:900;display:inline-flex}.step-row h3,.state-row h3{margin-bottom:3px}.step-row p,.state-row p,.next-action-panel p,.event-next-action{color:var(--muted);margin:0;line-height:1.5}.plain-checklist{margin:14px 0 0;padding:0;list-style:none}.plain-checklist li{border-top:1px solid var(--line);color:var(--muted-strong);align-items:center;gap:9px;padding:11px 0;line-height:1.45;display:flex}.plain-checklist svg,.state-row svg{color:var(--primary);flex:none}.current-event-panel,.next-action-panel,.policy-panel{grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:16px;display:grid}.next-action-panel{grid-template-columns:36px minmax(0,1fr) auto;margin-bottom:14px}.warning-icon{color:#92400e;background:#fffbeb}.action-row,.policy-list{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.event-list{gap:10px}.calm-layout{margin-top:14px}.quiet-progress{border-bottom:1px solid var(--line);margin-bottom:2px;padding-bottom:14px}.policy-panel{margin-top:16px}.policy-list div{background:var(--panel-soft);color:var(--muted-strong);border-radius:999px;align-items:center;gap:7px;min-height:32px;padding:0 11px;display:inline-flex}.policy-list svg{color:var(--primary)}.command-panel{gap:14px;display:grid}.command-title{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.command-title p,.assistant-message p{color:var(--muted);margin:0;line-height:1.55}.quick-grid,.package-grid,.ops-grid{gap:12px;display:grid}.quick-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.quick-card,.package-row,.timeline-row,.ops-card,.setting-row{background:var(--panel-soft);border:1px solid var(--line);border-radius:12px}.quick-card{gap:8px;min-height:120px;padding:14px;display:grid}.quick-card svg,.ops-card svg,.timeline-row svg{color:var(--primary)}.quick-card strong,.package-row strong,.ops-card strong{display:block}.quick-card span,.package-row span,.ops-card span,.setting-row span{color:var(--muted);font-size:.88rem;line-height:1.45}.pipeline-panel{margin-top:18px}.pipeline-board{grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;display:grid}.pipeline-step{background:var(--panel-soft);border:1px solid var(--line);border-radius:12px;gap:10px;min-height:130px;padding:13px;display:grid}.pipeline-step header{justify-content:space-between;align-items:center;gap:8px;display:flex}.pipeline-step strong{font-size:.92rem}.pipeline-step p{color:var(--muted);margin:0;font-size:.86rem;line-height:1.45}.progress-block{gap:8px;display:grid}.progress-block>div:first-child{justify-content:space-between;align-items:center;display:flex}.progress-block span{color:var(--muted)}.progress-track{background:#e2e8f0;border-radius:999px;height:8px;overflow:hidden}.progress-track span{background:linear-gradient(90deg, var(--primary), var(--rose));height:100%;display:block}.event-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.event-card{flex-direction:column;gap:14px;padding:16px;transition:border-color .15s,box-shadow .15s,transform .15s;display:flex}.event-card:hover{border-color:var(--line-strong);box-shadow:var(--shadow-lift);transform:translateY(-1px)}.event-card-header,.panel-title-row,.detail-header{justify-content:space-between;align-items:flex-start;gap:14px;display:flex}.event-card-header h3{font-size:1rem}.event-card-stats{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin:0;display:grid}.event-card-stats div{background:var(--panel-soft);border-radius:10px;min-width:0;padding:10px}.event-card-stats svg{color:var(--primary);margin-bottom:6px}.event-card-stats dt{text-transform:uppercase;font-size:.74rem;font-weight:850}.event-card-stats dd{color:var(--ink);overflow-wrap:anywhere;font-size:.92rem;font-weight:850}.detail-layout{grid-template-columns:minmax(0,1.35fr) minmax(280px,.7fr);gap:16px;display:grid}.detail-panel,.assistant-panel,.form-panel,.guest-card{padding:16px}.control-strip{background:var(--panel-soft);border:1px solid var(--line);border-radius:10px;flex-wrap:wrap;gap:6px;margin:14px 0;padding:4px;display:flex}.control-tab{color:var(--muted-strong);border-radius:8px;align-items:center;gap:7px;min-height:32px;padding:0 9px;font-size:.82rem;font-weight:850;display:inline-flex}.simple-tabs{justify-content:flex-start}.control-tab.active{background:var(--panel);color:var(--ink);box-shadow:0 1px 2px #0f172a0f}.timeline{gap:10px;margin-top:16px;display:grid}.timeline-row{grid-template-columns:150px 1fr auto;align-items:center;gap:12px;padding:12px;display:grid}.timeline-row strong,.timeline-row span{min-width:0}.assistant-panel{align-self:start;gap:12px;display:grid}.assistant-message{background:linear-gradient(#fff7ed,#fff1f2);border:1px solid #fed7aa;border-radius:10px;padding:12px;line-height:1.55}.assistant-list{gap:8px;margin:0;padding:0;list-style:none;display:grid}.assistant-list li,.checkbox-row span{background:var(--panel-soft);border-radius:10px;align-items:center;gap:10px;padding:9px;display:flex}.assistant-list svg,.checkbox-row svg{color:var(--primary);flex:none}.assistant-context{gap:8px;display:grid}.assistant-context div{border:1px solid var(--line);color:var(--muted);background:#fafafa;border-radius:10px;align-items:flex-start;gap:8px;padding:10px;font-size:.84rem;line-height:1.45;display:flex}.assistant-context svg{color:var(--primary);flex:none;margin-top:1px}.assistant-prompts{flex-wrap:wrap;gap:8px;display:flex}.assistant-prompts button{background:var(--panel-soft);border:1px solid var(--line);color:var(--muted-strong);border-radius:999px;min-height:30px;padding:0 10px;font-size:.8rem;font-weight:850}.assistant-prompts button:hover{background:var(--primary-soft);color:var(--primary-dark);border-color:#fdba74}.form-panel{gap:18px;max-width:900px;display:grid}.form-section-header{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}label,fieldset{border:0;gap:8px;margin:0;padding:0;font-weight:800;display:grid}legend{margin-bottom:8px;font-weight:850}input{background:var(--panel);border:1px solid var(--line);color:var(--ink);border-radius:10px;width:100%;min-height:44px;padding:0 12px}input:focus{border-color:var(--primary);outline:0;box-shadow:0 0 0 3px #2563eb1f}input:disabled{background:var(--panel-soft);color:var(--muted)}.checkbox-row{align-items:center;gap:10px;display:flex}.checkbox-row input{width:18px;height:18px;min-height:auto}.segmented-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;display:grid}.segment{background:var(--panel);border:1px solid var(--line);text-align:left;border-radius:12px;gap:8px;min-height:92px;padding:14px;display:grid}.segment svg{color:var(--primary)}.segment.active{background:var(--primary-soft);border-color:#fdba74;box-shadow:inset 0 0 0 1px #fdba74}.segment strong{color:var(--primary-dark)}.segmented-grid.compact .segment{min-height:74px;padding:11px}.segmented-grid.compact .segment span{font-size:.86rem}.segmented-grid.compact .segment strong{font-size:.78rem}.form-result{color:#047857;background:#ecfdf5;border-radius:10px;margin:0;padding:12px;font-weight:850}.package-grid{grid-template-columns:1fr}.package-row{grid-template-columns:1fr auto;align-items:center;gap:12px;padding:13px;display:grid}.ops-grid{grid-template-columns:repeat(2,minmax(0,1fr));margin-top:16px}.ops-card{gap:10px;padding:14px;display:grid}.ops-card .status{justify-self:start}.surface-section{margin-top:18px}.surface-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;display:grid}.surface-card{background:var(--panel);border:1px solid var(--line);box-shadow:var(--shadow);border-radius:16px;gap:14px;min-height:218px;padding:16px;display:grid}.surface-card-header{justify-content:space-between;align-items:center;display:flex}.surface-card p{color:var(--muted);margin:0;font-size:.9rem;line-height:1.55}.surface-card .button{place-self:end start}.settings-list{gap:10px;display:grid}.table-panel{margin-top:18px;padding:0;overflow:hidden}.table-header,.table-row{grid-template-columns:1.2fr .9fr .9fr 1fr auto;align-items:center;gap:14px;min-width:760px;padding:13px 16px;display:grid}.table-header{background:var(--panel-soft);border-bottom:1px solid var(--line);color:var(--muted);text-transform:uppercase;font-size:.74rem;font-weight:900}.table-row{border-bottom:1px solid var(--line)}.table-row:last-child{border-bottom:0}.table-row strong{display:block}.table-row span{color:var(--muted);font-size:.86rem}.table-scroll{overflow-x:auto}.control-table-panel .table-scroll{overflow:visible}.control-table-panel .table-header{display:none}.control-table-panel .table-row{grid-template-columns:repeat(2,minmax(0,1fr));align-items:start;gap:12px;min-width:0;padding:14px}.control-table-panel .table-row>*{min-width:0}.control-table-panel .button{place-self:end start}.setting-row{justify-content:space-between;align-items:center;gap:12px;padding:12px;display:flex}.setting-row strong{align-items:center;gap:7px;display:inline-flex}.setting-row svg{color:var(--primary);flex:none}.guest-page{grid-template-columns:minmax(0,.75fr) minmax(420px,1.25fr);align-items:start;gap:18px;display:grid}.guest-card p{color:var(--muted);line-height:1.55}.guest-steps{gap:10px;margin:18px 0;display:grid}.guest-steps div{background:var(--panel-soft);border:1px solid var(--line);border-radius:12px;grid-template-columns:auto 1fr;gap:6px;padding:12px;display:grid}.guest-steps svg{color:var(--primary);grid-row:span 2}.guest-steps span{color:var(--muted);font-size:.86rem}.guest-search{gap:14px;display:grid}.search-dropzone{background:var(--panel);border:1px solid var(--line);border-radius:16px;gap:14px;padding:18px;display:grid}.search-console-header{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.upload-target{background:var(--panel-soft);border:1px dashed var(--line-strong);color:var(--muted-strong);cursor:pointer;text-align:center;border-radius:14px;justify-content:center;align-items:center;gap:12px;min-height:180px;padding:18px;display:flex}.upload-target.has-file{color:#166534;background:#ecfdf5;border-color:#86efac}.upload-target strong,.upload-target small{display:block}.upload-target small{color:var(--muted);margin-top:4px;font-size:.86rem;font-weight:650}.upload-icon{background:var(--panel);color:var(--primary);border-radius:12px;justify-content:center;align-items:center;width:48px;height:48px;display:inline-flex}.search-dropzone input{display:none}.search-options{background:var(--panel-soft);border:1px solid var(--line);border-radius:12px;gap:10px;padding:12px;display:grid}.search-options-title{color:var(--muted-strong);align-items:center;gap:7px;font-size:.86rem;font-weight:850;display:flex}.search-options-title svg{color:var(--primary)}.guest-policy-bar{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.guest-policy-bar span{background:var(--panel-soft);border:1px solid var(--line);color:var(--muted-strong);border-radius:999px;align-items:center;gap:6px;min-height:30px;padding:0 10px;font-size:.82rem;font-weight:800;display:inline-flex}.guest-policy-bar svg{color:var(--primary)}.results-panel,.empty-results{background:var(--panel);border:1px solid var(--line);border-radius:16px}.results-panel{padding:16px}.empty-results{color:var(--muted);justify-content:center;align-items:center;gap:10px;min-height:110px;font-weight:800;display:flex}.empty-results svg{color:var(--primary)}.results-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;display:grid}.result-card{overflow:hidden}.result-card img{aspect-ratio:1;object-fit:cover;width:100%}.result-card div{gap:4px;padding:12px;display:grid}.result-card span{color:var(--muted);font-size:.88rem}.result-actions{align-items:center;gap:8px!important;padding:8px 0 0!important;display:flex!important}.result-actions .icon-button{width:34px;height:34px}.icon-button:disabled{cursor:not-allowed;opacity:.45}.content-page{max-width:900px}.content-page h1{font-size:clamp(2rem,3vw,3rem)}.content-page ul{padding-left:18px}@media (max-width:1160px){.app-frame{grid-template-columns:1fr}.app-sidebar{border-bottom:1px solid var(--line);border-right:0;width:100%;max-width:100vw;min-height:auto;position:static;overflow:hidden}.sidebar-nav{scrollbar-width:thin;padding-bottom:2px;display:flex;overflow-x:auto}.sidebar-nav a{flex:none}.sidebar-footer{display:none}.hero,.detail-layout,.guest-page,.focus-grid{grid-template-columns:1fr}}@media (max-width:860px){.app-topbar,.page-header,.section-header{flex-direction:column;align-items:stretch}.dashboard-grid,.event-grid,.pipeline-board,.ops-grid,.surface-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.simple-hero,.current-event-panel,.next-action-panel,.policy-panel{grid-template-columns:1fr;align-items:stretch}.action-card-grid{grid-template-columns:1fr}}@media (max-width:640px){.app-sidebar{gap:12px;padding:16px}.brand-mark,.workspace-switcher{max-width:100%}.topbar-actions,.hero-actions,.inline-actions{flex-direction:column;align-items:stretch}.button{width:100%}.dashboard-grid,.event-grid,.event-card-stats,.pipeline-board,.quick-grid,.segmented-grid,.results-grid,.ops-grid,.surface-grid,.timeline-row,.package-row{grid-template-columns:1fr}.page-shell{padding:18px 16px 34px}.simple-hero,.focus-panel{padding:16px}.simple-hero{min-height:auto}.step-row{grid-template-columns:24px minmax(0,1fr);align-items:start}.step-row .panel-icon{display:none}.state-row{grid-template-columns:36px minmax(0,1fr);align-items:start}.state-row strong{grid-column:2}.control-strip{display:grid}}.landing-page{--landing-bg:#fdfcfb;--landing-ink:#1a1a1a;--landing-muted:#66625c;--landing-red:#e63946;--landing-teal:#0f766e;--landing-sky:#2563eb;--landing-line:#1a1a1a;background:var(--landing-bg);color:var(--landing-ink);min-height:100vh;overflow-x:hidden}.landing-page h1,.landing-page h2,.landing-page h3,.landing-page p{margin:0}.landing-page img{object-fit:cover}.landing-section-inner{max-width:1240px;margin:0 auto;padding-left:clamp(18px,4vw,48px);padding-right:clamp(18px,4vw,48px)}.landing-nav{border-bottom:1.5px solid var(--landing-line);z-index:40;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#fdfcfbf0;position:sticky;top:0;left:0;right:0}.landing-nav-inner{justify-content:space-between;align-items:center;gap:24px;max-width:1240px;min-height:76px;margin:0 auto;padding:0 clamp(18px,4vw,48px);display:flex}.landing-brand,.landing-desktop-nav,.landing-mobile-menu{align-items:center;display:flex}.landing-brand{text-transform:uppercase;gap:12px;min-width:0;font-size:1.06rem;font-weight:950}.landing-brand-icon{background:var(--landing-red);color:#fff;flex:none;justify-content:center;align-items:center;width:40px;height:40px;display:inline-flex}.landing-desktop-nav{gap:clamp(16px,2.8vw,34px)}.landing-desktop-nav a,.landing-mobile-menu a{letter-spacing:.08em;text-transform:uppercase;font-size:.76rem;font-weight:900}.landing-desktop-nav a:hover,.landing-mobile-menu a:hover{color:var(--landing-red)}.landing-nav-cta,.landing-button{letter-spacing:.08em;text-transform:uppercase;justify-content:center;align-items:center;gap:9px;font-weight:950;transition:background .15s,border-color .15s,color .15s,transform .15s;display:inline-flex}.landing-nav-cta{background:var(--landing-red);border:1.5px solid var(--landing-red);color:#fff;min-height:42px;padding:0 18px}.landing-nav-cta:hover{color:var(--landing-red);background:#fff}.landing-mobile-toggle{border:1.5px solid var(--landing-line);color:var(--landing-ink);background:0 0;justify-content:center;align-items:center;width:42px;height:42px;display:none}.landing-mobile-menu{border-top:1.5px solid var(--landing-line);flex-direction:column;gap:14px;padding:18px;display:none}.landing-hero{border-bottom:1.5px solid var(--landing-line);background:var(--landing-ink);min-height:calc(86vh - 76px);position:relative;overflow:hidden}.landing-hero:after{content:"";z-index:0;background:linear-gradient(90deg,#000000c7,#00000061 52%,#00000024),linear-gradient(#0000 66%,#00000080);position:absolute;inset:0}.landing-hero-background{z-index:0;position:absolute;inset:0}.landing-hero-grid{z-index:1;grid-template-columns:minmax(0,1fr) minmax(330px,.48fr);align-items:end;gap:clamp(34px,6vw,72px);min-height:calc(86vh - 76px);padding-top:clamp(50px,7vw,90px);padding-bottom:clamp(42px,6vw,72px);display:grid;position:relative}.landing-hero-copy{max-width:720px}.landing-hero .landing-kicker{color:#fffffff0;border-color:#ffffffc2}.landing-kicker{border:1.5px solid var(--landing-line);letter-spacing:.12em;text-transform:uppercase;min-height:29px;margin-bottom:22px;padding:7px 10px 0;font-size:.68rem;font-weight:950;display:inline-flex}.landing-page h1,.landing-page h2{letter-spacing:0;font-family:Georgia,Times New Roman,serif;font-weight:400}.landing-page h1{margin-bottom:28px;font-size:clamp(3.5rem,8vw,6.8rem);line-height:.88}.landing-hero h1{color:#fff;text-shadow:0 2px 28px #0000005c}.landing-page h1 span,.landing-page h2 span,.landing-cta-band h2 span{font-style:italic;display:block}.landing-hero-copy p,.landing-lede,.landing-section-heading p,.landing-use-case p,.landing-faq-item p,.landing-cta-band p{color:var(--landing-muted);font-size:1.03rem;line-height:1.62}.landing-hero-copy p{color:#ffffffdb;max-width:560px}.landing-actions{flex-wrap:wrap;align-items:center;gap:14px;margin-top:34px;display:flex}.landing-button{border:2px solid var(--landing-line);min-height:52px;padding:0 24px;font-size:.8rem}.landing-button:hover{transform:translateY(-1px)}.landing-button.primary{background:var(--landing-red);border-color:var(--landing-red);color:#fff}.landing-button.primary:hover{color:var(--landing-red);background:#fff}.landing-button.secondary{color:var(--landing-ink);background:0 0}.landing-button.secondary:hover,.landing-button.dark{background:var(--landing-ink);color:#fff}.landing-button.dark:hover{color:var(--landing-ink);background:#fff}.landing-hero-proof{align-self:end;justify-items:end;gap:16px;display:grid}.landing-photo-frame,.landing-match-panel,.landing-privacy-note,.landing-settings-panel,.landing-use-case,.landing-faq-item{border:1.5px solid var(--landing-line)}.landing-photo-frame{box-shadow:10px 10px 0 var(--landing-ink);background:#fff;position:relative;overflow:hidden}.hero-main-photo{aspect-ratio:4/5;width:min(90%,470px);max-width:470px;margin-left:auto;transform:rotate(1.5deg)}.landing-match-panel{box-shadow:-8px 8px 0 var(--landing-red);background:#fff;width:min(360px,100%);padding:16px}.landing-match-header{gap:7px;margin-bottom:14px;display:flex}.landing-match-header span{background:#1a1a1a2e;width:26px;height:8px}.landing-match-header span:last-child{width:8px}.landing-match-status,.landing-download-strip,.landing-privacy-note,.landing-feature-row,.landing-setting-row{align-items:center;gap:12px;display:flex}.landing-match-status{border:1.5px solid var(--landing-line);background:#fdfcfb;margin-bottom:12px;padding:12px}.landing-selfie{background:var(--landing-red);color:#fff;flex:none;justify-content:center;align-items:center;width:52px;height:52px;display:inline-flex}.landing-match-status strong,.landing-match-status span,.landing-download-strip strong,.landing-download-strip span{display:block}.landing-match-status strong,.landing-download-strip strong{letter-spacing:.08em;text-transform:uppercase;font-size:.78rem;font-weight:950}.landing-match-status span,.landing-download-strip span{color:var(--landing-muted);margin-top:3px;font-size:.78rem}.landing-mini-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;margin-bottom:12px;display:grid}.landing-mini-photo{aspect-ratio:1;border:1.5px solid var(--landing-line);position:relative;overflow:hidden}.landing-mini-photo svg{color:#fff;filter:drop-shadow(0 1px 3px #0000008c);z-index:1;position:absolute;bottom:6px;right:6px}.landing-download-strip{background:var(--landing-ink);color:#fff;justify-content:space-between;padding:13px}.landing-download-strip>svg:first-child{color:var(--landing-red)}.landing-download-strip span{color:#ffffffad}.landing-privacy-note{box-shadow:5px 5px 0 var(--landing-ink);color:var(--landing-muted);background:#fff;max-width:270px;padding:13px;font-size:.82rem;font-weight:800;transform:rotate(-2deg)}.landing-privacy-note svg{color:var(--landing-teal);flex:none}.landing-band,.landing-feature-section,.landing-faq-section{border-bottom:1.5px solid var(--landing-line);padding:clamp(72px,9vw,112px) 0}.landing-band{background:var(--landing-bg)}.landing-feature-section,.landing-faq-section{background:#fff}.landing-section-heading{max-width:760px;margin-bottom:clamp(34px,6vw,60px)}.landing-section-heading h2,.landing-feature-grid h2,.landing-cta-band h2{font-size:clamp(2.75rem,5.8vw,5rem);line-height:.92}.landing-workflow-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:clamp(22px,4vw,46px);display:grid}.landing-step{border-left:2px solid var(--landing-red);min-height:210px;padding:8px 0 0 22px;position:relative}.landing-step-number{color:#1a1a1a14;z-index:0;font-family:Georgia,Times New Roman,serif;font-size:5.5rem;font-style:italic;line-height:.8;position:absolute;top:-16px;left:-8px}.landing-step svg,.landing-feature-row span{color:var(--landing-red)}.landing-step h3,.landing-feature-row h3,.landing-setting-row h3,.landing-use-case h3,.landing-faq-item h3{letter-spacing:.08em;text-transform:uppercase;margin:14px 0 9px;font-size:.88rem;font-weight:950}.landing-step p,.landing-feature-row p,.landing-setting-row p{color:var(--landing-muted);line-height:1.55}.landing-feature-grid{grid-template-columns:minmax(0,1fr) minmax(360px,.82fr);align-items:center;gap:clamp(38px,7vw,82px);display:grid}.landing-feature-grid h2 span{color:var(--landing-red)}.landing-lede{max-width:600px;margin-top:24px}.landing-feature-list{gap:22px;margin-top:36px;display:grid}.landing-feature-row{align-items:flex-start}.landing-feature-row span{background:#e639461a;flex:none;justify-content:center;align-items:center;width:34px;height:34px;margin-top:2px;display:inline-flex}.landing-feature-row h3{margin-top:0}.landing-settings-panel{box-shadow:9px 9px 0 var(--landing-ink);background:#fff;gap:14px;padding:28px;display:grid}.landing-settings-header{border-bottom:1.5px solid var(--landing-line);justify-content:space-between;align-items:center;padding-bottom:16px;display:flex}.landing-settings-header strong{letter-spacing:.1em;text-transform:uppercase;font-size:.85rem;font-weight:950}.landing-settings-header span{background:var(--landing-red);border:1.5px solid var(--landing-line);width:48px;height:24px;display:block;position:relative}.landing-settings-header span:after{border-left:1.5px solid var(--landing-line);content:"";background:#fff;width:18px;height:20px;position:absolute;top:1px;right:1px}.landing-setting-row{border:1.5px solid var(--landing-line);background:#fdfcfb;padding:14px}.landing-setting-row.accent{border:2px solid var(--landing-red);box-shadow:4px 4px 0 var(--landing-red);background:#fff}.landing-setting-row>span{color:var(--landing-ink);flex:none;justify-content:center;align-items:center;width:28px;height:28px;display:inline-flex}.landing-setting-row.accent>span,.landing-setting-row.accent h3{color:var(--landing-red)}.landing-setting-row div{flex:1;min-width:0}.landing-setting-row h3{margin:0 0 4px}.landing-setting-row strong{background:var(--landing-ink);color:#fff;flex:none;padding:6px 9px;font-size:.82rem}.use-cases-heading p{max-width:680px;margin-top:22px}.landing-use-case-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;display:grid}.landing-use-case{background:#fff;flex-direction:column;gap:24px;min-height:430px;padding:24px;transition:box-shadow .15s,transform .15s;display:flex}.landing-use-case:hover{box-shadow:7px 7px 0 var(--landing-ink);transform:translateY(-2px)}.landing-use-case h3{margin-top:0;font-size:1.02rem}.landing-use-case-image{border:1.5px solid var(--landing-line);margin-top:auto;position:relative;overflow:hidden}.landing-use-case-image:before{content:"";display:block}.wedding-card{grid-row:span 2}.wedding-card .landing-use-case-image:before{aspect-ratio:1}.running-card{background:var(--landing-ink);color:#fff;flex-direction:row;grid-column:span 2;min-height:260px}.running-card h3{color:var(--landing-red)}.running-card p{color:#ffffffb8}.running-card .landing-use-case-image{flex:0 0 44%}.running-card .landing-use-case-image:before,.conference-card .landing-use-case-image:before,.festival-card .landing-use-case-image:before{aspect-ratio:4/3}.landing-faq-inner{max-width:920px}.landing-faq-list{gap:14px;display:grid}.landing-faq-item{padding:22px}.landing-faq-item.accent{background:#fdfcfb}.landing-faq-item.accent h3{color:var(--landing-red)}.landing-faq-item h3{margin-top:0}.landing-cta-band{background:var(--landing-red);border-bottom:1.5px solid var(--landing-line);color:#fff;text-align:center;padding:clamp(70px,9vw,112px) 0}.landing-cta-band .landing-section-inner{max-width:920px}.landing-cta-band p{color:#ffffffdb;max-width:680px;margin:24px auto 34px}.landing-footer{background:var(--landing-bg);padding:30px 0}.landing-footer .landing-section-inner{color:#1a1a1a9e;letter-spacing:.08em;text-transform:uppercase;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:14px;font-size:.72rem;font-weight:900;display:flex}@media (max-width:980px){.landing-desktop-nav{display:none}.landing-mobile-toggle,.landing-mobile-menu{display:flex}.landing-hero-grid,.landing-feature-grid,.landing-workflow-grid,.landing-use-case-grid{grid-template-columns:1fr}.landing-hero-grid{min-height:calc(86vh - 64px)}.landing-hero-proof{justify-items:start;max-width:380px}.running-card{flex-direction:column;grid-column:auto}.running-card .landing-use-case-image{flex-basis:auto}.wedding-card{grid-row:auto}}@media (max-width:640px){.landing-nav-inner{min-height:64px}.landing-brand{font-size:.95rem}.landing-brand-icon{width:36px;height:36px}.landing-page h1{font-size:clamp(3rem,16vw,4.8rem)}.landing-section-heading h2,.landing-feature-grid h2,.landing-cta-band h2{font-size:clamp(2.4rem,13vw,3.5rem)}.landing-actions,.landing-button{width:100%}.landing-hero,.landing-hero-grid{min-height:auto}.landing-match-panel{width:100%}.landing-privacy-note{max-width:250px}.landing-mini-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.landing-settings-panel,.landing-use-case{padding:18px}.landing-setting-row{flex-wrap:wrap;align-items:flex-start}}
