:root{--paper: #faf7f1;--paper-2: #f2eee3;--ink: #2b2620;--ink-soft: #6b6559;--line: #dcd5c4;--admin-accent: #3e5c76;--admin-accent-soft: #e4eaf0;--danger: #a24a42}*{box-sizing:border-box}html,body,#root{height:100%;margin:0}body{font-family:Inter,system-ui,sans-serif;color:var(--ink);background:var(--paper)}.evrsvp-root{min-height:100vh}.evrsvp-root h1,.evrsvp-root h2,.evrsvp-root h3{font-family:Fraunces,serif;font-weight:500;margin:0}.evrsvp-btn{font-family:Inter,sans-serif;font-size:14px;font-weight:600;border-radius:3px;border:1px solid transparent;padding:10px 18px;cursor:pointer;transition:opacity .15s ease,transform .1s ease}.evrsvp-btn:active{transform:translateY(1px)}.evrsvp-btn:disabled{opacity:.6;cursor:default}.evrsvp-btn-primary{background:var(--admin-accent);color:#fff}.evrsvp-btn-primary:hover{opacity:.9}.evrsvp-btn-ghost{background:transparent;border-color:var(--line);color:var(--ink)}.evrsvp-btn-ghost:hover{background:var(--paper-2)}.evrsvp-btn-text{background:none;border:none;color:var(--ink-soft);font-weight:500;text-decoration:underline;padding:4px 0;cursor:pointer;font-size:13px}.evrsvp-input,.evrsvp-textarea,.evrsvp-select{width:100%;font-family:Inter,sans-serif;font-size:14.5px;padding:10px 12px;border:1px solid var(--line);border-radius:3px;background:#fff;color:var(--ink)}.evrsvp-input:focus,.evrsvp-textarea:focus,.evrsvp-select:focus{outline:2px solid var(--admin-accent);outline-offset:1px}.evrsvp-label{display:block;font-size:13px;font-weight:600;margin-bottom:6px;color:var(--ink)}.evrsvp-field{margin-bottom:16px}.evrsvp-card{background:#fff;border:1px solid var(--line);border-radius:4px}table.evrsvp-table{width:100%;border-collapse:collapse;font-size:14px}table.evrsvp-table th{text-align:left;font-size:12px;font-weight:600;color:var(--ink-soft);padding:10px 12px;border-bottom:1px solid var(--line)}table.evrsvp-table td{padding:12px;border-bottom:1px solid var(--paper-2);vertical-align:top}.evrsvp-badge{display:inline-block;padding:2px 9px;border-radius:20px;font-size:12px;font-weight:600}.evrsvp-fade-in{animation:evrsvpFade .5s ease both}@keyframes evrsvpFade{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}@media (prefers-reduced-motion: reduce){.evrsvp-fade-in{animation:none}}a.evrsvp-link{color:var(--admin-accent)}.landing-peek-frame{width:300px;max-width:100%;margin:0 auto;border-radius:30px;border:8px solid #1E2430;background:#1e2430;box-shadow:0 16px 34px #00000029;overflow:hidden}.landing-peek-screen{position:relative;height:430px;overflow:hidden;background:#fff;pointer-events:none}.landing-peek-fade{position:absolute;left:0;right:0;bottom:0;height:90px;background:linear-gradient(180deg,#fff0,#fffffff7);pointer-events:none}@media (max-width: 640px){.landing-peek-frame{border:none;border-radius:12px;box-shadow:none;background:none;width:100%}.landing-peek-screen{height:300px;border-radius:12px}}.landing-whatsapp-btn{position:fixed;right:20px;bottom:20px;width:52px;height:52px;border-radius:50%;background:#25d366;display:flex;align-items:center;justify-content:center;box-shadow:0 6px 16px #00000040;z-index:200;text-decoration:none}
