@keyframes cuty-consent-slide-up{0%{opacity:0;transform:translateY(1.25rem)}to{opacity:1;transform:translateY(0)}}@keyframes cuty-consent-fade-in{0%{opacity:0}to{opacity:1}}.cuty-consent-banner-scene{position:fixed;inset:0;z-index:9999;pointer-events:auto}.cuty-consent-banner-backdrop{position:absolute;inset:0;background:var(--cuty-backdrop,rgba(15,23,42,.28));opacity:0;transition:opacity .35s ease;pointer-events:auto;cursor:default}.cuty-consent-banner-scene.is-visible .cuty-consent-banner-backdrop{opacity:1}.cuty-consent-banner-wrap{position:absolute;inset-inline:0;bottom:0;padding:0;pointer-events:none;z-index:1}.cuty-consent-banner{pointer-events:auto;width:100%;border:none;border-top:1px solid var(--cuty-sheet-border,#e7e7e7);border-radius:1rem 1rem 0 0;background:color-mix(in srgb,var(--cuty-sheet-surface,#fff) 96%,transparent);color:var(--cuty-sheet-text-primary,#1f1722);box-shadow:var(--cuty-sheet-shadow,0 -2px 12px rgba(15,23,42,.06)),0 -8px 32px var(--cuty-shadow,rgba(15,23,42,.12));backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);opacity:0;transform:translateY(100%);transition:opacity .4s ease,transform .45s cubic-bezier(.22,1,.36,1)}.cuty-consent-banner-scene.is-visible .cuty-consent-banner{opacity:1;transform:translateY(0)}@media (min-width:640px){.cuty-consent-banner-scene{inset:0;height:auto}.cuty-consent-banner-backdrop{display:block;background:transparent;opacity:1}.cuty-consent-banner-wrap{position:absolute;inset-inline:0;bottom:0}.cuty-consent-banner{border-radius:0;border-top:1px solid var(--cuty-sheet-border,#e7e7e7);box-shadow:0 -4px 24px var(--cuty-shadow,rgba(15,23,42,.1));transform:translateY(100%)}.cuty-consent-banner-scene.is-visible .cuty-consent-banner{transform:translateY(0)}}.cuty-consent-banner__body{display:flex;flex-direction:column;gap:.85rem;padding:.95rem 1rem calc(1rem + env(safe-area-inset-bottom, 0px))}@media (min-width:640px){.cuty-consent-banner__body{flex-direction:row;align-items:center;justify-content:space-between;gap:1.25rem;width:100%;max-width:72rem;margin-inline:auto;padding:1rem 1.5rem 1.1rem}}.cuty-consent-banner__content{display:flex;gap:.75rem;min-width:0;flex:1}.cuty-consent-banner__icon{flex-shrink:0;display:flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;border-radius:.75rem;background:color-mix(in srgb,var(--cuty-accent,#a91079) 12%,var(--cuty-button-secondary,#f3e8e5));color:var(--cuty-accent,#a91079);font-size:1.15rem;line-height:1}.cuty-consent-banner__text{min-width:0}.cuty-consent-banner__title{margin:0;font-size:.95rem;font-weight:800;color:var(--cuty-sheet-text-primary,#1f1722);line-height:1.35}.cuty-consent-banner__desc{margin:.35rem 0 0;font-size:.8125rem;line-height:1.65;color:var(--cuty-sheet-text-muted,#6f5c73)}.cuty-consent-banner__link{color:var(--cuty-link,#785880);font-weight:600;text-decoration:underline;text-underline-offset:2px}.cuty-consent-banner__link:hover{color:var(--cuty-link-hover,#5d3f66)}.cuty-consent-banner__actions{display:flex;flex-wrap:wrap;gap:.5rem;flex-shrink:0}.cuty-consent-btn{border:none;border-radius:.75rem;padding:.55rem .95rem;font-size:.8125rem;font-weight:700;line-height:1.2;cursor:pointer;transition:background .15s ease,color .15s ease,transform .12s ease}.cuty-consent-btn:active{transform:scale(.98)}.cuty-consent-btn--ghost{background:var(--cuty-button-secondary,#f3e8e5);color:var(--cuty-primary,#1f1722);border:1px solid color-mix(in srgb,var(--cuty-border,#e7e7e7) 80%,transparent)}.cuty-consent-btn--ghost:hover{background:color-mix(in srgb,var(--cuty-button-secondary,#f3e8e5) 70%,var(--cuty-accent,#a91079) 8%)}.cuty-consent-btn--primary{background:linear-gradient(135deg,var(--cuty-button-primary,#785880) 0,var(--cuty-accent,#a91079) 100%);color:#fff;box-shadow:0 4px 14px color-mix(in srgb,var(--cuty-accent,#a91079) 28%,transparent)}.cuty-consent-btn--primary:hover{filter:brightness(1.05)}.cuty-consent-overlay{position:fixed;inset:0;z-index:10000;display:flex;align-items:flex-end;justify-content:center;padding:0;background:var(--cuty-backdrop,rgba(15,23,42,.28));animation:cuty-consent-fade-in .25s ease}@media (min-width:640px){.cuty-consent-overlay{align-items:center;padding:1rem}}.cuty-consent-panel{width:100%;max-width:28rem;max-height:85vh;overflow:hidden;border-radius:1rem 1rem 0 0;background:var(--cuty-sheet-surface,#fff);color:var(--cuty-sheet-text-primary,#1f1722);box-shadow:var(--cuty-sheet-shadow,0 -4px 28px rgba(0,0,0,.12));animation:cuty-consent-slide-up .35s cubic-bezier(.22,1,.36,1)}@media (min-width:640px){.cuty-consent-panel{border-radius:1.125rem;max-width:32rem}}.cuty-consent-panel__header{padding:1rem 1.15rem .85rem;border-bottom:1px solid var(--cuty-sheet-border,#e7e7e7)}.cuty-consent-panel__title{margin:0;font-size:1.05rem;font-weight:800}.cuty-consent-panel__intro{margin:.5rem 0 0;font-size:.8125rem;line-height:1.65;color:var(--cuty-sheet-text-muted,#6f5c73)}.cuty-consent-panel__link{display:inline-block;margin-top:.5rem;font-size:.8125rem}.cuty-consent-panel__scroll{overflow-y:auto;padding:.85rem 1.15rem;display:grid;gap:.65rem}.cuty-consent-option{display:flex;align-items:flex-start;gap:.75rem;padding:.75rem;border-radius:.85rem;border:1px solid var(--cuty-sheet-border,#e7e7e7);background:var(--cuty-sheet-card,#fff);cursor:pointer}.cuty-consent-option input{margin-top:.15rem;width:1rem;height:1rem;accent-color:var(--cuty-accent,#a91079);flex-shrink:0}.cuty-consent-option strong{display:block;font-size:.8125rem;font-weight:700}.cuty-consent-option p{margin:.3rem 0 0;font-size:.75rem;line-height:1.6;color:var(--cuty-sheet-text-muted,#6f5c73)}.cuty-consent-panel__footer{display:flex;flex-wrap:wrap;gap:.5rem;padding:.85rem 1.15rem 1rem;border-top:1px solid var(--cuty-sheet-border,#e7e7e7)}.cuty-consent-notice{border-radius:.75rem;border:1px solid var(--cuty-sheet-border,#e7e7e7);background:color-mix(in srgb,var(--cuty-button-secondary,#f3e8e5) 55%,transparent);padding:1rem;font-size:.875rem;line-height:1.65;color:var(--cuty-sheet-text-primary,#1f1722)}.cuty-consent-notice h2{margin:0;font-size:.9rem;font-weight:800}.cuty-consent-notice p{margin:.5rem 0 0;color:var(--cuty-sheet-text-muted,#6f5c73)}.cuty-consent-notice a{display:inline-block;margin-top:.65rem;color:var(--cuty-link,#785880);font-weight:700}.cuty-consent-link-btn,.cuty-consent-notice a{text-decoration:underline;text-underline-offset:2px}.cuty-consent-link-btn{display:inline;margin:0;padding:0;border:0;background:transparent;font:inherit;font-weight:700;cursor:pointer}.cuty-consent-notice .cuty-consent-link-btn{display:inline-block;margin-top:.65rem}.cuty-consent-login-footer__link{display:inline;padding:0;border:0;background:transparent;font:inherit;font-weight:700;text-decoration:underline;text-underline-offset:2px;cursor:pointer}.cuty-consent-link-btn--provider,.cuty-consent-login-footer--provider .cuty-consent-login-footer__link,.cuty-consent-notice--provider .cuty-consent-link-btn{color:var(--dashboard-consent-accent,#ea580c)}.cuty-consent-link-btn--provider:hover,.cuty-consent-login-footer--provider .cuty-consent-login-footer__link:hover,.cuty-consent-notice--provider .cuty-consent-link-btn:hover{color:var(--dashboard-consent-accent-hover,#c2410c)}.cuty-consent-link-btn--shop,.cuty-consent-login-footer--shop .cuty-consent-login-footer__link,.cuty-consent-notice--shop .cuty-consent-link-btn{color:var(--dashboard-consent-accent,#059669)}.cuty-consent-link-btn--shop:hover,.cuty-consent-login-footer--shop .cuty-consent-login-footer__link:hover,.cuty-consent-notice--shop .cuty-consent-link-btn:hover{color:var(--dashboard-consent-accent-hover,#047857)}.cuty-consent-privacy-panel{max-width:36rem}.cuty-consent-privacy-panel__scroll{overflow-y:auto;max-height:min(58vh,28rem);padding:.85rem 1.15rem 1rem;display:grid;gap:1rem}.cuty-consent-privacy-section__title{margin:0 0 .45rem;font-size:.9rem;font-weight:800;color:inherit}.cuty-consent-privacy-section__body{margin:0 0 .55rem;font-size:.8125rem;line-height:1.7;color:var(--cuty-sheet-text-muted,#6f5c73)}.cuty-consent-privacy-section__body:last-child{margin-bottom:0}.cuty-dashboard-privacy-section{display:grid;gap:.75rem}.cuty-consent-notice a:hover{color:var(--cuty-link-hover,#5d3f66)}.cuty-consent-trigger{width:100%;border-radius:.75rem;border:1px solid var(--cuty-sheet-border,#e7e7e7);background:var(--cuty-button-secondary,#f3e8e5);color:var(--cuty-primary,#1f1722);padding:.625rem 1rem;font-size:.8125rem;font-weight:700;cursor:pointer;transition:background .15s ease,border-color .15s ease,color .15s ease}.cuty-consent-trigger:hover{background:color-mix(in srgb,var(--cuty-button-secondary,#f3e8e5) 75%,var(--cuty-accent,#a91079) 10%)}.cuty-consent-login-footer{text-align:center;font-size:.75rem;line-height:1.65;color:var(--cuty-sheet-text-muted,#6f5c73)}.cuty-consent-login-footer a{color:var(--cuty-link,#785880);font-weight:700;text-decoration:underline;text-underline-offset:2px}.cuty-consent-notice--provider,.cuty-consent-notice--shop{border-radius:1rem;border:1px solid var(--dashboard-consent-border,#f3f4f6);background:var(--dashboard-consent-surface,#fff);color:var(--dashboard-consent-text-primary,#111827);box-shadow:none}.cuty-consent-notice--provider h2{font-size:1rem;font-weight:600;color:var(--dashboard-consent-text-primary,#111827)}.cuty-consent-notice--provider p{color:var(--dashboard-consent-text-muted,#4b5563)}.cuty-consent-notice--provider .cuty-consent-link-btn,.cuty-consent-notice--provider a{color:var(--dashboard-consent-accent,#ea580c)}.cuty-consent-notice--provider .cuty-consent-link-btn:hover,.cuty-consent-notice--provider a:hover{color:var(--dashboard-consent-accent-hover,#c2410c)}.cuty-consent-trigger--provider{border-radius:.75rem;border:1px solid var(--dashboard-consent-trigger-border,#e5e7eb);background:var(--dashboard-consent-trigger-surface,#fff);color:var(--dashboard-consent-text-secondary,#374151);box-shadow:none}.cuty-consent-trigger--provider:hover{border-color:color-mix(in srgb,var(--dashboard-consent-accent,#ea580c) 45%,var(--dashboard-consent-trigger-border,#e5e7eb));background:var(--dashboard-consent-trigger-hover-surface,#fff7ed);color:var(--dashboard-consent-accent-soft,#9a3412)}.cuty-consent-login-footer--provider{color:var(--dashboard-consent-text-muted,#6b7280)}.cuty-consent-login-footer--provider a{color:var(--dashboard-consent-accent,#ea580c)}.cuty-consent-login-footer--provider a:hover{color:var(--dashboard-consent-accent-hover,#c2410c)}.cuty-consent-overlay--provider .cuty-consent-btn--primary{background:#f97316;box-shadow:none}.cuty-consent-overlay--provider .cuty-consent-option input{accent-color:#f97316}.cuty-consent-overlay--provider .cuty-consent-banner__link{color:#ea580c}.cuty-consent-overlay--provider .cuty-consent-banner__link:hover{color:#c2410c}.cuty-consent-notice--shop h2{font-size:1rem;font-weight:600;color:var(--dashboard-consent-text-primary,#111827)}.cuty-consent-notice--shop p{color:var(--dashboard-consent-text-muted,#4b5563)}.cuty-consent-notice--shop .cuty-consent-link-btn,.cuty-consent-notice--shop a{color:var(--dashboard-consent-accent,#059669)}.cuty-consent-notice--shop .cuty-consent-link-btn:hover,.cuty-consent-notice--shop a:hover{color:var(--dashboard-consent-accent-hover,#047857)}.cuty-consent-trigger--shop{border-radius:.75rem;border:1px solid var(--dashboard-consent-trigger-border,#e5e7eb);background:var(--dashboard-consent-trigger-surface,#fff);color:var(--dashboard-consent-text-secondary,#374151);box-shadow:none}.cuty-consent-trigger--shop:hover{border-color:color-mix(in srgb,var(--dashboard-consent-accent,#059669) 45%,var(--dashboard-consent-trigger-border,#e5e7eb));background:var(--dashboard-consent-trigger-hover-surface,#ecfdf5);color:var(--dashboard-consent-accent-soft,#047857)}.cuty-consent-login-footer--shop{color:var(--dashboard-consent-text-muted,#6b7280)}.cuty-consent-login-footer--shop a{color:var(--dashboard-consent-accent,#059669)}.cuty-consent-login-footer--shop a:hover{color:var(--dashboard-consent-accent-hover,#047857)}.cuty-consent-overlay--shop .cuty-consent-btn--primary{background:#059669;box-shadow:none}.cuty-consent-overlay--shop .cuty-consent-option input{accent-color:#059669}.cuty-consent-overlay--shop .cuty-consent-banner__link{color:#059669}.cuty-consent-overlay--shop .cuty-consent-banner__link:hover{color:#047857}html[data-theme-mode=dark] .cuty-consent-notice--provider,html[data-theme-mode=dark] .cuty-consent-notice--shop{border-color:var(--dashboard-consent-border);background:var(--dashboard-consent-surface);color:var(--dashboard-consent-text-primary);box-shadow:0 1px 3px rgba(0,0,0,.28)}html[data-theme-mode=dark] .cuty-consent-notice--provider h2,html[data-theme-mode=dark] .cuty-consent-notice--shop h2{color:var(--dashboard-consent-text-primary)}html[data-theme-mode=dark] .cuty-consent-notice--provider p,html[data-theme-mode=dark] .cuty-consent-notice--shop p{color:var(--dashboard-consent-text-muted)}html[data-theme-mode=dark] .cuty-consent-link-btn--provider,html[data-theme-mode=dark] .cuty-consent-link-btn--shop,html[data-theme-mode=dark] .cuty-consent-login-footer--provider .cuty-consent-login-footer__link,html[data-theme-mode=dark] .cuty-consent-login-footer--provider a,html[data-theme-mode=dark] .cuty-consent-login-footer--shop .cuty-consent-login-footer__link,html[data-theme-mode=dark] .cuty-consent-login-footer--shop a,html[data-theme-mode=dark] .cuty-consent-notice--provider .cuty-consent-link-btn,html[data-theme-mode=dark] .cuty-consent-notice--provider a,html[data-theme-mode=dark] .cuty-consent-notice--shop .cuty-consent-link-btn,html[data-theme-mode=dark] .cuty-consent-notice--shop a{color:var(--dashboard-consent-accent)}html[data-theme-mode=dark] .cuty-consent-link-btn--provider:hover,html[data-theme-mode=dark] .cuty-consent-link-btn--shop:hover,html[data-theme-mode=dark] .cuty-consent-login-footer--provider .cuty-consent-login-footer__link:hover,html[data-theme-mode=dark] .cuty-consent-login-footer--provider a:hover,html[data-theme-mode=dark] .cuty-consent-login-footer--shop .cuty-consent-login-footer__link:hover,html[data-theme-mode=dark] .cuty-consent-login-footer--shop a:hover,html[data-theme-mode=dark] .cuty-consent-notice--provider .cuty-consent-link-btn:hover,html[data-theme-mode=dark] .cuty-consent-notice--provider a:hover,html[data-theme-mode=dark] .cuty-consent-notice--shop .cuty-consent-link-btn:hover,html[data-theme-mode=dark] .cuty-consent-notice--shop a:hover{color:var(--dashboard-consent-accent-hover)}html[data-theme-mode=dark] .cuty-consent-trigger--provider,html[data-theme-mode=dark] .cuty-consent-trigger--shop{border-color:var(--dashboard-consent-trigger-border);background:var(--dashboard-consent-trigger-surface);color:var(--dashboard-consent-text-secondary);box-shadow:0 1px 2px rgba(0,0,0,.22)}html[data-theme-mode=dark] .cuty-consent-trigger--provider:hover,html[data-theme-mode=dark] .cuty-consent-trigger--shop:hover{border-color:color-mix(in srgb,var(--dashboard-consent-accent) 55%,var(--dashboard-consent-trigger-border));background:var(--dashboard-consent-trigger-hover-surface);color:var(--dashboard-consent-accent-soft)}html[data-theme-mode=dark] .cuty-consent-login-footer--provider,html[data-theme-mode=dark] .cuty-consent-login-footer--shop{color:var(--dashboard-consent-text-muted)}html[data-theme-mode=dark] .cuty-consent-overlay{background:rgba(0,0,0,.62)}html[data-theme-mode=dark] .cuty-consent-overlay--provider .cuty-consent-panel,html[data-theme-mode=dark] .cuty-consent-overlay--shop .cuty-consent-panel{background:var(--dashboard-consent-surface);color:var(--dashboard-consent-text-primary);border:1px solid var(--dashboard-consent-border);box-shadow:0 16px 48px rgba(0,0,0,.45)}html[data-theme-mode=dark] .cuty-consent-overlay--provider .cuty-consent-panel__footer,html[data-theme-mode=dark] .cuty-consent-overlay--provider .cuty-consent-panel__header,html[data-theme-mode=dark] .cuty-consent-overlay--shop .cuty-consent-panel__footer,html[data-theme-mode=dark] .cuty-consent-overlay--shop .cuty-consent-panel__header{border-color:var(--dashboard-consent-border)}html[data-theme-mode=dark] .cuty-consent-overlay--provider .cuty-consent-option p,html[data-theme-mode=dark] .cuty-consent-overlay--provider .cuty-consent-panel__intro,html[data-theme-mode=dark] .cuty-consent-overlay--shop .cuty-consent-option p,html[data-theme-mode=dark] .cuty-consent-overlay--shop .cuty-consent-panel__intro,html[data-theme-mode=dark] .cuty-consent-privacy-section__body{color:var(--dashboard-consent-text-muted)}html[data-theme-mode=dark] .cuty-consent-overlay--provider .cuty-consent-option,html[data-theme-mode=dark] .cuty-consent-overlay--shop .cuty-consent-option{border-color:var(--dashboard-consent-border);background:var(--dashboard-consent-trigger-surface)}html[data-theme-mode=dark] .cuty-consent-overlay--provider .cuty-consent-option strong,html[data-theme-mode=dark] .cuty-consent-overlay--shop .cuty-consent-option strong,html[data-theme-mode=dark] .cuty-consent-privacy-section__title{color:var(--dashboard-consent-text-primary)}html[data-theme-mode=dark] .cuty-consent-overlay--provider .cuty-consent-btn--ghost,html[data-theme-mode=dark] .cuty-consent-overlay--shop .cuty-consent-btn--ghost{border-color:var(--dashboard-consent-border);background:var(--dashboard-consent-trigger-surface);color:var(--dashboard-consent-text-secondary)}html[data-theme-mode=dark] .cuty-consent-overlay--provider .cuty-consent-banner__link,html[data-theme-mode=dark] .cuty-consent-overlay--provider .cuty-consent-panel__link,html[data-theme-mode=dark] .cuty-consent-overlay--shop .cuty-consent-banner__link,html[data-theme-mode=dark] .cuty-consent-overlay--shop .cuty-consent-panel__link{color:var(--dashboard-consent-accent)}html[data-theme-mode=dark] .cuty-consent-overlay--provider .cuty-consent-banner__link:hover,html[data-theme-mode=dark] .cuty-consent-overlay--provider .cuty-consent-panel__link:hover,html[data-theme-mode=dark] .cuty-consent-overlay--shop .cuty-consent-banner__link:hover,html[data-theme-mode=dark] .cuty-consent-overlay--shop .cuty-consent-panel__link:hover{color:var(--dashboard-consent-accent-hover)}