.dug-sr-only{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}*{box-sizing:border-box}body{margin:0;font-family:var(--font-body),"Segoe UI",system-ui,-apple-system,sans-serif;position:relative;background:var(--bg);color:var(--text);min-height:100vh}body>:not(.site-background){position:relative;z-index:1}.site-background{position:fixed;inset:0;z-index:0;overflow:hidden;pointer-events:none}.site-background__layer{position:absolute;inset:0}.site-background__layer--base{background:var(--bg)}.site-background__layer--image{background-position:center center;background-repeat:no-repeat;background-size:cover;background-attachment:var(--site-background-attachment,scroll);filter:saturate(1.02) contrast(1.04)}.site-background__layer--gradient{opacity:1}body[data-motion-hover-lift="1"] :is(.card,.panel,.pill-btn,.pill-btn--solid,.wb-btn,.wb-feature-grid__item,.wb-media-text__media,.wb-hero-banner__shell){transition:transform .22s ease,box-shadow .28s ease,border-color .22s ease,background-color .22s ease,filter .28s ease;transform-origin:center}body[data-motion-hover-lift="1"] :is(.card,.panel,.pill-btn,.pill-btn--solid,.wb-btn,.wb-feature-grid__item,.wb-media-text__media,.wb-hero-banner__shell):focus-visible,body[data-motion-hover-lift="1"] :is(.card,.panel,.pill-btn,.pill-btn--solid,.wb-btn,.wb-feature-grid__item,.wb-media-text__media,.wb-hero-banner__shell):hover{transform:translateY(-3px);box-shadow:0 18px 36px color-mix(in srgb,var(--accent) 14%,transparent)}body[data-motion-hover-lift="1"] :is(.wb-feature-grid__media img,.wb-media-text__media img,.wb-hero-banner__aside img){transition:transform 520ms var(--motion-ease, cubic-bezier(.16, 1, .3, 1)),filter 520ms ease;transform-origin:center}body[data-motion-hover-lift="1"] :is(.wb-feature-grid__item,.wb-media-text__media,.wb-hero-banner__shell):hover :is(.wb-feature-grid__media img,.wb-media-text__media img,.wb-hero-banner__aside img){transform:scale(1.025);filter:saturate(1.08) contrast(1.04)}.motion-reveal{opacity:0;transform:translate3d(0,var(--motion-distance,20px),0);transition:opacity var(--motion-duration, 520ms) var(--motion-ease, cubic-bezier(.16, 1, .3, 1)),transform var(--motion-duration, 520ms) var(--motion-ease, cubic-bezier(.16, 1, .3, 1));transition-delay:var(--motion-delay, 0ms);will-change:opacity,transform}.motion-reveal.is-visible{opacity:1;transform:translate3d(0,0,0)}@media (max-width:900px),(pointer:coarse){.site-background__layer--image{background-attachment:var(--site-background-attachment-mobile,var(--site-background-attachment,scroll))}}@media (prefers-reduced-motion:reduce){body[data-motion-hover-lift="1"] :is(.card,.panel,.pill-btn,.pill-btn--solid,.wb-btn,.wb-feature-grid__item,.wb-media-text__media,.wb-hero-banner__shell),body[data-motion-hover-lift="1"] :is(.wb-feature-grid__media img,.wb-media-text__media img,.wb-hero-banner__aside img){transition:none;transform:none;filter:none}.motion-reveal,.motion-reveal.is-visible{opacity:1;transform:none;transition:none}}.layout-content,.layout-slot{font-family:var(--font-body),"Segoe UI",system-ui,-apple-system,sans-serif}.layout-content :where(h1,h2,h3,h4,h5,h6){font-family:var(--font-display),var(--font-body),"Segoe UI",system-ui,sans-serif;line-height:1.12;letter-spacing:-.02em}.panel--page-title{font-family:var(--font-display),var(--font-body),"Segoe UI",system-ui,sans-serif;font-size:clamp(30px, 4vw, 42px);font-weight:700;line-height:1.08;letter-spacing:-.03em}a{color:inherit;text-decoration:none;cursor:pointer}body.layout-shell>header{position:sticky;top:0;z-index:100;backdrop-filter:blur(12px);background:linear-gradient(180deg,rgba(3,3,3,.82),rgba(18,3,8,.64));border-bottom:1px solid rgba(255,255,255,.08);border-bottom-left-radius:var(--navbar-border-radius);border-bottom-right-radius:var(--navbar-border-radius);box-shadow:0 18px 45px rgba(0,0,0,.28)}.nav{margin:0 auto;max-width:var(--layout-max-content);display:flex;align-items:center;justify-content:space-between;padding:16px 20px;font-family:var(--font-navbar),var(--font-body),"Segoe UI",system-ui,sans-serif}.brand{display:inline-flex;align-items:center;gap:10px;font-weight:700;letter-spacing:.02em;min-width:0}.brand-mark{width:36px;height:36px;border-radius:12px;background:linear-gradient(135deg,var(--accent-soft),var(--accent));display:grid;place-items:center;color:var(--background);font-weight:800;box-shadow:var(--shadow);flex:none}.brand--with-logo{max-width:min(100%,240px)}.brand-logo{display:block;width:auto;height:40px;max-width:min(100%,220px);object-fit:contain}.brand-label{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.site-nav{min-width:0}.site-nav-toggle{display:none;align-items:center;justify-content:center;gap:10px;border:1px solid var(--navbar-border);border-radius:var(--navbar-border-radius);background:color-mix(in srgb,var(--navbar-background) 88%,var(--card));color:var(--navbar-text);padding:10px 12px;font:inherit;font-weight:800;letter-spacing:.04em;text-transform:uppercase;cursor:pointer}.site-nav-toggle__bars,.site-nav-toggle__bars::after,.site-nav-toggle__bars::before{display:block;width:18px;height:2px;border-radius:999px;background:currentColor;content:"";transition:transform .16s ease,opacity .16s ease}.site-nav-toggle__bars{position:relative}.site-nav-toggle__bars::after,.site-nav-toggle__bars::before{position:absolute;left:0}.site-nav-toggle__bars::before{top:-6px}.site-nav-toggle__bars::after{top:6px}html[data-site-nav-open] .site-nav-toggle__bars{background:0 0}html[data-site-nav-open] .site-nav-toggle__bars::before{transform:translateY(6px) rotate(45deg)}html[data-site-nav-open] .site-nav-toggle__bars::after{transform:translateY(-6px) rotate(-45deg)}.site-nav__list,.site-nav__submenu{list-style:none;margin:0;padding:0}.site-nav__list{display:flex;flex-wrap:wrap;align-items:center;gap:12px;font-weight:500}.site-nav__item{position:relative}.site-nav__link{display:inline-flex;align-items:center;gap:8px;color:var(--navbar-text);padding:8px 10px;border-radius:var(--navbar-border-radius);transition:color .15s ease,background-color .15s ease,outline-color .15s ease;font-family:var(--font-navbar),var(--font-body),"Segoe UI",system-ui,sans-serif}.site-nav__link.is-active{color:var(--navbar-active);background:color-mix(in srgb,var(--navbar-hover) 18%,transparent);outline:1px solid color-mix(in srgb,var(--navbar-active) 40%,transparent)}.site-nav__item.has-children>.site-nav__link::after{content:"";width:7px;height:7px;border-right:1.5px solid currentColor;border-bottom:1.5px solid currentColor;transform:rotate(45deg) translateY(-2px);opacity:.72}.site-nav__submenu{position:absolute;left:0;top:calc(100% + 8px);min-width:220px;display:grid;gap:6px;padding:10px;border:1px solid var(--navbar-border);border-radius:calc(var(--navbar-border-radius) + 2px);background:color-mix(in srgb,var(--navbar-background) 96%,var(--card));box-shadow:var(--shadow);opacity:0;visibility:hidden;transform:translateY(6px);transition:opacity .15s ease,visibility .15s ease,transform .15s ease;z-index:12}.site-nav__submenu .site-nav__link{width:100%;justify-content:space-between}.site-nav__item:focus-within>.site-nav__submenu,.site-nav__item:hover>.site-nav__submenu{opacity:1;visibility:visible;transform:translateY(0)}.site-nav__external::after{content:"\2197";font-size:12px;opacity:.72}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.nav-actions{display:flex;align-items:center;gap:10px}.pill-btn{display:inline-flex;align-items:center;gap:8px;padding:8px 12px;border-radius:var(--button-radius);border:1px solid var(--button-secondary-border);background:var(--button-secondary-background);color:var(--button-secondary-text);font-weight:600;cursor:pointer;transition:transform .1s ease,background-color .2s ease,border-color .2s ease,color .2s ease,box-shadow .2s ease}.pill-btn:focus-visible,.pill-btn:hover{transform:translateY(-1px);background:color-mix(in srgb,var(--button-secondary-background) 72%,var(--button-hover-background));border-color:color-mix(in srgb,var(--button-secondary-border) 64%,var(--button-hover-background));color:var(--button-hover-text);box-shadow:0 10px 24px color-mix(in srgb,var(--button-hover-background) 18%,transparent)}.inline-form{margin:0}.landing{padding:32px 0 12px}.landing__grid{display:grid;gap:24px;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));align-items:center}.landing__copy h1{font-family:var(--font-display),var(--font-body),"Segoe UI",system-ui,sans-serif;font-size:clamp(32px, 4vw, 44px);margin:8px 0}.landing__copy .lede{color:var(--muted);font-size:18px;line-height:1.6;margin:0 0 16px}.eyebrow{text-transform:uppercase;letter-spacing:.08em;font-weight:700;font-size:13px;color:var(--muted);margin:0}.pill-row{display:flex;flex-wrap:wrap;gap:12px;margin:12px 0 4px}.pill-row--secondary{margin-top:14px}.pill{display:inline-flex;align-items:center;gap:8px;padding:8px 12px;border-radius:999px;border:1px solid var(--border);font-weight:600}.pill-btn--solid{background:linear-gradient(135deg,var(--button-background),var(--button-hover-background));border-color:color-mix(in srgb,var(--button-background) 48%,var(--button-secondary-border));color:var(--button-text);box-shadow:0 12px 30px color-mix(in srgb,var(--button-background) 22%,transparent)}.pill-btn--solid:focus-visible,.pill-btn--solid:hover{background:linear-gradient(135deg,var(--button-hover-background),var(--button-background));border-color:color-mix(in srgb,var(--button-hover-background) 56%,var(--button-secondary-border));color:var(--button-hover-text)}.pill--ghost{background:color-mix(in srgb,var(--button-secondary-background) 86%,var(--surface))}.muted{color:var(--muted);margin:0}.landing__panel .panel{background:linear-gradient(145deg,color-mix(in srgb,var(--card) 94%,var(--accent) 6%),color-mix(in srgb,var(--card) 84%,var(--accent-soft) 16%));border:1px solid var(--border);border-radius:var(--elements-border-radius);padding:20px;box-shadow:var(--shadow)}.feature-list{list-style:none;padding:0;margin:16px 0 0;display:flex;flex-direction:column;gap:12px}.feature-list li{display:grid;grid-template-columns:auto 1fr;gap:10px;align-items:start}.feature-title{margin:0;font-weight:700}.dot{width:12px;height:12px;border-radius:50%;background:linear-gradient(135deg,var(--accent),var(--accent-strong));box-shadow:0 0 0 6px color-mix(in srgb,var(--accent) 12%,transparent);margin-top:6px}.panel h2{font-family:var(--font-display),var(--font-body),"Segoe UI",system-ui,sans-serif;margin:8px 0;font-size:22px}@keyframes marketing-fade-up{from{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}.marketing-home{display:grid;gap:28px}.marketing-home__cta,.marketing-home__hero,.marketing-home__section{animation:marketing-fade-up .65s ease both}.marketing-home__hero{position:relative;overflow:hidden;display:grid;gap:24px;grid-template-columns:minmax(0,1.15fr) minmax(280px,0.85fr);padding:clamp(24px,4vw,40px);border:1px solid color-mix(in srgb,var(--accent) 18%,var(--border));border-radius:calc(var(--elements-border-radius) + 10px);background:radial-gradient(circle at top right,color-mix(in srgb,var(--accent) 22%,transparent),transparent 36%),linear-gradient(150deg,color-mix(in srgb,var(--card) 92%,transparent),color-mix(in srgb,var(--surface) 90%,var(--accent-soft) 10%));box-shadow:var(--shadow);isolation:isolate}.marketing-home__hero::before{content:"";position:absolute;inset:auto -8% -22% auto;width:260px;aspect-ratio:1;border-radius:50%;background:color-mix(in srgb,var(--accent) 16%,transparent);filter:blur(8px);z-index:-1}.marketing-home__copy,.marketing-home__visual{display:grid;gap:16px;align-content:start}.marketing-home__headline{margin:0;font-family:var(--font-display),var(--font-body),"Segoe UI",system-ui,sans-serif;font-size:clamp(36px, 5vw, 64px);line-height:1.02;letter-spacing:-.04em;max-width:12ch}.marketing-home__lede{margin:0;max-width:62ch;color:color-mix(in srgb,var(--text) 84%,var(--muted));font-size:clamp(16px, 2vw, 19px);line-height:1.72}.marketing-home__actions{margin-top:4px}.marketing-home__actions--cta{justify-content:flex-start}.marketing-home__console{display:grid;gap:18px;padding:20px;border-radius:calc(var(--elements-border-radius) + 6px);border:1px solid color-mix(in srgb,var(--accent) 22%,var(--border));background:linear-gradient(180deg,rgba(255,255,255,.05),transparent 34%),color-mix(in srgb,var(--card) 92%,var(--surface));box-shadow:var(--shadow)}.marketing-home__console-label,.marketing-home__timeline-index{margin:0;font-size:12px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:color-mix(in srgb,var(--accent) 72%,#fff 28%)}.marketing-home__console-title{margin:0;font-family:var(--font-display),var(--font-body),"Segoe UI",system-ui,sans-serif;font-size:clamp(24px, 3vw, 32px);line-height:1.08}.marketing-home__console-body{line-height:1.65}.marketing-home__feature-grid,.marketing-home__signal-grid,.marketing-home__timeline{display:grid;gap:14px}.marketing-home__signal-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.marketing-home__feature-card,.marketing-home__signal,.marketing-home__timeline-step{display:grid;gap:8px;padding:16px;border:1px solid color-mix(in srgb,var(--border) 78%,var(--accent) 22%);border-radius:calc(var(--elements-border-radius) - 2px);background:color-mix(in srgb,var(--card) 88%,transparent)}.marketing-home__cta h2,.marketing-home__feature-card h3,.marketing-home__section-head h2,.marketing-home__signal h3,.marketing-home__timeline-step h3{margin:0;font-family:var(--font-display),var(--font-body),"Segoe UI",system-ui,sans-serif}.marketing-home__feature-card p,.marketing-home__signal p,.marketing-home__timeline-step p{margin:0;color:color-mix(in srgb,var(--text) 78%,var(--muted));line-height:1.6}.marketing-home__section{display:grid;gap:18px}.marketing-home__section-head{display:grid;gap:8px;max-width:62ch}.marketing-home__cta h2,.marketing-home__section-head h2{font-size:clamp(26px, 3vw, 40px);line-height:1.08;letter-spacing:-.03em}.marketing-home__feature-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.marketing-home__feature-grid--compact{grid-template-columns:repeat(3,minmax(0,1fr))}.marketing-home__feature-card{padding:20px;background:linear-gradient(180deg,rgba(255,255,255,.04),transparent 44%),color-mix(in srgb,var(--card) 94%,transparent)}.marketing-home__feature-card--quiet{background:color-mix(in srgb,var(--surface) 54%,var(--card))}.marketing-home__timeline{grid-template-columns:repeat(4,minmax(0,1fr))}.marketing-home__timeline-step{position:relative;overflow:hidden;min-height:100%}.marketing-home__timeline-step::after{content:"";position:absolute;inset:0 auto 0 0;width:3px;background:linear-gradient(180deg,var(--accent),transparent)}.marketing-home__cta{display:grid;gap:18px;grid-template-columns:minmax(0,1fr) auto;align-items:center;padding:clamp(22px,4vw,32px);border:1px solid color-mix(in srgb,var(--accent) 22%,var(--border));border-radius:calc(var(--elements-border-radius) + 6px);background:radial-gradient(circle at top left,color-mix(in srgb,var(--accent) 18%,transparent),transparent 34%),color-mix(in srgb,var(--surface) 76%,var(--card));box-shadow:var(--shadow)}.site-nav__link:focus-visible,.site-nav__link:hover{color:var(--navbar-active);background:color-mix(in srgb,var(--navbar-hover) 18%,transparent);outline:1px solid color-mix(in srgb,var(--navbar-active) 40%,transparent)}.layout-content :where(input[type=text],input[type=email],input[type=password],input[type=url],input[type=tel],input[type=number],input[type=search],select,textarea){width:100%;padding:11px;border-radius:var(--form-field-radius);border:1px solid var(--form-field-border);background:var(--form-field-background);color:var(--text)}.layout-content :where(textarea){min-height:90px;resize:vertical}.small{font-size:.92rem}.form-grid,.settings-device-list,.settings-panel-stack,.settings-workspace{display:grid;gap:1rem}.settings-page{display:grid;gap:1.25rem}.settings-page__hero{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;flex-wrap:wrap}.settings-page__hero-copy{display:grid;gap:.4rem;max-width:72ch}.shop-claim-form{grid-template-columns:minmax(0,1fr) minmax(300px,0.85fr);align-items:start;width:100%;min-width:0}@media (max-width:760px){body[data-current-path^="/shop/claim/"] .layout-content{padding-inline:12px}body[data-current-path^="/shop/claim/"] .settings-page__hero,body[data-current-path^="/shop/claim/"] .table-actions{align-items:stretch}body[data-current-path^="/shop/claim/"] .table-actions{width:100%}body[data-current-path^="/shop/claim/"] .table-actions .btn{flex:1 1 100%;justify-content:center;text-align:center}.shop-claim-form{grid-template-columns:minmax(0,1fr)}.shop-claim-form .form-grid>*,.shop-claim-form .settings-panel-stack,.shop-claim-form .settings-section-card,.shop-claim-form>*{min-width:0;width:100%}}.settings-page__hero-copy h2,.settings-section-card__header h3{margin:0;font-family:var(--font-display),var(--font-body),"Segoe UI",system-ui,sans-serif}.settings-shell{display:grid;gap:1.25rem;grid-template-columns:minmax(240px,300px) minmax(0,1fr);align-items:start}.settings-flash,.settings-nav-card,.settings-section-card{border:1px solid color-mix(in srgb,var(--border) 82%,var(--accent) 18%);border-radius:calc(var(--elements-border-radius) + 4px);background:linear-gradient(180deg,rgba(255,255,255,.04),transparent 42%),color-mix(in srgb,var(--card) 92%,var(--surface));box-shadow:var(--shadow)}.settings-nav-card,.settings-section-card{padding:clamp(1rem,2vw,1.3rem)}.settings-nav-card{position:sticky;top:1rem;display:grid;gap:1rem}.settings-device-copy,.settings-empty-state,.settings-nav-card__header,.settings-section-card__header{display:grid;gap:.35rem;min-width:0}.settings-link-list{display:grid;gap:.7rem}.settings-link{display:inline-flex;align-items:center;justify-content:flex-start;padding:.9rem 1rem;border-radius:calc(var(--button-radius) + 2px);border:1px solid color-mix(in srgb,var(--button-secondary-border) 82%,transparent);background:color-mix(in srgb,var(--button-secondary-background) 88%,var(--surface));color:var(--button-secondary-text);font-weight:600;transition:transform .12s ease,border-color .18s ease,background .18s ease,color .18s ease,box-shadow .18s ease}.settings-link.is-active,.settings-link:focus-visible,.settings-link:hover{transform:translateY(-1px);border-color:color-mix(in srgb,var(--accent) 34%,var(--button-secondary-border));background:linear-gradient(135deg,color-mix(in srgb,var(--accent) 14%,var(--card)),color-mix(in srgb,var(--surface) 78%,var(--card)));color:var(--text);box-shadow:0 12px 28px color-mix(in srgb,var(--accent) 12%,transparent)}.settings-section-card{display:grid;gap:1rem}.settings-section-toolbar{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;flex-wrap:wrap}.settings-subgrid{display:grid;gap:1rem;grid-template-columns:repeat(2,minmax(0,1fr))}.form-grid>*,.settings-subgrid>*{min-width:0}.settings-field-span-full{grid-column:1/-1}.settings-field-label{display:block;margin:0 0 .4rem;font-weight:600}.settings-field-hint{margin:.4rem 0 0}.settings-actions{display:flex;gap:.75rem;flex-wrap:wrap;align-items:center}.settings-actions--footer{justify-content:flex-start}.settings-flash{padding:.95rem 1rem;color:var(--text)}.settings-flash--success{border-color:color-mix(in srgb,var(--button-background) 42%,var(--border));background:linear-gradient(180deg,rgba(255,255,255,.04),transparent 38%),color-mix(in srgb,var(--button-background) 12%,var(--card))}.settings-flash--error{border-color:color-mix(in srgb,var(--button-danger-background) 46%,var(--border));background:linear-gradient(180deg,rgba(255,255,255,.04),transparent 38%),color-mix(in srgb,var(--button-danger-background) 12%,var(--card))}.settings-device-card{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;padding:1rem;border:1px solid color-mix(in srgb,var(--border) 84%,transparent);border-radius:calc(var(--elements-border-radius) + 2px);background:color-mix(in srgb,var(--card) 88%,transparent)}.settings-device-copy span,.settings-device-copy strong,.settings-empty-state p,.settings-empty-state strong{min-width:0;overflow-wrap:anywhere;word-break:break-word}.auth-helper-layout{max-width:720px}.auth-helper-stack{display:grid;gap:1rem}.auth-helper-card--notice{border-color:color-mix(in srgb,var(--accent) 30%,var(--border))}.auth-helper-link-wrap{margin:0;overflow-wrap:anywhere;word-break:break-word}@media (max-width:960px){.settings-shell{grid-template-columns:1fr}.settings-nav-card{position:static;top:auto}}@media (max-width:720px){.settings-subgrid{grid-template-columns:1fr}.settings-device-card{flex-direction:column}}.layout-content{max-width:var(--layout-max-content);margin:0 auto;padding:32px 20px 64px}.layout-content:has(.layout-slot--main .wb-hero-banner){padding-top:0}.layout-slot--main>.layout-position-item:has(> .wb-hero-banner){margin-top:0!important}.layout-grid{display:grid;gap:var(--layout-gap);grid-template-columns:var(--layout-outer-left) minmax(0,1fr) var(--layout-outer-right)}.layout-grid--single{grid-template-columns:minmax(0,1fr)}.layout-slot{min-width:0}.layout-position-item{min-width:0}.page-body{display:grid;gap:12px;min-width:0;font-size:16px;line-height:1.7;color:var(--text)}.page-body>:first-child{margin-top:0}.page-body>:last-child{margin-bottom:0}.page-body>:where(h1,h2,h3,h4,h5,h6,p,blockquote,pre,table,hr){margin-inline:0}.page-body>:where(ul,ol){margin:0;padding-inline-start:1.25rem}.page-body :where(ul,ol) :where(ul,ol){margin-top:.5rem}.footer{max-width:var(--layout-max-content);margin:0 auto;padding:32px 20px;display:grid;gap:16px;border-top:1px solid var(--border);color:var(--muted);font-size:14px}.site-nav--footer .site-nav__list{gap:10px 16px;align-items:flex-start}.site-nav--footer .site-nav__submenu{position:static;min-width:0;padding:8px 0 0 14px;border:0;background:0 0;box-shadow:none;opacity:1;visibility:visible;transform:none}@media (max-width:1180px){body.layout-shell>header{border-bottom-left-radius:0;border-bottom-right-radius:0}.nav{display:grid;grid-template-columns:minmax(0,1fr) auto auto;align-items:center;gap:10px 12px;padding:10px 14px}.brand-logo{height:34px;max-width:150px}.site-nav-toggle{display:inline-flex}.site-nav--primary{grid-column:1/-1;width:100%;display:none}html[data-site-nav-open] .site-nav--primary{display:block}.site-nav--primary .site-nav__list{flex-direction:column;align-items:stretch;gap:6px;padding:8px 0 2px}.site-nav--primary .site-nav__item,.site-nav--primary .site-nav__link{width:100%}.site-nav--primary .site-nav__link{justify-content:space-between;padding:10px 12px;min-height:44px}.site-nav--primary .site-nav__submenu{position:static;min-width:0;display:none;gap:6px;padding:6px 0 0 12px;border:0;background:0 0;box-shadow:none;opacity:1;visibility:visible;transform:none}.site-nav--primary .site-nav__item.is-active>.site-nav__submenu,.site-nav--primary .site-nav__item:focus-within>.site-nav__submenu,.site-nav--primary .site-nav__item:hover>.site-nav__submenu{display:grid}.nav-actions{grid-column:2;grid-row:1;justify-self:end;min-width:0;order:2}.nav-actions .inline-form,.nav-actions .pill-btn{white-space:nowrap}.nav-actions .pill-btn{padding-inline:clamp(.7rem,2.4vw,.95rem);min-height:42px}.site-nav-toggle{grid-column:3;grid-row:1;justify-self:end;order:3}body[data-current-path="/quiz"] .panel--page-title{display:none}.landing{padding-top:16px}.marketing-home__cta,.marketing-home__feature-grid,.marketing-home__feature-grid--compact,.marketing-home__hero,.marketing-home__signal-grid,.marketing-home__timeline{grid-template-columns:minmax(0,1fr)}.marketing-home__cta{align-items:flex-start}}body::after{content:"";position:fixed;inset:0;z-index:0;pointer-events:none;opacity:.045;mix-blend-mode:overlay;background-image:radial-gradient(circle at 20% 30%,rgba(255,255,255,.38) 0 1px,transparent 1px),radial-gradient(circle at 70% 60%,rgba(255,255,255,.22) 0 1px,transparent 1px);background-size:7px 7px,11px 11px}body[data-current-path="/"] .site-background__layer--gradient,body[data-current-path="/community"] .site-background__layer--gradient,body[data-current-path="/epk"] .site-background__layer--gradient,body[data-current-path="/kontakt"] .site-background__layer--gradient{opacity:.78}body.layout-shell[data-current-path="/"]>header,body.layout-shell[data-current-path="/quiz"]>header{background:linear-gradient(180deg,rgba(3,3,3,.82),rgba(18,3,8,.64));border-bottom-color:rgba(255,255,255,.08);box-shadow:0 18px 45px rgba(0,0,0,.28)}.site-nav__link[href="/booking"]{background:linear-gradient(135deg,var(--accent),var(--accent-strong));color:#fff;border:1px solid rgba(255,255,255,.22);box-shadow:0 10px 28px rgba(224,2,10,.24);font-weight:900}.site-nav__link[href="/booking"]::after{content:"→";font-weight:900;opacity:.95}.site-nav__link.is-active{background:0 0;outline:0;box-shadow:inset 0 -2px 0 var(--accent),0 10px 24px rgba(224,2,10,.12)}.site-nav__link[href="/booking"].is-active{background:linear-gradient(135deg,var(--accent),var(--accent-strong));color:#fff;border-color:rgba(255,255,255,.26);box-shadow:0 10px 28px rgba(224,2,10,.24),inset 0 -2px 0 rgba(255,255,255,.32)}.nav-actions .pill-btn{cursor:pointer;opacity:.82;font-size:.78rem;padding:6px 9px;background:rgba(255,255,255,.08);color:rgba(247,239,228,.92);border-color:rgba(255,255,255,.16);box-shadow:none}.nav-actions .pill-btn:focus-visible,.nav-actions .pill-btn:hover{opacity:1;background:rgba(255,255,255,.16);color:#fff;border-color:rgba(255,255,255,.32);box-shadow:0 10px 24px rgba(0,0,0,.26)}body[data-current-path="/"] .layout-content:first-of-type{max-width:none;padding:0 0 clamp(2rem,5vw,4.5rem)}body[data-current-path="/"] .layout-content:first-of-type .layout-grid,body[data-current-path="/"] .layout-content:first-of-type .layout-position-item,body[data-current-path="/"] .layout-content:first-of-type .layout-slot{display:block}body[data-current-path="/"] .layout-content:first-of-type .wb-hero-banner{min-height:min(780px,calc(100vh - 76px));display:grid;align-items:stretch;padding:clamp(1rem,2vw,1.5rem)!important;border-radius:0 0 clamp(1.8rem,4vw,3.25rem) clamp(1.8rem,4vw,3.25rem);background:linear-gradient(100deg,rgba(3,3,3,.98) 0,rgba(3,3,3,.9) 38%,rgba(3,3,3,.3) 66%,rgba(3,3,3,.82) 100%),radial-gradient(circle at 76% 14%,rgba(255,36,48,.24),transparent 35%),linear-gradient(145deg,#030303,#130207 58%,#2e0006);overflow:hidden}body[data-current-path="/"] .layout-content:first-of-type .wb-hero-banner::before{content:"";position:absolute;inset:auto 0 0;height:32%;background:linear-gradient(0deg,rgba(3,3,3,.96),transparent);pointer-events:none;z-index:1}body[data-current-path="/"] .layout-content:first-of-type .wb-hero-banner__shell{width:min(1260px,calc(100% - 2rem));margin:auto;min-height:min(680px,calc(100vh - 132px));display:grid;grid-template-columns:minmax(0,.74fr) minmax(420px,1.16fr);align-items:center;gap:clamp(2rem,4.5vw,5.6rem);position:relative;border:1px solid rgba(255,255,255,.13);border-radius:clamp(1.5rem,3vw,2.6rem);padding:clamp(1.6rem,4vw,4rem);background:linear-gradient(135deg,rgba(255,255,255,.06),rgba(255,255,255,.02)),radial-gradient(circle at 82% 20%,rgba(224,2,10,.2),transparent 32%);box-shadow:0 36px 120px rgba(0,0,0,.62),inset 0 1px 0 rgba(255,255,255,.08);isolation:isolate}body[data-current-path="/"] .layout-content:first-of-type .wb-hero-banner__content{position:relative;z-index:2}body[data-current-path="/"] .layout-content:first-of-type .wb-eyebrow{color:#ff4b55;letter-spacing:.16em;font-weight:900}body[data-current-path="/"] .layout-content:first-of-type .wb-hero-banner h1,body[data-current-path="/"] .layout-content:first-of-type .wb-hero-banner h2{max-width:8.8ch;font-size:clamp(3.15rem, 6.2vw, 6.4rem);line-height:.88;text-shadow:0 18px 52px rgba(0,0,0,.72)}body[data-current-path="/"] .layout-content:first-of-type .wb-hero-banner__subtitle{max-width:34ch;color:#fff2e7;font-size:clamp(1.08rem, 1.45vw, 1.28rem);line-height:1.5}body[data-current-path="/"] .layout-content:first-of-type .wb-hero-banner__aside{position:relative;min-height:clamp(380px,52vh,620px);border-radius:clamp(1.25rem,2.4vw,2rem);overflow:hidden;box-shadow:0 28px 90px rgba(0,0,0,.62),0 0 0 1px rgba(255,255,255,.12);transform:none}body[data-current-path="/"] .layout-content:first-of-type .wb-hero-banner__aside::after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(3,3,3,.18),transparent 42%),radial-gradient(circle at 50% 20%,transparent,rgba(3,3,3,.35))}body[data-current-path="/"] .layout-content:first-of-type .wb-hero-banner__aside img{width:100%;height:100%;object-fit:cover;filter:saturate(1.08) contrast(1.08) brightness(.92);animation:dug-hero-breathe 12s ease-in-out infinite alternate}@keyframes dug-hero-breathe{from{transform:scale(1.015)}to{transform:scale(1.065)}}body[data-current-path="/"] .wb-actions .wb-btn,body[data-current-path="/epk"] .wb-btn,body[data-current-path="/kontakt"] .wb-btn{min-height:46px;border-radius:999px;box-shadow:0 14px 34px rgba(224,2,10,.26)}body[data-current-path="/"] .wb-block:not(.wb-hero-banner),body[data-current-path="/community"] .wb-block,body[data-current-path="/epk"] .wb-block,body[data-current-path="/kontakt"] .wb-block{border-color:rgba(255,255,255,.09);box-shadow:0 24px 90px rgba(0,0,0,.28),inset 0 1px 0 rgba(255,255,255,.045)}body[data-current-path="/"] .wb-feature-grid__item,body[data-current-path="/community"] .wb-feature-grid__item,body[data-current-path="/epk"] .wb-feature-grid__item,body[data-current-path="/kontakt"] .wb-feature-grid__item{background:linear-gradient(145deg,rgba(255,255,255,.07),rgba(255,255,255,.025)),radial-gradient(circle at 82% 18%,rgba(224,2,10,.16),transparent 36%);border:1px solid rgba(255,255,255,.1)}.dug-community-modules,.dug-epk-download,.dug-epk-quick-actions{position:relative;overflow:hidden;border-radius:28px;border:1px solid rgba(255,255,255,.12);padding:clamp(1.4rem,3vw,2.35rem);background:radial-gradient(circle at 82% 10%,rgba(224,2,10,.2),transparent 32%),linear-gradient(145deg,rgba(12,2,5,.94),rgba(35,0,6,.82));box-shadow:0 28px 90px rgba(0,0,0,.36),inset 0 1px 0 rgba(255,255,255,.06)}.dug-action-grid,.dug-community-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.85rem;margin-top:1.25rem}.dug-action,.dug-community-card{display:grid;gap:.35rem;min-height:112px;align-content:end;padding:1rem;border-radius:18px;border:1px solid rgba(255,255,255,.1);background:rgba(255,255,255,.055);transition:transform .2s ease,border-color .2s ease,background .2s ease,box-shadow .2s ease}.dug-action:focus-visible,.dug-action:hover,.dug-community-card:focus-visible,.dug-community-card:hover{transform:translateY(-3px);border-color:rgba(255,255,255,.22);background:rgba(224,2,10,.18);box-shadow:0 18px 42px rgba(0,0,0,.28)}.dug-action strong,.dug-community-card strong{font-family:var(--font-display),var(--font-body),sans-serif;font-size:clamp(1.1rem, 2vw, 1.55rem);line-height:.95}.dug-action span,.dug-community-card span{color:#f0d3c4;font-size:.92rem;line-height:1.35}.dug-action--primary,.dug-community-card--primary{background:linear-gradient(135deg,var(--accent),var(--accent-soft));color:#fff}body[data-current-path="/kontakt"] .contact-card,body[data-current-path="/kontakt"] .wb-contact-card,body[data-current-path="/kontakt"] .wb-feature-grid__item{background:linear-gradient(145deg,rgba(3,3,3,.9),rgba(36,0,7,.72))}body[data-current-path="/community"] .dug-community-modules{background:radial-gradient(circle at 15% 12%,rgba(255,205,120,.14),transparent 28%),radial-gradient(circle at 86% 18%,rgba(224,2,10,.24),transparent 32%),linear-gradient(145deg,rgba(11,2,6,.96),rgba(42,0,8,.82))}@media (max-width:860px){body[data-current-path="/"] .layout-content:first-of-type .wb-hero-banner{min-height:auto;padding:.85rem!important}body[data-current-path="/"] .layout-content:first-of-type .wb-hero-banner__shell{width:min(100% - 1rem,680px);min-height:auto;grid-template-columns:1fr;padding:clamp(1.2rem,7vw,2rem)}body[data-current-path="/"] .layout-content:first-of-type .wb-hero-banner h1,body[data-current-path="/"] .layout-content:first-of-type .wb-hero-banner h2{font-size:clamp(2.5rem, 13vw, 4.25rem)}body[data-current-path="/"] .layout-content:first-of-type .wb-hero-banner__aside{min-height:250px;transform:none}.dug-action-grid,.dug-community-grid{grid-template-columns:1fr 1fr}}@media (max-width:540px){.dug-action-grid,.dug-community-grid{grid-template-columns:1fr}.dug-action,.dug-community-card{min-height:88px}}body[data-current-path="/"] .layout-content:first-of-type .wb-hero-banner__shell{max-width:1400px}body[data-current-path="/"] .layout-content:first-of-type .layout-position-item>.wb-block:not(.wb-hero-banner),body[data-current-path="/"] .layout-content:first-of-type .layout-position-item>.wb-cta-blocks,body[data-current-path="/"] .layout-content:first-of-type .layout-position-item>.wb-feature-list,body[data-current-path="/"] .layout-content:first-of-type .layout-position-item>.wb-quote-showcase{width:min(1280px,calc(100% - clamp(2rem,6vw,6rem)));margin-inline:auto}body[data-current-path="/"] .layout-content:first-of-type .layout-position-item>.wb-media-text,body[data-current-path="/"] .layout-content:first-of-type .layout-position-item>.wb-quote-showcase{width:min(1180px,calc(100% - clamp(2rem,6vw,6rem)))}body[data-current-path="/"] .layout-content:first-of-type .layout-position-item>.wb-block:not(.wb-hero-banner){margin-top:clamp(1.25rem,2.6vw,2.4rem);margin-bottom:clamp(1.25rem,2.6vw,2.4rem)}body[data-current-path="/"] .layout-content:first-of-type .wb-media-text{grid-template-columns:minmax(0,.95fr) minmax(280px,460px);padding:clamp(1.35rem,2.5vw,2.2rem)}body[data-current-path="/"] .layout-content:first-of-type .wb-media-text__media{max-width:460px;justify-self:end;aspect-ratio:4/3}body[data-current-path="/"] .layout-content:first-of-type .wb-media-text__media img{object-fit:cover}body[data-current-path="/"] .layout-content:first-of-type .wb-feature-grid{padding:clamp(1.35rem,2.5vw,2.3rem)}body[data-current-path="/"] .layout-content:first-of-type .wb-feature-grid__items{align-items:stretch}body[data-current-path="/"] .layout-content:first-of-type .wb-feature-grid--cols-4 .wb-feature-grid__items{grid-template-columns:repeat(4,minmax(0,1fr))}body[data-current-path="/"] .layout-content:first-of-type .wb-feature-grid--style-showcase .wb-feature-grid__item.is-featured{grid-column:auto}body[data-current-path="/"] .layout-content:first-of-type .wb-feature-grid__item{min-height:230px;padding:clamp(1rem,1.7vw,1.35rem)}body[data-current-path="/"] .layout-content:first-of-type .wb-feature-grid__content{gap:.7rem}body[data-current-path="/"] .layout-content:first-of-type .wb-feature-grid__content h3{max-width:14ch;line-height:1.02}body[data-current-path="/"] .layout-content:first-of-type .wb-feature-grid__content p{max-width:30ch}body[data-current-path="/"] .layout-content:first-of-type .wb-quote-showcase{padding:clamp(1.4rem,3vw,2.4rem);background:linear-gradient(135deg,rgba(255,255,255,.06),rgba(255,255,255,.02)),radial-gradient(circle at 12% 0,rgba(224,2,10,.18),transparent 34%);border:1px solid rgba(255,255,255,.1);border-radius:28px;box-shadow:0 24px 80px rgba(0,0,0,.28),inset 0 1px 0 rgba(255,255,255,.05)}body[data-current-path="/"] .layout-content:first-of-type .wb-quote-showcase blockquote{font-size:clamp(1.55rem, 3vw, 2.9rem);line-height:1.02}body[data-current-path="/"] .layout-content:first-of-type .wb-cta-block,body[data-current-path="/"] .layout-content:first-of-type .wb-cta-blocks{max-width:1180px}@media (min-width:1600px){body[data-current-path="/"] .layout-content:first-of-type .wb-hero-banner__shell{min-height:760px}body[data-current-path="/"] .layout-content:first-of-type .wb-hero-banner__aside{max-height:560px}}@media (max-width:1120px){body[data-current-path="/"] .layout-content:first-of-type .wb-feature-grid--cols-4 .wb-feature-grid__items{grid-template-columns:repeat(2,minmax(0,1fr))}body[data-current-path="/"] .layout-content:first-of-type .wb-feature-grid__item{min-height:205px}}@media (max-width:860px){body[data-current-path="/"] .layout-content:first-of-type .layout-position-item>.wb-block:not(.wb-hero-banner),body[data-current-path="/"] .layout-content:first-of-type .layout-position-item>.wb-cta-blocks,body[data-current-path="/"] .layout-content:first-of-type .layout-position-item>.wb-feature-list,body[data-current-path="/"] .layout-content:first-of-type .layout-position-item>.wb-quote-showcase{width:min(100% - 1.25rem,680px)}body[data-current-path="/"] .layout-content:first-of-type .wb-media-text{grid-template-columns:1fr}body[data-current-path="/"] .layout-content:first-of-type .wb-media-text__media{max-width:none;width:100%;justify-self:stretch}}@media (max-width:620px){body[data-current-path="/"] .layout-content:first-of-type .wb-feature-grid--cols-4 .wb-feature-grid__items{grid-template-columns:1fr}body[data-current-path="/"] .layout-content:first-of-type .wb-feature-grid__item{min-height:auto}}body[data-current-path="/"] .layout-content:first-of-type .layout-position-item>.wb-html-embed:has(.dug-home-final-cta){width:min(1180px,calc(100% - clamp(2rem,6vw,6rem)));margin:clamp(1.25rem,2.6vw,2.4rem) auto}.dug-home-final-cta{position:relative;overflow:hidden;border:1px solid rgba(255,255,255,.13);border-radius:30px;padding:clamp(1.6rem,4vw,3.4rem);background:radial-gradient(circle at 84% 16%,rgba(255,36,48,.24),transparent 34%),linear-gradient(135deg,rgba(37,0,8,.94),rgba(5,5,5,.96));box-shadow:0 30px 92px rgba(0,0,0,.34),inset 0 1px 0 rgba(255,255,255,.07)}.dug-home-final-cta h2{max-width:13ch;font-family:var(--font-display),var(--font-body),sans-serif;font-size:clamp(2.1rem, 5vw, 5rem);line-height:.9;margin:.2rem 0 .85rem}.dug-home-final-cta p:not(.wb-eyebrow){max-width:58ch;color:#f1d9ca}.dug-home-final-cta p:last-child{margin-top:clamp(1.15rem,2.4vw,1.8rem)}body[data-current-path="/"] .layout-content:first-of-type .wb-hero-banner__shell{grid-template-columns:minmax(0,.74fr) minmax(420px,1.16fr);gap:clamp(2rem,4.5vw,5.6rem)}body[data-current-path="/"] .layout-content:first-of-type .wb-hero-banner h1,body[data-current-path="/"] .layout-content:first-of-type .wb-hero-banner h2{max-width:8.8ch;font-size:clamp(3.15rem, 6.2vw, 6.4rem)}body[data-current-path="/"] .layout-content:first-of-type .wb-hero-banner__aside{justify-self:stretch;width:100%}body[data-current-path="/"] .layout-content:first-of-type .wb-hero-banner{margin-bottom:clamp(.75rem,1.6vw,1.6rem)}@media (min-width:1800px){body[data-current-path="/"] .layout-content:first-of-type .wb-hero-banner__shell{max-width:1480px}body[data-current-path="/"] .layout-content:first-of-type .layout-position-item>.wb-block:not(.wb-hero-banner),body[data-current-path="/"] .layout-content:first-of-type .layout-position-item>.wb-html-embed:has(.dug-home-final-cta){width:min(1320px,calc(100% - 8rem))}body[data-current-path="/"] .layout-content:first-of-type .layout-position-item>.wb-media-text,body[data-current-path="/"] .layout-content:first-of-type .layout-position-item>.wb-quote-showcase{width:min(1220px,calc(100% - 8rem))}}@media (max-width:860px){body[data-current-path="/"] .layout-content:first-of-type .wb-hero-banner__shell{grid-template-columns:1fr}body[data-current-path="/"] .layout-content:first-of-type .wb-hero-banner__aside{width:100%}}:root{--dug-width-narrow:1040px;--dug-width-standard:1240px;--dug-width-wide:1400px}body[data-current-path] .layout-content{max-width:none}body[data-current-path]:not([data-current-path="/"]) .layout-position-item>:is(.wb-block,.wb-html-embed,.wb-quote-showcase,.wb-feature-list){width:min(var(--dug-width-standard),calc(100% - clamp(2rem,6vw,6rem)));margin-inline:auto}body[data-current-path]:not([data-current-path="/"]) .layout-position-item>:is(.wb-media-text,.wb-contact-card,.contact-card,.forms-runtime,.wb-form-runtime){width:min(var(--dug-width-narrow),calc(100% - clamp(2rem,6vw,6rem)));margin-inline:auto}body[data-current-path] :is(.wb-media-text__media,.wb-hero-banner__aside) img{max-width:100%}body[data-current-path]:not([data-current-path="/"]) .wb-media-text{grid-template-columns:minmax(0,.95fr) minmax(280px,460px)}body[data-current-path]:not([data-current-path="/"]) .wb-media-text__media{max-width:520px;justify-self:end;aspect-ratio:4/3}.wb-feature-grid__icon,.wb-feature-list__icon{display:inline-flex;width:2.8rem;height:2.8rem;border-radius:999px;align-items:center;justify-content:center;overflow:hidden;color:transparent;font-size:0;background:radial-gradient(circle at 35% 25%,rgba(255,255,255,.3),rgba(255,36,48,.18) 45%,rgba(224,2,10,.38));border:1px solid rgba(255,255,255,.14);box-shadow:inset 0 1px 0 rgba(255,255,255,.1),0 10px 24px rgba(0,0,0,.22)}.wb-feature-grid__icon::before,.wb-feature-list__icon::before{content:"";width:.72rem;height:.72rem;border-radius:999px;background:#fff3ea;box-shadow:0 0 18px rgba(255,255,255,.42),0 0 28px rgba(255,36,48,.38)}.dug-booking-choice,.dug-bridge-block,.dug-community-note,.dug-contact-actions,.dug-live-sections,.dug-press-copy-blocks{width:min(var(--dug-width-standard),calc(100% - clamp(2rem,6vw,6rem)));margin:clamp(1.25rem,2.6vw,2.5rem) auto;border:1px solid rgba(255,255,255,.12);border-radius:28px;padding:clamp(1.35rem,3vw,2.4rem);background:radial-gradient(circle at 84% 12%,rgba(224,2,10,.2),transparent 34%),linear-gradient(145deg,rgba(13,2,6,.94),rgba(36,0,8,.76));box-shadow:0 26px 86px rgba(0,0,0,.32),inset 0 1px 0 rgba(255,255,255,.06)}.dug-bridge-block,.dug-community-note{width:min(var(--dug-width-narrow),calc(100% - clamp(2rem,6vw,6rem)))}.dug-copy-grid,.dug-live-sections{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}.dug-copy-grid article,.dug-live-sections section{border:1px solid rgba(255,255,255,.1);border-radius:20px;padding:1.1rem;background:rgba(255,255,255,.045)}.dug-press-copy-blocks .dug-copy-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.dug-booking-choice .dug-action-grid,.dug-contact-actions .dug-action-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.dug-booking-choice .dug-action-grid{grid-template-columns:repeat(2,minmax(0,1fr))}body[data-current-path="/"] .layout-content:first-of-type .wb-hero-banner h1,body[data-current-path="/"] .layout-content:first-of-type .wb-hero-banner h2{font-size:clamp(2.55rem, 6.5vw, 6.4rem)}body[data-current-path="/"] .layout-content:first-of-type .wb-hero-banner__shell{min-height:clamp(560px,72vh,760px)}body[data-current-path="/"] .layout-content:first-of-type .wb-hero-banner__aside{min-height:clamp(280px,44vh,520px)}@media (min-width:1800px){body[data-current-path="/"] .layout-content:first-of-type .wb-hero-banner__shell,body[data-current-path]:not([data-current-path="/"]) .layout-position-item>.wb-block.wb-hero-banner{width:min(var(--dug-width-wide),calc(100% - 8rem))}}@media (max-width:1120px){.dug-contact-actions .dug-action-grid,.dug-live-sections,.dug-press-copy-blocks .dug-copy-grid{grid-template-columns:1fr}}@media (max-width:860px){body[data-current-path]:not([data-current-path="/"]) .wb-media-text{grid-template-columns:1fr}body[data-current-path]:not([data-current-path="/"]) .wb-media-text__media{max-width:none;justify-self:stretch}.dug-booking-choice .dug-action-grid{grid-template-columns:1fr}}body[data-current-path="/booking"] .wb-feature-list{background:0 0;border-color:transparent;box-shadow:none;padding:0}body[data-current-path="/booking"] .wb-feature-list>.wb-block__header{width:min(var(--dug-width-narrow),100%);margin:0 auto 1rem}body[data-current-path="/booking"] .wb-feature-list__items{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem}body[data-current-path="/booking"] .wb-feature-list__item{min-height:190px;border:1px solid rgba(255,255,255,.08);border-radius:22px;padding:1.15rem;background:radial-gradient(circle at 84% 12%,rgba(224,2,10,.16),transparent 34%),linear-gradient(145deg,rgba(255,255,255,.065),rgba(255,255,255,.025));box-shadow:0 18px 54px rgba(0,0,0,.22),inset 0 1px 0 rgba(255,255,255,.045)}body[data-current-path="/booking"] .wb-feature-list__item h3{font-size:clamp(1.15rem, 1.6vw, 1.55rem);margin-top:.65rem}body[data-current-path="/epk"] .dug-epk-quick-actions{margin-bottom:clamp(2.75rem,6vw,5rem)}body[data-current-path="/epk"] .layout-position-item>.wb-media-text{margin-top:clamp(1rem,2.5vw,2rem)}body[data-current-path="/kontakt"] .wb-contact-card--profile{grid-template-columns:minmax(180px,280px) minmax(0,1fr);align-items:center;gap:clamp(1rem,3vw,2rem)}body[data-current-path="/kontakt"] .wb-contact-card__avatar{width:min(100%,260px);justify-self:center;aspect-ratio:4/5;border-radius:24px;overflow:hidden;background:linear-gradient(145deg,rgba(224,2,10,.2),rgba(0,0,0,.5))}body[data-current-path="/kontakt"] .wb-contact-card__avatar img{width:100%;height:100%;object-fit:cover;object-position:center 20%}body[data-current-path="/community"] .dug-community-note{border-color:rgba(255,255,255,.08);background:radial-gradient(circle at 12% 10%,rgba(255,221,150,.12),transparent 30%),linear-gradient(145deg,rgba(13,2,6,.95),rgba(28,0,6,.78))}@media (max-width:1120px){body[data-current-path="/booking"] .wb-feature-list__items{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:720px){body[data-current-path="/booking"] .wb-feature-list__items,body[data-current-path="/kontakt"] .wb-contact-card--profile{grid-template-columns:1fr}}.site-nav__link[href="/booking"]{background:rgba(255,255,255,.075);color:var(--navbar-text);border:1px solid rgba(255,255,255,.16);box-shadow:none;font-weight:850}.site-nav__link[href="/booking"]::after{content:""}.site-nav__link[href="/booking"].is-active,.site-nav__link[href="/booking"]:focus-visible,.site-nav__link[href="/booking"]:hover{background:linear-gradient(135deg,rgba(224,2,10,.92),rgba(126,0,8,.92));color:#fff;border-color:rgba(255,255,255,.24);box-shadow:0 12px 26px rgba(224,2,10,.18)}.dug-page-kicker{max-width:880px;margin:0 auto clamp(1.2rem,3vw,2rem);text-align:center}.dug-page-kicker h1{margin:.25rem 0 .5rem;font-size:clamp(2.4rem, 7vw, 5.4rem)}.dug-events-page{padding:clamp(2rem,5vw,4.5rem) 0}.dug-events-grid{display:grid;gap:clamp(1rem,2vw,1.4rem)}.dug-events-section{display:grid;gap:clamp(1rem,2vw,1.35rem)}.dug-events-section__head{max-width:1040px;margin-inline:auto}.dug-events-section__head h2{margin:0 0 .35rem;font-size:clamp(1.6rem, 3vw, 2.55rem)}.dug-events-section__head p{margin:0;color:rgba(255,244,238,.72)}.dug-event-card{display:grid;grid-template-columns:minmax(92px,130px) minmax(0,1fr);gap:clamp(1rem,3vw,2rem);align-items:stretch;overflow:hidden;border-color:rgba(255,255,255,.16);background:radial-gradient(circle at 12% 20%,rgba(224,2,10,.2),transparent 34%),linear-gradient(135deg,rgba(255,255,255,.08),rgba(255,255,255,.035))}.dug-event-card__date{display:grid;align-content:center;justify-items:center;min-height:150px;border-radius:1.25rem;background:linear-gradient(160deg,rgba(224,2,10,.95),rgba(46,0,6,.95));color:#fff;box-shadow:inset 0 1px 0 rgba(255,255,255,.2),0 18px 40px rgba(0,0,0,.24);text-align:center}.dug-event-card__date span{font-family:var(--font-display),var(--font-body),sans-serif;font-size:clamp(2rem, 6vw, 3.4rem);line-height:.95}.dug-event-card__date small{margin-top:.45rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase;opacity:.86}.dug-event-card__body{display:grid;align-content:center;gap:.65rem}.dug-event-card h2,.dug-event-detail h1,.dug-featured-event h2{margin:0}.dug-event-card h2{font-size:clamp(1.6rem, 3vw, 2.6rem)}.dug-event-card__venue,.dug-event-card__when,.dug-featured-event__meta{margin:0;color:color-mix(in srgb,var(--text) 84%,var(--accent));font-weight:850}.dug-event-card__when{color:#fff;font-size:clamp(.95rem, 2vw, 1.05rem);letter-spacing:.01em}.dug-event-card--past{opacity:.78;filter:saturate(.76)}.dug-event-card--past .dug-event-card__date{background:linear-gradient(180deg,rgba(255,255,255,.14),rgba(35,18,21,.88)),radial-gradient(circle at 50% 0,rgba(255,255,255,.18),transparent 58%)}.composition-events-list--featured{padding-top:clamp(1rem,3vw,2.4rem);padding-bottom:clamp(1rem,3vw,2.4rem)}.dug-featured-event{max-width:min(1120px,calc(100vw - 2rem));margin:0 auto;padding:clamp(1.35rem,3vw,2.4rem);border:1px solid rgba(255,255,255,.16);background:radial-gradient(circle at 92% 12%,rgba(224,2,10,.24),transparent 30%),linear-gradient(135deg,rgba(255,255,255,.09),rgba(255,255,255,.035))}.dug-featured-event__grid{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:1.2rem}.dug-event-detail{max-width:min(980px,calc(100vw - 2rem));margin:0 auto;padding:clamp(1.5rem,4vw,3rem);background:radial-gradient(circle at 10% 10%,rgba(224,2,10,.2),transparent 32%),linear-gradient(135deg,rgba(255,255,255,.095),rgba(255,255,255,.035))}.dug-event-detail h1{font-size:clamp(2.4rem, 6vw, 5rem)}.dug-event-detail__lead{max-width:760px;margin:.2rem 0 0;font-size:clamp(1.12rem, 2vw, 1.35rem);color:color-mix(in srgb,var(--text) 86%,transparent)}.dug-event-detail__facts{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;margin:clamp(1rem,3vw,1.8rem) 0}.dug-event-detail__facts>div{padding:1rem;border:1px solid rgba(255,255,255,.13);border-radius:1.1rem;background:rgba(0,0,0,.18)}.dug-event-detail__facts small,.dug-event-detail__facts span{display:block;color:color-mix(in srgb,var(--text) 68%,transparent)}.dug-event-detail__facts strong{display:block;margin:.25rem 0;font-size:1.08rem}.dug-event-detail__description{max-width:760px;font-size:1.05rem;line-height:1.72;color:color-mix(in srgb,var(--text) 86%,transparent)}.dug-event-detail__actions{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:1.4rem}@media (max-width:720px){.dug-event-card,.dug-event-detail__facts,.dug-featured-event__grid{grid-template-columns:1fr}.dug-event-card__date{min-height:104px;justify-items:start;padding:1rem;text-align:left}}.site-nav__link[href="/booking"],.site-nav__link[href="/booking"].is-active{background:0 0;color:var(--navbar-text);border:1px solid transparent;box-shadow:none}.site-nav__link[href="/booking"] span::after{content:"";display:block;width:100%;height:2px;margin-top:3px;border-radius:999px;background:linear-gradient(90deg,var(--accent),transparent);opacity:.75}.site-nav__link[href="/booking"].is-active:focus-visible,.site-nav__link[href="/booking"].is-active:hover,.site-nav__link[href="/booking"]:focus-visible,.site-nav__link[href="/booking"]:hover{background:rgba(224,2,10,.12);color:#fff;border-color:rgba(224,2,10,.28);box-shadow:none}body[data-current-path="/events"] .panel--page-title,body[data-current-path^="/events/"] .panel--page-title{display:none}body[data-current-path="/events"]>section.layout-content:first-of-type,body[data-current-path^="/events/"]>section.layout-content:first-of-type{display:none}.dug-events-page{max-width:min(1180px,calc(100vw - 2rem));margin-inline:auto}.dug-events-grid{max-width:1040px;margin-inline:auto}.dug-event-card{grid-template-columns:minmax(96px,120px) minmax(0,1fr);padding:clamp(.85rem,2vw,1.2rem)}.dug-event-card__date small{font-size:.78rem;line-height:1.25}.dug-event-card .pill-btn{justify-self:start}@media (min-width:960px){.dug-event-card__body{grid-template-columns:minmax(0,1fr) auto;align-items:end}.dug-event-card__body>.dug-event-card__venue,.dug-event-card__body>.dug-event-card__when,.dug-event-card__body>.eyebrow,.dug-event-card__body>.muted,.dug-event-card__body>h2{grid-column:1}.dug-event-card__body>.pill-btn{grid-column:2;grid-row:1/span 4;align-self:center}}.dug-event-card{gap:clamp(1.35rem,4vw,2.8rem)}.dug-event-card__body{min-width:0;padding-left:clamp(.35rem,1.4vw,1rem)}@media (max-width:720px){.dug-event-card__body{padding-left:0}}.dug-footer.footer{max-width:none;width:100%;margin:clamp(2rem,5vw,4rem) 0 0;padding:clamp(2rem,5vw,4rem) max(1rem,calc((100vw - 1240px)/ 2)) clamp(1.2rem,3vw,2rem);border-top:1px solid rgba(255,255,255,.14);background:radial-gradient(circle at 8% 16%,rgba(224,2,10,.18),transparent 30%),linear-gradient(180deg,rgba(22,4,7,.74),rgba(3,3,3,.96));color:color-mix(in srgb,var(--text) 86%,transparent)}.dug-footer__inner{display:grid;grid-template-columns:minmax(220px,1.15fr) minmax(0,1.4fr) auto;gap:clamp(1.4rem,4vw,3.5rem);align-items:center}.dug-footer__brand{display:grid;gap:.85rem}.dug-footer__logo{display:inline-flex;width:min(220px,70vw);text-decoration:none}.dug-footer__logo img{display:block;width:100%;height:auto;filter:drop-shadow(0 18px 35px rgba(0,0,0,.34))}.dug-footer__logo span{font-family:var(--font-display),var(--font-body),sans-serif;font-size:clamp(2rem, 5vw, 3.6rem);color:#fff}.dug-footer__brand p{max-width:440px;margin:0;line-height:1.55}.dug-footer__nav{display:flex;flex-wrap:wrap;gap:.6rem .85rem;justify-content:center}.dug-footer__nav a{color:color-mix(in srgb,var(--text) 78%,transparent);text-decoration:none;font-weight:800;letter-spacing:.01em;padding:.42rem .58rem;border-radius:999px;border:1px solid transparent}.dug-footer__nav a:focus-visible,.dug-footer__nav a:hover{color:#fff;border-color:rgba(224,2,10,.34);background:rgba(224,2,10,.12)}.dug-footer__social{display:flex;gap:.65rem;justify-content:flex-end}.dug-footer__social a{display:grid;place-items:center;width:42px;height:42px;border:1px solid rgba(255,255,255,.18);border-radius:999px;color:#fff;text-decoration:none;background:rgba(255,255,255,.07);font-weight:900;font-size:1.15rem}.dug-footer__social a:focus-visible,.dug-footer__social a:hover{background:var(--accent);border-color:rgba(255,255,255,.32);transform:translateY(-1px)}.dug-footer__bottom{display:flex;flex-wrap:wrap;justify-content:space-between;gap:.7rem 1rem;margin-top:clamp(1.4rem,4vw,2.5rem);padding-top:1rem;border-top:1px solid rgba(255,255,255,.1);font-size:.92rem;color:color-mix(in srgb,var(--text) 60%,transparent)}@media (max-width:860px){.dug-footer__inner{grid-template-columns:1fr;text-align:center}.dug-footer__brand,.dug-footer__logo{justify-items:center;margin-inline:auto}.dug-footer__social{justify-content:center}.dug-footer__bottom{justify-content:center;text-align:center}}.dug-footer.footer{margin-top:clamp(1.2rem,3vw,2.4rem);padding-top:clamp(1.45rem,3.4vw,2.6rem);padding-bottom:clamp(1rem,2.4vw,1.6rem);background:radial-gradient(circle at 12% 0,rgba(224,2,10,.16),transparent 26%),linear-gradient(180deg,rgba(18,3,7,.84),rgba(3,3,3,.98))}.dug-footer__inner{align-items:end}.dug-footer__nav a{font-size:.98rem;color:color-mix(in srgb,var(--text) 86%,transparent);background:rgba(255,255,255,.035)}.dug-footer__social{align-self:center}.dug-footer__bottom{margin-top:clamp(1rem,2.5vw,1.7rem);color:color-mix(in srgb,var(--text) 72%,transparent)}.dug-conversion-flow{position:relative;overflow:hidden}.dug-conversion-flow::before{content:"";position:absolute;inset:0;pointer-events:none;background:linear-gradient(90deg,rgba(255,255,255,.06),transparent 24%,transparent 76%,rgba(224,2,10,.08)),radial-gradient(circle at 8% 10%,rgba(255,238,190,.13),transparent 26%);opacity:.9}.dug-conversion-flow>*{position:relative}.dug-conversion-flow>p:not(.wb-eyebrow){max-width:780px;color:rgba(255,246,238,.78);font-size:clamp(1rem, 1.5vw, 1.14rem)}.dug-action-grid--triad{grid-template-columns:repeat(3,minmax(0,1fr))!important}.dug-action-grid--quad{grid-template-columns:repeat(4,minmax(0,1fr))!important}.dug-action.dug-action--primary{border-color:rgba(255,255,255,.22);background:radial-gradient(circle at 18% 12%,rgba(255,255,255,.18),transparent 30%),linear-gradient(145deg,rgba(224,2,10,.92),rgba(82,0,8,.82));box-shadow:0 20px 54px rgba(224,2,10,.18),inset 0 1px 0 rgba(255,255,255,.13)}body[data-current-path="/booking"] .dug-booking-choice{margin-top:clamp(.25rem,1vw,.8rem)}body[data-current-path="/booking"] .forms-runtime,body[data-current-path="/booking"] .wb-form-runtime,body[data-current-path="/booking"] [data-forms-runtime]{scroll-margin-top:120px}body[data-current-path="/kontakt"] .dug-contact-actions{margin-top:clamp(.75rem,2vw,1.5rem)}body[data-current-path="/epk"] .dug-epk-download.dug-conversion-flow--compact{width:min(var(--dug-width-narrow),calc(100% - clamp(2rem,6vw,6rem)));text-align:left}body[data-current-path="/epk"] .dug-epk-download.dug-conversion-flow--compact p:last-child{margin-top:clamp(1.15rem,2.4vw,1.8rem)}body[data-current-path="/epk"] .layout-position-item>.wb-cta-block{width:min(var(--dug-width-standard),calc(100% - clamp(2rem,6vw,6rem)));margin-inline:auto}@media (max-width:1120px){.dug-action-grid--quad,.dug-action-grid--triad{grid-template-columns:1fr!important}}body[data-current-path="/booking"]>section.layout-content:not(:has(*)),body[data-current-path="/epk"]>section.layout-content:not(:has(*)),body[data-current-path="/kontakt"]>section.layout-content:not(:has(*)),body[data-current-path^="/team/"]>section.layout-content:first-of-type,body[data-current-path^="/team/"]>section.layout-content:not(:has(*)){display:none}body[data-current-path^="/team/"] main.layout-content{padding-bottom:clamp(1.25rem,3vw,2rem)}body[data-current-path^="/team/"] .dug-footer.footer{margin-top:.75rem}@media (max-width:720px){body[data-current-path="/epk"] .wb-hero-banner__aside{min-height:220px;background:linear-gradient(150deg,rgba(224,2,10,.22),rgba(0,0,0,.52))}body[data-current-path="/epk"] .wb-hero-banner__aside img{object-position:center 32%;filter:contrast(1.06) saturate(.98) brightness(1.08)}}.dug-member-detail{width:min(var(--dug-width-wide),calc(100% - clamp(2rem,6vw,6rem)));margin:0 auto clamp(3rem,7vw,6rem);display:grid;gap:clamp(1.5rem,4vw,3rem)}.dug-member-detail__body,.dug-member-detail__hero{display:grid;grid-template-columns:minmax(0,1.03fr) minmax(320px,.97fr);gap:clamp(1.2rem,3.5vw,3rem);align-items:stretch}.dug-member-detail__copy,.dug-member-detail__text{border:1px solid rgba(255,255,255,.12);border-radius:30px;padding:clamp(1.4rem,3vw,2.6rem);background:radial-gradient(circle at 10% 10%,rgba(255,240,190,.12),transparent 28%),linear-gradient(145deg,rgba(13,2,6,.94),rgba(40,0,8,.78));box-shadow:0 28px 84px rgba(0,0,0,.32),inset 0 1px 0 rgba(255,255,255,.06)}.dug-member-detail h1{margin:.15rem 0 .6rem;font-size:clamp(3rem, 9vw, 7rem);line-height:.92}.dug-member-detail__role{margin:0 0 1rem;color:#fff4e8;font-weight:850;letter-spacing:.03em;text-transform:uppercase}.dug-member-detail__bio,.dug-member-detail__lead{color:rgba(255,246,238,.78);font-size:clamp(1.05rem, 1.6vw, 1.22rem);line-height:1.72}.dug-member-detail__actions{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:clamp(1.2rem,2.5vw,2rem)}.dug-member-detail__gallery figure,.dug-member-detail__portrait,.dug-member-detail__stage{margin:0;overflow:hidden;border-radius:28px;border:1px solid rgba(255,255,255,.12);background:linear-gradient(145deg,rgba(224,2,10,.18),rgba(0,0,0,.58));box-shadow:0 26px 76px rgba(0,0,0,.32)}.dug-member-detail__gallery img,.dug-member-detail__portrait img,.dug-member-detail__stage img{width:100%;height:100%;display:block;object-fit:cover;filter:grayscale(1) contrast(1.08) brightness(.92)}.dug-member-detail__stage{min-height:clamp(420px,54vw,620px)}.dug-member-detail__portrait{min-height:clamp(420px,48vw,560px)}.dug-member-detail__facts{display:grid;gap:.85rem;margin:0 0 1.25rem}.dug-member-detail__facts div{padding:.95rem 0;border-bottom:1px solid rgba(255,255,255,.1)}.dug-member-detail__facts dt{color:var(--accent-color,#e0020a);font-size:.78rem;font-weight:900;text-transform:uppercase;letter-spacing:.12em}.dug-member-detail__facts dd{margin:.25rem 0 0;color:#fff4e8;font-weight:760}.dug-member-detail__gallery{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:clamp(.65rem,1.5vw,1rem)}.dug-member-detail__gallery figure{aspect-ratio:1/1;border-radius:20px}.dug-member-detail__gallery img{filter:grayscale(1) contrast(1.1) brightness(.9);transition:filter .22s ease,transform .22s ease}.dug-member-detail__gallery figure:hover img{filter:grayscale(.18) contrast(1.08) brightness(.98);transform:scale(1.035)}@media (max-width:980px){.dug-member-detail__body,.dug-member-detail__hero{grid-template-columns:1fr}.dug-member-detail__gallery{grid-template-columns:repeat(2,minmax(0,1fr))}}body>section.layout-content:has(.panel--page-title){display:none}body>section.layout-content:not(:has(*)){display:none}.dug-footer__inner{grid-template-columns:minmax(220px,1.15fr) minmax(220px,.7fr) minmax(260px,.95fr)}.dug-footer__nav{justify-content:center;align-content:center}.dug-footer__social{display:grid;grid-template-columns:1fr;gap:.55rem;justify-content:stretch;justify-items:stretch;min-width:min(100%,270px)}.dug-footer__social a{display:flex;align-items:center;justify-content:flex-start;gap:.7rem;width:auto;height:auto;min-height:42px;padding:.58rem .85rem;border-radius:999px;font-size:.92rem;letter-spacing:.025em;text-transform:uppercase;background:rgba(255,255,255,.055)}.dug-footer__social-icon{display:grid;place-items:center;flex:0 0 24px;width:24px;height:24px;border-radius:999px;background:rgba(224,2,10,.22);font-size:.86rem;line-height:1}.dug-footer__social a[aria-label=Instagram] .dug-footer__social-icon{font-size:1rem}.dug-footer__social a[aria-label=YouTube] .dug-footer__social-icon{padding-left:2px;font-size:.74rem}@media (max-width:860px){.dug-footer__inner{grid-template-columns:1fr}.dug-footer__social{width:min(100%,320px);margin-inline:auto}.dug-footer__social a{justify-content:center}}.dug-quiz-app{position:relative;overflow:hidden;max-width:860px;margin-inline:auto;padding:clamp(1.4rem,4vw,2.7rem);border:1px solid rgba(255,36,48,.38);background:radial-gradient(circle at 14% 0,rgba(255,36,48,.24),transparent 34%),radial-gradient(circle at 88% 92%,rgba(255,122,0,.13),transparent 28%),linear-gradient(135deg,rgba(18,3,8,.96),rgba(4,2,3,.98));box-shadow:0 30px 92px rgba(0,0,0,.48),0 0 44px rgba(224,2,10,.13)}.dug-quiz-app::after{content:"100% leiwand";position:absolute;right:clamp(.8rem,3vw,2rem);top:clamp(.8rem,3vw,1.4rem);color:rgba(255,255,255,.08);font-family:var(--font-display),var(--font-body),sans-serif;font-size:clamp(2.6rem, 8vw, 6.4rem);line-height:.85;pointer-events:none;transform:rotate(-3deg)}.dug-quiz-app>div{position:relative;z-index:1}.dug-quiz-app .wb-btn,.dug-quiz-app [role=button],.dug-quiz-app button{cursor:pointer}.dug-quiz-app .wb-btn[aria-disabled=true],.dug-quiz-app button:disabled{cursor:not-allowed}.dug-quiz-app h2{max-width:13ch;margin-bottom:.8rem}.dug-quiz-app [data-quiz-answers]{display:grid;gap:.75rem;margin-top:1.2rem}.dug-quiz-answer.wb-btn{justify-content:flex-start;width:100%;min-height:54px;text-align:left;white-space:normal;line-height:1.25;border-color:rgba(255,255,255,.2);background:rgba(255,255,255,.055)}.dug-quiz-answer.wb-btn:focus-visible,.dug-quiz-answer.wb-btn:hover{border-color:rgba(255,36,48,.65);background:rgba(224,2,10,.18)}.dug-quiz-meter{overflow:hidden;height:14px;margin:1.3rem 0 .8rem;border:1px solid rgba(255,255,255,.18);border-radius:999px;background:rgba(255,255,255,.08)}.dug-quiz-meter span{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,#e0020a,#ff7a00);box-shadow:0 0 24px rgba(255,36,48,.35);transition:width .34s ease}.dug-quiz-actions{display:flex;flex-wrap:wrap;gap:.7rem;margin-top:1.1rem}.dug-quiz-share{display:flex;flex-wrap:wrap;align-items:center;gap:.55rem .75rem;margin-top:.95rem;color:#f0d3c4;font-size:.92rem}.dug-quiz-share span{color:rgba(255,255,255,.68);text-transform:uppercase;letter-spacing:.08em;font-size:.78rem}.dug-quiz-share a{color:#fff;text-decoration:none;border-bottom:1px solid rgba(255,255,255,.26)}.dug-quiz-share a:focus-visible,.dug-quiz-share a:hover{color:#ffd8d8;border-bottom-color:rgba(255,36,48,.8)}body[data-current-path="/community"] .composition-quiz-embed{width:min(1180px,calc(100% - clamp(1.2rem,5vw,5rem)));margin-inline:auto}body[data-current-path="/community"] .composition-quiz-embed .dug-quiz-app{max-width:1040px}@media (max-width:720px){.dug-quiz-app{padding:1.15rem}.dug-quiz-app::after{opacity:.65}.dug-quiz-actions .wb-btn{width:100%;justify-content:center}}body[data-current-path="/community"] .community-hub{width:min(1180px,calc(100% - clamp(1.2rem,5vw,5rem)));margin:clamp(1.2rem,3vw,2.4rem) auto;padding:clamp(1.15rem,3vw,2.2rem);border:1px solid rgba(255,255,255,.11);border-radius:28px;background:radial-gradient(circle at 12% 0,rgba(255,36,48,.18),transparent 30%),linear-gradient(145deg,rgba(10,2,5,.92),rgba(26,0,6,.7));box-shadow:0 26px 90px rgba(0,0,0,.36),inset 0 1px 0 rgba(255,255,255,.055)}body[data-current-path="/community"] .community-hub__header{display:flex;justify-content:space-between;gap:1rem;align-items:end;margin-bottom:clamp(1rem,2.4vw,1.8rem)}body[data-current-path="/community"] .community-hub__header h2{margin:.15rem 0 .35rem}body[data-current-path="/community"] .community-hub__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:clamp(.8rem,2vw,1.15rem)}body[data-current-path="/community"] .community-hub__card{overflow:hidden;padding:0;border-radius:22px;border:1px solid rgba(255,255,255,.11);background:linear-gradient(145deg,rgba(255,255,255,.07),rgba(255,255,255,.025))}body[data-current-path="/community"] .community-hub__image{aspect-ratio:16/10;overflow:hidden;background:rgba(255,255,255,.06)}body[data-current-path="/community"] .community-hub__image img{width:100%;height:100%;object-fit:cover;display:block;filter:saturate(1.12) contrast(1.06)}body[data-current-path="/community"] .community-hub__image img[src$="studio-probe-bier-spritzer-2026-04-29.jpg"]{object-position:center 18%}body[data-current-path="/community"] .community-hub__card>:not(.community-hub__image){margin-left:1rem;margin-right:1rem}body[data-current-path="/community"] .community-hub__card>:last-child{margin-bottom:1rem}body[data-current-path="/community"] .community-hub__byline,body[data-current-path="/community"] .community-hub__meta{color:#ffb5a8;font-size:.82rem;font-weight:800;letter-spacing:.055em;text-transform:uppercase}body[data-current-path="/community"] .community-hub__card h3{margin-top:.35rem}body[data-current-path="/community"] .community-hub__form{width:100%;max-width:100%;margin-top:clamp(1rem,2.4vw,1.6rem);border-radius:22px;border-color:rgba(255,36,48,.24);background:rgba(255,255,255,.045)}body[data-current-path="/community"] .community-hub__form label{display:grid;gap:.42rem;color:#ffd9d2;font-weight:800}body[data-current-path="/community"] .community-hub__form :where(input[type=text],textarea){border-color:rgba(255,255,255,.28);background:rgba(18,3,7,.88);box-shadow:inset 0 1px 0 rgba(255,255,255,.065),0 0 0 1px rgba(255,36,48,.08)}body[data-current-path="/community"] .community-hub__form textarea{min-height:7rem;resize:none}body[data-current-path="/community"] .community-hub__form button,body[data-current-path="/community"] .community-hub__form input[type=button],body[data-current-path="/community"] .community-hub__form input[type=submit]{cursor:pointer}body[data-current-path="/community"] .community-hub__form button:disabled,body[data-current-path="/community"] .community-hub__form input:disabled{cursor:not-allowed}body[data-current-path="/community"] .community-hub__form .btn{cursor:pointer;min-height:46px;padding-inline:1.25rem;border-color:rgba(255,205,66,.6);background:linear-gradient(135deg,#ffe06a,#ff7a18 54%,#e0020a);color:#170003;box-shadow:0 16px 36px rgba(224,2,10,.22)}@media (max-width:920px){body[data-current-path="/community"] .community-hub__grid{grid-template-columns:1fr 1fr}}@media (max-width:640px){body[data-current-path="/community"] .community-hub{width:min(100% - 1rem,1180px);padding:1rem;border-radius:22px}body[data-current-path="/community"] .community-hub__header{display:block}body[data-current-path="/community"] .community-hub__grid{grid-template-columns:1fr}body[data-current-path="/community"] .community-hub__form{padding:1rem;overflow:hidden}body[data-current-path="/community"] .community-hub__form .btn{width:100%;justify-content:center}}.dug-songwish-panel{width:min(1180px,calc(100% - clamp(1.2rem,5vw,5rem)));margin:clamp(1.2rem,3vw,2.4rem) auto;padding:clamp(1.25rem,3vw,2.35rem);border:1px solid rgba(255,36,48,.28);border-radius:28px;background:radial-gradient(circle at 86% 0,rgba(255,122,0,.16),transparent 28%),radial-gradient(circle at 12% 20%,rgba(224,2,10,.2),transparent 32%),linear-gradient(145deg,rgba(15,2,6,.96),rgba(45,0,8,.8));box-shadow:0 28px 90px rgba(0,0,0,.38),inset 0 1px 0 rgba(255,255,255,.06)}.dug-songwish-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:clamp(.8rem,2vw,1rem);margin-top:1.2rem}.dug-songwish-grid article{padding:1rem;border:1px solid rgba(255,255,255,.12);border-radius:20px;background:rgba(255,255,255,.055)}.dug-songwish-grid strong{display:block;font-family:var(--font-display),var(--font-body),sans-serif;font-size:clamp(1.25rem, 2vw, 1.7rem);line-height:.95;color:#fff}.dug-songwish-grid span{display:block;margin-top:.55rem;color:#ffb5a8;font-size:.82rem;font-weight:800;letter-spacing:.055em;text-transform:uppercase}.dug-songwish-grid p{margin-bottom:0}.dug-songwish-cta{display:flex;flex-wrap:wrap;gap:.7rem;margin-top:1.25rem}@media (max-width:760px){.dug-songwish-panel{width:min(100% - 1rem,1180px);padding:1rem;border-radius:22px}.dug-songwish-grid{grid-template-columns:1fr}.dug-songwish-cta .wb-btn{width:100%;justify-content:center}}:root{--dug-card-radius:24px;--dug-card-border:1px solid rgba(255,255,255,.12);--dug-card-bg:linear-gradient(145deg, rgba(18,3,8,.94), rgba(48,0,8,.62))}body[data-current-path="/booking"] .wb-feature-list__item,body[data-current-path="/epk"] .wb-feature-list__item,body[data-current-path^="/events"] .card,body[data-current-path^="/events"] .dug-event-card,body[data-current-path^="/events"] .dug-event-detail,body[data-current-path^="/events"] .dug-event-location,body[data-current-path^="/events"] .dug-event-share,body[data-current-path^="/events"] .wb-block{border-radius:var(--dug-card-radius)!important;border:var(--dug-card-border)!important;background:var(--dug-card-bg)!important}body[data-current-path="/booking"] .wb-feature-list__icon,body[data-current-path="/epk"] .wb-feature-list__icon{display:none!important}body[data-current-path="/booking"] .wb-feature-list__item,body[data-current-path="/epk"] .wb-feature-list__item{min-height:172px;padding:clamp(1rem,2vw,1.35rem)!important}.dug-event-detail__hero{display:flex;justify-content:space-between;gap:1rem;align-items:flex-start}.dug-event-facebook{display:inline-flex;align-items:center;gap:.55rem;flex:0 0 auto;padding:.62rem .85rem;border-radius:999px;border:1px solid rgba(24,119,242,.55);color:#fff;background:linear-gradient(135deg,rgba(24,119,242,.95),rgba(10,63,145,.85));text-decoration:none;font-weight:900;text-transform:uppercase;letter-spacing:.04em;box-shadow:0 16px 38px rgba(24,119,242,.22)}.dug-event-facebook span{display:grid;place-items:center;width:22px;height:22px;border-radius:999px;background:#fff;color:#1877f2;font-family:Arial,sans-serif;font-size:1rem;line-height:1}.dug-event-location,.dug-event-share{margin-top:clamp(1rem,2.6vw,1.8rem);padding:clamp(1rem,2.6vw,1.55rem)}.dug-event-location{display:grid;grid-template-columns:minmax(0,.78fr) minmax(300px,1.22fr);gap:clamp(1rem,2vw,1.4rem);align-items:stretch}.dug-event-location iframe{width:100%;min-height:320px;border:0;border-radius:calc(var(--dug-card-radius) - 6px);filter:saturate(.95) contrast(1.02);background:rgba(255,255,255,.08)}.dug-event-share{display:flex;justify-content:space-between;gap:1rem;align-items:center}.dug-event-location h2,.dug-event-share h2{margin:.1rem 0 .45rem}.dug-event-share__links{display:flex;flex-wrap:wrap;gap:.55rem;justify-content:flex-end}.dug-share-link{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:.62rem .9rem;border:1px solid rgba(255,255,255,.16);border-radius:999px;color:#fff;background:rgba(255,255,255,.07);text-decoration:none;font:inherit;font-weight:900;letter-spacing:.035em;text-transform:uppercase;cursor:pointer}.dug-share-link--wa{background:rgba(37,211,102,.18);border-color:rgba(37,211,102,.42)}.dug-share-link--fb{background:rgba(24,119,242,.2);border-color:rgba(24,119,242,.5)}.dug-share-link--copy{background:rgba(224,2,10,.18);border-color:rgba(255,36,48,.38)}@media (max-width:820px){.dug-event-detail__hero,.dug-event-share{display:block}.dug-event-facebook{margin-top:.9rem}.dug-event-location{grid-template-columns:1fr}.dug-event-share__links{justify-content:stretch;margin-top:.9rem}.dug-share-link{flex:1 1 140px}}.dug-event-map-frame{position:relative;min-height:320px;border-radius:calc(var(--dug-card-radius) - 6px);overflow:hidden;background:radial-gradient(circle at 20% 20%,rgba(255,36,48,.2),transparent 32%),linear-gradient(145deg,rgba(8,8,9,.96),rgba(35,0,7,.86))}.dug-event-location .dug-event-map-frame iframe{position:absolute;inset:0;min-height:100%;border-radius:0}.dug-event-map-fallback{position:absolute;right:.75rem;bottom:.75rem;z-index:2;padding:.5rem .7rem;border-radius:999px;border:1px solid rgba(255,255,255,.22);color:#fff;background:rgba(3,3,3,.72);text-decoration:none;font-size:.82rem;font-weight:900;text-transform:uppercase;letter-spacing:.04em;backdrop-filter:blur(10px)}body[data-current-path] .wb-feature-list__icon{display:none!important}body[data-current-path] .wb-feature-list__item{align-content:start}body[data-current-path="/epk"] .wb-feature-list__items{grid-template-columns:repeat(2,minmax(0,1fr))}body[data-current-path="/epk"] .wb-feature-list__item{min-height:0}@media (max-width:720px){body[data-current-path="/epk"] .wb-feature-list__items{grid-template-columns:1fr}}body[data-current-path="/epk"] .wb-feature-list>.wb-block__header{margin-bottom:clamp(1rem,3vw,1.6rem);padding-bottom:.2rem}body[data-current-path="/epk"] .wb-feature-list__items{gap:clamp(.9rem,2.4vw,1.2rem)}body[data-current-path="/epk"] .wb-feature-list__item h4{margin:0;font-size:clamp(1.2rem, 5vw, 1.55rem);line-height:1.05}body[data-current-path="/epk"] .wb-feature-list__item p{margin:0}body[data-current-path="/events"] .dug-event-card h2,body[data-current-path^="/events/"] .dug-event-detail h1{overflow-wrap:anywhere;hyphens:auto}body[data-current-path="/events"] .dug-event-card h2{font-size:clamp(1.5rem, 8vw, 2.2rem);line-height:1.03}.dug-event-map-frame::before{content:"Google Map";position:absolute;left:1rem;top:1rem;z-index:1;color:rgba(255,255,255,.72);font-weight:900;letter-spacing:.08em;text-transform:uppercase;font-size:.78rem}.dug-event-map-frame{background:linear-gradient(90deg,rgba(255,255,255,.045) 1px,transparent 1px),linear-gradient(0deg,rgba(255,255,255,.04) 1px,transparent 1px),radial-gradient(circle at 58% 48%,rgba(255,36,48,.32),transparent 13%),radial-gradient(circle at 20% 20%,rgba(255,36,48,.2),transparent 32%),linear-gradient(145deg,rgba(8,8,9,.96),rgba(35,0,7,.86));background-size:42px 42px,42px 42px,auto,auto,auto}.dug-event-map-frame::after{content:"";position:absolute;left:50%;top:48%;z-index:1;width:26px;height:26px;border-radius:50% 50% 50% 0;background:var(--accent);border:3px solid #fff;box-shadow:0 0 0 10px rgba(224,2,10,.18),0 18px 38px rgba(0,0,0,.42);transform:translate(-50%,-50%) rotate(-45deg);pointer-events:none}.dug-event-map-frame iframe{opacity:.82;mix-blend-mode:normal}.dug-event-map-fallback{z-index:3}.dug-event-card--link{color:inherit;text-decoration:none;cursor:pointer;transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease,filter .18s ease}.dug-event-card--link:focus-visible,.dug-event-card--link:hover{transform:translateY(-3px);border-color:rgba(255,255,255,.24)!important;box-shadow:0 32px 90px rgba(0,0,0,.42),0 0 44px rgba(255,36,48,.18)!important;filter:saturate(1.04);outline:0}.dug-event-card--link:focus-visible{box-shadow:0 0 0 3px rgba(255,255,255,.24),0 32px 90px rgba(0,0,0,.42),0 0 44px rgba(255,36,48,.2)!important}.dug-event-card--link .pill-btn{pointer-events:none}body[data-current-path="/band"] .wb-feature-grid--cols-4 .wb-feature-grid__item{opacity:1!important;transform:none!important}body[data-current-path="/band"] .wb-feature-grid--cols-4 .wb-feature-grid__item:focus-visible,body[data-current-path="/band"] .wb-feature-grid--cols-4 .wb-feature-grid__item:hover{transform:translateY(-3px)!important}body[data-current-path="/band"] .wb-feature-grid--cols-4 a.wb-feature-grid__item{color:inherit;text-decoration:none;cursor:pointer}body[data-current-path="/band"] .wb-feature-grid--cols-4 a.wb-feature-grid__item:focus-visible{outline:3px solid rgba(255,255,255,.32);outline-offset:4px}body[data-current-path="/band"] .wb-feature-grid--cols-4 .wb-feature-grid__items{align-items:stretch}body[data-current-path="/band"] .wb-feature-grid--cols-4 .wb-feature-grid__item{display:flex;flex-direction:column;min-height:100%}body[data-current-path="/band"] .wb-feature-grid--cols-4 .wb-feature-grid__media{aspect-ratio:4/5!important;background:#080104}body[data-current-path="/band"] .wb-feature-grid--cols-4 .wb-feature-grid__media img{object-position:center 18%;filter:grayscale(.05) saturate(1.02) contrast(1.06) brightness(1.08)}body[data-current-path="/band"] .wb-feature-grid--cols-4 .wb-feature-grid__item[href="/team/claudia-viktorin-pomper"] .wb-feature-grid__media img{object-position:center 12%;filter:grayscale(.03) saturate(1.04) contrast(1.04) brightness(1.14)}body[data-current-path="/band"] .wb-feature-grid--cols-4 .wb-feature-grid__content{display:flex;flex:1;flex-direction:column}body[data-current-path="/band"] .wb-feature-grid--cols-4 .wb-feature-grid__content h3{font-size:clamp(1.35rem, 2.4vw, 1.75rem);line-height:.95;min-height:3em}body[data-current-path="/band"] .wb-feature-grid--cols-4 .wb-feature-grid__content p{flex:1}body[data-current-path="/band"] .wb-feature-grid--cols-4 .wb-feature-grid__link{margin-top:auto}.site-nav__link[href="/booking"],.site-nav__link[href="/booking"].is-active{position:relative;min-height:35px;padding-block:8px;border:0;background:0 0}.site-nav__link[href="/booking"] span::after{position:absolute;left:10px;right:10px;bottom:5px;width:auto;margin-top:0;height:2px;opacity:.72}.site-nav__link[href="/booking"].is-active:focus-visible,.site-nav__link[href="/booking"].is-active:hover,.site-nav__link[href="/booking"]:focus-visible,.site-nav__link[href="/booking"]:hover{border:0;background:rgba(224,2,10,.1);box-shadow:none}body[data-current-path="/"] .composition-events-list--featured{padding-top:clamp(.5rem,1.6vw,1.2rem);padding-bottom:clamp(1.4rem,3vw,2.6rem)}body[data-current-path="/"] .dug-featured-event{position:relative;overflow:hidden;border-color:rgba(255,255,255,.2);box-shadow:0 28px 90px rgba(0,0,0,.34),0 0 46px rgba(224,2,10,.1)}body[data-current-path="/"] .dug-featured-event::before{content:"";position:absolute;inset:0 auto 0 0;width:5px;background:linear-gradient(180deg,var(--accent),rgba(224,2,10,.08))}body[data-current-path="/"] .dug-featured-event h2 a{color:inherit;text-decoration:none}body[data-current-path="/"] .dug-featured-event h2 a:focus-visible,body[data-current-path="/"] .dug-featured-event h2 a:hover{color:#fff;text-shadow:0 0 24px rgba(224,2,10,.38)}body[data-current-path="/"] .dug-featured-event .pill-btn{white-space:nowrap}@media (max-width:720px){body[data-current-path="/"] .dug-featured-event__grid{grid-template-columns:1fr;align-items:stretch}body[data-current-path="/"] .dug-featured-event .pill-btn{justify-content:center;width:100%}}body[data-current-path="/booking"] .dug-booking-choice .dug-action[aria-pressed=true]{border-color:rgba(255,255,255,.45);background:linear-gradient(135deg,rgba(224,2,10,.95),rgba(255,122,0,.28));box-shadow:0 20px 52px rgba(224,2,10,.28)}body[data-current-path="/booking"] .dug-booking-mode-note{margin-top:.9rem;color:#f0d3c4;font-size:.95rem}@media (max-width:720px){.dug-member-detail{width:min(100% - 1.25rem,var(--dug-width-wide));gap:1rem;margin-bottom:2.5rem}.dug-member-detail__copy,.dug-member-detail__text{border-radius:22px;padding:1.15rem}.dug-member-detail h1{font-size:clamp(2.35rem, 14vw, 3.55rem);line-height:.9;overflow-wrap:normal;word-break:normal;hyphens:manual;text-wrap:balance}.dug-member-detail__name--split span{display:block}body[data-current-path="/team/claudia-viktorin-pomper"] .dug-member-detail h1{font-size:clamp(1.85rem, 9.2vw, 2.35rem);overflow-wrap:normal;hyphens:manual}.dug-member-detail__bio,.dug-member-detail__lead{color:rgba(255,246,238,.86)}.dug-member-detail__actions{display:grid;grid-template-columns:1fr;gap:.6rem}.dug-member-detail__actions .wb-btn{width:100%;justify-content:center;text-align:center}.dug-member-detail__portrait,.dug-member-detail__stage{min-height:0;aspect-ratio:4/5}.dug-member-detail__gallery{gap:.6rem}}@media (max-width:720px){body[data-current-path="/team/claudia-viktorin-pomper"] .dug-member-detail__portrait img,body[data-current-path="/team/claudia-viktorin-pomper"] .dug-member-detail__stage img{object-position:56% 28%}}@media (max-width:720px){body[data-current-path="/"] .layout-content:first-of-type .wb-hero-banner__aside{min-height:0!important;aspect-ratio:4/3;max-height:320px}body[data-current-path="/"] .layout-content:first-of-type .wb-media-text__media{min-height:0!important;aspect-ratio:4/3;max-height:300px}body[data-current-path="/"] .layout-content:first-of-type .wb-hero-banner__aside img,body[data-current-path="/"] .layout-content:first-of-type .wb-media-text__media img{width:100%;height:100%;object-fit:cover;object-position:center 32%}}@media (max-width:720px){body[data-current-path="/booking"] .forms-runtime__choice-list{display:grid;grid-template-columns:1fr;gap:.65rem;width:100%}body[data-current-path="/booking"] .forms-runtime__choice{width:100%;min-height:52px;justify-content:flex-start;align-items:flex-start;padding:.85rem .9rem;border-color:rgba(255,36,48,.34);background:linear-gradient(135deg,rgba(255,255,255,.06),rgba(255,255,255,.025));box-shadow:inset 0 1px 0 rgba(255,255,255,.05)}body[data-current-path="/booking"] .forms-runtime__choice input{flex:0 0 auto;margin-top:.18rem}body[data-current-path="/booking"] .forms-runtime__choice span{min-width:0;overflow-wrap:anywhere;hyphens:auto;line-height:1.24}body[data-current-path="/booking"] .forms-runtime__field-head{gap:.35rem}}@media (max-width:720px){.dug-footer.footer{padding-top:1.4rem;margin-top:1.4rem}.dug-footer__inner{gap:1.05rem}.dug-footer__brand{gap:.65rem}.dug-footer__logo{width:min(168px,52vw)}.dug-footer__brand p{max-width:30ch;margin-inline:auto;font-size:.96rem}.dug-footer__nav{gap:.45rem}.dug-footer__nav a{padding:.38rem .54rem;font-size:.9rem}}@media (max-width:720px){.dug-footer__nav a{min-height:42px;display:inline-flex;align-items:center}}body[data-current-path="/"] .layout-content:first-of-type .wb-hero-banner__aside{min-height:0!important;aspect-ratio:4/3;max-height:500px}body[data-current-path="/"] .layout-content:first-of-type .wb-hero-banner__aside img{width:100%;height:100%;object-fit:cover;object-position:center 32%}@media (max-width:860px){body[data-current-path="/"] .layout-content:first-of-type .wb-hero-banner__shell{min-height:auto!important}body[data-current-path="/"] .layout-content:first-of-type .wb-hero-banner{margin-bottom:.75rem}}.dug-event-detail__hero .eyebrow{margin-bottom:.55rem}.dug-event-location__hint{margin-top:.65rem;color:color-mix(in srgb,var(--text) 72%,transparent);font-weight:850}@media (max-width:720px){body[data-current-path="/events"] .dug-event-card{grid-template-columns:1fr;gap:.85rem;padding:1rem!important}body[data-current-path="/events"] .dug-event-card__date{display:flex;align-items:baseline;justify-content:flex-start;gap:.55rem;min-height:0;padding:.72rem .85rem;border-radius:1rem}body[data-current-path="/events"] .dug-event-card__date span{font-size:clamp(1.8rem, 9vw, 2.5rem)}body[data-current-path="/events"] .dug-event-card__date small{margin-top:0;font-size:.78rem}body[data-current-path="/events"] .dug-event-card h2{font-size:clamp(1.55rem, 7vw, 2rem);line-height:1.02}body[data-current-path^="/events/"] .dug-event-detail{margin-bottom:3rem}body[data-current-path^="/events/"] .dug-event-detail h1{font-size:clamp(2.15rem, 12vw, 3.4rem);line-height:.96}.dug-event-detail__actions{display:grid;grid-template-columns:1fr;gap:.6rem}.dug-event-detail__actions .pill-btn,.dug-event-location .pill-btn{width:100%;justify-content:center;text-align:center}.dug-event-location,.dug-event-share{margin-top:1rem;padding:.95rem}.dug-event-location iframe,.dug-event-map-frame{min-height:240px;max-height:260px}.dug-event-share__links{gap:.45rem}.dug-share-link{min-height:38px;padding:.5rem .72rem;font-size:.86rem}}body[data-current-path^="/events/"] .dug-event-detail h1{hyphens:none;overflow-wrap:normal;word-break:normal}@media (max-width:720px){body[data-current-path^="/events/"] .dug-event-detail h1{font-size:clamp(1.9rem, 10vw, 2.85rem);letter-spacing:-.015em}}.site-nav__link[href="/booking"]{min-width:87px;justify-content:center}.site-nav__link[href="/booking"] span::after{content:none!important;display:none!important}.site-nav__link[href="/booking"].is-active span::after,.site-nav__link[href="/booking"]:focus-visible span::after,.site-nav__link[href="/booking"]:hover span::after{content:""!important;display:block!important}body:not([data-current-path="/booking"]) .site-nav__link[href="/booking"]{color:var(--navbar-text);box-shadow:none!important}body[data-current-path="/quiz"] .layout-slot--main>.section{max-width:min(860px,calc(100vw - 2rem));margin-inline:auto}body[data-current-path="/quiz"] .dug-quiz-app{max-width:820px}@media (min-width:900px){.dug-footer__inner{grid-template-columns:minmax(260px,.95fr) minmax(260px,1fr) minmax(260px,.95fr);align-items:start}.dug-footer__nav{justify-content:center}.dug-footer__social{align-self:start;justify-content:flex-end}}@media (max-width:720px){body[data-current-path="/quiz"] .layout-content{padding-bottom:1rem}.dug-footer__nav{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));width:100%;max-width:360px;margin-inline:auto}.dug-footer__nav a{justify-content:center;text-align:center}}@media (max-width:380px){body[data-current-path="/community"] .wb-actions{display:grid;grid-template-columns:1fr}body[data-current-path="/community"] .wb-actions .pill-btn,body[data-current-path="/community"] .wb-actions .wb-btn{width:100%;justify-content:center}}body:not([data-current-path="/booking"]) .site-nav__link[href="/booking"]{font-weight:700!important}@media (max-width:720px){body[data-current-path="/quiz"] .dug-footer.footer{margin-top:.6rem}}body:not([data-current-path="/booking"]) .site-nav__link[href="/booking"],body:not([data-current-path="/booking"]) .site-nav__link[href="/booking"].is-active{color:var(--navbar-text)!important;font-weight:500!important;background:0 0!important;border-color:transparent!important;box-shadow:none!important}body:not([data-current-path="/booking"]) .site-nav__link[href="/booking"] span::after,body:not([data-current-path="/booking"]) .site-nav__link[href="/booking"]::after{content:none!important;display:none!important}body[data-current-path="/kontakt"] .wb-hero-banner.wb-spacing-spacious{align-items:start!important;padding-top:clamp(1.5rem,3.4vw,3rem)!important;padding-bottom:clamp(1.5rem,3.4vw,3rem)!important}body[data-current-path="/kontakt"] .wb-hero-banner__shell{align-items:center;gap:clamp(1rem,2.4vw,1.8rem);margin-top:clamp(1.7rem,2.1vw,2rem)}body[data-current-path="/kontakt"] .wb-hero-banner__aside{max-height:420px;overflow:hidden}body[data-current-path="/epk"] .layout-position-item+.layout-position-item .dug-epk-quick-actions,body[data-current-path="/epk"] .wb-hero-banner+.dug-epk-quick-actions{margin-top:clamp(1rem,2.4vw,1.8rem)}@media (max-width:720px){body[data-current-path="/kontakt"] .wb-hero-banner.wb-spacing-spacious{padding-top:1.2rem!important;padding-bottom:1.2rem!important}body[data-current-path="/kontakt"] .wb-hero-banner__aside{max-height:210px;min-height:0!important;aspect-ratio:16/9}body[data-current-path="/booking"] .wb-hero-banner h1,body[data-current-path="/booking"] .wb-hero-banner h2,body[data-current-path="/epk"] .wb-hero-banner h1,body[data-current-path="/epk"] .wb-hero-banner h2,body[data-current-path="/kontakt"] .wb-hero-banner h1,body[data-current-path="/kontakt"] .wb-hero-banner h2{font-size:clamp(2.25rem, 11vw, 3.5rem)!important;line-height:1.02!important}body[data-current-path="/epk"] .dug-epk-quick-actions{margin-top:1rem}}@media (max-width:720px){.header,.site-header,.topbar{min-height:0}.nav-toggle,.site-nav-toggle,button[aria-label*="Menü"],button[aria-label*=Men]{min-height:38px!important;padding:.42rem .68rem!important;font-size:.78rem!important}body[data-current-path="/"] .layout-content:first-of-type .wb-hero-banner__shell,body[data-current-path="/band"] .wb-hero-banner__shell{gap:.9rem!important}body[data-current-path="/"] .layout-content:first-of-type .wb-hero-banner__aside{min-height:0!important;aspect-ratio:16/8.5;max-height:180px;order:-1;opacity:.92}body[data-current-path="/"] .layout-content:first-of-type .wb-hero-banner{margin-bottom:1rem}body[data-current-path="/band"] .wb-hero-banner.wb-spacing-spacious{padding-top:1.1rem!important;padding-bottom:1.1rem!important}body[data-current-path="/band"] .wb-hero-banner__aside{min-height:0!important;aspect-ratio:16/9;max-height:210px}body[data-current-path="/booking"] .dug-booking-mode,body[data-current-path="/booking"] .dug-booking-mode-selector,body[data-current-path="/booking"] .dug-booking-modes{padding:.95rem!important;gap:.65rem!important}body[data-current-path="/booking"] .dug-booking-choice,body[data-current-path="/booking"] .dug-booking-mode-card,body[data-current-path="/booking"] [class*=booking-mode] .dug-action,body[data-current-path="/booking"] [class*=booking-mode] .dug-community-card{min-height:0!important;padding:.82rem!important}body[data-current-path="/kontakt"] .contact-card__avatar,body[data-current-path="/kontakt"] .wb-contact-card__avatar{max-height:220px;overflow:hidden}}@media (max-width:720px){body[data-current-path="/"] .layout-content:first-of-type .wb-block:not(.wb-hero-banner),body[data-current-path="/"] .layout-content:first-of-type .wb-media-text{min-height:0!important}body[data-current-path="/"] .layout-content:first-of-type .wb-media-text{padding-bottom:1.2rem!important}}body[data-current-path="/"] .layout-content:first-of-type .wb-hero-banner{min-height:min(720px,calc(100vh - 76px))}body[data-current-path="/"] .layout-content:first-of-type .wb-hero-banner__shell{min-height:min(600px,calc(100vh - 132px));grid-template-columns:minmax(0,.7fr) minmax(430px,1.3fr);gap:clamp(1.8rem,4vw,4.8rem);padding:clamp(1.4rem,3.4vw,3.5rem);position:relative}body[data-current-path="/"] .layout-content:first-of-type .wb-hero-banner__content{display:flex;flex-direction:column;align-items:flex-start;gap:clamp(.85rem,1.5vw,1.2rem)}body[data-current-path="/"] .layout-content:first-of-type .wb-hero-banner h1,body[data-current-path="/"] .layout-content:first-of-type .wb-hero-banner h2{max-width:8.2ch;margin:0;font-size:clamp(3rem, 5.35vw, 5.7rem);line-height:.9}body[data-current-path="/"] .layout-content:first-of-type .wb-hero-banner__subtitle{max-width:32ch;margin:0}body[data-current-path="/"] .layout-content:first-of-type .wb-hero-banner .wb-actions{margin-top:.95rem;gap:.75rem}body[data-current-path="/"] .layout-content:first-of-type .wb-hero-banner .wb-actions .wb-btn:first-child{background:linear-gradient(135deg,#ff2733,#b90008);border-color:rgba(255,255,255,.2);color:#fff;box-shadow:0 20px 48px rgba(224,2,10,.42)}body[data-current-path="/"] .dug-home-ticket-banner{position:absolute;top:clamp(1rem,2.4vw,1.55rem);right:clamp(1rem,2.4vw,1.55rem);z-index:4;display:grid;gap:.2rem;width:min(260px,28vw);min-width:214px;padding:.95rem 1.05rem;border:1px solid rgba(255,255,255,.26);border-radius:18px;color:#fff;text-decoration:none;background:radial-gradient(circle at 20% 0,rgba(255,255,255,.26),transparent 38%),linear-gradient(135deg,rgba(255,39,51,.98),rgba(114,0,9,.94));box-shadow:0 22px 54px rgba(224,2,10,.38),inset 0 1px 0 rgba(255,255,255,.16);transform:rotate(1.5deg)}body[data-current-path="/"] .dug-home-ticket-banner small,body[data-current-path="/"] .dug-home-ticket-banner span{font-size:.75rem;font-weight:900;line-height:1.1;letter-spacing:.08em;text-transform:uppercase}body[data-current-path="/"] .dug-home-ticket-banner strong{font-family:var(--font-display),var(--font-body),sans-serif;font-size:clamp(1.55rem, 2.35vw, 2.15rem);line-height:.95}body[data-current-path="/"] .dug-home-ticket-banner small{color:rgba(255,245,238,.82)}body[data-current-path="/"] .dug-home-ticket-banner:is(:hover,:focus-visible){transform:rotate(0) translateY(-2px);border-color:rgba(255,255,255,.46);box-shadow:0 28px 68px rgba(224,2,10,.48),inset 0 1px 0 rgba(255,255,255,.18)}body[data-current-path="/"] .layout-content:first-of-type .wb-hero-banner__aside{min-height:clamp(360px,50vh,560px)}body[data-current-path="/"] .layout-content:first-of-type .wb-hero-banner__aside img{object-position:center center}@media (max-width:860px){body[data-current-path="/"] .layout-content:first-of-type .wb-hero-banner__shell{grid-template-columns:1fr}}@media (max-width:720px){body[data-current-path="/"] .layout-content:first-of-type .wb-hero-banner__shell{padding:1rem!important;gap:.85rem!important}body[data-current-path="/"] .layout-content:first-of-type .wb-hero-banner__aside{max-height:210px}body[data-current-path="/"] .dug-home-ticket-banner{position:static;order:4;width:100%;min-width:0;transform:none}body[data-current-path="/"] .layout-content:first-of-type .wb-hero-banner__aside img{object-position:center 42%}body[data-current-path="/"] .layout-content:first-of-type .wb-hero-banner .wb-btn-secondary{border-color:rgba(255,255,255,.44);color:#fff7ee;background:rgba(255,255,255,.08)}}.dug-member-detail__name--split span{display:block}body[data-current-path="/team/claudia-viktorin-pomper"] .dug-member-detail h1{font-size:clamp(2.75rem, 5.45vw, 5.55rem);max-width:8.6ch;overflow-wrap:normal;word-break:normal;hyphens:manual}body[data-current-path="/team/claudia-viktorin-pomper"] .dug-member-detail__copy{overflow:hidden}@media (min-width:981px){body[data-current-path="/team/claudia-viktorin-pomper"] .dug-member-detail__hero{grid-template-columns:minmax(0,.92fr) minmax(420px,1.08fr)}}body[data-current-path="/epk"] .dug-epk-quick-actions{margin-bottom:clamp(.9rem,2vw,1.6rem)}body[data-current-path="/epk"] .layout-position-item>.wb-media-text{margin-top:0}body[data-current-path="/epk"] .layout-position-item:has(.dug-epk-quick-actions)+.layout-position-item>.wb-media-text{margin-top:clamp(.35rem,1.2vw,.9rem)}body[data-current-path="/epk"] .wb-media-text__content .wb-richtext,body[data-current-path="/epk"] .wb-media-text__content .wb-richtext p{color:rgba(255,246,238,.86)}body[data-current-path="/"] main.layout-content+section.layout-content{padding-top:clamp(.35rem,1vw,.85rem)}body[data-current-path="/"] main.layout-content+section.layout-content .composition-events-list--featured{padding-top:0}body[data-current-path="/band"] .wb-hero-banner__shell{grid-template-columns:minmax(0,.9fr) minmax(430px,1.1fr);gap:clamp(1.2rem,3vw,3rem)}body[data-current-path="/band"] .wb-hero-banner__content h2{max-width:11ch;text-wrap:balance}body[data-current-path="/band"] .wb-hero-banner__aside{aspect-ratio:3/2}body[data-current-path="/band"] .wb-hero-banner__aside img{width:100%;height:100%;object-fit:cover;object-position:50% 42%}body[data-current-path="/band"] .wb-feature-grid--cols-4{margin-top:clamp(.6rem,1.8vw,1.4rem)}body[data-current-path="/band"] .wb-feature-grid--cols-4 .wb-feature-grid__media{aspect-ratio:1/1.12!important;min-height:0}body[data-current-path="/band"] .wb-feature-grid--cols-4 .wb-feature-grid__item[href="/team/marvin-drexler"] .wb-feature-grid__media img{object-position:center 14%}body[data-current-path="/band"] .wb-feature-grid--cols-4 .wb-feature-grid__item[href="/team/daniel-retzl"] .wb-feature-grid__media img{object-position:center 18%}body[data-current-path="/band"] .wb-feature-grid--cols-4 .wb-feature-grid__item[href="/team/sigi-spulak"] .wb-feature-grid__media img{object-position:center 16%}body[data-current-path="/band"] .wb-feature-grid--cols-4 .wb-feature-grid__item[href="/team/claudia-viktorin-pomper"] .wb-feature-grid__media img{object-position:center 15%}@media (max-width:720px){body[data-current-path="/band"] .wb-hero-banner__content h2{max-width:12ch;font-size:clamp(2.55rem, 13vw, 3.8rem)!important;letter-spacing:-.045em;line-height:.88}body[data-current-path="/band"] .wb-hero-banner__shell{grid-template-columns:1fr}body[data-current-path="/band"] .wb-feature-grid--cols-4 .wb-feature-grid__media{aspect-ratio:16/10!important}body[data-current-path="/band"] .wb-feature-grid--cols-4 .wb-feature-grid__content h3{min-height:0}}body[data-current-path="/band"] .wb-hero-banner__aside{background:radial-gradient(circle at 50% 45%,rgba(255,36,48,.16),transparent 42%),#070102}body[data-current-path="/band"] .wb-hero-banner__aside img{object-fit:contain;object-position:center center}@media (max-width:720px){body[data-current-path="/band"] .wb-hero-banner__content h2{max-width:100%;font-size:clamp(2.05rem, 10.4vw, 3.05rem)!important;letter-spacing:-.035em;overflow-wrap:normal}}body[data-current-path="/band"] .wb-hero-banner__aside:has(img[src$="bandshot-dynamic.jpeg"]){aspect-ratio:1/1}body[data-current-path="/band"] .wb-hero-banner__aside img[src$="bandshot-dynamic.jpeg"]{object-fit:contain!important;object-position:center center!important}body[data-current-path="/"] .layout-content:first-of-type .wb-hero-banner{border:0!important;box-shadow:none!important}.dug-member-detail__copy>.wb-eyebrow{display:block;margin-bottom:clamp(.75rem,1.6vw,1.25rem)}.dug-member-detail__copy>.dug-member-detail__name{margin-top:0}body[data-current-path="/band"] .wb-feature-grid--cols-4 .wb-block__header{width:100%!important;max-width:none!important;position:relative;z-index:3;padding:clamp(1rem,2.4vw,1.65rem) clamp(1rem,2.8vw,2rem)!important;border:1px solid rgba(255,255,255,.1)!important;border-radius:24px;background:linear-gradient(90deg,rgba(3,0,1,.88),rgba(3,0,1,.68) 58%,rgba(3,0,1,.86))!important;box-shadow:0 24px 70px rgba(0,0,0,.36),inset 0 1px 0 rgba(255,255,255,.055);backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px)}body[data-current-path="/band"] .wb-feature-grid--cols-4 .wb-block__header p:last-child{max-width:76ch}body[data-current-path="/band"] .wb-media-text img[src$="band-in-a-row.jpeg"]{filter:grayscale(1) contrast(1.16) brightness(.96)!important;object-position:center center!important}body[data-current-path="/band"] .wb-media-text:has(img[src$="band-in-a-row.jpeg"]) .wb-media-text__media{opacity:1!important;transform:none!important;aspect-ratio:1600/604!important;align-self:center;background:#050102}body[data-current-path="/band"] .wb-media-text:has(img[src$="band-in-a-row.jpeg"]) .wb-media-text__media img{object-fit:contain!important}body[data-current-path="/epk"] .wb-hero-banner.wb-spacing-spacious{padding-top:clamp(1.4rem,3vw,2.8rem)!important;padding-bottom:clamp(1.3rem,2.8vw,2.4rem)!important}body[data-current-path="/epk"] .wb-hero-banner__shell{border-color:rgba(255,255,255,.07)!important;box-shadow:0 24px 82px rgba(0,0,0,.34),inset 0 1px 0 rgba(255,255,255,.045)!important}body[data-current-path="/epk"] .wb-actions .wb-btn:first-child,body[data-current-path="/epk"] .wb-btn:first-child{color:#fff!important;font-weight:900;text-shadow:0 1px 0 rgba(0,0,0,.22)}@media (max-width:720px){body[data-current-path="/epk"] .wb-hero-banner.wb-spacing-spacious{padding-top:1.55rem!important;padding-bottom:1rem!important}body[data-current-path="/epk"] .wb-hero-banner h1,body[data-current-path="/epk"] .wb-hero-banner h2{font-size:clamp(1.95rem, 9.4vw, 2.95rem)!important;line-height:1.04!important}body[data-current-path="/epk"] .dug-epk-quick-actions{padding:1rem!important;border-radius:22px}body[data-current-path="/epk"] .dug-action-grid{gap:.6rem;margin-top:.85rem}body[data-current-path="/epk"] .dug-action{min-height:86px;padding:.82rem;border-radius:15px;align-content:center}body[data-current-path="/epk"] .dug-action strong{font-size:clamp(1rem, 5.4vw, 1.32rem)}body[data-current-path="/epk"] .dug-action span{font-size:.84rem;line-height:1.28}}body[data-current-path="/booking"] .dug-booking-choice .dug-action-grid{grid-template-columns:repeat(3,minmax(0,1fr));align-items:stretch}body[data-current-path="/booking"] .dug-booking-choice .dug-action{min-height:148px;align-content:start}body[data-current-path="/booking"] .forms-runtime__steps{gap:.65rem;margin-bottom:1rem}body[data-current-path="/booking"] .forms-runtime__step{min-height:0;padding:.75rem .9rem;border-radius:16px}body[data-current-path="/booking"] .forms-runtime__step small{line-height:1.25}@media (max-width:920px){body[data-current-path="/booking"] .dug-booking-choice .dug-action-grid{grid-template-columns:1fr}body[data-current-path="/booking"] .dug-booking-choice .dug-action{min-height:0}}@media (max-width:720px){body[data-current-path="/booking"] .forms-runtime__steps{grid-template-columns:1fr}body[data-current-path="/booking"] .forms-runtime__step{padding:.68rem .78rem}}body[data-current-path="/kontakt"] .wb-contact-card{width:min(var(--dug-width-standard),calc(100% - clamp(2rem,6vw,6rem)))!important;margin-top:clamp(1.4rem,3vw,2.8rem)!important;margin-bottom:clamp(2.4rem,5vw,4.6rem)!important;border-color:rgba(255,255,255,.1)!important;box-shadow:0 26px 86px rgba(0,0,0,.32),inset 0 1px 0 rgba(255,255,255,.06)}body[data-current-path="/kontakt"] .dug-contact-actions{margin-top:clamp(2.3rem,4.8vw,4.4rem)!important}body[data-current-path="/kontakt"] .wb-contact-card__actions .wb-btn{color:#fff!important;font-weight:900}@media (max-width:720px){body[data-current-path="/kontakt"] .wb-hero-banner h1,body[data-current-path="/kontakt"] .wb-hero-banner h2{font-size:clamp(2.15rem, 10vw, 3.25rem)!important;line-height:1.02!important}body[data-current-path="/kontakt"] .wb-contact-card{margin-bottom:3.2rem!important;padding-bottom:1.35rem!important}body[data-current-path="/kontakt"] .dug-contact-actions{margin-top:3.1rem!important}}@media (max-width:720px){.dug-footer.footer{margin-top:clamp(2.4rem,10vw,4rem);padding-bottom:calc(2rem + env(safe-area-inset-bottom))}.dug-footer__bottom{max-width:320px;margin-inline:auto;line-height:1.48}}@media (min-width:861px){body[data-current-path="/"] .layout-content:first-of-type .wb-hero-banner{min-height:min(660px,calc(100vh - 98px))}body[data-current-path="/"] .layout-content:first-of-type .wb-hero-banner__shell{min-height:min(560px,calc(100vh - 160px))}body[data-current-path="/"] main.layout-content+section.layout-content{margin-top:-.65rem}}@media (max-width:720px){body[data-current-path="/"] .layout-content:first-of-type .wb-hero-banner__aside img{object-position:center 34%}}@media (min-width:1181px){.nav{position:relative}.site-nav--primary{position:absolute;left:50%;transform:translateX(-50%)}.site-nav--primary .site-nav__list{justify-content:center}}@media (min-width:1181px){.site-nav--primary{width:max-content;max-width:calc(100vw - 360px)}.site-nav--primary .site-nav__list{flex-wrap:nowrap;white-space:nowrap}}body[data-current-path="/quiz"] .layout-slot--main>.section.dug-quiz-page{max-width:min(1040px,calc(100vw - 2rem));padding-top:clamp(2.2rem,6vw,5.2rem)}.dug-quiz-page__hero{max-width:820px;margin-inline:auto;text-align:center}.dug-quiz-page__hero h1{margin-bottom:.8rem}.dug-quiz-page__hero>p{max-width:680px;margin:0 auto 1rem;color:rgba(255,255,255,.78);font-size:clamp(1rem, 1.7vw, 1.18rem);line-height:1.65}.dug-quiz-next,.dug-quiz-page__badges,.dug-quiz-start-row{display:flex;flex-wrap:wrap;justify-content:center;gap:.65rem}.dug-quiz-page__badges span,.dug-quiz-start-row span{border:1px solid rgba(255,255,255,.14);border-radius:999px;background:rgba(255,255,255,.055);color:rgba(255,235,225,.82);padding:.46rem .72rem;font-size:.82rem;letter-spacing:.035em;text-transform:uppercase}.dug-quiz-start-row{justify-content:flex-start;align-items:center;margin-top:1.15rem}.dug-quiz-start-row span{max-width:320px;text-transform:none;letter-spacing:0}.dug-quiz-app[data-quiz-state=question]{box-shadow:0 36px 108px rgba(0,0,0,.54),0 0 64px rgba(224,2,10,.18)}.dug-quiz-app[data-quiz-state=question]::after{content:"weiter!";color:rgba(255,255,255,.065)}.dug-quiz-app.is-result-pop{animation:dugQuizResultPop .58s cubic-bezier(.2,.95,.2,1.15)}.dug-quiz-app.is-result-pop::before{content:"";position:absolute;inset:-40%;z-index:0;pointer-events:none;opacity:0;background:radial-gradient(circle at 20% 24%,rgba(255,255,255,.7) 0 2px,transparent 3px),radial-gradient(circle at 78% 30%,rgba(255,122,0,.85) 0 3px,transparent 4px),radial-gradient(circle at 44% 72%,rgba(255,36,48,.85) 0 3px,transparent 4px),radial-gradient(circle at 64% 62%,rgba(255,255,255,.62) 0 2px,transparent 3px);animation:dugQuizSparks .9s ease-out}.dug-quiz-next{max-width:920px;margin:.95rem auto 0}.dug-quiz-next a{flex:1 1 220px;min-width:0;padding:1rem;border:1px solid rgba(255,255,255,.13);border-radius:18px;background:linear-gradient(145deg,rgba(255,255,255,.07),rgba(255,255,255,.025));color:#fff;text-decoration:none;transition:transform .18s ease,border-color .18s ease,background .18s ease}.dug-quiz-next a:focus-visible,.dug-quiz-next a:hover{transform:translateY(-2px);border-color:rgba(255,36,48,.55);background:linear-gradient(145deg,rgba(224,2,10,.2),rgba(255,255,255,.045))}.dug-quiz-next span,.dug-quiz-next strong{display:block}.dug-quiz-next strong{margin-bottom:.28rem;font-family:var(--font-display),var(--font-body),sans-serif;font-size:1.08rem}.dug-quiz-next span{color:rgba(255,235,225,.72);line-height:1.45}@keyframes dugQuizResultPop{0%{transform:scale(.985)}62%{transform:scale(1.012)}100%{transform:scale(1)}}@keyframes dugQuizSparks{0%{opacity:0;transform:scale(.78) rotate(0)}18%{opacity:.8}100%{opacity:0;transform:scale(1.12) rotate(8deg)}}@media (max-width:720px){body[data-current-path="/quiz"] .layout-slot--main>.section.dug-quiz-page{padding-top:1.25rem}.dug-quiz-page__hero{text-align:left}.dug-quiz-next,.dug-quiz-page__badges,.dug-quiz-start-row{justify-content:flex-start}.dug-quiz-next a{flex-basis:100%}}.dug-quiz-archetypes{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.85rem;max-width:920px;margin:.9rem auto 0}.dug-quiz-archetypes article{min-height:150px;padding:1.05rem;border:1px solid rgba(255,255,255,.11);border-radius:20px;background:radial-gradient(circle at 20% 0,rgba(255,36,48,.18),transparent 34%),linear-gradient(160deg,rgba(12,2,5,.84),rgba(34,0,8,.66))}.dug-quiz-archetypes p,.dug-quiz-archetypes span,.dug-quiz-archetypes strong{display:block}.dug-quiz-archetypes span{margin-bottom:.75rem;color:#ff5360;font-size:.74rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.dug-quiz-archetypes strong{margin-bottom:.5rem;font-family:var(--font-display),var(--font-body),sans-serif;color:#fff;font-size:clamp(1.15rem, 2vw, 1.45rem);line-height:1}.dug-quiz-archetypes p{margin:0;color:rgba(255,235,225,.74);line-height:1.5}@media (max-width:780px){.dug-quiz-archetypes{grid-template-columns:1fr}.dug-quiz-archetypes article{min-height:0}}.dug-member-detail__hero{align-items:start}.dug-member-detail__hero .dug-member-detail__copy{min-height:0}.dug-member-detail__hero .dug-member-detail__stage{min-height:clamp(360px,47vw,560px)}@media (min-width:980px){.dug-member-detail__hero .dug-member-detail__copy{margin-top:clamp(.4rem,2vw,1.25rem)}}.dug-member-detail__hero{align-items:stretch}.dug-member-detail__hero .dug-member-detail__copy{display:flex;flex-direction:column;min-height:clamp(360px,47vw,560px);margin-top:0}.dug-member-detail__hero .dug-member-detail__copy::after{content:"live · ohne vorlage";display:block;margin-top:auto;padding-top:clamp(1.2rem,5vw,4rem);color:rgba(255,255,255,.13);font-family:var(--font-display),var(--font-body),sans-serif;font-size:clamp(1.35rem, 3vw, 2.5rem);line-height:.95;letter-spacing:.02em;text-transform:uppercase}@media (max-width:720px){.dug-member-detail__hero .dug-member-detail__copy{min-height:0}.dug-member-detail__hero .dug-member-detail__copy::after{display:none}}.dug-events-aftercard{display:grid;grid-template-columns:minmax(0,1.35fr) auto;gap:clamp(1rem,3vw,2rem);align-items:center;max-width:980px;margin:clamp(1.4rem,3.5vw,2.5rem) auto 0;padding:clamp(1.1rem,3vw,2rem);border:1px solid rgba(255,255,255,.12);border-radius:28px;background:radial-gradient(circle at 100% 0,rgba(255,36,48,.22),transparent 32%),linear-gradient(145deg,rgba(13,2,6,.94),rgba(40,0,8,.76));box-shadow:0 28px 84px rgba(0,0,0,.32),inset 0 1px 0 rgba(255,255,255,.055)}.dug-events-aftercard h2{margin:.2rem 0 .45rem;font-size:clamp(1.55rem, 3vw, 2.35rem)}.dug-events-aftercard p:last-child{margin-bottom:0;color:rgba(255,246,238,.76);line-height:1.62}.dug-events-aftercard__actions{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:.7rem}@media (max-width:760px){.dug-events-aftercard{grid-template-columns:1fr;margin-inline:0;border-radius:22px}.dug-events-aftercard__actions{justify-content:flex-start}.dug-events-aftercard__actions .wb-btn{width:100%;justify-content:center}}.dug-team-dug-teaser{display:grid;grid-template-columns:minmax(0,.9fr) minmax(320px,1.1fr);gap:clamp(1rem,3vw,2rem);width:min(var(--dug-width-standard),calc(100% - clamp(2rem,6vw,6rem)));margin:clamp(1.4rem,3.5vw,2.6rem) auto;padding:clamp(1.2rem,3vw,2.2rem);border:1px solid rgba(255,255,255,.13);border-radius:30px;background:radial-gradient(circle at 100% 0,rgba(255,36,48,.22),transparent 34%),linear-gradient(145deg,rgba(8,1,4,.96),rgba(42,0,10,.76));box-shadow:0 30px 96px rgba(0,0,0,.36),inset 0 1px 0 rgba(255,255,255,.055)}.dug-team-dug-teaser h2{margin:.2rem 0 .7rem;font-size:clamp(1.8rem, 4vw, 3.4rem);line-height:.96}.dug-team-dug-teaser p{margin:0;color:rgba(255,246,238,.76);font-size:clamp(1rem, 1.4vw, 1.12rem);line-height:1.68}.dug-team-dug-teaser__cards{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.85rem}.dug-team-dug-teaser__cards article{min-height:190px;padding:1rem;border:1px solid rgba(255,255,255,.12);border-radius:22px;background:linear-gradient(160deg,rgba(255,255,255,.075),rgba(255,255,255,.025))}.dug-team-dug-teaser__cards small,.dug-team-dug-teaser__cards span,.dug-team-dug-teaser__cards strong{display:block}.dug-team-dug-teaser__cards span{margin-bottom:clamp(1.8rem,5vw,4rem);color:rgba(255,36,48,.95);font-weight:900;letter-spacing:.12em}.dug-team-dug-teaser__cards strong{margin-bottom:.45rem;color:#fff;font-family:var(--font-display),var(--font-body),sans-serif;font-size:clamp(1.05rem, 2vw, 1.45rem);line-height:1}.dug-team-dug-teaser__cards small{color:rgba(255,235,225,.7);line-height:1.45}@media (max-width:920px){.dug-team-dug-teaser,.dug-team-dug-teaser__cards{grid-template-columns:1fr}.dug-team-dug-teaser__cards article{min-height:0}.dug-team-dug-teaser__cards span{margin-bottom:.75rem}}body[data-current-path="/"] .dug-featured-event__grid{grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:clamp(1rem,3vw,1.8rem)}body[data-current-path="/"] .dug-featured-event__date{display:grid;place-items:center;width:clamp(92px,10vw,132px);min-height:clamp(96px,10vw,132px);padding:.85rem;border:1px solid rgba(255,255,255,.18);border-radius:22px;color:#fff;text-decoration:none;background:linear-gradient(180deg,rgba(255,36,48,.34),rgba(38,0,8,.92)),radial-gradient(circle at 50% 0,rgba(255,255,255,.22),transparent 55%);box-shadow:inset 0 1px 0 rgba(255,255,255,.1),0 22px 60px rgba(0,0,0,.32)}body[data-current-path="/"] .dug-featured-event__date small,body[data-current-path="/"] .dug-featured-event__date span,body[data-current-path="/"] .dug-featured-event__date strong{display:block;line-height:1}body[data-current-path="/"] .dug-featured-event__date span{font-family:var(--font-display),var(--font-body),sans-serif;font-size:clamp(2.55rem, 5vw, 4.1rem)}body[data-current-path="/"] .dug-featured-event__date strong{margin-top:.15rem;font-weight:900;letter-spacing:.15em;text-transform:uppercase}body[data-current-path="/"] .dug-featured-event__date small{margin-top:.5rem;color:rgba(255,235,225,.76);font-weight:800;letter-spacing:.04em}body[data-current-path="/"] .dug-featured-event__copy{display:grid;gap:.35rem}body[data-current-path="/"] .dug-featured-event__copy>p:last-child{max-width:74ch;margin-top:.25rem;color:rgba(255,238,229,.78)}@media (max-width:720px){body[data-current-path="/"] .dug-featured-event__grid{grid-template-columns:1fr;align-items:stretch}body[data-current-path="/"] .dug-featured-event__date{grid-template-columns:auto auto minmax(0,1fr);justify-content:start;width:100%;min-height:0;padding:.8rem 1rem;gap:.5rem}body[data-current-path="/"] .dug-featured-event__date span{font-size:2rem}body[data-current-path="/"] .dug-featured-event__date small,body[data-current-path="/"] .dug-featured-event__date strong{margin-top:0;align-self:center}}.dug-footer__nav{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.55rem;justify-content:stretch;align-content:center}.dug-footer__nav a{display:flex;align-items:center;justify-content:center;min-height:38px;text-align:center;background:rgba(255,255,255,.038)}.dug-footer__nav a:focus-visible,.dug-footer__nav a:hover{background:rgba(224,2,10,.14)}@media (max-width:860px){.dug-footer__nav{grid-template-columns:repeat(2,minmax(0,1fr));width:min(100%,360px);margin-inline:auto}}.dug-event-next-step{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:clamp(1rem,3vw,1.6rem);margin-top:clamp(1rem,2.4vw,1.6rem);padding:clamp(1rem,2.5vw,1.5rem);border:1px solid rgba(255,255,255,.14);border-radius:22px;background:radial-gradient(circle at 100% 0,rgba(255,36,48,.19),transparent 34%),linear-gradient(135deg,rgba(255,255,255,.06),rgba(255,255,255,.025))}.dug-event-next-step h2{margin:.1rem 0 .35rem;font-size:clamp(1.45rem, 3vw, 2.2rem)}.dug-event-next-step p:not(.eyebrow){max-width:72ch;margin:0;color:rgba(255,238,229,.76)}.dug-event-next-step__actions{display:flex;flex-wrap:wrap;gap:.55rem;justify-content:flex-end}@media (max-width:760px){.dug-event-next-step{grid-template-columns:1fr}.dug-event-next-step__actions{justify-content:stretch}.dug-event-next-step__actions .pill-btn{flex:1 1 100%;justify-content:center}}body[data-current-path="/live"] .wb-media-gallery--mosaic{overflow:hidden}body[data-current-path="/live"] .wb-media-gallery__featured img,body[data-current-path="/live"] .wb-media-gallery__item img{aspect-ratio:16/10;object-fit:contain;background:rgba(0,0,0,.38)}body[data-current-path="/live"] .wb-media-gallery__items{align-items:stretch}@media (max-width:640px){body[data-current-path="/live"] .wb-media-gallery--mosaic{padding:1rem}body[data-current-path="/live"] .wb-media-gallery__featured{margin-bottom:.75rem}body[data-current-path="/live"] .wb-media-gallery__featured img{aspect-ratio:16/9}body[data-current-path="/live"] .wb-media-gallery__items{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.65rem}body[data-current-path="/live"] .wb-media-gallery__item{margin:0}body[data-current-path="/live"] .wb-media-gallery__item img{aspect-ratio:1/1}body[data-current-path="/live"] .wb-media-gallery figcaption{min-height:2.8em;font-size:.76rem;line-height:1.35}}@media (max-width:720px){body[data-current-path="/booking"] .forms-runtime__step-nav{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.5rem}body[data-current-path="/booking"] .forms-runtime__step-nav-item{display:grid;grid-template-columns:auto minmax(0,1fr);align-items:center;column-gap:.55rem;min-height:46px;padding:.62rem .68rem;border-color:rgba(255,36,48,.22);background:rgba(0,0,0,.26)}body[data-current-path="/booking"] .forms-runtime__step-nav-item.is-active{border-color:rgba(255,36,48,.72);background:linear-gradient(135deg,rgba(224,2,10,.42),rgba(0,0,0,.28))}body[data-current-path="/booking"] .forms-runtime__step-nav-item span:last-child{font-size:.8rem;line-height:1.1}body[data-current-path="/booking"] .forms-runtime :is(input,textarea,select){min-height:46px;border-color:rgba(255,255,255,.13);background:rgba(5,3,4,.78)}}body[data-current-path="/events"] .dug-events-grid{max-width:min(1120px,100%);gap:clamp(1rem,2.4vw,1.6rem)}body[data-current-path="/events"] .dug-events-section--past{margin-top:clamp(2.2rem,5.2vw,4.6rem);gap:clamp(1.45rem,3.8vw,2.4rem)}body[data-current-path="/events"] .dug-events-section--past .dug-events-section__head{padding-bottom:.35rem}body[data-current-path="/events"] .dug-event-card{position:relative;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:clamp(1rem,3vw,1.8rem);padding:clamp(1.25rem,3vw,2rem);border-color:rgba(255,255,255,.2);background:radial-gradient(circle at 100% 0,rgba(255,36,48,.24),transparent 32%),radial-gradient(circle at 0 100%,rgba(255,122,0,.12),transparent 28%),linear-gradient(135deg,rgba(42,0,8,.92),rgba(18,3,7,.86));box-shadow:0 28px 90px rgba(0,0,0,.34),0 0 46px rgba(224,2,10,.1)}body[data-current-path="/events"] .dug-event-card::before{content:"";position:absolute;inset:0 auto 0 0;width:5px;background:linear-gradient(180deg,var(--accent),rgba(224,2,10,.08))}body[data-current-path="/events"] .dug-event-card__date{align-content:center;justify-items:center;width:clamp(92px,10vw,132px);min-height:clamp(96px,10vw,132px);padding:.85rem;border:1px solid rgba(255,255,255,.18);border-radius:22px;background:linear-gradient(180deg,rgba(255,36,48,.34),rgba(38,0,8,.92)),radial-gradient(circle at 50% 0,rgba(255,255,255,.22),transparent 55%);box-shadow:inset 0 1px 0 rgba(255,255,255,.1),0 22px 60px rgba(0,0,0,.32)}body[data-current-path="/events"] .dug-event-card__date small,body[data-current-path="/events"] .dug-event-card__date span,body[data-current-path="/events"] .dug-event-card__date strong{display:block;line-height:1}body[data-current-path="/events"] .dug-event-card__date span{font-size:clamp(2.55rem, 5vw, 4.1rem)}body[data-current-path="/events"] .dug-event-card__date strong{margin-top:.15rem;font-weight:900;letter-spacing:.15em;text-transform:uppercase}body[data-current-path="/events"] .dug-event-card__date small{margin-top:.5rem;color:rgba(255,235,225,.76);font-weight:800;letter-spacing:.04em}body[data-current-path="/events"] .dug-event-card--past{border-color:rgba(255,255,255,.13);background:radial-gradient(circle at 100% 0,rgba(255,255,255,.1),transparent 34%),linear-gradient(135deg,rgba(29,16,19,.82),rgba(12,8,10,.76));box-shadow:0 18px 54px rgba(0,0,0,.24)}body[data-current-path="/events"] .dug-event-card--past::before{background:linear-gradient(180deg,rgba(255,255,255,.36),rgba(255,255,255,.05))}body[data-current-path="/events"] .dug-event-card--past .dug-event-card__date{background:linear-gradient(180deg,rgba(255,255,255,.13),rgba(35,18,21,.88)),radial-gradient(circle at 50% 0,rgba(255,255,255,.18),transparent 58%)}@media (min-width:960px){body[data-current-path="/events"] .dug-event-card__body{grid-template-columns:minmax(0,1fr) auto;gap:.35rem clamp(1rem,2.8vw,1.8rem)}body[data-current-path="/events"] .dug-event-card__body>.pill-btn{grid-row:1/span 5}}@media (max-width:720px){body[data-current-path="/events"] .dug-event-card{grid-template-columns:1fr}body[data-current-path="/events"] .dug-event-card__date{grid-template-columns:auto auto minmax(0,1fr);justify-content:start;width:100%;min-height:0;padding:.8rem 1rem;gap:.5rem;text-align:left}body[data-current-path="/events"] .dug-event-card__date span{font-size:2rem}body[data-current-path="/events"] .dug-event-card__date small,body[data-current-path="/events"] .dug-event-card__date strong{margin-top:0;align-self:center}}.community-hub__form{position:relative;border-color:rgba(255,255,255,.18);background:radial-gradient(circle at 100% 0,rgba(224,2,10,.18),transparent 32%),linear-gradient(135deg,rgba(255,255,255,.085),rgba(255,255,255,.032))}.community-hub__form-intro{display:grid;gap:.25rem;padding:.95rem 1rem;border:1px solid rgba(255,255,255,.14);border-radius:1.1rem;background:rgba(0,0,0,.22)}.community-hub__form-intro span{color:var(--accent);font-size:.76rem;font-weight:900;letter-spacing:.14em;text-transform:uppercase}.community-hub__form-intro strong{font-size:clamp(1.15rem, 2vw, 1.45rem)}.community-hub__form-intro small{color:color-mix(in srgb,var(--text) 72%,transparent);line-height:1.45}.community-hub__form--song_requests{grid-template-columns:minmax(0,1fr)}.community-hub__form--guestbook input,.community-hub__form--guestbook textarea,.community-hub__form--song_requests input,.community-hub__form--song_requests select,.community-hub__form--song_requests textarea{border-color:rgba(255,255,255,.16);background:rgba(5,3,4,.7);box-shadow:inset 0 1px 0 rgba(255,255,255,.05)}.community-hub__form--song_requests select{min-height:3rem;color:var(--text);cursor:pointer}.community-hub__form--song_requests input[name=selected_song]{min-height:clamp(4rem,8vw,5.3rem);border-radius:1.2rem;font-size:clamp(1.35rem, 4vw, 2.35rem);font-weight:900;letter-spacing:-.035em}.dug-songwish-field small{display:block;margin-top:.45rem;color:color-mix(in srgb,var(--text) 62%,transparent);font-size:.82rem}.community-hub__form--song_requests button[type=submit]{width:100%;min-height:3.25rem;border-radius:999px;background:linear-gradient(135deg,#fff,#ffd9d9);color:#160105;box-shadow:0 18px 48px rgba(224,2,10,.24)}.dug-quiz-page__hero{position:relative;overflow:visible}.dug-quiz-stamp{position:absolute;top:clamp(-.8rem,-1vw,-.25rem);right:clamp(.25rem,3vw,2rem);z-index:2;display:grid;place-items:center;width:clamp(6.2rem,12vw,8.8rem);aspect-ratio:1;border:.22rem solid #160105;border-radius:50%;background:#fff;color:#160105;font-family:var(--font-display),var(--font-body),sans-serif;font-size:clamp(.88rem, 1.6vw, 1.12rem);font-weight:950;line-height:1.03;text-align:center;text-transform:uppercase;transform:rotate(9deg);box-shadow:0 22px 60px rgba(0,0,0,.28),0 0 0 .35rem rgba(255,255,255,.18)}.dug-quiz-stamp strong{color:var(--accent);letter-spacing:.06em}.dug-quiz-stamp::before{content:"";position:absolute;inset:.42rem;border:1px dashed rgba(22,1,5,.38);border-radius:inherit}@media (max-width:720px){.community-hub__form--song_requests{grid-template-columns:1fr}.dug-quiz-stamp{position:relative;top:auto;right:auto;margin:0 0 .85rem auto}}@media (min-width:861px){body[data-current-path="/"] .dug-featured-event{max-width:min(1040px,calc(100vw - 2rem))}body[data-current-path="/"] .dug-featured-event__grid{grid-template-columns:minmax(0,1fr) minmax(150px,auto);gap:clamp(1rem,2vw,1.6rem)}}@media (max-width:720px){body[data-current-path="/"] .layout-content:first-of-type .wb-hero-banner__content{order:1}body[data-current-path="/"] .layout-content:first-of-type .wb-hero-banner__aside{order:2;min-height:190px;max-height:195px}body[data-current-path="/"] .layout-content:first-of-type .wb-hero-banner__aside img{filter:brightness(1.06) contrast(1.03) saturate(1.04)}body[data-current-path="/"] .composition-events-list--featured{padding-top:.35rem;padding-bottom:.9rem}body[data-current-path="/"] .dug-featured-event{padding:1rem;border-radius:22px}body[data-current-path="/"] .dug-featured-event::before{width:3px;inset:.85rem auto .85rem .65rem;border-radius:999px}body[data-current-path="/"] .dug-featured-event__meta{line-height:1.45}body[data-current-path="/"] .dug-featured-event h2{font-size:clamp(1.65rem, 8vw, 2.35rem)}body[data-current-path="/community"] .wb-hero-banner.wb-spacing-spacious,body[data-current-path="/quiz"] .layout-slot--main>.section.dug-quiz-page{padding-top:1rem!important}body[data-current-path="/community"] .community-hub,body[data-current-path="/community"] .composition-quiz-embed,body[data-current-path="/community"] .dug-community-modules,body[data-current-path="/community"] .dug-team-dug-teaser{margin-top:1rem;margin-bottom:1rem}}@media (max-width:720px){body[data-current-path^="/events/"] .dug-event-detail h1{overflow-wrap:anywhere;word-break:normal;hyphens:none;font-size:clamp(1.72rem, 8.8vw, 2.55rem);line-height:.98}body[data-current-path="/epk"] .dug-epk-quick-actions .dug-action-grid,body[data-current-path="/epk"] .wb-hero-banner .wb-actions{align-items:stretch}body[data-current-path="/epk"] .wb-hero-banner .wb-actions .wb-btn{width:100%;justify-content:center;text-align:center}body[data-current-path="/epk"] .dug-epk-quick-actions{padding-bottom:1.25rem!important}.dug-member-detail__actions .wb-btn:first-child{color:#fff!important;text-shadow:0 1px 0 rgba(0,0,0,.24)}}body[data-current-path="/events"] .dug-event-card__body{align-items:start}body[data-current-path="/events"] .dug-event-card__body>.muted{color:rgba(255,244,238,.82);line-height:1.62}@media (min-width:960px){body[data-current-path="/events"] .dug-event-card__body>.pill-btn{align-self:end;margin-bottom:.15rem}}@media (max-width:720px){body[data-current-path="/events"] .dug-events-page{padding-inline:max(1rem,env(safe-area-inset-left))}body[data-current-path="/events"] .dug-events-grid{gap:1.05rem}body[data-current-path="/events"] .dug-event-card{gap:.95rem;padding:1.05rem;border-radius:22px}body[data-current-path="/events"] .dug-event-card__body{gap:.5rem}body[data-current-path="/events"] .dug-event-card h2{font-size:clamp(1.45rem, 7.2vw, 2.05rem);line-height:1.02;overflow-wrap:anywhere}body[data-current-path="/events"] .dug-event-card__venue,body[data-current-path="/events"] .dug-event-card__when{line-height:1.35}body[data-current-path="/events"] .dug-event-card__body>.pill-btn{width:100%;justify-content:center;margin-top:.25rem}body[data-current-path="/events"] .dug-events-aftercard{margin-top:.35rem}}body[data-current-path="/quiz"] .dug-quiz-page__hero{max-width:min(760px,100%);padding-inline:clamp(.2rem,1.2vw,.75rem)}body[data-current-path="/quiz"] .dug-quiz-page__hero h1{max-width:11.5ch;margin-inline:auto;line-height:.92}body[data-current-path="/quiz"] .dug-quiz-stamp{top:clamp(.25rem,1.4vw,1.1rem);right:clamp(-.35rem,1.8vw,1.25rem);width:clamp(5.4rem,9vw,7.1rem);font-size:clamp(.78rem, 1.25vw, .98rem)}body[data-current-path="/quiz"] .dug-quiz-page__badges{gap:.55rem}body[data-current-path="/quiz"] .dug-quiz-app{margin-top:clamp(1.2rem,3vw,2.2rem)}body[data-current-path="/quiz"] .dug-quiz-app [data-quiz-question-wrap] h2{max-width:min(24ch,100%)}body[data-current-path="/quiz"] .dug-quiz-app::after{opacity:.62;right:clamp(.45rem,2vw,1.35rem);top:clamp(.45rem,2vw,1.1rem)}body[data-current-path="/quiz"] .dug-quiz-start-row{gap:.8rem 1rem}body[data-current-path="/quiz"] .dug-quiz-start-row span{background:rgba(255,255,255,.04);color:rgba(255,235,225,.72)}body[data-current-path="/quiz"] .dug-quiz-archetypes{gap:clamp(.9rem,2.2vw,1.35rem)}body[data-current-path="/quiz"] .dug-quiz-archetypes p,body[data-current-path="/quiz"] .dug-quiz-next span,body[data-current-path="/quiz"] .dug-quiz-page__hero>p{color:rgba(255,244,238,.82)}@media (max-width:720px){body[data-current-path="/quiz"] .dug-quiz-page__hero h1{max-width:10ch}body[data-current-path="/quiz"] .dug-quiz-stamp{width:clamp(4.9rem,24vw,5.7rem);margin:0 auto .9rem;transform:rotate(5deg)}body[data-current-path="/quiz"] .dug-quiz-page__badges,body[data-current-path="/quiz"] .dug-quiz-start-row{justify-content:center}body[data-current-path="/quiz"] .dug-quiz-page__badges span{flex:1 1 7.5rem;max-width:10.5rem;text-align:center}body[data-current-path="/quiz"] .dug-quiz-app{padding:1.25rem}body[data-current-path="/quiz"] .dug-quiz-app::after{top:auto;right:.8rem;bottom:.75rem;font-size:clamp(2.35rem, 16vw, 4.2rem);opacity:.42}body[data-current-path="/quiz"] .dug-quiz-start-row{margin-top:1.35rem}body[data-current-path="/quiz"] .dug-quiz-start-row .wb-btn{width:100%;justify-content:center}body[data-current-path="/quiz"] .dug-quiz-start-row span{max-width:100%;text-align:center}}body[data-current-path="/community"] .composition-quiz-embed{width:min(1180px,calc(100% - clamp(2rem,7vw,7rem)));margin:clamp(2.4rem,5vw,4.8rem) auto;padding:clamp(1.1rem,2.6vw,2.1rem);border-radius:34px;background:radial-gradient(circle at 12% 0,rgba(255,36,48,.18),transparent 34%),radial-gradient(circle at 88% 12%,rgba(255,122,0,.1),transparent 30%),linear-gradient(145deg,rgba(6,1,3,.62),rgba(34,0,7,.44));box-shadow:0 34px 110px rgba(0,0,0,.34),inset 0 1px 0 rgba(255,255,255,.045)}body[data-current-path="/community"] .composition-quiz-embed .section,body[data-current-path="/community"] .composition-quiz-embed>.section{max-width:none;margin:0;padding:0!important}body[data-current-path="/community"] .composition-quiz-embed>.eyebrow,body[data-current-path="/community"] .composition-quiz-embed>h2{width:min(980px,100%);margin-left:auto;margin-right:auto}body[data-current-path="/community"] .composition-quiz-embed .dug-quiz-app{max-width:min(980px,100%);margin-top:1rem;padding:clamp(1.55rem,3.2vw,2.6rem);border-radius:28px;background:radial-gradient(circle at 18% 0,rgba(255,36,48,.22),transparent 34%),radial-gradient(circle at 92% 88%,rgba(255,122,0,.11),transparent 26%),linear-gradient(135deg,rgba(18,3,8,.92),rgba(5,1,3,.96))}body[data-current-path="/community"] .composition-quiz-embed .dug-quiz-app h2{max-width:18ch}body[data-current-path="/community"] .composition-quiz-embed+.dug-community-note,body[data-current-path="/community"] .dug-community-note{width:min(1040px,calc(100% - clamp(2rem,7vw,7rem)));margin-top:clamp(2rem,4vw,3.8rem);margin-bottom:clamp(2rem,4vw,3.8rem)}@media (min-width:900px){body[data-current-path="/community"] .composition-quiz-embed .dug-quiz-app [data-quiz-answers]{gap:.9rem}}@media (max-width:720px){body[data-current-path="/community"] .composition-quiz-embed{width:min(100% - 1.2rem,680px);margin:1.6rem auto;padding:.85rem;border-radius:24px}body[data-current-path="/community"] .composition-quiz-embed .dug-quiz-app{padding:1.15rem;border-radius:20px}body[data-current-path="/community"] .composition-quiz-embed .dug-quiz-app h2{max-width:14ch}body[data-current-path="/community"] .dug-community-note{width:min(100% - 1.2rem,680px);margin-top:1.6rem;margin-bottom:1.6rem}}.shop-page{--shop-surface:rgba(14, 10, 10, 0.78);--shop-surface-strong:rgba(24, 16, 15, 0.92);--shop-line:rgba(255, 255, 255, 0.14);--shop-glow:rgba(219, 37, 37, 0.28)}.shop-hero{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(360px,0.95fr);gap:clamp(28px,5vw,72px);align-items:center;padding:clamp(28px,5vw,64px);border:1px solid var(--shop-line);border-radius:34px;background:radial-gradient(circle at 15% 20%,rgba(255,255,255,.1),transparent 26%),radial-gradient(circle at 84% 18%,var(--shop-glow),transparent 34%),linear-gradient(135deg,rgba(32,23,21,.94),rgba(8,8,10,.96));box-shadow:0 26px 80px rgba(0,0,0,.34);overflow:hidden}.shop-detail-copy h1,.shop-hero h1{margin:0;max-width:11ch;font-size:clamp(3rem, 9vw, 7.5rem);line-height:.86;letter-spacing:-.07em;text-transform:uppercase}.shop-detail-copy__teaser,.shop-hero .muted{max-width:58ch;color:rgba(255,255,255,.78);font-size:clamp(1.02rem, 1.6vw, 1.22rem)}.shop-detail-actions,.shop-hero__actions,.shop-product-card__actions{display:flex;flex-wrap:wrap;gap:12px;align-items:center}.shop-hero__visual{position:relative;min-height:430px;border-radius:28px;overflow:hidden;border:1px solid rgba(255,255,255,.16);transform:rotate(1.5deg);box-shadow:0 24px 54px rgba(0,0,0,.42)}.shop-detail-media img,.shop-hero__visual img,.shop-product-card__media img{width:100%;height:100%;display:block;object-fit:cover}.shop-hero__visual::after{content:'';position:absolute;inset:0;background:linear-gradient(180deg,transparent 35%,rgba(0,0,0,.62))}.shop-hero__stamp{position:absolute;right:18px;bottom:18px;z-index:1;width:132px;height:132px;display:grid;place-items:center;border-radius:50%;background:#db2525;color:#fff;font-weight:900;line-height:.9;text-align:center;text-transform:uppercase;letter-spacing:-.05em;transform:rotate(-10deg)}.shop-category-pills,.shop-trust-strip{display:flex;flex-wrap:wrap;gap:12px;margin:22px 0}.shop-category-pills a,.shop-trust-strip span{border:1px solid var(--shop-line);border-radius:999px;padding:10px 14px;background:rgba(255,255,255,.07);color:rgba(255,255,255,.82);text-decoration:none}.shop-product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;margin-top:28px}.shop-detail-copy,.shop-detail-media,.shop-empty-card,.shop-offer-card,.shop-product-card{border:1px solid var(--shop-line);border-radius:26px;background:var(--shop-surface);box-shadow:0 18px 50px rgba(0,0,0,.22)}.shop-product-card{overflow:hidden;display:flex;flex-direction:column}.shop-product-card__media{aspect-ratio:4/3.25;min-height:clamp(245px,19vw,318px);max-height:clamp(245px,19vw,318px);display:grid;place-items:center;flex:0 0 auto;overflow:hidden;background:linear-gradient(135deg,rgba(219,37,37,.35),rgba(255,255,255,.07));color:rgba(255,255,255,.42);font-size:3rem;font-weight:900;text-decoration:none}.shop-product-card__body{padding:20px;display:flex;flex-direction:column;gap:12px;flex:1}.shop-product-card h2{margin:0;font-size:clamp(1.28rem, 2vw, 1.75rem);line-height:1.02;letter-spacing:-.035em}.shop-product-card h2 a{color:inherit;text-decoration:none}.shop-product-card__footer{display:flex;gap:14px;align-items:center;justify-content:space-between;margin-top:auto}.shop-product-card__actions form{margin:0}.shop-detail-layout{display:grid;grid-template-columns:minmax(360px,0.9fr) minmax(0,1.1fr);gap:clamp(24px,4vw,56px);align-items:start}.shop-detail-media{overflow:hidden;min-height:560px;position:sticky;top:94px}.shop-detail-media__placeholder{min-height:560px;display:grid;place-items:center;background:linear-gradient(135deg,rgba(219,37,37,.36),rgba(255,255,255,.08));font-size:5rem;font-weight:900;color:rgba(255,255,255,.4)}.shop-detail-copy{padding:clamp(24px,4vw,48px)}.shop-detail-description{margin:24px 0;color:rgba(255,255,255,.78)}.shop-offer-stack{display:grid;gap:12px;margin:26px 0}.shop-offer-card{padding:16px;display:flex;justify-content:space-between;gap:16px;align-items:center;background:var(--shop-surface-strong)}.shop-offer-card span{display:block;color:rgba(255,255,255,.62);margin-top:4px}.shop-offer-card__buy{display:flex;align-items:center;gap:10px}.shop-offer-card__buy input{width:76px}@media (max-width:1100px){.shop-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.shop-hero{grid-template-columns:1fr}.shop-hero__visual{min-height:340px;transform:none}.shop-detail-layout{grid-template-columns:1fr}.shop-detail-media{position:relative;top:auto;min-height:360px}}@media (max-width:680px){.shop-hero{padding:22px;border-radius:24px}.shop-detail-copy h1,.shop-hero h1{font-size:clamp(3rem, 18vw, 5rem)}.shop-hero__visual{min-height:260px}.shop-hero__stamp{width:96px;height:96px;font-size:.86rem}body[data-current-path="/shop"] .shop-product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem}body[data-current-path="/shop"] .shop-product-card{border-radius:18px}body[data-current-path="/shop"] .shop-product-card__media{min-height:118px;max-height:138px;aspect-ratio:1/.92}body[data-current-path="/shop"] .shop-product-card__body{padding:.8rem;gap:.55rem}body[data-current-path="/shop"] .shop-product-card h2{font-size:clamp(.95rem, 4.4vw, 1.12rem);line-height:1.05}body[data-current-path="/shop"] .shop-product-card__body>.muted{display:none}body[data-current-path="/shop"] .shop-product-card__actions,body[data-current-path="/shop"] .shop-product-card__footer{align-items:stretch;flex-direction:column;gap:.5rem}body[data-current-path="/shop"] .shop-product-card__footer>strong{font-size:.95rem}.shop-offer-card,.shop-offer-card__buy{align-items:stretch;flex-direction:column}body[data-current-path^="/shop/category/"] .shop-product-card__footer,body[data-current-path^="/shop/product/"] .shop-product-card__footer{align-items:stretch;flex-direction:column}.shop-detail-actions .btn,.shop-offer-card__buy .btn,.shop-product-card__actions .btn,.shop-product-card__actions button,.shop-product-card__actions form{width:100%}}.shop-page .btn,.shop-page button.btn{cursor:pointer;border-radius:999px;background:linear-gradient(135deg,#e32626,#a90f16);border:1px solid rgba(255,255,255,.16);color:#fff;box-shadow:0 12px 28px rgba(219,37,37,.24)}.shop-page .btn.secondary{background:rgba(255,255,255,.08);color:rgba(255,255,255,.92);box-shadow:none}.shop-page .btn:hover,.shop-page button.btn:hover{filter:brightness(1.08)}.shop-category-pills a,.shop-page [role=button],.shop-page button,.shop-page input[type=button],.shop-page input[type=checkbox],.shop-page input[type=radio],.shop-page input[type=submit],.shop-product-card h2 a{cursor:pointer}.shop-page .btn[aria-disabled=true],.shop-page button:disabled{cursor:not-allowed}@media (max-width:680px){.shop-page .btn,.shop-page button.btn{min-height:46px;display:inline-flex;align-items:center;justify-content:center}}.shop-flow-hero{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:26px;padding:clamp(24px,4vw,42px);border:1px solid var(--shop-line);border-radius:30px;background:radial-gradient(circle at 80% 10%,rgba(219,37,37,.28),transparent 34%),linear-gradient(135deg,rgba(24,16,15,.94),rgba(8,8,10,.96))}.shop-flow-hero h1{margin:0;font-size:clamp(2.5rem, 7vw, 5.6rem);line-height:.88;letter-spacing:-.065em;text-transform:uppercase}.shop-flow-layout{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(330px,0.85fr);gap:clamp(18px,3vw,34px);align-items:start}.shop-flow-main,.shop-flow-sidebar{display:grid;gap:18px}.shop-panel{padding:clamp(18px,3vw,28px);border:1px solid var(--shop-line);border-radius:26px;background:var(--shop-surface);box-shadow:0 18px 50px rgba(0,0,0,.2)}.shop-panel--sticky{position:sticky;top:94px}.shop-panel__header{margin-bottom:18px}.shop-panel__header h2{margin:0;font-size:clamp(1.45rem, 2.5vw, 2rem);line-height:.98;letter-spacing:-.04em;text-transform:uppercase}.shop-cart-list,.shop-mini-lines{display:grid;gap:12px}.shop-cart-item{display:flex;justify-content:space-between;align-items:center;gap:16px;padding:16px;border:1px solid rgba(255,255,255,.12);border-radius:20px;background:rgba(255,255,255,.055)}.shop-cart-item small,.shop-cart-item span,.shop-cart-item strong{display:block}.shop-cart-item small,.shop-cart-item span{color:rgba(255,255,255,.66);margin-top:3px}.shop-cart-item__controls,.shop-cart-item__controls form{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.shop-cart-item__controls input{width:84px}.shop-summary-list{display:grid;gap:10px;margin:0}.shop-mini-lines div,.shop-summary-list div{display:flex;justify-content:space-between;gap:16px;padding-bottom:10px;border-bottom:1px solid rgba(255,255,255,.1)}.shop-summary-list dd,.shop-summary-list dt{margin:0}.shop-mini-lines span,.shop-summary-list dt{color:rgba(255,255,255,.65)}.shop-mini-lines strong,.shop-summary-list dd{color:#fff;font-weight:800;text-align:right}.shop-summary-list__total{border-bottom:0!important;padding-top:6px;font-size:1.15rem}.shop-flow-primary{width:100%;margin:18px 0 12px}.shop-promo-form{display:grid;gap:8px;margin-top:18px}.shop-promo-form>div{display:flex;gap:10px}.shop-check-item,.shop-form-grid input,.shop-form-grid textarea,.shop-promo-form input{border-color:rgba(255,255,255,.14);background:rgba(0,0,0,.26);color:#fff}.shop-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.shop-form-grid__full{grid-column:1/-1}.shop-check-item{cursor:pointer;display:flex;gap:10px;align-items:flex-start;margin-top:14px;padding:14px;border:1px solid rgba(255,255,255,.14);border-radius:16px}.shop-empty-card--compact{padding:clamp(22px,4vw,34px)}.shop-summary-list--large{font-size:1.02rem}.shop-page--downloads,.shop-page--orders{display:grid;gap:clamp(1.25rem,3vw,2rem)}.shop-page--downloads .shop-flow-hero,.shop-page--orders .shop-flow-hero{margin-bottom:0}.shop-page--downloads .shop-flow-hero h1{font-size:clamp(2.7rem, 6vw, 4.9rem);overflow-wrap:anywhere}body[data-current-path="/shop/downloads"]{overflow-x:hidden}body[data-current-path="/shop/orders"]{overflow-x:hidden}.shop-orders-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,320px),1fr));gap:clamp(1rem,2vw,1.35rem)}.shop-order-card{display:grid;gap:1.15rem;padding:clamp(1.1rem,2.4vw,1.55rem);border:1px solid var(--shop-line);border-radius:22px;background:radial-gradient(circle at 90% 0,rgba(219,37,37,.18),transparent 38%),rgba(14,10,10,.78);box-shadow:0 18px 48px rgba(0,0,0,.22)}.shop-order-card__main{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem}.shop-order-card h2{margin:0;overflow-wrap:anywhere;font-size:clamp(1.05rem, 1.7vw, 1.35rem);line-height:1.05;letter-spacing:0;text-transform:none}.shop-order-card .eyebrow{margin-bottom:.45rem}.shop-order-card__total{flex:none;color:#fff;font-size:clamp(1.05rem, 1.8vw, 1.35rem);line-height:1;white-space:nowrap}.shop-order-statuses{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem;margin:0}.shop-order-statuses>div{display:grid;gap:.45rem;min-width:0;padding:.85rem;border:1px solid rgba(255,255,255,.1);border-radius:16px;background:rgba(255,255,255,.055)}.shop-order-statuses dd,.shop-order-statuses dt{margin:0}.shop-order-statuses dt{color:rgba(255,255,255,.62);font-size:.74rem;font-weight:900;letter-spacing:.08em;line-height:1.2;text-transform:uppercase}.shop-status-pill{display:inline-flex;align-items:center;min-height:2rem;max-width:100%;padding:.45rem .7rem;border:1px solid rgba(255,255,255,.16);border-radius:999px;background:rgba(255,255,255,.08);color:#fff;font-size:.85rem;font-weight:900;line-height:1;overflow-wrap:anywhere}.shop-status-pill--fulfilled,.shop-status-pill--paid{border-color:color-mix(in srgb,var(--button-background) 34%,transparent);background:color-mix(in srgb,var(--button-background) 14%,transparent);color:color-mix(in srgb,var(--button-text) 82%,var(--text))}.shop-status-pill--pending,.shop-status-pill--unfulfilled{border-color:rgba(245,158,11,.34);background:rgba(245,158,11,.13);color:#ffe7b7}.shop-status-pill--cancelled,.shop-status-pill--expired,.shop-status-pill--failed{border-color:rgba(248,113,113,.34);background:rgba(248,113,113,.13);color:#ffd4d4}.shop-downloads-list{display:grid;gap:clamp(.9rem,1.8vw,1.2rem)}.shop-download-card{display:flex;align-items:center;justify-content:space-between;gap:clamp(1rem,2vw,1.5rem);min-width:0;padding:clamp(1rem,2.2vw,1.35rem);border:1px solid var(--shop-line);border-radius:22px;background:radial-gradient(circle at 96% 0,rgba(255,39,51,.17),transparent 34%),linear-gradient(135deg,rgba(22,8,10,.88),rgba(8,5,6,.84));box-shadow:0 18px 48px rgba(0,0,0,.22)}.shop-download-card__main{display:flex;align-items:center;gap:1rem;min-width:0}.shop-download-card__icon{flex:none;width:3.1rem;height:3.1rem;display:inline-grid;place-items:center;border:1px solid rgba(255,255,255,.16);border-radius:16px;background:rgba(224,2,10,.18);color:#fff;font-size:.72rem;font-weight:900;letter-spacing:.08em;line-height:1}.shop-download-card__copy{display:grid;gap:.28rem;min-width:0}.shop-download-card__copy strong{color:#fff;font-size:clamp(1rem, 1.6vw, 1.2rem);line-height:1.15;overflow-wrap:anywhere}.shop-download-card__copy small,.shop-download-card__copy span{color:rgba(255,255,255,.66);line-height:1.35}.shop-download-card__copy small{font-size:.9rem}@media (max-width:900px){.shop-flow-hero{align-items:flex-start;flex-direction:column}.shop-flow-layout{grid-template-columns:1fr}.shop-panel--sticky{position:relative;top:auto}}@media (max-width:680px){.shop-flow-hero{border-radius:24px;padding:22px}body[data-current-path="/shop/orders"] .shop-flow-hero{align-items:stretch;flex-direction:column;max-width:100%;overflow:hidden}body[data-current-path="/shop/orders"] .shop-flow-hero>div,body[data-current-path="/shop/orders"] .shop-order-card{min-width:0}.shop-flow-hero h1{font-size:clamp(2.7rem, 16vw, 4.7rem)}body[data-current-path="/shop/orders"] .shop-flow-hero h1{font-size:clamp(2.35rem, 12vw, 3.35rem);letter-spacing:-.045em;overflow-wrap:anywhere}body[data-current-path="/shop/orders"] .shop-hero__actions{align-items:stretch}body[data-current-path="/shop/orders"] .shop-hero__actions .btn{flex:1 1 12rem}.shop-page--downloads .shop-flow-hero h1{font-size:clamp(2.35rem, 11vw, 3.35rem)}.shop-form-grid{grid-template-columns:1fr}.shop-order-card__main,.shop-order-statuses{grid-template-columns:1fr}.shop-order-card__main{display:grid}.shop-cart-item,.shop-cart-item__controls,.shop-cart-item__controls form,.shop-download-card,.shop-promo-form>div{align-items:stretch;flex-direction:column}.shop-cart-item__controls input,.shop-promo-form input{width:100%}.shop-download-card__main{align-items:flex-start}.shop-download-card .btn{width:100%}}.shop-product-card__meta{display:flex;gap:10px;align-items:baseline;justify-content:space-between;margin-top:auto}.shop-product-card__meta strong{color:#fff;font-size:1.05rem}.shop-product-card__meta span{color:rgba(255,255,255,.58);font-size:.82rem;text-transform:uppercase;letter-spacing:.08em}@media (max-width:680px){.shop-product-card__meta{align-items:flex-start;flex-direction:column;gap:3px}}body[data-current-path^="/shop"] .shop-page{width:min(var(--dug-width-standard),calc(100% - clamp(2rem,6vw,6rem)));margin-inline:auto}body[data-current-path="/shop"] .shop-hero{min-height:auto}.shop-product-card__footer>strong{white-space:nowrap}@media (min-width:1101px){.shop-product-card__footer{align-items:flex-start;flex-direction:column}.shop-product-card__actions{width:100%}}.shop-page :is(.btn,button.btn){min-height:46px;display:inline-flex;align-items:center;justify-content:center;gap:.45rem;padding:.78rem 1.15rem;border-radius:999px;font-family:var(--font-body),"Segoe UI",system-ui,sans-serif;font-size:.82rem;font-weight:900;line-height:1;letter-spacing:.075em;text-transform:uppercase;text-decoration:none;border:1px solid rgba(255,255,255,.2);background:linear-gradient(135deg,#ff2733,#b90008);color:#fff;box-shadow:0 16px 36px rgba(224,2,10,.32)}.shop-page :is(.btn.secondary,a.btn.secondary){background:rgba(255,255,255,.08);color:#fff7ee;border-color:rgba(255,255,255,.3);box-shadow:none}.shop-page :is(.btn,button.btn):focus-visible,.shop-page :is(.btn,button.btn):hover{transform:translateY(-1px);filter:none;border-color:rgba(255,255,255,.36);box-shadow:0 18px 40px rgba(224,2,10,.38)}.shop-page :is(.btn.secondary,a.btn.secondary):focus-visible,.shop-page :is(.btn.secondary,a.btn.secondary):hover{background:rgba(255,255,255,.14);box-shadow:0 14px 30px rgba(0,0,0,.22)}.shop-page .eyebrow{margin-bottom:.9rem}.shop-detail-copy>.eyebrow,.shop-flow-hero .eyebrow,.shop-hero .eyebrow{margin-bottom:clamp(.85rem,1.5vw,1.25rem)}.shop-detail-copy h1,.shop-flow-hero h1,.shop-hero h1{padding-top:.03em}:where(.eyebrow,.wb-eyebrow){display:block;line-height:1.22;margin-top:0;margin-bottom:clamp(.7rem,1.2vw,1rem)}:where(.eyebrow,.wb-eyebrow)+:where(h1,h2,h3,h4,h5,h6){margin-top:0;padding-top:.02em}.dug-member-detail__copy>.wb-eyebrow,.shop-detail-copy>.eyebrow,.shop-flow-hero .eyebrow,.shop-hero .eyebrow,body[data-current-path="/"] .layout-content:first-of-type .wb-hero-banner .wb-eyebrow,body[data-current-path="/events"] .dug-events-hero .eyebrow,body[data-current-path^="/events/"] .dug-event-detail__hero .eyebrow{margin-bottom:clamp(.9rem,1.6vw,1.3rem)}@media (max-width:680px){.shop-product-card__media{min-height:285px;max-height:285px}}.shop-detail-copy h1{max-width:100%;font-size:clamp(3rem, 5vw, 4.8rem)}@media (max-width:680px){.shop-detail-copy h1{font-size:clamp(2.8rem, 15vw, 4.4rem)}}.shop-hero__actions{margin-top:clamp(1.25rem,2.2vw,2rem)}.dug-footer.footer{position:relative}.dug-footer__backtop{position:absolute;right:max(1rem,calc((100vw - 1240px)/ 2));bottom:clamp(4.45rem,6.2vw,5.2rem);z-index:2;width:32px;height:32px;display:inline-grid;place-items:center;border-radius:999px;border:1px solid rgba(255,255,255,.18);background:rgba(255,255,255,.055);color:rgba(255,255,255,.88);text-decoration:none;font-size:.88rem;font-weight:900;line-height:1;box-shadow:none;backdrop-filter:blur(10px);transition:transform 180ms ease,border-color 180ms ease,background 180ms ease,color 180ms ease}.dug-footer__backtop:focus-visible,.dug-footer__backtop:hover{transform:translateY(-1px);color:#fff;border-color:rgba(224,2,10,.38);background:rgba(224,2,10,.16)}@media (max-width:860px){.dug-footer__backtop{right:1rem;bottom:4.35rem;width:32px;height:32px}}.dug-quiz-app [data-quiz-intro]>.wb-eyebrow,.dug-quiz-app [data-quiz-question-wrap]>.wb-eyebrow,.dug-quiz-app [data-quiz-result]>.wb-eyebrow,body[data-current-path="/quiz"] .dug-quiz-page__hero>.wb-eyebrow{display:block;margin-bottom:clamp(.8rem,1.6vw,1.15rem);line-height:1.25}.dug-quiz-app [data-quiz-intro]>.wb-eyebrow+h2,.dug-quiz-app [data-quiz-question-wrap]>.wb-eyebrow+h2,.dug-quiz-app [data-quiz-result]>.wb-eyebrow+.dug-quiz-result-poster,body[data-current-path="/quiz"] .dug-quiz-page__hero>.wb-eyebrow+h1{margin-top:0}.dug-quiz-app [data-quiz-question-wrap]{animation:dugQuizQuestionIn .28s ease-out}.dug-quiz-answer.wb-btn{position:relative;overflow:hidden;transform-origin:center left;transition:transform .18s ease,border-color .18s ease,background .18s ease,box-shadow .18s ease}.dug-quiz-answer.wb-btn::after{content:"";position:absolute;inset:0;pointer-events:none;background:linear-gradient(110deg,transparent 0 36%,rgba(255,255,255,.16) 48%,transparent 62%);transform:translateX(-120%);transition:transform .45s ease}.dug-quiz-answer.wb-btn:focus-visible,.dug-quiz-answer.wb-btn:hover{transform:translateX(4px) rotate(-.25deg);box-shadow:0 16px 34px rgba(0,0,0,.24)}.dug-quiz-answer.wb-btn:focus-visible::after,.dug-quiz-answer.wb-btn:hover::after{transform:translateX(120%)}.dug-quiz-result-poster{position:relative;overflow:hidden;aspect-ratio:4/5;max-width:min(360px,100%);margin:.15rem 0 1.25rem;border:1px solid rgba(255,255,255,.16);border-radius:26px;background:linear-gradient(180deg,rgba(20,0,5,.18),rgba(12,0,3,.42)),url('/assets/media/images/draft-fotos/DuG-empty-sign.jpeg') center/cover no-repeat;box-shadow:0 30px 70px rgba(0,0,0,.42),0 0 44px rgba(224,2,10,.16);isolation:isolate}.dug-quiz-result-poster::after{content:"";position:absolute;inset:0;z-index:0;background:radial-gradient(circle at 50% 38%,rgba(255,255,255,.11),transparent 28%);mix-blend-mode:screen;pointer-events:none}.dug-quiz-result-poster__image{position:absolute;inset:0;z-index:3;width:100%;height:100%;object-fit:cover;display:block}.dug-quiz-result-poster.has-share-image{aspect-ratio:1200/630;max-width:min(520px,100%);background:#120308}.dug-quiz-result-poster.has-share-image .dug-quiz-result-poster__content,.dug-quiz-result-poster.has-share-image .dug-quiz-result-poster__cta,.dug-quiz-result-poster.has-share-image::after{display:none}.dug-quiz-result-poster__content{position:absolute;z-index:1;inset:19% 16% 36%;display:grid;align-content:center;justify-items:center;gap:.38rem;text-align:center;color:#fff6ee;text-shadow:0 4px 18px rgba(0,0,0,.72),0 0 22px rgba(224,2,10,.36)}.dug-quiz-result-poster__content::before{content:"";position:absolute;z-index:-1;inset:-.25rem -.45rem -.15rem;border-radius:50%;background:radial-gradient(circle,rgba(0,0,0,.76) 0 58%,rgba(0,0,0,.42) 70%,transparent 78%);filter:blur(.2px)}.dug-quiz-result-poster__content em,.dug-quiz-result-poster__content span{font-style:normal;font-weight:900;text-transform:uppercase;letter-spacing:.12em}.dug-quiz-result-poster__content span{color:#ffd6cc;font-size:.62rem}.dug-quiz-result-poster__content strong{max-width:8.5ch;font-family:var(--font-display),var(--font-body),sans-serif;font-size:clamp(2rem, 7.4vw, 3rem);line-height:.82;text-transform:uppercase;letter-spacing:-.045em}.dug-quiz-result-poster__content em{max-width:20ch;color:rgba(255,242,232,.84);font-size:.56rem;line-height:1.28}.dug-quiz-result-poster__cta{position:absolute;z-index:2;left:50%;bottom:17.8%;width:min(45%,9.8rem);transform:translateX(-50%) rotate(-1.5deg);color:rgba(255,238,226,.92);font-size:clamp(.58rem, 1.45vw, .72rem);font-weight:950;letter-spacing:.12em;line-height:1.05;text-align:center;text-transform:uppercase;text-shadow:0 2px 10px rgba(0,0,0,.86),0 0 12px rgba(224,2,10,.44)}.dug-quiz-app.is-result-pop .dug-quiz-result-poster{animation:dugQuizPosterPop .72s cubic-bezier(.2,.9,.25,1.18)}@keyframes dugQuizQuestionIn{from{opacity:0;transform:translateY(10px) scale(.992)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes dugQuizPosterPop{0%{opacity:0;transform:translateY(16px) rotate(-1.5deg) scale(.96)}70%{opacity:1;transform:translateY(-2px) rotate(.5deg) scale(1.015)}100%{opacity:1;transform:translateY(0) rotate(0) scale(1)}}@media (min-width:760px){.dug-quiz-app [data-quiz-result]:not([hidden]){display:grid;grid-template-columns:minmax(0,1fr);column-gap:clamp(1.4rem,3vw,2.4rem);align-items:center}.dug-quiz-app [data-quiz-result]>.wb-eyebrow{grid-column:1/-1}.dug-quiz-result-poster{grid-row:auto;margin:0 auto 1.25rem}.dug-quiz-result-poster.has-share-image{max-width:min(900px,100%)}}@media (max-width:720px){.dug-quiz-result-poster{margin-inline:auto;border-radius:22px}.dug-quiz-result-poster__content{inset:18.5% 15% 36.5%;gap:.34rem}.dug-quiz-result-poster__content strong{font-size:clamp(1.92rem, 12.8vw, 2.8rem)}.dug-quiz-result-poster__cta{bottom:17.5%;width:50%;font-size:clamp(.52rem, 3vw, .66rem)}}body[data-current-path="/community"] .dug-community-quiz-hero{position:relative;width:min(820px,100%);margin:0 auto clamp(1.1rem,2.6vw,1.8rem);text-align:center}body[data-current-path="/community"] .dug-community-quiz-hero>.wb-eyebrow{margin-bottom:clamp(.95rem,1.7vw,1.25rem)}body[data-current-path="/community"] .dug-community-quiz-hero h2{max-width:11.5ch;margin:0 auto .7rem;line-height:.92}body[data-current-path="/community"] .dug-community-quiz-hero>p:not(.wb-eyebrow){max-width:640px;margin:0 auto;color:rgba(255,244,238,.82);line-height:1.62}body[data-current-path="/community"] .dug-community-quiz-hero .dug-quiz-stamp{top:clamp(.05rem,1vw,.65rem);right:clamp(-.4rem,2vw,1.2rem);width:clamp(5.1rem,8vw,6.8rem);font-size:clamp(.76rem, 1.16vw, .94rem)}body[data-current-path="/community"] .dug-community-quiz-hero__badges{display:flex;flex-wrap:wrap;justify-content:center;gap:.55rem;margin-top:.95rem}body[data-current-path="/community"] .dug-community-quiz-hero__badges span{border:1px solid rgba(255,255,255,.14);border-radius:999px;background:rgba(255,255,255,.055);color:rgba(255,235,225,.82);padding:.42rem .68rem;font-size:.78rem;letter-spacing:.035em;text-transform:uppercase}body[data-current-path="/community"] .composition-quiz-embed .dug-quiz-app{margin-top:0}@media (max-width:720px){body[data-current-path="/community"] .dug-community-quiz-hero{text-align:left;padding-inline:.15rem}body[data-current-path="/community"] .dug-community-quiz-hero h2,body[data-current-path="/community"] .dug-community-quiz-hero>p:not(.wb-eyebrow){margin-left:0;margin-right:0}body[data-current-path="/community"] .dug-community-quiz-hero .dug-quiz-stamp{position:relative;width:clamp(4.9rem,24vw,5.7rem);margin:0 0 .9rem auto;transform:rotate(5deg)}body[data-current-path="/community"] .dug-community-quiz-hero__badges{justify-content:flex-start}body[data-current-path="/community"] .dug-community-quiz-hero__badges span{flex:1 1 7.5rem;text-align:center}}body[data-current-path="/quiz"] .dug-quiz-page__badges span{position:relative;overflow:hidden;box-shadow:inset 0 1px 0 rgba(255,255,255,.1),0 12px 26px rgba(0,0,0,.18)}body[data-current-path="/quiz"] .dug-quiz-page__badges span::after{content:"";position:absolute;inset:0;background:linear-gradient(110deg,transparent 0 35%,rgba(255,255,255,.16) 45%,transparent 58% 100%);transform:translateX(-130%);animation:dug-quiz-badge-sheen 7s ease-in-out infinite}body[data-current-path="/quiz"] .dug-quiz-app [data-quiz-answers]{counter-reset:dug-quiz-answer}body[data-current-path="/quiz"] .dug-quiz-answer.wb-btn{counter-increment:dug-quiz-answer;justify-content:flex-start;text-align:left;position:relative;overflow:hidden;padding-left:clamp(3.15rem,5vw,4.1rem);animation:dug-quiz-answer-in .34s ease both}body[data-current-path="/quiz"] .dug-quiz-answer.wb-btn:nth-child(2){animation-delay:45ms}body[data-current-path="/quiz"] .dug-quiz-answer.wb-btn:nth-child(3){animation-delay:.09s}body[data-current-path="/quiz"] .dug-quiz-answer.wb-btn:nth-child(4){animation-delay:.135s}body[data-current-path="/quiz"] .dug-quiz-answer.wb-btn::before{content:counter(dug-quiz-answer);position:absolute;left:.78rem;top:50%;transform:translateY(-50%);display:grid;place-items:center;width:1.85rem;height:1.85rem;border-radius:999px;background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.18);color:#fff;font-weight:900;box-shadow:inset 0 1px 0 rgba(255,255,255,.12)}body[data-current-path="/quiz"] .dug-quiz-answer.wb-btn:focus-visible::before,body[data-current-path="/quiz"] .dug-quiz-answer.wb-btn:hover::before{background:var(--accent);border-color:rgba(255,255,255,.34)}body[data-current-path="/quiz"] .dug-quiz-meter{box-shadow:inset 0 0 0 1px rgba(255,255,255,.1),0 16px 38px rgba(0,0,0,.24)}body[data-current-path="/quiz"] .dug-quiz-meter span{background:linear-gradient(90deg,#ff3745,#ff9a1f 48%,#fff0b5),repeating-linear-gradient(90deg,rgba(255,255,255,.18) 0 8px,transparent 8px 16px);box-shadow:0 0 24px rgba(255,74,64,.45)}@keyframes dug-quiz-answer-in{from{opacity:0;transform:translateY(10px) scale(.985)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes dug-quiz-badge-sheen{0%,62%{transform:translateX(-130%)}100%,78%{transform:translateX(130%)}}@media (prefers-reduced-motion:reduce){body[data-current-path="/quiz"] .dug-quiz-answer.wb-btn,body[data-current-path="/quiz"] .dug-quiz-page__badges span::after{animation:none}}body[data-current-path="/kontakt"] .wb-hero-banner{min-height:min(48vh,34rem)}body[data-current-path="/kontakt"] .wb-hero-banner__shell{min-height:0}body[data-current-path="/kontakt"] .layout-position--below_main,body[data-current-path="/kontakt"] .layout-slot--below_main{margin-top:clamp(1.2rem,3vw,2.4rem)}@media (max-width:720px){body[data-current-path="/kontakt"] .wb-hero-banner{min-height:0}}body[data-current-path="/band"] .wb-feature-grid__items{align-items:stretch}body[data-current-path="/band"] .wb-feature-grid__item{position:relative;display:grid;grid-template-rows:auto minmax(230px,1fr) auto;min-height:100%;overflow:hidden}body[data-current-path="/band"] .wb-feature-grid__media{height:clamp(230px,22vw,310px);margin:0;border-radius:18px 18px 0 0;overflow:hidden;background:radial-gradient(circle at 50% 18%,rgba(255,255,255,.12),transparent 34%),#050202}body[data-current-path="/band"] .wb-feature-grid__media img{width:100%;height:100%;object-fit:cover;object-position:center top;filter:grayscale(1) contrast(1.08) brightness(.94)}body[data-current-path="/band"] .wb-feature-grid__content{display:grid;grid-template-rows:auto 1fr auto;gap:.85rem;padding-top:1rem}body[data-current-path="/band"] .wb-feature-grid__content h3{min-height:2.15em;display:flex;align-items:flex-start}body[data-current-path="/band"] .wb-feature-grid__content p{margin:0}body[data-current-path="/band"] .wb-feature-grid__link{align-self:end;margin-top:.25rem}@media (max-width:760px){body[data-current-path="/band"] .wb-feature-grid__item{grid-template-rows:auto 260px auto}body[data-current-path="/band"] .wb-feature-grid__media{height:260px}body[data-current-path="/band"] .wb-feature-grid__content h3{min-height:0}}.dug-footer__social-icon svg{width:15px;height:15px;display:block;fill:currentColor}.dug-footer__social a[aria-label=Facebook] .dug-footer__social-icon,.dug-footer__social a[aria-label=Instagram] .dug-footer__social-icon,.dug-footer__social a[aria-label=YouTube] .dug-footer__social-icon{padding-left:0;font-size:inherit}.dug-footer__social a:focus-visible .dug-footer__social-icon,.dug-footer__social a:hover .dug-footer__social-icon{background:rgba(224,2,10,.38);color:#fff}body[data-current-path="/kontakt"] .wb-contact-list{display:grid;gap:.45rem;margin-top:1rem}body[data-current-path="/kontakt"] .wb-contact-list a{display:inline-flex;align-items:center;min-height:44px;padding:.55rem .75rem;border:1px solid rgba(255,255,255,.12);border-radius:999px;background:rgba(255,255,255,.045);text-decoration:none}body[data-current-path="/kontakt"] .wb-contact-list a:focus-visible,body[data-current-path="/kontakt"] .wb-contact-list a:hover{border-color:rgba(255,36,48,.55);background:rgba(224,2,10,.14)}.shop-product-card h2 a,body[data-current-path="/"] .dug-featured-event h2 a{display:inline-flex;align-items:center;min-height:36px}.team-dug{display:grid;gap:clamp(1.25rem,3vw,2.4rem)}.team-dug__hero{position:relative;overflow:hidden;display:grid;gap:1rem;padding:clamp(1.5rem,5vw,3rem);border-color:rgba(227,31,38,.34);background:radial-gradient(circle at 12% 0,rgba(227,31,38,.28),transparent 34rem),linear-gradient(135deg,rgba(14,12,12,.96),rgba(36,24,22,.94))}.team-dug__hero::after{content:"#Team DuG";position:absolute;right:clamp(-2rem,-1vw,1rem);bottom:-.35em;font-family:var(--font-display, inherit);font-size:clamp(3.7rem, 13vw, 10rem);line-height:1;color:rgba(255,255,255,.045);pointer-events:none}.team-dug__hero>*{position:relative;z-index:1}.team-dug__hero h1{max-width:10ch;margin:0;font-size:clamp(3rem, 10vw, 7rem);line-height:.86;letter-spacing:-.055em}.team-dug__lead{max-width:66ch;margin:0;color:rgba(255,255,255,.82);font-size:clamp(1.02rem, 1.6vw, 1.24rem)}.team-dug__actions,.team-dug__logout{display:flex;flex-wrap:wrap;gap:.8rem;align-items:center}.team-dug__note{margin:0;color:rgba(255,255,255,.62);font-size:.95rem}.team-dug__benefits,.team-dug__dashboard-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:clamp(.9rem,2vw,1.2rem)}.team-dug__dashboard-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.team-dug__benefit,.team-dug__panel,.team-dug__promise{display:grid;gap:.65rem}.team-dug__benefit span{width:2.4rem;height:2.4rem;display:inline-grid;place-items:center;border-radius:999px;background:rgba(227,31,38,.16);color:var(--color-accent,#e31f26);font-weight:800}.team-dug__benefit h2,.team-dug__panel h2,.team-dug__promise h2{margin:0}.team-dug__benefit p,.team-dug__panel p,.team-dug__promise p{margin:0;color:rgba(255,255,255,.72)}.team-dug__promise{align-items:start;padding:clamp(1.35rem,3vw,2rem)}@media (max-width:760px){.team-dug__benefits,.team-dug__dashboard-grid{grid-template-columns:1fr}.team-dug__hero h1{max-width:8ch}.team-dug__actions .btn,.team-dug__logout .btn,.team-dug__panel .btn,.team-dug__promise .btn{width:100%;justify-content:center}}:root{--dug-shell-width:1260px;--dug-shell-gutter:clamp(1.25rem, 4vw, 3.5rem);--dug-shell-radius:clamp(1.45rem, 2.4vw, 2rem);--dug-shell-radius-inner:clamp(1rem, 1.8vw, 1.35rem)}body[data-current-path]:not([data-current-path="/"]) .layout-position-item>.wb-block.wb-hero-banner{width:min(var(--dug-shell-width),calc(100vw - (var(--dug-shell-gutter) * 2)))!important;margin-inline:auto!important;border-radius:var(--dug-shell-radius)!important;overflow:hidden}body[data-current-path="/"] .layout-content:first-of-type .wb-hero-banner__shell,body[data-current-path]:not([data-current-path="/"]) .wb-hero-banner__shell{border-radius:var(--dug-shell-radius)!important}body[data-current-path="/"] .layout-content:first-of-type .wb-hero-banner__aside,body[data-current-path] .community-hub__image,body[data-current-path] .wb-feature-grid__media,body[data-current-path]:not([data-current-path="/"]) .wb-hero-banner__aside,body[data-current-path]:not([data-current-path="/"]) .wb-media-text__media{border-radius:var(--dug-shell-radius-inner)!important}.dug-booking-choice,.dug-bridge-block,.dug-community-modules,.dug-community-note,.dug-contact-actions,.dug-epk-download,.dug-epk-quick-actions,.dug-live-sections,.dug-press-copy-blocks,body[data-current-path="/community"] .community-hub,body[data-current-path="/quiz"] .dug-quiz-shell,body[data-current-path="/team-dug"] .team-dug>.card,body[data-current-path="/team-dug/dashboard"] .team-dug>.card,body[data-current-path]:not([data-current-path="/"]) .layout-position-item>:is(.wb-block:not(.wb-hero-banner),.wb-html-embed,.wb-quote-showcase,.wb-feature-list){border-radius:var(--dug-shell-radius)!important}body[data-current-path="/band"] .layout-position-item>.wb-block.wb-hero-banner,body[data-current-path="/booking"] .layout-position-item>.wb-block.wb-hero-banner,body[data-current-path="/community"] .layout-position-item>.wb-block.wb-hero-banner,body[data-current-path="/epk"] .layout-position-item>.wb-block.wb-hero-banner,body[data-current-path="/kontakt"] .layout-position-item>.wb-block.wb-hero-banner,body[data-current-path="/live"] .layout-position-item>.wb-block.wb-hero-banner,body[data-current-path="/shop"] .layout-position-item>.wb-block.wb-hero-banner{width:min(var(--dug-shell-width),calc(100vw - (var(--dug-shell-gutter) * 2)))!important}@media (max-width:720px){:root{--dug-shell-gutter:.85rem;--dug-shell-radius:1.15rem;--dug-shell-radius-inner:.9rem}}:root{--dug-width-standard:var(--dug-shell-width)}body[data-current-path="/shop"] .shop-page,body[data-current-path^="/shop/"] .shop-page{width:min(var(--dug-shell-width),calc(100vw - (var(--dug-shell-gutter) * 2)))!important;margin-inline:auto!important}body[data-current-path="/shop"] .shop-page>:is(.shop-hero,.shop-trust-strip,.shop-category-pills,.shop-product-grid),body[data-current-path^="/shop/"] .shop-page>:is(.shop-hero,.shop-trust-strip,.shop-category-pills,.shop-product-grid,.shop-detail){width:100%!important;margin-inline:auto!important}body[data-current-path="/shop"] .shop-hero,body[data-current-path] :is(.forms-runtime,.wb-form-runtime,.shop-product-card),body[data-current-path^="/shop/"] .shop-hero{border-radius:var(--dug-shell-radius)!important}body[data-current-path] :is(.shop-hero__visual,.shop-product-card__media,.shop-detail-media){border-radius:var(--dug-shell-radius-inner)!important}body[data-current-path]:not([data-current-path="/"]) .layout-position-item>.wb-block.wb-section-heading{width:min(var(--dug-shell-width),calc(100vw - (var(--dug-shell-gutter) * 2)))!important;margin-inline:auto!important}body[data-current-path="/events"] .dug-events-page,body[data-current-path="/quiz"] .dug-quiz-page,body[data-current-path="/team-dug"] .team-dug,body[data-current-path="/team-dug/dashboard"] .team-dug,body[data-current-path^="/events/"] .dug-event-detail,body[data-current-path^="/team/"] .dug-member-detail{width:min(var(--dug-shell-width),calc(100vw - (var(--dug-shell-gutter) * 2)))!important;max-width:none!important;margin-inline:auto!important}body[data-current-path="/events"] :is(.dug-events-page,.dug-event-card,.dug-events-aftercard),body[data-current-path="/quiz"] :is(.dug-quiz-page__hero,.dug-quiz-app,.dug-quiz-next,.dug-quiz-archetypes article),body[data-current-path="/team-dug"] :is(.team-dug__hero,.team-dug__benefit,.team-dug__promise),body[data-current-path="/team-dug/dashboard"] :is(.team-dug__hero,.team-dug__panel),body[data-current-path^="/events/"] :is(.dug-event-detail,.dug-event-location,.dug-event-share),body[data-current-path^="/team/"] :is(.dug-member-detail__hero,.dug-member-detail__text,.dug-member-detail__gallery-item){border-radius:var(--dug-shell-radius)!important}body[data-current-path="/events"] .dug-event-card__date,body[data-current-path^="/team/"] .dug-member-detail__gallery img,body[data-current-path^="/team/"] .dug-member-detail__media{border-radius:var(--dug-shell-radius-inner)!important}body[data-current-path^="/events/"] .dug-event-detail-page{width:min(var(--dug-shell-width),calc(100vw - (var(--dug-shell-gutter) * 2)))!important;max-width:none!important;margin-inline:auto!important}.team-dug :is(.btn,button.btn){min-height:46px;display:inline-flex;align-items:center;justify-content:center}.brand.brand--with-logo{min-height:44px}.dug-footer__backtop{width:44px!important;height:44px!important}.dug-event-map-fallback{min-height:44px;display:inline-flex;align-items:center;justify-content:center}.auth-shell :is(.button,button,.auth-inline-link,.auth-checkbox),body[data-current-path="/register"] :is(.pill-btn,.btn,button.btn){min-height:44px;display:inline-flex;align-items:center;justify-content:center}.nav-actions .pill-btn--team-dug{border-color:rgba(227,31,38,.55);background:rgba(227,31,38,.12);color:var(--text)}body[data-current-path="/team-dug"] .site-nav.site-nav--primary .site-nav__link[href^="/team-dug"]{min-height:var(--dug-button-height)!important;padding:var(--dug-button-padding)!important;border-radius:var(--dug-button-radius)!important;border:1px solid var(--dug-button-primary-border)!important;background:var(--dug-button-primary-bg)!important;color:var(--dug-button-primary-text)!important;font-weight:700!important;box-shadow:var(--dug-button-primary-shadow)!important}body[data-current-path="/team-dug"] .site-nav.site-nav--primary .site-nav__link[href^="/team-dug"]:focus-visible,body[data-current-path="/team-dug"] .site-nav.site-nav--primary .site-nav__link[href^="/team-dug"]:hover{border-color:rgba(255,255,255,.38)!important;color:var(--dug-button-primary-text)!important}body[data-current-path="/register"] .team-dug--register{width:min(var(--dug-shell-width),calc(100vw - (var(--dug-shell-gutter) * 2)))!important;max-width:none!important;margin-inline:auto!important}.team-dug__register-hero h1{max-width:11ch}.team-dug-register__grid{display:grid;grid-template-columns:minmax(16rem,0.72fr) minmax(0,1.28fr);gap:clamp(1rem,2.5vw,1.5rem);align-items:start}.team-dug-register__aside,.team-dug-register__form-card{border-radius:var(--dug-shell-radius)!important;border-color:rgba(255,255,255,.12);background:rgba(14,12,12,.88)}.team-dug-register__aside{position:sticky;top:6.5rem;display:grid;gap:.85rem;padding:clamp(1.25rem,2.6vw,2rem)}.team-dug-register__aside h2{margin:0;font-size:clamp(1.8rem, 4vw, 3rem);line-height:.95;letter-spacing:-.045em}.team-dug-register__aside ul{display:grid;gap:.7rem;margin:0;padding:0;list-style:none}.team-dug-register__aside li{position:relative;padding-left:1.55rem;color:rgba(255,255,255,.74)}.team-dug-register__aside li::before{content:"✓";position:absolute;left:0;top:0;color:var(--color-accent,#e31f26);font-weight:900}.team-dug-register__form-card{display:grid;gap:1rem;padding:clamp(1rem,2.4vw,1.6rem)}.team-dug-register__form-card .form-grid,.team-dug-register__form-card .settings-panel-stack{gap:1rem}.team-dug-register__form-card .form-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.team-dug-register__form-card .form-grid>div{display:grid;align-content:start;gap:.45rem}.team-dug-register__form-card label:not(.settings-check-item){display:block;margin:0;color:rgba(255,255,255,.9);font-weight:850;line-height:1.2}.team-dug-register__form-card .settings-section-card{border-radius:var(--dug-shell-radius-inner)!important;background:rgba(255,255,255,.045);border-color:rgba(255,255,255,.1)}.team-dug-register__form-card .settings-section-card__header h3{margin-bottom:0}body[data-current-path="/register"] .team-dug-register__form-card :is(input:not([type=checkbox]):not([type=radio]),textarea,select){width:100%;min-height:46px;padding:.78rem .9rem;border:1px solid rgba(255,255,255,.18);border-radius:14px;background:linear-gradient(180deg,rgba(18,12,12,.96),rgba(34,20,20,.9));color:#fff;font:inherit;box-shadow:inset 0 1px 0 rgba(255,255,255,.06)}body[data-current-path="/register"] .team-dug-register__form-card :is(input:not([type=checkbox]):not([type=radio]),textarea,select):focus{outline:0;border-color:rgba(227,31,38,.72);background:rgba(22,12,12,.96);box-shadow:0 0 0 3px rgba(227,31,38,.18),inset 0 1px 0 rgba(255,255,255,.07)}body[data-current-path="/register"] .team-dug-register__form-card .muted.small{margin:0}body[data-current-path="/register"] .team-dug-register__form-card>.card{border-radius:var(--dug-shell-radius-inner)!important}@media (max-width:860px){.team-dug-register__grid{grid-template-columns:1fr}.team-dug-register__aside{position:static}.team-dug-register__form-card .form-grid{grid-template-columns:1fr}}body[data-current-path="/register"] .team-dug__register-hero h1{font-size:clamp(2.65rem, 8.4vw, 6rem);max-width:12ch}body[data-current-path="/register"] .team-dug__register-hero .team-dug__lead{max-width:58ch}body[data-current-path="/register"] .team-dug__case-lock{text-transform:none}body[data-current-path="/team-dug/dashboard"] .my-social-network-post__author-link{color:inherit!important;text-decoration:none}body[data-current-path="/team-dug/dashboard"] .my-social-network-post__author-link:focus-visible,body[data-current-path="/team-dug/dashboard"] .my-social-network-post__author-link:hover{color:#fff!important;text-decoration:underline;text-underline-offset:.16em}.team-dug-profile-card{display:grid;grid-template-columns:auto minmax(0,1fr);gap:clamp(1rem,3vw,2rem);align-items:start;padding:clamp(1.25rem,3vw,2.1rem);border-radius:var(--dug-shell-radius)!important;background:rgba(14,12,12,.9);border-color:rgba(255,255,255,.12)}.team-dug-profile-card__avatar{width:clamp(5rem,12vw,8rem);aspect-ratio:1;border-radius:999px;display:grid;place-items:center;overflow:hidden;border:2px solid rgba(227,31,38,.7);background:linear-gradient(135deg,rgba(227,31,38,.35),rgba(255,255,255,.08));color:#fff;font-size:clamp(2rem, 6vw, 4rem);font-weight:950}.team-dug-profile-card__avatar img{width:100%;height:100%;object-fit:cover}.team-dug-profile-card__body{display:grid;gap:.9rem;min-width:0}.team-dug-profile-card__body h2{margin:0;font-size:clamp(2rem, 5vw, 4rem);line-height:.95}.team-dug-profile-card__bio{padding:1rem;border-radius:18px;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.12)}.team-dug-profile-card__bio h3{margin:0 0 .35rem}.team-dug-profile-card__bio p{margin:0;color:rgba(255,255,255,.82);line-height:1.6}.team-dug-profile-card__facts{margin:0;display:grid;gap:.5rem}.team-dug-profile-card__facts div{padding:.85rem 1rem;border-radius:16px;background:rgba(255,255,255,.055)}.team-dug-profile-card__facts dt{font-size:.78rem;text-transform:uppercase;letter-spacing:.08em;color:rgba(255,255,255,.56);font-weight:900}.team-dug-profile-card__facts dd{margin:.15rem 0 0;color:#fff;font-weight:850}@media (max-width:640px){.team-dug-profile-card{grid-template-columns:1fr}}body[data-current-path="/register"] .btn,body[data-current-path="/register"] .pill-btn,body[data-current-path="/register"] button.btn{border:1px solid rgba(227,31,38,.72);border-radius:999px;background:linear-gradient(135deg,#e31f26,#ff3d45);color:#fff;box-shadow:0 14px 34px rgba(227,31,38,.22);font-weight:900;letter-spacing:.045em;text-transform:uppercase}body[data-current-path="/register"] :is(.btn.secondary,.pill-btn:not(.pill-btn--team-dug)){background:rgba(10,8,8,.42);color:rgba(255,255,255,.92);border-color:rgba(255,255,255,.24);box-shadow:none}body[data-current-path="/register"] :is(.btn:hover,.btn:focus-visible,button.btn:hover,button.btn:focus-visible,.pill-btn:hover,.pill-btn:focus-visible){transform:translateY(-1px);border-color:rgba(255,255,255,.34);box-shadow:0 16px 38px rgba(227,31,38,.28)}body[data-current-path="/register"] :is(.btn.secondary:hover,.btn.secondary:focus-visible){background:rgba(227,31,38,.14);border-color:rgba(227,31,38,.5)}@media (max-width:720px){body[data-current-path="/register"] .team-dug__register-hero h1{font-size:clamp(2.45rem, 11vw, 4rem)}}body[data-current-path="/register"] .team-dug__register-hero::before{content:"Deppat & Goschat\A F A N Z O N E";position:absolute;top:clamp(.9rem,2.4vw,1.35rem);right:clamp(.9rem,2.4vw,1.35rem);z-index:1;width:clamp(6.8rem,18vw,10rem);aspect-ratio:1;display:grid;place-items:center;border:2px solid rgba(255,255,255,.68);border-radius:999px;color:rgba(255,255,255,.78);font-family:var(--font-display, inherit);font-size:clamp(.58rem, 1vw, .78rem);font-weight:900;letter-spacing:.16em;line-height:1.45;text-align:center;text-transform:uppercase;white-space:pre-line;transform:rotate(9deg);opacity:.9;background:rgba(227,31,38,.08);box-shadow:inset 0 0 0 6px rgba(227,31,38,.12);pointer-events:none}body[data-current-path="/register"] .team-dug__register-hero{padding-right:clamp(1.5rem,19vw,11rem)}@media (max-width:720px){body[data-current-path="/register"] .team-dug__register-hero::before{width:5.8rem;font-size:.52rem;letter-spacing:.12em;opacity:.78}body[data-current-path="/register"] .team-dug__register-hero{padding-right:clamp(1.1rem,23vw,6.8rem)}}body[data-current-path="/app"] .layout-content{width:min(var(--dug-shell-width),calc(100vw - (var(--dug-shell-gutter) * 2)))!important;max-width:none!important;margin-inline:auto!important;padding-inline:0!important}body[data-current-path="/app"] .app-hero,body[data-current-path="/app"] .app-panels,body[data-current-path="/app"] .layout-grid,body[data-current-path="/app"] .layout-slot--main{width:100%!important;max-width:none!important}body[data-current-path="/app"] :is(.app-hero,.app-panels > .card){border-radius:var(--dug-shell-radius)!important}body[data-current-path="/booking"] .wb-contact-card--profile{grid-template-columns:minmax(180px,280px) minmax(0,1fr);align-items:center;gap:clamp(1rem,3vw,2rem);border-color:rgba(255,255,255,.12);background:radial-gradient(circle at 12% 8%,rgba(224,2,10,.22),transparent 30%),linear-gradient(145deg,rgba(8,0,2,.98),rgba(20,0,5,.9))}body[data-current-path="/booking"] .wb-contact-card__avatar{width:min(100%,260px);justify-self:center;aspect-ratio:4/5;border-radius:var(--dug-shell-radius-inner);overflow:hidden;background:linear-gradient(145deg,rgba(224,2,10,.2),rgba(0,0,0,.5))}body[data-current-path="/booking"] .wb-contact-card__avatar img{width:100%;height:100%;object-fit:cover;object-position:center 20%}.dug-booking-faq{display:grid;gap:clamp(1rem,2vw,1.35rem);border-radius:var(--dug-shell-radius);padding:clamp(1.35rem,3vw,2rem);border:1px solid rgba(255,255,255,.1);background:radial-gradient(circle at 12% 0,rgba(224,2,10,.16),transparent 30rem),linear-gradient(145deg,rgba(12,5,5,.96),rgba(28,8,10,.86))}.dug-booking-faq>h2{margin:0;font-size:clamp(2rem, 4.2vw, 3.8rem);line-height:.95;letter-spacing:-.045em}.dug-booking-faq__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.9rem}.dug-booking-faq__grid article{display:grid;gap:.45rem;padding:clamp(1rem,2vw,1.25rem);border-radius:var(--dug-shell-radius-inner);border:1px solid rgba(255,255,255,.08);background:rgba(255,255,255,.045)}.dug-booking-faq__grid h3,.dug-booking-faq__grid p{margin:0}.dug-booking-faq__grid p{color:rgba(255,246,238,.75)}.dug-booking-faq__grid strong{color:#fff;font-weight:950}@media (max-width:720px){.dug-booking-faq__grid,body[data-current-path="/booking"] .wb-contact-card--profile{grid-template-columns:1fr}}.nav-actions .pill-btn{min-height:44px;justify-content:center}body[data-current-path="/booking"] .wb-contact-list a{min-height:44px;display:inline-flex;align-items:center;justify-content:center}.site-nav__link{min-height:44px;display:inline-flex;align-items:center}.site-nav.site-nav--primary .site-nav__link,.site-nav.site-nav--primary .site-nav__link[href="/booking"]{min-height:44px!important;padding-block:8px!important}.dug-legal-page{width:min(var(--dug-shell-width),calc(100vw - (var(--dug-shell-gutter) * 2)));margin-inline:auto;display:grid;gap:clamp(1rem,2vw,1.35rem)}.dug-legal-card{display:grid;gap:.65rem;padding:clamp(1.2rem,2.4vw,1.8rem);border-radius:var(--dug-shell-radius);border:1px solid rgba(255,255,255,.1);background:rgba(255,255,255,.045)}.dug-legal-card h2,.dug-legal-card p,.dug-legal-card ul{margin:0}.dug-legal-card ul{padding-left:1.15rem;color:rgba(255,246,238,.75)}.dug-legal-card p{max-width:78ch;color:rgba(255,246,238,.78)}.dug-legal-card a{color:#fff;text-decoration:underline;text-underline-offset:.18em}.dug-legal-card--note{border-color:rgba(227,31,38,.22)}body[data-current-path]:not([data-current-path="/"]) .layout-position-item>.wb-block.wb-hero-banner{width:100%!important;max-width:none!important;margin-inline:0!important;padding:clamp(1rem,2vw,1.5rem)!important;border-radius:0 0 clamp(1.8rem,4vw,3.25rem) clamp(1.8rem,4vw,3.25rem)!important}body[data-current-path]:not([data-current-path="/"]) .layout-position-item>.wb-block.wb-hero-banner .wb-hero-banner__shell{width:min(1260px,calc(100% - 2rem))!important;margin-inline:auto!important;border-radius:clamp(1.5rem,3vw,2.6rem)!important}.site-background__layer--gradient{inset:-8vh -4vw;transform:translate3d(0,var(--dug-bg-parallax-y,0),0) scale(1.06);will-change:transform}body[data-current-path]:not([data-current-path="/"]) .layout-position-item>.wb-block.wb-hero-banner .wb-hero-banner__shell{padding:clamp(1.6rem,4vw,4rem)!important}body[data-current-path]:not([data-current-path="/"]) .layout-position-item>.wb-block.wb-hero-banner .wb-hero-banner__content{min-width:0}body[data-current-path]:not([data-current-path="/"]) .layout-position-item>.wb-block.wb-hero-banner .wb-eyebrow{margin-top:0!important}@media (max-width:720px){body[data-current-path]:not([data-current-path="/"]) .layout-position-item>.wb-block.wb-hero-banner .wb-hero-banner__shell{width:calc(100% - 1rem)!important;padding:1rem!important}}body[data-current-path="/band"] .wb-hero-banner h1,body[data-current-path="/band"] .wb-hero-banner h2{font-size:clamp(2.45rem, 5vw, 5.25rem)!important;line-height:.94!important}@media (max-width:720px){body[data-current-path="/band"] .wb-hero-banner h1,body[data-current-path="/band"] .wb-hero-banner h2{font-size:clamp(2.1rem, 10vw, 3.05rem)!important;line-height:.98!important}}.dug-legal-card a[href^="mailto:"]{display:inline-flex;align-items:center;min-height:44px;padding-inline:.15rem}.site-nav-toggle{min-height:44px!important}@media (max-width:720px){.nav-toggle,.site-nav-toggle,button[aria-label*="Menü"],button[aria-label*=Men]{min-height:44px!important;padding-block:.56rem!important}.site-nav.site-nav--primary .site-nav__link,.site-nav.site-nav--primary .site-nav__link[href="/booking"],.site-nav__link{min-height:44px!important;padding-block:10px!important}}.shop-category-pills a,.shop-product-card h2 a{min-height:44px;display:inline-flex;align-items:center}.dug-footer__nav a{min-height:44px;display:inline-flex;align-items:center}.shop-detail input[type=number],.shop-offer-card input[type=number],.shop-product-card input[type=number]{min-height:44px}body[data-current-path="/"] .dug-featured-event .pill-btn,body[data-current-path="/"] .dug-featured-event h2 a{min-height:44px;display:inline-flex;align-items:center}body[data-current-path="/band"] .layout-position-item>.wb-block.wb-hero-banner,body[data-current-path="/community"] .layout-position-item>.wb-block.wb-hero-banner{box-shadow:0 28px 90px rgba(0,0,0,.52)!important}body[data-current-path="/"] .layout-content:first-of-type .layout-position-item>.wb-block.wb-hero-banner{width:calc(100vw - (clamp(.85rem,2vw,1.25rem) * 2))!important;max-width:none!important;margin-inline:auto!important;padding:clamp(1rem,2vw,1.5rem)!important;border-radius:0 0 clamp(1.8rem,4vw,3.25rem) clamp(1.8rem,4vw,3.25rem)!important;overflow:hidden}body[data-current-path="/"] .layout-content:first-of-type .wb-hero-banner__shell{width:min(1260px,calc(100% - 2rem))!important;max-width:none!important;grid-template-columns:minmax(0,.9fr) minmax(520px,1.1fr)!important;gap:clamp(2rem,3vw,3rem)!important;padding:clamp(1.6rem,4vw,4rem)!important}body[data-current-path="/"] .layout-content:first-of-type .wb-hero-banner__aside img{transform:scale(1.045);transform-origin:center center}.brand.brand--with-logo{min-width:44px}body[data-current-path="/register"] .nav-actions .pill-btn--team-dug{display:none}body[data-current-path="/register"] .team-dug__actions{display:flex;flex-wrap:wrap;gap:.75rem;align-items:center}body[data-current-path="/register"] .team-dug__actions .btn.secondary{min-height:44px;padding:.78rem 1rem;border-color:rgba(255,255,255,.42);background:rgba(255,255,255,.08);color:#fff}body[data-current-path="/register"] .team-dug__actions .btn.secondary:focus-visible,body[data-current-path="/register"] .team-dug__actions .btn.secondary:hover{background:rgba(227,31,38,.24);border-color:rgba(227,31,38,.74)}body[data-current-path="/register"] .team-dug__register-hero::before{content:none!important}.dug-fanzone-stamp{position:absolute;top:clamp(.9rem,2.4vw,1.35rem);right:clamp(.9rem,2.4vw,1.35rem);z-index:2;width:clamp(6.4rem,12vw,8.8rem);aspect-ratio:1;display:grid;place-items:center;align-content:center;gap:.16rem;border:.22rem solid #160105;border-radius:50%;background:#fff;color:#160105;font-family:var(--font-display),var(--font-body),sans-serif;font-size:clamp(.62rem, .9vw, .78rem);font-weight:950;line-height:1.08;text-align:center;text-transform:uppercase;transform:rotate(9deg);box-shadow:0 22px 60px rgba(0,0,0,.28),0 0 0 .35rem rgba(255,255,255,.18);pointer-events:none}.dug-fanzone-stamp::before{content:"";position:absolute;inset:.42rem;border:1px dashed rgba(22,1,5,.38);border-radius:inherit}.dug-fanzone-stamp span,.dug-fanzone-stamp strong{position:relative;z-index:1}.dug-fanzone-stamp strong{color:var(--accent);letter-spacing:.16em}@media (max-width:720px){.dug-fanzone-stamp{width:5.8rem;font-size:.54rem}}body[data-current-path="/register"] .nav{max-width:min(1600px,calc(100vw - 1rem))}body[data-current-path="/register"] .site-nav__list{gap:clamp(.35rem,.85vw,.75rem)}.team-dug-register__submit{display:flex;justify-content:flex-end;padding-top:.25rem}.team-dug-register__submit .btn{min-height:46px;padding-inline:clamp(1.1rem,3vw,1.8rem)}@media (max-width:720px){.team-dug-register__submit,.team-dug-register__submit .btn{width:100%}}body[data-current-path="/register"] .dug-fanzone-stamp{width:clamp(7rem,12vw,9.4rem);font-size:clamp(.68rem, .95vw, .86rem)}@media (max-width:720px){body[data-current-path="/register"] .dug-fanzone-stamp{width:6.1rem;font-size:.57rem}}body[data-current-path="/register"] .team-dug-register__form-card .settings-section-card__header .eyebrow{display:none}body[data-current-path="/team-dug"] .team-dug__hero{padding-right:clamp(1.5rem,5vw,3rem)}body[data-current-path="/team-dug"] .team-dug__hero h1{max-width:min(11.5ch,100%);overflow-wrap:anywhere;hyphens:auto;font-size:clamp(2.8rem, 7.2vw, 6.15rem);line-height:.9}body[data-current-path="/team-dug"] .team-dug__lead,body[data-current-path="/team-dug"] .team-dug__note{max-width:min(68ch,100%)}body[data-current-path="/team-dug"] .team-dug__actions{gap:.75rem}body[data-current-path="/team-dug"] .team-dug__actions .btn,body[data-current-path="/team-dug"] .team-dug__promise .btn{min-height:46px;padding:.8rem 1.1rem;border:1px solid rgba(227,31,38,.72);border-radius:999px;background:linear-gradient(135deg,#e31f26,#ff3d45);color:#fff;box-shadow:0 14px 34px rgba(227,31,38,.22);font-weight:900;letter-spacing:.045em;text-transform:uppercase}body[data-current-path="/team-dug"] .team-dug__actions .btn.secondary{background:rgba(255,255,255,.08);border-color:rgba(255,255,255,.34);box-shadow:none;color:rgba(255,255,255,.94)}body[data-current-path="/team-dug"] .team-dug__actions .btn:focus-visible,body[data-current-path="/team-dug"] .team-dug__actions .btn:hover,body[data-current-path="/team-dug"] .team-dug__promise .btn:focus-visible,body[data-current-path="/team-dug"] .team-dug__promise .btn:hover{transform:translateY(-1px);border-color:rgba(255,255,255,.34);box-shadow:0 16px 38px rgba(227,31,38,.28)}body[data-current-path="/team-dug"] .team-dug__benefit,body[data-current-path="/team-dug"] .team-dug__promise{min-width:0}body[data-current-path="/team-dug"] .team-dug__benefit{position:relative;align-content:start;gap:clamp(.78rem,1.4vw,1rem);min-height:180px;padding:clamp(1.15rem,2.4vw,1.7rem);border:1px solid rgba(255,255,255,.13)!important;background:linear-gradient(135deg,rgba(227,31,38,.2),rgba(255,255,255,.055)),rgba(13,2,5,.72)!important;box-shadow:0 22px 60px rgba(0,0,0,.32),inset 0 1px 0 rgba(255,255,255,.06);overflow:hidden}body[data-current-path="/team-dug"] .team-dug__benefit::after{content:"";position:absolute;inset:0;background:radial-gradient(circle at 18% 0,rgba(255,255,255,.1),transparent 38%);pointer-events:none}body[data-current-path="/team-dug"] .team-dug__benefit span{position:relative;z-index:1;width:auto;height:auto;display:block;place-items:initial;border-radius:0;background:0 0;color:rgba(255,255,255,.38);font-size:.78rem;line-height:1;letter-spacing:.12em}body[data-current-path="/team-dug"] .team-dug__benefit h2,body[data-current-path="/team-dug"] .team-dug__benefit p,body[data-current-path="/team-dug"] .team-dug__promise h2,body[data-current-path="/team-dug"] .team-dug__promise p{position:relative;z-index:1;overflow-wrap:anywhere}body[data-current-path="/team-dug"] .team-dug__benefit h2{max-width:13ch;color:#fff;font-size:clamp(1.2rem, 1.65vw, 1.55rem);line-height:1.02;letter-spacing:-.02em}body[data-current-path="/team-dug"] .team-dug__benefit p{max-width:34ch;color:rgba(255,255,255,.78);font-size:clamp(.95rem, 1.05vw, 1rem);line-height:1.42}@media (max-width:720px){body[data-current-path="/team-dug"] .team-dug__hero h1{max-width:9ch;font-size:clamp(2.35rem, 12vw, 4.2rem)}}body[data-current-path] .nav{max-width:min(1260px,calc(100vw - 2rem))}body:is([data-current-path="/band"],[data-current-path="/live"]) .nav{max-width:min(1260px,calc(100vw - 2rem))!important}body[data-current-path="/"] .layout-content:first-of-type .layout-position-item>.wb-block.wb-hero-banner,body[data-current-path="/band"] .layout-position-item>.wb-block.wb-hero-banner{box-shadow:0 28px 90px rgba(0,0,0,.52)!important}body[data-current-path="/"] .layout-content:first-of-type .layout-position-item>.wb-block.wb-hero-banner{min-height:672px!important}body[data-current-path="/"] .layout-content:first-of-type .wb-hero-banner__shell{min-height:auto!important}body[data-current-path="/community"] .community-hub__form :where(input[type=text],input[type=email],input[type=url],select,textarea){min-height:44px}body[data-current-path^="/events/"] .dug-event-detail__actions .pill-btn,body[data-current-path^="/events/"] .dug-event-location .pill-btn,body[data-current-path^="/events/"] .dug-event-next-step__actions .pill-btn{min-height:44px;color:#fff7f2}body[data-current-path^="/events/"] .dug-event-detail__actions .pill-btn:focus-visible,body[data-current-path^="/events/"] .dug-event-detail__actions .pill-btn:hover,body[data-current-path^="/events/"] .dug-event-location .pill-btn:focus-visible,body[data-current-path^="/events/"] .dug-event-location .pill-btn:hover,body[data-current-path^="/events/"] .dug-event-next-step__actions .pill-btn:focus-visible,body[data-current-path^="/events/"] .dug-event-next-step__actions .pill-btn:hover{color:#fff;background:color-mix(in srgb,rgba(224,2,10,.78) 32%,rgba(18,3,7,.94));border-color:rgba(255,92,92,.62);box-shadow:0 14px 34px rgba(0,0,0,.34),0 0 0 1px rgba(255,255,255,.06) inset}body[data-current-path^="/events/"] .dug-event-detail__actions .pill-btn--solid:focus-visible,body[data-current-path^="/events/"] .dug-event-detail__actions .pill-btn--solid:hover,body[data-current-path^="/events/"] .dug-event-next-step__actions .pill-btn--solid:focus-visible,body[data-current-path^="/events/"] .dug-event-next-step__actions .pill-btn--solid:hover{background:linear-gradient(135deg,#ff3340,#e0020a);border-color:rgba(255,126,126,.7);color:#fff}@media (max-width:680px){body[data-current-path^="/shop/product/"] .shop-detail-copy,body[data-current-path^="/shop/product/"] .shop-detail-layout,body[data-current-path^="/shop/product/"] .shop-detail-layout>*,body[data-current-path^="/shop/product/"] .shop-detail-media{min-width:0;width:100%;max-width:100%;box-sizing:border-box}body[data-current-path^="/shop/product/"] .shop-detail-copy h1{overflow-wrap:anywhere;font-size:clamp(2.45rem, 13vw, 4rem);line-height:.9}}body[data-current-path="/quiz"] .dug-quiz-app [data-quiz-question-wrap] h2{max-width:min(34ch,100%)!important;min-height:2.4em}body[data-current-path="/quiz"] .dug-quiz-app [data-quiz-question].is-typing::after{content:"";display:inline-block;width:.08em;height:.9em;margin-left:.08em;vertical-align:-.08em;background:#fff7f2;animation:dugQuizCursorBlink .82s steps(1,end) infinite}@keyframes dugQuizCursorBlink{0%,45%{opacity:1}100%,46%{opacity:0}}.dug-quiz-answer.wb-btn.is-logged,.dug-quiz-answer.wb-btn.is-logged:disabled{color:#fff;border-color:rgba(255,255,255,.86);background:linear-gradient(135deg,rgba(255,36,48,.92),rgba(103,0,8,.94));box-shadow:0 0 0 3px rgba(255,255,255,.18),0 18px 42px rgba(224,2,10,.35);transform:translateY(-1px) scale(1.012);opacity:1}.dug-quiz-answer.wb-btn.is-logged::before{content:"Eingeloggt";display:inline-flex;align-items:center;min-height:1.45rem;padding:.15rem .5rem;margin-right:.45rem;border-radius:999px;background:rgba(255,255,255,.18);color:#fff7f2;font-size:.68rem;font-weight:950;letter-spacing:.08em;text-transform:uppercase}body[data-motion-hover-lift="1"] :is(.card,.panel,.wb-feature-grid__item,.wb-media-text__media,.wb-hero-banner__shell):focus-visible,body[data-motion-hover-lift="1"] :is(.card,.panel,.wb-feature-grid__item,.wb-media-text__media,.wb-hero-banner__shell):hover{transform:none!important}body[data-motion-hover-lift="1"] :is(.wb-feature-grid__item,.wb-media-text__media):hover :is(.wb-feature-grid__media img,.wb-media-text__media img){transform:none!important}body[data-motion-hover-lift="1"]:not([data-current-path="/"]) .wb-hero-banner__shell:hover .wb-hero-banner__aside img{transform:none!important}:is(.wb-btn,.pill-btn,.btn,button.btn,a.btn,.button,a.button,a[class*=button],.forms-runtime .btn,.shop-page .btn,.team-dug .btn){border-radius:999px!important}body:is([data-current-path="/band"],[data-current-path="/live"],[data-current-path="/community"],[data-current-path="/booking"],[data-current-path="/quiz"],[data-current-path="/register"],[data-current-path="/team-dug"]) :is(.wb-btn,.pill-btn,.btn,button.btn,a.btn,.forms-runtime .btn,.shop-page .btn,.team-dug .btn):not(.site-nav__link):not(.pill-btn--team-dug):not(.nav-actions .pill-btn){min-height:46px;display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.82rem 1.25rem;border-radius:999px!important;border:1px solid rgba(255,255,255,.2);background:linear-gradient(135deg,#ff2733,#b90008);color:#fff;font-family:var(--font-body),"Segoe UI",system-ui,sans-serif;font-size:.92rem;font-weight:900;line-height:1;letter-spacing:.01em;text-transform:none;text-decoration:none;box-shadow:0 20px 48px rgba(224,2,10,.42);filter:none}body:is([data-current-path="/band"],[data-current-path="/live"],[data-current-path="/community"],[data-current-path="/booking"],[data-current-path="/quiz"],[data-current-path="/register"],[data-current-path="/team-dug"]) :is(.wb-btn-secondary,.pill-btn:not(.pill-btn--solid):not(.pill-btn--team-dug),.btn.secondary,a.btn.secondary,button.btn.secondary,.team-dug .btn.secondary){background:rgba(255,255,255,.06)!important;color:#fff7ee!important;border-color:rgba(255,255,255,.34)!important;box-shadow:0 16px 36px rgba(0,0,0,.26),inset 0 0 0 1px rgba(224,2,10,.1)!important}body:is([data-current-path="/band"],[data-current-path="/live"],[data-current-path="/community"],[data-current-path="/booking"],[data-current-path="/quiz"],[data-current-path="/register"],[data-current-path="/team-dug"]) :is(.wb-btn,.pill-btn,.btn,button.btn,a.btn):not(.site-nav__link):not(.pill-btn--team-dug):not(.nav-actions .pill-btn):focus-visible,body:is([data-current-path="/band"],[data-current-path="/live"],[data-current-path="/community"],[data-current-path="/booking"],[data-current-path="/quiz"],[data-current-path="/register"],[data-current-path="/team-dug"]) :is(.wb-btn,.pill-btn,.btn,button.btn,a.btn):not(.site-nav__link):not(.pill-btn--team-dug):not(.nav-actions .pill-btn):hover{transform:none;filter:none;border-color:rgba(255,255,255,.38);color:#fff;box-shadow:0 20px 48px rgba(224,2,10,.42)}body:is([data-current-path="/band"],[data-current-path="/live"],[data-current-path="/community"],[data-current-path="/booking"],[data-current-path="/quiz"],[data-current-path="/register"],[data-current-path="/team-dug"]) :is(.wb-btn-secondary,.pill-btn:not(.pill-btn--solid):not(.pill-btn--team-dug),.btn.secondary,a.btn.secondary,button.btn.secondary,.team-dug .btn.secondary):focus-visible,body:is([data-current-path="/band"],[data-current-path="/live"],[data-current-path="/community"],[data-current-path="/booking"],[data-current-path="/quiz"],[data-current-path="/register"],[data-current-path="/team-dug"]) :is(.wb-btn-secondary,.pill-btn:not(.pill-btn--solid):not(.pill-btn--team-dug),.btn.secondary,a.btn.secondary,button.btn.secondary,.team-dug .btn.secondary):hover{background:rgba(255,255,255,.08)!important;border-color:rgba(255,255,255,.44)!important;box-shadow:0 16px 36px rgba(0,0,0,.26),inset 0 0 0 1px rgba(224,2,10,.1)!important}body:is([data-current-path="/band"],[data-current-path="/live"],[data-current-path="/community"],[data-current-path="/booking"],[data-current-path="/quiz"],[data-current-path="/register"],[data-current-path="/team-dug"]) :is(.wb-btn-secondary,.pill-btn:not(.pill-btn--solid):not(.pill-btn--team-dug),.btn.secondary,a.btn.secondary,button.btn.secondary,.team-dug .btn.secondary){text-transform:none!important}:root{--dug-button-height:46.59375px;--dug-button-padding:.8rem 1.15rem;--dug-button-radius:999px;--dug-button-primary-bg:linear-gradient(135deg, #ff2733, #b90008);--dug-button-primary-border:rgba(255,255,255,.20);--dug-button-primary-text:#fff;--dug-button-primary-shadow:0 20px 48px rgba(224,2,10,.42);--dug-button-secondary-bg:rgba(255,255,255,.05);--dug-button-secondary-border:color-mix(in srgb, var(--button-secondary-border) 64%, var(--button-hover-background));--dug-button-secondary-text:var(--text);--dug-button-secondary-shadow:0 14px 34px rgba(224,2,10,.26)}:is(.wb-btn,.pill-btn,.btn,button.btn,a.btn,.button,a.button,a[class*=button]):not(.site-nav__link):not(.dug-quiz-answer){min-height:var(--dug-button-height)!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:.5rem!important;padding:var(--dug-button-padding)!important;border-radius:var(--dug-button-radius)!important;border:1px solid var(--dug-button-primary-border)!important;background:var(--dug-button-primary-bg)!important;color:var(--dug-button-primary-text)!important;font-family:var(--font-body),"Segoe UI",system-ui,-apple-system,sans-serif!important;font-size:1rem!important;font-weight:700!important;line-height:1!important;letter-spacing:normal!important;text-transform:none!important;text-decoration:none!important;box-shadow:var(--dug-button-primary-shadow)!important;filter:none!important}:is(.wb-btn-secondary,.pill-btn:not(.pill-btn--solid):not(.pill-btn--team-dug),.btn.secondary,a.btn.secondary,button.btn.secondary,.button.secondary,a.button.secondary,.forms-runtime .btn.secondary,.shop-page .btn.secondary,.team-dug .btn.secondary):not(.site-nav__link):not(.dug-quiz-answer){background:var(--dug-button-secondary-bg)!important;color:var(--dug-button-secondary-text)!important;border-color:var(--dug-button-secondary-border)!important;box-shadow:var(--dug-button-secondary-shadow)!important}:is(.wb-btn,.pill-btn,.btn,button.btn,a.btn,.button,a.button,a[class*=button]):not(.site-nav__link):not(.dug-quiz-answer):focus-visible,:is(.wb-btn,.pill-btn,.btn,button.btn,a.btn,.button,a.button,a[class*=button]):not(.site-nav__link):not(.dug-quiz-answer):hover{transform:none!important;filter:none!important;color:var(--dug-button-primary-text)!important;border-color:rgba(255,255,255,.38)!important;box-shadow:var(--dug-button-primary-shadow)!important}:is(.wb-btn-secondary,.pill-btn:not(.pill-btn--solid):not(.pill-btn--team-dug),.btn.secondary,a.btn.secondary,button.btn.secondary,.button.secondary,a.button.secondary,.forms-runtime .btn.secondary,.shop-page .btn.secondary,.team-dug .btn.secondary):not(.site-nav__link):not(.dug-quiz-answer):focus-visible,:is(.wb-btn-secondary,.pill-btn:not(.pill-btn--solid):not(.pill-btn--team-dug),.btn.secondary,a.btn.secondary,button.btn.secondary,.button.secondary,a.button.secondary,.forms-runtime .btn.secondary,.shop-page .btn.secondary,.team-dug .btn.secondary):not(.site-nav__link):not(.dug-quiz-answer):hover{background:var(--dug-button-secondary-bg)!important;color:var(--dug-button-secondary-text)!important;border-color:var(--dug-button-secondary-border)!important;box-shadow:var(--dug-button-secondary-shadow)!important}:is(.wb-btn,.pill-btn,.btn,button.btn,a.btn,.button,a.button,a[class*=button]):not(.site-nav__link):not(.dug-quiz-answer){height:var(--dug-button-height)!important;max-height:var(--dug-button-height)!important;box-sizing:border-box!important;white-space:nowrap!important}body[data-current-path="/quiz"] .dug-quiz-answer.wb-btn.is-logged,body[data-current-path="/quiz"] .dug-quiz-answer.wb-btn.is-logged:disabled{height:auto!important;max-height:none!important;min-height:56px!important;width:100%!important;padding:.95rem 1.15rem .95rem clamp(3.4rem,5vw,4.35rem)!important;border-color:rgba(255,255,255,.68)!important;background:linear-gradient(135deg,#ff2733,#b90008)!important;color:#fff!important;box-shadow:0 0 0 3px rgba(255,255,255,.16),0 20px 48px rgba(224,2,10,.42)!important;opacity:1!important}body[data-current-path="/quiz"] .dug-quiz-answer.wb-btn.is-logged::before{content:"✓"!important;left:.78rem;width:2rem;height:2rem;min-height:2rem;padding:0;margin:0;background:rgba(255,255,255,.24)!important;border-color:rgba(255,255,255,.44)!important;color:#fff;font-size:1rem;letter-spacing:0;box-shadow:inset 0 1px 0 rgba(255,255,255,.22)}body[data-current-path="/quiz"] .dug-quiz-answer.wb-btn.is-logged::after{transform:translateX(120%)}body[data-current-path="/booking"] .layout-position-item:has(.dug-booking-faq){margin-top:clamp(2.25rem,5vw,4rem)!important}body[data-current-path="/booking"] .layout-position-item:has(.wb-contact-card--profile){margin-top:clamp(2rem,4vw,3.5rem)!important}body[data-current-path="/booking"] .dug-booking-faq,body[data-current-path="/booking"] .wb-contact-card--profile{scroll-margin-top:7rem}body[data-current-path="/band"] .wb-feature-grid--cols-4 .wb-block__header h2{font-size:clamp(2.05rem, 4.55vw, 4.9rem)!important;max-width:none!important;white-space:nowrap}@media (max-width:520px){body[data-current-path="/band"] .wb-feature-grid--cols-4 .wb-block__header h2{font-size:clamp(1.65rem, 8.1vw, 2.25rem)!important;letter-spacing:-.025em}}body[data-current-path="/shop"] .shop-page{width:min(1260px,calc(100vw - (var(--dug-shell-gutter) * 2)))!important}body[data-current-path="/shop"] .shop-hero{width:100%!important;margin-inline:auto!important;padding:clamp(1.6rem,4vw,4rem)!important;border-radius:clamp(1.5rem,3vw,2.6rem)!important;border:1px solid rgba(255,255,255,.12)!important;background:radial-gradient(circle at 16% 0,rgba(224,2,10,.24),transparent 34%),radial-gradient(circle at 86% 18%,rgba(255,36,48,.16),transparent 30%),linear-gradient(145deg,rgba(8,0,2,.98),rgba(24,0,6,.88) 58%,rgba(4,0,1,.98))!important;box-shadow:0 28px 90px rgba(0,0,0,.52),inset 0 1px 0 rgba(255,255,255,.05)!important;grid-template-columns:minmax(0,.9fr) minmax(420px,1.1fr);gap:clamp(2rem,3vw,3rem)}body[data-current-path="/shop"] .shop-hero__visual{min-height:clamp(340px,48vh,520px);transform:none!important;border-radius:clamp(1.25rem,2.4vw,2rem)!important;box-shadow:0 28px 90px rgba(0,0,0,.46),0 0 0 1px rgba(255,255,255,.08)!important}@media (max-width:860px){body[data-current-path="/shop"] .shop-hero{grid-template-columns:1fr}}@media (max-width:720px){body[data-current-path="/shop"] .shop-page{width:calc(100vw - (var(--dug-shell-gutter) * 2))!important}body[data-current-path="/shop"] .shop-hero{padding:1rem!important;gap:.85rem!important}body[data-current-path="/shop"] .shop-hero__visual{min-height:240px;max-height:260px}}body[data-current-path="/shop"] .shop-hero__visual{align-self:center;height:clamp(340px,48vh,520px)!important}@media (max-width:720px){body[data-current-path="/shop"] .shop-hero__visual{height:250px!important}}body[data-current-path="/shop"] .shop-page{width:100%!important;max-width:none!important}body[data-current-path="/shop"] .shop-page>:not(.shop-hero){width:min(1260px,calc(100vw - (var(--dug-shell-gutter) * 2)))!important;margin-inline:auto!important}body[data-current-path="/shop"] .shop-hero{width:min(1260px,calc(100vw - (var(--dug-shell-gutter) * 2)))!important;background:linear-gradient(90deg,rgba(3,3,3,.92) 0,rgba(14,0,4,.88) 46%,rgba(54,0,9,.54) 100%),radial-gradient(circle at 82% 24%,rgba(224,2,10,.3),transparent 32%),linear-gradient(145deg,rgba(7,7,8,.98),rgba(20,2,6,.94) 58%,rgba(47,0,8,.74))!important}body[data-current-path="/shop"] .shop-hero__visual{transform:rotate(1.5deg)!important;min-height:430px;height:clamp(360px,50vh,560px)!important;box-shadow:0 24px 54px rgba(0,0,0,.42)!important}@media (max-width:720px){body[data-current-path="/shop"] .shop-hero{width:calc(100vw - (var(--dug-shell-gutter) * 2))!important}body[data-current-path="/shop"] .shop-hero__visual{transform:none!important;height:250px!important;min-height:240px}}body[data-current-path="/shop"] .shop-hero{width:min(1260px,calc(100vw - (var(--dug-shell-gutter) * 2)))!important}body[data-current-path="/shop"] .section.shop-page.shop-page--index{width:min(1260px,calc(100vw - (var(--dug-shell-gutter) * 2)))!important;max-width:1260px!important;margin-inline:auto!important}body[data-current-path="/shop"] .shop-hero{background:linear-gradient(135deg,rgba(3,3,3,.98),rgba(9,5,6,.96) 58%,rgba(3,3,3,.98))!important}body[data-current-path="/shop"] .shop-hero__visual{transform:rotate(3deg)!important}@media (max-width:720px){body[data-current-path="/shop"] .shop-hero__visual{transform:none!important}}:is(.wb-btn,.pill-btn,.btn,button.btn,a.btn,.button,a.button,a[class*=button]):not(.site-nav__link):not(.dug-quiz-answer):not(.wb-btn-secondary):not(.btn.secondary):not(.secondary):not(.pill-btn:not(.pill-btn--solid):not(.pill-btn--team-dug)):focus-visible,:is(.wb-btn,.pill-btn,.btn,button.btn,a.btn,.button,a.button,a[class*=button]):not(.site-nav__link):not(.dug-quiz-answer):not(.wb-btn-secondary):not(.btn.secondary):not(.secondary):not(.pill-btn:not(.pill-btn--solid):not(.pill-btn--team-dug)):hover{color:#050101!important}:is(.wb-btn-secondary,.pill-btn:not(.pill-btn--solid):not(.pill-btn--team-dug),.btn.secondary,a.btn.secondary,button.btn.secondary,.button.secondary,a.button.secondary,.forms-runtime .btn.secondary,.shop-page .btn.secondary,.team-dug .btn.secondary):not(.site-nav__link):not(.dug-quiz-answer):focus-visible,:is(.wb-btn-secondary,.pill-btn:not(.pill-btn--solid):not(.pill-btn--team-dug),.btn.secondary,a.btn.secondary,button.btn.secondary,.button.secondary,a.button.secondary,.forms-runtime .btn.secondary,.shop-page .btn.secondary,.team-dug .btn.secondary):not(.site-nav__link):not(.dug-quiz-answer):hover{background:rgba(255,255,255,.9)!important;color:#050101!important;border-color:rgba(255,255,255,.95)!important}body:is([data-current-path="/"],[data-current-path="/news"]) .community-hub--social{width:min(1260px,calc(100vw - (var(--dug-shell-gutter) * 2)));margin:clamp(1.2rem,3vw,2.4rem) auto;padding:clamp(1.15rem,3vw,2.2rem);border:1px solid rgba(255,255,255,.11);border-radius:clamp(1.5rem,3vw,2.6rem);background:radial-gradient(circle at 14% 0,rgba(224,2,10,.18),transparent 32%),linear-gradient(145deg,rgba(8,0,2,.94),rgba(22,0,5,.78) 58%,rgba(4,0,1,.96));box-shadow:0 28px 90px rgba(0,0,0,.38),inset 0 1px 0 rgba(255,255,255,.05)}body:is([data-current-path="/"],[data-current-path="/news"]) .community-hub--social .community-hub__header{display:flex;justify-content:space-between;align-items:end;gap:1rem;margin-bottom:clamp(1rem,2.4vw,1.8rem)}body:is([data-current-path="/"],[data-current-path="/news"]) .community-hub--social .community-hub__header h2{margin:.15rem 0 .35rem}body:is([data-current-path="/"],[data-current-path="/news"]) .community-hub--social .community-hub__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:clamp(.8rem,2vw,1.15rem)}body:is([data-current-path="/"],[data-current-path="/news"]) .community-hub--social .community-hub__card{overflow:hidden;padding:1rem;border-radius:clamp(1.1rem,2vw,1.55rem);border:1px solid rgba(255,255,255,.11);background:linear-gradient(145deg,rgba(255,255,255,.07),rgba(255,255,255,.025))}body:is([data-current-path="/"],[data-current-path="/news"]) .community-hub--social .community-hub__meta{color:#ffb5a8;font-size:.82rem;font-weight:800;letter-spacing:.055em;text-transform:uppercase}body:is([data-current-path="/"],[data-current-path="/news"]) .community-hub--social .community-hub__card h3{margin-top:.35rem}.community-hub__more{display:flex;justify-content:center;margin:clamp(1rem,2.4vw,1.5rem) 0 0}.dug-news-page-intro{width:min(1260px,calc(100vw - (var(--dug-shell-gutter) * 2)));margin:clamp(1.2rem,3vw,2.4rem) auto 0;padding:clamp(1.6rem,4vw,4rem);border:1px solid rgba(255,255,255,.12);border-radius:clamp(1.5rem,3vw,2.6rem);background:radial-gradient(circle at 16% 0,rgba(224,2,10,.22),transparent 34%),linear-gradient(145deg,rgba(8,0,2,.98),rgba(24,0,6,.84) 58%,rgba(4,0,1,.98));box-shadow:0 28px 90px rgba(0,0,0,.46),inset 0 1px 0 rgba(255,255,255,.05)}.dug-news-page-intro h2{max-width:10ch;margin:.15rem 0 .4rem;font-size:clamp(3rem, 8vw, 6.8rem);line-height:.9;letter-spacing:-.06em}.dug-news-page-intro p:last-child{max-width:760px;color:rgba(255,247,235,.78);font-size:clamp(1rem, 2vw, 1.25rem)}@media (max-width:780px){body:is([data-current-path="/"],[data-current-path="/news"]) .community-hub--social .community-hub__header{display:block}body:is([data-current-path="/"],[data-current-path="/news"]) .community-hub--social .community-hub__grid{grid-template-columns:1fr}}body[data-current-path="/news"] .community-hub--social{scroll-margin-top:110px}body[data-current-path="/news"] .wb-hero-banner{align-items:stretch}@media (max-width:860px){body[data-current-path="/"] .layout-content:first-of-type .wb-hero-banner{min-height:auto!important;align-items:stretch!important}body[data-current-path="/"] .layout-content:first-of-type .wb-hero-banner__shell{width:min(100%,calc(100vw - 3rem))!important;grid-template-columns:minmax(0,1fr)!important;gap:1rem!important}body[data-current-path="/"] .layout-content:first-of-type .wb-hero-banner__content{width:100%!important;max-width:none!important;order:1!important}body[data-current-path="/"] .layout-content:first-of-type .wb-hero-banner__aside{width:100%!important;max-width:none!important;min-width:0!important;order:2!important}}@media (max-width:720px){body[data-current-path="/"] .layout-content:first-of-type .wb-hero-banner__shell{padding:1.35rem!important}body[data-current-path="/"] .layout-content:first-of-type .wb-hero-banner__aside{aspect-ratio:16/8.8!important;max-height:205px!important}}@media (max-width:860px){body[data-current-path="/"] .layout-content:first-of-type .wb-hero-banner__content{display:contents!important}body[data-current-path="/"] .layout-content:first-of-type .wb-hero-banner .wb-eyebrow{order:1}body[data-current-path="/"] .layout-content:first-of-type .wb-hero-banner h1,body[data-current-path="/"] .layout-content:first-of-type .wb-hero-banner h2{order:2}body[data-current-path="/"] .layout-content:first-of-type .wb-hero-banner__subtitle{order:3}body[data-current-path="/"] .dug-home-ticket-banner{order:4}body[data-current-path="/"] .layout-content:first-of-type .wb-hero-banner__aside{order:5!important}body[data-current-path="/"] .layout-content:first-of-type .wb-hero-banner .wb-actions{order:6}}@media (max-width:760px){body[data-current-path="/band"] .wb-feature-grid{display:block!important;overflow:visible}body[data-current-path="/band"] .wb-feature-grid__items{width:auto!important;max-width:100%!important;grid-template-columns:minmax(0,1fr)!important}body[data-current-path="/band"] .wb-feature-grid__item{width:100%!important;min-width:0!important}}@media (max-width:520px){body[data-current-path="/band"] .wb-feature-grid--cols-4 .wb-block__header h2{font-size:clamp(1.28rem, 6.4vw, 1.7rem)!important;letter-spacing:-.035em}}@media (max-width:720px){.dug-member-detail__gallery img,.dug-member-detail__portrait img,.dug-member-detail__stage img{object-position:center 24%}.dug-member-detail__gallery figure{aspect-ratio:4/5}body[data-current-path="/team/claudia-viktorin-pomper"] .dug-member-detail__gallery img,body[data-current-path="/team/claudia-viktorin-pomper"] .dug-member-detail__portrait img,body[data-current-path="/team/claudia-viktorin-pomper"] .dug-member-detail__stage img{object-position:56% 24%}}@media (max-width:1180px){.site-nav.site-nav--primary .site-nav__link[href="/booking"]{justify-content:space-between!important;min-width:0!important}}@media (max-width:1180px){.nav{display:flex!important;justify-content:flex-end;align-items:center;gap:clamp(.45rem,2vw,.75rem);flex-wrap:nowrap}.brand{order:1;margin-right:auto;flex:0 1 auto}.brand-logo{max-width:clamp(2.2rem,13vw,9.5rem)}.nav-actions{order:2;grid-column:auto!important;grid-row:auto!important;flex:0 0 auto}.site-nav-toggle{order:3;flex:0 0 auto;padding-inline:clamp(.75rem,2.6vw,1rem)}.site-nav--primary{order:4;flex-basis:100%}}@media (max-width:520px){.site-nav-toggle__label{display:none}.site-nav-toggle{width:46px;min-height:44px;padding-inline:0}.nav-actions .pill-btn{min-height:42px;padding-inline:.72rem}}@media (max-width:720px){body[data-current-path="/impressum"] .layout-position-item>.wb-html-embed{width:calc(100vw - 2rem)!important;padding-inline:0!important;overflow:visible!important}body[data-current-path="/impressum"] .dug-legal-card,body[data-current-path="/impressum"] .dug-legal-page,body[data-current-path="/impressum"] .wb-html-embed__body{width:100%!important;max-width:100%!important;min-width:0!important;box-sizing:border-box}body[data-current-path="/impressum"] .dug-legal-card{padding:1.05rem!important}body[data-current-path="/impressum"] .dug-legal-card :is(h2,p,li,a){overflow-wrap:anywhere;word-break:normal}}@media (max-width:720px){:root{--dug-shell-gutter:.5rem}body[data-current-path] .layout-content{padding-left:.5rem!important;padding-right:.5rem!important}body[data-current-path] .layout-grid{gap:0!important}body[data-current-path="/"] .layout-content:first-of-type .wb-hero-banner{padding-left:.5rem!important;padding-right:.5rem!important}body[data-current-path="/"] .layout-content:first-of-type .wb-hero-banner__shell{width:100%!important;max-width:100%!important}body[data-current-path="/"] .layout-content:first-of-type .layout-position-item>:is(.wb-block:not(.wb-hero-banner),.wb-html-embed,.wb-quote-showcase,.wb-feature-list,.wb-media-text),body[data-current-path="/register"] .team-dug--register,body[data-current-path="/shop"] .shop-page,body[data-current-path="/team-dug"] .team-dug,body[data-current-path="/team-dug/dashboard"] .team-dug,body[data-current-path]:not([data-current-path="/"]) .layout-position-item>:is(.wb-block,.wb-html-embed,.wb-quote-showcase,.wb-feature-list,.wb-media-text,.wb-contact-card,.contact-card,.forms-runtime,.wb-form-runtime),body[data-current-path^="/shop/"] .shop-page{width:calc(100vw - 1rem)!important;max-width:calc(100vw - 1rem)!important;margin-left:auto!important;margin-right:auto!important}body[data-current-path="/shop"] .shop-page>:is(.shop-hero,.shop-trust-strip,.shop-category-pills,.shop-product-grid),body[data-current-path^="/shop/"] .shop-page>:is(.shop-hero,.shop-trust-strip,.shop-category-pills,.shop-product-grid,.shop-detail){width:100%!important;max-width:100%!important}body[data-current-path="/band"] .wb-feature-grid__items{width:auto!important;max-width:100%!important}}body[data-current-path="/community"] .layout-slot--main>.layout-position-item:has(.wb-hero-banner)+.layout-position-item:has(.dug-team-dug-teaser){margin-top:clamp(1rem,2.6vw,2rem)!important}body[data-current-path="/community"] .dug-team-dug-teaser{grid-template-columns:minmax(0,1fr) minmax(16rem,.52fr);align-items:center}.dug-team-dug-teaser__action{display:flex;align-items:center;justify-content:center;min-height:clamp(8rem,16vw,12rem);padding:clamp(1rem,3vw,1.75rem);border:1px solid rgba(255,255,255,.11);border-radius:24px;background:radial-gradient(circle at 50% 0,rgba(255,36,48,.2),transparent 58%),rgba(255,255,255,.045)}.dug-team-dug-teaser__action .wb-btn{justify-content:center;text-align:center}@media (max-width:920px){body[data-current-path="/community"] .dug-team-dug-teaser{grid-template-columns:1fr}.dug-team-dug-teaser__action{min-height:0}.dug-team-dug-teaser__action .wb-btn{width:100%}}@media (max-width:680px){body[data-current-path="/shop"] .shop-product-card__actions{display:none!important}body[data-current-path="/shop"] .shop-product-card__footer{margin-top:.15rem}}body:is([data-current-path="/"],[data-current-path="/news"]) .community-hub--social .community-hub__image img[src$="studio-probe-bier-spritzer-2026-04-29-contrast.png"],body:is([data-current-path="/"],[data-current-path="/news"]) .community-hub--social .community-hub__image img[src$="studio-probe-bier-spritzer-2026-04-29.jpg"]{object-position:center 12%}@media (max-width:780px){body:is([data-current-path="/"],[data-current-path="/news"]) .community-hub--social .community-hub__image:has(img[src$="studio-probe-bier-spritzer-2026-04-29-contrast.png"]),body:is([data-current-path="/"],[data-current-path="/news"]) .community-hub--social .community-hub__image:has(img[src$="studio-probe-bier-spritzer-2026-04-29.jpg"]){aspect-ratio:16/11.5}body:is([data-current-path="/"],[data-current-path="/news"]) .community-hub--social .community-hub__image img[src$="studio-probe-bier-spritzer-2026-04-29-contrast.png"],body:is([data-current-path="/"],[data-current-path="/news"]) .community-hub--social .community-hub__image img[src$="studio-probe-bier-spritzer-2026-04-29.jpg"]{object-position:center 10%}}body:is([data-current-path="/"],[data-current-path="/news"]) .community-hub--social .community-hub__date{margin:.55rem 0 -.12rem;color:rgba(255,236,226,.62);font-size:.72rem;font-weight:800;letter-spacing:.09em;line-height:1.2;text-transform:uppercase}.team-dug__panel--secret-gig{border-color:rgba(255,36,48,.28)!important;background:radial-gradient(circle at 100% 0,rgba(255,36,48,.18),transparent 36%),rgba(12,2,5,.92)!important}.team-dug-secret-form{display:grid;gap:.85rem;margin-top:1rem}.team-dug-secret-form label,.team-dug-secret-form span{display:grid;gap:.35rem}.team-dug-secret-form span{color:rgba(255,236,226,.72);font-size:.78rem;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.team-dug-secret-form input,.team-dug-secret-form textarea{width:100%;border:1px solid rgba(255,255,255,.14);border-radius:16px;background:rgba(255,255,255,.07);color:#fff7ee;padding:.85rem 1rem}.team-dug-secret-form textarea{resize:vertical}.team-dug__notice{padding:.8rem .95rem;border-radius:16px;background:rgba(255,255,255,.07);color:#ffe8dc!important}.team-dug__notice--success{border:1px solid rgba(125,255,181,.35)}.team-dug__notice--error{border:1px solid rgba(255,80,80,.42)}.dug-secret-gig-modal[hidden]{display:none!important}.dug-secret-gig-modal{position:fixed;inset:0;z-index:1200;display:grid;place-items:center;padding:1rem}.dug-secret-gig-modal__backdrop{position:absolute;inset:0;background:rgba(0,0,0,.68);backdrop-filter:blur(8px)}.dug-secret-gig-modal__dialog{position:relative;width:min(560px,calc(100vw - 2rem));padding:clamp(1.3rem,4vw,2.2rem);border:1px solid rgba(255,255,255,.14);border-radius:28px;background:radial-gradient(circle at 100% 0,rgba(255,36,48,.22),transparent 40%),#100205;box-shadow:0 30px 120px rgba(0,0,0,.68)}.dug-secret-gig-modal__dialog h2{margin:.45rem 0 1rem;font-size:clamp(2rem, 7vw, 3.4rem);line-height:.98}.dug-secret-gig-modal__dialog>.eyebrow:first-of-type{display:inline-block;margin:0 0 .7rem;line-height:1.15}.dug-secret-gig-modal__dialog p{color:rgba(255,238,228,.78)}.dug-secret-gig-modal__close{position:absolute;top:.75rem;right:.85rem;width:42px;height:42px;border-radius:999px;border:1px solid rgba(255,255,255,.14);background:rgba(255,255,255,.08);color:#fff;font-size:1.4rem;cursor:pointer}.dug-event-guestlist-form{display:grid;gap:.85rem;margin-top:1rem}.dug-event-guestlist-form label{display:grid;gap:.35rem;color:rgba(255,238,228,.86);font-weight:800}.dug-event-guestlist-form input,.dug-event-guestlist-form select,.dug-event-guestlist-form textarea{width:100%;border:1px solid rgba(255,255,255,.18);border-radius:0;background:rgba(255,255,255,.08);color:#fff;padding:.85rem .95rem;font:inherit}.dug-event-guestlist-form select{color-scheme:dark;background-color:#251014}.dug-event-guestlist-form select option{background:#251014;color:#fff}.dug-secret-gig-modal__actions{display:flex;gap:.75rem;flex-wrap:wrap}body:is([data-current-path="/"],[data-current-path="/news"]) .community-hub--social .community-hub__meta--news{color:rgba(255,236,226,.62)}@media (min-width:861px){body[data-current-path="/"] .layout-content:first-of-type .wb-hero-banner__shell{grid-template-columns:minmax(0,.82fr) minmax(620px,1.24fr)!important;gap:clamp(1.6rem,2.4vw,2.5rem)!important}body[data-current-path="/"] .layout-content:first-of-type .wb-hero-banner__aside{min-height:clamp(400px,54vh,620px)!important;align-self:center}body[data-current-path="/"] .layout-content:first-of-type .wb-hero-banner__aside img{transform:scale(1.08)}}body[data-current-path="/team-dug/dashboard"] .team-dug__panel--secret-gig{grid-column:1/-1;max-width:980px;margin-inline:auto;width:100%;padding:clamp(1.25rem,3vw,2.2rem)!important}.team-dug-secret-form{grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.team-dug-secret-form *,.team-dug-secret-form ::after,.team-dug-secret-form ::before{box-sizing:border-box}.team-dug-secret-form .btn,.team-dug-secret-form__reason{grid-column:1/-1}.team-dug-secret-form input,.team-dug-secret-form textarea{min-width:0}@media (max-width:760px){.team-dug-secret-form{grid-template-columns:1fr}}.team-dug-secret-confirmation{display:grid;grid-template-columns:auto minmax(0,1fr);gap:.85rem;align-items:start;margin-top:1rem;padding:1rem;border:1px solid rgba(125,255,181,.34);border-radius:18px;background:linear-gradient(135deg,rgba(125,255,181,.13),rgba(255,255,255,.055));box-shadow:inset 0 1px 0 rgba(255,255,255,.06)}.team-dug-secret-confirmation__icon{display:inline-grid;place-items:center;width:2.05rem;height:2.05rem;border-radius:999px;background:rgba(125,255,181,.18);color:#9dffbf;font-weight:900}.team-dug-secret-confirmation strong{display:block;color:#fff7ee;font-size:1.05rem}.team-dug-secret-confirmation p{margin:.25rem 0 0;color:rgba(255,246,238,.78)!important}.team-dug-secret-confirmation small{display:block;margin-top:.55rem;color:rgba(255,246,238,.55)}.team-dug-secret-form[aria-busy=true]{opacity:.78}.team-dug-secret-form .btn:disabled{cursor:progress;opacity:.82}.my-social-network{display:grid;gap:1.35rem;grid-column:1/-1;width:min(100%,980px);margin-inline:auto}.my-social-network__head h2{margin-bottom:.35rem}.my-social-network__head p:last-child{color:rgba(255,255,255,.78);max-width:72ch}.my-social-network__composer{display:grid;gap:.9rem;padding:1rem;border:1px solid rgba(255,255,255,.14);border-radius:24px;background:rgba(20,0,0,.22)}.my-social-network__composer label{display:grid;gap:.35rem;font-weight:800;color:rgba(255,255,255,.82)}.my-social-network-comment-form input,.my-social-network__composer input,.my-social-network__composer textarea{width:100%;border:1px solid rgba(255,255,255,.16);border-radius:18px;padding:.85rem 1rem;background:rgba(0,0,0,.32);color:#fff}.my-social-network__composer-row{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem}.my-social-network__feed{display:grid;gap:1rem}.my-social-network-post{padding:1rem;border:1px solid rgba(255,255,255,.14);border-radius:28px;background:linear-gradient(145deg,rgba(40,0,0,.72),rgba(9,0,0,.52));box-shadow:0 18px 45px rgba(0,0,0,.22)}.my-social-network-post header{display:flex;align-items:center;gap:.8rem;margin-bottom:.9rem}.my-social-network-post header small{display:block;color:rgba(255,255,255,.58);font-size:.82rem}.my-social-network__avatar{width:42px;height:42px;border-radius:50%;display:grid;place-items:center;background:linear-gradient(135deg,#ff3232,#ffba66);color:#160000;font-weight:950}.my-social-network-post__body{color:rgba(255,255,255,.9);line-height:1.6;overflow-wrap:anywhere}.my-social-network-comment a,.my-social-network-post__body a{color:#ffd0d0;text-decoration-thickness:2px}.my-social-network-post__image{display:block;width:100%;max-height:520px;object-fit:cover;border-radius:22px;margin-top:.9rem;border:1px solid rgba(255,255,255,.14)}.my-social-network-link{display:grid;gap:.25rem;margin-top:.9rem;padding:.9rem 1rem;border-radius:20px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.14);color:#fff;text-decoration:none}.my-social-network-link span{color:rgba(255,255,255,.58);font-size:.78rem;text-transform:uppercase;letter-spacing:.08em}.my-social-network-link em{color:rgba(255,255,255,.72);font-style:normal}.my-social-network-reactions{display:flex;gap:.35rem;flex-wrap:wrap;margin-top:.9rem}.my-social-network-reactions form{margin:0}.my-social-network-reactions button{border:1px solid rgba(255,255,255,.13);border-radius:999px;padding:.36rem .58rem;background:rgba(255,255,255,.08);color:#fff;cursor:pointer;min-height:36px}.my-social-network-reactions button:focus-visible,.my-social-network-reactions button:hover{background:rgba(255,255,255,.9);color:#111}.my-social-network-comments{display:grid;gap:.65rem;margin-top:1rem;padding-top:.85rem;border-top:1px solid rgba(255,255,255,.12)}.my-social-network-comment{padding:.75rem .85rem;border-radius:18px;background:rgba(0,0,0,.22)}.my-social-network-comment p{margin:.2rem 0 0;color:rgba(255,255,255,.82);overflow-wrap:anywhere}.my-social-network-comment-form{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:.55rem;align-items:center}.my-social-network__empty{padding:1rem;border-radius:22px;background:rgba(255,255,255,.07)}@media (max-width:760px){.my-social-network{width:calc(100vw - 1rem)}.my-social-network-comment-form,.my-social-network__composer-row{grid-template-columns:1fr}}.my-social-network{position:relative;overflow:hidden;padding:clamp(1rem,2.4vw,1.6rem);border-color:rgba(255,255,255,.16);background:radial-gradient(circle at 18% 0,rgba(255,255,255,.16),transparent 34%),linear-gradient(145deg,rgba(42,0,0,.86),rgba(7,0,0,.78))}.my-social-network::before{content:"#TeamDuG";position:absolute;right:clamp(1rem,3vw,2rem);top:-.38em;font-family:var(--font-display, inherit);font-size:clamp(4.8rem, 13vw, 9.5rem);line-height:1;color:rgba(255,255,255,.045);pointer-events:none;white-space:nowrap}.my-social-network__head{position:relative;display:flex;align-items:flex-start;justify-content:space-between;gap:1rem}.my-social-network__badge{display:inline-flex;align-items:center;gap:.4rem;padding:.42rem .72rem;border-radius:999px;background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.16);color:rgba(255,255,255,.82);font-size:.76rem;font-weight:900;text-transform:uppercase;letter-spacing:.08em;white-space:nowrap}.my-social-network__badge::before{content:"";width:.48rem;height:.48rem;border-radius:50%;background:#34d399;box-shadow:0 0 18px rgba(52,211,153,.85)}.my-social-network__composer{position:relative;background:rgba(255,255,255,.92);color:#170000;box-shadow:0 18px 48px rgba(0,0,0,.28)}.my-social-network__composer-main{display:grid;grid-template-columns:auto minmax(0,1fr);gap:.85rem;align-items:start}.my-social-network__composer label{color:rgba(20,0,0,.74)}.my-social-network__composer input,.my-social-network__composer textarea{background:#f4f4f5;border-color:rgba(15,23,42,.12);color:#171717}.my-social-network__composer input:focus,.my-social-network__composer textarea:focus{outline:2px solid rgba(220,38,38,.24);border-color:rgba(220,38,38,.42)}.my-social-network__composer-row{grid-template-columns:repeat(2,minmax(0,1fr)) auto;align-items:end}.my-social-network-post{background:rgba(255,255,255,.94);color:#171717;border-color:rgba(255,255,255,.34)}.my-social-network-comment p,.my-social-network-post header small,.my-social-network-post__body{color:rgba(23,23,23,.72)}.my-social-network-comment a,.my-social-network-post__body a{color:#b91c1c}.my-social-network-link{background:#f4f4f5;border-color:rgba(15,23,42,.1);color:#171717}.my-social-network-link span{color:rgba(23,23,23,.5)}.my-social-network-link em{color:rgba(23,23,23,.65)}.my-social-network-reactions{border-top:1px solid rgba(15,23,42,.08);padding-top:.75rem}.my-social-network-reactions button{background:#f4f4f5;color:#27272a;border-color:rgba(15,23,42,.08)}.my-social-network-reactions button:focus-visible,.my-social-network-reactions button:hover{background:#fee2e2;color:#7f1d1d}.my-social-network-comments{border-top-color:rgba(15,23,42,.08)}.my-social-network-comment{background:#f4f4f5}.my-social-network-comment-form input{background:#f4f4f5;color:#171717;border-color:rgba(15,23,42,.1)}.my-social-network__empty{display:flex;gap:.85rem;align-items:center;background:rgba(255,255,255,.94);color:#171717;border:1px solid rgba(255,255,255,.3);box-shadow:0 14px 36px rgba(0,0,0,.18)}.my-social-network__empty p{margin:.2rem 0 0;color:rgba(23,23,23,.65)}.my-social-network__empty-icon{width:44px;height:44px;display:grid;place-items:center;border-radius:50%;background:#fee2e2}@media (max-width:760px){.my-social-network__head{display:grid}.my-social-network__composer-main,.my-social-network__composer-row{grid-template-columns:1fr}.my-social-network__composer-main .my-social-network__avatar{display:none}}.team-dug__dashboard-grid>.my-social-network{--msn-ink:#181315;--msn-muted:rgba(24, 19, 21, .62);--msn-line:rgba(24, 19, 21, .1);isolation:isolate;gap:clamp(1.05rem,2vw,1.45rem);padding:clamp(1.15rem,2.6vw,1.9rem);border-radius:clamp(28px,3vw,42px);background:linear-gradient(180deg,rgba(255,255,255,.08),transparent 22%),radial-gradient(circle at 20% -10%,rgba(255,100,100,.25),transparent 32%),linear-gradient(145deg,rgba(31,0,0,.94),rgba(7,0,0,.88));box-shadow:0 34px 90px rgba(0,0,0,.42),inset 0 1px 0 rgba(255,255,255,.12)}.team-dug__dashboard-grid>.my-social-network::after{content:"";position:absolute;inset:auto -12% -26% 35%;height:44%;background:radial-gradient(circle,rgba(220,38,38,.38),transparent 68%);filter:blur(28px);pointer-events:none;z-index:-1}.my-social-network__head{padding-inline:clamp(.15rem,1vw,.55rem);margin-bottom:.25rem}.my-social-network__head .eyebrow{color:rgba(255,255,255,.64);letter-spacing:.12em}.my-social-network__head h2{font-size:clamp(1.9rem, 4vw, 3.1rem);line-height:.92;letter-spacing:-.035em;text-shadow:0 16px 35px rgba(0,0,0,.45)}.my-social-network__head p:last-child{max-width:58ch;color:rgba(255,255,255,.76);font-size:clamp(.98rem, 1.5vw, 1.08rem)}.my-social-network__composer{padding:clamp(.9rem,2vw,1.15rem);border:1px solid rgba(255,255,255,.68);border-radius:30px;background:linear-gradient(180deg,rgba(255,255,255,.98),rgba(246,242,242,.95))}.my-social-network-post .my-social-network__avatar,.my-social-network__composer .my-social-network__avatar{width:46px;height:46px;box-shadow:0 10px 25px rgba(220,38,38,.23),inset 0 1px 0 rgba(255,255,255,.45)}.my-social-network__composer-main label span{font-size:.98rem;color:var(--msn-ink)}.my-social-network__composer textarea{min-height:92px;resize:vertical;border-radius:22px;background:linear-gradient(180deg,#fff,#f5f3f3);box-shadow:inset 0 1px 4px rgba(0,0,0,.045)}.my-social-network__composer-row{gap:.65rem;padding-top:.15rem}.my-social-network__composer-row label span{font-size:.78rem;color:rgba(24,19,21,.58);text-transform:uppercase;letter-spacing:.06em}.my-social-network-comment-form input,.my-social-network__composer-row input{min-height:46px;border-radius:999px;background:#fff}.my-social-network__composer-row .btn{min-width:112px;box-shadow:0 12px 26px rgba(220,38,38,.28)}.my-social-network-post{position:relative;overflow:hidden;padding:clamp(1rem,2.2vw,1.35rem);border-radius:32px;background:linear-gradient(180deg,rgba(255,255,255,.985),rgba(250,247,247,.955));box-shadow:0 24px 60px rgba(0,0,0,.26),inset 0 1px 0 rgba(255,255,255,.8)}.my-social-network-post::before{content:"";position:absolute;inset:0 0 auto 0;height:5px;background:linear-gradient(90deg,#dc2626,#ff8a3d,#fee2e2)}.my-social-network-post>header{all:unset;display:flex!important;align-items:center;gap:.85rem;margin:0 0 1rem;min-height:0!important;width:auto!important;background:0 0!important;color:var(--msn-ink)!important}.my-social-network-post__meta{display:grid;gap:.1rem}.my-social-network-post__meta strong{color:var(--msn-ink);font-size:1.02rem}.my-social-network-post__meta small{color:var(--msn-muted)!important;font-size:.82rem}.my-social-network-post__body{color:rgba(24,19,21,.74)!important;font-size:clamp(1rem, 1.45vw, 1.06rem);line-height:1.72}.my-social-network-reactions{gap:.48rem;margin-top:1.1rem;padding-top:1rem;border-top:1px solid var(--msn-line)}.my-social-network-reactions button{min-width:42px;min-height:42px;padding:.45rem .62rem;background:#fff;box-shadow:0 8px 18px rgba(0,0,0,.06);transition:transform .16s ease,box-shadow .16s ease,background .16s ease}.my-social-network-reactions button:focus-visible,.my-social-network-reactions button:hover{transform:translateY(-1px);box-shadow:0 14px 26px rgba(220,38,38,.18)}.my-social-network-comments{margin-top:.9rem;padding-top:.9rem;border-top:1px solid var(--msn-line)}.my-social-network-comment-form{padding:.22rem;border:1px solid var(--msn-line);border-radius:999px;background:#fff}.my-social-network-comment-form .btn.secondary{min-width:96px;color:#7f1d1d;background:#fee2e2;border-color:rgba(220,38,38,.14);box-shadow:none}.my-social-network-comment-form .btn.secondary:focus-visible,.my-social-network-comment-form .btn.secondary:hover{color:#111;background:#fff}@media (max-width:760px){.team-dug__dashboard-grid>.my-social-network{border-radius:28px}.my-social-network__badge{width:fit-content}.my-social-network-comment-form{border-radius:24px;padding:.4rem}}.my-social-network-post__pill{margin-left:auto;padding:.32rem .58rem;border-radius:999px;background:#f4f4f5;border:1px solid rgba(15,23,42,.08);color:rgba(24,19,21,.58);font-size:.75rem;font-weight:900}.my-social-network-post__social-proof{display:flex;justify-content:space-between;gap:.8rem;margin-top:1rem;padding-top:.9rem;border-top:1px solid var(--msn-line,rgba(15,23,42,.08));color:rgba(24,19,21,.58);font-size:.88rem;font-weight:800}.my-social-network-actions{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:.42rem;margin-top:.62rem;padding:.55rem;border-radius:22px;background:#f8f5f5;border:1px solid rgba(15,23,42,.08)}.my-social-network-actions form{margin:0}.my-social-network-actions button{width:100%;min-height:42px;border:0;border-radius:16px;background:0 0;color:#27272a;cursor:pointer;font-weight:900;transition:transform .16s ease,background .16s ease,box-shadow .16s ease}.my-social-network-actions button:focus-visible,.my-social-network-actions button:hover{transform:translateY(-1px);background:#fff;box-shadow:0 12px 24px rgba(220,38,38,.14);outline:2px solid rgba(220,38,38,.18)}@media (max-width:760px){.my-social-network-post__pill{display:none}.my-social-network-actions{grid-template-columns:repeat(4,minmax(0,1fr))}}.my-social-members{position:relative;display:grid;gap:.85rem;padding:clamp(.9rem,2vw,1.15rem);border-radius:30px;background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.16);box-shadow:inset 0 1px 0 rgba(255,255,255,.1)}.my-social-members__head{display:flex;justify-content:space-between;align-items:end;gap:1rem}.my-social-members__head h3{margin:.15rem 0 0;color:#fff;font-size:clamp(1.25rem, 2.3vw, 1.65rem)}.my-social-members__empty,.my-social-members__head>span{color:rgba(255,255,255,.68);font-weight:800}.my-social-members__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:.72rem}.my-social-member-card{display:grid;grid-template-columns:auto minmax(0,1fr);gap:.75rem;align-items:center;padding:.82rem;border-radius:24px;background:rgba(255,255,255,.94);color:#171717;box-shadow:0 14px 34px rgba(0,0,0,.16)}.my-social-member-card__body{min-width:0;display:grid;gap:.12rem}.my-social-member-card__body strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.my-social-member-card__body small{color:rgba(23,23,23,.55);font-weight:750}.my-social-member-card__action{grid-column:1/-1;display:flex;flex-wrap:wrap;gap:.45rem;align-items:center}.my-social-member-card__action form{margin:0}.my-social-member-card__action .btn{min-height:38px;padding:.55rem .8rem;font-size:.78rem}.my-social-member-pill{display:inline-flex;min-height:34px;align-items:center;padding:.35rem .72rem;border-radius:999px;background:#f4f4f5;color:rgba(23,23,23,.68);font-size:.78rem;font-weight:900}.my-social-member-pill--connected{background:#dcfce7;color:#166534}@media (max-width:760px){.my-social-members__head{align-items:start;display:grid}.my-social-members__grid{grid-template-columns:1fr}}.my-social-network-tabs{position:relative;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.5rem;padding:.35rem;border-radius:999px;background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.16)}.my-social-network-tab{border:0;border-radius:999px;min-height:42px;padding:.55rem .85rem;background:0 0;color:rgba(255,255,255,.72);font-weight:950;cursor:pointer}.my-social-network-tab.is-active,.my-social-network-tab:focus-visible,.my-social-network-tab:hover{background:rgba(255,255,255,.95);color:#171717;outline:0}.my-social-network-panel{display:grid;gap:1rem}.my-social-account-form,.my-social-members__search{display:grid;gap:.45rem;padding:.9rem;border-radius:24px;background:rgba(255,255,255,.94);color:#171717}.my-social-account-form span,.my-social-members__search span{color:rgba(23,23,23,.62);font-weight:900;font-size:.82rem;text-transform:uppercase;letter-spacing:.06em}.my-social-account-form input,.my-social-members__search input{width:100%;min-height:46px;border:1px solid rgba(15,23,42,.11);border-radius:999px;padding:.75rem 1rem;background:#fff;color:#171717}.my-social-account{display:grid;gap:.9rem;padding:clamp(.9rem,2vw,1.15rem);border-radius:30px;background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.16)}.my-social-account-form{grid-template-columns:repeat(2,minmax(0,1fr))}.my-social-account-form label{display:grid;gap:.4rem}.my-social-account-form .btn,.my-social-account-form label:nth-of-type(3){grid-column:1/-1}@media (max-width:760px){.my-social-network-tabs{grid-template-columns:1fr;border-radius:24px}.my-social-account-form{grid-template-columns:1fr}}.my-social-network-wall-shell{display:grid;grid-template-columns:minmax(220px,280px) minmax(0,1fr);gap:clamp(.85rem,2vw,1.15rem);align-items:start}.my-social-network-feed-column{display:grid;gap:1rem;min-width:0}.my-social-network-feed-tools{display:flex;flex-wrap:wrap;gap:.5rem;padding:.35rem;border:1px solid rgba(255,255,255,.14);border-radius:999px;background:rgba(255,255,255,.08)}.my-social-network-feed-tools button{flex:1 1 120px;min-height:40px;border:0;border-radius:999px;background:0 0;color:rgba(255,255,255,.76);font-weight:950;cursor:pointer}.my-social-network-feed-tools button.is-active,.my-social-network-feed-tools button:focus-visible,.my-social-network-feed-tools button:hover{background:rgba(255,255,255,.95);color:#171717;outline:0}.my-social-network-rail{position:sticky;top:92px;display:grid;gap:.78rem}.my-social-network-rail__profile,.my-social-network-rail__prompts,.my-social-network-rail__stats{border:1px solid rgba(255,255,255,.16);border-radius:26px;background:rgba(255,255,255,.92);color:#171717;box-shadow:0 18px 42px rgba(0,0,0,.2)}.my-social-network-rail__profile{display:grid;grid-template-columns:auto minmax(0,1fr);gap:.72rem;align-items:center;padding:.85rem}.my-social-network-rail__profile small,.my-social-network-rail__profile strong{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.my-social-network-rail__profile small{color:rgba(23,23,23,.56);font-weight:800}.my-social-network-rail__stats{display:grid;gap:.18rem;padding:.55rem}.my-social-network-rail__stats div{padding:.68rem .72rem;border-radius:20px;background:linear-gradient(180deg,#fff,#f6f3f3);border:1px solid rgba(15,23,42,.07)}.my-social-network-rail__stats strong{display:block;font-size:1.55rem;line-height:.95;color:#7f1d1d}.my-social-network-rail__stats small,.my-social-network-rail__stats span{display:block}.my-social-network-rail__stats span{margin-top:.24rem;font-weight:950}.my-social-network-rail__stats small{color:rgba(23,23,23,.54);font-weight:750}.my-social-network-rail__prompts{display:grid;gap:.5rem;padding:.8rem}.my-social-network-rail__prompts .eyebrow{margin:0;color:rgba(23,23,23,.54)}.my-social-network-rail__prompts button{border:1px solid rgba(220,38,38,.12);border-radius:999px;padding:.64rem .78rem;background:#fff;color:#7f1d1d;font-weight:900;text-align:left;cursor:pointer}.my-social-network-rail__prompts button:focus-visible,.my-social-network-rail__prompts button:hover{background:#fee2e2;outline:2px solid rgba(220,38,38,.18)}@media (max-width:1020px){.my-social-network-wall-shell{grid-template-columns:1fr}.my-social-network-rail{position:static;grid-template-columns:minmax(0,1fr)}.my-social-network-rail__stats{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:760px){.my-social-network-rail__stats{grid-template-columns:1fr}}.team-dug__panel--account{grid-column:1/-1;width:min(100%,980px);margin-inline:auto}.team-dug-account-form{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.85rem;margin-top:1rem}.team-dug-account-form label{display:grid;gap:.4rem;min-width:0}.team-dug-account-form span{color:rgba(255,255,255,.72);font-weight:900;font-size:.82rem;text-transform:uppercase;letter-spacing:.06em}.team-dug-account-form input{width:100%;min-height:46px;border:1px solid rgba(255,255,255,.16);border-radius:999px;padding:.75rem 1rem;background:rgba(255,255,255,.94);color:#171717}.team-dug-account-form .btn,.team-dug-account-form__wide{grid-column:1/-1}@media (max-width:760px){.team-dug-account-form{grid-template-columns:1fr}}.my-social-network-tabs{grid-template-columns:repeat(auto-fit,minmax(120px,1fr))}body[data-current-path="/team-dug/dashboard"] .team-dug{--team-dug-dashboard-width:min(var(--dug-shell-width, 1180px), calc(100vw - (var(--dug-shell-gutter, 1.25rem) * 2)))}body[data-current-path="/team-dug/dashboard"] .team-dug__dashboard-grid,body[data-current-path="/team-dug/dashboard"] .team-dug__hero{width:var(--team-dug-dashboard-width)!important;max-width:none!important;margin-inline:auto!important}body[data-current-path="/team-dug/dashboard"] .team-dug__dashboard-grid{grid-template-columns:1fr!important}body[data-current-path="/team-dug/dashboard"] :is(.my-social-network,.team-dug__panel--account,.team-dug__panel--secret-gig){width:100%!important;max-width:none!important;margin-inline:0!important}body[data-current-path="/team-dug/account"] .team-dug,body[data-current-path="/team-dug/account"] .team-dug-account-page-card,body[data-current-path="/team-dug/account"] .team-dug__hero{width:min(var(--dug-shell-width,1180px),calc(100vw - (var(--dug-shell-gutter,1.25rem) * 2)))!important;max-width:none!important;margin-inline:auto!important}body[data-current-path="/team-dug/account"] :is(.team-dug__hero,.team-dug-account-page-card){border-radius:var(--dug-shell-radius)!important}.team-dug-account-page-card{padding:clamp(1.25rem,3vw,2.2rem)!important}.team-dug-account-page-card__head{display:flex;justify-content:space-between;gap:1rem;align-items:flex-start;margin-bottom:1rem}.team-dug-account-page-card__head h2{margin:.1rem 0 .35rem}.team-dug-account-page-card__head p{max-width:58ch;color:rgba(255,255,255,.76)}@media (max-width:760px){.team-dug-account-page-card__head{display:grid}}.my-social-network-async-status{padding:.78rem 1rem;border-radius:999px;background:rgba(220,252,231,.96);color:#14532d;font-weight:900;box-shadow:0 12px 28px rgba(0,0,0,.16)}.my-social-network-async-status.is-error{background:rgba(254,226,226,.96);color:#7f1d1d}.my-social-member-card.is-updated{outline:2px solid rgba(52,211,153,.7);box-shadow:0 16px 38px rgba(16,185,129,.22)}body[data-current-path^="/team-dug"] .team-dug__subnav{width:min(var(--dug-shell-width,1180px),calc(100vw - (var(--dug-shell-gutter,1.25rem) * 2)))!important;max-width:none!important;margin:calc(clamp(1.25rem,3vw,2.4rem) * -.45) auto 0!important;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.65rem;padding:.65rem;border:1px solid rgba(255,255,255,.15);border-radius:var(--dug-shell-radius)!important;background:linear-gradient(135deg,rgba(20,0,0,.82),rgba(65,0,0,.58));box-shadow:0 22px 55px rgba(0,0,0,.24);backdrop-filter:blur(14px)}.team-dug__subnav-link{display:grid;gap:.12rem;min-height:64px;align-content:center;padding:.72rem .85rem;border:1px solid rgba(255,255,255,.1);border-radius:calc(var(--dug-shell-radius-inner,24px) - 6px);color:rgba(255,255,255,.86);text-decoration:none;background:rgba(255,255,255,.055);transition:transform .18s ease,background .18s ease,border-color .18s ease,color .18s ease}.team-dug__subnav-link span{font-weight:950;letter-spacing:-.02em}.team-dug__subnav-link small{color:rgba(255,255,255,.58);font-weight:800;font-size:.76rem}.team-dug__subnav-link.is-active,.team-dug__subnav-link:is(:hover,:focus-visible){transform:translateY(-1px);background:linear-gradient(135deg,#fff,#fee2e2);border-color:rgba(255,255,255,.55);color:#210000}.team-dug__subnav-link.is-active small,.team-dug__subnav-link:is(:hover,:focus-visible) small{color:rgba(33,0,0,.62)}@media (max-width:880px){body[data-current-path^="/team-dug"] .team-dug__subnav{grid-template-columns:repeat(2,minmax(0,1fr));margin-top:calc(clamp(1.25rem,3vw,2.4rem) * -.3)!important}.team-dug__subnav-link{min-height:58px}}@media (max-width:520px){body[data-current-path^="/team-dug"] .team-dug__subnav{width:calc(100vw - 1rem)!important;grid-template-columns:1fr;border-radius:26px!important}}.my-social-network__composer-tools{display:flex;justify-content:space-between;gap:.75rem;align-items:center;padding:.15rem .25rem 0 calc(46px + .85rem);color:rgba(24,19,21,.58);font-size:.82rem;font-weight:850}.my-social-network__composer-tools strong{color:inherit}.my-social-network-rail__signals{display:grid;gap:.5rem;padding:.8rem;border:1px solid rgba(255,255,255,.16);border-radius:26px;background:rgba(255,255,255,.92);color:#171717;box-shadow:0 18px 42px rgba(0,0,0,.2)}.my-social-network-rail__signals .eyebrow{margin:0;color:rgba(23,23,23,.54)}.my-social-network-signal{display:grid;grid-template-columns:auto minmax(0,1fr);gap:.08rem .62rem;align-items:center;padding:.62rem .68rem;border-radius:18px;background:#fff;border:1px solid rgba(15,23,42,.08)}.my-social-network-signal strong{grid-row:span 2;font-size:1.35rem;line-height:1;color:#7f1d1d}.my-social-network-signal span{font-weight:950}.my-social-network-signal small{color:rgba(23,23,23,.55);font-weight:750}.my-social-network-signal--hot{background:linear-gradient(135deg,#fff,#fee2e2)}.my-social-network-signal--warm{background:linear-gradient(135deg,#fff,#ffedd5)}@media (max-width:760px){.my-social-network__composer-tools{padding-left:.25rem;align-items:flex-start;flex-direction:column}}.team-dug__dashboard-grid>.my-social-network{--msn-ink:#fff7f2;--msn-muted:rgba(255,247,242,.68);--msn-line:rgba(255,255,255,.13);background:radial-gradient(circle at 14% -8%,rgba(255,72,72,.32),transparent 34rem),radial-gradient(circle at 92% 18%,rgba(255,183,77,.16),transparent 24rem),linear-gradient(145deg,rgba(37,0,0,.96),rgba(7,0,0,.92))!important}.my-social-network-feed-column{gap:1.1rem}.my-social-network__feed{gap:.92rem}.my-social-member-card,.my-social-members__search,.my-social-network-new-post,.my-social-network-post,.my-social-network-rail__profile,.my-social-network-rail__prompts,.my-social-network-rail__stats,.my-social-network__composer{background:linear-gradient(145deg,rgba(55,6,6,.82),rgba(12,0,0,.76))!important;border:1px solid rgba(255,255,255,.14)!important;color:#fff7f2!important;box-shadow:0 22px 58px rgba(0,0,0,.34),inset 0 1px 0 rgba(255,255,255,.08)!important}.my-social-network-post::before{background:linear-gradient(90deg,#ef4444,#fb923c,rgba(255,255,255,.22))}.my-social-member-card__body strong,.my-social-network-post>header,.my-social-network-post__body,.my-social-network-post__meta strong,.my-social-network__composer-main label span{color:#fff7f2!important}.my-social-member-card__body small,.my-social-network-new-post__intro p,.my-social-network-post__body,.my-social-network-post__meta small,.my-social-network-post__social-proof,.my-social-network-rail__profile small,.my-social-network-rail__stats small{color:rgba(255,247,242,.68)!important}.my-social-member-pill,.my-social-network-actions,.my-social-network-comment,.my-social-network-comment-form,.my-social-network-link,.my-social-network-rail__stats div{background:rgba(255,255,255,.07)!important;border-color:rgba(255,255,255,.12)!important;color:#fff7f2!important}.my-social-members__search input,.my-social-network-actions button,.my-social-network-comment-form input,.my-social-network__composer textarea,.my-social-network__composer-row input{background:rgba(0,0,0,.28)!important;border-color:rgba(255,255,255,.15)!important;color:#fff!important}.my-social-network-actions button:focus-visible,.my-social-network-actions button:hover,.my-social-network-rail__prompts button:focus-visible,.my-social-network-rail__prompts button:hover{background:rgba(255,255,255,.14)!important;color:#fff!important}.my-social-network-post__pill{background:rgba(255,255,255,.1)!important;border-color:rgba(255,255,255,.13)!important;color:rgba(255,247,242,.7)!important}.my-social-network-new-post{display:grid;gap:.9rem;padding:clamp(1rem,2vw,1.25rem);border-radius:30px}.my-social-network-new-post__intro h3{margin:.1rem 0 .2rem;color:#fff}.my-social-network-new-post__intro p{max-width:58ch}.my-social-network-load-more{width:100%;min-height:48px;border:1px solid rgba(255,255,255,.16);border-radius:999px;background:rgba(255,255,255,.08);color:#fff;font-weight:950;cursor:pointer}.my-social-network-load-more:focus-visible,.my-social-network-load-more:hover{background:linear-gradient(135deg,#ef4444,#fb923c);outline:2px solid rgba(255,255,255,.18)}.my-social-network-load-more[hidden]{display:none}.my-social-network-post{padding:0!important;border-radius:22px!important;overflow:hidden}.my-social-network-post__header{display:flex!important;align-items:center;gap:.72rem;padding:.9rem 1rem .55rem;margin:0!important}.my-social-network-post__menu{margin-left:auto;width:38px;height:38px;border:0;border-radius:50%;background:rgba(255,255,255,.08);color:rgba(255,247,242,.72);font-size:1.15rem;font-weight:950;cursor:default}.my-social-network-post__body{padding:.1rem 1rem .85rem}.my-social-network-post__body p{margin:0;color:#fff7f2;font-size:1rem;line-height:1.55}.my-social-network-post__image{border-radius:0!important;border-inline:0!important;width:100%;margin:0!important;max-height:620px}.my-social-network-link{margin:0 1rem .85rem!important}.my-social-network-post__social-proof{margin:0 1rem!important;padding:.72rem 0!important;align-items:center;border-top:0!important;border-bottom:1px solid rgba(255,255,255,.12)}.my-social-network-post__reaction-stack{display:inline-flex;align-items:center;margin-right:.35rem}.my-social-network-post__reaction-stack i{display:grid;place-items:center;width:22px;height:22px;margin-right:-5px;border:2px solid rgba(22,0,0,.9);border-radius:50%;background:rgba(255,255,255,.12);font-style:normal;font-size:.75rem}.my-social-network-actions{grid-template-columns:repeat(7,minmax(0,1fr))!important;gap:.18rem!important;margin:0 1rem!important;padding:.28rem 0!important;border:0!important;border-radius:0!important;background:0 0!important;border-bottom:1px solid rgba(255,255,255,.12)!important}.my-social-network-actions button{display:inline-flex;align-items:center;justify-content:center;gap:.28rem;min-height:38px!important;padding:.35rem .25rem!important;border-radius:10px!important;font-size:.84rem;color:rgba(255,247,242,.78)!important}.my-social-network-actions button strong{font-size:.78rem}.my-social-network-actions button em{font-style:normal;color:rgba(255,247,242,.54)}.my-social-network-comments{margin:0!important;padding:.75rem 1rem 1rem!important;border-top:0!important;gap:.55rem!important}.my-social-network-comment-row{display:grid;grid-template-columns:auto minmax(0,1fr);gap:.5rem;align-items:start}.my-social-network__avatar--comment{width:32px!important;height:32px!important;font-size:.82rem}.my-social-network-comment{width:fit-content;max-width:min(100%,62ch);padding:.55rem .72rem!important;border-radius:18px!important;background:rgba(255,255,255,.09)!important}.my-social-network-comment strong{font-size:.86rem;color:#fff7f2}.my-social-network-comment p{margin:.12rem 0 0!important;line-height:1.42}.my-social-network-comment-form{display:grid!important;grid-template-columns:minmax(0,1fr) auto!important;gap:.45rem!important;margin-top:.15rem;padding:.25rem!important;border-radius:999px!important;background:rgba(255,255,255,.075)!important}@media (max-width:760px){.my-social-network-actions{grid-template-columns:repeat(3,minmax(0,1fr))!important}.my-social-network-actions button strong{display:none}.my-social-network-comment-form{grid-template-columns:1fr!important;border-radius:20px!important}}.my-social-network-post{background:#242526!important;border:1px solid #3a3b3c!important;border-radius:12px!important;box-shadow:0 10px 32px rgba(0,0,0,.32)!important}.my-social-network-post::before{display:none!important}.my-social-network-post__header{padding:.72rem .9rem .35rem!important}.my-social-network-post .my-social-network__avatar{width:42px!important;height:42px!important;border:2px solid #2374e1;background:linear-gradient(135deg,#7c2d12,#ef4444 52%,#fb923c)!important}.my-social-network-post__meta strong{display:inline-flex;align-items:center;gap:.28rem;color:#e4e6eb!important;font-size:.98rem!important;line-height:1.2}.my-social-network-post__verified{display:inline-grid;place-items:center;width:15px;height:15px;border-radius:50%;background:#2374e1;color:#fff;font-size:.58rem;font-weight:950}.my-social-network-post__meta small{color:#b0b3b8!important;font-size:.82rem!important}.my-social-network-post__menu{background:0 0!important;color:#b0b3b8!important;font-size:1.35rem!important}.my-social-network-post__menu:hover{background:#3a3b3c!important}.my-social-network-post__body{padding:.28rem .9rem .75rem!important}.my-social-network-post__body p{color:#e4e6eb!important;font-size:.98rem!important;line-height:1.42!important}.my-social-network-post__more{border:0;padding:0;background:0 0;color:#e4e6eb;font:inherit;font-weight:800}.my-social-network-post__media{display:block;overflow:hidden;margin:0;border-top:1px solid #3a3b3c;border-bottom:1px solid #3a3b3c;background:#18191a}.my-social-network-post__image{display:block;width:100%;max-height:680px!important;object-fit:cover}.my-social-network-post__social-proof{display:grid!important;grid-template-columns:auto auto auto minmax(0,1fr);justify-content:start!important;gap:.5rem!important;margin:0 .9rem!important;padding:.58rem 0!important;border-bottom:1px solid #3a3b3c!important;color:#b0b3b8!important;font-size:.9rem!important;font-weight:650!important}.my-social-network-post__engagement-count::before{content:""}.my-social-network-post__reaction-stack{justify-self:end;margin-left:auto!important;margin-right:.1rem!important}.my-social-network-post__reaction-stack i{width:21px!important;height:21px!important;border-color:#242526!important;background:#2374e1!important;box-shadow:0 1px 2px rgba(0,0,0,.35)}.my-social-network-actions{margin:0 .9rem!important;padding:.18rem 0!important;border-bottom:1px solid #3a3b3c!important}.my-social-network-actions button{min-height:36px!important;border-radius:8px!important;color:#b0b3b8!important;font-weight:750!important}.my-social-network-actions button:focus-visible,.my-social-network-actions button:hover{background:#3a3b3c!important;color:#e4e6eb!important;box-shadow:none!important;outline:0!important}.my-social-network-actions button span{font-size:1.05rem}.my-social-network-actions button strong{font-size:.78rem}.my-social-network-comments{padding:.65rem .9rem .85rem!important}.my-social-network__avatar--comment{width:32px!important;height:32px!important;border:0!important}.my-social-network-comment{background:#3a3b3c!important;border:0!important;border-radius:18px!important;color:#e4e6eb!important}.my-social-network-comment strong{color:#e4e6eb!important;font-size:.84rem!important}.my-social-network-comment p{color:#e4e6eb!important;font-size:.92rem!important}.my-social-network-comment-form{background:0 0!important;border:0!important;padding:0!important}.my-social-network-comment-form input{min-height:38px!important;background:#3a3b3c!important;border:0!important;color:#e4e6eb!important}.my-social-network-comment-form .btn.secondary{min-height:38px!important;background:#3a3b3c!important;color:#e4e6eb!important}@media (max-width:760px){.my-social-network-post__social-proof{grid-template-columns:auto auto minmax(0,1fr)}.my-social-network-post__share-count{display:none}}.my-social-network-stories{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.65rem}.my-social-network-story{min-height:118px;display:grid;align-content:end;gap:.18rem;padding:.85rem;border:1px solid #3a3b3c;border-radius:16px;background:linear-gradient(180deg,rgba(0,0,0,.02),rgba(0,0,0,.48)),radial-gradient(circle at 20% 15%,rgba(35,116,225,.38),transparent 48%),linear-gradient(135deg,#3a0b0b,#18191a);color:#e4e6eb;box-shadow:0 12px 30px rgba(0,0,0,.24);overflow:hidden;text-decoration:none;position:relative;isolation:isolate;transition:transform .16s ease,border-color .16s ease,box-shadow .16s ease}.my-social-network-story::before{content:'';position:absolute;inset:auto -24px -34px auto;width:88px;height:88px;border-radius:999px;background:rgba(255,255,255,.1);z-index:-1}a.my-social-network-story:focus-visible,a.my-social-network-story:hover{transform:translateY(-2px);border-color:rgba(35,116,225,.75);box-shadow:0 18px 36px rgba(0,0,0,.32);outline:0}.my-social-network-story--create{background:linear-gradient(135deg,#3a3b3c,#242526)}.my-social-network-story--leader{background:linear-gradient(135deg,#2374e1,#28104f)}.my-social-network-story--trend{background:linear-gradient(135deg,#7c3aed,#111827)}.my-social-network-story--mood{background:linear-gradient(135deg,#0f766e,#18222d)}.my-social-network-story .my-social-network__avatar{align-self:start;width:38px;height:38px;border:2px solid #2374e1}.my-social-network-story strong{font-size:1.35rem;line-height:1;color:#fff}.my-social-network-story span{font-weight:950;color:#fff}.my-social-network-story small{color:#d8dbe2;font-weight:750}.my-social-network-new-post{background:#242526!important;border-color:#3a3b3c!important;border-radius:12px!important}.my-social-network-new-post__intro{display:flex;justify-content:space-between;gap:1rem;align-items:end;padding-bottom:.35rem;border-bottom:1px solid #3a3b3c}.my-social-network-new-post__intro h3{color:#e4e6eb!important}.my-social-network-new-post__intro p:last-child{color:#b0b3b8!important;margin:0}.my-social-network__composer{padding:0!important;border:0!important;border-radius:0!important;background:0 0!important;box-shadow:none!important}.my-social-network__composer textarea{min-height:76px;background:#3a3b3c!important;border:0!important;border-radius:20px!important;color:#e4e6eb!important}.my-social-network__composer-row input{background:#3a3b3c!important;border:0!important;color:#e4e6eb!important}@media (max-width:920px){.my-social-network-stories{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:560px){.my-social-network-stories{grid-template-columns:1fr}.my-social-network-story{min-height:94px}.my-social-network-new-post__intro{display:grid}}.my-social-network__avatar,.team-dug-account-avatar__circle{overflow:hidden}.my-social-network__avatar img,.team-dug-account-avatar__circle img{width:100%;height:100%;display:block;object-fit:cover;border-radius:inherit}.team-dug-account-avatar{grid-column:1/-1;display:grid;grid-template-columns:auto minmax(0,1fr);gap:1rem;align-items:center;padding:1rem;border:1px solid rgba(255,255,255,.14);border-radius:28px;background:rgba(255,255,255,.08)}.team-dug-account-avatar__circle{width:clamp(82px,12vw,118px);height:clamp(82px,12vw,118px);border-radius:50%;display:grid;place-items:center;background:linear-gradient(135deg,#ef4444,#fb923c);color:#210000;font-size:clamp(2rem, 4vw, 3rem);font-weight:950;box-shadow:0 18px 45px rgba(0,0,0,.25),inset 0 1px 0 rgba(255,255,255,.35)}.team-dug-account-avatar label{display:grid;gap:.4rem}.team-dug-account-avatar input[type=file]{width:100%;min-height:46px;border-radius:18px;padding:.7rem;border:1px solid rgba(255,255,255,.16);background:rgba(0,0,0,.22);color:#fff}.team-dug-account-avatar small{color:rgba(255,255,255,.68);font-weight:750}.team-dug-account-avatar__remove{grid-column:2;display:inline-flex!important;align-items:center;gap:.55rem!important;color:rgba(255,255,255,.78);font-weight:800}.team-dug-account-avatar__remove input{width:auto!important;accent-color:#ff2430}@media (max-width:620px){.team-dug-account-avatar{grid-template-columns:1fr;justify-items:start}.team-dug-account-avatar__remove{grid-column:1}}.my-social-network-new-post__intro p:last-child,.my-social-network-rail__stats small,.my-social-network-story small,.my-social-network__composer-row label span,.my-social-network__composer-tools{color:rgba(228,230,235,.78)!important}.my-social-network-rail__stats strong,.my-social-network-signal strong,.my-social-network-story strong{color:#ffb4a8!important}.my-social-network__composer-row{align-items:end;gap:.8rem!important;padding-top:.25rem!important}.my-social-network__composer-row label{display:grid;gap:.38rem}.team-dug__fanzone-stamp{position:absolute;right:clamp(1rem,3vw,2.2rem);top:clamp(1rem,3vw,2rem);z-index:2;display:grid;place-items:center;width:clamp(112px,14vw,168px);height:clamp(112px,14vw,168px);border:3px solid rgba(255,255,255,.74);border-radius:50%;color:rgba(255,255,255,.88);text-align:center;font-family:var(--font-display, inherit);font-size:clamp(.82rem, 1.2vw, 1.05rem);line-height:1.05;text-transform:uppercase;letter-spacing:.045em;transform:rotate(8deg);background:radial-gradient(circle,rgba(227,31,38,.22),rgba(0,0,0,.08) 62%,transparent 64%);box-shadow:0 18px 45px rgba(0,0,0,.22),inset 0 0 0 2px rgba(255,255,255,.18);mix-blend-mode:screen}.team-dug__fanzone-stamp strong{display:block;margin-top:.2rem;font-size:clamp(.92rem, 1.45vw, 1.2rem);letter-spacing:.18em}.team-dug__fanzone-stamp::before{content:"";position:absolute;inset:.42rem;border:1px dashed rgba(255,255,255,.55);border-radius:inherit}@media (max-width:760px){.team-dug__fanzone-stamp{position:relative;right:auto;top:auto;width:104px;height:104px;justify-self:end;margin-bottom:-.35rem;font-size:.72rem}.team-dug__fanzone-stamp strong{font-size:.82rem}}.my-social-network-actions button.is-active{background:rgba(35,116,225,.18)!important;color:#8ab4f8!important}.my-social-network-actions button.is-active em,.my-social-network-actions button.is-active strong{color:#8ab4f8!important}body[data-current-path="/team-dug/secret-gig"] .team-dug,body[data-current-path="/team-dug/secret-gig"] .team-dug-secret-gig-page-card,body[data-current-path="/team-dug/secret-gig"] .team-dug__hero{width:min(var(--dug-shell-width,1180px),calc(100vw - (var(--dug-shell-gutter,1.25rem) * 2)))!important;max-width:none!important;margin-inline:auto!important}body[data-current-path="/team-dug/secret-gig"] :is(.team-dug__hero,.team-dug-secret-gig-page-card){border-radius:var(--dug-shell-radius)!important}.team-dug-secret-gig-page-card{padding:clamp(1.25rem,3vw,2.2rem)!important}body[data-current-path="/team-dug/secret-gig"] .team-dug-secret-form{max-width:none}body[data-current-path="/team-dug/dashboard"] .my-social-network :is(input,textarea,select){border-radius:0!important}body[data-current-path="/team-dug/dashboard"] .my-social-network :is(.my-social-network__composer,.my-social-network-comment-form) :is(input,textarea){border-radius:0!important}body[data-current-path="/team-dug/dashboard"] .team-dug__dashboard-grid>.my-social-network{background:radial-gradient(circle at 8% -10%,rgba(255,40,52,.24),transparent 34rem),radial-gradient(circle at 88% 8%,rgba(255,137,54,.16),transparent 28rem),linear-gradient(145deg,rgba(24,0,4,.96),rgba(4,0,1,.94))!important;border:1px solid rgba(255,255,255,.1)!important;box-shadow:0 34px 95px rgba(0,0,0,.48),inset 0 1px 0 rgba(255,255,255,.08)!important}body[data-current-path="/team-dug/dashboard"] .my-social-network-tabs{grid-template-columns:repeat(2,minmax(0,1fr));gap:0;padding:0;overflow:hidden;border-radius:18px!important;background:rgba(255,255,255,.055)!important;border:1px solid rgba(255,255,255,.1)!important}body[data-current-path="/team-dug/dashboard"] .my-social-network-tab{border-radius:0!important;min-height:54px;letter-spacing:.08em;color:rgba(255,255,255,.68);background:0 0}body[data-current-path="/team-dug/dashboard"] .my-social-network-tab.is-active{background:linear-gradient(135deg,#ef4444,#fb923c)!important;color:#fff!important;box-shadow:0 14px 36px rgba(239,68,68,.28)}body[data-current-path="/team-dug/dashboard"] .my-social-network-wall-shell{grid-template-columns:minmax(210px,260px) minmax(0,1fr)}body[data-current-path="/team-dug/dashboard"] .my-social-network-new-post,body[data-current-path="/team-dug/dashboard"] .my-social-network-post,body[data-current-path="/team-dug/dashboard"] .my-social-network-rail__profile,body[data-current-path="/team-dug/dashboard"] .my-social-network-rail__prompts,body[data-current-path="/team-dug/dashboard"] .my-social-network-rail__signals,body[data-current-path="/team-dug/dashboard"] .my-social-network-rail__stats,body[data-current-path="/team-dug/dashboard"] .my-social-network-story{background:rgba(255,255,255,.065)!important;border:1px solid rgba(255,255,255,.105)!important;box-shadow:0 18px 52px rgba(0,0,0,.28),inset 0 1px 0 rgba(255,255,255,.06)!important;backdrop-filter:blur(16px)}body[data-current-path="/team-dug/dashboard"] .my-social-network-post{background:linear-gradient(180deg,rgba(36,37,38,.92),rgba(24,25,26,.94))!important}body[data-current-path="/team-dug/dashboard"] .my-social-network-rail__stats{gap:.55rem;padding:.65rem}body[data-current-path="/team-dug/dashboard"] .my-social-network-rail__stats div,body[data-current-path="/team-dug/dashboard"] .my-social-network-signal{background:rgba(255,255,255,.055)!important;border:1px solid rgba(255,255,255,.09)!important;border-radius:14px!important}body[data-current-path="/team-dug/dashboard"] .my-social-network-rail__stats strong,body[data-current-path="/team-dug/dashboard"] .my-social-network-signal strong{color:#ff7a55!important}body[data-current-path="/team-dug/dashboard"] .my-social-network-rail__signals{padding:.75rem;color:#fff}body[data-current-path="/team-dug/dashboard"] .my-social-network-rail__prompts .eyebrow,body[data-current-path="/team-dug/dashboard"] .my-social-network-rail__signals .eyebrow{color:rgba(255,255,255,.55)!important}body[data-current-path="/team-dug/dashboard"] .my-social-network-rail__prompts button{border-radius:0!important;background:rgba(255,255,255,.08)!important;color:#fff!important;border-color:rgba(255,255,255,.12)!important;box-shadow:none!important}body[data-current-path="/team-dug/dashboard"] .my-social-network-rail__prompts button:focus-visible,body[data-current-path="/team-dug/dashboard"] .my-social-network-rail__prompts button:hover{background:linear-gradient(135deg,#ef4444,#fb923c)!important}body[data-current-path="/team-dug/dashboard"] .my-social-network-feed-tools{border-radius:18px!important;background:rgba(255,255,255,.055)!important;border-color:rgba(255,255,255,.1)!important}body[data-current-path="/team-dug/dashboard"] .my-social-network-scroll-wall{max-height:clamp(520px,66vh,780px);overflow-y:auto;overscroll-behavior:contain;display:grid;gap:.92rem;padding:.2rem .35rem .35rem .05rem;scrollbar-color:rgba(239,68,68,.72) rgba(255,255,255,.08)}body[data-current-path="/team-dug/dashboard"] .my-social-network-scroll-wall::-webkit-scrollbar{width:10px}body[data-current-path="/team-dug/dashboard"] .my-social-network-scroll-wall::-webkit-scrollbar-track{background:rgba(255,255,255,.06);border-radius:999px}body[data-current-path="/team-dug/dashboard"] .my-social-network-scroll-wall::-webkit-scrollbar-thumb{background:linear-gradient(180deg,#ef4444,#fb923c);border-radius:999px}body[data-current-path="/team-dug/dashboard"] .my-social-network-scroll-wall .my-social-network-load-more{position:sticky;bottom:.25rem;backdrop-filter:blur(14px)}body[data-current-path="/team-dug/dashboard"] .my-social-network-feed-tools button{border-radius:12px!important}body[data-current-path="/team-dug/dashboard"] .my-social-network-feed-tools button.is-active{background:linear-gradient(135deg,#ef4444,#fb923c)!important;color:#fff!important}body[data-current-path="/team-dug/dashboard"] .my-social-network-stories{gap:.75rem}body[data-current-path="/team-dug/dashboard"] .my-social-network-story{min-height:120px;border-radius:18px!important;background:radial-gradient(circle at 15% 12%,rgba(239,68,68,.28),transparent 38%),rgba(255,255,255,.06)!important}body[data-current-path="/team-dug/dashboard"] .my-social-network-new-post{border-radius:20px!important;padding:clamp(1rem,2vw,1.25rem)!important}body[data-current-path="/team-dug/dashboard"] .my-social-network-new-post__intro{display:grid;grid-template-columns:auto minmax(0,1fr);gap:.45rem 1rem;align-items:baseline;padding-bottom:.75rem;border-bottom:1px solid rgba(255,255,255,.1)}body[data-current-path="/team-dug/dashboard"] .my-social-network-new-post__intro p:last-child{grid-column:2;margin:0}body[data-current-path="/team-dug/dashboard"] .my-social-network__composer{background:0 0!important;border:0!important;box-shadow:none!important;padding:0!important}body[data-current-path="/team-dug/dashboard"] .my-social-network__composer-main{grid-template-columns:auto minmax(0,1fr);align-items:start}body[data-current-path="/team-dug/dashboard"] .my-social-network :is(input,textarea){background:rgba(255,255,255,.08)!important;border:1px solid rgba(255,255,255,.12)!important;box-shadow:none!important}body[data-current-path="/team-dug/dashboard"] .my-social-network__composer-row{grid-template-columns:minmax(0,1fr) minmax(0,1fr) auto}body[data-current-path="/team-dug/dashboard"] .my-social-network__composer-row .btn{min-height:48px;border-radius:999px!important;background:linear-gradient(135deg,#ef4444,#fb923c)!important;box-shadow:0 16px 36px rgba(239,68,68,.28)!important}body[data-current-path="/team-dug/dashboard"] .my-social-network-async-status{border-radius:12px!important;background:rgba(16,185,129,.14)!important;border:1px solid rgba(16,185,129,.28);color:#d1fae5!important}@media (max-width:1020px){body[data-current-path="/team-dug/dashboard"] .my-social-network-wall-shell{grid-template-columns:1fr}body[data-current-path="/team-dug/dashboard"] .my-social-network-rail{grid-template-columns:1fr}}@media (max-width:760px){body[data-current-path="/team-dug/dashboard"] .my-social-network__composer-row{grid-template-columns:1fr}body[data-current-path="/team-dug/dashboard"] .my-social-network-new-post__intro{grid-template-columns:1fr}body[data-current-path="/team-dug/dashboard"] .my-social-network-new-post__intro p:last-child{grid-column:auto}}body[data-current-path="/team-dug/friends"] .team-dug,body[data-current-path="/team-dug/friends"] .team-dug-friends-card,body[data-current-path="/team-dug/friends"] .team-dug__hero{width:min(var(--dug-shell-width,1180px),calc(100vw - (var(--dug-shell-gutter,1.25rem) * 2)))!important;max-width:none!important;margin-inline:auto!important}body[data-current-path="/team-dug/friends"] :is(.team-dug__hero,.team-dug-friends-card){border-radius:var(--dug-shell-radius)!important}body[data-current-path="/team-dug/friends"] .team-dug-friends-card{background:radial-gradient(circle at 10% -10%,rgba(255,40,52,.26),transparent 32rem),radial-gradient(circle at 88% 90%,rgba(255,137,54,.16),transparent 30rem),linear-gradient(145deg,rgba(24,0,4,.96),rgba(5,0,1,.95))!important;border:1px solid rgba(255,255,255,.11)!important;box-shadow:0 34px 95px rgba(0,0,0,.48),inset 0 1px 0 rgba(255,255,255,.08)!important;padding:clamp(1rem,2.5vw,1.35rem)!important}body[data-current-path="/team-dug/friends"] .my-social-members{background:rgba(255,255,255,.055)!important;border:1px solid rgba(255,255,255,.12)!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.07),0 22px 70px rgba(0,0,0,.32)!important}body[data-current-path="/team-dug/friends"] .my-social-members__head h2{margin:.15rem 0 0;color:#fff;font-size:clamp(1.55rem, 3vw, 2.25rem);letter-spacing:.01em}body[data-current-path="/team-dug/friends"] .my-social-member-card,body[data-current-path="/team-dug/friends"] .my-social-members__search{background:linear-gradient(145deg,rgba(55,6,6,.82),rgba(12,0,0,.76))!important;border:1px solid rgba(255,255,255,.14)!important;color:#fff7f2!important;box-shadow:0 22px 58px rgba(0,0,0,.34),inset 0 1px 0 rgba(255,255,255,.08)!important}body[data-current-path="/team-dug/friends"] .my-social-members__search input{border-radius:0!important;background:rgba(0,0,0,.28)!important;border-color:rgba(255,255,255,.15)!important;color:#fff!important}body[data-current-path="/team-dug/friends"] .my-social-member-card__body :is(strong,small){color:#fff7f2!important}body[data-current-path="/team-dug/friends"] .my-social-member-card__body small{opacity:.68}body[data-current-path="/team-dug/friends"] .my-social-member-pill{background:rgba(255,255,255,.08)!important;border:1px solid rgba(255,255,255,.12)!important;color:#fff7f2!important}body[data-current-path="/team-dug/friends"] .my-social-member-pill--connected{background:rgba(255,255,255,.1)!important}body[data-current-path="/team-dug/friends"] .my-social-member-card__action .btn.secondary{background:rgba(255,255,255,.08)!important;color:#fff!important;border-color:rgba(255,255,255,.14)!important}body[data-current-path="/team-dug"] .dug-fanzone-stamp{width:clamp(7rem,12vw,9.4rem);font-size:clamp(.68rem, .95vw, .86rem)}@media (max-width:720px){body[data-current-path="/team-dug"] .dug-fanzone-stamp{width:6.1rem;font-size:.57rem}}body[data-current-path="/team-dug/account"] .dug-fanzone-stamp,body[data-current-path="/team-dug/dashboard"] .dug-fanzone-stamp,body[data-current-path="/team-dug/friends"] .dug-fanzone-stamp,body[data-current-path="/team-dug/secret-gig"] .dug-fanzone-stamp{width:clamp(7rem,12vw,9.4rem);font-size:clamp(.68rem, .95vw, .86rem)}@media (max-width:720px){body[data-current-path="/team-dug/account"] .dug-fanzone-stamp,body[data-current-path="/team-dug/dashboard"] .dug-fanzone-stamp,body[data-current-path="/team-dug/friends"] .dug-fanzone-stamp,body[data-current-path="/team-dug/secret-gig"] .dug-fanzone-stamp{width:6.1rem;font-size:.57rem}}body[data-current-path^="/team-dug"] .team-dug__subnav-link.is-active,body[data-current-path^="/team-dug"] .team-dug__subnav-link:is(:hover,:focus-visible){background:linear-gradient(135deg,rgba(239,68,68,.96),rgba(251,146,60,.88))!important;border-color:rgba(255,180,150,.55)!important;color:#fff!important;box-shadow:0 14px 34px rgba(239,68,68,.24),inset 0 1px 0 rgba(255,255,255,.14)!important}body[data-current-path^="/team-dug"] .team-dug__subnav-link.is-active small,body[data-current-path^="/team-dug"] .team-dug__subnav-link:is(:hover,:focus-visible) small{color:rgba(255,255,255,.78)!important}body[data-current-path="/team-dug/account"] .team-dug-account-page-card{background:radial-gradient(circle at 12% 0,rgba(255,40,52,.24),transparent 34rem),radial-gradient(circle at 88% 16%,rgba(255,137,54,.13),transparent 28rem),linear-gradient(145deg,rgba(24,0,4,.94),rgba(7,0,1,.92))!important;border:1px solid rgba(255,255,255,.12)!important;box-shadow:0 34px 95px rgba(0,0,0,.42),inset 0 1px 0 rgba(255,255,255,.08)!important}body[data-current-path="/team-dug/account"] .team-dug-account-avatar,body[data-current-path="/team-dug/account"] .team-dug-account-form input{background:rgba(255,255,255,.075)!important;border:1px solid rgba(255,255,255,.14)!important;color:#fff!important;box-shadow:none!important}body[data-current-path="/team-dug/account"] .team-dug-account-form input{border-radius:0!important}body[data-current-path="/team-dug/account"] .team-dug-account-form input::placeholder{color:rgba(255,255,255,.48)!important}body[data-current-path="/team-dug/account"] .team-dug-account-avatar{border-radius:22px!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.08)!important}body[data-current-path="/team-dug/account"] .team-dug-account-avatar input[type=file]{background:rgba(0,0,0,.24)!important}body[data-current-path="/team-dug/dashboard"] .team-dug__hero{gap:clamp(1.15rem,2.2vw,1.85rem)!important}body[data-current-path="/team-dug/dashboard"] .team-dug__hero-eyebrow{text-transform:none!important;letter-spacing:.025em!important;font-weight:900!important;color:rgba(255,255,255,.78)!important;margin:0 0 clamp(.45rem,1vw,.8rem)!important}body[data-current-path="/team-dug/dashboard"] .team-dug__hero-eyebrow+h1{margin-top:0!important}body[data-current-path="/team-dug/dashboard"] .my-social-network :is(.btn,button.btn,a.btn,.my-social-network-load-more),body[data-current-path="/team-dug/friends"] :is(.my-social-member-card__action .btn,.my-social-member-card__action button.btn){min-height:var(--dug-button-height)!important;height:var(--dug-button-height)!important;max-height:var(--dug-button-height)!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:.5rem!important;padding:var(--dug-button-padding)!important;border-radius:var(--dug-button-radius)!important;border:1px solid var(--dug-button-primary-border)!important;background:var(--dug-button-primary-bg)!important;color:var(--dug-button-primary-text)!important;font-family:var(--font-body),"Segoe UI",system-ui,-apple-system,sans-serif!important;font-size:1rem!important;font-weight:700!important;line-height:1!important;letter-spacing:normal!important;text-transform:none!important;text-decoration:none!important;box-shadow:var(--dug-button-primary-shadow)!important;filter:none!important;white-space:nowrap!important;box-sizing:border-box!important}body[data-current-path="/team-dug/dashboard"] .my-social-network :is(.btn.secondary,button.btn.secondary,a.btn.secondary),body[data-current-path="/team-dug/dashboard"] .my-social-network-rail__prompts button,body[data-current-path="/team-dug/friends"] :is(.my-social-member-card__action .btn.secondary,.my-social-member-card__action button.btn.secondary){background:var(--dug-button-secondary-bg)!important;color:var(--dug-button-secondary-text)!important;border-color:var(--dug-button-secondary-border)!important;box-shadow:var(--dug-button-secondary-shadow)!important}body[data-current-path="/team-dug/dashboard"] .my-social-network :is(.btn,button.btn,a.btn,.my-social-network-load-more):is(:hover,:focus-visible),body[data-current-path="/team-dug/friends"] :is(.my-social-member-card__action .btn,.my-social-member-card__action button.btn):is(:hover,:focus-visible){transform:none!important;filter:none!important;color:var(--dug-button-primary-text)!important;border-color:rgba(255,255,255,.38)!important;box-shadow:var(--dug-button-primary-shadow)!important}body[data-current-path="/team-dug/dashboard"] .my-social-network :is(.btn.secondary,button.btn.secondary,a.btn.secondary):is(:hover,:focus-visible),body[data-current-path="/team-dug/dashboard"] .my-social-network-rail__prompts button:is(:hover,:focus-visible),body[data-current-path="/team-dug/friends"] :is(.my-social-member-card__action .btn.secondary,.my-social-member-card__action button.btn.secondary):is(:hover,:focus-visible){background:var(--dug-button-secondary-bg)!important;color:var(--dug-button-secondary-text)!important;border-color:var(--dug-button-secondary-border)!important;box-shadow:var(--dug-button-secondary-shadow)!important}body[data-current-path="/team-dug/dashboard"] .my-social-network__head h2{font-family:var(--font-body),"Segoe UI",system-ui,-apple-system,sans-serif!important;text-transform:none!important;letter-spacing:-.035em!important;font-weight:950!important;line-height:.96!important}body[data-current-path="/team-dug/dashboard"] .my-social-network__head .eyebrow{text-transform:none!important;letter-spacing:.08em!important}body[data-current-path="/team-dug/dashboard"] .my-social-network :is(.btn,button.btn,a.btn,.my-social-network-load-more):not(.secondary),body[data-current-path="/team-dug/dashboard"] .my-social-network-feed-tools button.is-active,body[data-current-path="/team-dug/dashboard"] .my-social-network-feed-tools button[aria-pressed=true],body[data-current-path="/team-dug/dashboard"] .my-social-network-rail__prompts button:is(:hover,:focus-visible),body[data-current-path="/team-dug/dashboard"] .my-social-network-tab.is-active,body[data-current-path="/team-dug/friends"] .my-social-member-card__action :is(.btn,button.btn):not(.secondary),body[data-current-path^="/team-dug"] .team-dug__subnav-link.is-active,body[data-current-path^="/team-dug"] .team-dug__subnav-link:is(:hover,:focus-visible){background:var(--dug-button-primary-bg)!important;border-color:var(--dug-button-primary-border)!important;color:var(--dug-button-primary-text)!important;box-shadow:var(--dug-button-primary-shadow)!important}body[data-current-path="/team-dug/dashboard"] .my-social-network-post::before{background:linear-gradient(90deg,#ff2733,#b90008,rgba(255,255,255,.18))!important}body[data-current-path="/team-dug/dashboard"] :is(
.my-social-network-tab,.my-social-network-feed-tools button,.my-social-network-actions button,.my-social-network-reactions button,.my-social-network-rail__prompts button,.my-social-network-load-more,.my-social-network :is(.btn,button.btn,a.btn)
),body[data-current-path="/team-dug/friends"] .my-social-member-card__action :is(.btn,button.btn),body[data-current-path^="/team-dug"] .team-dug__subnav-link{cursor:pointer!important}.my-social-network-rail__leaders{display:grid;gap:.55rem;padding:.8rem;border:1px solid rgba(255,255,255,.16);border-radius:26px;background:#242526;color:#e4e6eb;box-shadow:0 18px 42px rgba(0,0,0,.22)}.my-social-network-rail__leaders .eyebrow{margin:0;color:#b0b3b8}.my-social-network-leader{display:grid;grid-template-columns:auto minmax(0,1fr);gap:.58rem;align-items:center;padding:.5rem;border-radius:14px;background:rgba(255,255,255,.055)}.my-social-network__avatar--leader{width:34px!important;height:34px!important;font-size:.82rem}.my-social-network-leader small,.my-social-network-leader strong{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.my-social-network-leader strong{color:#e4e6eb;font-size:.9rem}.my-social-network-leader small{color:#b0b3b8;font-size:.78rem;font-weight:750}.my-social-network-rail__mix{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.45rem;padding:.72rem;border:1px solid rgba(255,255,255,.15);border-radius:22px;background:rgba(255,255,255,.06);color:#e4e6eb}.my-social-network-rail__mix .eyebrow{grid-column:1/-1;margin:0;color:#b0b3b8}.my-social-network-rail__mix div{min-width:0;padding:.52rem .42rem;border-radius:14px;background:rgba(0,0,0,.18);text-align:center}.my-social-network-rail__mix span,.my-social-network-rail__mix strong{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.my-social-network-rail__mix strong{color:#fff;font-size:1rem}.my-social-network-rail__mix span{color:#d1d5db;font-size:.72rem;font-weight:850}.my-social-network-rail__sentiment{display:grid;gap:.28rem;padding:.82rem;border:1px solid rgba(255,255,255,.15);border-radius:22px;background:linear-gradient(135deg,rgba(24,119,242,.22),rgba(255,255,255,.055));color:#e4e6eb}.my-social-network-rail__sentiment .eyebrow{margin:0;color:#b0b3b8}.my-social-network-rail__sentiment strong{font-size:1.55rem;line-height:1;color:#fff}.my-social-network-rail__sentiment span{font-weight:950;color:#e4e6eb}.my-social-network-rail__sentiment small{color:#b0b3b8;font-weight:750;line-height:1.35}body[data-current-path="/team-dug/dashboard"] .my-social-network__composer-row--actions{grid-template-columns:auto minmax(0,1fr) auto!important;align-items:center!important}body[data-current-path="/team-dug/dashboard"] .my-social-network-attach{min-height:var(--dug-button-height)!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:.45rem!important;padding:var(--dug-button-padding)!important;border-radius:var(--dug-button-radius)!important;border:1px solid var(--dug-button-secondary-border)!important;background:var(--dug-button-secondary-bg)!important;color:var(--dug-button-secondary-text)!important;box-shadow:var(--dug-button-secondary-shadow)!important;cursor:pointer!important;font-weight:700!important;white-space:nowrap!important}body[data-current-path="/team-dug/dashboard"] .my-social-network-attach input[type=file]{position:absolute!important;inline-size:1px!important;block-size:1px!important;opacity:0!important;pointer-events:none!important}body[data-current-path="/team-dug/dashboard"] .my-social-network-attach__hint{color:rgba(255,255,255,.62)!important;font-weight:750!important;font-size:.92rem!important}body[data-current-path="/team-dug/dashboard"] .my-social-network__composer.is-dragging{outline:2px dashed rgba(255,255,255,.42)!important;outline-offset:.45rem!important}@media (max-width:760px){body[data-current-path="/team-dug/dashboard"] .my-social-network__composer-row--actions{grid-template-columns:1fr!important}body[data-current-path="/team-dug/dashboard"] .my-social-network-attach{width:100%!important}}.my-social-network-filter-empty{display:grid;gap:.18rem;padding:.9rem 1rem;border:1px dashed rgba(255,255,255,.16);border-radius:16px;background:rgba(255,255,255,.055);color:#e4e6eb;text-align:center}.my-social-network-filter-empty[hidden]{display:none!important}.my-social-network-filter-empty span{color:#b0b3b8;font-size:.92rem}body[data-current-path="/team-dug/dashboard"] .my-social-network-post__social-proof{grid-template-columns:minmax(0,1fr) auto!important;align-items:center!important;gap:.75rem!important}body[data-current-path="/team-dug/dashboard"] .my-social-network-post__metrics{display:inline-flex;align-items:center;gap:clamp(.8rem,2.2vw,1.5rem);min-width:0}body[data-current-path="/team-dug/dashboard"] .my-social-network-post__metric{display:inline-flex;align-items:center;gap:.38rem;color:#b0b3b8;font-weight:850}body[data-current-path="/team-dug/dashboard"] .my-social-network-post__metric i{font-style:normal;font-size:1.28rem;filter:grayscale(1);opacity:.88}body[data-current-path="/team-dug/dashboard"] .my-social-network-post__metric--disabled{opacity:.5}body[data-current-path="/team-dug/dashboard"] .my-social-network-post__reaction-details{position:relative;justify-self:end}body[data-current-path="/team-dug/dashboard"] .my-social-network-post__reaction-details summary{list-style:none;display:inline-flex;align-items:center;gap:.42rem;cursor:pointer;color:#e4e6eb;font-weight:850}body[data-current-path="/team-dug/dashboard"] .my-social-network-post__reaction-details summary::-webkit-details-marker{display:none}body[data-current-path="/team-dug/dashboard"] .my-social-network-post__reaction-details[data-empty="1"] summary{cursor:default;opacity:.55}body[data-current-path="/team-dug/dashboard"] .my-social-network-post__reaction-popover{position:absolute;right:0;top:calc(100% + .55rem);z-index:20;width:min(260px,82vw);padding:.75rem;border:1px solid rgba(255,255,255,.14);border-radius:16px;background:#242526;box-shadow:0 24px 60px rgba(0,0,0,.42);color:#e4e6eb}body[data-current-path="/team-dug/dashboard"] .my-social-network-post__reaction-popover ul{list-style:none;margin:.45rem 0 0;padding:0;display:grid;gap:.35rem}body[data-current-path="/team-dug/dashboard"] .my-social-network-post__reaction-popover li{display:flex;align-items:center;gap:.45rem;font-weight:750}body[data-current-path="/team-dug/dashboard"] .my-social-network-actions{grid-template-columns:repeat(2,minmax(0,1fr))!important}body[data-current-path="/team-dug/dashboard"] .my-social-network-actions button:disabled,body[data-current-path="/team-dug/dashboard"] .my-social-network-actions button[aria-disabled=true]{opacity:.45;cursor:not-allowed!important}@media (max-width:560px){body[data-current-path="/team-dug/dashboard"] .my-social-network-post__social-proof{grid-template-columns:1fr!important}body[data-current-path="/team-dug/dashboard"] .my-social-network-post__reaction-details{justify-self:start}}body[data-current-path="/team-dug/dashboard"] .my-social-network-actions button{background:rgba(255,255,255,.115)!important;border-color:rgba(255,255,255,.18)!important;color:#f8fafc!important}body[data-current-path="/team-dug/dashboard"] .my-social-network-actions button span,body[data-current-path="/team-dug/dashboard"] .my-social-network-actions button strong{color:#f8fafc!important}body[data-current-path="/team-dug/dashboard"] .my-social-network-comment-form input{background:rgba(255,255,255,.12)!important;border-color:rgba(255,255,255,.22)!important;color:#fff!important}body[data-current-path="/team-dug/dashboard"] .my-social-network-comment-form input::placeholder,body[data-current-path="/team-dug/dashboard"] .my-social-network-signal small{color:#d1d5db!important}@media (max-width:560px){body[data-current-path="/team-dug/dashboard"] .my-social-network-actions{gap:.45rem!important}body[data-current-path="/team-dug/dashboard"] .my-social-network-actions button{min-height:44px;padding:.55rem .4rem!important}}body[data-current-path="/team-dug/dashboard"] .my-social-network-post__owner-menu{position:relative;margin-left:auto}body[data-current-path="/team-dug/dashboard"] .my-social-network-post__owner-menu summary{list-style:none;cursor:pointer}body[data-current-path="/team-dug/dashboard"] .my-social-network-post__owner-menu summary::-webkit-details-marker{display:none}body[data-current-path="/team-dug/dashboard"] .my-social-network-post__owner-panel{position:absolute;right:0;top:calc(100% + .5rem);z-index:30;width:min(420px,86vw);padding:.85rem;border:1px solid rgba(255,255,255,.14);border-radius:18px;background:#242526;box-shadow:0 28px 70px rgba(0,0,0,.48)}body[data-current-path="/team-dug/dashboard"] .my-social-network-post__owner-panel-head{display:grid;gap:.15rem;margin-bottom:.7rem;color:#f9fafb}body[data-current-path="/team-dug/dashboard"] .my-social-network-post__owner-panel-head small{color:rgba(255,255,255,.58);font-size:.82rem}body[data-current-path="/team-dug/dashboard"] .my-social-network-post__owner-panel form,body[data-current-path="/team-dug/dashboard"] .my-social-network-post__owner-panel label{display:grid;gap:.55rem}body[data-current-path="/team-dug/dashboard"] .my-social-network-post__owner-panel form+form{margin-top:.7rem;padding-top:.7rem;border-top:1px solid rgba(255,255,255,.12)}body[data-current-path="/team-dug/dashboard"] .my-social-network-post__owner-actions{display:flex;justify-content:flex-end}body[data-current-path="/team-dug/dashboard"] .my-social-network-post__delete{width:100%;border-color:rgba(248,113,113,.45)!important;color:#fecaca!important}body[data-current-path="/team-dug/dashboard"] .my-social-network-post__delete:hover{background:rgba(127,29,29,.72)!important;color:#fff!important}body[data-current-path="/team-dug/dashboard"] .my-social-network-post__owner-panel label span{color:#e4e6eb;font-weight:850}body[data-current-path="/team-dug/dashboard"] .my-social-network-post__owner-panel textarea{width:100%;min-height:120px;resize:vertical;border-radius:0!important;background:rgba(255,255,255,.08)!important;border:1px solid rgba(255,255,255,.14)!important;color:#fff!important;padding:.8rem}body[data-current-path="/team-dug/dashboard"] .my-social-network-post__menu:disabled{opacity:.45;cursor:default}body[data-current-path="/team-dug/dashboard"] .my-social-network-reaction-action{position:relative;min-width:0}body[data-current-path="/team-dug/dashboard"] .my-social-network-reaction-action>form{margin:0}body[data-current-path="/team-dug/dashboard"] .my-social-network-reaction-action__button{width:100%}body[data-current-path="/team-dug/dashboard"] .my-social-network-action-comment strong,body[data-current-path="/team-dug/dashboard"] .my-social-network-reaction-action__button strong{color:#e4e6eb!important;font-variant-numeric:tabular-nums}body[data-current-path="/team-dug/dashboard"] .my-social-network-reaction-picker{position:absolute;left:0;bottom:calc(100% + .62rem);z-index:35;display:flex;align-items:center;gap:.28rem;padding:.42rem .5rem;border:1px solid rgba(255,255,255,.14);border-radius:999px;background:rgba(25,25,26,.96);box-shadow:0 20px 55px rgba(0,0,0,.48);opacity:0;transform:translateY(.35rem) scale(.94);pointer-events:none;transition:opacity .16s ease,transform .16s ease}body[data-current-path="/team-dug/dashboard"] .my-social-network-reaction-action:is(:hover,:focus-within,.is-open) .my-social-network-reaction-picker{opacity:1;transform:translateY(0) scale(1);pointer-events:auto}body[data-current-path="/team-dug/dashboard"] .my-social-network-reaction-picker form{margin:0}body[data-current-path="/team-dug/dashboard"] .my-social-network-reaction-picker button{width:2.35rem;height:2.35rem;min-height:0!important;padding:0!important;display:grid;place-items:center;border:0!important;border-radius:999px!important;background:0 0!important;box-shadow:none!important;transition:transform .12s ease,background .12s ease}body[data-current-path="/team-dug/dashboard"] .my-social-network-reaction-picker button span{font-size:1.72rem!important;line-height:1;filter:drop-shadow(0 5px 10px rgba(0,0,0,.42))}body[data-current-path="/team-dug/dashboard"] .my-social-network-reaction-picker button:is(:hover,:focus-visible,.is-active){transform:translateY(-.26rem) scale(1.12);background:rgba(255,255,255,.1)!important}@media (max-width:560px){body[data-current-path="/team-dug/dashboard"] .my-social-network-reaction-picker{left:-.25rem;gap:.18rem;padding:.35rem}body[data-current-path="/team-dug/dashboard"] .my-social-network-reaction-picker button{width:2.05rem;height:2.05rem}body[data-current-path="/team-dug/dashboard"] .my-social-network-reaction-picker button span{font-size:1.48rem!important}}@media (max-width:760px){body[data-current-path="/team-dug/dashboard"] .team-dug__dashboard-grid,body[data-current-path="/team-dug/dashboard"] .team-dug__dashboard-grid>.my-social-network{width:min(100%,calc(100vw - 1rem))!important;max-width:none!important;margin-inline:auto!important}body[data-current-path="/team-dug/dashboard"] .team-dug__dashboard-grid>.my-social-network{padding:.85rem!important;border-radius:22px!important;overflow:hidden!important}body[data-current-path="/team-dug/dashboard"] .my-social-network::before{opacity:.18!important;transform:rotate(-5deg) scale(.82)!important;inset:1rem auto auto -.8rem!important}body[data-current-path="/team-dug/dashboard"] .my-social-network__head h2{font-size:clamp(1.45rem, 8.5vw, 2rem)!important;line-height:1.04!important}body[data-current-path="/team-dug/dashboard"] .my-social-network-feed-column,body[data-current-path="/team-dug/dashboard"] .my-social-network-rail,body[data-current-path="/team-dug/dashboard"] .my-social-network-wall-shell,body[data-current-path="/team-dug/dashboard"] .my-social-network__feed{min-width:0!important}body[data-current-path="/team-dug/dashboard"] .my-social-network-rail__mix{grid-template-columns:1fr!important;gap:.35rem!important}body[data-current-path="/team-dug/dashboard"] .my-social-network-rail__mix div{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:.65rem!important;padding:.55rem .7rem!important;text-align:left!important}body[data-current-path="/team-dug/dashboard"] .my-social-network-rail__mix span{white-space:normal!important;overflow:visible!important}body[data-current-path="/team-dug/dashboard"] .my-social-network-scroll-wall{max-height:none!important;overflow:visible!important;padding:0!important}body[data-current-path="/team-dug/dashboard"] .my-social-network-post{border-radius:20px!important;padding:.9rem!important}body[data-current-path="/team-dug/dashboard"] .my-social-network-post>header{gap:.62rem!important;align-items:flex-start!important}body[data-current-path="/team-dug/dashboard"] .my-social-network-post__meta small{line-height:1.35!important}body[data-current-path="/team-dug/dashboard"] .my-social-network__composer-main{grid-template-columns:1fr!important}body[data-current-path="/team-dug/dashboard"] .my-social-network__composer-main .my-social-network__avatar{display:none!important}body[data-current-path="/team-dug/dashboard"] .my-social-network__composer textarea{min-height:118px!important;border-radius:18px!important}body[data-current-path="/team-dug/dashboard"] .my-social-network-actions{gap:.55rem!important;padding:.45rem!important}body[data-current-path="/team-dug/dashboard"] .my-social-network-reaction-picker{left:50%!important;transform:translate(-50%,.35rem) scale(.94)!important;gap:.2rem!important;max-width:calc(100vw - 2rem)!important}body[data-current-path="/team-dug/dashboard"] .my-social-network-reaction-action:is(:hover,:focus-within,.is-open) .my-social-network-reaction-picker{transform:translate(-50%,0) scale(1)!important}body[data-current-path="/team-dug/dashboard"] .my-social-network-comment-form{grid-template-columns:1fr!important;border-radius:18px!important}}body[data-current-path="/team-dug/dashboard"] .my-social-network-reaction-action::before{content:'';position:absolute;left:-.35rem;right:-.35rem;bottom:100%;height:.9rem;z-index:34;pointer-events:none}body[data-current-path="/team-dug/dashboard"] .my-social-network-reaction-action:is(:hover,:focus-within,.is-open)::before{pointer-events:auto}body[data-current-path="/team-dug/dashboard"] .my-social-network-reaction-action.is-open .my-social-network-reaction-action__button{background:rgba(255,255,255,.16)!important}body[data-current-path="/team-dug/dashboard"] .my-social-network-reaction-picker{touch-action:manipulation}@media (hover:none),(pointer:coarse){body[data-current-path="/team-dug/dashboard"] .my-social-network-reaction-action:hover .my-social-network-reaction-picker{opacity:0;pointer-events:none;transform:translateY(.35rem) scale(.94)}body[data-current-path="/team-dug/dashboard"] .my-social-network-reaction-action.is-open .my-social-network-reaction-picker,body[data-current-path="/team-dug/dashboard"] .my-social-network-reaction-action:focus-within .my-social-network-reaction-picker{opacity:1;pointer-events:auto;transform:translateY(0) scale(1)}}@media (hover:none) and (max-width:760px),(pointer:coarse) and (max-width:760px){body[data-current-path="/team-dug/dashboard"] .my-social-network-reaction-action:hover .my-social-network-reaction-picker{transform:translate(-50%,.35rem) scale(.94)!important}body[data-current-path="/team-dug/dashboard"] .my-social-network-reaction-action.is-open .my-social-network-reaction-picker,body[data-current-path="/team-dug/dashboard"] .my-social-network-reaction-action:focus-within .my-social-network-reaction-picker{transform:translate(-50%,0) scale(1)!important}}body[data-current-path="/team-dug/dashboard"] .my-social-network-comment__head{display:flex;align-items:center;justify-content:space-between;gap:.5rem}body[data-current-path="/team-dug/dashboard"] .my-social-network-comment__head form{margin:0}body[data-current-path="/team-dug/dashboard"] .my-social-network-comment__delete{width:1.55rem;height:1.55rem;min-height:0!important;padding:0!important;display:inline-grid;place-items:center;border:1px solid rgba(255,255,255,.12)!important;border-radius:999px!important;background:rgba(255,255,255,.08)!important;color:#e4e6eb!important;font-size:1.05rem;line-height:1;cursor:pointer!important}body[data-current-path="/team-dug/dashboard"] .my-social-network-comment__delete:is(:hover,:focus-visible){background:rgba(220,38,38,.22)!important;border-color:rgba(248,113,113,.38)!important;color:#fff!important}.my-social-network-rail__trends{display:grid;gap:.5rem;padding:.78rem;border:1px solid rgba(255,255,255,.15);border-radius:22px;background:linear-gradient(145deg,rgba(24,119,242,.16),rgba(255,255,255,.055));color:#e4e6eb}.my-social-network-rail__trends .eyebrow{margin:0;color:#b0b3b8}.my-social-network-rail__trends a{display:flex;align-items:center;justify-content:space-between;gap:.65rem;padding:.52rem .64rem;border-radius:14px;background:rgba(255,255,255,.065);color:inherit}.my-social-network-rail__trends a.is-active,.my-social-network-rail__trends a:focus-visible,.my-social-network-rail__trends a:hover{background:rgba(24,119,242,.28);outline:0}.my-social-network-rail__trends a.is-active{box-shadow:inset 0 0 0 1px rgba(255,255,255,.24)}.my-social-network-rail__trends strong{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#fff;font-size:.9rem}.my-social-network-rail__trends span{flex:none;color:#b0b3b8;font-size:.74rem;font-weight:850}body[data-current-path="/"] .wb-feature-grid__media img[src$="/assets/media/images/draft-fotos/marvin-expression.jpeg"]{object-position:50% 18%!important}.my-social-network-rail__conversation{display:grid;gap:.28rem;padding:.82rem;border:1px solid rgba(255,255,255,.15);border-radius:22px;background:linear-gradient(135deg,rgba(52,211,153,.18),rgba(24,119,242,.13));color:#e4e6eb}.my-social-network-rail__conversation .eyebrow{margin:0;color:#b0b3b8}.my-social-network-rail__conversation strong{font-size:1.55rem;line-height:1;color:#fff}.my-social-network-rail__conversation span{font-weight:950;color:#e4e6eb}.my-social-network-rail__conversation small{color:#b0b3b8;font-weight:750;line-height:1.35}body[data-current-path="/team-dug/dashboard"] .my-social-network-feed-toolbar{display:grid;grid-template-columns:minmax(0,1fr) minmax(12rem,.7fr) auto;gap:.65rem;align-items:stretch}body[data-current-path="/team-dug/dashboard"] .my-social-network-feed-search,body[data-current-path="/team-dug/dashboard"] .my-social-network-feed-sort{display:grid;grid-template-columns:auto minmax(9.5rem,1fr);gap:.5rem;align-items:center;padding:.35rem .35rem .35rem .75rem;border:1px solid rgba(255,255,255,.1);border-radius:18px;background:rgba(255,255,255,.055);color:rgba(255,255,255,.68);font-size:.78rem;font-weight:950;letter-spacing:.06em;text-transform:uppercase}body[data-current-path="/team-dug/dashboard"] .my-social-network-feed-search input,body[data-current-path="/team-dug/dashboard"] .my-social-network-feed-sort select{min-height:40px;border-radius:12px!important;background:rgba(255,255,255,.08)!important;color:#fff!important;font-weight:900}body[data-current-path="/team-dug/dashboard"] .my-social-network-feed-search input::placeholder{color:rgba(255,255,255,.45)}@media (max-width:980px){body[data-current-path="/team-dug/dashboard"] .my-social-network-feed-toolbar{grid-template-columns:1fr 1fr}body[data-current-path="/team-dug/dashboard"] .my-social-network-feed-tools{grid-column:1/-1}}@media (max-width:760px){body[data-current-path="/team-dug/dashboard"] .my-social-network-feed-toolbar{grid-template-columns:1fr}body[data-current-path="/team-dug/dashboard"] .my-social-network-feed-search,body[data-current-path="/team-dug/dashboard"] .my-social-network-feed-sort{grid-template-columns:1fr}}body[data-current-path="/team-dug/dashboard"] .my-social-network-rail__mix span{white-space:normal!important;overflow:visible!important;text-overflow:clip!important;line-height:1.18}body[data-current-path="/team-dug/dashboard"] .my-social-network-actions{grid-template-columns:repeat(4,minmax(0,1fr))!important}@media (max-width:480px){body[data-current-path="/team-dug/dashboard"] .my-social-network-actions{grid-template-columns:repeat(2,minmax(0,1fr))!important}}@media (max-width:760px){body[data-current-path="/team-dug/dashboard"] .my-social-network-feed-column{order:1}body[data-current-path="/team-dug/dashboard"] .my-social-network-rail{order:2}body[data-current-path="/team-dug/dashboard"] .my-social-network-rail__mix div{justify-content:flex-start!important;text-align:left!important}body[data-current-path="/team-dug/dashboard"] .my-social-network-rail__mix strong{min-width:3.5rem}}.my-social-network-composer-assist{display:grid;grid-template-columns:minmax(0,1fr) minmax(220px,.9fr);gap:.75rem;align-items:center;padding:.72rem .8rem;border:1px solid rgba(255,255,255,.12);border-radius:18px;background:rgba(255,255,255,.055)}.my-social-network-composer-assist__prompts{display:flex;flex-wrap:wrap;gap:.5rem}.my-social-network-composer-assist__prompts button{min-height:38px;border:1px solid rgba(255,255,255,.14);border-radius:999px;padding:.46rem .72rem;background:rgba(255,255,255,.08);color:#f5f6f7;font-weight:950;cursor:pointer}.my-social-network-composer-assist__prompts button:is(:hover,:focus-visible){background:linear-gradient(135deg,#3b82f6,#ef4444);border-color:rgba(255,255,255,.32);outline:2px solid rgba(255,255,255,.16)}.my-social-network-composer-assist p{margin:0;display:grid;gap:.15rem;color:rgba(228,230,235,.74);font-size:.82rem;font-weight:780}.my-social-network-composer-assist p strong{color:#ffb4a8;font-weight:950}@media (max-width:720px){.my-social-network-composer-assist{grid-template-columns:1fr}.my-social-network-composer-assist__prompts button{flex:1 1 30%}}.my-social-network-rail__timing{display:grid;gap:7px;padding:14px;border:1px solid rgba(255,255,255,.1);border-radius:18px;background:linear-gradient(145deg,rgba(245,158,11,.14),rgba(59,130,246,.1));box-shadow:inset 0 1px 0 rgba(255,255,255,.08)}.my-social-network-rail__timing .eyebrow{margin:0;color:#b0b3b8}.my-social-network-rail__timing strong{font-size:1.4rem;line-height:1;color:#fff}.my-social-network-rail__timing span{font-weight:950;color:#e4e6eb}.my-social-network-rail__timing small{color:#b0b3b8;font-weight:750;line-height:1.35}body[data-current-path="/team-dug/dashboard"] .my-social-network-comment-prompts{grid-column:1/-1;display:flex;flex-wrap:wrap;gap:.4rem;padding:0 .25rem .15rem}body[data-current-path="/team-dug/dashboard"] .my-social-network-comment-prompts button{appearance:none;border:1px solid rgba(255,255,255,.12);border-radius:999px;padding:.38rem .62rem;background:rgba(255,255,255,.07);color:rgba(255,255,255,.82);font-size:.78rem;font-weight:850;cursor:pointer;transition:transform .16s ease,background .16s ease,border-color .16s ease,color .16s ease}body[data-current-path="/team-dug/dashboard"] .my-social-network-comment-prompts button:focus-visible,body[data-current-path="/team-dug/dashboard"] .my-social-network-comment-prompts button:hover{transform:translateY(-1px);background:rgba(227,31,38,.18);border-color:rgba(227,31,38,.38);color:#fff}@media (max-width:620px){body[data-current-path="/team-dug/dashboard"] .my-social-network-comment-prompts{padding-inline:0}body[data-current-path="/team-dug/dashboard"] .my-social-network-comment-prompts button{flex:1 1 auto}}.my-social-network-rail__health{display:grid;gap:.32rem;padding:.9rem;border:1px solid rgba(255,255,255,.16);border-radius:24px;background:linear-gradient(145deg,rgba(24,119,242,.18),rgba(227,31,38,.16));color:#e4e6eb;box-shadow:inset 0 1px 0 rgba(255,255,255,.08)}.my-social-network-rail__health .eyebrow{margin:0;color:#b0b3b8}.my-social-network-rail__health strong{color:#fff;font-size:1.75rem;line-height:1;letter-spacing:-.04em}.my-social-network-rail__health span{color:#e4e6eb;font-weight:950}.my-social-network-rail__health small{color:#b0b3b8;font-weight:750;line-height:1.35}body[data-current-path="/team-dug/dashboard"] .my-social-network-rail__health{background:linear-gradient(145deg,rgba(24,119,242,.2),rgba(227,31,38,.14))!important;border:1px solid rgba(255,255,255,.105)!important;box-shadow:0 18px 52px rgba(0,0,0,.24),inset 0 1px 0 rgba(255,255,255,.06)!important;backdrop-filter:blur(16px)}body[data-current-path="/team-dug/dashboard"] .my-social-network{background:radial-gradient(circle at 75% 0,rgba(126,12,18,.28),transparent 42%),linear-gradient(180deg,rgba(26,3,5,.96),rgba(9,0,1,.98))!important;border-color:rgba(255,255,255,.1)!important}body[data-current-path="/team-dug/dashboard"] .my-social-network__head{border-bottom:1px solid rgba(255,255,255,.08);padding-bottom:clamp(1rem,2vw,1.4rem)}body[data-current-path="/team-dug/dashboard"] .my-social-network-feed-tools button.is-active,body[data-current-path="/team-dug/dashboard"] .my-social-network-tab.is-active,body[data-current-path="/team-dug/dashboard"] .my-social-network__composer-row .btn{background:linear-gradient(135deg,#e31f26,#8f1016)!important;box-shadow:0 14px 34px rgba(227,31,38,.22)!important}body[data-current-path="/team-dug/dashboard"] .my-social-network-feed-search,body[data-current-path="/team-dug/dashboard"] .my-social-network-feed-sort,body[data-current-path="/team-dug/dashboard"] .my-social-network-feed-tools,body[data-current-path="/team-dug/dashboard"] .my-social-network-new-post,body[data-current-path="/team-dug/dashboard"] .my-social-network-post,body[data-current-path="/team-dug/dashboard"] .my-social-network-rail__profile,body[data-current-path="/team-dug/dashboard"] .my-social-network-rail__stats,body[data-current-path="/team-dug/dashboard"] .my-social-network-tabs{background:rgba(255,255,255,.055)!important;border:1px solid rgba(255,255,255,.1)!important;box-shadow:0 18px 44px rgba(0,0,0,.26)!important;backdrop-filter:blur(12px)}body[data-current-path="/team-dug/dashboard"] .my-social-network-new-post,body[data-current-path="/team-dug/dashboard"] .my-social-network-post{border-radius:18px!important}body[data-current-path="/team-dug/dashboard"] .my-social-network-post{background:rgba(13,8,9,.82)!important}body[data-current-path="/team-dug/dashboard"] .my-social-network-rail__conversation,body[data-current-path="/team-dug/dashboard"] .my-social-network-rail__health,body[data-current-path="/team-dug/dashboard"] .my-social-network-rail__leaders,body[data-current-path="/team-dug/dashboard"] .my-social-network-rail__mix,body[data-current-path="/team-dug/dashboard"] .my-social-network-rail__sentiment,body[data-current-path="/team-dug/dashboard"] .my-social-network-rail__signals,body[data-current-path="/team-dug/dashboard"] .my-social-network-rail__timing,body[data-current-path="/team-dug/dashboard"] .my-social-network-rail__trends,body[data-current-path="/team-dug/dashboard"] .my-social-network-stories{display:none!important}body[data-current-path="/team-dug/dashboard"] .my-social-network-wall-shell{grid-template-columns:minmax(185px,230px) minmax(0,1fr);gap:clamp(1rem,2.4vw,1.6rem)}body[data-current-path="/team-dug/dashboard"] .my-social-network-rail{gap:.75rem}body[data-current-path="/team-dug/dashboard"] .my-social-network-rail__stats div{background:rgba(255,255,255,.045)!important;border-color:rgba(255,255,255,.075)!important}body[data-current-path="/team-dug/dashboard"] .my-social-network-rail__stats strong{color:#ffdad3!important}body[data-current-path="/team-dug/dashboard"] .my-social-network-feed-toolbar{gap:.75rem;align-items:stretch}body[data-current-path="/team-dug/dashboard"] .my-social-network-attach,body[data-current-path="/team-dug/dashboard"] .my-social-network-composer-assist__prompts button,body[data-current-path="/team-dug/dashboard"] .my-social-network-feed-tools button,body[data-current-path="/team-dug/dashboard"] .my-social-network-post__action,body[data-current-path="/team-dug/dashboard"] .my-social-network-post__metric{background:rgba(255,255,255,.055)!important;border-color:rgba(255,255,255,.1)!important;box-shadow:none!important}body[data-current-path="/team-dug/dashboard"] .my-social-network-scroll-wall::-webkit-scrollbar-thumb{background:linear-gradient(180deg,#e31f26,#8f1016)!important}@media (max-width:1020px){body[data-current-path="/team-dug/dashboard"] .my-social-network-wall-shell{grid-template-columns:1fr}body[data-current-path="/team-dug/dashboard"] .my-social-network-rail__stats{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:640px){body[data-current-path="/team-dug/dashboard"] .my-social-network-rail__stats{grid-template-columns:1fr}}body[data-current-path="/team-dug/songwunsch"] .team-dug,body[data-current-path="/team-dug/songwunsch"] .team-dug-songwunsch-page-card,body[data-current-path="/team-dug/songwunsch"] .team-dug__hero{width:min(var(--dug-shell-width,1180px),calc(100vw - (var(--dug-shell-gutter,1.25rem) * 2)))!important;max-width:none!important;margin-inline:auto!important}body[data-current-path="/team-dug/songwunsch"] :is(.team-dug__hero,.team-dug-songwunsch-page-card){border-radius:var(--dug-shell-radius)!important}.team-dug-songwunsch-page-card{padding:clamp(1.25rem,3vw,2.2rem)!important}body[data-current-path="/team-dug/songwunsch"] .team-dug-songwunsch-form{max-width:none}body[data-current-path="/team-dug/songwunsch"] .team-dug-songwunsch-form select{min-height:54px}body[data-current-path="/team-dug/songwunsch"] .team-dug__panel--songwunsch{border-color:rgba(255,36,48,.28)!important;background:radial-gradient(circle at 100% 0,rgba(255,36,48,.18),transparent 36%),rgba(12,2,5,.92)!important;box-shadow:0 30px 90px rgba(0,0,0,.52)!important}body[data-current-path="/team-dug/songwunsch"] .team-dug-songwunsch-form :is(input,select,textarea){width:100%!important;border:1px solid rgba(255,255,255,.14)!important;border-radius:16px!important;background:rgba(255,255,255,.07)!important;color:#fff7ee!important;padding:.85rem 1rem!important;font:inherit!important;box-shadow:none!important}body[data-current-path="/team-dug/songwunsch"] .team-dug-songwunsch-form :is(input,select){min-height:54px!important}body[data-current-path="/team-dug/songwunsch"] .team-dug-songwunsch-form select,body[data-current-path="/team-dug/songwunsch"] .team-dug-songwunsch-form select option{color-scheme:dark;background-color:#251014!important;color:#fff7ee!important}body[data-current-path="/team-dug/songwunsch"] .team-dug-songwunsch-form button[type=submit]{width:100%}body[data-current-path^="/team-dug"] .team-dug__subnav-link{position:relative;padding-right:3.05rem;overflow:hidden}body[data-current-path^="/team-dug"] .team-dug__subnav-link::after{content:"";position:absolute;right:1rem;top:50%;width:1.45rem;height:1.45rem;transform:translateY(-50%);background-repeat:no-repeat;background-position:center;background-size:contain;opacity:.9;filter:drop-shadow(0 2px 7px rgba(0,0,0,.28));pointer-events:none}body[data-current-path^="/team-dug"] .team-dug__subnav-link[href*=my-social-network]::after{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2.1' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M21 11.5a8.4 8.4 0 0 1-9 8.4 8.8 8.8 0 0 1-3.6-.8L3 20.5l1.5-5A8.2 8.2 0 0 1 3 11.5C3 6.8 7 3 12 3s9 3.8 9 8.5Z'/%3E%3Cpath d='M8 10h8M8 14h5'/%3E%3C/svg%3E")}body[data-current-path^="/team-dug"] .team-dug__subnav-link[href="/team-dug/secret-gig"]::after{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2.1' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M8 6h13M8 12h13M8 18h13'/%3E%3Cpath d='M3.5 6h.01M3.5 12h.01M3.5 18h.01'/%3E%3C/svg%3E")}body[data-current-path^="/team-dug"] .team-dug__subnav-link[href="/team-dug/songwunsch"]::after{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2.1' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M9 18h6'/%3E%3Cpath d='M10 22h4'/%3E%3Cpath d='M8.2 14.6a6.5 6.5 0 1 1 7.6 0c-.8.6-1.3 1.5-1.5 2.4H9.7c-.2-.9-.7-1.8-1.5-2.4Z'/%3E%3C/svg%3E")}body[data-current-path^="/team-dug"] .team-dug__subnav-link[href="/team-dug/account"]::after{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2.1' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 15.2A3.2 3.2 0 1 0 12 8.8a3.2 3.2 0 0 0 0 6.4Z'/%3E%3Cpath d='M19.4 15a1.8 1.8 0 0 0 .36 2l.05.05a2.1 2.1 0 1 1-2.97 2.97l-.05-.05a1.8 1.8 0 0 0-2-.36 1.8 1.8 0 0 0-1.08 1.65V21.4a2.1 2.1 0 1 1-4.2 0v-.08a1.8 1.8 0 0 0-1.08-1.65 1.8 1.8 0 0 0-2 .36l-.05.05a2.1 2.1 0 1 1-2.97-2.97l.05-.05a1.8 1.8 0 0 0 .36-2 1.8 1.8 0 0 0-1.65-1.08H2.1a2.1 2.1 0 1 1 0-4.2h.08A1.8 1.8 0 0 0 3.83 8.7a1.8 1.8 0 0 0-.36-2l-.05-.05A2.1 2.1 0 1 1 6.38 3.7l.05.05a1.8 1.8 0 0 0 2 .36A1.8 1.8 0 0 0 9.5 2.46V2.1a2.1 2.1 0 1 1 4.2 0v.08a1.8 1.8 0 0 0 1.08 1.65 1.8 1.8 0 0 0 2-.36l.05-.05a2.1 2.1 0 1 1 2.97 2.97l-.05.05a1.8 1.8 0 0 0-.36 2c.28.68.94 1.12 1.67 1.12h.08a2.1 2.1 0 1 1 0 4.2h-.08A1.8 1.8 0 0 0 19.4 15Z'/%3E%3C/svg%3E")}@media (max-width:520px){body[data-current-path^="/team-dug"] .team-dug__subnav-link{padding-right:2.8rem}body[data-current-path^="/team-dug"] .team-dug__subnav-link::after{right:.9rem;width:1.25rem;height:1.25rem}}body[data-current-path="/team-dug/dashboard"] .my-social-network{padding:clamp(1rem,2.2vw,1.55rem)!important;background:rgba(10,2,3,.94)!important;box-shadow:0 24px 70px rgba(0,0,0,.34)!important}body[data-current-path="/team-dug/dashboard"] .my-social-network__head{display:grid;gap:.25rem;padding-bottom:.85rem;border-bottom-color:rgba(255,255,255,.07)!important}body[data-current-path="/team-dug/dashboard"] .my-social-network__head h2{margin:0;font-size:clamp(1.45rem, 3vw, 2.15rem)!important;line-height:1.05}body[data-current-path="/team-dug/dashboard"] .my-social-network-attach__hint,body[data-current-path="/team-dug/dashboard"] .my-social-network-composer-assist,body[data-current-path="/team-dug/dashboard"] .my-social-network-rail,body[data-current-path="/team-dug/dashboard"] .my-social-network-tabs,body[data-current-path="/team-dug/dashboard"] .my-social-network__badge,body[data-current-path="/team-dug/dashboard"] .my-social-network__composer-tools span:first-child,body[data-current-path="/team-dug/dashboard"] .my-social-network__head p:not(.eyebrow){display:none!important}body[data-current-path="/team-dug/dashboard"] .my-social-network-wall-shell{display:block!important}body[data-current-path="/team-dug/dashboard"] .my-social-network-feed-column{max-width:860px;margin-inline:auto;gap:1rem!important}body[data-current-path="/team-dug/dashboard"] .my-social-network-feed-toolbar{display:grid;grid-template-columns:minmax(0,1fr) minmax(160px,220px);gap:.65rem!important;padding:0!important;background:0 0!important;border:0!important;box-shadow:none!important}body[data-current-path="/team-dug/dashboard"] .my-social-network-feed-tools{display:none!important}body[data-current-path="/team-dug/dashboard"] .my-social-network-feed-search,body[data-current-path="/team-dug/dashboard"] .my-social-network-feed-sort{background:rgba(255,255,255,.045)!important;border-color:rgba(255,255,255,.085)!important;box-shadow:none!important}body[data-current-path="/team-dug/dashboard"] .my-social-network-scroll-wall{max-height:none!important;overflow:visible!important;padding:0!important}body[data-current-path="/team-dug/dashboard"] .my-social-network__feed{gap:.8rem!important}body[data-current-path="/team-dug/dashboard"] .my-social-network-new-post,body[data-current-path="/team-dug/dashboard"] .my-social-network-post{background:rgba(255,255,255,.045)!important;border-color:rgba(255,255,255,.085)!important;box-shadow:none!important;border-radius:14px!important}body[data-current-path="/team-dug/dashboard"] .my-social-network-new-post{order:-1;padding:1rem!important}body[data-current-path="/team-dug/dashboard"] .my-social-network-new-post__intro{padding-bottom:.6rem!important}body[data-current-path="/team-dug/dashboard"] .my-social-network-new-post__intro p{display:none!important}body[data-current-path="/team-dug/dashboard"] .my-social-network-new-post__intro h3{margin:0;font-size:1.05rem!important}body[data-current-path="/team-dug/dashboard"] .my-social-network__composer-main{grid-template-columns:1fr!important}body[data-current-path="/team-dug/dashboard"] .my-social-network__composer-main .my-social-network__avatar{display:none!important}body[data-current-path="/team-dug/dashboard"] .my-social-network__composer textarea{min-height:96px!important;border-radius:10px!important}body[data-current-path="/team-dug/dashboard"] .my-social-network__composer-row--actions{display:flex!important;justify-content:space-between;align-items:center;gap:.75rem}body[data-current-path="/team-dug/dashboard"] .my-social-network-attach{flex:0 1 auto;min-height:42px;padding:.55rem .8rem!important;border-radius:10px!important}body[data-current-path="/team-dug/dashboard"] .my-social-network__composer-row .btn{min-height:42px;padding-inline:1.15rem;box-shadow:none!important}body[data-current-path="/team-dug/dashboard"] .my-social-network-actions{border-top-color:rgba(255,255,255,.07)!important;border-bottom-color:rgba(255,255,255,.07)!important}@media (max-width:720px){body[data-current-path="/team-dug/dashboard"] .my-social-network-feed-toolbar{grid-template-columns:1fr}body[data-current-path="/team-dug/dashboard"] .my-social-network-feed-sort{display:none!important}}body[data-current-path="/quiz"] .dug-quiz-next{margin-top:clamp(1.65rem,3vw,2.5rem)}.dug-copy-grid article{position:relative}.dug-copy-card-btn{position:absolute;top:.78rem;right:.78rem;width:2rem;height:2rem;display:inline-flex;align-items:center;justify-content:center;border:1px solid rgba(255,255,255,.18);border-radius:999px;background:rgba(255,255,255,.075);color:rgba(255,245,238,.84);cursor:pointer;font:inherit;line-height:1;transition:transform .16s ease,border-color .16s ease,background .16s ease,color .16s ease}.dug-copy-card-btn:focus-visible,.dug-copy-card-btn:hover{transform:translateY(-1px);border-color:rgba(255,36,48,.58);background:rgba(224,2,10,.22);color:#fff}.dug-copy-card-btn.is-copied{border-color:rgba(95,255,162,.75);background:rgba(95,255,162,.16);color:#b9ffd8}.dug-copy-card-btn.is-copied span::before{content:"✓"}.dug-copy-card-btn.is-copied span{font-size:0}.dug-copy-card-btn.is-copied span::before{font-size:.95rem}body[data-current-path="/epk"] .dug-action-grid,body[data-current-path="/epk"] .dug-copy-grid,body[data-current-path="/epk"] .dug-live-sections,body[data-current-path="/epk"] .wb-feature-grid__items,body[data-current-path="/epk"] .wb-feature-list__items{gap:clamp(1.25rem,2.8vw,2rem)!important}body[data-current-path="/epk"] .dug-action,body[data-current-path="/epk"] .dug-copy-grid article,body[data-current-path="/epk"] .dug-live-sections section,body[data-current-path="/epk"] .wb-feature-grid__item,body[data-current-path="/epk"] .wb-feature-list__item{margin:0!important}@media (max-width:720px){body[data-current-path="/epk"] .dug-action-grid,body[data-current-path="/epk"] .dug-copy-grid,body[data-current-path="/epk"] .dug-live-sections,body[data-current-path="/epk"] .wb-feature-grid__items,body[data-current-path="/epk"] .wb-feature-list__items{gap:1.15rem!important}}body[data-current-path="/epk"] .layout-position-item+.layout-position-item{margin-top:clamp(1.5rem,3.5vw,2.75rem)!important}body[data-current-path="/epk"] .layout-position-item>:is(.wb-block,.wb-html-embed,.dug-epk-quick-actions,.dug-press-copy-blocks,.dug-epk-download){margin-top:0!important;margin-bottom:0!important}body[data-current-path="/epk"] :is(.dug-epk-quick-actions,.dug-press-copy-blocks,.dug-live-sections,.dug-epk-download)+:is(.dug-epk-quick-actions,.dug-press-copy-blocks,.dug-live-sections,.dug-epk-download){margin-top:clamp(1.5rem,3.5vw,2.75rem)!important}body[data-current-path="/shop/cart"] .shop-empty-card--compact .btn{margin-top:clamp(1.15rem,2.6vw,1.8rem)}body[data-current-path="/live"] .wb-media-gallery--mosaic .wb-media-gallery__items{align-items:start}body[data-current-path="/live"] .wb-media-gallery--mosaic .wb-media-gallery__item:nth-child(4n+1) .wb-media-gallery__link,body[data-current-path="/live"] .wb-media-gallery--mosaic .wb-media-gallery__item:nth-child(6n+2) .wb-media-gallery__link,body[data-current-path="/live"] .wb-media-gallery--mosaic .wb-media-gallery__item:nth-child(6n+5) .wb-media-gallery__link,body[data-current-path="/live"] .wb-media-gallery--mosaic .wb-media-gallery__link{position:relative;aspect-ratio:1/1!important;background:linear-gradient(135deg,rgba(255,255,255,.055),rgba(0,0,0,.22));transition:border-color .18s ease,box-shadow .18s ease,background .18s ease}body[data-current-path="/live"] .wb-media-gallery--mosaic .wb-media-gallery__link::after{content:"";position:absolute;inset:0;pointer-events:none;background:linear-gradient(180deg,rgba(255,255,255,.12),rgba(224,2,10,.18));opacity:0;transition:opacity .18s ease}body[data-current-path="/live"] .wb-media-gallery--mosaic .wb-media-gallery__link:focus-visible,body[data-current-path="/live"] .wb-media-gallery--mosaic .wb-media-gallery__link:hover{border-color:rgba(255,255,255,.62);background:linear-gradient(135deg,rgba(255,255,255,.09),rgba(224,2,10,.16));box-shadow:0 16px 30px rgba(0,0,0,.28),0 0 0 1px rgba(255,255,255,.12) inset}body[data-current-path="/live"] .wb-media-gallery--mosaic .wb-media-gallery__link:focus-visible::after,body[data-current-path="/live"] .wb-media-gallery--mosaic .wb-media-gallery__link:hover::after{opacity:1}body[data-current-path="/live"] .wb-media-gallery--mosaic .wb-media-gallery__link img{width:100%;height:100%;object-fit:contain;display:block;transition:filter .18s ease,opacity .18s ease}body[data-current-path="/live"] .wb-media-gallery--mosaic .wb-media-gallery__link:focus-visible img,body[data-current-path="/live"] .wb-media-gallery--mosaic .wb-media-gallery__link:hover img{filter:saturate(1.08) contrast(1.05);opacity:.94}body[data-current-path="/live"] .wb-media-gallery__lightbox-shell{width:min(96vw,84rem);max-height:calc(100vh - 2rem);justify-items:center}body[data-current-path="/live"] .wb-media-gallery__lightbox-shell img{width:auto;height:auto;max-width:100%;max-height:calc(100vh - 8rem);object-fit:contain}body.wb-media-gallery-lightbox-open{overflow:hidden}body>.wb-media-gallery__lightbox{position:fixed!important;inset:0;z-index:1000}@media (min-width:641px){body[data-current-path="/live"] .wb-media-gallery--mosaic .wb-media-gallery__items{grid-template-columns:repeat(4,minmax(0,1fr))}}body[data-current-path="/live"] .wb-media-gallery--has-credit{margin-bottom:clamp(2rem,4vw,3.25rem)!important}body[data-current-path="/live"] .wb-media-gallery--has-credit .dug-photo-credit{margin:clamp(.85rem,1.8vw,1.2rem) 0 0}body[data-current-path="/live"] .wb-media-gallery--has-credit .dug-photo-credit a{text-decoration:underline;text-underline-offset:.16em}body[data-current-path="/live"] .dug-live-sections section .wb-btn{margin-top:clamp(.9rem,1.8vw,1.25rem)!important}body[data-current-path="/live"] .dug-live-sections section p+.wb-btn{display:inline-flex}body[data-current-path="/booking"] .wb-hero-banner .wb-btn-whatsapp{border-color:#fff7ee!important;background:#fff7ee!important;color:#e0020a!important;box-shadow:0 16px 34px rgba(255,247,238,.18),0 0 0 1px rgba(224,2,10,.16)!important}body[data-current-path="/booking"] .wb-hero-banner .wb-btn-whatsapp:focus-visible,body[data-current-path="/booking"] .wb-hero-banner .wb-btn-whatsapp:hover{border-color:#e0020a!important;background:#e0020a!important;color:#fff7ee!important;box-shadow:0 18px 38px rgba(224,2,10,.34)!important}.dug-footer__backtop:focus-visible,.dug-footer__backtop:hover{background:var(--accent)!important;border-color:rgba(255,255,255,.32)!important;color:#fff!important;transform:translateY(-1px)}.dug-footer__backtop span{font-size:1.18rem;font-weight:1000;line-height:1;transform:translateY(-1px);text-shadow:0 0 1px currentColor,0 0 8px rgba(255,255,255,.22)}body[data-current-path="/community"] .community-hub__guestbook-wall{margin-top:clamp(1.15rem,3vw,2rem)}body[data-current-path="/community"] .community-hub__guestbook-wall-header{margin-bottom:clamp(.8rem,2vw,1.15rem)}body[data-current-path="/community"] .community-hub__guestbook-wall-header h3{max-width:46rem;margin:.15rem 0 0;font-size:clamp(1.1rem, 2.2vw, 1.45rem)}body[data-current-path="/community"] .community-hub__grid--guestbook{align-items:stretch}body[data-current-path="/community"] .community-hub__card--guestbook{position:relative;min-height:11rem;padding:clamp(1rem,2.4vw,1.25rem);border-color:rgba(255,211,126,.18);background:linear-gradient(180deg,rgba(255,255,255,.075),rgba(255,255,255,.032)),radial-gradient(circle at 0 0,rgba(255,224,106,.12),transparent 36%)}body[data-current-path="/community"] .community-hub__card--guestbook::before{content:"„";position:absolute;top:.35rem;right:.85rem;color:rgba(255,224,106,.18);font-family:Georgia,serif;font-size:4.25rem;line-height:1;pointer-events:none}body[data-current-path="/community"] .community-hub__card--guestbook>:not(.community-hub__image){margin-left:0;margin-right:0}body[data-current-path="/community"] .community-hub__card--guestbook h3{margin-top:0;color:#fff3dd}body[data-current-path="/community"] .community-hub__card--guestbook p:not(.community-hub__meta){position:relative;z-index:1;color:rgba(255,244,238,.9);line-height:1.55}body[data-current-path="/community"] .community-hub__pagination{display:flex;align-items:center;justify-content:center;gap:.8rem;flex-wrap:wrap;margin-top:clamp(1rem,2.4vw,1.5rem)}body[data-current-path="/community"] .community-hub__pagination span{color:rgba(255,244,238,.72);font-size:.92rem;font-weight:800}body[data-current-path="/community"] .community-hub__pagination .is-disabled{opacity:.45;pointer-events:none}body[data-current-path="/community"] .community-hub__optional-label{display:inline-block;margin-left:.25rem;color:rgba(255,217,210,.55);font-size:.72em;font-weight:700;letter-spacing:.01em;text-transform:none;vertical-align:baseline}.shop-faq-section{margin:clamp(42px,7vw,86px) auto 0;padding:clamp(24px,5vw,46px);border:1px solid rgba(255,242,223,.16);border-radius:28px;background:radial-gradient(circle at top left,rgba(224,2,10,.18),transparent 32%),rgba(20,3,6,.72);box-shadow:0 26px 70px rgba(0,0,0,.26)}.shop-faq-section>h2{margin:.15em 0 .25em;font-size:clamp(2rem, 5vw, 4.5rem);line-height:.92;letter-spacing:-.055em}.shop-faq-list{display:grid;gap:12px;margin-top:clamp(20px,4vw,34px)}.shop-faq-item{border:1px solid rgba(255,242,223,.16);border-radius:18px;background:rgba(255,242,223,.055);overflow:hidden}.shop-faq-item summary{cursor:pointer;padding:18px 20px;font-weight:900;color:var(--dug-cream,#fff2df);list-style:none}.shop-faq-item summary::-webkit-details-marker{display:none}.shop-faq-item summary::after{content:'+';float:right;color:var(--dug-red,#e0020a);font-size:1.25em;line-height:1}.shop-faq-item[open] summary::after{content:'–'}.shop-faq-item p{margin:0;padding:0 20px 20px;color:rgba(255,242,223,.78);line-height:1.65}.dug-member-detail__member-nav{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:clamp(.75rem,2vw,1rem);align-items:stretch;margin-top:clamp(1rem,2.6vw,1.8rem)}.dug-member-detail__member-link,.dug-member-detail__member-link-spacer{min-width:0}.dug-member-detail__member-link{display:grid;gap:.22rem;padding:clamp(.9rem,2vw,1.15rem);border:1px solid rgba(255,255,255,.14);border-radius:var(--dug-shell-radius-inner,24px);background:radial-gradient(circle at 15% 0,rgba(255,36,48,.16),transparent 36%),rgba(255,255,255,.06);color:#fff7ee;text-decoration:none;box-shadow:0 16px 42px rgba(0,0,0,.28)}.dug-member-detail__member-link span{color:rgba(255,247,238,.66);font-size:.78rem;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.dug-member-detail__member-link strong{font-size:clamp(1.25rem, 2.4vw, 1.75rem);line-height:1}.dug-member-detail__member-link--prev{justify-items:start;text-align:left}.dug-member-detail__member-link--next{justify-items:end;text-align:right}.dug-member-detail__member-link:focus-visible,.dug-member-detail__member-link:hover{border-color:rgba(255,255,255,.42);background:linear-gradient(135deg,rgba(255,255,255,.16),rgba(224,2,10,.18));color:#fff;outline:0}@media (max-width:640px){.dug-member-detail__member-nav{grid-template-columns:1fr}.dug-member-detail__member-link-spacer{display:none}}@media (min-width:721px){body[data-current-path="/"] .dug-featured-event__grid{grid-template-columns:minmax(132px,180px) minmax(0,1fr);grid-template-areas:"date copy" "action copy";align-items:center;column-gap:clamp(1.6rem,4vw,3rem);row-gap:1rem}body[data-current-path="/"] .dug-featured-event__date{grid-area:date;justify-self:center}body[data-current-path="/"] .dug-featured-event__copy{grid-area:copy;align-self:center}body[data-current-path="/"] .dug-featured-event .pill-btn{grid-area:action;justify-self:stretch;justify-content:center}}body[data-current-path^="/live"] .layout-slot--main{display:grid;gap:clamp(2rem,4.8vw,3.75rem)!important}body[data-current-path^="/live"] .layout-slot--main>.layout-position-item,body[data-current-path^="/live"] .layout-slot--main>.layout-position-item>:is(.wb-block,.wb-html-embed,.wb-media-gallery,.dug-live-sections){margin-top:0!important;margin-bottom:0!important}body[data-current-path^="/live"] .dug-action-grid,body[data-current-path^="/live"] .dug-live-sections,body[data-current-path^="/live"] .wb-feature-grid__items,body[data-current-path^="/live"] .wb-feature-list__items{gap:clamp(1.15rem,2.7vw,1.9rem)!important}@media (max-width:720px){body[data-current-path^="/live"] .layout-slot--main{gap:clamp(1.45rem,7vw,2.35rem)!important}}