.extra-picker__intro{display:flex;align-items:center;justify-content:space-between;gap:12px;color:#5e4399;font-size:13px;font-weight:800}.extra-picker__intro>span:first-child{display:flex;align-items:center;gap:8px}.extra-picker__intro svg{width:17px}.extra-picker__intro>span:last-child{flex-shrink:0;padding:6px 10px;border-radius:10px;background:#f1edfc;font-size:12px}.reservation-page .extra-picker__hint{margin:8px 0 20px;color:#676e86;font-size:13px}.extra-picker{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.extra-choice{min-width:0;border:1px solid #e5e7ee;border-radius:20px;background:#fff;box-shadow:0 4px 14px rgba(36,36,70,.025);transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease}.extra-choice.is-previewing,.extra-choice.is-selected,.extra-choice:hover{border-color:var(--extra-accent);box-shadow:0 8px 24px color-mix(in srgb,var(--extra-accent) 13%,transparent)}.extra-choice.is-selected{background:linear-gradient(115deg,var(--extra-tint),#fff)}.extra-choice:has(input:focus-visible){outline:3px solid var(--extra-accent);outline-offset:3px}.extra-choice__select{position:relative;display:flex;align-items:center;gap:12px;padding:12px 40px 10px 12px;min-height:105px;cursor:pointer}.extra-choice__select input{position:absolute;width:1px;height:1px;clip-path:inset(50%);overflow:hidden}.extra-choice__image{position:relative;display:block;flex:0 0 78px;height:78px;overflow:hidden;border-radius:14px;background:var(--extra-tint)}.extra-choice__image img{object-fit:cover;transition:transform .35s ease}.extra-choice:hover .extra-choice__image img{transform:scale(1.08)}.extra-choice__copy{display:grid;gap:5px;min-width:0}.extra-choice__copy strong{color:#29304d;font-size:14px;line-height:1.3}.extra-choice__copy small{color:#697087;font-size:11px;line-height:1.4}.extra-choice__check{position:absolute;top:13px;right:12px;width:22px;height:22px;display:grid;place-items:center;border:1px solid #d9dcea;border-radius:7px;color:#7d8299;background:#fff}.extra-choice__check svg{width:11px;height:11px}.extra-choice.is-selected .extra-choice__check{color:#fff;border-color:var(--extra-accent);background:var(--extra-accent)}.extra-choice__preview{display:flex;align-items:center;justify-content:space-between;gap:12px;width:100%;min-height:38px;padding:8px 14px;border:0;border-top:1px solid color-mix(in srgb,var(--extra-accent) 10%,#f1f0f6);border-radius:0 0 19px 19px;color:var(--extra-accent);background:var(--extra-tint);font:inherit;font-size:11px;font-weight:800;cursor:pointer}.extra-choice__preview svg{width:12px;transition:transform .18s ease}.extra-choice__preview:hover svg{transform:translateX(3px)}.extra-choice__preview:focus-visible{outline:3px solid var(--extra-accent);outline-offset:2px}.extra-preview-backdrop{position:fixed;inset:0;z-index:2500;background:rgba(23,25,51,.55);backdrop-filter:blur(6px);animation:extra-fade-in .18s ease both}.extra-preview{position:fixed;z-index:2501;width:min(400px,100vw - 32px);max-height:calc(100dvh - 32px);overflow:auto;overscroll-behavior:contain;border:1px solid hsla(0,0%,100%,.9);border-radius:26px;color:#29304d;background:#fff;box-shadow:0 24px 75px rgba(37,32,74,.27),0 0 0 5px color-mix(in srgb,var(--extra-accent) 12%,transparent);font-family:var(--font-inter),Arial,sans-serif;animation:extra-reveal .26s cubic-bezier(.2,.8,.2,1) both}.extra-preview button{font-family:inherit;cursor:pointer}.extra-preview button:focus-visible{outline:3px solid var(--extra-accent);outline-offset:3px}.extra-preview__scene{position:relative;height:225px;overflow:hidden;isolation:isolate;background:var(--extra-tint)}.extra-preview__scene>img{object-fit:cover;animation:extra-photo 9s ease-out both}.extra-preview__scene:after{content:"";position:absolute;inset:60% 0 0;background:linear-gradient(transparent,rgba(15,21,42,.4));pointer-events:none}.extra-preview__category{position:absolute;left:16px;bottom:16px;z-index:2;display:flex;align-items:center;gap:7px;max-width:calc(100% - 32px);padding:9px 12px;border:1px solid hsla(0,0%,100%,.6);border-radius:11px;color:#29304d;background:hsla(0,0%,100%,.9);backdrop-filter:blur(12px);font-size:11px;font-weight:800}.extra-preview__category svg{width:14px;color:var(--extra-accent)}.extra-preview__close{position:absolute;right:12px;top:12px;z-index:3;width:40px;height:40px;display:grid;place-items:center;padding:0;border:1px solid #fff;border-radius:50%;background:hsla(0,0%,100%,.95);color:#29304d;box-shadow:0 4px 20px rgba(35,36,64,.1254901961)}.extra-preview__close svg{width:18px;height:18px}.extra-preview__body{padding:22px}.extra-preview__eyebrow{display:block;color:var(--extra-accent);font-size:10px;font-weight:900;line-height:1.4;letter-spacing:.08em;text-transform:uppercase}.extra-preview h3{margin:8px 0 12px;color:#29304d;font-size:23px;line-height:1.17;letter-spacing:-.035em;text-wrap:balance}.extra-preview p{margin:0;color:#5d657c;font-size:13px;line-height:1.7}.extra-preview__tags{display:flex;flex-wrap:wrap;gap:8px;list-style:none;padding:0;margin:17px 0}.extra-preview__tags li{display:flex;align-items:center;gap:5px;padding:6px 9px;color:var(--extra-accent);background:var(--extra-tint);border-radius:8px;font-size:10px;font-weight:800}.extra-preview__tags svg{width:10px}.extra-preview__add{width:100%;min-height:48px;display:flex;align-items:center;justify-content:center;gap:9px;padding:10px 12px;border:1px solid var(--extra-accent);border-radius:14px;background:var(--extra-accent);color:#fff;font-size:13px;font-weight:800;transition:box-shadow .2s,transform .2s}.extra-preview__add svg{width:13px}.extra-preview__add:hover{transform:translateY(-1px);box-shadow:0 5px 18px color-mix(in srgb,var(--extra-accent) 25%,transparent)}.extra-preview__add.is-selected{color:var(--extra-accent);background:var(--extra-tint)}.extra-preview small{display:block;margin-top:10px;color:#74798c;font-size:10px;line-height:1.5;text-align:center}.extra-preview__particles{position:absolute;inset:0;pointer-events:none;overflow:hidden}.extra-preview__particles i{position:absolute;left:var(--x);top:calc(12% + var(--i)*7%);width:var(--size);height:var(--size);animation-delay:calc(var(--i)*-.65s)}.extra-preview--bubbles .extra-preview__particles i{top:auto;bottom:-55px;border-radius:50%;border:1px solid hsla(0,0%,100%,.75);background:radial-gradient(circle at 30% 25%,rgba(255,255,255,.6) 0 4%,rgba(255,255,255,.0196078431) 30%,rgba(151,255,243,.2) 60%,rgba(212,180,255,.4));box-shadow:inset 2px 2px 4px hsla(0,0%,100%,.5333333333);animation-name:extra-bubble;animation-duration:5s;animation-iteration-count:infinite;animation-timing-function:ease-in}.extra-preview--sparkles .extra-preview__particles i{width:13px;height:13px;background:#fff8d2;clip-path:polygon(50% 0,63% 37%,100% 50%,63% 63%,50% 100%,37% 63%,0 50%,37% 37%);animation-name:extra-twinkle;animation-duration:3s;animation-iteration-count:infinite}.extra-preview--confetti .extra-preview__particles i{top:-20px;width:6px;height:12px;border-radius:2px;background:#ffd783}.extra-preview--confetti .extra-preview__particles i:nth-child(3n){background:#a8fff3}.extra-preview--confetti .extra-preview__particles i:nth-child(3n+1){background:#f6b7ef}.extra-preview--confetti .extra-preview__particles i{animation-name:extra-confetti;animation-duration:5s;animation-timing-function:linear;animation-iteration-count:infinite}.extra-preview--mist .extra-preview__particles i{top:auto;bottom:-65px;width:170px;height:100px;border-radius:50%;filter:blur(15px);background:radial-gradient(ellipse,rgba(255,255,255,.5647058824),rgba(255,255,255,0) 70%);animation-name:extra-mist;animation-duration:6s;animation-iteration-count:infinite;animation-timing-function:ease-in-out}.extra-preview--squish .extra-preview__particles i{width:30px;height:30px;border-radius:40% 60% 65% 35%;background:rgba(219,255,168,.4392156863);border:1px solid #eaffc7}.extra-preview--squish .extra-preview__particles i:nth-child(2n){background:rgba(242,182,229,.3137254902);border-color:#f9d0ff}.extra-preview--squish .extra-preview__particles i{animation-name:extra-squish;animation-duration:4s;animation-iteration-count:infinite;animation-timing-function:ease-in-out}@keyframes extra-fade-in{0%{opacity:0}to{opacity:1}}@keyframes extra-reveal{0%{opacity:0;transform:translateY(12px) scale(.97)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes extra-photo{0%{transform:scale(1)}to{transform:scale(1.07)}}@keyframes extra-bubble{0%{opacity:0;transform:translateY(0)}20%{opacity:.8}to{opacity:0;transform:translate(18px,-300px)}}@keyframes extra-twinkle{0%,to{opacity:0;transform:scale(.3) rotate(0)}50%{opacity:.85;transform:scale(1) rotate(80deg)}}@keyframes extra-confetti{0%{opacity:0;transform:translateY(0) rotate(0)}15%{opacity:.85}to{opacity:0;transform:translate(-15px,270px) rotate(300deg)}}@keyframes extra-mist{0%{opacity:0;transform:translate(-30%) scale(.7)}50%{opacity:.65}to{opacity:0;transform:translate(-65%,-100px) scale(1.6)}}@keyframes extra-squish{0%,to{opacity:.25;transform:scaleX(.7) rotate(-10deg)}50%{opacity:.65;transform:translateY(-12px) scale(1.1,.85) rotate(15deg)}}@media(max-width:720px){.extra-picker{grid-template-columns:1fr;gap:12px}.extra-picker__intro{align-items:flex-start;font-size:12px}.extra-choice__preview{min-height:44px}.extra-preview{width:calc(100% - 20px);max-width:480px;max-height:calc(100dvh - 28px);inset:auto 0 10px;margin-inline:auto;border-radius:26px}.extra-preview__scene{height:clamp(150px,28dvh,240px)}.extra-preview__body{padding:20px 20px max(20px,env(safe-area-inset-bottom))}.extra-preview h3{font-size:23px}.extra-preview__close{width:44px;height:44px}}@media(prefers-reduced-motion:reduce){.extra-preview,.extra-preview *,.extra-preview-backdrop{animation:none!important;transition:none!important}.extra-preview__particles{display:none}.extra-choice,.extra-choice *{transition:none!important}.extra-choice:hover .extra-choice__image img{transform:none}}