.stamp{position:relative;display:inline-flex;align-items:center;justify-content:center;width:var(--stamp-size, clamp(300px, 55vw, 420px))}.stamp-image{width:100%;height:100%;object-fit:contain;filter:var( --stamp-image-filter, drop-shadow(0 4px 8px rgba(0, 0, 0, .3)) )}.stamp-text{position:absolute;display:inline-block;top:50%;left:50%;transform:translate(-50%,-50%);max-inline-size:64%;font-family:var(--stamp-font, "Great Vibes", cursive);font-weight:400;font-size:clamp(55px,11vw,80px);line-height:.9;color:var(--stamp-text-color, #a11714);text-shadow:var(--stamp-text-shadow);letter-spacing:-.01em;text-align:center;white-space:nowrap;text-rendering:optimizeLegibility;pointer-events:none;user-select:none}.stamp-monogram{display:inline-flex;align-items:center;justify-content:center;gap:var(--stamp-monogram-gap, .02em);transform:translate(var(--stamp-monogram-shift-x, 0)) scale(var(--stamp-monogram-fit-scale, 1));transform-origin:center center}.stamp-initial{display:inline-block;transform-origin:center center}.stamp-initial-first{transform:translate(var(--stamp-initial-shift-x, 0),-.24em) scale(var(--stamp-initial-scale, 1))}.stamp-initial-second{transform:translate(var(--stamp-initial-shift-x, 0),.24em) scale(var(--stamp-initial-scale, 1))}.stamp-ampersand{display:inline-block;font-size:.34em;line-height:1;margin:0 var(--stamp-ampersand-margin, .03em);transform:translateY(.08em) scale(var(--stamp-ampersand-scale, 1))}@keyframes envelope-fade-in{0%{opacity:0;transform:scale(.985)}to{opacity:1;transform:scale(1)}}@keyframes envelope-stamp-raise{0%{transform:translate(-50%,-50%)}to{transform:perspective(var(--envelope-stamp-raise-perspective, 400px)) translate3d(-50%,-50%,0) translateY(var(--stamp-raise-target, -150px)) rotateX(var(--envelope-stamp-raise-tilt, 5deg))}}.envelope-invitation{min-height:100vh;min-height:100dvh;--envelope-stage-gradient: linear-gradient( 180deg, var(--envelope-bg-start, #f5f4f0) 0%, var(--envelope-bg-end, #e1dbd3) 100% );background:transparent;color:var(--envelope-ink, var(--ink))}.envelope-stage{min-height:100vh;min-height:100dvh;width:100%;height:100vh;height:100dvh;background:var(--envelope-stage-gradient);position:relative;overflow:hidden;display:flex;align-items:var(--envelope-stage-align, stretch);justify-content:var(--envelope-stage-justify, center);padding:var(--envelope-stage-padding, 0);cursor:pointer;opacity:1;transition:opacity var(--envelope-fade-duration, 1.5s) ease var(--envelope-fade-delay, 1.5s)}.envelope-stage:focus-visible{outline:2px solid var(--envelope-focus-ring, var(--focus-ring));outline-offset:6px}.envelope-stage.is-fading{opacity:0}.envelope-frame{position:relative;width:100%;max-width:var(--envelope-frame-max-width, 1050px);height:100%;background:var( --envelope-frame-background, var(--envelope-frame-surface, transparent) );border-radius:var(--envelope-frame-radius, 0);border:var(--envelope-frame-border, none);box-shadow:var(--envelope-frame-shadow, none);overflow:hidden}.envelope-video{display:block;width:100%;height:100%;object-fit:cover;object-position:center;animation:envelope-fade-in var(--envelope-video-fade-duration, .6s) ease-out;z-index:1;position:relative}.envelope-video-placeholder{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center;z-index:0}.stamp-overlay{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);transform-origin:50% 85%;pointer-events:none;z-index:2;will-change:transform;--stamp-size: var(--envelope-stamp-size, clamp(300px, 55vw, 420px));--stamp-raise-target: calc( var(--stamp-size) * var(--envelope-stamp-raise-factor, -.36) )}.stamp-overlay.is-raising{animation:envelope-stamp-raise var(--envelope-stamp-raise-duration, 3.5s) linear forwards}@media(min-width:1050px){.envelope-frame{-webkit-mask-image:linear-gradient(90deg,transparent 0%,#000 var(--envelope-frame-mask-edge, 8%),#000 calc(100% - var(--envelope-frame-mask-edge, 8%)),transparent 100%);mask-image:linear-gradient(90deg,transparent 0%,#000 var(--envelope-frame-mask-edge, 8%),#000 calc(100% - var(--envelope-frame-mask-edge, 8%)),transparent 100%);-webkit-mask-size:100% 100%;mask-size:100% 100%;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}}@media(prefers-reduced-motion:reduce){.envelope-video{animation:none}.stamp-overlay.is-raising{animation:none;transform:translate(-50%,-50%)}.envelope-stage{transition:none}}.envelope-invitation{--envelope-bg-start: #e8e1df;--envelope-bg-end: #e8e1df;--envelope-ink: var(--ink);--stamp-text-color: #a11714;--stamp-text-shadow: -1px -1px 0 rgba(255, 180, 160, .6), -2px -2px 1px rgba(255, 200, 180, .3), 1px 1px 1px rgba(40, 10, 10, .7), 2px 2px 2px rgba(20, 0, 0, .4), 0 0 1px rgba(60, 15, 15, .5)}html.invitation-scroll-locked,body.invitation-scroll-locked{overflow:hidden}.envelope-layer .envelope-stage,.envelope-layer .envelope-audio-toggle{pointer-events:auto}.envelope-layer .envelope-stage.is-fading{pointer-events:none}.envelope-stage{z-index:2}.envelope-audio-toggle{position:fixed;right:1rem;bottom:1rem;width:2.5rem;height:2.5rem;border:none;border-radius:999px;background:var(--invitation-accent, var(--accent));color:var(--invitation-ink-inverse, #fff);display:inline-flex;align-items:center;justify-content:center;font-size:1.1rem;box-shadow:0 8px 18px var(--invitation-accent-shadow, rgba(0, 0, 0, .22));cursor:pointer;z-index:1}.envelope-audio-toggle:focus-visible{outline:2px solid var(--invitation-focus-ring, var(--focus-ring));outline-offset:2px}.envelope-audio-toggle i{pointer-events:none}.error-dialog-overlay{position:fixed;inset:0;background:#00000073;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);z-index:10000;animation:error-overlay-in .25s ease-out}@keyframes error-overlay-in{0%{opacity:0}to{opacity:1}}.error-dialog{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);z-index:10001;background:var(--invitation-card-bg);border-radius:20px;padding:2.5rem 2rem 2rem;text-align:center;max-width:380px;width:calc(100% - 2rem);box-shadow:0 20px 60px #0003;animation:error-scale-in .3s cubic-bezier(.25,1,.5,1)}@keyframes error-scale-in{0%{opacity:0;transform:translate(-50%,-50%) scale(.92)}to{opacity:1;transform:translate(-50%,-50%) scale(1)}}.error-dialog-icon{margin-bottom:1rem}.error-dialog-icon i{font-size:3rem;color:#e74c3c}.error-dialog-message{font-family:var(--font-primary);font-size:1.05rem;color:var(--invitation-text-primary);margin:0 0 1.75rem;line-height:1.5}.error-dialog-close{font-family:var(--font-primary);font-size:.95rem;font-weight:500;color:var(--invitation-ink-inverse);background:#e74c3c;border:none;border-radius:8px;padding:.75rem 2rem;cursor:pointer;transition:transform .2s,box-shadow .2s}.error-dialog-close:hover{transform:translateY(-1px);box-shadow:0 4px 15px #e74c3c59}@media(prefers-reduced-motion:reduce){.error-dialog-overlay,.error-dialog{animation:none}}.thank-you-success-page{position:fixed;inset:0;z-index:10000;display:grid;place-items:center;overflow:hidden;background:var(--invitation-bg-base, #faf9f7)}.thank-you-success-backdrop{position:absolute;inset:0;z-index:0}.thank-you-success-backdrop-image{width:100%;height:100%;object-fit:cover;transform:scale(1.05);animation:thankYouSuccessBackdropIn 1.8s ease-out both}@keyframes thankYouSuccessBackdropIn{0%{transform:scale(1.15);opacity:0}to{transform:scale(1.05);opacity:1}}.thank-you-success-backdrop-overlay{position:absolute;inset:0;background:linear-gradient(180deg,#faf9f7a6,#faf9f7d9,#faf9f7f2)}.thank-you-success-content{position:relative;z-index:1;padding:2rem;width:100%;max-width:560px}.thank-you-success-card{background:#ffffffb8;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-radius:24px;padding:clamp(2.5rem,6vw,4rem) clamp(1.75rem,5vw,3rem);text-align:center;box-shadow:0 4px 30px #0000000f,0 1px 3px #0000000a;border:1px solid rgba(255,255,255,.5);animation:thankYouSuccessCardIn 1s ease-out .4s both}@keyframes thankYouSuccessCardIn{0%{transform:translateY(30px);opacity:0}to{transform:translateY(0);opacity:1}}.thank-you-success-icon{width:56px;height:56px;margin:0 auto 1.5rem;color:var(--invitation-accent, #a87070);animation:thankYouSuccessIconIn .8s ease-out .8s both}.thank-you-success-icon svg{width:100%;height:100%}@keyframes thankYouSuccessIconIn{0%{transform:scale(.5);opacity:0}to{transform:scale(1);opacity:1}}.thank-you-success-title{font-family:var( --font-secondary, "Great Vibes", "Fraunces", serif );font-size:clamp(2.5rem,7vw,3.5rem);font-weight:400;color:var(--invitation-text-secondary, #6b5b4f);margin:0 0 1.25rem;line-height:1.15;animation:thankYouSuccessTextIn .7s ease-out .9s both}.thank-you-success-lead{font-size:clamp(1rem,2.5vw,1.15rem);font-weight:500;color:var(--invitation-text-primary, #4a4a4a);margin:0 0 1rem;line-height:1.5;animation:thankYouSuccessTextIn .7s ease-out 1s both}.thank-you-success-body{font-size:clamp(.9rem,2vw,1rem);font-weight:400;color:var(--invitation-text-muted, #8b7355);margin:0 0 2rem;line-height:1.7;animation:thankYouSuccessTextIn .7s ease-out 1.1s both}.thank-you-success-body:last-child{margin-bottom:0}.thank-you-success-date{font-size:clamp(.85rem,2vw,.95rem);font-weight:400;color:var(--invitation-accent, #a87070);margin:0 0 2rem;letter-spacing:.08em;text-transform:uppercase;animation:thankYouSuccessTextIn .7s ease-out 1.2s both}.thank-you-success-names{display:flex;align-items:center;justify-content:center;gap:.75rem;flex-wrap:wrap;animation:thankYouSuccessTextIn .7s ease-out 1.3s both}.thank-you-success-name{font-family:var( --font-secondary, "Great Vibes", "Fraunces", serif );font-size:clamp(1.25rem,3.5vw,1.6rem);font-weight:400;color:var(--invitation-text-secondary, #6b5b4f)}.thank-you-success-separator{font-family:var( --font-secondary, "Great Vibes", "Fraunces", serif );font-size:clamp(1rem,2.5vw,1.25rem);color:var(--invitation-accent-soft, #c4b5a6)}.thank-you-success-location{margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid rgba(0,0,0,.06);display:flex;flex-direction:column;align-items:center;gap:.35rem;animation:thankYouSuccessTextIn .7s ease-out 1.4s both}.thank-you-success-venue{font-family:var(--font-primary, system-ui);font-size:1rem;font-weight:500;color:var(--invitation-text-primary, #4a4a4a);margin:0}.thank-you-success-address{font-family:var(--font-primary, system-ui);font-size:.85rem;font-weight:300;color:var(--invitation-text-subtle, #8b7355);margin:0}.thank-you-success-time{display:flex;align-items:center;gap:.4rem;font-family:var(--font-primary, system-ui);font-size:.85rem;color:var(--invitation-accent, #a87070);margin-top:.25rem}.thank-you-success-actions{display:flex;justify-content:center;margin-top:1.5rem;animation:thankYouSuccessTextIn .7s ease-out 1.5s both}@keyframes thankYouSuccessTextIn{0%{transform:translateY(12px);opacity:0}to{transform:translateY(0);opacity:1}}@media(prefers-reduced-motion:reduce){.thank-you-success-backdrop-image,.thank-you-success-card,.thank-you-success-icon,.thank-you-success-title,.thank-you-success-lead,.thank-you-success-body,.thank-you-success-date,.thank-you-success-names,.thank-you-success-location,.thank-you-success-actions{animation:none;transform:none;opacity:1}}.thank-you-success-no-animations .thank-you-success-backdrop-image,.thank-you-success-no-animations .thank-you-success-card,.thank-you-success-no-animations .thank-you-success-icon,.thank-you-success-no-animations .thank-you-success-title,.thank-you-success-no-animations .thank-you-success-lead,.thank-you-success-no-animations .thank-you-success-body,.thank-you-success-no-animations .thank-you-success-date,.thank-you-success-no-animations .thank-you-success-names,.thank-you-success-no-animations .thank-you-success-location,.thank-you-success-no-animations .thank-you-success-actions{animation:none;transform:none;opacity:1}.demo-theme-studio{position:fixed;right:1rem;top:1rem;z-index:1200;font-family:var(--font-primary, "Google Sans", "Work Sans", "Helvetica Neue", sans-serif)}.demo-theme-studio__actions{display:flex;align-items:center;gap:.6rem}.demo-theme-studio__language{position:relative}.demo-theme-studio__language-trigger{display:inline-flex;align-items:center;justify-content:center;gap:.36rem;border:1px solid color-mix(in srgb,var(--demo-theme-studio-launcher-accent, #a3586a) 18%,rgba(146,107,118,.14));border-radius:999px;background:linear-gradient(135deg,color-mix(in srgb,var(--demo-theme-studio-launcher-surface, #f6f0f1) 70%,white),#ffffffd1);color:color-mix(in srgb,var(--demo-theme-studio-launcher-accent, #a3586a) 54%,#2f2326);cursor:pointer;font:inherit;min-height:3rem;min-width:4.85rem;padding:.62rem .7rem;transition:transform .18s ease,background .18s ease,border-color .18s ease,box-shadow .18s ease}.demo-theme-studio__language-trigger{box-shadow:0 14px 30px color-mix(in srgb,var(--demo-theme-studio-launcher-accent, #a3586a) 10%,rgba(79,53,61,.1))}.demo-theme-studio__language-trigger:hover{transform:translateY(-1px);border-color:color-mix(in srgb,var(--demo-theme-studio-launcher-accent, #a3586a) 28%,rgba(146,107,118,.16));background:#ffffffdb;box-shadow:0 8px 16px #4f353d14}.demo-theme-studio__language-menu{position:absolute;top:calc(100% + .42rem);left:0;display:grid;min-width:100%;max-height:calc(100vh - 5rem);overflow-y:auto;overscroll-behavior:contain;border:1px solid color-mix(in srgb,var(--demo-theme-studio-launcher-accent, #a3586a) 16%,rgba(146,107,118,.14));border-radius:.9rem;background:color-mix(in srgb,var(--demo-theme-studio-launcher-surface, #f6f0f1) 50%,white);box-shadow:0 16px 32px #4f353d24;scrollbar-width:thin}.demo-theme-studio__language-option{display:inline-flex;align-items:center;justify-content:flex-start;border:0;border-bottom:1px solid color-mix(in srgb,var(--demo-theme-studio-launcher-accent, #a3586a) 12%,rgba(146,107,118,.12));background:transparent;color:color-mix(in srgb,var(--demo-theme-studio-launcher-accent, #a3586a) 54%,#2f2326);cursor:pointer;font:inherit;min-height:2.45rem;padding:.62rem .76rem;text-align:left;width:100%}.demo-theme-studio__language-option:last-child{border-bottom:0}.demo-theme-studio__language-option:hover,.demo-theme-studio__language-option.is-active{background:#ffffff8f;color:color-mix(in srgb,var(--demo-theme-studio-launcher-accent, #a3586a) 72%,#2f2326)}.demo-theme-studio__language-chevron{font-size:.78rem;line-height:1}.demo-theme-studio__language-code{font-size:.78rem;font-weight:700;letter-spacing:.04em;line-height:1}.demo-theme-studio__launcher{display:flex;align-items:center;gap:.7rem;min-width:min(220px,calc(100vw - 2rem));border:1px solid color-mix(in srgb,var(--demo-theme-studio-launcher-accent, #a3586a) 22%,rgba(146,107,118,.16));border-radius:999px;background:linear-gradient(135deg,color-mix(in srgb,var(--demo-theme-studio-launcher-surface, #f6f0f1) 78%,white),color-mix(in srgb,var(--demo-theme-studio-launcher-surface, #f6f0f1) 52%,white));box-shadow:0 14px 30px color-mix(in srgb,var(--demo-theme-studio-launcher-accent, #a3586a) 14%,rgba(79,53,61,.12));color:color-mix(in srgb,var(--demo-theme-studio-launcher-accent, #a3586a) 52%,#2f2326);cursor:pointer;padding:.72rem .82rem .72rem 1rem;text-align:left;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.demo-theme-studio__launcher:hover{transform:translateY(-2px);border-color:color-mix(in srgb,var(--demo-theme-studio-launcher-accent, #a3586a) 30%,rgba(146,107,118,.22));box-shadow:0 18px 38px color-mix(in srgb,var(--demo-theme-studio-launcher-accent, #a3586a) 16%,rgba(79,53,61,.14))}.demo-theme-studio__launcher:focus-visible,.demo-theme-studio__language-trigger:focus-visible,.demo-theme-studio__language-option:focus-visible,.demo-theme-studio__theme-card:focus-visible,.demo-theme-studio__color-option:focus-visible,.demo-theme-studio__divider-option:focus-visible,.demo-theme-studio__track-option:focus-visible,.demo-theme-studio__close:focus-visible,.demo-theme-studio__backdrop:focus-visible{outline:2px solid rgba(163,88,106,.42);outline-offset:3px}.demo-theme-studio__launcher-copy{display:flex;flex-direction:column;gap:.08rem;min-width:0}.demo-theme-studio__launcher-title{font-family:var(--font-display, "Great Vibes", "Fraunces", serif);font-size:1.28rem;line-height:.95}.demo-theme-studio__launcher-arrow{display:inline-flex;align-items:center;justify-content:center;margin-left:auto;width:1.8rem;height:1.8rem;border:1px solid color-mix(in srgb,var(--demo-theme-studio-launcher-accent, #a3586a) 18%,rgba(146,107,118,.12));border-radius:999px;background:#ffffff8f}.demo-theme-studio__launcher-arrow svg{width:.82rem;height:.82rem;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.8}.demo-theme-studio__backdrop{position:fixed;inset:0;border:none;background:#211c1e14;cursor:pointer;opacity:0;transition:opacity .24s ease}.demo-theme-studio__backdrop.is-open{opacity:1}.demo-theme-studio__panel{position:fixed;top:1rem;right:1rem;bottom:1rem;width:min(680px,calc(100vw - 2rem));border:1px solid color-mix(in srgb,var(--demo-theme-studio-launcher-accent, #a3586a) 18%,rgba(146,107,118,.16));border-radius:30px;background:linear-gradient(180deg,color-mix(in srgb,var(--demo-theme-studio-launcher-surface, #f6f0f1) 74%,white),color-mix(in srgb,var(--demo-theme-studio-launcher-surface, #f6f0f1) 92%,white) 56%,color-mix(in srgb,var(--demo-theme-studio-launcher-surface, #f6f0f1) 66%,white));box-shadow:0 32px 72px color-mix(in srgb,var(--demo-theme-studio-launcher-accent, #a3586a) 16%,rgba(49,33,39,.18));color:color-mix(in srgb,var(--demo-theme-studio-launcher-accent, #a3586a) 52%,#2f2326);display:flex;flex-direction:column;gap:1.6rem;overflow-y:auto;padding:1.5rem;opacity:0;transform:translate3d(28px,0,0);transition:transform .26s cubic-bezier(.22,1,.36,1),opacity .22s ease;outline:none}.demo-theme-studio__panel.is-open{opacity:1;transform:translateZ(0)}.demo-theme-studio__header{display:flex;align-items:flex-start;gap:1rem}.demo-theme-studio__title{margin:0;font-family:var(--font-display, "Great Vibes", "Fraunces", serif);font-size:clamp(2rem,3vw,2.6rem);font-weight:400;line-height:.95}.demo-theme-studio__close{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;width:2.5rem;height:2.5rem;margin-left:auto;border:1px solid color-mix(in srgb,var(--demo-theme-studio-launcher-accent, #a3586a) 18%,rgba(146,107,118,.12));border-radius:999px;background:color-mix(in srgb,var(--demo-theme-studio-launcher-surface, #f6f0f1) 36%,white);color:inherit;cursor:pointer}.demo-theme-studio__close svg{width:1rem;height:1rem;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.8}.demo-theme-studio__section{display:flex;flex-direction:column;gap:.85rem}.demo-theme-studio__section-header h3{margin:0;font-size:1.02rem;font-weight:600;letter-spacing:.04em}.demo-theme-studio__section-header p{margin:.28rem 0 0;color:color-mix(in srgb,var(--demo-theme-studio-launcher-accent, #a3586a) 34%,#5a474d);font-size:.9rem;line-height:1.55}.demo-theme-studio__theme-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.75rem;max-width:620px;margin:0}.demo-theme-studio__theme-card{position:relative;min-height:232px;border:1px solid rgba(146,107,118,.18);border-radius:18px;overflow:hidden;background:#eadfe1;color:#fff;cursor:pointer;padding:0;text-align:left;transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease}.demo-theme-studio__theme-card img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:transform .26s ease}.demo-theme-studio__theme-card-overlay{position:absolute;inset:0;background:linear-gradient(180deg,#1c15181a,#1c15189e 72%,#1c1518b8)}.demo-theme-studio__theme-card-content{position:relative;z-index:1;display:flex;flex-direction:column;justify-content:flex-end;gap:.8rem;min-height:232px;padding:1rem}.demo-theme-studio__theme-card-copy{display:flex;align-items:flex-end}.demo-theme-studio__theme-card-index{display:inline-grid;place-items:center;width:2rem;height:2rem;border:1px solid rgba(255,255,255,.42);border-radius:999px;background:#ffffff29;font-size:.74rem;font-weight:600}.demo-theme-studio__theme-card-copy strong{display:block;font-family:var(--font-display, "Great Vibes", "Fraunces", serif);font-size:1.9rem;font-weight:400;line-height:1}.demo-theme-studio__theme-card-copy p{margin:.3rem 0 0;max-width:28ch;font-size:.85rem;line-height:1.45;color:#ffffffeb}.demo-theme-studio__theme-card:hover,.demo-theme-studio__theme-card.is-active{transform:translateY(-4px);border-color:#b5808f57;box-shadow:0 18px 32px #4f353d29}.demo-theme-studio__theme-card:hover img,.demo-theme-studio__theme-card.is-active img{transform:scale(1.06)}.demo-theme-studio__theme-card.is-active{box-shadow:0 0 0 2px #ffffffd1 inset,0 0 0 4px color-mix(in srgb,var(--demo-theme-studio-launcher-accent, #a3586a) 38%,transparent),0 18px 32px #4f353d29}.demo-theme-studio__color-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.65rem;max-width:700px;margin:0}.demo-theme-studio__color-option{display:flex;align-items:center;gap:.55rem;border:1px solid rgba(146,107,118,.16);border-radius:10px;background:#ffffffe6;color:inherit;cursor:pointer;min-height:3rem;padding:.52rem .58rem;text-align:left;transition:border-color .18s ease,background .18s ease,box-shadow .18s ease}.demo-theme-studio__color-option:hover,.demo-theme-studio__color-option.is-active{border-color:color-mix(in srgb,var(--demo-theme-studio-accent, #a3586a) 42%,rgba(146,107,118,.16));background:linear-gradient(145deg,var(--demo-theme-studio-surface, #f7f0f2) 0%,rgba(255,255,255,.96) 95%);box-shadow:0 4px 10px #4f353d14}.demo-theme-studio__color-option.is-active{box-shadow:0 4px 10px #4f353d14}.demo-theme-studio__color-swatch{width:1.05rem;height:1.05rem;flex-shrink:0;border-radius:999px;background:radial-gradient(circle at 30% 28%,#ffffff8f,#fff3 24%,#fff0 40%),linear-gradient(145deg,var(--demo-theme-studio-surface, #f7f0f2) 0%,var(--demo-theme-studio-surface, #f7f0f2) 42%,var(--demo-theme-studio-accent, #a3586a) 100%);box-shadow:inset 0 0 0 1px #ffffff47,inset 0 -1px 2px #442b321f}.demo-theme-studio__color-name{min-width:0;font-size:.86rem;font-weight:500}.demo-theme-studio__divider-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.65rem;max-width:700px;margin:0}.demo-theme-studio__divider-option{display:flex;flex-direction:column;align-items:center;gap:.7rem;border:1px solid rgba(146,107,118,.16);border-radius:14px;background:#ffffffe0;color:inherit;cursor:pointer;min-height:5.5rem;padding:.8rem .7rem;text-align:center;transition:border-color .18s ease,background .18s ease,box-shadow .18s ease,transform .18s ease}.demo-theme-studio__divider-option:hover,.demo-theme-studio__divider-option.is-active{border-color:color-mix(in srgb,var(--demo-theme-studio-launcher-accent, #a3586a) 34%,rgba(146,107,118,.16));background:linear-gradient(180deg,#fffffffa,color-mix(in srgb,var(--demo-theme-studio-launcher-surface, #f6f0f1) 36%,white));box-shadow:0 10px 18px #4f353d14;transform:translateY(-1px)}.demo-theme-studio__divider-option.is-active{box-shadow:0 0 0 1px #ffffffdb inset,0 0 0 3px color-mix(in srgb,var(--demo-theme-studio-launcher-accent, #a3586a) 20%,transparent),0 10px 18px #4f353d14}.demo-theme-studio__divider-preview{display:flex;align-items:center;justify-content:center;gap:.55rem;width:100%;color:color-mix(in srgb,var(--demo-theme-studio-launcher-accent, #a3586a) 72%,#6a5058)}.demo-theme-studio__divider-line{flex:1;min-width:0;height:1px;background:currentColor;opacity:.35}.demo-theme-studio__divider-preview i{font-size:1.1rem;flex-shrink:0}.demo-theme-studio__divider-name{font-size:.82rem;font-weight:500;line-height:1.2}.demo-theme-studio__track-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.65rem;max-width:700px;margin:0}.demo-theme-studio__track-option{display:flex;align-items:center;gap:.8rem;border:1px solid rgba(146,107,118,.16);border-radius:14px;background:#ffffffe6;color:inherit;cursor:pointer;min-height:4rem;padding:.8rem;text-align:left;transition:border-color .18s ease,background .18s ease,box-shadow .18s ease,transform .18s ease}.demo-theme-studio__track-option:hover,.demo-theme-studio__track-option.is-active{border-color:color-mix(in srgb,var(--demo-theme-studio-launcher-accent, #a3586a) 34%,rgba(146,107,118,.16));background:linear-gradient(180deg,#fffffffa,color-mix(in srgb,var(--demo-theme-studio-launcher-surface, #f6f0f1) 34%,white));box-shadow:0 10px 18px #4f353d14;transform:translateY(-1px)}.demo-theme-studio__track-option.is-active{box-shadow:0 0 0 1px #ffffffdb inset,0 0 0 3px color-mix(in srgb,var(--demo-theme-studio-launcher-accent, #a3586a) 20%,transparent),0 10px 18px #4f353d14}.demo-theme-studio__track-icon{display:inline-grid;place-items:center;width:2rem;height:2rem;flex-shrink:0;border-radius:999px;background:color-mix(in srgb,var(--demo-theme-studio-launcher-accent, #a3586a) 10%,white);color:color-mix(in srgb,var(--demo-theme-studio-launcher-accent, #a3586a) 72%,#6a5058);font-size:1rem}.demo-theme-studio__track-copy{display:flex;flex-direction:column;gap:.18rem;min-width:0}.demo-theme-studio__track-name{font-size:.88rem;font-weight:600}.demo-theme-studio__track-description{font-size:.77rem;line-height:1.35;color:color-mix(in srgb,var(--demo-theme-studio-launcher-accent, #a3586a) 34%,#5a474d)}@media(max-width:760px){.demo-theme-studio{right:.75rem;top:.75rem}.demo-theme-studio__actions{align-items:flex-end;flex-direction:column-reverse;gap:.45rem}.demo-theme-studio__language-menu{left:auto;right:0;max-height:calc(100vh - 7rem)}.demo-theme-studio__launcher{min-width:auto;max-width:calc(100vw - 1.5rem);padding-inline:.9rem}.demo-theme-studio__panel{top:auto;right:.75rem;left:.75rem;bottom:.75rem;width:auto;max-height:min(82vh,860px);border-radius:28px 28px 20px 20px;transform:translate3d(18px,0,0)}.demo-theme-studio__theme-grid{grid-template-columns:1fr}.demo-theme-studio__divider-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.demo-theme-studio__track-grid{grid-template-columns:1fr}}@media(prefers-reduced-motion:reduce){.demo-theme-studio__launcher,.demo-theme-studio__language-trigger,.demo-theme-studio__language-option,.demo-theme-studio__theme-card,.demo-theme-studio__theme-card img,.demo-theme-studio__color-option,.demo-theme-studio__divider-option,.demo-theme-studio__track-option,.demo-theme-studio__panel,.demo-theme-studio__backdrop{transition:none}}
