@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Cormorant+Garamond:wght@500;600&display=swap";@import "https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@500;600&family=EB+Garamond:wght@400;500&display=swap";:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--color-bg:#f8fafc;--color-surface:#fff;--color-border:#e2e8f0;--color-text:#0f172a;--color-text-muted:#64748b;--color-primary:#4f46e5;--color-primary-hover:#4338ca;--color-primary-soft:#eef2ff;--color-danger:#dc2626;--color-danger-hover:#b91c1c;--color-success:#16a34a;--color-brand:#17453f;--color-brand-hover:#103330;--color-brand-dark:#14201c;--color-brand-mid:#23453b;--color-brand-deepest:#0d2622;--color-brand-foreground:#fdf8ee;--radius-sm:8px;--radius-md:12px;--radius-lg:18px;--shadow-sm:0 1px 2px #0f172a0f;--shadow-md:0 6px 20px #0f172a14;--shadow-lg:0 24px 50px #0f172a24;font-family:Inter,system-ui,Segoe UI,Roboto,sans-serif}*{box-sizing:border-box}body{background:var(--color-bg);color:var(--color-text);margin:0}#root{min-height:100svh}a{color:var(--color-primary)}.brand-logo{color:inherit;align-items:center;gap:.5rem;display:inline-flex}.brand-logo-text{letter-spacing:.01em;font-family:Cormorant Garamond,Inter,serif;font-size:1.25rem;font-weight:600}button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:2px solid var(--color-primary);outline-offset:2px}.invitation-status,.admin-status{text-align:center;min-height:100svh;color:var(--color-text-muted);flex-direction:column;justify-content:center;align-items:center;padding:2rem;display:flex}.admin-auth-page{background:var(--color-bg);justify-content:center;align-items:center;min-height:100svh;display:flex}.admin-auth-form{background:var(--color-surface);border-radius:var(--radius-md);box-shadow:var(--shadow-lg);flex-direction:column;gap:.9rem;width:100%;max-width:360px;padding:2rem;display:flex}.admin-auth-form label{flex-direction:column;gap:.3rem;font-size:.9rem;display:flex}.admin-auth-form input,.admin-event-form input,.admin-event-form select,.admin-event-form textarea{border-radius:var(--radius-sm);border:1px solid var(--color-border);font:inherit;color:var(--color-text);background:var(--color-surface);padding:.55rem .7rem}.admin-auth-error{color:var(--color-danger);font-size:.85rem}.admin-auth-form button,.admin-events-header button,.admin-event-form button,.admin-guest-actions button,.admin-import button,.admin-qr-modal-content button{border-radius:var(--radius-sm);background:var(--color-primary);color:#fff;cursor:pointer;font:inherit;border:none;padding:.6rem 1.15rem;font-weight:500;transition:background-color .15s}.admin-auth-form button:hover,.admin-events-header button:hover,.admin-event-form button:hover,.admin-guest-actions button:hover,.admin-import button:hover,.admin-qr-modal-content button:hover{background:var(--color-primary-hover)}.admin-auth-form button:disabled,.admin-events-header button:disabled,.admin-event-form button:disabled,.admin-guest-actions button:disabled,.admin-import button:disabled{opacity:.6;cursor:not-allowed}.admin-trial-banner{color:#854d0e;text-align:center;background:#fef9c3;padding:.6rem 1rem;font-size:.85rem;font-weight:500}.admin-trial-ended{text-align:center;background:var(--color-surface);border-radius:var(--radius-md);max-width:480px;box-shadow:var(--shadow-md);margin:3rem auto;padding:2.5rem 2rem}.admin-trial-ended h1{margin-top:0}.admin-account-summary{grid-template-columns:repeat(3,1fr);gap:.75rem;margin-bottom:1.5rem;display:grid}.admin-account-summary div{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-sm);padding:1rem}.admin-account-summary p{margin:.25rem 0 0}.admin-section-label{text-transform:uppercase;letter-spacing:.08em;color:var(--color-text-muted);font-size:.72rem}.admin-events-header{justify-content:space-between;align-items:center;margin-bottom:1rem;display:flex}.admin-event-form{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-md);flex-direction:column;gap:.75rem;margin-bottom:1.5rem;padding:1.25rem;display:flex}.admin-event-form label{flex-direction:column;gap:.3rem;font-size:.9rem;display:flex}.admin-image-preview{object-fit:cover;border-radius:var(--radius-sm);border:1px solid var(--color-border);max-width:160px;max-height:100px;margin-top:-.4rem}.admin-audio-preview{max-width:100%;height:36px;margin-top:-.4rem}.admin-import,.admin-guests{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-md);margin-bottom:1.5rem;padding:1.25rem}.admin-import-preview ul{max-height:200px;padding-left:1.2rem;overflow-y:auto}.admin-guests table{border-collapse:collapse;width:100%;font-size:.9rem}.admin-guests th,.admin-guests td{text-align:left;border-bottom:1px solid var(--color-border);padding:.6rem .5rem}.admin-guest-actions{flex-wrap:wrap;gap:.4rem;display:flex}.admin-guest-actions a{border-radius:var(--radius-sm);color:#fff;background:#25d366;padding:.4rem .8rem;font-size:.85rem;text-decoration:none}.admin-guest-meta{color:var(--color-text-muted);font-size:.82rem}.admin-preview-modal{z-index:50;background:#0f172a99;justify-content:center;align-items:center;padding:1.5rem;display:flex;position:fixed;inset:0}.tracking-page{max-width:640px;margin:0 auto;padding:2rem 1.25rem 4rem}.tracking-header{text-align:center;margin-bottom:1.5rem}.tracking-eyebrow{letter-spacing:.2em;text-transform:uppercase;color:var(--color-text-muted);margin:0;font-size:.75rem}.tracking-header h1{margin:.3rem 0}.tracking-subhead{color:var(--color-text-muted);margin:0}.tracking-stats{grid-template-columns:repeat(4,1fr);gap:.75rem;margin-bottom:1.25rem;display:grid}.tracking-stats div{background:var(--color-surface);border-radius:var(--radius-sm);text-align:center;box-shadow:var(--shadow-sm);padding:1rem .5rem}.tracking-stats strong{font-size:1.5rem;display:block}.tracking-stats span{color:var(--color-text-muted);font-size:.75rem}.tracking-refresh-note{color:var(--color-text-muted);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.75rem;margin-bottom:1.75rem;font-size:.8rem;display:flex}.tracking-refresh-note button{border:1px solid var(--color-border);border-radius:var(--radius-sm);background:var(--color-surface);cursor:pointer;padding:.4rem .8rem;font-size:.78rem}.tracking-group{background:var(--color-surface);border-radius:var(--radius-md);box-shadow:var(--shadow-sm);margin-bottom:1.25rem;padding:1.25rem}.tracking-group h2{margin:0 0 .75rem;font-size:1.05rem}.tracking-guest-list{flex-direction:column;gap:.6rem;margin:0;padding:0;list-style:none;display:flex}.tracking-guest-item{border-bottom:1px solid var(--color-border);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.75rem;padding:.5rem 0;display:flex}.tracking-guest-item:last-child{border-bottom:none}.tracking-guest-name{margin-right:.6rem;font-weight:600}.tracking-guest-meta{color:var(--color-text-muted);margin-right:.6rem;font-size:.82rem}.tracking-whatsapp-btn{border-radius:var(--radius-sm);color:#fff;white-space:nowrap;background:#25d366;padding:.4rem .8rem;font-size:.78rem;text-decoration:none}.confirm-overlay{z-index:60;background:#0f172a80;justify-content:center;align-items:center;padding:1.5rem;display:flex;position:fixed;inset:0}.confirm-dialog{background:var(--color-surface);border-radius:var(--radius-md);width:100%;max-width:400px;box-shadow:var(--shadow-lg);padding:1.75rem}.confirm-dialog h2{margin:0 0 .6rem;font-size:1.15rem}.confirm-dialog p{color:var(--color-text-muted);margin:0 0 1.5rem;line-height:1.5}.confirm-actions{justify-content:flex-end;gap:.6rem;display:flex}.confirm-btn-cancel,.confirm-btn-primary,.confirm-btn-danger{border-radius:var(--radius-sm);cursor:pointer;font:inherit;border:none;padding:.55rem 1.1rem;font-weight:500}.confirm-btn-cancel{background:var(--color-bg);color:var(--color-text);border:1px solid var(--color-border)}.confirm-btn-primary{background:var(--color-primary);color:#fff}.confirm-btn-primary:hover{background:var(--color-primary-hover)}.confirm-btn-danger{background:var(--color-danger);color:#fff}.confirm-btn-danger:hover{background:var(--color-danger-hover)}.admin-qr-modal{background:#0f172a80;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.admin-qr-modal-content{background:var(--color-surface);border-radius:var(--radius-md);flex-direction:column;align-items:center;gap:1rem;padding:1.5rem;display:flex}.home-page{color:#2b2318;background:#fbf7f0}.home-eyebrow{letter-spacing:.18em;text-transform:uppercase;color:#a9865c;margin:0 0 .6rem;font-size:.72rem;font-weight:600}.home-eyebrow-center{text-align:center}.home-brand{color:#2b2318;align-items:center;gap:.5rem;text-decoration:none;display:inline-flex}.home-brand-icon-only .brand-logo-text{display:none}.home-brand-text{font-family:Cormorant Garamond,serif;font-size:1.3rem;font-weight:600}.home-nav{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1.5rem;padding:1.5rem 4vw;display:flex}.home-nav-brand{text-decoration:none}.home-nav-links{align-items:center;gap:1.75rem;font-size:.9rem;display:flex}.home-nav-links a{color:#6b6152;text-decoration:none}.home-nav-links a.active{color:#2b2318;font-weight:600;position:relative}.home-nav-links a.active:after{content:"";background:#c99e5f;height:2px;position:absolute;bottom:-.4rem;left:0;right:0}.home-nav-links a:hover{color:#2b2318}.home-nav-login{color:#17453f;border:1px solid #17453f;border-radius:999px;padding:.55rem 1.3rem;font-size:.88rem;font-weight:600;text-decoration:none}.home-nav-login:hover{color:#fdf8ee;background:#17453f}.home-btn{cursor:pointer;white-space:nowrap;border:none;border-radius:999px;justify-content:center;align-items:center;gap:.55rem;padding:.85rem 1.6rem;font-size:.92rem;font-weight:600;text-decoration:none;display:inline-flex}.home-btn-primary{color:#fdf8ee;background:#17453f}.home-btn-primary:hover{background:#103330}.home-btn-outline{color:#17453f;background:0 0;border:1px solid #17453f}.home-btn-outline:hover{background:#17453f0f}.home-hero{grid-template-columns:1.05fr 1fr;align-items:center;gap:3rem;max-width:1200px;margin:0 auto;padding:2.5rem 4vw 5rem;display:grid}.home-hero h1{color:#1f1a12;margin:0 0 1.1rem;font-family:Cormorant Garamond,serif;font-size:clamp(2.1rem,3.6vw,2.9rem);font-weight:600;line-height:1.15}.home-hero-desc{color:#6b6152;max-width:480px;margin:0 0 1.75rem;font-size:1.02rem;line-height:1.6}.home-hero-ctas{flex-wrap:wrap;gap:.9rem;margin-bottom:1rem;display:flex}.home-hero-note{color:#8a8071;margin:0;font-size:.82rem}.home-hero-mockup{min-height:320px;position:relative}.home-mock-browser{background:#fffdf9;border:1px solid #e4dcc8;border-radius:14px;overflow:hidden;box-shadow:0 30px 60px #3c2d1924}.home-mock-browserbar{background:#f3ead9;border-bottom:1px solid #e4dcc8;align-items:center;gap:.4rem;padding:.6rem .85rem;display:flex}.home-mock-dot{background:#d8cbb0;border-radius:50%;width:8px;height:8px}.home-mock-url{color:#8a8071;background:#fffdf9;border-radius:999px;margin-left:.5rem;padding:.2rem .7rem;font-size:.72rem}.home-mock-content{padding:1.1rem 1.1rem 1.3rem}.home-mock-title{margin:0 0 .8rem;font-family:Cormorant Garamond,serif;font-size:1.05rem;font-weight:600}.home-mock-row{border-top:1px solid #f0e9d8;align-items:center;gap:.7rem;padding:.6rem 0;display:flex}.home-mock-row:first-of-type{border-top:none}.home-mock-row-title{margin:0;font-size:.85rem;font-weight:600}.home-mock-row-meta{color:#8a8071;margin:.1rem 0 0;font-size:.74rem}.home-mock-pill{white-space:nowrap;border-radius:999px;padding:.2rem .6rem;font-size:.68rem;font-weight:600}.home-mock-pill.ok{color:#17453f;background:#e4f0ea}.home-mock-pill.pending{color:#a9865c;background:#f7ead1}.home-mock-row-count{color:#8a8071;margin-left:auto;font-size:.72rem}.home-mock-phone{background:#fffdf9;border:1px solid #e4dcc8;border-radius:16px;width:168px;padding:1rem .9rem;position:absolute;bottom:-1.4rem;right:-.5rem;box-shadow:0 20px 45px #3c2d192e}.home-mock-phone-title{margin:0 0 .15rem;font-family:Cormorant Garamond,serif;font-size:.78rem;font-weight:600}.home-mock-phone .home-mock-pill{margin-top:.5rem;display:inline-block}.home-types{text-align:center;background:#f5efe1;padding:4rem 4vw}.home-types h2{margin:0 0 2.25rem;font-family:Cormorant Garamond,serif;font-size:clamp(1.5rem,2.4vw,1.9rem);font-weight:600}.home-types-grid{grid-template-columns:repeat(auto-fit,minmax(130px,1fr));gap:1rem;max-width:1100px;margin:0 auto;display:grid}.home-type-card{color:#a9865c;background:#fffdf9;border:1px solid #e4dcc8;border-radius:14px;flex-direction:column;align-items:center;gap:.85rem;padding:1.75rem 1rem;display:flex}.home-type-card span{color:#2b2318;font-size:.9rem;font-weight:600}.home-tools{max-width:1160px;margin:0 auto;padding:5rem 4vw}.home-tools-header{max-width:620px;margin:0 0 2.75rem}.home-tools-header h2{margin:0 0 .9rem;font-family:Cormorant Garamond,serif;font-size:clamp(1.6rem,2.6vw,2rem);font-weight:600;line-height:1.25}.home-tools-desc{color:#6b6152;margin:0;font-size:.98rem;line-height:1.6}.home-tools-grid{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1.75rem;display:grid}.home-tool-card h3{margin:.5rem 0;font-family:Cormorant Garamond,serif;font-size:1.15rem;font-weight:600}.home-tool-card p{color:#6b6152;margin:0;font-size:.88rem;line-height:1.55}.home-tool-image{background:linear-gradient(135deg,#f3ead9 0%,#e8dcc4 100%);border-radius:14px;height:150px;margin-bottom:1.5rem;position:relative}.home-tool-icon{color:#17453f;background:#fffdf9;border-radius:50%;justify-content:center;align-items:center;width:42px;height:42px;display:flex;position:absolute;bottom:-1rem;left:1rem;box-shadow:0 10px 22px #3c2d1929}.home-cta{text-align:center;color:#fdf8ee;background:linear-gradient(160deg,#17453f 0%,#23453b 55%,#17453f 100%);padding:5rem 4vw}.home-cta .home-eyebrow{color:#c9a15a}.home-cta h2{max-width:640px;margin:0 auto 1.5rem;font-family:Cormorant Garamond,serif;font-size:clamp(1.6rem,2.8vw,2.1rem);font-weight:600;line-height:1.3}.home-cta-divider{color:#c9a15a;justify-content:center;align-items:center;gap:.7rem;max-width:220px;margin:0 auto 1.75rem;display:flex}.home-cta-divider span{background:#fdf8ee4d;flex:1;height:1px}.home-cta .home-btn-primary{color:#17453f;background:#fdf8ee}.home-cta .home-btn-primary:hover{background:#f3ead9}.home-cta-note{color:#fdf8eebf;margin:1.1rem 0 0;font-size:.85rem}.home-footer{text-align:center;flex-direction:column;align-items:center;gap:.6rem;padding:3rem 1.5rem;display:flex}.home-footer p{color:#8a8071;margin:0;font-size:.82rem}.home-footer a{color:#8a8071}.home-footer a:hover{color:#2b2318}@media (width<=900px){.home-nav-links{display:none}.home-hero{grid-template-columns:1fr}.home-hero-text{text-align:left}.home-hero-mockup{margin-top:1rem}.home-mock-phone{width:100%;margin-top:1rem;position:static}}.legal-page{background:var(--color-bg);min-height:100vh}.legal-nav{border-bottom:1px solid var(--color-border);background:var(--color-surface);justify-content:space-between;align-items:center;padding:1.5rem 2rem;display:flex}.legal-nav a{color:var(--color-text-muted);font-size:.9rem;text-decoration:none}.legal-nav a:hover{color:var(--color-text)}.legal-content{max-width:760px;color:var(--color-text);margin:0 auto;padding:3rem 1.5rem 5rem;line-height:1.65}.legal-content h1{margin-bottom:.25rem;font-size:1.9rem}.legal-updated{color:var(--color-text-muted);margin-bottom:2.5rem;font-size:.85rem}.legal-content h2{margin:2.2rem 0 .75rem;font-size:1.2rem}.legal-content p,.legal-content li{color:var(--color-text-muted);font-size:.95rem}.legal-content ul{flex-direction:column;gap:.4rem;padding-left:1.25rem;display:flex}.legal-content a{color:var(--color-brand)}
