:root{--gray-0: #2C2C2D;--gray-50: #141925;--gray-100: #2C2C2D;--gray-200: #3d4663;--gray-300: #505d84;--gray-400: #6474a2;--gray-500: #8490b5;--gray-600: #a3acc8;--gray-700: #c3cadb;--gray-800: #e3e6ee;--gray-900: #F5EDE0;--gray-999-basis: 33, 68%, 97%;--gray-999_40: hsla(var(--gray-999-basis), .4);--gray-999: #FDF8F0;--accent-light: #A8C5B0;--accent-regular: #7B9E87;--accent-dark: #5C7E6A;--accent-overlay: hsla(140, 25%, 55%, .33);--accent-subtle-overlay: var(--accent-overlay);--accent-text-over: var(--gray-999);--link-color: var(--accent-dark);--gradient-stop-1: var(--accent-light);--gradient-stop-2: var(--accent-regular);--gradient-stop-3: var(--accent-dark);--gradient-subtle: linear-gradient(150deg, var(--gray-900) 19%, var(--gray-999) 150%);--gradient-accent: linear-gradient( 150deg, var(--gradient-stop-1), var(--gradient-stop-2), var(--gradient-stop-3) );--gradient-accent-orange: linear-gradient( 150deg, #C4735B, var(--accent-regular), var(--accent-dark) );--gradient-stroke: linear-gradient(180deg, var(--gray-900), var(--gray-700));--shadow-sm: 0px 6px 3px rgba(9, 11, 17, .01), 0px 4px 2px rgba(9, 11, 17, .01), 0px 2px 2px rgba(9, 11, 17, .02), 0px 0px 1px rgba(9, 11, 17, .03);--shadow-md: 0px 28px 11px rgba(9, 11, 17, .01), 0px 16px 10px rgba(9, 11, 17, .03), 0px 7px 7px rgba(9, 11, 17, .05), 0px 2px 4px rgba(9, 11, 17, .06);--shadow-lg: 0px 62px 25px rgba(9, 11, 17, .01), 0px 35px 21px rgba(9, 11, 17, .05), 0px 16px 16px rgba(9, 11, 17, .1), 0px 4px 9px rgba(9, 11, 17, .12);--text-sm: .875rem;--text-base: 1rem;--text-md: 1.125rem;--text-lg: 1.25rem;--text-xl: 1.625rem;--text-2xl: 2.125rem;--text-3xl: 2.625rem;--text-4xl: 3.5rem;--text-5xl: 4.5rem;--font-system: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;--font-body: "Public Sans", var(--font-system);--font-brand: Rubik, var(--font-system);--theme-transition: .2s ease-in-out}html,body{min-height:100%;overflow-x:hidden}body{background-color:var(--gray-999);color:var(--gray-200);font-family:var(--font-body);-webkit-font-smoothing:antialiased;line-height:1.5}*,*:after,*:before{box-sizing:border-box;margin:0}img{max-width:100%;height:auto}a{color:var(--link-color)}h1,h2,h3,h4,h5{line-height:1.1;font-family:var(--font-brand);font-weight:600;color:var(--gray-100)}h1{font-size:var(--text-5xl)}h2{font-size:var(--text-4xl)}h3{font-size:var(--text-3xl)}h4{font-size:var(--text-2xl)}h5{font-size:var(--text-xl)}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.wrapper{width:100%;max-width:83rem;margin-inline:auto;padding-inline:1.5rem}.stack{display:flex;flex-direction:column}.gap-2{gap:.5rem}.gap-4{gap:1rem}.gap-8{gap:2rem}.gap-10{gap:2.5rem}.gap-15{gap:3.75rem}.gap-20{gap:5rem}.gap-30{gap:7.5rem}.gap-48{gap:12rem}@media(min-width:50em){.lg\:gap-2{gap:.5rem}.lg\:gap-4{gap:1rem}.lg\:gap-8{gap:2rem}.lg\:gap-10{gap:2.5rem}.lg\:gap-15{gap:3.75rem}.lg\:gap-20{gap:5rem}.lg\:gap-30{gap:7.5rem}.lg\:gap-48{gap:12rem}}.form-theme{--form-blue: #7B9E87;--form-blue-hover: #6B8E77;--form-blue-active: #5C7E6A;--form-surface: rgba(253, 248, 240, .9);--form-border: rgba(123, 158, 135, .2);--form-input-bg: #ffffff;--form-input-border: #d4cfc5;--form-input-border-focus: #A8C5B0;--form-text: #2C2C2D;--form-muted: #6b6b6c;background:radial-gradient(65rem 36rem at 12% -5%,rgba(123,158,135,.16),transparent 55%),radial-gradient(54rem 32rem at 100% 0%,rgba(92,126,106,.14),transparent 52%),linear-gradient(180deg,#fdf8f0,#f5ede0);color:var(--form-text);min-height:100vh}.form-theme .form-page{position:relative;max-width:50rem;padding-block:3.25rem 5rem}.form-theme .form-page:before{content:"";position:absolute;inset:1.2rem -.4rem auto;height:12rem;border-radius:1.2rem;background:linear-gradient(120deg,#7b9e872e,#a8c5b014);filter:blur(26px);pointer-events:none}.form-theme .form-card{position:relative;padding:1.4rem;border:1px solid var(--form-border);border-radius:1rem;background:linear-gradient(160deg,#ffffff,var(--form-surface));box-shadow:0 24px 55px #5c7e6a1f,inset 0 1px #ffffffb3;backdrop-filter:blur(6px)}.form-theme .form-card h1{font-size:clamp(2rem,5vw,2.8rem);color:#2c2c2d;margin-bottom:.65rem}.form-theme .intro{color:var(--form-muted);margin-bottom:1.35rem;line-height:1.6}.form-theme .notice{margin-bottom:1.2rem;padding:.7rem .85rem;border-radius:.65rem;border:1px solid rgba(123,158,135,.35);background:#f5ede08c;font-size:.94rem;color:#2c2c2d}.form-theme .form-stack{display:flex;flex-direction:column;gap:.95rem}.form-theme label{display:flex;flex-direction:column;gap:.4rem;font-weight:600;font-size:.97rem;color:#2c2c2d}.form-theme input,.form-theme textarea,.form-theme select{padding:.78rem .9rem;border:1px solid var(--form-input-border);border-radius:.65rem;background:var(--form-input-bg);color:var(--form-text);font:inherit;outline:none;transition:border-color .2s ease,box-shadow .2s ease,background-color .2s ease}.form-theme input::placeholder,.form-theme textarea::placeholder{color:#9a9a9a}.form-theme input:focus,.form-theme textarea:focus,.form-theme select:focus{border-color:var(--form-input-border-focus);box-shadow:0 0 0 3px #7b9e8738;background:#fff}.form-theme .btn-submit{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.86rem 1rem;border:0;border-radius:.7rem;font:inherit;font-weight:700;cursor:pointer;background:linear-gradient(180deg,#8aae94,var(--form-blue));color:#fff;box-shadow:0 10px 30px #5c7e6a47;transition:transform .2s ease,filter .2s ease,box-shadow .2s ease}.form-theme .btn-submit:hover{filter:brightness(1.04);transform:translateY(-1px);box-shadow:0 12px 32px #5c7e6a52}.form-theme .btn-submit:active{transform:translateY(0);background:linear-gradient(180deg,#6B8E77,var(--form-blue-active))}.form-theme .btn-submit:disabled{opacity:.45;cursor:not-allowed;transform:none;filter:none}.form-theme .consent-label{flex-direction:row;align-items:flex-start;gap:.6rem;font-size:.85rem;font-weight:400;color:#6b6b6c;line-height:1.5}.form-theme .consent-label input[type=checkbox]{margin-top:.2rem;flex-shrink:0}.form-theme .consent-label a{color:var(--accent-dark)}.form-theme .spinner{width:1rem;height:1rem;animation:form-spin .8s linear infinite}.form-theme .hidden{display:none}.form-theme .page-links{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;font-size:.9rem}.form-theme .page-links a{color:#5c7e6a;text-decoration:none}.form-theme .page-links a:hover,.form-theme .page-links a:focus{text-decoration:underline}@keyframes form-spin{to{transform:rotate(360deg)}}@media(min-width:50em){.form-theme .form-card{padding:1.85rem;border-radius:1.1rem}}.legal-page{padding-block:3rem 5rem;max-width:60rem}.legal-header{margin-bottom:2rem}.eyebrow{font-size:var(--text-sm);font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--gray-400);margin-bottom:.75rem}.legal-header h1{font-size:clamp(2rem,5vw,3rem);color:var(--gray-0);margin-bottom:1rem}.notice{padding:.9rem 1rem;border:1px solid var(--gray-800);border-radius:.6rem;background:var(--gray-999_40);color:var(--gray-300)}.legal-card{padding:1.5rem;border:1px solid var(--gray-800);border-radius:.9rem;background:var(--gray-999_40);box-shadow:var(--shadow-sm)}.legal-card h2{font-size:var(--text-xl);color:var(--gray-100)}.legal-card p{color:var(--gray-300);line-height:1.7}.legal-card ul{padding-left:1.5rem;color:var(--gray-300);line-height:1.7}.legal-card h3{font-size:var(--text-lg);color:var(--gray-100);margin-top:.5rem}.legal-card h4{font-size:var(--text-md);color:var(--gray-100);margin-top:.25rem}.legal-card table{width:100%;border-collapse:collapse;font-size:var(--text-sm);color:var(--gray-300);line-height:1.6}.legal-card th,.legal-card td{padding:.6rem .8rem;border:1px solid var(--gray-800);text-align:left}.legal-card th{background:var(--gray-900);font-weight:600;color:var(--gray-100)}.deletion-note{margin-top:1rem;font-size:.9rem;color:var(--form-muted);line-height:1.5}.deletion-note a{color:var(--accent-dark)}.redirect-page{background:linear-gradient(135deg,#a8c5b0,#5c7e6a);color:#fff;display:flex;justify-content:center;align-items:center;min-height:100vh}.redirect-container{text-align:center;padding:2rem;max-width:400px}.redirect-container h1{font-size:1.75rem;margin-bottom:.5rem;font-weight:600;color:#fff}.redirect-container p{font-size:1rem;opacity:.9;margin-bottom:1.5rem;color:#fff}.redirect-spinner{border:3px solid rgba(255,255,255,.3);border-top:3px solid #fff;border-radius:50%;width:40px;height:40px;animation:redirect-spin 1s linear infinite;margin:1.5rem auto}@keyframes redirect-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media(min-width:50em){.legal-page{padding-block:4rem 6rem}.legal-card{padding:2rem}}
