:root{--text:#6b6375;--text-h:#08060d;--bg:#fff;--border:#e5e4e7;--code-bg:#f4f3ec;--accent:#aa3bff;--accent-bg:#aa3bff1a;--accent-border:#aa3bff80;--social-bg:#f4f3ec80;--shadow:#0000001a 0 10px 15px -3px, #0000000d 0 4px 6px -2px;--sans:system-ui, "Segoe UI", Roboto, sans-serif;--heading:system-ui, "Segoe UI", Roboto, sans-serif;--mono:ui-monospace, Consolas, monospace;font:18px/145% var(--sans);letter-spacing:.18px;color:var(--text);background:var(--bg);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media (width<=1024px){:root{font-size:16px}}body{margin:0}#root{text-align:center;box-sizing:border-box;flex-direction:column;width:1126px;max-width:100%;min-height:100svh;margin:0 auto;display:flex}h1,h2{font-family:var(--heading);color:var(--text-h);font-weight:500}h1{letter-spacing:-1.68px;margin:32px 0;font-size:56px}@media (width<=1024px){h1{margin:20px 0;font-size:36px}}h2{letter-spacing:-.24px;margin:0 0 8px;font-size:24px;line-height:118%}@media (width<=1024px){h2{font-size:20px}}p{margin:0}code,.counter{font-family:var(--mono);color:var(--text-h);border-radius:4px;display:inline-flex}code{background:var(--code-bg);padding:4px 8px;font-size:15px;line-height:135%}:root{--primary-color:#6a0dad;--secondary-color:#f3e5f5;--accent-color:gold;--text-color:#333;--bg-color:var(--bg);--border-color:#e0e0e0;--error-color:#d32f2f;--success-color:#388e3c}.address-form-container{background-color:var(--bg-color);justify-content:center;align-items:center;padding:2rem;display:flex}.address-form{background-color:var(--bg-color);border-radius:8px;width:100%;max-width:600px;padding:2rem;box-shadow:0 4px 8px #0000001a}.form-header{text-align:center;margin-bottom:2rem}.couple-image{object-fit:cover;border-radius:50%;width:150px;height:150px;margin-bottom:1rem}.form-header h2{color:pink;margin-bottom:.5rem;font-size:2rem}.form-header p{color:var(--text-color);font-size:1rem;line-height:1.5}.form-row{gap:1rem;display:flex}.form-group{flex:1;margin-bottom:1rem}.form-group label{color:var(--text-color);margin-bottom:.5rem;font-weight:700;display:block}.form-group input,.guest-input input{border:1px solid var(--border-color);background-color:var(--bg-color);width:100%;color:var(--text-color);box-sizing:border-box;border-radius:4px;padding:.75rem}input[readonly],input:read-only{background-color:var(--secondary-color);cursor:default;color:var(--text-color);opacity:.85}select:disabled{background-color:var(--secondary-color);cursor:default;opacity:.85}button,button[type=submit]{background-color:var(--accent-color);color:#fff;cursor:pointer;border:none;border-radius:4px;width:100%;padding:1rem;font-size:1rem;transition:background-color .3s}button[type=submit]:disabled{cursor:not-allowed;background-color:#ccc}button[type=submit]{justify-content:center;align-items:center;gap:.5rem;display:flex}.btn-spinner{border:2px solid #fff6;border-top-color:#fff;border-radius:50%;flex-shrink:0;width:1rem;height:1rem;animation:.7s linear infinite spin;display:inline-block}.loading-message{text-align:center;color:var(--text-color);flex-direction:column;justify-content:center;align-items:center;gap:1rem;padding:3rem 2rem;font-size:1rem;display:flex}.loading-spinner{border:4px solid var(--secondary-color);border-top-color:var(--primary-color);border-radius:50%;width:2.5rem;height:2.5rem;animation:.8s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.confirmation-message{background-color:var(--secondary-color);border-radius:8px;padding:2rem}.confirmation-message h2{color:var(--primary-color);margin-bottom:1rem;font-size:2rem}.confirmation-message p{color:var(--text-color);margin-bottom:2rem;font-size:1.2rem}.confirmation-deadline{background-color:#fff8e1;border-left:3px solid #f9a825;border-radius:4px;margin-top:-.5rem;padding:.65rem 1rem;color:#555!important;font-size:.95rem!important}.confirmation-message button{background-color:var(--accent-color);color:#fff;cursor:pointer;border:none;border-radius:4px;padding:1rem 2rem;font-size:1rem;transition:background-color .3s}.error-message{text-align:center;background-color:var(--secondary-color);border:1px solid var(--error-color);border-radius:8px;flex-direction:column;align-items:center;width:100%;max-width:600px;padding:2rem;display:flex}.error-message.submitted{border-color:var(--success-color)}.error-message h2{color:var(--error-color);margin-bottom:1rem;font-size:2rem}.error-message.submitted h2{color:var(--success-color)}.error-message p{color:var(--text-color);max-width:400px;margin-bottom:2rem;font-size:1.2rem}.error-message .form-group{width:100%;max-width:400px;margin-bottom:1.5rem}.plus-ones-section{border-top:1px solid var(--border-color);margin-top:2rem;margin-bottom:1rem;padding-top:2rem}.plus-ones-section h3{color:pink;margin-bottom:.5rem;font-size:1.5rem}.plus-ones-section p{color:var(--text-color);margin-bottom:1rem;font-size:1rem;line-height:1.5}.guest-note{background-color:var(--secondary-color);border-left:3px solid var(--primary-color);border-radius:4px;padding:.75rem 1rem;color:#666!important;font-size:.9rem!important}.guest-input{align-items:center;gap:1rem;margin-bottom:1rem;display:flex}.guest-input+.guest-input{border-top:1px solid var(--border-color);padding-top:1rem}.guest-fields{flex-direction:column;flex:1;gap:.5rem;display:flex}.guest-input input{flex:1}.guest-select{border:1px solid var(--border-color);background-color:var(--bg-color);width:100%;color:var(--text-color);box-sizing:border-box;font-family:inherit;font-size:.8rem;line-height:inherit;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23666' stroke-width='1.5' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-position:right .75rem center;background-repeat:no-repeat;border-radius:4px;padding:.75rem 2.25rem .75rem .75rem}.guest-select option{color:var(--text-color);background-color:var(--bg-color);font-family:inherit;font-size:1rem}.guest-input button{background-color:var(--error-color);width:auto;padding:.5rem 1rem}.remove-guest-btn{flex-shrink:0;justify-content:center;align-items:center;min-width:2.25rem;display:flex;background-color:var(--error-color)!important;border-radius:50%!important;width:2.25rem!important;height:2.25rem!important;padding:0!important}.plus-ones-section button{width:auto;padding:.75rem 1.5rem}.pending-icon{color:#b8860b;flex-shrink:0;justify-content:center;align-items:center;width:2rem;height:2rem;font-size:1.1rem;animation:2s linear infinite spin;display:flex}@media (width<=600px){.form-row{flex-direction:column;gap:0}.address-form{padding:1.5rem}.form-header h2{font-size:1.5rem}}.counter{color:var(--accent);background:var(--accent-bg);border:2px solid #0000;border-radius:5px;margin-bottom:24px;padding:5px 10px;font-size:16px;transition:border-color .3s}.counter:hover{border-color:var(--accent-border)}.counter:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.hero{position:relative}.hero .base,.hero .framework,.hero .vite{margin:0 auto;inset-inline:0}.hero .base{z-index:0;width:170px;position:relative}.hero .framework,.hero .vite{position:absolute}.hero .framework{z-index:1;height:28px;top:34px;transform:perspective(2000px)rotate(300deg)rotateX(44deg)rotateY(39deg)scale(1.4)}.hero .vite{z-index:0;width:auto;height:26px;top:107px;transform:perspective(2000px)rotate(300deg)rotateX(40deg)rotateY(39deg)scale(.8)}#center{flex-direction:column;flex-grow:1;place-content:center;place-items:center;gap:25px;display:flex}@media (width<=1024px){#center{gap:18px;padding:32px 20px 24px}}#next-steps{border-top:1px solid var(--border);text-align:left;display:flex}#next-steps>div{flex:1 1 0;padding:32px}@media (width<=1024px){#next-steps>div{padding:24px 20px}}#next-steps .icon{width:22px;height:22px;margin-bottom:16px}@media (width<=1024px){#next-steps{text-align:center;flex-direction:column}}#docs{border-right:1px solid var(--border)}@media (width<=1024px){#docs{border-right:none;border-bottom:1px solid var(--border)}}#next-steps ul{gap:8px;margin:32px 0 0;padding:0;list-style:none;display:flex}#next-steps ul .logo{height:18px}#next-steps ul a{color:var(--text-h);background:var(--social-bg);border-radius:6px;align-items:center;gap:8px;padding:6px 12px;font-size:16px;text-decoration:none;transition:box-shadow .3s;display:flex}#next-steps ul a:hover{box-shadow:var(--shadow)}#next-steps ul a .button-icon{width:18px;height:18px}@media (width<=1024px){#next-steps ul{flex-wrap:wrap;justify-content:center;margin-top:20px}#next-steps ul li{flex:calc(50% - 8px)}#next-steps ul a{box-sizing:border-box;justify-content:center;width:100%}}#spacer{border-top:1px solid var(--border);height:88px}@media (width<=1024px){#spacer{height:48px}}.ticks{width:100%;position:relative}.ticks:before,.ticks:after{content:"";border:5px solid #0000;position:absolute;top:-4.5px}.ticks:before{border-left-color:var(--border);left:0}.ticks:after{border-right-color:var(--border);right:0}
