.upload-module__uvka8W__container{background:linear-gradient(145deg, #fffaf01a, #fffaf009), var(--surface-solid);border:1px solid var(--surface-border);border-radius:var(--radius-xl);width:100%;max-width:820px;box-shadow:var(--shadow-card);margin:0 auto;padding:clamp(24px,5vw,44px)}.upload-module__uvka8W__header{margin-bottom:var(--space-10);text-align:center}.upload-module__uvka8W__stepPill,.upload-module__uvka8W__eyebrow{color:var(--accent-strong);letter-spacing:.08em;text-transform:uppercase;justify-content:center;align-items:center;font-size:.78rem;font-weight:700;display:inline-flex}.upload-module__uvka8W__stepPill{border:1px solid var(--surface-border-strong);background:#d6b25e14;border-radius:999px;padding:7px 12px}.upload-module__uvka8W__progressTrack{background:#fffaf01a;border-radius:999px;max-width:220px;height:4px;margin:18px auto 24px;overflow:hidden}.upload-module__uvka8W__progressFill{border-radius:inherit;background:linear-gradient(90deg, var(--accent), var(--accent-strong));width:60%;height:100%;display:block}.upload-module__uvka8W__header h1{color:var(--foreground);margin:10px 0 12px;font-size:clamp(2rem,7vw,3.25rem);line-height:1.04}.upload-module__uvka8W__header p{max-width:590px;color:var(--muted-strong);margin:0 auto;font-size:1rem;line-height:1.7}.upload-module__uvka8W__uploadZone{margin-bottom:var(--space-6);text-align:center;border:1px dashed var(--surface-border-strong);border-radius:var(--radius-lg);background:linear-gradient(135deg,#d6b25e1f,#fffaf00a),#fffaf00a;padding:clamp(28px,7vw,54px);transition:border-color .2s,background .2s,transform .2s;position:relative;overflow:hidden}.upload-module__uvka8W__uploadZone:before{content:"";pointer-events:none;border-radius:var(--radius-md);border:1px solid #f4dca61a;position:absolute;inset:14px}.upload-module__uvka8W__uploadZone:hover{border-color:var(--accent);background:linear-gradient(135deg,#d6b25e29,#fffaf00e),#fffaf00b;transform:translateY(-1px)}.upload-module__uvka8W__uploadZone[aria-busy=true]{border-color:var(--accent)}.upload-module__uvka8W__uploadZone input[type=file]{display:none}.upload-module__uvka8W__uploadLabel{z-index:1;background:linear-gradient(135deg, var(--accent-strong), var(--accent));min-height:48px;color:var(--accent-ink);cursor:pointer;border-radius:999px;justify-content:center;align-items:center;padding:13px 24px;font-weight:800;display:inline-flex;position:relative;box-shadow:0 14px 28px #d6b25e38}.upload-module__uvka8W__disabledLabel{cursor:not-allowed;opacity:.66}.upload-module__uvka8W__uploadHint{z-index:1;color:var(--muted);margin:14px 0 0;font-size:.88rem;position:relative}.upload-module__uvka8W__progressTrackUpload{z-index:1;background:#fffaf01f;border-radius:999px;width:min(260px,100%);height:6px;margin:18px auto 0;position:relative;overflow:hidden}.upload-module__uvka8W__progressFillIndeterminate{inset-block:0;border-radius:inherit;background:linear-gradient(90deg, transparent, var(--accent-strong), transparent);width:42%;animation:1.1s ease-in-out infinite upload-module__uvka8W__uploadProgress;position:absolute;left:-40%}.upload-module__uvka8W__gallery{gap:var(--space-4);margin-bottom:var(--space-8);grid-template-columns:repeat(auto-fill,minmax(132px,1fr));display:grid}.upload-module__uvka8W__photoCard{border:1px solid var(--surface-border);border-radius:var(--radius-md);box-shadow:var(--shadow-soft);background-color:#fffaf00f;position:relative;overflow:hidden}.upload-module__uvka8W__photoFrame{aspect-ratio:4/5;background-color:#0003;position:relative;overflow:hidden}.upload-module__uvka8W__photoImg{object-fit:cover;width:100%;height:100%}.upload-module__uvka8W__coverBadge{max-width:calc(100% - 48px);color:var(--accent-strong);background:#11100eb8;border:1px solid #f4dca680;border-radius:999px;padding:5px 8px;font-size:.68rem;font-weight:800;line-height:1.2;position:absolute;top:8px;left:8px}.upload-module__uvka8W__removeBtn{width:30px;height:30px;color:var(--foreground);cursor:pointer;background:#11100ebd;border:1px solid #fffaf02e;border-radius:50%;justify-content:center;align-items:center;font-size:1.1rem;line-height:1;transition:background .2s,transform .2s;display:flex;position:absolute;top:8px;right:8px}.upload-module__uvka8W__removeBtn:hover{background:#ef6b6beb;transform:scale(1.04)}.upload-module__uvka8W__removeBtn:disabled{cursor:not-allowed;opacity:.62}.upload-module__uvka8W__photoActions{background:#00000029;padding:10px}.upload-module__uvka8W__coverBtn{border:1px solid var(--surface-border);border-radius:var(--radius-sm);width:100%;min-height:38px;color:var(--muted-strong);cursor:pointer;background:#fffaf00d;padding:9px 10px;font-size:.78rem;font-weight:800;line-height:1.25;transition:border-color .2s,background .2s,color .2s}.upload-module__uvka8W__coverBtn:hover:not(:disabled){border-color:var(--accent);color:var(--accent-strong);background:#d6b25e1f}.upload-module__uvka8W__coverBtn:disabled{cursor:not-allowed;opacity:.72}.upload-module__uvka8W__limitNotice{margin-bottom:var(--space-6);color:var(--muted-strong);border:1px solid var(--surface-border);border-radius:var(--radius-sm);text-align:center;background:#fffaf00e;padding:14px 16px;font-size:.9rem;font-weight:700}.upload-module__uvka8W__submitBtn{border-radius:var(--radius-sm);background:linear-gradient(135deg, var(--accent-strong), var(--accent));width:100%;min-height:54px;color:var(--accent-ink);cursor:pointer;border:none;padding:16px;font-size:1rem;font-weight:800;transition:transform .18s,box-shadow .18s,opacity .18s;box-shadow:0 16px 30px #d6b25e38}.upload-module__uvka8W__submitBtn:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 20px 36px #d6b25e4d}.upload-module__uvka8W__submitBtn:disabled{opacity:.62;cursor:not-allowed}.upload-module__uvka8W__errorMsg{margin-bottom:var(--space-6);color:#ffd9d9;background:var(--danger-bg);border-radius:var(--radius-sm);border:1px solid #ef6b6b47;padding:14px 16px;font-size:.92rem;font-weight:600}.upload-module__uvka8W__successMsg{margin-bottom:var(--space-6);color:#f7e5b4;border-radius:var(--radius-sm);background:#d6b25e1a;border:1px solid #d6b25e47;padding:14px 16px;font-size:.92rem;font-weight:600}@keyframes upload-module__uvka8W__uploadProgress{0%{transform:translate(0)}to{transform:translate(340%)}}@media (max-width:640px){.upload-module__uvka8W__container{border-radius:var(--radius-lg);padding:22px 16px}.upload-module__uvka8W__gallery{grid-template-columns:repeat(2,minmax(0,1fr))}}
.WizardNavigation-module__u6NKAa__nav{justify-content:space-between;align-items:center;gap:var(--space-3);width:min(100%,860px);margin:0 auto var(--space-5);display:flex}.WizardNavigation-module__u6NKAa__spacer{flex:1}.WizardNavigation-module__u6NKAa__backLink,.WizardNavigation-module__u6NKAa__exitLink{border-radius:var(--radius-sm);justify-content:center;align-items:center;min-height:42px;padding:10px 14px;font-size:.88rem;font-weight:800;line-height:1.2;transition:background .18s,border-color .18s,color .18s,transform .18s;display:inline-flex}.WizardNavigation-module__u6NKAa__backLink{border:1px solid var(--surface-border);color:var(--muted-strong);background:#fffaf00e}.WizardNavigation-module__u6NKAa__exitLink{color:#ffd9d9;background:#ef6b6b13;border:1px solid #ef6b6b47}.WizardNavigation-module__u6NKAa__backLink:hover,.WizardNavigation-module__u6NKAa__exitLink:hover{transform:translateY(-1px)}.WizardNavigation-module__u6NKAa__backLink:hover{border-color:var(--surface-border-strong);color:var(--foreground);background:#fffaf017}.WizardNavigation-module__u6NKAa__exitLink:hover{background:#ef6b6b21;border-color:#ef6b6b75}@media (max-width:520px){.WizardNavigation-module__u6NKAa__nav{flex-direction:column;align-items:stretch}.WizardNavigation-module__u6NKAa__backLink,.WizardNavigation-module__u6NKAa__exitLink{width:100%}.WizardNavigation-module__u6NKAa__spacer{display:none}}
.theme-module__VuMKha__container{width:100%;max-width:1180px;margin:0 auto}.theme-module__VuMKha__header{max-width:760px;margin:0 auto var(--space-12);text-align:center}.theme-module__VuMKha__stepPill,.theme-module__VuMKha__eyebrow{color:var(--accent-strong);letter-spacing:.08em;text-transform:uppercase;justify-content:center;align-items:center;font-size:.78rem;font-weight:700;display:inline-flex}.theme-module__VuMKha__stepPill{border:1px solid var(--surface-border-strong);background:#d6b25e14;border-radius:999px;padding:7px 12px}.theme-module__VuMKha__progressTrack{background:#fffaf01a;border-radius:999px;max-width:220px;height:4px;margin:18px auto 24px;overflow:hidden}.theme-module__VuMKha__progressFill{border-radius:inherit;background:linear-gradient(90deg, var(--accent), var(--accent-strong));width:100%;height:100%;display:block}.theme-module__VuMKha__header h1{color:var(--foreground);margin:10px 0 14px;font-size:clamp(2.2rem,7vw,4rem);line-height:1}.theme-module__VuMKha__header p{max-width:620px;color:var(--muted-strong);margin:0 auto;font-size:1.03rem;line-height:1.75}.theme-module__VuMKha__loadingContainer{text-align:center;background:linear-gradient(145deg, #fffaf01c, #fffaf009), var(--surface-solid);border:1px solid var(--surface-border);border-radius:var(--radius-xl);width:min(720px,100%);box-shadow:var(--shadow-card);margin:0 auto;padding:clamp(40px,8vw,78px) clamp(22px,5vw,48px)}.theme-module__VuMKha__loadingAura{background:radial-gradient(circle,#d6b25e3d,#d6b25e0a);border-radius:50%;place-items:center;width:88px;height:88px;margin:0 auto 24px;display:grid}.theme-module__VuMKha__loadingSpinner{border:3px solid #fffaf02e;border-top:3px solid var(--accent-strong);border-radius:50%;width:42px;height:42px;animation:1s linear infinite theme-module__VuMKha__spin}.theme-module__VuMKha__loadingContainer h2{margin:10px 0 12px;font-size:clamp(1.8rem,6vw,3rem)}.theme-module__VuMKha__loadingContainer p{max-width:560px;color:var(--muted-strong);margin:0 auto;line-height:1.7}.theme-module__VuMKha__loadingSteps{flex-wrap:wrap;justify-content:center;gap:10px;margin-top:28px;display:flex}.theme-module__VuMKha__loadingSteps span{border:1px solid var(--surface-border);color:var(--muted-strong);background:#fffaf00d;border-radius:999px;padding:8px 12px;font-size:.84rem;font-weight:700}@keyframes theme-module__VuMKha__spin{to{transform:rotate(360deg)}}.theme-module__VuMKha__cardsGrid{gap:var(--space-6);grid-template-columns:repeat(3,minmax(0,1fr));display:grid}.theme-module__VuMKha__card{background:linear-gradient(180deg, #fffaf01f, #fffaf00b), var(--surface-solid);border:1px solid var(--surface-border);border-radius:var(--radius-xl);min-height:100%;box-shadow:var(--shadow-card);flex-direction:column;padding:18px;transition:transform .22s,border-color .22s,box-shadow .22s;display:flex;position:relative;overflow:hidden}.theme-module__VuMKha__card:hover{border-color:var(--surface-border-strong);transform:translateY(-5px);box-shadow:0 24px 60px #00000057}.theme-module__VuMKha__cardTop{color:var(--muted);letter-spacing:.08em;text-transform:uppercase;justify-content:space-between;align-items:center;gap:12px;margin-bottom:14px;font-size:.76rem;font-weight:800;display:flex}.theme-module__VuMKha__cardIndex{color:var(--accent-strong)}.theme-module__VuMKha__templateName{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.theme-module__VuMKha__thumbnailPlaceholder,.theme-module__VuMKha__thumbnailContainer{aspect-ratio:4/5;border-radius:var(--radius-lg);border:1px solid var(--surface-border);background:#fffaf00f;width:100%;margin-bottom:20px;position:relative;overflow:hidden}.theme-module__VuMKha__thumbnailPlaceholder{color:var(--muted);justify-content:center;align-items:center;font-size:.94rem;display:flex}.theme-module__VuMKha__thumbnailImage{object-fit:cover;width:100%;height:100%;transition:transform .35s}.theme-module__VuMKha__thumbnailOverlay{color:var(--foreground);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#11100e9e;border:1px solid #fffaf02e;border-radius:999px;justify-content:center;padding:8px 10px;font-size:.78rem;font-weight:700;display:flex;position:absolute;inset:auto 12px 12px}.theme-module__VuMKha__card:hover .theme-module__VuMKha__thumbnailImage{transform:scale(1.04)}.theme-module__VuMKha__cardTitle{color:var(--foreground);margin:0 0 10px;font-size:1.4rem;line-height:1.2}.theme-module__VuMKha__cardDesc{color:var(--muted-strong);margin:0 0 16px;font-size:.95rem;line-height:1.6}.theme-module__VuMKha__tags{flex-wrap:wrap;gap:8px;margin-bottom:16px;display:flex}.theme-module__VuMKha__tag{color:var(--accent-strong);background:#d6b25e14;border:1px solid #d6b25e33;border-radius:999px;padding:6px 10px;font-size:.78rem;font-weight:800}.theme-module__VuMKha__reasonBox{border:1px solid var(--surface-border);border-radius:var(--radius-md);background:#00000029;margin-bottom:18px;padding:14px}.theme-module__VuMKha__reasonTitle{color:var(--accent-strong);letter-spacing:.08em;text-transform:uppercase;margin-bottom:6px;font-size:.76rem;font-weight:800}.theme-module__VuMKha__reasonText{color:var(--muted-strong);font-size:.9rem;line-height:1.55}.theme-module__VuMKha__colorPalette{align-items:center;gap:8px;margin:auto 0 22px;display:flex}.theme-module__VuMKha__colorSwatch{border:1px solid #fffaf052;border-radius:50%;width:26px;height:26px;box-shadow:0 4px 12px #0000002e}.theme-module__VuMKha__paletteLabel{color:var(--muted);margin-left:4px;font-size:.8rem;font-weight:700}.theme-module__VuMKha__actions{grid-template-columns:1fr 1fr;gap:10px;display:grid}.theme-module__VuMKha__previewBtn,.theme-module__VuMKha__selectBtn{border-radius:var(--radius-sm);cursor:pointer;min-height:46px;padding:12px;font-size:.9rem;font-weight:800;transition:transform .18s,background .18s,border-color .18s}.theme-module__VuMKha__previewBtn{border:1px solid var(--surface-border);color:var(--foreground);background:#fffaf00f}.theme-module__VuMKha__previewBtn:hover{border-color:var(--surface-border-strong);background:#fffaf017}.theme-module__VuMKha__selectBtn{border:1px solid var(--accent);background:linear-gradient(135deg, var(--accent-strong), var(--accent));color:var(--accent-ink)}.theme-module__VuMKha__selectBtn:hover:not(:disabled),.theme-module__VuMKha__previewBtn:hover{transform:translateY(-1px)}.theme-module__VuMKha__selectBtn:disabled{opacity:.55;cursor:not-allowed}.theme-module__VuMKha__modalOverlay{z-index:1000;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#000000bd;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.theme-module__VuMKha__modalContent{background:var(--surface-solid);border:1px solid var(--surface-border-strong);border-radius:30px;flex-direction:column;width:min(1120px,100%);height:min(92vh,860px);display:flex;overflow:hidden;box-shadow:0 30px 90px #0000008c}.theme-module__VuMKha__modalHeader{z-index:10;border-bottom:1px solid var(--surface-border);background:#11100ef0;justify-content:space-between;align-items:center;gap:16px;padding:16px 18px;display:flex}.theme-module__VuMKha__modalHeader span{color:var(--accent-strong);letter-spacing:.08em;text-transform:uppercase;font-size:.72rem;font-weight:800}.theme-module__VuMKha__modalHeader h2{color:var(--foreground);margin:4px 0 0;font-size:1.1rem}.theme-module__VuMKha__closeBtn{border:1px solid var(--surface-border);width:38px;height:38px;color:var(--foreground);cursor:pointer;background:#fffaf00f;border-radius:50%;place-items:center;font-size:1.45rem;line-height:1;display:grid}.theme-module__VuMKha__previewModalBody{background:#11100e;flex:1;grid-template-rows:auto minmax(0,1fr);justify-content:center;justify-items:center;gap:14px;min-height:0;padding:18px;display:grid;overflow:visible}.theme-module__VuMKha__previewToolbar{z-index:5;width:min(430px,100%);position:relative}.theme-module__VuMKha__previewPhoneFrame{--phone-frame-width:390px;--phone-frame-height:812px;--phone-frame-available-height:100%;place-self:stretch center;max-height:100%}.theme-module__VuMKha__previewViewport{background:#11100e;width:min(430px,100%);height:100%;min-height:0;overflow:hidden auto}.theme-module__VuMKha__previewWatermark{z-index:30;color:var(--muted-strong);text-align:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#11100ed1;padding:10px;font-size:.78rem;font-weight:800;position:sticky;bottom:0;left:0;right:0}@media (max-width:980px){.theme-module__VuMKha__cardsGrid{grid-template-columns:1fr}.theme-module__VuMKha__card{max-width:520px;margin:0 auto}.theme-module__VuMKha__modalContent{width:min(560px,100%)}.theme-module__VuMKha__previewModalBody{align-content:start;overflow:visible}.theme-module__VuMKha__previewPhoneFrame{--phone-frame-available-height:min(812px, 68vh);align-self:auto}}@media (max-width:640px){.theme-module__VuMKha__actions{grid-template-columns:1fr}.theme-module__VuMKha__modalOverlay{padding:10px}.theme-module__VuMKha__modalContent{border-radius:24px;height:94vh}.theme-module__VuMKha__previewModalBody{padding:12px}}
.couple-module__DQHQRa__container{background:linear-gradient(145deg, #fffaf01a, #fffaf009), var(--surface-solid);border:1px solid var(--surface-border);border-radius:var(--radius-xl);width:100%;max-width:760px;box-shadow:var(--shadow-card);margin:0 auto;padding:clamp(24px,5vw,44px)}.couple-module__DQHQRa__header{margin-bottom:var(--space-10);text-align:center}.couple-module__DQHQRa__stepPill,.couple-module__DQHQRa__eyebrow{color:var(--accent-strong);letter-spacing:.08em;text-transform:uppercase;justify-content:center;align-items:center;font-size:.78rem;font-weight:700;display:inline-flex}.couple-module__DQHQRa__stepPill{border:1px solid var(--surface-border-strong);background:#d6b25e14;border-radius:999px;padding:7px 12px}.couple-module__DQHQRa__progressTrack{background:#fffaf01a;border-radius:999px;max-width:220px;height:4px;margin:18px auto 24px;overflow:hidden}.couple-module__DQHQRa__progressFill{border-radius:inherit;background:linear-gradient(90deg, var(--accent), var(--accent-strong));width:20%;height:100%;display:block}.couple-module__DQHQRa__header h1{color:var(--foreground);margin:10px 0 12px;font-size:clamp(2rem,7vw,3.35rem);line-height:1.02}.couple-module__DQHQRa__header p{max-width:560px;color:var(--muted-strong);margin:0 auto;font-size:1rem;line-height:1.7}.couple-module__DQHQRa__section{margin-bottom:var(--space-8);padding:var(--space-6);border:1px solid var(--surface-border);border-radius:var(--radius-lg);background:#fffaf00b}.couple-module__DQHQRa__sectionTitle{color:var(--accent-strong);margin-bottom:8px;font-size:1.1rem}.couple-module__DQHQRa__sectionHint{margin:0 0 var(--space-5);color:var(--muted);font-size:.92rem;line-height:1.6}.couple-module__DQHQRa__formGroup{margin-bottom:var(--space-5);flex-direction:column;display:flex}.couple-module__DQHQRa__formGroup:last-child{margin-bottom:0}.couple-module__DQHQRa__formGroup label{color:var(--muted-strong);margin-bottom:8px;font-size:.88rem;font-weight:700}.couple-module__DQHQRa__formGroup input,.couple-module__DQHQRa__formGroup textarea{border:1px solid var(--surface-border);border-radius:var(--radius-sm);width:100%;color:var(--foreground);background:#0000002e;padding:14px 16px;font-size:1rem;transition:border-color .2s,background .2s,box-shadow .2s}.couple-module__DQHQRa__formGroup input::placeholder,.couple-module__DQHQRa__formGroup textarea::placeholder{color:#d8cfbe7a}.couple-module__DQHQRa__formGroup input:focus,.couple-module__DQHQRa__formGroup textarea:focus{border-color:var(--accent);background:#0000004d}.couple-module__DQHQRa__formGroup textarea{resize:vertical;min-height:130px}.couple-module__DQHQRa__helpText{color:var(--muted);margin-top:8px;font-size:.82rem;line-height:1.5}.couple-module__DQHQRa__submitBtn{border-radius:var(--radius-sm);background:linear-gradient(135deg, var(--accent-strong), var(--accent));width:100%;min-height:54px;color:var(--accent-ink);cursor:pointer;border:none;padding:16px;font-size:1rem;font-weight:800;transition:transform .18s,box-shadow .18s,opacity .18s;box-shadow:0 16px 30px #d6b25e38}.couple-module__DQHQRa__submitBtn:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 20px 36px #d6b25e4d}.couple-module__DQHQRa__submitBtn:active:not(:disabled){transform:translateY(0)}.couple-module__DQHQRa__submitBtn:disabled{opacity:.62;cursor:not-allowed}.couple-module__DQHQRa__errorMsg{margin-bottom:var(--space-6);color:#ffd9d9;background:var(--danger-bg);border-radius:var(--radius-sm);border:1px solid #ef6b6b47;padding:14px 16px;font-size:.92rem;font-weight:600}@media (max-width:640px){.couple-module__DQHQRa__container{border-radius:var(--radius-lg);padding:22px 16px}.couple-module__DQHQRa__section{padding:18px}}
.events-module__e12sVa__container{background:linear-gradient(145deg, #fffaf01a, #fffaf009), var(--surface-solid);border:1px solid var(--surface-border);border-radius:var(--radius-xl);width:100%;max-width:860px;box-shadow:var(--shadow-card);margin:0 auto;padding:clamp(24px,5vw,44px)}.events-module__e12sVa__header{margin-bottom:var(--space-10);text-align:center}.events-module__e12sVa__stepPill,.events-module__e12sVa__eyebrow{color:var(--accent-strong);letter-spacing:.08em;text-transform:uppercase;justify-content:center;align-items:center;font-size:.78rem;font-weight:700;display:inline-flex}.events-module__e12sVa__stepPill{border:1px solid var(--surface-border-strong);background:#d6b25e14;border-radius:999px;padding:7px 12px}.events-module__e12sVa__progressTrack{background:#fffaf01a;border-radius:999px;max-width:220px;height:4px;margin:18px auto 24px;overflow:hidden}.events-module__e12sVa__progressFill{border-radius:inherit;background:linear-gradient(90deg, var(--accent), var(--accent-strong));width:40%;height:100%;display:block}.events-module__e12sVa__header h1{color:var(--foreground);margin:10px 0 12px;font-size:clamp(2rem,7vw,3.25rem);line-height:1.04}.events-module__e12sVa__header p{max-width:560px;color:var(--muted-strong);margin:0 auto;font-size:1rem;line-height:1.7}.events-module__e12sVa__eventsList{gap:var(--space-6);margin-bottom:var(--space-6);flex-direction:column;display:flex}.events-module__e12sVa__eventCard{padding:var(--space-6);border:1px solid var(--surface-border);border-radius:var(--radius-lg);background:#fffaf00b}.events-module__e12sVa__eventHeader{justify-content:space-between;align-items:flex-start;gap:var(--space-4);margin-bottom:var(--space-5);padding-bottom:var(--space-4);border-bottom:1px solid var(--surface-border);display:flex}.events-module__e12sVa__sectionTitle{color:var(--accent-strong);margin:0;font-size:1.1rem}.events-module__e12sVa__removeBtn{color:#ffd0d0;cursor:pointer;background:#ef6b6b14;border:1px solid #ef6b6b52;border-radius:999px;padding:8px 12px;font-size:.82rem;font-weight:700}.events-module__e12sVa__removeBtn:hover{background:#ef6b6b29;border-color:#ef6b6b94}.events-module__e12sVa__formRow{gap:var(--space-4);grid-template-columns:repeat(auto-fit,minmax(190px,1fr));display:grid}.events-module__e12sVa__formGroup{margin-bottom:var(--space-5);flex-direction:column;display:flex}.events-module__e12sVa__formGroup label,.events-module__e12sVa__formGroupCheck{color:var(--muted-strong);font-size:.88rem;font-weight:700}.events-module__e12sVa__formGroup label{margin-bottom:8px}.events-module__e12sVa__formGroupCheck{margin-bottom:var(--space-5)}.events-module__e12sVa__formGroupCheck label{cursor:pointer;align-items:center;gap:10px;width:fit-content;display:flex}.events-module__e12sVa__formGroupCheck input{accent-color:var(--accent)}.events-module__e12sVa__formGroup input,.events-module__e12sVa__formGroup textarea,.events-module__e12sVa__formGroup select{border:1px solid var(--surface-border);border-radius:var(--radius-sm);width:100%;color:var(--foreground);background:#0000002e;padding:14px 16px;font-size:1rem;transition:border-color .2s,background .2s,box-shadow .2s}.events-module__e12sVa__formGroup input::placeholder,.events-module__e12sVa__formGroup textarea::placeholder{color:#d8cfbe7a}.events-module__e12sVa__formGroup input:focus,.events-module__e12sVa__formGroup textarea:focus,.events-module__e12sVa__formGroup select:focus{border-color:var(--accent);background:#0000004d}.events-module__e12sVa__helpText{color:var(--muted);margin-top:8px;font-size:.8rem;font-weight:500;line-height:1.45}.events-module__e12sVa__formGroup textarea{resize:vertical;min-height:96px}.events-module__e12sVa__addBtn{width:100%;min-height:50px;margin-bottom:var(--space-6);border:1px dashed var(--surface-border-strong);border-radius:var(--radius-sm);color:var(--accent-strong);cursor:pointer;background:#d6b25e0f;padding:14px;font-size:1rem;font-weight:800;transition:background .2s,border-color .2s}.events-module__e12sVa__addBtn:hover{border-color:var(--accent);background:#d6b25e1f}.events-module__e12sVa__submitBtn{border-radius:var(--radius-sm);background:linear-gradient(135deg, var(--accent-strong), var(--accent));width:100%;min-height:54px;color:var(--accent-ink);cursor:pointer;border:none;padding:16px;font-size:1rem;font-weight:800;transition:transform .18s,box-shadow .18s,opacity .18s;box-shadow:0 16px 30px #d6b25e38}.events-module__e12sVa__submitBtn:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 20px 36px #d6b25e4d}.events-module__e12sVa__submitBtn:disabled{opacity:.62;cursor:not-allowed}.events-module__e12sVa__errorMsg{margin-bottom:var(--space-6);color:#ffd9d9;background:var(--danger-bg);border-radius:var(--radius-sm);border:1px solid #ef6b6b47;padding:14px 16px;font-size:.92rem;font-weight:600}@media (max-width:640px){.events-module__e12sVa__container{border-radius:var(--radius-lg);padding:22px 16px}.events-module__e12sVa__eventCard{padding:18px}.events-module__e12sVa__eventHeader{flex-direction:column}.events-module__e12sVa__formRow{grid-template-columns:1fr}}
.preferences-module__j5kI4W__container{background:linear-gradient(145deg, #fffaf01a, #fffaf009), var(--surface-solid);border:1px solid var(--surface-border);border-radius:var(--radius-xl);width:100%;max-width:860px;box-shadow:var(--shadow-card);margin:0 auto;padding:clamp(24px,5vw,44px)}.preferences-module__j5kI4W__header{margin-bottom:var(--space-10);text-align:center}.preferences-module__j5kI4W__stepPill,.preferences-module__j5kI4W__eyebrow{color:var(--accent-strong);letter-spacing:.08em;text-transform:uppercase;justify-content:center;align-items:center;font-size:.78rem;font-weight:700;display:inline-flex}.preferences-module__j5kI4W__stepPill{border:1px solid var(--surface-border-strong);background:#d6b25e14;border-radius:999px;padding:7px 12px}.preferences-module__j5kI4W__progressTrack{background:#fffaf01a;border-radius:999px;max-width:220px;height:4px;margin:18px auto 24px;overflow:hidden}.preferences-module__j5kI4W__progressFill{border-radius:inherit;background:linear-gradient(90deg, var(--accent), var(--accent-strong));width:80%;height:100%;display:block}.preferences-module__j5kI4W__header h1{color:var(--foreground);margin:10px 0 12px;font-size:clamp(2rem,7vw,3.25rem);line-height:1.04}.preferences-module__j5kI4W__header p{max-width:590px;color:var(--muted-strong);margin:0 auto;font-size:1rem;line-height:1.7}.preferences-module__j5kI4W__section{margin-bottom:var(--space-6);padding:var(--space-6);border:1px solid var(--surface-border);border-radius:var(--radius-lg);background:#fffaf00b}.preferences-module__j5kI4W__section:last-of-type{margin-bottom:var(--space-8)}.preferences-module__j5kI4W__sectionTitle{color:var(--accent-strong);margin:0 0 8px;font-size:1.1rem}.preferences-module__j5kI4W__sectionHint{margin:0 0 var(--space-5);color:var(--muted);font-size:.92rem;line-height:1.6}.preferences-module__j5kI4W__optionsGrid{gap:var(--space-3);grid-template-columns:repeat(auto-fill,minmax(152px,1fr));display:grid}.preferences-module__j5kI4W__optionCard{text-align:center;cursor:pointer;-webkit-user-select:none;user-select:none;min-height:54px;color:var(--muted-strong);border:1px solid var(--surface-border);border-radius:var(--radius-sm);background:#00000029;justify-content:center;align-items:center;padding:12px 14px;font-family:inherit;font-size:.92rem;font-weight:700;transition:background .2s,border-color .2s,color .2s,transform .2s;display:flex}.preferences-module__j5kI4W__optionCard:hover{border-color:var(--surface-border-strong);transform:translateY(-1px)}.preferences-module__j5kI4W__optionCard.preferences-module__j5kI4W__selected{border-color:var(--accent);color:var(--accent-strong);background:#d6b25e24}.preferences-module__j5kI4W__optionCard:focus-visible,.preferences-module__j5kI4W__radioCard:focus-within,.preferences-module__j5kI4W__sectionCard:focus-visible{outline:2px solid var(--accent);outline-offset:3px}.preferences-module__j5kI4W__radioGrid{gap:var(--space-3);grid-template-columns:repeat(auto-fit,minmax(188px,1fr));display:grid}.preferences-module__j5kI4W__radioCard{cursor:pointer;border:1px solid var(--surface-border);border-radius:var(--radius-sm);background:#00000029;grid-template-columns:auto 1fr;gap:6px 10px;min-height:112px;padding:15px;transition:background .2s,border-color .2s,transform .2s;display:grid;position:relative}.preferences-module__j5kI4W__radioCard:hover{border-color:var(--surface-border-strong);transform:translateY(-1px)}.preferences-module__j5kI4W__radioCard.preferences-module__j5kI4W__selected{border-color:var(--accent);background:#d6b25e24}.preferences-module__j5kI4W__radioInput{width:18px;height:18px;accent-color:var(--accent);grid-row:1/span 2;margin:1px 0 0}.preferences-module__j5kI4W__radioTitle{color:var(--foreground);font-size:.94rem;font-weight:800;line-height:1.35}.preferences-module__j5kI4W__radioDescription{color:var(--muted);font-size:.82rem;font-weight:600;line-height:1.45}.preferences-module__j5kI4W__swatchRow{grid-column:2;gap:6px;margin-top:4px;display:flex}.preferences-module__j5kI4W__swatch{border:1px solid #fffaf03d;border-radius:999px;width:22px;height:22px;box-shadow:0 4px 10px #00000029}.preferences-module__j5kI4W__customColorPanel{margin-top:var(--space-5);padding:var(--space-5);border:1px solid var(--surface-border);border-radius:var(--radius-md);background:#00000029}.preferences-module__j5kI4W__customColorHeader{margin-bottom:var(--space-4)}.preferences-module__j5kI4W__customColorHeader h3{color:var(--foreground);margin:0 0 6px;font-size:1rem}.preferences-module__j5kI4W__customColorHeader p{color:var(--muted);margin:0;font-size:.86rem;line-height:1.55}.preferences-module__j5kI4W__colorFields{gap:var(--space-3);grid-template-columns:repeat(auto-fit,minmax(190px,1fr));display:grid}.preferences-module__j5kI4W__colorField{border:1px solid var(--surface-border);border-radius:var(--radius-sm);background:#fffaf00e;grid-template-columns:1fr auto;align-items:center;gap:10px 12px;padding:14px;display:grid}.preferences-module__j5kI4W__colorField span{color:var(--muted-strong);font-size:.86rem;font-weight:800}.preferences-module__j5kI4W__colorField input[type=color]{cursor:pointer;border:1px solid var(--surface-border);background:#0003;border-radius:999px;width:42px;height:42px;padding:3px}.preferences-module__j5kI4W__colorField strong{color:var(--accent-strong);letter-spacing:.08em;grid-column:1/-1;font-size:.78rem}.preferences-module__j5kI4W__sectionGrid{gap:var(--space-3);grid-template-columns:repeat(auto-fit,minmax(190px,1fr));display:grid}.preferences-module__j5kI4W__sectionCard{text-align:left;cursor:pointer;border:1px solid var(--surface-border);border-radius:var(--radius-sm);background:#00000029;gap:8px;min-height:128px;padding:15px;font-family:inherit;transition:background .2s,border-color .2s,transform .2s,opacity .2s;display:grid}.preferences-module__j5kI4W__sectionCard:hover:not(:disabled){border-color:var(--surface-border-strong);transform:translateY(-1px)}.preferences-module__j5kI4W__sectionCard.preferences-module__j5kI4W__selected{border-color:var(--accent);background:#d6b25e1f}.preferences-module__j5kI4W__sectionCard:disabled{cursor:not-allowed;opacity:.76}.preferences-module__j5kI4W__sectionLabel{color:var(--foreground);font-size:.95rem;font-weight:800;line-height:1.35}.preferences-module__j5kI4W__statusBadge{text-transform:uppercase;border-radius:999px;width:fit-content;padding:5px 8px;font-size:.68rem;font-weight:800;line-height:1.2}.preferences-module__j5kI4W__requiredBadge{color:var(--accent-strong);background:#d6b25e21;border:1px solid #d6b25e4d}.preferences-module__j5kI4W__lockedBadge{color:#ffd0d0;background:#ef6b6b1a;border:1px solid #ef6b6b3d}.preferences-module__j5kI4W__optionalBadge{color:var(--muted-strong);border:1px solid var(--surface-border);background:#fffaf00f}.preferences-module__j5kI4W__sectionDescription{color:var(--muted);font-size:.8rem;font-weight:600;line-height:1.45}.preferences-module__j5kI4W__formGroup{margin-bottom:var(--space-5)}.preferences-module__j5kI4W__formGroup:last-child{margin-bottom:0}.preferences-module__j5kI4W__formGroup label{color:var(--muted-strong);margin-bottom:8px;font-size:.88rem;font-weight:700;display:block}.preferences-module__j5kI4W__formGroup input[type=text],.preferences-module__j5kI4W__formGroup textarea,.preferences-module__j5kI4W__formGroup select{border:1px solid var(--surface-border);border-radius:var(--radius-sm);width:100%;color:var(--foreground);background:#0000002e;padding:14px 16px;font-size:1rem;transition:border-color .2s,background .2s,box-shadow .2s}.preferences-module__j5kI4W__formGroup input::placeholder,.preferences-module__j5kI4W__formGroup textarea::placeholder{color:#d8cfbe7a}.preferences-module__j5kI4W__formGroup textarea{resize:vertical;min-height:108px}.preferences-module__j5kI4W__formGroup input:focus,.preferences-module__j5kI4W__formGroup textarea:focus,.preferences-module__j5kI4W__formGroup select:focus{border-color:var(--accent);background:#0000004d}.preferences-module__j5kI4W__checkboxLabel{cursor:pointer;width:fit-content;color:var(--muted-strong);align-items:center;gap:10px;display:flex}.preferences-module__j5kI4W__checkboxLabel input[type=checkbox]{width:18px;height:18px;accent-color:var(--accent)}.preferences-module__j5kI4W__submitBtn{border-radius:var(--radius-sm);background:linear-gradient(135deg, var(--accent-strong), var(--accent));width:100%;min-height:54px;color:var(--accent-ink);cursor:pointer;border:none;padding:16px;font-size:1rem;font-weight:800;transition:transform .18s,box-shadow .18s,opacity .18s;box-shadow:0 16px 30px #d6b25e38}.preferences-module__j5kI4W__submitBtn:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 20px 36px #d6b25e4d}.preferences-module__j5kI4W__submitBtn:disabled{opacity:.62;cursor:not-allowed}.preferences-module__j5kI4W__errorMsg{margin-bottom:var(--space-6);color:#ffd9d9;background:var(--danger-bg);border-radius:var(--radius-sm);border:1px solid #ef6b6b47;padding:14px 16px;font-size:.92rem;font-weight:600}@media (max-width:640px){.preferences-module__j5kI4W__container{border-radius:var(--radius-lg);padding:22px 16px}.preferences-module__j5kI4W__section{padding:18px}.preferences-module__j5kI4W__optionsGrid{grid-template-columns:repeat(2,minmax(0,1fr))}}
