.tour{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1300;pointer-events:none}.tour__catch{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:auto}.tour__catch--dim{background:#2314468c}.tour__hole{position:absolute;border-radius:var(--duik-border-radius-l);box-shadow:0 0 0 9999px #2314468c;outline:2px solid var(--duik-color-brand-green);outline-offset:3px;pointer-events:none;transition:top .35s cubic-bezier(.4,0,.2,1),left .35s cubic-bezier(.4,0,.2,1),width .35s cubic-bezier(.4,0,.2,1),height .35s cubic-bezier(.4,0,.2,1)}.tour__tip{position:absolute;pointer-events:auto;width:330px;max-width:calc(100vw - 32px);background:var(--duik-color-brand-purple);color:var(--duik-color-white);border:1px solid rgba(255,255,255,.12);border-radius:var(--duik-border-radius-l);box-shadow:var(--duik-shadow-xl);padding:var(--duik-spacing-24);transition:top .35s cubic-bezier(.4,0,.2,1),left .35s cubic-bezier(.4,0,.2,1),opacity .2s ease}.tour__tip--hidden{opacity:0;pointer-events:none}.tour__hole--dim{outline-color:#00d7b059}.tour__tip-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:var(--duik-spacing-12)}.tour__step{font-family:var(--duik-font-family-brand);font-size:.6875rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--duik-color-brand-green)}.tour__close{display:inline-flex;align-items:center;justify-content:center;border:none;background:transparent;color:#fff9;cursor:pointer;padding:2px;border-radius:var(--duik-border-radius-s)}.tour__close:hover{color:var(--duik-color-white);background:#ffffff1f}.tour__title{font-family:var(--duik-font-family-brand);font-size:1.0625rem;font-weight:700;color:var(--duik-color-white);margin:0 0 var(--duik-spacing-8)}.tour__body{font-family:var(--duik-font-family-body);font-size:.875rem;line-height:1.62;color:#ffffffd1;margin:0}.tour__dots{display:flex;gap:6px;margin:var(--duik-spacing-24) 0 var(--duik-spacing-20)}.tour__dots i{width:7px;height:7px;border-radius:999px;background:#ffffff47;transition:width .25s ease,background .25s ease}.tour__dots i.is-active{width:20px;background:var(--duik-color-brand-green)}.tour__ai{display:inline-flex;align-items:center;justify-content:center;gap:8px;width:100%;font-family:var(--duik-font-family-body);font-size:.8125rem;font-weight:500;color:var(--duik-color-white);background:#ffffff1f;border:1px solid rgba(255,255,255,.22);border-radius:var(--duik-border-radius-m);padding:11px 12px;cursor:pointer;margin-bottom:var(--duik-spacing-16)}.tour__ai:hover{background:#fff3}.tour__ai svg{color:var(--duik-color-brand-green)}.tour__actions{display:flex;align-items:center;gap:var(--duik-spacing-8)}.tour__spacer{flex:1}.tour__skip{font-family:var(--duik-font-family-body);font-size:.8125rem;color:#fff9;background:none;border:none;cursor:pointer;padding:0}.tour__skip:hover{color:var(--duik-color-white)}.tour__btn{font-family:var(--duik-font-family-body);font-size:.84rem;cursor:pointer;border-radius:var(--duik-border-radius-m);padding:10px 18px;border:1px solid transparent}.tour__btn--ghost{background:transparent;border-color:#ffffff4d;color:var(--duik-color-white)}.tour__btn--ghost:hover{border-color:#fff9}.tour__btn--primary{background:var(--duik-color-white);color:var(--duik-color-brand-purple);font-weight:600}.tour__btn--primary:hover{background:#ffffffe0}.tour__tip:after{content:"";position:absolute;width:14px;height:14px;background:var(--duik-color-brand-purple);border:1px solid rgba(255,255,255,.12);transform:rotate(45deg)}.tour__tip[data-place=bottom]:after{top:-8px;left:var(--tour-caret, 24px);border-right:none;border-bottom:none}.tour__tip[data-place=top]:after{bottom:-8px;left:var(--tour-caret, 24px);border-left:none;border-top:none}.tour__tip[data-place=right]:after{left:-8px;top:var(--tour-caret, 24px);border-right:none;border-top:none}.tour__tip[data-place=left]:after{right:-8px;top:var(--tour-caret, 24px);border-left:none;border-bottom:none}@media(prefers-reduced-motion:reduce){.tour__hole,.tour__tip,.tour__dots i{transition:none}}:root{--duik-color-brand-purple: #5B2D8E;--duik-color-brand-purple-hover: #4A2475;--duik-color-brand-purple-soft: #F5F0FA;--duik-color-brand-purple-tint: #EBE3F4;--duik-color-brand-teal: #00B5AD;--duik-color-brand-teal-hover: #009C95;--duik-color-brand-teal-soft: #F0FAFA;--duik-color-brand-teal-tint: #D6F1EF;--duik-color-neutral-0: #FFFFFF;--duik-color-neutral-50: #FBFAFD;--duik-color-neutral-100: #F4F4F7;--duik-color-neutral-200: #E8E8EE;--duik-color-neutral-300: #D1D1DB;--duik-color-neutral-400: #9A9AA8;--duik-color-neutral-500: #6B6B79;--duik-color-neutral-600: #4A4A55;--duik-color-neutral-700: #2E2E38;--duik-color-neutral-900: #1A1A22;--duik-text-primary: #2E2E38;--duik-text-secondary: #6B6B79;--duik-text-tertiary: #9A9AA8;--duik-text-on-brand: #FFFFFF;--duik-text-on-brand-muted: rgba(255, 255, 255, .72);--duik-text-link: #00B5AD;--duik-surface-page: #FBFAFD;--duik-surface-card: #FFFFFF;--duik-surface-sunken: #F4F4F7;--duik-surface-selected: #EBE3F4;--duik-color-danger: #DC2626;--duik-color-danger-bg: #FEF2F2;--duik-color-danger-border: #FCA5A5;--duik-color-danger-text: #991B1B;--duik-color-warning: #D97706;--duik-color-warning-bg: #FEF7ED;--duik-color-warning-border: #FBBF24;--duik-color-warning-text: #92400E;--duik-color-success: #00B5AD;--duik-color-success-bg: #F0FAFA;--duik-color-success-border: #00B5AD;--duik-color-success-text: #065F5C;--duik-color-info: #5B2D8E;--duik-color-info-bg: #F5F0FA;--duik-color-info-border: #C4B0DD;--duik-color-info-text: #4A2475;--duik-viz-blue-200: #91b9f2;--duik-viz-blue-400: #538ae1;--duik-viz-blue-600: #2b5bb7;--duik-viz-orange-200: #ffbb7a;--duik-viz-orange-400: #fa8a28;--duik-viz-orange-600: #b7510b;--duik-viz-green-200: #80dc9f;--duik-viz-green-400: #43a466;--duik-viz-green-600: #1c6437;--duik-viz-purple-200: #c6a4f6;--duik-viz-purple-400: #a071e9;--duik-viz-purple-600: #7344c1;--duik-viz-red-200: #ffa5a4;--duik-viz-red-400: #ed524e;--duik-viz-red-600: #b7221b;--duik-viz-pink-200: #f6b3d3;--duik-viz-pink-400: #e8579c;--duik-viz-pink-600: #a52969;--duik-viz-turquoise-200: #71dbc9;--duik-viz-turquoise-400: #32a291;--duik-viz-turquoise-600: #13655a;--duik-viz-yellow-200: #f7d878;--duik-viz-yellow-300: #f0c756;--duik-viz-yellow-500: #c39126;--duik-viz-gray-400: #8b8b8b;--duik-viz-gray-600: #606060;--duik-viz-gray-800: #343434;--duik-space-1: 4px;--duik-space-2: 8px;--duik-space-3: 12px;--duik-space-4: 16px;--duik-space-5: 20px;--duik-space-6: 24px;--duik-space-8: 32px;--duik-space-10: 40px;--duik-space-12: 48px;--duik-space-16: 64px;--duik-radius-xs: 4px;--duik-radius-s: 6px;--duik-radius-m: 10px;--duik-radius-l: 14px;--duik-radius-xl: 20px;--duik-radius-pill: 999px;--duik-elevation-0: none;--duik-elevation-1: 0 1px 2px rgba(46, 26, 71, .04), 0 1px 3px rgba(46, 26, 71, .06);--duik-elevation-2: 0 4px 12px rgba(46, 26, 71, .06), 0 2px 4px rgba(46, 26, 71, .04);--duik-elevation-3: 0 12px 32px rgba(46, 26, 71, .1), 0 4px 8px rgba(46, 26, 71, .06);--duik-elevation-4: 0 24px 64px rgba(46, 26, 71, .16), 0 8px 16px rgba(46, 26, 71, .08);--duik-font-family-body: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;--duik-font-family-display: "Source Serif 4", "Source Serif Pro", Georgia, serif;--duik-font-family-mono: "Roboto Mono", "SF Mono", Menlo, monospace;--duik-font-weight-regular: 400;--duik-font-weight-medium: 500;--duik-font-weight-semibold: 600;--duik-font-weight-bold: 700;--duik-type-display-xl-size: 3.5rem;--duik-type-display-xl-lh: 1.05;--duik-type-display-l-size: 2.5rem;--duik-type-display-l-lh: 1.1;--duik-type-h1-size: 1.75rem;--duik-type-h1-lh: 1.2;--duik-type-h2-size: 1.375rem;--duik-type-h2-lh: 1.3;--duik-type-h3-size: 1.125rem;--duik-type-h3-lh: 1.4;--duik-type-h4-size: 1rem;--duik-type-h4-lh: 1.4;--duik-type-body-l-size: 1rem;--duik-type-body-l-lh: 1.55;--duik-type-body-size: .875rem;--duik-type-body-lh: 1.55;--duik-type-body-s-size: .8125rem;--duik-type-body-s-lh: 1.5;--duik-type-caption-size: .75rem;--duik-type-caption-lh: 1.4;--duik-type-eyebrow-size: .6875rem;--duik-type-eyebrow-lh: 1.2;--duik-type-eyebrow-tracking: .08em;--duik-type-mono-size: .8125rem;--duik-type-mono-lh: 1.5;--duik-color-brand-purple-mid: var(--duik-color-brand-purple-hover);--duik-color-brand-purple-light: var(--duik-color-brand-purple-tint);--duik-color-brand-green: var(--duik-color-brand-teal);--duik-color-brand-green-light: var(--duik-color-brand-teal-tint);--duik-color-white: var(--duik-color-neutral-0);--duik-background-primary: var(--duik-surface-card);--duik-background-secondary: var(--duik-surface-sunken);--duik-color-danger-light: var(--duik-color-danger-bg);--duik-font-family-brand: var(--duik-font-family-body);--duik-spacing-3: 3px;--duik-spacing-4: var(--duik-space-1);--duik-spacing-6: 6px;--duik-spacing-8: var(--duik-space-2);--duik-spacing-10: var(--duik-space-3);--duik-spacing-12: var(--duik-space-3);--duik-spacing-16: var(--duik-space-4);--duik-spacing-20: var(--duik-space-5);--duik-spacing-24: var(--duik-space-6);--duik-spacing-32: var(--duik-space-8);--duik-spacing-44: 44px;--duik-spacing-64: var(--duik-space-16);--duik-border-radius-xs: var(--duik-radius-xs);--duik-border-radius-s: var(--duik-radius-s);--duik-border-radius-m: var(--duik-radius-m);--duik-border-radius-l: var(--duik-radius-l);--duik-border-radius-xl: var(--duik-radius-xl);--duik-border-radius-rounded: var(--duik-radius-pill);--duik-shadow-s: var(--duik-elevation-1);--duik-shadow-m: var(--duik-elevation-2);--duik-shadow-l: var(--duik-elevation-3);--duik-shadow-xl: var(--duik-elevation-4)}*{margin:0;padding:0;box-sizing:border-box}body{font-family:var(--duik-font-family-body);background-color:var(--duik-background-secondary);color:var(--duik-text-primary);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;height:100vh;overflow:hidden}h1,h2,h3,h4,h5,.brand-font{font-family:var(--duik-font-family-brand)}#root{height:100vh;display:flex;flex-direction:column}a{color:var(--duik-color-brand-purple);text-decoration:none}a:hover{text-decoration:underline}button{cursor:pointer;font-family:inherit}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--duik-color-neutral-300);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--duik-color-neutral-400)}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes shimmer{0%{background-position:-400px 0}to{background-position:400px 0}}@keyframes slideInRight{0%{opacity:0;transform:translate(20px)}to{opacity:1;transform:translate(0)}}.animate-fade-in{animation:fadeIn .3s ease-out forwards}.animate-fade-in-up{animation:fadeInUp .35s ease-out forwards}.animate-slide-right{animation:slideInRight .3s ease-out forwards}.app-layout{display:flex;height:100vh;overflow:hidden}@keyframes dedgeSliderTravel{0%{transform:translate(0)}45%{transform:translate(-37.86px)}55%{transform:translate(-37.86px)}to{transform:translate(0)}}.dedge-slider-dot{transform-origin:center;transform-box:fill-box;animation:dedgeSliderTravel 4.2s cubic-bezier(.65,0,.35,1) infinite}@keyframes dedgeSliderTravelOnce{0%{transform:translate(-37.86px)}to{transform:translate(0)}}@keyframes dedgeRevealClipOnce{0%{transform:scaleX(.234)}to{transform:scaleX(1)}}@keyframes dedgeSliderTravelLoop{0%,55%{transform:translate(0)}72%{transform:translate(-37.86px)}96%,to{transform:translate(0)}}@keyframes dedgeRevealClipLoop{0%,55%{transform:scaleX(1)}72%{transform:scaleX(.234)}96%,to{transform:scaleX(1)}}.dedge-slider-dot-reveal{transform-origin:center;transform-box:fill-box;animation:dedgeSliderTravelLoop 7s cubic-bezier(.45,0,.2,1) infinite}.dedge-slider-dot-reveal.is-once{animation:dedgeSliderTravelOnce 1.8s cubic-bezier(.45,0,.2,1) .05s 1 both}.dedge-reveal-rect{transform-origin:0 0;transform-box:fill-box;animation:dedgeRevealClipLoop 7s cubic-bezier(.45,0,.2,1) infinite}.dedge-reveal-rect.is-once{animation:dedgeRevealClipOnce 1.8s cubic-bezier(.45,0,.2,1) .05s 1 both}@media(prefers-reduced-motion:reduce){.dedge-slider-dot,.dedge-slider-dot-reveal,.dedge-reveal-rect{animation:none}.dedge-reveal-rect{transform:scaleX(1)}}.main-content{flex:1;display:flex;flex-direction:column;overflow:hidden}.main-content__body{flex:1;overflow-y:auto;padding:0}.main-content__inner{padding:var(--duik-spacing-24)}.card{background:var(--duik-color-white);border-radius:var(--duik-border-radius-l);border:1px solid rgba(91,45,142,.14);box-shadow:0 1px 2px #2e1a470a,0 2px 8px #2e1a470f;overflow:hidden;transition:box-shadow .2s ease,transform .2s ease,border-color .2s ease}.card:hover{border-color:#5b2d8e52;box-shadow:0 4px 14px #5b2d8e1f,0 2px 6px #2e1a470f}.card--clickable{cursor:pointer}.card--clickable:hover{transform:translateY(-2px)}.badge{display:inline-flex;align-items:center;gap:var(--duik-spacing-4);padding:2px var(--duik-spacing-8);border-radius:var(--duik-border-radius-rounded);font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.03em}.badge--dashboard{background:var(--duik-color-brand-purple-tint);color:var(--duik-color-info-text);border:1px solid var(--duik-color-brand-purple)}.badge--app{background:var(--duik-color-brand-teal-tint);color:var(--duik-color-success-text);border:1px solid var(--duik-color-brand-teal)}.badge--tool{background:color-mix(in srgb,var(--duik-viz-blue-400) 14%,white);color:var(--duik-viz-blue-600);border:1px solid var(--duik-viz-blue-400)}.badge--native-marker{background:var(--duik-color-brand-purple);color:var(--duik-color-neutral-0);border:1.5px solid var(--duik-color-neutral-0);box-shadow:0 0 0 1px var(--duik-color-brand-purple);margin-left:6px;padding:1px 6px;font-size:.6rem}.badge--invited{background:#f59e0b14;color:#92580d;border:1px solid rgba(245,158,11,.45)}.badge--new{background:var(--duik-color-brand-green);color:var(--duik-color-white)}.badge--category{background:var(--duik-background-secondary);color:var(--duik-text-secondary)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:var(--duik-spacing-8);padding:var(--duik-spacing-8) var(--duik-spacing-16);border-radius:var(--duik-border-radius-m);font-family:var(--duik-font-family-brand);font-size:.875rem;font-weight:600;border:none;transition:all .15s ease}.btn--primary{background:linear-gradient(135deg,var(--duik-color-brand-purple) 0%,var(--duik-color-brand-purple-mid) 100%);color:var(--duik-color-white);box-shadow:0 2px 8px #4329754d}.btn--primary:hover{transform:translateY(-1px);box-shadow:0 4px 16px #43297566}.btn--secondary{background:var(--duik-color-white);color:var(--duik-color-brand-purple);border:1px solid var(--duik-color-neutral-200)}.btn--secondary:hover{border-color:var(--duik-color-brand-purple);background:#4329750a}.btn--ghost{background:none;color:var(--duik-text-secondary);border:none;padding:var(--duik-spacing-6) var(--duik-spacing-8)}.btn--ghost:hover{background:var(--duik-background-secondary);color:var(--duik-text-primary)}.btn--sm{padding:var(--duik-spacing-4) var(--duik-spacing-12);font-size:.8rem}.shimmer{background:linear-gradient(90deg,var(--duik-color-neutral-200) 25%,var(--duik-color-neutral-100) 50%,var(--duik-color-neutral-200) 75%);background-size:800px 100%;animation:shimmer 1.4s ease-in-out infinite;border-radius:var(--duik-border-radius-m)}.grid{display:grid;gap:var(--duik-spacing-24)}.grid--cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid--cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.grid--cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.grid--responsive{grid-template-columns:repeat(auto-fill,minmax(300px,1fr))}.empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:var(--duik-spacing-64);text-align:center;color:var(--duik-text-tertiary)}.empty-state__icon{width:48px;height:48px;margin-bottom:var(--duik-spacing-16);opacity:.5}.empty-state__title{font-family:var(--duik-font-family-brand);font-size:1.1rem;font-weight:600;margin-bottom:var(--duik-spacing-8);color:var(--duik-text-secondary)}.empty-state__description{font-size:.875rem;max-width:400px}.page-title{font-family:var(--duik-font-family-brand);font-size:1.5rem;font-weight:700;color:var(--duik-text-primary);margin-bottom:var(--duik-spacing-24)}.page-subtitle{font-size:.875rem;color:var(--duik-text-secondary);margin-top:var(--duik-spacing-4);font-weight:400;font-family:var(--duik-font-family-body)}.section{margin-bottom:var(--duik-spacing-32)}.section__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:var(--duik-spacing-16)}.section__title{font-family:var(--duik-font-family-brand);font-size:1rem;font-weight:600;color:var(--duik-text-primary)}.item-card{display:flex;flex-direction:column}.item-card__thumbnail{position:relative;aspect-ratio:16 / 9;background:var(--duik-background-secondary);overflow:hidden;flex-shrink:0;border-bottom:1px solid rgba(91,45,142,.14)}.item-card__thumbnail img{width:100%;height:100%;object-fit:cover;display:block}.item-card__thumbnail-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:var(--duik-color-neutral-400);background:linear-gradient(135deg,var(--duik-color-neutral-100) 0%,var(--duik-color-neutral-200) 100%)}.item-card__new-badge{position:absolute;top:var(--duik-spacing-8);left:var(--duik-spacing-8)}.item-card__remove-folder{position:absolute;top:var(--duik-spacing-8);right:var(--duik-spacing-8);display:flex;align-items:center;justify-content:center;width:26px;height:26px;padding:0;border:none;border-radius:50%;background:var(--duik-color-white);color:var(--duik-color-neutral-500);box-shadow:0 2px 8px #43297529;cursor:pointer;opacity:0;transition:opacity .15s ease,color .15s ease,background .15s ease}.item-card:hover .item-card__remove-folder,.item-card__remove-folder:focus-visible{opacity:1}.item-card__remove-folder:hover{color:var(--duik-color-danger);background:color-mix(in srgb,var(--duik-color-danger) 10%,var(--duik-color-white))}.item-card__body{padding:var(--duik-spacing-16);display:flex;flex-direction:column;flex:1;gap:var(--duik-spacing-8)}.item-card__header{display:flex;align-items:center;justify-content:space-between}.item-card__title{font-family:var(--duik-font-family-brand);font-size:.95rem;font-weight:700;color:var(--duik-text-primary);margin:0;line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.item-card__description{font-size:.8rem;color:var(--duik-text-secondary);line-height:1.5;margin:0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;flex:1}.item-card__tags{display:flex;flex-wrap:wrap;gap:var(--duik-spacing-4);margin-top:auto}.item-card__favorite{background:none;border:none;padding:var(--duik-spacing-4);border-radius:var(--duik-border-radius-s);color:var(--duik-color-neutral-400);display:flex;align-items:center;justify-content:center;transition:all .15s ease;flex-shrink:0}.item-card__favorite:hover{color:var(--duik-color-brand-purple);background:#43297514}.item-card__favorite--active{color:var(--duik-color-brand-purple)}.item-card__favorite--active svg{fill:var(--duik-color-brand-purple)}.item-card__actions{display:flex;align-items:center;gap:var(--duik-spacing-4);margin-left:auto}.item-card__folder-btn{background:none;border:none;padding:var(--duik-spacing-4);border-radius:var(--duik-border-radius-s);color:var(--duik-color-neutral-400);display:flex;align-items:center;justify-content:center;transition:all .15s ease;flex-shrink:0;cursor:pointer}.item-card__folder-btn:hover{color:var(--duik-color-brand-purple);background:#43297514}.item-card__folder-btn--active{color:var(--duik-color-brand-purple)}.atf-menu{position:fixed;z-index:1100;width:240px;max-height:320px;overflow-y:auto;background:var(--duik-color-neutral-0, #fff);border:1px solid var(--duik-color-neutral-200);border-radius:10px;box-shadow:0 6px 24px #4329751f;padding:var(--duik-spacing-8)}.atf-menu__title{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:var(--duik-color-neutral-400);padding:var(--duik-spacing-4) var(--duik-spacing-8)}.atf-menu__empty{padding:var(--duik-spacing-8);font-size:13px;color:var(--duik-color-neutral-500)}.atf-menu__list{display:flex;flex-direction:column}.atf-menu__item{display:flex;align-items:center;gap:10px;width:100%;padding:var(--duik-spacing-8);border:none;border-radius:6px;background:transparent;color:var(--duik-color-neutral-600);font-size:13px;cursor:pointer;text-align:left}.atf-menu__item:hover{background:var(--duik-color-neutral-100, #f7f6f9)}.atf-menu__check{flex-shrink:0;width:16px;height:16px;border:1.5px solid var(--duik-color-neutral-200);border-radius:4px;display:flex;align-items:center;justify-content:center;color:#fff}.atf-menu__check--on{background:var(--duik-color-brand-purple);border-color:var(--duik-color-brand-purple)}.atf-menu__name{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.atf-menu__new{display:flex;align-items:center;gap:8px;width:100%;margin-top:var(--duik-spacing-4);padding:var(--duik-spacing-8);border:none;border-top:1px solid var(--duik-color-neutral-200);background:transparent;color:var(--duik-color-brand-purple);font-size:13px;font-weight:600;cursor:pointer}.atf-menu__new:hover{background:var(--duik-color-neutral-100, #f7f6f9)}.atf-menu__create{display:flex;align-items:center;gap:var(--duik-spacing-4);margin-top:var(--duik-spacing-4);padding-top:var(--duik-spacing-8);border-top:1px solid var(--duik-color-neutral-200)}.atf-menu__input{flex:1;min-width:0;padding:6px 8px;border:1px solid var(--duik-color-neutral-200);border-radius:6px;font-size:13px}.atf-menu__input:focus{outline:none;border-color:var(--duik-color-brand-purple)}.atf-menu__create-btn{flex-shrink:0;display:flex;align-items:center;justify-content:center;padding:6px;border:none;border-radius:6px;background:transparent;color:var(--duik-color-neutral-500);cursor:pointer}.atf-menu__create-btn:hover:not(:disabled){background:var(--duik-color-neutral-100);color:var(--duik-color-brand-purple)}.atf-menu__create-btn:disabled{opacity:.4;cursor:not-allowed}.folder-picker__list{display:flex;flex-direction:column;gap:2px;max-height:340px;overflow-y:auto;margin-top:var(--duik-spacing-8)}.folder-picker__empty{padding:var(--duik-spacing-16);font-size:13px;color:var(--duik-color-neutral-500);text-align:center}.folder-picker__row{display:flex;align-items:center;gap:10px;width:100%;padding:var(--duik-spacing-8);border:none;border-radius:6px;background:transparent;color:var(--duik-color-neutral-600);font-size:13px;cursor:pointer;text-align:left}.folder-picker__row:hover{background:var(--duik-color-neutral-100, #f7f6f9)}.folder-picker__row-title{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.folder-picker__count{font-size:12px;color:var(--duik-color-neutral-500);margin-right:auto}.folder-manage{list-style:none;margin:var(--duik-spacing-12) 0 0;padding:0;display:flex;flex-direction:column;gap:2px}.folder-manage__row{display:flex;align-items:center;gap:var(--duik-spacing-8);padding:4px 6px;border-radius:6px}.folder-manage__row:hover{background:var(--duik-color-neutral-100, #f7f6f9)}.folder-manage__name{flex:1;min-width:0;text-align:left;border:none;background:transparent;padding:0;font-size:13px;color:var(--duik-color-neutral-600);cursor:pointer;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.folder-manage__name:hover{color:var(--duik-color-brand-purple);text-decoration:underline}.folder-manage__remove{flex-shrink:0;display:flex;align-items:center;justify-content:center;padding:3px;border:none;border-radius:4px;background:transparent;color:var(--duik-color-neutral-400);cursor:pointer;transition:color .15s ease,background .15s ease}.folder-manage__remove:hover{color:var(--duik-color-danger);background:color-mix(in srgb,var(--duik-color-danger) 8%,transparent)}.item-card--skeleton{pointer-events:none}.item-card--skeleton .item-card__thumbnail{background:none}.item-card--has-cat{position:relative;box-shadow:inset 3px 0 0 0 var(--cat-accent)}.item-card__category{display:flex}.cat-chip{display:inline-flex;align-items:center;padding:2px 10px;border-radius:999px;font-size:.72rem;font-weight:600;line-height:1.5;letter-spacing:.02em;text-transform:uppercase;color:color-mix(in srgb,var(--cat-accent, #57534e) 90%,black 10%);background:color-mix(in srgb,var(--cat-accent, #78716c) 10%,white 90%);border:1px solid color-mix(in srgb,var(--cat-accent, #78716c) 25%,transparent)}.cat-color-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:8px;max-width:320px}.cat-color-swatch{width:40px;height:40px;border-radius:8px;border:2px solid transparent;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:transform .12s ease,box-shadow .12s ease;padding:0}.cat-color-swatch:hover{transform:scale(1.08)}.cat-color-swatch--active{border-color:var(--duik-text-primary);box-shadow:0 0 0 2px #fff,0 0 0 4px var(--duik-color-brand-purple)}.cat-color-swatch--none{background:repeating-linear-gradient(45deg,var(--duik-color-neutral-100),var(--duik-color-neutral-100) 6px,var(--duik-color-neutral-200) 6px,var(--duik-color-neutral-200) 12px);color:var(--duik-text-secondary)}.item-filters{display:flex;flex-wrap:wrap;align-items:center;gap:var(--duik-spacing-12);margin-bottom:var(--duik-spacing-24);--filters-control-h: 44px}.item-filters__toolbar{flex:0 0 100%;display:flex;align-items:center;gap:var(--duik-spacing-32);flex-wrap:wrap}.item-filters__type-toggle{display:flex;align-items:center;height:var(--filters-control-h);background:var(--duik-background-secondary);border-radius:var(--duik-border-radius-m);padding:4px;gap:2px;flex-shrink:0}.item-filters__type-btn{display:inline-flex;align-items:center;gap:var(--duik-spacing-6);padding:var(--duik-spacing-6) var(--duik-spacing-12);border-radius:var(--duik-border-radius-s);font-size:.8rem;font-weight:600;border:none;background:none;color:var(--duik-text-secondary);transition:all .15s ease;white-space:nowrap}.item-filters__type-btn:hover{color:var(--duik-text-primary)}.item-filters__type-btn--active{background:var(--duik-color-white);color:var(--duik-color-brand-purple);box-shadow:var(--duik-shadow-s)}.item-filters__chips{display:flex;flex-wrap:wrap;gap:var(--duik-spacing-6)}.item-filters__chip{display:inline-flex;align-items:center;gap:var(--duik-spacing-4);padding:var(--duik-spacing-4) var(--duik-spacing-12);border-radius:var(--duik-border-radius-rounded);font-size:.8rem;font-weight:500;border:1px solid var(--duik-color-neutral-200);background:var(--duik-color-white);color:var(--duik-text-secondary);transition:all .15s ease;white-space:nowrap}.item-filters__chip:hover{border-color:var(--duik-color-brand-purple-light);color:var(--duik-color-brand-purple)}.item-filters__chip--active{background:var(--duik-color-brand-purple);border-color:var(--duik-color-brand-purple);color:var(--duik-color-white)}.item-filters__chip--tag{font-size:.75rem}.catalogue-facets{flex:0 0 100%;display:flex;flex-direction:column;gap:var(--duik-spacing-12)}.catalogue-facets__head{display:flex;align-items:center;gap:var(--duik-spacing-12);width:100%;padding:0;border:none;background:none;cursor:pointer}.catalogue-facets__head-title{display:inline-flex;align-items:center;gap:var(--duik-spacing-6);font-size:.8rem;font-weight:600;color:var(--duik-text-tertiary);white-space:nowrap;transition:color .15s ease}.catalogue-facets__badge{display:inline-flex;align-items:center;justify-content:center;min-width:18px;height:18px;padding:0 5px;border-radius:var(--duik-border-radius-rounded);background:var(--duik-color-brand-purple);color:var(--duik-color-white);font-size:.7rem;font-weight:700}.catalogue-facets__summary{flex:1;min-width:0;font-size:.78rem;color:var(--duik-text-tertiary);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.catalogue-facets__chevron{margin-left:auto;flex-shrink:0;color:var(--duik-text-tertiary);transition:transform .18s ease,color .15s ease}.catalogue-facets__head:hover .catalogue-facets__head-title,.catalogue-facets__head:hover .catalogue-facets__chevron{color:var(--duik-text-primary)}.catalogue-facets__body{display:flex;flex-direction:column;gap:var(--duik-spacing-16)}.catalogue-facets__body .item-filters__clear{align-self:flex-start}.item-filters__facets{display:flex;width:100%;gap:var(--duik-spacing-32);flex-wrap:wrap}.item-filters__facet{flex:1 1 320px;min-width:260px;display:flex;flex-direction:column;gap:var(--duik-spacing-8)}.item-filters__facet-title{display:flex;align-items:center;gap:var(--duik-spacing-6);font-size:.8rem;color:var(--duik-text-tertiary);font-weight:600;white-space:nowrap}.item-filters__clear{display:inline-flex;align-items:center;gap:var(--duik-spacing-4);padding:var(--duik-spacing-4) var(--duik-spacing-10);border-radius:var(--duik-border-radius-rounded);font-size:.8rem;font-weight:500;border:1px solid var(--duik-color-neutral-200);background:none;color:var(--duik-text-tertiary);transition:all .15s ease}.item-filters__clear:hover{border-color:var(--duik-color-danger);color:var(--duik-color-danger)}.catalogue-bar{display:flex;align-items:center;justify-content:space-between;margin-bottom:var(--duik-spacing-16);gap:var(--duik-spacing-16);flex-wrap:wrap}.catalogue-bar__count{font-size:.85rem;color:var(--duik-text-tertiary);flex-shrink:0}.catalogue-bar__sort{display:inline-flex;align-items:center;gap:8px;font-size:.85rem;color:var(--duik-text-secondary)}.catalogue-bar__sort svg{color:var(--duik-text-tertiary)}.catalogue-bar__sort-label{font-weight:var(--duik-font-weight-semibold)}.catalogue-bar__sort select{border:1px solid var(--duik-color-neutral-200);border-radius:var(--duik-radius-m);background:var(--duik-color-neutral-0);font-family:inherit;font-size:.85rem;color:var(--duik-text-primary);padding:5px 10px;cursor:pointer;transition:border-color .15s ease}.catalogue-bar__sort select:hover{border-color:var(--duik-color-brand-purple-tint)}.catalogue-bar__sort select:focus-visible{outline:none;border-color:var(--duik-color-brand-purple);box-shadow:0 0 0 3px var(--duik-color-brand-purple-tint)}.item-filters__search{flex:1 1 260px;min-width:220px;height:var(--filters-control-h);display:flex;align-items:center;gap:var(--duik-spacing-8);padding:0 var(--duik-spacing-16);border:1px solid var(--duik-color-neutral-200);border-radius:var(--duik-border-radius-m);background:var(--duik-color-neutral-0);transition:border-color .15s ease,box-shadow .15s ease}.item-filters__search:focus-within{border-color:var(--duik-color-brand-purple);box-shadow:0 0 0 3px var(--duik-color-brand-purple-tint)}.item-filters__search-icon{color:var(--duik-text-tertiary);flex-shrink:0}.item-filters__search-input{flex:1;border:none;background:none;outline:none;font-family:inherit;font-size:.9rem;color:var(--duik-text-primary)}.item-filters__search-input::placeholder{color:var(--duik-text-tertiary)}.item-filters__search-clear{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;padding:var(--duik-spacing-4);border:none;background:none;border-radius:var(--duik-border-radius-rounded);color:var(--duik-text-tertiary);transition:color .15s ease,background .15s ease}.item-filters__search-clear:hover{color:var(--duik-text-primary);background:var(--duik-color-neutral-100)}.item-filters__sort{display:inline-flex;align-items:center;gap:var(--duik-spacing-8);height:var(--filters-control-h);flex-shrink:0;font-size:.85rem;color:var(--duik-text-secondary)}.item-filters__sort svg{color:var(--duik-text-tertiary);flex-shrink:0}.item-filters__sort-label{font-weight:var(--duik-font-weight-semibold);white-space:nowrap}.item-filters__sort select{height:var(--filters-control-h);border:1px solid var(--duik-color-neutral-200);border-radius:var(--duik-border-radius-m);background:var(--duik-color-neutral-0);font-family:inherit;font-size:.85rem;color:var(--duik-text-primary);padding:0 var(--duik-spacing-12);cursor:pointer;transition:border-color .15s ease,box-shadow .15s ease}.item-filters__sort select:hover{border-color:var(--duik-color-brand-purple-tint)}.item-filters__sort select:focus-visible{outline:none;border-color:var(--duik-color-brand-purple);box-shadow:0 0 0 3px var(--duik-color-brand-purple-tint)}.catalogue-ai-banner{display:flex;align-items:center;gap:var(--duik-spacing-16);padding:var(--duik-spacing-20) var(--duik-spacing-24);border:1px solid var(--duik-color-brand-purple-tint);border-radius:var(--duik-border-radius-l);background:var(--duik-color-brand-purple-soft)}.catalogue-ai-banner__icon{display:flex;align-items:center;justify-content:center;flex-shrink:0;width:44px;height:44px;border-radius:var(--duik-border-radius-rounded);background:var(--duik-color-neutral-0);color:var(--duik-color-brand-purple)}.catalogue-ai-banner__body{flex:1;min-width:0}.catalogue-ai-banner__title{font-weight:var(--duik-font-weight-semibold);color:var(--duik-text-primary);margin-bottom:var(--duik-spacing-4)}.catalogue-ai-banner__text{font-size:.85rem;color:var(--duik-text-secondary)}.catalogue-ai-banner__cta{display:inline-flex;align-items:center;gap:var(--duik-spacing-6);flex-shrink:0;padding:var(--duik-spacing-8) var(--duik-spacing-16);border:none;border-radius:var(--duik-border-radius-m);background:var(--duik-color-brand-purple);color:var(--duik-color-white);font-family:inherit;font-size:.85rem;font-weight:var(--duik-font-weight-semibold);cursor:pointer;transition:background .15s ease}.catalogue-ai-banner__cta:hover{background:var(--duik-color-brand-purple-hover)}@media(max-width:640px){.catalogue-ai-banner{flex-direction:column;align-items:flex-start}.catalogue-ai-banner__cta{align-self:stretch;justify-content:center}}.item-view{display:flex;flex-direction:column;height:100%}.item-view__header{display:flex;align-items:flex-start;gap:var(--duik-spacing-16);margin-bottom:var(--duik-spacing-16);flex-wrap:wrap}.item-view__meta{flex:1}.item-view__title{font-family:var(--duik-font-family-brand);font-size:1.4rem;font-weight:700;color:var(--duik-text-primary);margin:0 0 var(--duik-spacing-4)}.item-view__description{font-size:.9rem;color:var(--duik-text-secondary);margin:var(--duik-spacing-8) 0 0;line-height:1.6}.item-view__description-toggle{margin-top:var(--duik-spacing-12)}.item-view__description-toggle>summary{display:inline-flex;align-items:center;gap:6px;font-size:.8rem;font-weight:var(--duik-font-weight-semibold);color:var(--duik-text-secondary);cursor:pointer;-webkit-user-select:none;user-select:none;list-style:none;padding:4px 10px 4px 6px;border-radius:var(--duik-radius-pill);transition:background .15s ease,color .15s ease}.item-view__description-toggle>summary::-webkit-details-marker{display:none}.item-view__description-toggle>summary:hover{background:var(--duik-surface-sunken);color:var(--duik-text-primary)}.item-view__description-toggle .item-view__chevron{transition:transform .2s ease;flex-shrink:0}.item-view__description-toggle[open] .item-view__chevron{transform:rotate(180deg)}.item-view__brief{margin-top:var(--duik-spacing-12);padding:var(--duik-spacing-12);border-radius:var(--duik-radius-8, 8px);background:var(--duik-surface-sunken);border-left:3px solid var(--duik-color-brand-green)}.item-view__brief-label{display:block;font-size:.7rem;font-weight:var(--duik-font-weight-semibold);text-transform:uppercase;letter-spacing:.06em;color:var(--duik-color-brand-green);margin-bottom:var(--duik-spacing-4)}.item-view__brief-text{font-size:.95rem;color:var(--duik-text-primary);line-height:1.55;margin:0}.item-view__chips{display:flex;flex-wrap:wrap;align-items:center;gap:6px;margin-top:var(--duik-spacing-12)}.item-view__type{display:inline-flex;align-items:center;gap:4px;padding:3px 10px;border-radius:var(--duik-radius-pill);font-size:.72rem;font-weight:var(--duik-font-weight-bold);text-transform:uppercase;letter-spacing:.04em;border:1px solid transparent}.item-view__type--dashboard,.item-view__type--native{background:var(--duik-color-brand-purple-tint);color:var(--duik-color-brand-purple);border-color:var(--duik-color-brand-purple-tint)}.item-view__type--app{background:var(--duik-color-brand-teal-tint);color:var(--duik-color-success-text);border-color:var(--duik-color-brand-teal-tint)}.item-view__type--tool{background:var(--duik-color-brand-purple);color:#fff;border-color:var(--duik-color-brand-purple)}.item-view__category{display:inline-flex;align-items:center;gap:4px;padding:3px 10px;border-radius:var(--duik-radius-pill);font-size:.75rem;font-weight:var(--duik-font-weight-semibold);background:var(--duik-color-neutral-0);color:var(--duik-text-secondary);border:1px solid var(--duik-color-neutral-200);text-transform:capitalize}.item-view__category svg{color:var(--duik-text-tertiary)}.item-view__tag{display:inline-flex;align-items:center;gap:3px;padding:2px 9px 2px 6px;border-radius:var(--duik-radius-pill);font-size:.72rem;font-weight:var(--duik-font-weight-medium);background:var(--duik-surface-sunken);color:var(--duik-text-secondary);border:1px solid var(--duik-color-neutral-200);text-transform:lowercase}.item-view__tag svg{color:var(--duik-color-brand-purple);flex-shrink:0}.item-view__actions{display:flex;align-items:center;gap:var(--duik-spacing-8);flex-shrink:0}.item-view__embed-wrapper{flex:1;min-height:600px;border-radius:var(--duik-border-radius-l);overflow:hidden;border:1px solid var(--duik-color-neutral-200);background:var(--duik-background-secondary)}.item-view__embed{width:100%;height:100%;min-height:600px;border:none;display:block}.item-tombstone{max-width:560px;margin:var(--duik-spacing-48) auto;padding:var(--duik-spacing-32);text-align:center;border:1px solid var(--duik-color-neutral-200);border-radius:var(--duik-border-radius-l);background:var(--duik-color-neutral-100)}.item-tombstone__icon{display:inline-flex;align-items:center;justify-content:center;width:56px;height:56px;margin-bottom:var(--duik-spacing-16);border-radius:50%;background:var(--duik-color-neutral-200);color:var(--duik-color-neutral-500)}.item-tombstone__title{margin:0 0 var(--duik-spacing-8);font-family:var(--duik-font-family-heading);font-size:var(--duik-font-size-l);color:var(--duik-color-neutral-600)}.item-tombstone__reason{margin:0 0 var(--duik-spacing-24);color:var(--duik-color-neutral-500);line-height:1.5}.item-tombstone__successor{gap:var(--duik-spacing-8)}.item-tombstone__meta{margin:var(--duik-spacing-24) 0 0;font-size:var(--duik-font-size-s);color:var(--duik-color-neutral-400)}.item-tombstone__link{border:none;background:none;padding:0;font:inherit;color:var(--duik-color-brand-purple);cursor:pointer;text-decoration:underline}.hp-section{margin-bottom:var(--duik-spacing-32)}.hp-section__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:var(--duik-spacing-16);gap:var(--duik-spacing-12)}.hp-section__title{font-family:var(--duik-font-family-brand);font-size:1rem;font-weight:700;color:var(--duik-text-primary);display:flex;align-items:center;gap:var(--duik-spacing-8)}.hp-section__actions{display:flex;align-items:center;gap:var(--duik-spacing-8)}.layout-edit-bar{display:flex;align-items:center;justify-content:space-between;background:#4329750f;border:1px dashed var(--duik-color-brand-purple-light);border-radius:var(--duik-border-radius-m);padding:var(--duik-spacing-12) var(--duik-spacing-16);margin-bottom:var(--duik-spacing-24);gap:var(--duik-spacing-16)}.layout-edit-bar__label{font-size:.85rem;font-weight:600;color:var(--duik-color-brand-purple)}.layout-edit-bar__actions{display:flex;align-items:center;gap:var(--duik-spacing-8)}.hp-section--editing{border:1px dashed var(--duik-color-neutral-200);border-radius:var(--duik-border-radius-l);padding:var(--duik-spacing-16);background:var(--duik-color-white)}.hp-section__drag-handle{color:var(--duik-color-neutral-400);cursor:grab;display:flex;align-items:center;padding:var(--duik-spacing-4);border-radius:var(--duik-border-radius-s);transition:color .15s}.hp-section__drag-handle:hover{color:var(--duik-color-brand-purple)}.hp-section__visibility-btn{background:none;border:none;color:var(--duik-color-neutral-400);padding:var(--duik-spacing-4);border-radius:var(--duik-border-radius-s);display:flex;align-items:center;transition:color .15s}.hp-section__visibility-btn:hover{color:var(--duik-text-primary)}.hp-section--hidden{opacity:.5}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0006;z-index:2000;overflow-y:auto;padding:var(--duik-spacing-24)}.modal{background:var(--duik-color-white);border-radius:var(--duik-border-radius-l);box-shadow:var(--duik-shadow-l);width:100%;max-width:480px;margin:0 auto;display:flex;flex-direction:column}.modal__header{display:flex;align-items:center;justify-content:space-between;padding:var(--duik-spacing-20) var(--duik-spacing-24);border-bottom:1px solid var(--duik-color-neutral-200)}.modal__title{font-family:var(--duik-font-family-brand);font-size:1rem;font-weight:700;color:var(--duik-text-primary)}.modal__body{padding:var(--duik-spacing-24)}.modal__footer{display:flex;justify-content:flex-end;gap:var(--duik-spacing-8);padding:var(--duik-spacing-16) var(--duik-spacing-24);border-top:1px solid var(--duik-color-neutral-200);background:var(--duik-background-secondary)}.form-group{display:flex;flex-direction:column;gap:var(--duik-spacing-6);margin-bottom:var(--duik-spacing-16)}.form-group:last-child{margin-bottom:0}.form-label{font-size:.8rem;font-weight:600;color:var(--duik-text-secondary)}.form-input{width:100%;padding:var(--duik-spacing-8) var(--duik-spacing-12);border:1px solid var(--duik-color-neutral-200);border-radius:var(--duik-border-radius-m);font-family:var(--duik-font-family-body);font-size:.9rem;color:var(--duik-text-primary);background:var(--duik-color-white);transition:border-color .15s;box-sizing:border-box}.form-input:focus{outline:none;border-color:var(--duik-color-brand-purple);box-shadow:0 0 0 3px #4329751a}.folder-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:var(--duik-spacing-4)}.folder-list__item{display:flex;align-items:center;justify-content:space-between;gap:var(--duik-spacing-8);padding:var(--duik-spacing-8) var(--duik-spacing-12);border-radius:var(--duik-border-radius-m);border:1px solid var(--duik-color-neutral-200);background:var(--duik-color-white)}.folder-list__name{font-size:.875rem;color:var(--duik-text-primary);display:flex;align-items:center;gap:var(--duik-spacing-8)}.folder-list__count{font-size:.75rem;color:var(--duik-text-tertiary)}.folder-list__actions{display:flex;gap:var(--duik-spacing-4)}.item-strip{display:flex;gap:var(--duik-spacing-16);overflow-x:auto;padding-bottom:var(--duik-spacing-8);scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch}.item-strip::-webkit-scrollbar{height:4px}.item-strip::-webkit-scrollbar-track{background:var(--duik-background-secondary);border-radius:2px}.item-strip::-webkit-scrollbar-thumb{background:var(--duik-color-neutral-200);border-radius:2px}.item-strip .item-card{flex:0 0 260px;scroll-snap-align:start}.welcome-banner{background:linear-gradient(135deg,var(--duik-color-brand-purple) 0%,#6b3fa0 100%);border-radius:var(--duik-border-radius-l);padding:var(--duik-spacing-24) var(--duik-spacing-32);margin-bottom:var(--duik-spacing-32);color:var(--duik-color-white);display:flex;align-items:center;justify-content:space-between;gap:var(--duik-spacing-24)}.welcome-banner__title{font-family:var(--duik-font-family-brand);font-size:1.5rem;font-weight:700;margin-bottom:var(--duik-spacing-4)}.welcome-banner__subtitle{font-size:.9rem;opacity:.85}.admin-toolbar{display:flex;align-items:center;gap:var(--duik-spacing-12);margin-bottom:var(--duik-spacing-16);flex-wrap:wrap}.admin-search{display:flex;align-items:center;gap:var(--duik-spacing-8);background:var(--duik-color-white);border:1px solid var(--duik-color-neutral-200);border-radius:var(--duik-border-radius-m);padding:var(--duik-spacing-6) var(--duik-spacing-12);flex:1;min-width:200px;max-width:360px;color:var(--duik-text-tertiary)}.admin-search__input{border:none;outline:none;background:none;font-family:var(--duik-font-family-body);font-size:.875rem;color:var(--duik-text-primary);width:100%}.admin-count{font-size:.8rem;color:var(--duik-text-tertiary);margin-right:auto}.admin-table-wrap{max-height:70vh;overflow:auto;border-radius:var(--duik-border-radius-l);border:1px solid var(--duik-color-neutral-200);background:var(--duik-color-white)}.admin-table{width:100%;border-collapse:collapse;font-size:.875rem}.admin-table th{padding:var(--duik-spacing-10) var(--duik-spacing-16);text-align:left;font-family:var(--duik-font-family-brand);font-size:.75rem;font-weight:700;color:var(--duik-text-tertiary);text-transform:uppercase;letter-spacing:.04em;background:var(--duik-background-secondary);border-bottom:1px solid var(--duik-color-neutral-200);white-space:nowrap;position:sticky;top:0;z-index:1}.admin-table td{padding:var(--duik-spacing-10) var(--duik-spacing-16);border-bottom:1px solid var(--duik-color-neutral-200);color:var(--duik-text-primary);vertical-align:middle}.admin-table tr:last-child td{border-bottom:none}.admin-table tr:hover td{background:#43297505}.admin-table__row--inactive td{opacity:.5}.admin-table__row--deleted td{opacity:.6;text-decoration:line-through;text-decoration-color:var(--duik-color-neutral-400)}.admin-table__row--deleted .admin-table__actions,.admin-table__row--deleted .admin-items__deleted-badge{text-decoration:none}.admin-items__deleted-badge{display:inline-block;padding:2px var(--duik-spacing-8);border-radius:var(--duik-border-radius-rounded);background:var(--duik-color-neutral-200);color:var(--duik-color-neutral-500);font-size:var(--duik-font-size-xs);white-space:nowrap;cursor:help}.admin-table__email{font-size:.8rem;color:var(--duik-text-secondary);font-family:monospace}.admin-table__date{font-size:.8rem;color:var(--duik-text-tertiary);white-space:nowrap}.admin-table__secondary{color:var(--duik-text-secondary);font-size:.8rem}.admin-table__actions{display:flex;gap:var(--duik-spacing-4);justify-content:flex-end}.admin-table__empty{text-align:center;color:var(--duik-text-tertiary);padding:var(--duik-spacing-32)!important;font-style:italic}.admin-th-sort{display:inline-flex;align-items:center;gap:var(--duik-spacing-4);border:none;background:none;cursor:pointer;padding:0;font:inherit;color:inherit;text-transform:inherit;letter-spacing:inherit}.admin-th-sort__icon{opacity:.35;transition:opacity .15s ease;flex-shrink:0}.admin-th-sort:hover .admin-th-sort__icon{opacity:.7}.admin-th-sort--active{color:var(--duik-color-brand-purple)}.admin-th-sort--active .admin-th-sort__icon{opacity:1}.pub-badge{display:inline-flex;align-items:center;gap:var(--duik-spacing-4);padding:2px var(--duik-spacing-8);border-radius:var(--duik-border-radius-rounded);font-size:.7rem;font-weight:700;letter-spacing:.02em;white-space:nowrap;border:1px solid transparent}.pub-badge--public{background:var(--duik-color-brand-green);color:var(--duik-color-white)}.pub-badge--private{background:var(--duik-background-secondary);color:var(--duik-text-secondary);border-color:var(--duik-color-neutral-200)}.digest-badge{display:inline-flex;align-items:center;gap:var(--duik-spacing-4);padding:1px var(--duik-spacing-8);border-radius:var(--duik-border-radius-rounded);font-size:.65rem;font-weight:600;white-space:nowrap;cursor:help;color:var(--duik-color-warning-text);background:var(--duik-color-warning-bg);border:1px solid var(--duik-color-warning-border)}.admin-table__row--public td:first-child{box-shadow:inset 6px 0 0 var(--duik-color-brand-green)}.items-filter-select{border:1px solid var(--duik-color-neutral-200);border-radius:var(--duik-border-radius-m);background:var(--duik-color-white);color:var(--duik-text-primary);font-family:var(--duik-font-family-body);font-size:.8rem;padding:var(--duik-spacing-4) var(--duik-spacing-8);cursor:pointer;max-width:200px}.items-filter-select:focus{outline:none;border-color:var(--duik-color-brand-purple-light)}.admin-pagination{display:flex;align-items:center;justify-content:space-between;gap:var(--duik-spacing-12);margin-top:var(--duik-spacing-12);flex-wrap:wrap}.admin-pagination__info{font-size:.8rem;color:var(--duik-text-tertiary)}.admin-pagination__controls{display:flex;align-items:center;gap:var(--duik-spacing-8)}.admin-pagination__page{font-size:.8rem;color:var(--duik-text-secondary);font-weight:600;min-width:90px;text-align:center}.import-dropzone{border:2px dashed var(--duik-color-neutral-200);border-radius:var(--duik-border-radius-l);padding:var(--duik-spacing-32);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;background:var(--duik-background-secondary)}.import-dropzone:hover,.import-dropzone--active{border-color:var(--duik-color-brand-purple-light);background:#4329750a}.import-dropzone--has-file{border-color:var(--duik-color-brand-purple);background:#43297508;justify-content:flex-start}.ai-drawer--data .ai-drawer__title{color:var(--duik-color-brand-green)}.ai-drawer{position:fixed;top:0;bottom:0;right:0;width:420px;z-index:1400;display:flex;flex-direction:column;background:var(--duik-color-white);border-left:1px solid var(--duik-color-neutral-200);box-shadow:-4px 0 24px #00000014;transform:translate(100%);transition:transform .25s ease}.ai-drawer--open{transform:translate(0)}.ai-drawer__header{display:flex;align-items:center;justify-content:space-between;padding:var(--duik-spacing-16) var(--duik-spacing-20);border-bottom:1px solid var(--duik-color-neutral-200);background:linear-gradient(135deg,var(--duik-color-brand-purple) 0%,#6b3fa0 100%);color:var(--duik-color-white);flex-shrink:0}.ai-drawer__title{font-family:var(--duik-font-family-brand);font-size:.95rem;font-weight:700;display:flex;align-items:center;gap:var(--duik-spacing-8)}.ai-drawer__subtitle{font-size:.75rem;opacity:.8;margin-top:2px}.ai-drawer__close{background:#ffffff26;border:none;color:var(--duik-color-white);border-radius:50%;width:28px;height:28px;display:flex;align-items:center;justify-content:center;transition:background .15s}.ai-drawer__close:hover{background:#ffffff40}.ai-drawer__messages{flex:1;overflow-y:auto;padding:var(--duik-spacing-16);display:flex;flex-direction:column;gap:var(--duik-spacing-12)}.ai-drawer__messages::-webkit-scrollbar{width:4px}.ai-drawer__messages::-webkit-scrollbar-thumb{background:var(--duik-color-neutral-200);border-radius:2px}.ai-message{display:flex;flex-direction:column;max-width:88%}.ai-message--user{align-self:flex-end;align-items:flex-end}.ai-message--assistant{align-self:flex-start;align-items:flex-start}.ai-message__bubble{padding:var(--duik-spacing-12) var(--duik-spacing-16);border-radius:var(--duik-border-radius-l);font-size:.875rem;line-height:1.6}.ai-message--user .ai-message__bubble{background:color-mix(in srgb,var(--duik-color-brand-purple-light) 42%,var(--duik-color-white));color:var(--duik-color-brand-purple);border:1px solid color-mix(in srgb,var(--duik-color-brand-purple-light) 70%,var(--duik-color-white));border-bottom-right-radius:var(--duik-spacing-4)}.ai-message--assistant .ai-message__bubble{background:var(--duik-background-secondary);color:var(--duik-text-primary);border:1px solid var(--duik-color-neutral-200);border-bottom-left-radius:var(--duik-spacing-4);white-space:pre-wrap}.ai-message--assistant .ai-message__bubble a{color:var(--duik-color-brand-purple);font-weight:600;text-decoration:underline}.ai-message--assistant .ai-message__bubble a:hover{opacity:.8}.ai-item-card{display:flex;align-items:center;gap:var(--duik-spacing-10);width:100%;margin:var(--duik-spacing-6) 0;padding:var(--duik-spacing-8);border:1px solid var(--duik-color-neutral-200);border-radius:var(--duik-border-radius-m);background:var(--duik-color-neutral-0);text-align:left;cursor:pointer;transition:border-color .15s ease,box-shadow .15s ease,transform .1s ease}.ai-item-card:hover{border-color:var(--duik-color-brand-purple-light);box-shadow:var(--duik-shadow-s)}.ai-item-card:active{transform:scale(.99)}.ai-item-card__thumb{flex-shrink:0;width:56px;height:40px;border-radius:var(--duik-border-radius-s);overflow:hidden;background:var(--duik-color-neutral-100)}.ai-item-card__thumb img{width:100%;height:100%;object-fit:cover;display:block}.ai-item-card__thumb-ph{display:flex;align-items:center;justify-content:center;width:100%;height:100%;color:var(--duik-color-brand-purple)}.ai-item-card__body{display:flex;flex-direction:column;gap:var(--duik-spacing-4);min-width:0}.ai-item-card__title{font-weight:var(--duik-font-weight-semibold);font-size:.85rem;color:var(--duik-text-primary);line-height:1.3;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.ai-item-card__badge{align-self:flex-start}.ai-typing{display:flex;gap:4px;padding:var(--duik-spacing-10) var(--duik-spacing-14);background:var(--duik-background-secondary);border-radius:var(--duik-border-radius-l);border-bottom-left-radius:4px;align-self:flex-start}.ai-typing__dot{width:7px;height:7px;background:var(--duik-color-neutral-400);border-radius:50%;animation:ai-bounce 1.2s ease-in-out infinite}.ai-typing__dot:nth-child(2){animation-delay:.2s}.ai-typing__dot:nth-child(3){animation-delay:.4s}@keyframes ai-bounce{0%,60%,to{transform:translateY(0)}30%{transform:translateY(-6px)}}.ai-drawer__input-area{border-top:1px solid var(--duik-color-neutral-200);padding:var(--duik-spacing-12) var(--duik-spacing-16);display:flex;gap:var(--duik-spacing-8);align-items:flex-end;flex-shrink:0}.ai-drawer__textarea{flex:1;resize:none;border:1px solid var(--duik-color-neutral-200);border-radius:var(--duik-border-radius-m);padding:var(--duik-spacing-8) var(--duik-spacing-12);font-family:var(--duik-font-family-body);font-size:.875rem;line-height:1.4;max-height:120px;overflow-y:auto;transition:border-color .15s}.ai-drawer__textarea:focus{outline:none;border-color:var(--duik-color-brand-purple)}.ai-drawer__send{width:36px;height:36px;border-radius:50%;background:var(--duik-color-brand-purple);color:var(--duik-color-white);border:none;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:all .15s}.ai-drawer__send:hover:not(:disabled){background:#6b3fa0;transform:scale(1.05)}.ai-drawer__send:disabled{opacity:.4;cursor:not-allowed}.ai-drawer__empty{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:var(--duik-spacing-32);text-align:center;color:var(--duik-text-tertiary);gap:var(--duik-spacing-12)}.ai-drawer__empty-icon{color:var(--duik-color-brand-purple-light);opacity:.6}.ai-drawer__suggestions{display:flex;flex-direction:column;gap:var(--duik-spacing-8);width:100%;margin-top:var(--duik-spacing-8)}.ai-drawer__suggestion{background:var(--duik-background-secondary);border:1px solid var(--duik-color-neutral-200);border-radius:var(--duik-border-radius-m);padding:var(--duik-spacing-8) var(--duik-spacing-12);font-size:.8rem;color:var(--duik-text-secondary);text-align:left;transition:all .15s}.ai-drawer__suggestion:hover{border-color:var(--duik-color-brand-purple-light);color:var(--duik-color-brand-purple);background:#4329750a}.ai-drawer__clear{width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;color:var(--duik-text-tertiary);background:none;border:1px solid var(--duik-color-neutral-200);transition:all .15s}.ai-drawer__clear:hover{color:var(--duik-color-danger);border-color:var(--duik-color-danger);background:var(--duik-background-secondary)}@media(max-width:768px){.ai-drawer{width:100%;height:70vh;bottom:0;top:auto;border-left:none;border-top:1px solid var(--duik-color-neutral-200);border-radius:var(--duik-border-radius-l) var(--duik-border-radius-l) 0 0;transform:translateY(100%)}.ai-drawer--open{transform:translateY(0)}}@media(max-width:1024px){.grid--cols-3,.grid--cols-4{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:768px){.grid--cols-2,.grid--cols-3,.grid--cols-4{grid-template-columns:1fr}}.snapshot-banner{display:flex;align-items:center;justify-content:space-between;gap:var(--duik-space-4);padding:var(--duik-space-3) var(--duik-space-4);border-radius:var(--duik-radius-l);border:1px solid var(--duik-color-neutral-200);background:var(--duik-color-neutral-50);margin-bottom:var(--duik-space-4);flex-wrap:wrap}.snapshot-banner__msg{display:flex;align-items:center;gap:var(--duik-space-3);font-size:.875rem;color:var(--duik-text-primary);min-width:0}.snapshot-banner__msg svg{color:var(--duik-text-secondary);flex-shrink:0}.snapshot-banner--warn{background:var(--duik-color-warning-bg);border-color:var(--duik-color-warning-border)}.snapshot-banner--warn .snapshot-banner__msg svg{color:var(--duik-color-warning)}.snapshot-banner__spin{animation:snapshot-spin 1s linear infinite}@keyframes snapshot-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.items-filter-row{display:flex;flex-wrap:wrap;align-items:center;gap:var(--duik-space-4);margin-bottom:var(--duik-space-4);font-size:.8rem}.items-filter-row__hint{display:inline-flex;align-items:center;gap:4px;font-size:.75rem}.items-filter-group{display:inline-flex;align-items:center;gap:6px}.items-filter-group__label{font-size:.7rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--duik-text-tertiary);margin-right:4px}.item-links{display:inline-flex;align-items:center;gap:6px}.item-links__icon{display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;border-radius:var(--duik-radius-s);border:1px solid var(--duik-color-neutral-200);background:var(--duik-color-white);color:var(--duik-text-secondary);transition:all .15s ease;text-decoration:none}.item-links__icon:hover{border-color:var(--duik-color-brand-purple);color:var(--duik-color-brand-purple);text-decoration:none}.item-links__icon--tag{background:var(--duik-color-brand-purple-soft);color:var(--duik-color-brand-purple);border-color:var(--duik-color-brand-purple-tint);cursor:help}.db-header{display:flex;flex-direction:column;gap:var(--duik-space-3);margin-bottom:var(--duik-space-4)}.db-header__row{display:flex;align-items:flex-start;justify-content:space-between;gap:var(--duik-space-6);flex-wrap:wrap}.db-header__main{min-width:0}.db-header__eyebrow{font-family:var(--duik-font-family-body);font-size:var(--duik-type-eyebrow-size);letter-spacing:var(--duik-type-eyebrow-tracking);text-transform:uppercase;font-weight:var(--duik-font-weight-bold);color:var(--duik-text-tertiary);margin-bottom:var(--duik-space-2)}.db-header__title{font-family:var(--duik-font-family-body);font-size:var(--duik-type-h1-size);line-height:var(--duik-type-h1-lh);font-weight:var(--duik-font-weight-semibold);color:var(--duik-text-primary);letter-spacing:-.015em;margin:0}.db-header__title em{font-family:var(--duik-font-family-display);font-style:italic;font-weight:var(--duik-font-weight-semibold);color:var(--duik-color-brand-purple)}.db-header__sub{font-size:var(--duik-type-body-size);line-height:var(--duik-type-body-lh);color:var(--duik-text-secondary);margin:var(--duik-space-2) 0 0}.db-header__actions{display:flex;align-items:center;gap:var(--duik-space-2);flex-shrink:0}.db-section__header-left{display:flex;flex-direction:column;gap:2px;min-width:0}.db-section__eyebrow{font-size:var(--duik-type-eyebrow-size);letter-spacing:var(--duik-type-eyebrow-tracking);text-transform:uppercase;font-weight:var(--duik-font-weight-bold);color:var(--duik-text-tertiary)}.db-section__title{display:inline-flex;align-items:center;gap:var(--duik-space-2)}.db-section__actions{display:flex;align-items:center;gap:var(--duik-space-2)}.db-section--collapsible{position:relative}.db-section__toggle{position:absolute;top:0;right:0;display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border:1px solid var(--duik-color-neutral-200);border-radius:var(--duik-border-radius-m);background:var(--duik-color-white);color:var(--duik-text-secondary);cursor:pointer;transition:background .15s ease,color .15s ease;z-index:1}.db-section__toggle:hover{background:var(--duik-color-neutral-100);color:var(--duik-text-primary)}.db-section__toggle:focus-visible{outline:2px solid var(--duik-color-brand-purple);outline-offset:2px}.db-section__collapsed-summary{margin-left:var(--duik-space-3, 12px);font-family:var(--duik-font-family-body, inherit);font-size:12px;font-weight:500;color:var(--duik-color-brand-purple);background:var(--duik-color-brand-purple-soft);padding:3px 10px;border-radius:var(--duik-radius-pill);vertical-align:middle}.db-section__body-wrapper{display:grid;grid-template-rows:1fr;transition:grid-template-rows .4s ease,margin-top .4s ease}.db-section--collapsed .db-section__body-wrapper{grid-template-rows:0fr;margin-top:0}.db-section__body-wrapper>.db-section__body{min-height:0;overflow:hidden}.db-section--collapsed .db-section__header{margin-bottom:0;transition:margin-bottom .4s ease}.db-section__body--three-col{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:var(--duik-space-4)}.db-section__body--four-col{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:var(--duik-space-4)}.db-section__body--five-col{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:var(--duik-space-4)}@media(max-width:1400px){.db-section__body--five-col{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:1100px){.db-section__body--three-col,.db-section__body--four-col,.db-section__body--five-col{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:700px){.db-section__body--three-col,.db-section__body--four-col,.db-section__body--five-col{grid-template-columns:1fr}}.kpi-tile{position:relative;padding:var(--duik-space-5) var(--duik-space-5) var(--duik-space-4);background:var(--duik-surface-card);border:1px solid var(--duik-color-neutral-200);border-radius:var(--duik-radius-l);display:flex;flex-direction:column;gap:var(--duik-space-2);box-shadow:var(--duik-elevation-0);transition:box-shadow .15s ease,opacity .18s ease,filter .18s ease}.db-shell--loading .kpi-tile{opacity:.55;filter:grayscale(.55)}.kpi-tile--accent-purple{border-top:3px solid var(--duik-color-brand-purple)}.kpi-tile--accent-teal{border-top:3px solid var(--duik-color-brand-teal)}.kpi-tile--accent-danger{border-top:3px solid var(--duik-color-danger)}.kpi-tile--accent-warning{border-top:3px solid var(--duik-color-warning)}.kpi-tile--hero{padding:var(--duik-space-6) var(--duik-space-6) var(--duik-space-5);box-shadow:var(--duik-elevation-2)}.kpi-tile__icon{position:absolute;top:var(--duik-space-4);right:var(--duik-space-4);width:30px;height:30px;border-radius:var(--duik-radius-s);background:var(--duik-color-brand-purple-soft);color:var(--duik-color-brand-purple);display:flex;align-items:center;justify-content:center}.kpi-tile__icon--teal{background:var(--duik-color-brand-teal-soft);color:var(--duik-color-brand-teal-hover)}.kpi-tile__icon--danger{background:var(--duik-color-danger-bg);color:var(--duik-color-danger)}.kpi-tile__icon--warning{background:var(--duik-color-warning-bg);color:var(--duik-color-warning)}.kpi-tile__label{display:inline-flex;align-items:center;gap:var(--duik-space-1);max-width:100%;min-width:0}.kpi-tile__label-text{font-size:var(--duik-type-body-s-size);color:var(--duik-text-secondary);font-weight:var(--duik-font-weight-medium);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%}.kpi-tile__value-row{display:flex;align-items:baseline;gap:var(--duik-space-2);flex-wrap:wrap}.kpi-tile__value{font-family:var(--duik-font-family-body);font-size:var(--duik-type-display-l-size);line-height:var(--duik-type-display-l-lh);font-weight:var(--duik-font-weight-semibold);color:var(--duik-text-primary);font-variant-numeric:tabular-nums;letter-spacing:-.015em}.kpi-tile__unit{font-size:var(--duik-type-body-s-size);color:var(--duik-text-tertiary);font-weight:var(--duik-font-weight-medium)}.kpi-tile__delta-row{display:flex;align-items:center;gap:var(--duik-space-2);flex-wrap:wrap}.kpi-tile__delta{display:inline-flex;align-items:center;gap:4px;padding:3px 8px;border-radius:var(--duik-radius-pill);font-size:12px;font-weight:var(--duik-font-weight-semibold);font-variant-numeric:tabular-nums}.kpi-tile__delta--up{color:var(--duik-color-success-text);background:var(--duik-color-success-bg)}.kpi-tile__delta--down{color:var(--duik-color-danger-text);background:var(--duik-color-danger-bg)}.kpi-tile__delta--flat{color:var(--duik-text-secondary);background:var(--duik-surface-sunken)}.kpi-tile__compare{font-size:12px;color:var(--duik-text-tertiary)}.kpi-tile__spark{margin-top:2px;display:block}.kpi-tile__sub{display:flex;flex-direction:column;align-items:stretch;gap:4px;margin-top:var(--duik-space-1);padding-top:var(--duik-space-2);border-top:1px solid var(--duik-color-neutral-200)}.kpi-tile__sub-label{font-size:12px;color:var(--duik-text-tertiary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.kpi-tile__sub-value{font-size:14px;font-weight:var(--duik-font-weight-semibold);color:var(--duik-text-primary);font-variant-numeric:tabular-nums}.kpi-tile__sub--value-lead{flex-direction:row;align-items:center;gap:8px}.kpi-tile__sub--value-lead .kpi-tile__sub-value{margin-right:auto}.kpi-tile--compact{padding:var(--duik-space-3) var(--duik-space-4);gap:6px}.kpi-tile--compact .kpi-tile__value{font-size:24px}.kpi-tile--compact .kpi-tile__icon{width:26px;height:26px;top:12px;right:12px}.info-tip{position:relative;display:inline-flex;vertical-align:middle}.info-tip__trigger{width:18px;height:18px;display:inline-flex;align-items:center;justify-content:center;border-radius:50%;border:1px solid transparent;background:transparent;color:var(--duik-text-tertiary);cursor:help;padding:0;transition:all .15s ease}.info-tip__trigger:hover,.info-tip__trigger:focus-visible{background:var(--duik-color-brand-purple-soft);color:var(--duik-color-brand-purple);outline:none}.info-tip__bubble{position:absolute;z-index:100;bottom:calc(100% + 10px);left:50%;transform:translate(-50%);background:var(--duik-color-neutral-0, #fff);color:var(--duik-color-neutral-700);padding:12px 14px;border-radius:var(--duik-radius-m);font-family:var(--duik-font-family-body, inherit);font-size:12px;line-height:1.55;font-weight:500;text-transform:none;letter-spacing:0;width:max-content;max-width:300px;border:1px solid var(--duik-color-neutral-200);box-shadow:0 12px 32px #5b2d8e24,0 2px 6px #5b2d8e0f;pointer-events:none}.info-tip__bubble strong,.info-tip__bubble em{color:var(--duik-color-brand-purple);font-weight:600}.info-tip__bubble em{font-family:var(--duik-font-family-display, "Source Serif 4", serif);font-style:italic}.info-tip__bubble:after{content:"";position:absolute;top:100%;left:50%;width:10px;height:10px;background:var(--duik-color-neutral-0, #fff);border-right:1px solid var(--duik-color-neutral-200);border-bottom:1px solid var(--duik-color-neutral-200);transform:translate(-50%,-50%) rotate(45deg)}.auto-insight{position:relative;display:flex;align-items:flex-start;gap:var(--duik-space-4);padding:var(--duik-space-5) var(--duik-space-6);border-radius:var(--duik-radius-l);background:linear-gradient(135deg,var(--duik-color-brand-purple-soft) 0%,var(--duik-color-brand-teal-soft) 100%);border:1px solid var(--duik-color-brand-purple-tint);overflow:hidden}.auto-insight:before{content:"";position:absolute;left:0;top:0;bottom:0;width:3px;background:var(--duik-color-brand-purple)}.auto-insight__icon{width:36px;height:36px;border-radius:var(--duik-radius-m);background:var(--duik-color-brand-purple);color:var(--duik-text-on-brand);display:flex;align-items:center;justify-content:center;flex-shrink:0}.auto-insight__body{display:flex;flex-direction:column;gap:var(--duik-space-2);min-width:0}.auto-insight__eyebrow{font-size:var(--duik-type-eyebrow-size);letter-spacing:var(--duik-type-eyebrow-tracking);text-transform:uppercase;font-weight:var(--duik-font-weight-bold);color:var(--duik-color-brand-purple)}.auto-insight__text{font-size:var(--duik-type-body-l-size);line-height:var(--duik-type-body-l-lh);color:var(--duik-text-primary);margin:0}.auto-insight__text em{font-family:var(--duik-font-family-display);font-style:italic;font-weight:var(--duik-font-weight-semibold);color:var(--duik-color-brand-purple);font-size:1.05em}.auto-insight__hint{font-size:12px;color:var(--duik-text-tertiary)}.db-table-wrap{background:var(--duik-surface-card);border:1px solid var(--duik-color-neutral-200);border-radius:var(--duik-radius-l);overflow-x:auto;overflow-y:hidden}.db-table{width:100%;border-collapse:collapse}.db-table thead th{padding:var(--duik-space-3) var(--duik-space-4);text-align:left;font-family:var(--duik-font-family-body);font-size:var(--duik-type-eyebrow-size);letter-spacing:var(--duik-type-eyebrow-tracking);text-transform:uppercase;font-weight:var(--duik-font-weight-bold);color:var(--duik-text-secondary);border-bottom:1px solid var(--duik-color-neutral-200);background:var(--duik-color-neutral-100);white-space:nowrap;-webkit-user-select:none;user-select:none}.db-table thead th.num{text-align:right}.db-table thead th.sortable{cursor:pointer;transition:color .15s}.db-table thead th.sortable:hover{color:var(--duik-text-secondary)}.db-table__sort-indicator{opacity:.5;margin-left:4px}.db-table thead th.sorted .db-table__sort-indicator{opacity:1;color:var(--duik-color-brand-purple)}.db-table tbody td{padding:var(--duik-space-3) var(--duik-space-4);border-bottom:1px solid var(--duik-color-neutral-200);font-size:var(--duik-type-body-size);color:var(--duik-text-primary);vertical-align:middle}.db-table tbody tr:last-child td{border-bottom:none}.db-table tbody tr:hover td{background:var(--duik-surface-sunken)}.db-table tbody td.num{text-align:right;font-variant-numeric:tabular-nums;white-space:nowrap}.db-table tbody td.mono{font-family:var(--duik-font-family-mono);font-size:12px;color:var(--duik-text-secondary)}.db-table tbody td.dim{color:var(--duik-text-tertiary)}.db-table tfoot td{padding:var(--duik-space-3) var(--duik-space-4);background:var(--duik-color-neutral-100);border-top:2px solid var(--duik-color-neutral-200);font-weight:var(--duik-font-weight-semibold);color:var(--duik-text-secondary);font-size:var(--duik-type-body-s-size)}.db-table tfoot td.num{text-align:right;font-variant-numeric:tabular-nums;font-size:14px;color:var(--duik-text-primary)}.db-table__rank{display:inline-flex;align-items:center;justify-content:center;min-width:24px;height:22px;padding:0 6px;border-radius:var(--duik-radius-pill);background:var(--duik-surface-sunken);color:var(--duik-text-secondary);font-size:12px;font-weight:var(--duik-font-weight-semibold)}.db-table__rank--top{background:var(--duik-color-brand-purple-soft);color:var(--duik-color-brand-purple)}.db-table__container{display:flex;flex-direction:column;gap:var(--duik-space-2)}.db-table__toolbar{display:flex;gap:var(--duik-space-2);align-items:center;justify-content:flex-end;flex-wrap:wrap}.db-table__toolbar-btn{display:inline-flex;align-items:center;gap:var(--duik-space-1);padding:var(--duik-space-1) var(--duik-space-3);background:var(--duik-surface-card);border:1px solid var(--duik-color-neutral-200);border-radius:var(--duik-radius-pill);font-family:var(--duik-font-family-body);font-size:var(--duik-type-body-s-size);color:var(--duik-text-secondary);cursor:pointer;transition:background .15s,color .15s,border-color .15s}.db-table__toolbar-btn:hover{background:var(--duik-surface-sunken);color:var(--duik-text-primary);border-color:var(--duik-color-neutral-300)}.db-table__toolbar-btn--muted{color:var(--duik-text-tertiary)}.db-table__pager{display:flex;align-items:center;justify-content:space-between;gap:var(--duik-space-3);flex-wrap:wrap}.db-table__pager-info{font-family:var(--duik-font-family-body);font-size:var(--duik-font-size-13);color:var(--duik-color-neutral-500)}.db-table__pager-nav{display:flex;gap:var(--duik-space-2);align-items:center}.db-table__pager-btn{display:inline-flex;align-items:center;gap:var(--duik-space-1);padding:var(--duik-space-1) var(--duik-space-3);background:var(--duik-surface-card);border:1px solid var(--duik-color-neutral-200);border-radius:var(--duik-border-radius-m);font-family:var(--duik-font-family-body);font-size:var(--duik-font-size-13);color:var(--duik-color-neutral-500);cursor:pointer;transition:background .15s,color .15s,border-color .15s}.db-table__pager-btn:hover:not(:disabled){background:var(--duik-surface-sunken);color:var(--duik-text-primary);border-color:var(--duik-color-neutral-300)}.db-table__pager-btn:disabled{opacity:.45;cursor:default}.db-table__popover-anchor{position:relative;display:inline-block}.db-table__popover{position:absolute;top:calc(100% + 4px);right:0;min-width:220px;max-width:320px;background:var(--duik-surface-card);border:1px solid var(--duik-color-neutral-200);border-radius:var(--duik-radius-m);box-shadow:0 8px 24px #4329751f;z-index:20;padding:var(--duik-space-2);font-family:var(--duik-font-family-body);font-size:var(--duik-type-body-s-size);color:var(--duik-text-primary);text-align:left;text-transform:none;letter-spacing:normal}.db-table__popover-title{font-size:var(--duik-type-eyebrow-size);letter-spacing:var(--duik-type-eyebrow-tracking);text-transform:uppercase;color:var(--duik-text-tertiary);padding:var(--duik-space-1) var(--duik-space-2);font-weight:var(--duik-font-weight-bold)}.db-table__popover-list{max-height:240px;overflow-y:auto;padding:var(--duik-space-1)}.db-table__popover-item{display:flex;align-items:center;gap:var(--duik-space-2);padding:6px var(--duik-space-2);border-radius:var(--duik-radius-s);cursor:pointer;color:var(--duik-text-primary);font-weight:var(--duik-font-weight-regular, 400);text-transform:none;letter-spacing:normal}.db-table__popover-item:hover{background:var(--duik-surface-sunken)}.db-table__popover-item input{accent-color:var(--duik-color-brand-purple);cursor:pointer}.db-table__popover-footer{border-top:1px solid var(--duik-color-neutral-200);padding:var(--duik-space-2) var(--duik-space-1) var(--duik-space-1);display:flex;justify-content:flex-end;gap:6px;margin-top:var(--duik-space-1)}.db-table__popover-btn{padding:4px 10px;font-size:var(--duik-type-body-s-size);border-radius:var(--duik-radius-s);border:1px solid transparent;background:transparent;color:var(--duik-color-brand-purple);cursor:pointer;transition:background .15s}.db-table__popover-btn:hover{background:var(--duik-color-brand-purple-soft)}.db-table__filter-inputs{display:flex;gap:6px;padding:6px var(--duik-space-2)}.db-table__filter-input{flex:1;min-width:0;padding:6px var(--duik-space-2);border:1px solid var(--duik-color-neutral-200);border-radius:var(--duik-radius-s);font-family:var(--duik-font-family-body);font-size:var(--duik-type-body-s-size);color:var(--duik-text-primary);background:var(--duik-surface-card)}.db-table__filter-input:focus{outline:none;border-color:var(--duik-color-brand-purple)}.db-table__col-filter-btn{display:inline-flex;align-items:center;justify-content:center;width:20px;height:20px;margin-left:4px;padding:0;border:0;background:transparent;color:var(--duik-text-tertiary);cursor:pointer;border-radius:var(--duik-radius-s);vertical-align:middle;position:relative;transition:color .15s,background .15s}.db-table__col-filter-btn:hover{color:var(--duik-text-secondary);background:var(--duik-surface-sunken)}.db-table__col-filter-btn--active{color:var(--duik-color-brand-purple)}.db-table__col-filter-btn--active:after{content:"";position:absolute;top:2px;right:2px;width:6px;height:6px;border-radius:50%;background:var(--duik-color-brand-green)}.db-table__virtual-wrap{background:var(--duik-surface-card);border:1px solid var(--duik-color-neutral-200);border-radius:var(--duik-radius-l);overflow:auto;position:relative;contain:strict}.db-table__vhead{display:grid;grid-template-columns:var(--db-table-cols);position:sticky;top:0;z-index:2;background:var(--duik-color-neutral-100);border-bottom:1px solid var(--duik-color-neutral-200)}.db-table__vhead-cell{padding:var(--duik-space-3) var(--duik-space-4);text-align:left;font-family:var(--duik-font-family-body);font-size:var(--duik-type-eyebrow-size);letter-spacing:var(--duik-type-eyebrow-tracking);text-transform:uppercase;font-weight:var(--duik-font-weight-bold);color:var(--duik-text-secondary);background:var(--duik-color-neutral-100);white-space:nowrap;-webkit-user-select:none;user-select:none;display:flex;align-items:center;gap:4px;min-width:0}.db-table__vhead-cell.num{justify-content:flex-end;text-align:right}.db-table__vhead-cell.sortable{cursor:pointer;transition:color .15s}.db-table__vhead-cell.sortable:hover{color:var(--duik-text-secondary)}.db-table__vhead-cell.sorted{color:var(--duik-color-brand-purple)}.db-table__vhead-cell .db-table__sort-indicator{opacity:.5}.db-table__vhead-cell.sorted .db-table__sort-indicator{opacity:1}.db-table__vhead-label{overflow:hidden;text-overflow:ellipsis;min-width:0}.db-table__vhead-cell{position:relative}.db-table__col-resizer{position:absolute;top:0;right:0;width:9px;height:100%;cursor:col-resize;z-index:3;touch-action:none}.db-table__col-resizer:after{content:"";position:absolute;top:20%;bottom:20%;right:3px;width:2px;border-radius:1px;background:transparent;transition:background .12s ease}.db-table__vhead-cell:hover .db-table__col-resizer:after{background:var(--duik-color-neutral-300)}.db-table__col-resizer:hover:after,body.db-table--col-resizing .db-table__col-resizer:after{background:var(--duik-color-brand-purple)}body.db-table--col-resizing{cursor:col-resize!important;-webkit-user-select:none;user-select:none}.db-table__vcell--measuring,.db-table__vhead-cell--measuring .db-table__vhead-label{overflow:visible}.db-table__vbody{position:relative;width:100%}.db-table__vrow{display:grid;grid-template-columns:var(--db-table-cols);align-items:center;border-bottom:1px solid var(--duik-color-neutral-200);height:40px}.db-table__vrow:hover{background:var(--duik-surface-sunken)}.db-table__vcell{padding:0 var(--duik-space-4);font-size:var(--duik-type-body-size);color:var(--duik-text-primary);overflow:hidden;text-overflow:ellipsis;white-space:nowrap;min-width:0;display:flex;align-items:center}.db-table__vcell.num{justify-content:flex-end;text-align:right;font-variant-numeric:tabular-nums}.db-table__vcell.mono{font-family:var(--duik-font-family-mono);font-size:12px;color:var(--duik-text-secondary)}.db-table__vcell.dim{color:var(--duik-text-tertiary)}.db-table-wrap--footer-only{border-top:0}.db-table__sticky-scrollbar{position:fixed;bottom:0;height:14px;overflow-x:scroll;overflow-y:hidden;z-index:1000;background:var(--duik-color-neutral-100);border-top:1px solid var(--duik-color-neutral-200);box-shadow:0 -2px 8px #4329750f;scrollbar-width:auto;scrollbar-color:var(--duik-color-neutral-300) var(--duik-color-neutral-100)}.db-table__sticky-scrollbar::-webkit-scrollbar{height:14px;-webkit-appearance:none}.db-table__sticky-scrollbar::-webkit-scrollbar-track{background:var(--duik-color-neutral-100)}.db-table__sticky-scrollbar::-webkit-scrollbar-thumb{background:var(--duik-color-neutral-300);border-radius:7px;border:3px solid var(--duik-color-neutral-100)}.db-table__sticky-scrollbar::-webkit-scrollbar-thumb:hover{background:var(--duik-color-brand-purple)}.db-table__sticky-scrollbar-spacer{height:1px;pointer-events:none}.db-state{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:var(--duik-space-10) var(--duik-space-6);gap:var(--duik-space-2);background:var(--duik-surface-card);border:1px dashed var(--duik-color-neutral-200);border-radius:var(--duik-radius-l)}.db-state__icon{width:44px;height:44px;border-radius:50%;background:var(--duik-color-neutral-100);color:var(--duik-text-tertiary);display:flex;align-items:center;justify-content:center;margin-bottom:var(--duik-space-2)}.db-state__icon--purple{background:var(--duik-color-brand-purple-soft);color:var(--duik-color-brand-purple)}.db-state__icon--danger{background:var(--duik-color-danger-bg);color:var(--duik-color-danger)}.db-state__title{font-size:var(--duik-type-h4-size);font-weight:var(--duik-font-weight-semibold);color:var(--duik-text-primary)}.db-state__desc{font-size:var(--duik-type-body-s-size);color:var(--duik-text-secondary);max-width:360px}.db-state__cta{margin-top:var(--duik-space-3)}.db-state__spin{animation:db-state-spin 1.2s linear infinite}@keyframes db-state-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.db-shell{display:flex;flex-direction:column;gap:var(--duik-spacing-24);width:100%}.db-shell__meta{display:flex;align-items:center;justify-content:flex-end;gap:var(--duik-spacing-12);flex-wrap:wrap}.db-freshness{display:inline-flex;align-items:center;gap:8px;padding:6px 14px;background:var(--duik-color-brand-purple-soft);color:var(--duik-color-brand-purple);border:1px solid var(--duik-color-brand-purple-tint);border-radius:8px;font-size:12px}.db-freshness__label{text-transform:uppercase;font-size:10px;letter-spacing:.08em;font-weight:700;color:var(--duik-color-brand-purple);opacity:.7}.db-freshness__value{font-weight:600;font-variant-numeric:tabular-nums}.db-help-btn{display:inline-flex;align-items:center;gap:6px;padding:6px 12px;border:1px solid var(--duik-color-brand-purple);background:var(--duik-color-white);color:var(--duik-color-brand-purple);border-radius:var(--duik-radius-pill);font-size:12px;font-weight:600;cursor:pointer}.db-help-btn:hover{background:var(--duik-color-brand-purple-soft)}.db-help{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;background:#1a1a2280;display:flex;align-items:center;justify-content:center;padding:var(--duik-space-6)}.db-help__panel{background:var(--duik-color-white);border-radius:var(--duik-radius-l);box-shadow:var(--duik-elevation-4);max-width:780px;width:100%;max-height:90vh;display:flex;flex-direction:column;overflow:hidden}.db-help__header{display:flex;align-items:center;justify-content:space-between;padding:var(--duik-space-5) var(--duik-space-6);border-bottom:1px solid var(--duik-color-neutral-200)}.db-help__title{margin:0;font-family:var(--duik-font-family-display);font-size:1.25rem;font-weight:700;color:var(--duik-color-brand-purple)}.db-help__close{background:transparent;border:none;color:var(--duik-color-neutral-500);cursor:pointer;padding:4px;border-radius:var(--duik-radius-s);display:inline-flex;align-items:center}.db-help__close:hover{background:var(--duik-color-neutral-100);color:var(--duik-color-neutral-700)}.db-help__body{padding:var(--duik-space-5) var(--duik-space-6);overflow-y:auto;font-size:13px;line-height:1.55;color:var(--duik-color-neutral-700)}.db-help__body h3{margin:var(--duik-space-5) 0 var(--duik-space-2);font-size:14px;color:var(--duik-color-brand-purple);text-transform:uppercase;letter-spacing:.05em}.db-help__body section:first-child h3{margin-top:0}.db-help__body p,.db-help__body ul{margin:0 0 var(--duik-space-3)}.db-help__body ul{padding-left:var(--duik-space-5)}.db-help__body li{margin-bottom:var(--duik-space-2)}.db-help__body code{background:var(--duik-color-neutral-100);padding:1px 4px;border-radius:var(--duik-radius-xs);font-family:var(--duik-font-family-mono);font-size:12px;color:var(--duik-color-brand-purple)}.db-help__body a{color:var(--duik-color-brand-purple);text-decoration:underline}.db-shell__filter-bar{display:flex;align-items:flex-start;gap:var(--duik-spacing-16);flex-wrap:wrap;padding:var(--duik-spacing-16);background:var(--duik-color-white);border:1px solid var(--duik-color-neutral-200);border-radius:var(--duik-border-radius-l);box-shadow:0 1px 2px #2e1a470f,0 8px 16px -8px #2e1a472e;position:sticky;top:0;z-index:30}.db-shell__filters{flex:1;min-width:0;display:flex;flex-direction:column;gap:var(--duik-spacing-12)}.db-shell__toolbar{display:flex;align-items:center;gap:var(--duik-spacing-8);flex-shrink:0}.db-shell__filter-bar--collapsed{padding-top:var(--duik-spacing-12);padding-bottom:var(--duik-spacing-12)}.db-shell__filter-summary{flex:1;min-width:0;display:flex;flex-wrap:wrap;align-items:center;gap:var(--duik-spacing-8);font-size:.875rem;color:var(--duik-text-secondary);line-height:1.4}.db-shell__filter-toggle{display:flex;align-items:center;gap:var(--duik-spacing-8);flex-shrink:0}.db-shell__filter-toggle-btn{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border:1px solid var(--duik-color-neutral-200);border-radius:var(--duik-border-radius-m);background:var(--duik-color-white);color:var(--duik-text-secondary);cursor:pointer;transition:background .15s ease,color .15s ease}.db-shell__filter-toggle-btn:hover{background:var(--duik-color-neutral-100);color:var(--duik-text-primary)}.db-shell__filter-toggle-btn:focus-visible{outline:2px solid var(--duik-color-brand-purple);outline-offset:2px}.db-shell__body{display:flex;flex-direction:column;gap:var(--duik-spacing-24)}.db-shell__error{padding:var(--duik-spacing-24);background:var(--duik-color-danger-light);border-radius:var(--duik-border-radius-l);color:var(--duik-color-danger);font-size:.9rem}.db-shell__loading{padding:var(--duik-spacing-16)}.db-shell__progress{position:sticky;top:0;z-index:1600;height:3px;background:var(--duik-color-brand-purple-tint, #ebe3f4);overflow:hidden;border-radius:999px;margin-bottom:4px}.db-shell__progress-bar{display:block;width:40%;height:100%;background:linear-gradient(90deg,var(--duik-color-brand-purple, #5b2d8e) 0%,var(--duik-color-brand-teal, #00b5ad) 100%);border-radius:999px;animation:db-shell__progress-slide 1.2s ease-in-out infinite}@keyframes db-shell__progress-slide{0%{transform:translate(-110%)}50%{transform:translate(175%)}to{transform:translate(-110%)}}.db-shell__refreshing{position:sticky;top:12px;align-self:flex-end;z-index:1600;display:inline-flex;align-items:center;gap:8px;padding:6px 14px;font-size:13px;font-weight:600;color:var(--duik-color-white, #ffffff);background:var(--duik-color-brand-purple, #5b2d8e);border:1px solid var(--duik-color-brand-purple-hover, #4a2475);border-radius:999px;box-shadow:0 6px 16px #5b2d8e4d;pointer-events:none}.db-shell__refreshing-dot{width:10px;height:10px;border-radius:50%;background:var(--duik-color-brand-teal, #00b5ad);animation:db-shell__refreshing-pulse .9s ease-in-out infinite}@keyframes db-shell__refreshing-pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.4;transform:scale(.6)}}.db-section{background:var(--duik-color-white);border:1px solid var(--duik-color-neutral-200);border-radius:var(--duik-border-radius-l);padding:var(--duik-spacing-24);box-shadow:var(--duik-shadow-s)}.db-section__header{margin-bottom:var(--duik-spacing-16);display:flex;flex-direction:column;gap:var(--duik-spacing-4)}.db-section__title{font-family:var(--duik-font-family-brand);font-size:1.05rem;font-weight:700;color:var(--duik-text-primary);margin:0;letter-spacing:-.01em}.db-section__subtitle{font-size:.85rem;color:var(--duik-text-secondary);margin:0}.db-sticky-tabs{position:sticky;top:0;z-index:20;background:var(--duik-color-white);padding-top:var(--duik-space-s, 8px);padding-bottom:var(--duik-space-s, 8px);margin-bottom:var(--duik-space-s, 8px);border-bottom:1px solid var(--duik-color-neutral-200)}.db-sticky-tabs:before{content:"";position:absolute;left:0;right:0;bottom:100%;height:var(--duik-spacing-24, 24px);background:var(--duik-color-white)}.db-section__body--stack{display:flex;flex-direction:column;gap:var(--duik-spacing-16)}.db-section__body--two-col{display:grid;grid-template-columns:1fr 1fr;gap:var(--duik-spacing-24);align-items:start}.db-section__body--sidekick{display:grid;grid-template-columns:1fr 2fr;gap:var(--duik-spacing-24);align-items:start}@media(max-width:900px){.db-section__body--two-col,.db-section__body--sidekick{grid-template-columns:1fr}}.db-panel{padding:var(--duik-spacing-16);background:var(--duik-background-secondary);border-radius:var(--duik-border-radius-m)}.db-panel__title{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:var(--duik-text-tertiary);margin-bottom:var(--duik-spacing-8)}.db-panel__big{font-family:var(--duik-font-family-brand);font-size:2.2rem;font-weight:700;color:var(--duik-color-brand-purple);margin-bottom:var(--duik-spacing-8);letter-spacing:-.02em}.db-panel__hint{font-size:.85rem;color:var(--duik-text-secondary);line-height:1.5}.filter-chip-group{display:flex;flex-direction:column;gap:var(--duik-spacing-6)}.filter-chip-group__label{font-size:.7rem;font-weight:700;color:var(--duik-text-tertiary);text-transform:uppercase;letter-spacing:.08em}.filter-chip-group__head{display:flex;align-items:center;gap:var(--duik-spacing-12);min-height:22px}.filter-chip-group--collapsible .filter-chip-group__label{flex-shrink:0}.filter-chip-group__collapsed-summary{flex:1;min-width:0;font-family:var(--duik-font-family-body, inherit);font-size:12px;font-weight:500;color:var(--duik-color-brand-purple);background:var(--duik-color-brand-purple-soft);padding:3px 10px;border-radius:var(--duik-radius-pill);overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:max-content}.filter-chip-group__toggle{margin-left:auto;display:inline-flex;align-items:center;justify-content:center;width:26px;height:26px;border-radius:var(--duik-radius-s);border:1px solid var(--duik-color-neutral-200);background:var(--duik-color-white);color:var(--duik-color-neutral-500);cursor:pointer;transition:background .15s ease,border-color .15s ease,color .15s ease;padding:0}.filter-chip-group__toggle:hover{background:var(--duik-color-brand-purple-soft);border-color:var(--duik-color-brand-purple-tint);color:var(--duik-color-brand-purple)}.filter-chip-group__chips{display:flex;flex-wrap:wrap;gap:var(--duik-spacing-4);align-items:center}.filter-chip-group__shortcuts{display:flex;gap:var(--duik-spacing-4);margin-left:var(--duik-spacing-8);padding-left:var(--duik-spacing-8);border-left:1px solid var(--duik-color-neutral-200)}.filter-chip-group__hint{font-size:.7rem;color:var(--duik-text-tertiary);font-style:italic}.filter-chip{display:inline-flex;align-items:center;gap:4px;padding:4px 10px;border-radius:var(--duik-border-radius-rounded);font-family:var(--duik-font-family-body);font-size:.78rem;font-weight:600;border:1px solid var(--duik-color-neutral-200);background:var(--duik-color-white);color:var(--duik-text-secondary);cursor:pointer;transition:all .12s ease;min-height:26px}.filter-chip:hover{border-color:var(--duik-color-brand-purple-light);color:var(--duik-color-brand-purple)}.filter-chip--active{background:var(--duik-color-brand-purple);color:var(--duik-color-white);border-color:var(--duik-color-brand-purple)}.filter-chip--active:hover{background:var(--duik-color-brand-purple-mid);color:var(--duik-color-white)}.filter-chip--ghost{background:transparent;border-color:transparent;color:var(--duik-text-tertiary);font-weight:500}.filter-chip--ghost:hover{background:var(--duik-background-secondary);border-color:transparent}.filter-chip--current{border-style:dashed;border-color:var(--duik-color-brand-purple-light)}.filter-chip--current.filter-chip--active{border-style:dashed;border-color:var(--duik-color-white)}.filter-chip-split{display:inline-flex;border-radius:var(--duik-border-radius-rounded);overflow:hidden;border:1px solid var(--duik-color-neutral-200)}.filter-chip-split .filter-chip--split-left,.filter-chip-split .filter-chip--split-right{border-radius:0;border:none;border-right:1px solid var(--duik-color-neutral-200)}.filter-chip-split .filter-chip--split-right{border-right:none;min-width:12px;padding:4px 6px}.filter-chip-split .filter-chip--active{border:none}.choropleth-tooltip{position:fixed;background:var(--duik-color-white);border:1px solid var(--duik-color-neutral-200);border-radius:var(--duik-border-radius-m);padding:var(--duik-spacing-6) var(--duik-spacing-10);box-shadow:var(--duik-shadow-m);font-size:.78rem;pointer-events:none;z-index:100}.choropleth-tooltip__id{font-weight:700;color:var(--duik-text-primary);margin-bottom:2px}.choropleth-tooltip__value{color:var(--duik-color-brand-purple);font-family:var(--duik-font-family-brand);font-weight:600}.choropleth-legend{display:flex;gap:var(--duik-spacing-16);margin-top:var(--duik-spacing-12);flex-wrap:wrap}.choropleth-legend__item{display:inline-flex;align-items:center;gap:6px;font-size:.75rem;color:var(--duik-text-secondary)}.choropleth-legend__swatch{width:14px;height:14px;border-radius:3px;border:1px solid var(--duik-color-neutral-200)}.gate-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#f4f1fa,#fff,#eaf8f4);z-index:4000;padding:var(--duik-spacing-24);overflow-y:auto;animation:fadeIn .25s ease-out}.gate-backdrop__inner{width:100%;max-width:460px;display:flex;justify-content:center}.gate-card{background:var(--duik-color-white);border:1px solid var(--duik-color-neutral-200);border-radius:var(--duik-border-radius-l);padding:var(--duik-spacing-32);box-shadow:var(--duik-shadow-l);width:100%;display:flex;flex-direction:column;gap:var(--duik-spacing-12);animation:fadeInUp .3s ease-out}.gate-card--wide{max-width:560px}.gate-card__logo{display:flex;justify-content:center;margin-bottom:var(--duik-spacing-8)}.gate-card__icon{width:56px;height:56px;border-radius:50%;background:#43297514;color:var(--duik-color-brand-purple);display:flex;align-items:center;justify-content:center;margin:0 auto var(--duik-spacing-4)}.gate-card__icon--pending{background:#00d7b01f;color:var(--duik-color-brand-green)}.gate-card__title{font-family:var(--duik-font-family-brand);font-size:1.35rem;font-weight:700;color:var(--duik-text-primary);margin:0;text-align:center;letter-spacing:-.01em}.gate-card__subtitle{font-size:.9rem;line-height:1.55;color:var(--duik-text-secondary);margin:0 0 var(--duik-spacing-8);text-align:center}.gate-card__error{display:flex;align-items:center;gap:var(--duik-spacing-8);padding:var(--duik-spacing-8) var(--duik-spacing-12);border-radius:var(--duik-border-radius-m);background:var(--duik-color-danger-light);color:var(--duik-color-danger);font-size:.85rem}.form-hint{color:var(--duik-text-tertiary);font-weight:400;font-size:.75rem}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:var(--duik-spacing-12)}@media(max-width:540px){.form-row{grid-template-columns:1fr}}.sidebar-badge{background:var(--duik-color-brand-green);color:var(--duik-color-white);font-family:var(--duik-font-family-brand);font-size:10px;font-weight:700;padding:2px 7px;border-radius:999px;min-width:18px;text-align:center;line-height:1.2}.sidebar-secnav{width:100%;margin-top:var(--duik-spacing-12)}.sidebar-secnav--rail{display:flex;justify-content:center}.sidebar-secnav__rail{display:flex;flex-direction:column;align-items:center;gap:2px;padding:var(--duik-spacing-8) 0;background:var(--duik-color-brand-purple-light);border-radius:999px}.sidebar-secnav__dot{position:relative;display:flex;align-items:center;justify-content:center;width:24px;height:22px;border:none;background:transparent;cursor:pointer;padding:0}.sidebar-secnav__pip{width:7px;height:7px;border-radius:50%;background:var(--duik-color-brand-purple);opacity:.4;transition:opacity .15s ease,transform .15s ease}.sidebar-secnav__dot:hover .sidebar-secnav__pip{opacity:.7}.sidebar-secnav__dot--active .sidebar-secnav__pip{opacity:1;transform:scale(1.5)}.sidebar-secnav__tip{position:fixed;transform:translateY(-50%);white-space:nowrap;background:var(--duik-color-neutral-600);color:var(--duik-color-white);font-family:var(--duik-font-family-body);font-size:.75rem;font-weight:500;padding:4px 8px;border-radius:var(--duik-border-radius-s);box-shadow:var(--duik-shadow-m);pointer-events:none;z-index:60}.sidebar-secnav__eyebrow{font-size:.65rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:var(--duik-text-tertiary);padding:var(--duik-spacing-16) var(--duik-spacing-12) var(--duik-spacing-4)}.sidebar-secnav__items{display:flex;flex-direction:column;gap:1px}.sidebar-secnav__item{display:flex;align-items:center;gap:var(--duik-spacing-8);width:100%;padding:7px 12px 7px 10px;border:none;border-radius:var(--duik-border-radius-m);background:transparent;cursor:pointer;text-align:left;font-family:var(--duik-font-family-body);font-size:.8125rem;font-weight:500;color:var(--duik-text-secondary);transition:background .15s ease,color .15s ease}.sidebar-secnav__item:hover{background:var(--duik-background-secondary);color:var(--duik-text-primary)}.sidebar-secnav__item--active{color:var(--duik-color-brand-purple);font-weight:600;background:#43297514}.sidebar-secnav__marker{flex-shrink:0;width:3px;height:14px;border-radius:999px;background:var(--duik-color-brand-purple);opacity:.25;transition:opacity .15s ease}.sidebar-secnav__item--active .sidebar-secnav__marker{opacity:1}.sidebar-secnav__label{flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.db-anchor{scroll-margin-top:64px}.pending-requests{margin-bottom:var(--duik-spacing-24);border:1px solid var(--duik-color-brand-purple-light);border-radius:var(--duik-border-radius-l);background:#43297508;overflow:hidden}.pending-requests__header{display:flex;align-items:center;gap:var(--duik-spacing-8);padding:var(--duik-spacing-12) var(--duik-spacing-16);background:#4329750f;border-bottom:1px solid var(--duik-color-brand-purple-light)}.pending-requests__title{font-family:var(--duik-font-family-brand);font-size:.85rem;font-weight:700;color:var(--duik-color-brand-purple);text-transform:uppercase;letter-spacing:.06em}.pending-requests__list{display:flex;flex-direction:column}.pending-row{display:grid;grid-template-columns:1fr auto;gap:var(--duik-spacing-16);padding:var(--duik-spacing-16);border-bottom:1px solid var(--duik-color-neutral-200)}.pending-row:last-child{border-bottom:none}.pending-row__info{display:flex;flex-direction:column;gap:var(--duik-spacing-4);min-width:0}.pending-row__name{font-family:var(--duik-font-family-brand);font-size:.95rem;font-weight:700;color:var(--duik-text-primary)}.pending-row__email{font-size:.8rem;color:var(--duik-text-secondary);font-family:monospace}.pending-row__reason{font-size:.875rem;line-height:1.5;color:var(--duik-text-primary);background:var(--duik-color-white);padding:var(--duik-spacing-8) var(--duik-spacing-12);border-radius:var(--duik-border-radius-m);border-left:3px solid var(--duik-color-brand-green);margin-top:var(--duik-spacing-6)}.pending-row__date{font-size:.75rem;color:var(--duik-text-tertiary)}.pending-row__actions{display:flex;align-items:flex-start;gap:var(--duik-spacing-8)}.help-page{display:grid;grid-template-columns:280px 1fr;gap:var(--duik-spacing-32);align-items:start;min-height:100%}.help-toc{position:sticky;top:0;display:flex;flex-direction:column;gap:var(--duik-spacing-24);padding:var(--duik-spacing-8) 0}.help-toc__section{display:flex;flex-direction:column;gap:var(--duik-spacing-6)}.help-toc__section-header{display:flex;align-items:center;gap:var(--duik-spacing-8);font-family:var(--duik-font-family-brand);font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--duik-color-brand-purple);padding:0 var(--duik-spacing-8)}.help-toc__section-desc{font-size:.75rem;color:var(--duik-text-tertiary);line-height:1.45;margin:0 var(--duik-spacing-8) var(--duik-spacing-4)}.help-toc__items{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:2px}.help-toc__item{display:flex;align-items:center;justify-content:space-between;gap:var(--duik-spacing-8);width:100%;text-align:left;padding:var(--duik-spacing-8) var(--duik-spacing-12);border-radius:var(--duik-border-radius-m);border:none;background:transparent;color:var(--duik-text-secondary);font-family:var(--duik-font-family-body);font-size:.85rem;font-weight:500;line-height:1.35;cursor:pointer;transition:all .15s ease}.help-toc__item:hover{background:var(--duik-background-secondary);color:var(--duik-text-primary)}.help-toc__chevron{flex-shrink:0;color:var(--duik-text-tertiary);opacity:0;transition:opacity .15s ease,transform .15s ease}.help-toc__item:hover .help-toc__chevron{opacity:.6}.help-toc__item--active{background:#43297514;color:var(--duik-color-brand-purple);font-weight:600}.help-toc__item--active .help-toc__chevron{opacity:1;color:var(--duik-color-brand-purple);transform:translate(2px)}.help-content{background:var(--duik-color-white);border:1px solid var(--duik-color-neutral-200);border-radius:var(--duik-border-radius-l);padding:var(--duik-spacing-32);box-shadow:var(--duik-shadow-s);animation:fadeIn .18s ease-out}.help-content__eyebrow{display:inline-flex;align-items:center;gap:var(--duik-spacing-6);font-family:var(--duik-font-family-brand);font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--duik-color-brand-purple);background:#43297514;padding:4px 10px;border-radius:var(--duik-border-radius-rounded);margin-bottom:var(--duik-spacing-16)}.help-content__h1{font-family:var(--duik-font-family-brand);font-size:1.75rem;font-weight:700;color:var(--duik-text-primary);letter-spacing:-.015em;margin:0 0 var(--duik-spacing-12);line-height:1.2}.help-content__lead{font-size:1rem;line-height:1.55;color:var(--duik-text-secondary);margin:0 0 var(--duik-spacing-24);padding-bottom:var(--duik-spacing-24);border-bottom:1px solid var(--duik-color-neutral-200)}.help-content__body{display:flex;flex-direction:column;gap:var(--duik-spacing-16)}.help-content__h3{font-family:var(--duik-font-family-brand);font-size:.95rem;font-weight:700;color:var(--duik-text-primary);margin:var(--duik-spacing-12) 0 0;letter-spacing:-.005em}.help-content__p{font-size:.925rem;line-height:1.65;color:var(--duik-text-primary);margin:0}.help-content__list{margin:0;padding-left:var(--duik-spacing-24);display:flex;flex-direction:column;gap:var(--duik-spacing-6)}.help-content__list li{font-size:.9rem;line-height:1.6;color:var(--duik-text-primary)}.help-content__list li::marker{color:var(--duik-color-brand-purple)}.help-content__note{display:flex;gap:var(--duik-spacing-8);padding:var(--duik-spacing-12) var(--duik-spacing-16);background:#00d7b014;border-left:3px solid var(--duik-color-brand-green);border-radius:var(--duik-border-radius-s);font-size:.875rem;line-height:1.55;color:var(--duik-text-primary)}@media(max-width:900px){.help-page{grid-template-columns:1fr;gap:var(--duik-spacing-24)}.help-toc{position:static}.help-content{padding:var(--duik-spacing-24)}}.login-title{font-family:var(--duik-font-family-brand);font-size:1.4rem;font-weight:700;color:var(--duik-text-primary);margin:0 0 var(--duik-spacing-8)}.login-subtitle{font-size:.9rem;color:var(--duik-text-secondary);margin:0;line-height:1.6}.login-error{display:flex;align-items:center;gap:var(--duik-spacing-8);background:#dc354514;border:1px solid rgba(220,53,69,.25);color:var(--duik-color-danger);border-radius:var(--duik-border-radius-m);padding:var(--duik-spacing-10) var(--duik-spacing-12);font-size:.85rem;margin-top:var(--duik-spacing-16);text-align:left}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.spin{animation:spin 1s linear infinite}@keyframes fadeInUp{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.animate-fade-in-up{animation:fadeInUp .3s ease forwards}.admin-nav-2{display:flex;flex-direction:column;gap:var(--duik-spacing-12);margin-bottom:var(--duik-spacing-20)}.admin-nav-2__sections{display:flex;flex-wrap:wrap;gap:4px;padding:4px;background:var(--duik-surface-sunken);border-radius:var(--duik-radius-pill);align-self:flex-start}.admin-nav-2__section{border:none;background:transparent;padding:6px 16px;border-radius:var(--duik-radius-pill);font-family:var(--duik-font-family-brand);font-size:.8rem;font-weight:var(--duik-font-weight-semibold);color:var(--duik-text-secondary);cursor:pointer;transition:color .15s ease,background .15s ease,box-shadow .15s ease;white-space:nowrap}.admin-nav-2__section:hover{color:var(--duik-text-primary)}.admin-nav-2__section--active{background:var(--duik-color-neutral-0);color:var(--duik-color-brand-purple);box-shadow:var(--duik-elevation-1)}.admin-nav-2__tabs{display:flex;flex-wrap:wrap;gap:0;border-bottom:1px solid var(--duik-color-neutral-200)}.admin-nav-2__tab{display:flex;align-items:center;gap:var(--duik-spacing-6);padding:var(--duik-spacing-8) var(--duik-spacing-16);border:none;background:none;border-bottom:2px solid transparent;color:var(--duik-text-secondary);font-family:var(--duik-font-family-brand);font-size:.85rem;font-weight:var(--duik-font-weight-medium);cursor:pointer;white-space:nowrap;transition:color .15s ease,border-color .15s ease,background .15s ease}.admin-nav-2__tab:hover{color:var(--duik-text-primary);background:var(--duik-surface-sunken)}.admin-nav-2__tab--active{color:var(--duik-color-brand-purple);border-bottom-color:var(--duik-color-brand-purple);font-weight:var(--duik-font-weight-semibold)}.admin-tab-description{display:flex;align-items:flex-start;gap:var(--duik-spacing-12);padding:var(--duik-spacing-16) var(--duik-spacing-20);background:var(--duik-color-brand-purple-soft);border:1px solid var(--duik-color-brand-purple-tint);border-radius:var(--duik-radius-l);margin-bottom:var(--duik-spacing-20)}.admin-tab-description__icon{flex-shrink:0;color:var(--duik-color-brand-purple);margin-top:2px}.admin-tab-description__text{font-size:var(--duik-type-body-s-size);line-height:1.6;color:var(--duik-text-secondary)}.admin-tab-description__text strong{color:var(--duik-text-primary);font-weight:var(--duik-font-weight-semibold)}.admin-tab-description__text em{font-family:var(--duik-font-family-display);font-style:italic;color:var(--duik-color-brand-purple);font-weight:var(--duik-font-weight-semibold)}.admin-tab-description__text code{font-family:var(--duik-font-family-mono, monospace);font-size:.85em;padding:1px 5px;border-radius:4px;background:var(--duik-color-neutral-0);border:1px solid var(--duik-color-neutral-200);color:var(--duik-text-primary)}.tag-chip{display:inline-flex;align-items:center;gap:4px;padding:2px 8px;border-radius:var(--duik-radius-pill);font-size:.7rem;font-weight:var(--duik-font-weight-semibold);line-height:1.4;border:1px solid transparent;white-space:nowrap}.tag-chip--purple{background:var(--duik-color-brand-purple-tint);color:var(--duik-color-brand-purple);border-color:var(--duik-color-brand-purple-tint)}.tag-chip--teal{background:var(--duik-color-brand-teal-tint);color:var(--duik-color-success-text);border-color:var(--duik-color-brand-teal-tint)}.tag-chip--amber{background:#fef3c7;color:#92400e;border-color:#fde68a}.tag-chip--sky{background:#dbeafe;color:#1e40af;border-color:#bfdbfe}.tag-chip--pink{background:#fce7f3;color:#9d174d;border-color:#fbcfe8}.tag-chip--lime{background:#ecfccb;color:#3f6212;border-color:#d9f99d}.tag-chip--neutral{background:var(--duik-color-neutral-100, var(--duik-surface-sunken));color:var(--duik-text-secondary);border-color:var(--duik-color-neutral-200)}.tag-pop{position:fixed;transform:translate(-50%,-100%);display:flex;flex-wrap:wrap;gap:var(--duik-spacing-4);max-width:300px;width:max-content;padding:var(--duik-spacing-8);background:var(--duik-surface-card);border:1px solid var(--duik-color-neutral-200);border-radius:var(--duik-border-radius-m);box-shadow:0 8px 24px #1a1a2229;z-index:1000;pointer-events:none}.tag-pop--below{transform:translate(-50%)}.tag-chip__remove{display:inline-flex;align-items:center;justify-content:center;width:14px;height:14px;border-radius:999px;border:none;background:#00000014;color:inherit;cursor:pointer;margin-left:2px;padding:0;transition:background .12s ease}.tag-chip__remove:hover{background:#0000002e}.tag-select{position:relative;width:100%}.tag-select__field{display:flex;flex-wrap:wrap;align-items:center;gap:4px;min-height:40px;padding:6px 10px;border:1px solid var(--duik-color-neutral-200);border-radius:var(--duik-radius-m);background:var(--duik-color-neutral-0);cursor:text;transition:border-color .12s ease,box-shadow .12s ease}.tag-select__field:focus-within{border-color:var(--duik-color-brand-purple);box-shadow:0 0 0 3px var(--duik-color-brand-purple-tint)}.tag-select__input{flex:1;min-width:120px;border:none;outline:none;background:transparent;font-family:inherit;font-size:.875rem;color:var(--duik-text-primary);padding:2px 0}.tag-select__dropdown{position:absolute;top:calc(100% + 4px);left:0;right:0;z-index:100;max-height:280px;overflow-y:auto;background:var(--duik-color-neutral-0);border:1px solid var(--duik-color-neutral-200);border-radius:var(--duik-radius-m);box-shadow:var(--duik-elevation-2);padding:4px}.tag-select__options{display:flex;flex-direction:column;gap:2px}.tag-select__option{display:flex;align-items:center;gap:var(--duik-spacing-8);padding:6px 8px;border:none;background:transparent;border-radius:var(--duik-radius-s, 6px);cursor:pointer;text-align:left;width:100%;font-family:inherit}.tag-select__option:hover{background:var(--duik-surface-sunken)}.tag-select__option-desc{font-size:.75rem;color:var(--duik-text-tertiary);overflow:hidden;text-overflow:ellipsis;white-space:nowrap;flex:1}.tag-select__empty{display:flex;align-items:center;gap:8px;padding:8px 10px;font-size:.8rem;color:var(--duik-text-tertiary)}.tag-select__create{display:flex;align-items:center;gap:6px;width:100%;padding:8px 10px;border:none;background:var(--duik-color-brand-purple-soft);color:var(--duik-color-brand-purple);border-radius:var(--duik-radius-s, 6px);cursor:pointer;font-family:inherit;font-size:.8rem;font-weight:var(--duik-font-weight-semibold);margin-top:4px}.tag-select__create:hover:not(:disabled){background:var(--duik-color-brand-purple-tint)}.tag-select__create:disabled{opacity:.6;cursor:progress}.tag-select__create strong{color:var(--duik-text-primary);font-weight:var(--duik-font-weight-semibold)}.tag-color-grid{display:flex;flex-wrap:wrap;gap:8px}.tag-color-swatch{width:32px;height:32px;border-radius:999px;border:2px solid transparent;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;color:#0009;transition:transform .12s ease,border-color .12s ease}.tag-color-swatch:hover{transform:scale(1.06)}.tag-color-swatch--active{border-color:var(--duik-color-brand-purple)}.tag-color-swatch--purple{background:var(--duik-color-brand-purple-tint)}.tag-color-swatch--teal{background:var(--duik-color-brand-teal-tint)}.tag-color-swatch--amber{background:#fef3c7}.tag-color-swatch--sky{background:#dbeafe}.tag-color-swatch--pink{background:#fce7f3}.tag-color-swatch--lime{background:#ecfccb}.tag-color-swatch--neutral{background:var(--duik-color-neutral-100, var(--duik-surface-sunken))}.user-grant-badge{display:inline-flex;align-items:center;gap:3px;padding:1px 6px;font-size:.65rem;font-weight:var(--duik-font-weight-bold);color:var(--duik-color-brand-purple);background:var(--duik-color-brand-purple-tint);border:1px solid var(--duik-color-brand-purple-tint);border-radius:var(--duik-radius-pill);cursor:pointer;transition:background .12s ease}.user-grant-badge:hover{background:var(--duik-color-brand-purple-soft)}.access-mode-radio{display:flex;flex-direction:column;gap:8px}.access-mode-radio__option{display:flex;align-items:flex-start;gap:10px;padding:10px 12px;border:1px solid var(--duik-color-neutral-200);border-radius:var(--duik-radius-m);background:var(--duik-color-neutral-0);cursor:pointer;transition:border-color .12s ease,background .12s ease}.access-mode-radio__option:hover{border-color:var(--duik-color-brand-purple-tint)}.access-mode-radio__option--active{border-color:var(--duik-color-brand-purple);background:var(--duik-color-brand-purple-soft)}.access-mode-radio__option input[type=radio]{margin-top:4px;accent-color:var(--duik-color-brand-purple)}.access-mode-radio__title{font-size:.85rem;font-weight:var(--duik-font-weight-semibold);color:var(--duik-text-primary);margin-bottom:2px}.access-mode-radio__desc{font-size:.75rem;color:var(--duik-text-secondary);line-height:1.45}.access-mode-radio__desc em{font-family:var(--duik-font-family-display);font-style:italic;color:var(--duik-color-brand-purple);font-weight:var(--duik-font-weight-semibold)}.thumb-uploader{display:flex;flex-direction:column;gap:var(--duik-spacing-8)}.thumb-uploader__zone{position:relative;aspect-ratio:16 / 9;border:2px dashed var(--duik-color-neutral-200);border-radius:var(--duik-radius-l);background:var(--duik-color-neutral-0);cursor:pointer;overflow:hidden;transition:border-color .15s ease,background .15s ease}.thumb-uploader__zone:hover{border-color:var(--duik-color-brand-purple);background:var(--duik-color-brand-purple-soft)}.thumb-uploader__zone--dragging{border-color:var(--duik-color-brand-purple);background:var(--duik-color-brand-purple-tint)}.thumb-uploader__zone--has-image{border-style:solid;border-color:var(--duik-color-neutral-200);cursor:default}.thumb-uploader__zone--has-image:hover{border-color:var(--duik-color-brand-purple-tint);background:var(--duik-color-neutral-0)}.thumb-uploader__preview{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;display:block}.thumb-uploader__clear{position:absolute;top:var(--duik-spacing-8);right:var(--duik-spacing-8);width:30px;height:30px;border-radius:999px;background:#0000008c;color:var(--duik-color-neutral-0);border:none;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;transition:background .12s ease}.thumb-uploader__clear:hover{background:var(--duik-color-danger-text)}.thumb-uploader__empty{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;color:var(--duik-text-secondary);text-align:center;padding:var(--duik-spacing-16)}.thumb-uploader__hint{font-size:.85rem;font-weight:var(--duik-font-weight-semibold);color:var(--duik-text-primary)}.thumb-uploader__sub{font-size:.75rem;color:var(--duik-text-tertiary)}.thumb-uploader__url{display:flex;flex-direction:column;gap:2px}.thumb-uploader__error{display:flex;align-items:center;gap:6px;font-size:.8rem;color:var(--duik-color-danger-text)}.import-columns{display:flex;flex-direction:column;gap:var(--duik-spacing-16);margin-bottom:var(--duik-spacing-20)}.import-columns__group{border:1px solid var(--duik-color-neutral-200);border-radius:var(--duik-radius-l);background:var(--duik-color-neutral-0);overflow:hidden}.import-columns__group-title{font-size:var(--duik-type-eyebrow-size);letter-spacing:var(--duik-type-eyebrow-tracking);text-transform:uppercase;font-weight:var(--duik-font-weight-bold);color:var(--duik-color-brand-purple);padding:var(--duik-spacing-8) var(--duik-spacing-16);background:var(--duik-color-brand-purple-soft);border-bottom:1px solid var(--duik-color-brand-purple-tint)}.import-columns__table{width:100%;border-collapse:collapse;font-size:.825rem}.import-columns__table td{padding:8px 16px;vertical-align:top;border-bottom:1px solid var(--duik-color-neutral-100, var(--duik-color-neutral-200))}.import-columns__table tr:last-child td{border-bottom:none}.import-columns__table td:first-child{width:160px;white-space:nowrap}.import-columns__table code{font-family:var(--duik-font-family-mono, monospace);font-size:.85em;padding:1px 6px;border-radius:4px;background:var(--duik-surface-sunken);border:1px solid var(--duik-color-neutral-200);color:var(--duik-text-primary)}.import-columns__table td:nth-child(2){color:var(--duik-text-secondary);line-height:1.5}.import-columns__table em{font-family:var(--duik-font-family-display);font-style:italic;color:var(--duik-color-brand-purple);font-weight:var(--duik-font-weight-semibold)}.admin-thumb{width:56px;height:32px;border-radius:var(--duik-radius-s, 6px);background-size:cover;background-position:center;background-color:var(--duik-color-neutral-100);border:1px solid var(--duik-color-neutral-200);display:flex;align-items:center;justify-content:center;flex-shrink:0}.admin-thumb--has{border-color:var(--duik-color-brand-purple-tint)}.admin-thumb--empty{color:var(--duik-color-neutral-400);background-color:var(--duik-surface-sunken);border-style:dashed}.ann-strip{max-width:880px;margin:0 auto var(--duik-spacing-24)}.ann-strip__viewport{position:relative}.ann-card{position:relative;background:var(--duik-color-neutral-0);border:1px solid rgba(91,45,142,.14);border-left-width:4px;border-radius:var(--duik-radius-l);overflow:hidden;box-shadow:0 1px 2px #2e1a470a}.ann-card--high{border-left-color:var(--duik-color-brand-purple)}.ann-card--normal{border-left-color:var(--duik-color-brand-teal)}.ann-card--low{border-left-color:var(--duik-color-neutral-300, var(--duik-color-neutral-200))}.ann-card--neutral{padding:var(--duik-spacing-16) var(--duik-spacing-20)}.ann-card--editorial-light{padding:var(--duik-spacing-20) var(--duik-spacing-24)}.ann-card--editorial{display:grid;grid-template-columns:minmax(160px,36%) 1fr;align-items:stretch;padding:0}.ann-card--warning{padding:var(--duik-spacing-16) var(--duik-spacing-20);background:#fef7e6;border-color:#f6d69e;border-left-color:#b45309}.ann-card__image{background-size:cover;background-position:center;background-color:var(--duik-color-brand-purple-tint);min-height:160px;position:relative}.ann-card__image:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,transparent 70%,rgba(255,255,255,.3));pointer-events:none}.ann-card__body{padding:var(--duik-spacing-20) var(--duik-spacing-24);display:flex;flex-direction:column;gap:var(--duik-spacing-8)}.ann-card--editorial .ann-card__body{min-width:0}.ann-card__head{display:flex;align-items:center;gap:var(--duik-spacing-8)}.ann-card__type{display:inline-flex;align-items:center;gap:4px;padding:2px 8px;background:var(--duik-color-brand-purple-soft);color:var(--duik-color-brand-purple);border-radius:var(--duik-radius-pill);font-size:.7rem;font-weight:var(--duik-font-weight-bold);text-transform:uppercase;letter-spacing:.04em;flex-shrink:0}.ann-card--warning .ann-card__type{background:#fcd34d;color:#78350f}.ann-card__title{flex:1;font-family:var(--duik-font-family-brand);font-size:1.05rem;font-weight:var(--duik-font-weight-semibold);color:var(--duik-text-primary);margin:0}.ann-card--editorial .ann-card__title,.ann-card--editorial-light .ann-card__title{font-size:1.25rem;line-height:1.25}.ann-card__dismiss{width:28px;height:28px;border-radius:999px;background:transparent;border:1px solid transparent;color:var(--duik-text-tertiary);cursor:pointer;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;transition:background .12s ease,color .12s ease,border-color .12s ease}.ann-card__dismiss:hover{background:var(--duik-surface-sunken);color:var(--duik-text-primary)}.ann-card__content{font-size:.875rem;color:var(--duik-text-secondary);line-height:1.55;margin:0}.ann-card__actions{display:flex;flex-wrap:wrap;align-items:center;gap:var(--duik-spacing-12);margin-top:4px}.ann-card__cta{display:inline-flex;align-items:center;gap:6px;padding:7px 14px;border-radius:var(--duik-radius-m);border:none;background:var(--duik-color-brand-teal);color:var(--duik-color-neutral-0);font-family:inherit;font-size:.825rem;font-weight:var(--duik-font-weight-semibold);cursor:pointer;box-shadow:var(--duik-elevation-1);transition:background .12s ease}.ann-card__cta:hover{background:var(--duik-color-brand-teal-hover)}.ann-card__previews{display:flex;flex-wrap:wrap;gap:var(--duik-spacing-8)}.ann-card__preview{display:inline-flex;align-items:center;gap:var(--duik-spacing-12);padding:6px 10px 6px 6px;border:1px solid var(--duik-color-neutral-200);border-radius:var(--duik-radius-m);background:var(--duik-color-neutral-0);cursor:pointer;font-family:inherit;text-align:left;min-width:220px;max-width:320px;transition:border-color .15s ease,background .15s ease,transform .15s ease}.ann-card__preview:hover{border-color:var(--duik-color-brand-purple-tint);background:var(--duik-color-brand-purple-soft);transform:translateY(-1px)}.ann-card__thumb{width:56px;height:36px;flex-shrink:0;border-radius:var(--duik-radius-s, 6px);background-size:cover;background-position:center;background-color:var(--duik-color-neutral-100);border:1px solid var(--duik-color-neutral-200)}.ann-card__thumb--empty{display:flex;align-items:center;justify-content:center;color:var(--duik-text-tertiary)}.ann-card__preview-meta{display:flex;flex-direction:column;gap:2px;flex:1;min-width:0}.ann-card__preview-title{font-size:.825rem;font-weight:var(--duik-font-weight-semibold);color:var(--duik-text-primary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ann-card__preview-type{display:inline-flex;align-items:center;gap:4px;font-size:.7rem;color:var(--duik-text-tertiary);text-transform:uppercase;letter-spacing:.04em}.ann-card__preview-arrow{color:var(--duik-text-tertiary);flex-shrink:0}.ann-strip__nav{position:absolute;top:50%;transform:translateY(-50%);width:32px;height:32px;border-radius:999px;border:1px solid rgba(91,45,142,.2);background:#ffffffeb;color:var(--duik-color-brand-purple);cursor:pointer;display:inline-flex;align-items:center;justify-content:center;box-shadow:var(--duik-elevation-1);transition:background .12s ease,transform .12s ease,border-color .12s ease;z-index:2}.ann-strip__nav:hover{background:var(--duik-color-neutral-0);border-color:var(--duik-color-brand-purple);transform:translateY(-50%) scale(1.05)}.ann-strip__nav--prev{left:-36px}.ann-strip__nav--next{right:-36px}.ann-strip__dots{display:flex;align-items:center;justify-content:center;gap:6px;margin-top:var(--duik-spacing-12)}.ann-strip__dot{width:8px;height:8px;border-radius:999px;border:none;background:var(--duik-color-neutral-300, var(--duik-color-neutral-200));cursor:pointer;padding:0;transition:background .12s ease,transform .12s ease}.ann-strip__dot:hover{transform:scale(1.2)}.ann-strip__dot--active{background:var(--duik-color-brand-purple);width:22px}@media(max-width:720px){.ann-card--editorial{grid-template-columns:1fr}.ann-card__image{min-height:140px}.ann-strip__nav--prev{left:4px}.ann-strip__nav--next{right:4px}}.tag-delete-warn{display:flex;align-items:flex-start;gap:var(--duik-spacing-12);padding:var(--duik-spacing-12) var(--duik-spacing-16);background:#fef3c7;border:1px solid #FDE68A;border-radius:var(--duik-radius-m);color:#78350f;font-size:.875rem;line-height:1.5}.tag-delete-warn svg{flex-shrink:0;color:#b45309;margin-top:2px}.hero{position:relative;border-radius:var(--duik-radius-xl);padding:var(--duik-space-8) var(--duik-space-10);overflow:hidden;isolation:isolate;border:1px solid var(--duik-color-brand-purple-tint);box-shadow:var(--duik-elevation-2);margin-bottom:var(--duik-spacing-24);animation:heroIn .7s cubic-bezier(.2,.7,.2,1) both}.hero[data-variant=airy]{background:radial-gradient(820px 380px at 105% -10%,rgba(0,181,173,.32) 0%,transparent 55%),radial-gradient(900px 460px at -5% 110%,rgba(91,45,142,.55) 0%,transparent 60%),radial-gradient(600px 360px at 30% 0%,rgba(91,45,142,.3) 0%,transparent 65%),linear-gradient(115deg,var(--duik-color-brand-purple-soft) 0%,var(--duik-color-brand-purple-tint) 35%,var(--duik-color-neutral-50) 70%,var(--duik-color-brand-teal-tint) 100%)}.hero-blobs{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;z-index:0}.hero-blob{position:absolute;border-radius:999px;filter:blur(60px);animation:heroBlobDrift 22s ease-in-out infinite alternate}.hero-blob--b1{width:360px;height:360px;background:radial-gradient(circle,var(--duik-color-brand-teal) 0%,transparent 70%);top:-120px;right:-60px;opacity:.4;animation-delay:0s}.hero-blob--b2{width:320px;height:320px;background:radial-gradient(circle,var(--duik-color-brand-purple) 0%,transparent 70%);bottom:-140px;left:20%;opacity:.55;animation-delay:-8s}.hero-blob--b3{width:220px;height:220px;background:radial-gradient(circle,var(--duik-color-brand-teal) 0%,transparent 70%);top:30%;left:-80px;opacity:.35;animation-delay:-14s}.hero-particles{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;z-index:0;overflow:hidden}.hero-particle{position:absolute;border-radius:999px;background:var(--duik-color-brand-teal);opacity:0;animation:heroParticleRise 14s linear infinite}.hero-inner{position:relative;z-index:1;display:grid;grid-template-columns:1fr auto;gap:var(--duik-space-8);align-items:start}.hero-head{display:flex;flex-direction:column;gap:var(--duik-space-3);min-width:0}.hero-eyebrow-row{display:flex;align-items:center;gap:var(--duik-space-3)}.hero-eyebrow{font-size:var(--duik-type-eyebrow-size);line-height:var(--duik-type-eyebrow-lh);letter-spacing:var(--duik-type-eyebrow-tracking);text-transform:uppercase;font-weight:var(--duik-font-weight-bold);color:var(--duik-text-tertiary)}.hero-title{font-family:var(--duik-font-family-body);font-size:clamp(2.25rem,3.5vw,3.25rem);line-height:1.05;font-weight:var(--duik-font-weight-semibold);color:var(--duik-text-primary);letter-spacing:-.015em;margin:0}.hero-title__accent{font-family:var(--duik-font-family-display);font-style:italic;font-weight:var(--duik-font-weight-semibold);background:linear-gradient(120deg,var(--duik-color-brand-purple) 0%,var(--duik-color-brand-teal) 100%);background-clip:text;-webkit-background-clip:text;color:transparent;padding-right:4px;position:relative;display:inline-block}.hero-title__accent:after{content:attr(data-text);position:absolute;left:0;top:0;width:100%;background:linear-gradient(110deg,#5b2d8e00 30%,#ffffffe6,#00b5ad00 70%);background-size:250% 100%;background-position:200% 0;background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;color:transparent;pointer-events:none;animation:heroShimmer 1.8s cubic-bezier(.3,.7,.3,1) .7s 1 both}.hero-title__word{display:inline-block;animation:heroWordIn .7s cubic-bezier(.2,.7,.2,1) both}.hero-title__word.w0{animation-delay:.1s}.hero-title__word.w1{animation-delay:.22s}.hero-title__word.w2{animation-delay:.34s}.hero-title__word.w3{animation-delay:.46s}.hero-title__word.w4{animation-delay:.58s}.hero-tagline{position:relative;height:1.55em;overflow:hidden;font-size:var(--duik-type-body-l-size);line-height:1.55;color:var(--duik-text-secondary);max-width:60ch;margin-top:2px}.hero-tagline__item{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;transform:translateY(8px);transition:opacity .5s ease,transform .5s ease}.hero-tagline__item.active{opacity:1;transform:translateY(0)}.hero-actions{display:flex;flex-direction:column;gap:var(--duik-space-3);align-items:flex-end;flex-shrink:0}.hero-cta-primary{display:inline-flex;align-items:center;gap:8px;padding:10px 18px;border-radius:var(--duik-radius-m);border:none;background:var(--duik-color-brand-teal);color:var(--duik-color-neutral-0);font-family:inherit;font-size:var(--duik-type-body-size);font-weight:var(--duik-font-weight-semibold);cursor:pointer;transition:background .15s ease,transform .15s ease;box-shadow:var(--duik-elevation-1)}.hero-cta-primary:hover{background:var(--duik-color-brand-teal-hover)}.hero-cta-ghost{display:inline-flex;align-items:center;gap:6px;padding:8px 14px;border-radius:var(--duik-radius-m);background:transparent;border:1px solid var(--duik-color-neutral-200);color:var(--duik-text-secondary);font-family:inherit;font-size:var(--duik-type-body-s-size);font-weight:var(--duik-font-weight-medium);cursor:pointer;transition:background .15s ease,color .15s ease,border-color .15s ease}.hero-cta-ghost:hover{background:var(--duik-surface-sunken);color:var(--duik-text-primary)}.hero-stat-strip{margin-top:var(--duik-space-8);position:relative;z-index:1;display:grid;grid-template-columns:repeat(5,1fr);gap:0;border-radius:var(--duik-radius-l);background:#ffffffb8;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.6);box-shadow:0 4px 24px #2e1a4714;padding:var(--duik-space-2)}.hero-stat{padding:var(--duik-space-4) var(--duik-space-5);display:flex;flex-direction:column;gap:6px;position:relative;border-radius:var(--duik-radius-m);transition:background .15s ease}.hero-stat+.hero-stat:before{content:"";position:absolute;left:0;top:18px;bottom:18px;width:1px;background:var(--duik-color-neutral-200)}.hero-stat:hover{background:#ffffffb3}.hero-stat__label{font-size:var(--duik-type-eyebrow-size);letter-spacing:var(--duik-type-eyebrow-tracking);text-transform:uppercase;font-weight:var(--duik-font-weight-bold);color:var(--duik-text-tertiary)}.hero-stat__row{display:flex;align-items:baseline;gap:6px}.hero-stat__value{font-family:var(--duik-font-family-body);font-size:2rem;line-height:1.05;font-weight:var(--duik-font-weight-semibold);color:var(--duik-text-primary);font-variant-numeric:tabular-nums;letter-spacing:-.01em}.hero-stat__meta{display:flex;align-items:center;gap:6px;font-size:var(--duik-type-caption-size);color:var(--duik-text-secondary)}.hero-stat__delta{display:inline-flex;align-items:center;gap:2px;font-weight:var(--duik-font-weight-semibold);font-variant-numeric:tabular-nums}.hero-stat__delta.up{color:var(--duik-color-success-text)}.hero-stat__delta.down{color:var(--duik-color-danger-text)}.hero-spark{width:100%;height:28px;margin-top:2px;overflow:visible}.hero-spark .area{fill:var(--duik-color-brand-teal);opacity:.12}.hero-spark .line{fill:none;stroke:var(--duik-color-brand-teal);stroke-width:1.75;stroke-linejoin:round;stroke-linecap:round;stroke-dasharray:200;stroke-dashoffset:200;animation:heroDash 1.2s cubic-bezier(.2,.7,.2,1) .4s forwards}.hero-spark .dot{fill:var(--duik-color-brand-teal);opacity:0;animation:heroFadeIn .3s ease 1.5s forwards}.hero-level-card{display:flex;align-items:center;gap:var(--duik-space-3)}.hero-ring{width:56px;height:56px;position:relative;flex-shrink:0}.hero-ring svg{width:100%;height:100%;transform:rotate(-90deg)}.hero-ring .track{fill:none;stroke:var(--duik-color-neutral-200);stroke-width:5}.hero-ring .progress{fill:none;stroke-width:5;stroke-linecap:round;stroke-dasharray:var(--circ, 157);stroke-dashoffset:var(--circ, 157);animation:heroRingFill 1.4s cubic-bezier(.2,.7,.2,1) .2s forwards}.hero-ring__label{position:absolute;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;font-size:var(--duik-type-caption-size);font-weight:var(--duik-font-weight-bold);color:var(--duik-text-primary)}.hero-level-info{display:flex;flex-direction:column;gap:2px;min-width:0}.hero-level-title{font-size:var(--duik-type-body-size);font-weight:var(--duik-font-weight-semibold);color:var(--duik-text-primary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.hero-level-sub{font-size:var(--duik-type-caption-size);color:var(--duik-text-secondary)}.hero-error{margin-top:var(--duik-space-4);font-size:var(--duik-type-caption-size);color:var(--duik-text-secondary);font-style:italic}@media(max-width:1080px){.hero-stat-strip{grid-template-columns:repeat(2,1fr)}.hero-stat+.hero-stat:before{display:none}}@media(max-width:720px){.hero{padding:var(--duik-space-6) var(--duik-space-6)}.hero-inner{grid-template-columns:1fr}.hero-actions{flex-direction:row;align-items:stretch}.hero-stat-strip{grid-template-columns:1fr}}@keyframes heroIn{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@keyframes heroBlobDrift{0%{transform:translate(0) scale(1)}to{transform:translate(40px,-30px) scale(1.1)}}@keyframes heroDash{to{stroke-dashoffset:0}}@keyframes heroFadeIn{to{opacity:1}}@keyframes heroRingFill{to{stroke-dashoffset:var(--target, 40)}}@keyframes heroParticleRise{0%{transform:translateY(0) translate(0);opacity:0}10%{opacity:.6}90%{opacity:.4}to{transform:translateY(-120px) translate(20px);opacity:0}}@keyframes heroWordIn{0%{opacity:0;transform:translateY(20px);filter:blur(4px)}to{opacity:1;transform:translateY(0);filter:blur(0)}}@keyframes heroShimmer{0%{background-position:200% 0}to{background-position:-100% 0}}@media(prefers-reduced-motion:reduce){.hero,.hero-blob,.hero-particle,.hero-spark .line,.hero-spark .dot,.hero-ring .progress,.hero-title__word,.hero-title__accent:after{animation:none!important}}.toggle-group{display:inline-grid;grid-auto-flow:column;grid-auto-columns:1fr;align-items:center;gap:var(--duik-spacing-4, 4px);padding:3px;background:var(--duik-color-neutral-0, #fff);border:1px solid var(--duik-color-neutral-300);border-radius:var(--duik-radius-s);flex-shrink:0}.toggle-group__btn{display:grid;place-items:center;align-self:stretch;min-height:28px;padding:0 var(--duik-spacing-12, 12px);font-family:var(--duik-font-family-body, inherit);font-size:14px;font-weight:600;line-height:22px;color:var(--duik-color-neutral-600);background:transparent;border:none;border-radius:var(--duik-radius-xs);cursor:pointer;transition:background-color .2s ease-in-out,color .2s ease-in-out,box-shadow .2s ease-in-out}.toggle-group__label{max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.toggle-group__btn:hover:not(.toggle-group__btn--disabled){background:var(--duik-color-brand-purple-soft);color:var(--duik-color-brand-purple)}.toggle-group__btn:active:not(.toggle-group__btn--disabled){background:var(--duik-color-brand-purple-tint)}.toggle-group__btn:focus-visible{outline:2px solid var(--duik-color-brand-purple);outline-offset:2px}.toggle-group__btn--active,.toggle-group__btn--active:hover{color:var(--duik-color-brand-purple-hover);background:var(--duik-color-brand-purple-tint);box-shadow:inset 0 0 0 1px var(--duik-color-brand-purple)}.toggle-group__btn--disabled,.toggle-group__btn--disabled:hover{color:var(--duik-color-neutral-400);background:transparent;box-shadow:none;cursor:not-allowed}.year-pair{display:inline-flex;align-items:center;gap:8px;font-family:var(--duik-font-family-body, inherit);font-size:13px;color:var(--duik-color-neutral-600)}.year-pair__label,.year-pair__sep{color:var(--duik-color-neutral-500);font-weight:500}.year-pair__select{position:relative}.year-pair__select select{-moz-appearance:none;appearance:none;-webkit-appearance:none;padding:5px 26px 5px 10px;border-radius:var(--duik-radius-s);border:1px solid var(--duik-color-neutral-200);background:var(--duik-color-neutral-0, #fff);font:inherit;color:var(--duik-color-neutral-700);font-weight:600;cursor:pointer}.year-pair__select:after{content:"";position:absolute;right:9px;top:50%;width:7px;height:7px;border-right:1.5px solid var(--duik-color-neutral-500);border-bottom:1.5px solid var(--duik-color-neutral-500);transform:translateY(-65%) rotate(45deg);pointer-events:none}.year-pair__select--main select{color:var(--duik-color-brand-purple);border-color:var(--duik-color-brand-purple-tint)}.year-pair__select--compared select{color:var(--duik-color-neutral-500)}.ytd-tl{display:flex;flex-direction:column;gap:6px;width:100%}.ytd-tl__head{display:flex;justify-content:space-between;align-items:baseline;gap:16px}.ytd-tl__eyebrow{font-family:var(--duik-font-family-body, inherit);font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--duik-color-brand-purple)}.ytd-tl__ref{font-family:var(--duik-font-family-body, inherit);font-size:13px;color:var(--duik-color-neutral-500)}.ytd-tl__ref strong{color:var(--duik-color-neutral-700);font-weight:600}.ytd-tl__svg{overflow:visible}.ytd-tl__counters{display:flex;justify-content:space-between;align-items:center;gap:12px;font-family:var(--duik-font-family-body, inherit);font-size:12px;color:var(--duik-color-neutral-500)}.ytd-tl__daymonth{display:inline-flex;align-items:center;gap:6px}.ytd-tl__dm-select{font-family:var(--duik-font-family-body, inherit);font-size:13px;font-weight:600;color:var(--duik-color-neutral-700);padding:3px 8px;border:1px solid var(--duik-color-neutral-200);border-radius:var(--duik-radius-md, 8px);background:var(--duik-color-neutral-100);cursor:pointer;transition:border-color .15s ease,background .15s ease}.ytd-tl__dm-select:hover{border-color:var(--duik-color-brand-purple-tint)}.ytd-tl__dm-select:focus{outline:none;border-color:var(--duik-color-brand-purple);background:var(--duik-color-white, #fff)}.ytd-tl__counter strong{color:var(--duik-color-brand-purple);font-weight:700;font-size:13px}.ytd-tl__counter--right strong{color:var(--duik-color-neutral-500)}.country-dd{position:relative;display:inline-block}.country-dd__trigger{display:inline-flex;align-items:center;gap:6px;padding:6px 12px;border-radius:var(--duik-radius-pill);border:1px solid var(--duik-color-neutral-200);background:var(--duik-color-neutral-0, #fff);color:var(--duik-color-neutral-700);font-family:var(--duik-font-family-body, inherit);font-size:13px;font-weight:500;cursor:pointer;transition:background .15s ease,border-color .15s ease,color .15s ease}.country-dd__trigger:hover{border-color:var(--duik-color-neutral-300)}.country-dd__trigger--active{border-color:var(--duik-color-brand-purple-tint);color:var(--duik-color-brand-purple);background:var(--duik-color-brand-purple-soft);font-weight:600}.country-dd__caret{transition:transform .15s ease;flex-shrink:0}.country-dd__panel{position:absolute;top:calc(100% + 6px);right:0;min-width:280px;max-width:420px;padding:14px;background:var(--duik-color-neutral-0, #fff);border:1px solid var(--duik-color-neutral-200);border-radius:var(--duik-radius-m);box-shadow:0 12px 32px #5b2d8e1f,0 2px 4px #0000000a;z-index:1500}.country-dd__panel-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px}.country-dd__panel-eyebrow{font-family:var(--duik-font-family-body, inherit);font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--duik-color-brand-purple)}.country-dd__panel-actions{display:inline-flex;gap:10px}.country-dd__link{background:transparent;border:none;padding:0;color:var(--duik-color-brand-purple);font-family:var(--duik-font-family-body, inherit);font-size:12px;font-weight:600;cursor:pointer;text-decoration:underline;text-underline-offset:2px}.country-dd__link:hover{color:var(--duik-color-brand-purple-hover)}.country-dd__search{width:100%;box-sizing:border-box;margin-bottom:10px;padding:6px 10px;border:1px solid var(--duik-color-neutral-200);border-radius:var(--duik-radius-md, 8px);font-family:var(--duik-font-family-body, inherit);font-size:12px;color:var(--duik-color-neutral-600);background:var(--duik-color-neutral-100);transition:border-color .15s ease,background .15s ease}.country-dd__search::placeholder{color:var(--duik-color-neutral-400)}.country-dd__search:focus{outline:none;border-color:var(--duik-color-brand-purple);background:var(--duik-color-white, #fff)}.country-dd__chips{display:flex;flex-wrap:wrap;gap:6px}.country-dd__empty{font-size:12px;color:var(--duik-color-neutral-500);padding:2px 0}.filter-chip--sm{padding:3px 9px;font-size:12px}.asof-filter{display:flex;flex-direction:column;gap:14px;padding:18px 20px;background:var(--duik-color-neutral-0, #fff);border:1px solid var(--duik-color-neutral-200);border-radius:var(--duik-radius-l)}.asof-filter__head{display:flex;justify-content:space-between;align-items:flex-start;gap:16px;flex-wrap:wrap}.asof-filter__head-left{display:flex;flex-direction:column;gap:2px;min-width:0}.asof-filter__eyebrow{font-family:var(--duik-font-family-body, inherit);font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--duik-color-brand-purple)}.asof-filter__ref{font-family:var(--duik-font-family-body, inherit);font-size:13px;color:var(--duik-color-neutral-500)}.asof-filter__ref strong{color:var(--duik-color-neutral-700);font-weight:600}.ytd-tl__svg--interactive{cursor:pointer;touch-action:none}.ytd-tl__svg--interactive.is-dragging{cursor:grabbing}.ytd-tl__handle{cursor:grab}.ytd-tl__handle:focus{outline:none}.ytd-tl__handle:focus-visible{stroke:var(--duik-color-brand-purple);stroke-width:4}.asof-filter__region{display:flex;align-items:center;flex-wrap:wrap;gap:10px}.asof-filter__region-label{font-family:var(--duik-font-family-body, inherit);font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--duik-color-neutral-500);margin-right:4px}.asof-filter__head-right{display:inline-flex;align-items:center;gap:10px}.asof-filter__toggle{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:var(--duik-radius-pill);border:1px solid var(--duik-color-neutral-200);background:var(--duik-color-neutral-0, #fff);color:var(--duik-color-neutral-500);cursor:pointer;transition:background .15s ease,color .15s ease,border-color .15s ease}.asof-filter__toggle:hover{color:var(--duik-color-brand-purple);border-color:var(--duik-color-brand-purple-tint);background:var(--duik-color-brand-purple-soft)}.asof-filter--collapsible.asof-filter--collapsed{padding-top:14px;padding-bottom:14px}.asof-filter__collapsed-scope{margin-top:2px;font-family:var(--duik-font-family-body, inherit);font-size:12px;font-weight:500;color:var(--duik-color-brand-purple);background:var(--duik-color-brand-purple-soft);padding:3px 10px;border-radius:var(--duik-radius-pill);display:inline-block;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.filter-pinned-hint{display:inline-flex;align-items:center;gap:6px;font-family:var(--duik-font-family-body, inherit);font-size:11px;font-weight:500;color:var(--duik-color-neutral-500)}.filter-pinned-hint svg{color:var(--duik-color-brand-purple);flex-shrink:0}.db-swf{display:flex;flex-direction:column;gap:14px;padding:18px 20px;background:var(--duik-color-neutral-0, #fff);border:1px solid var(--duik-color-neutral-200);border-radius:var(--duik-radius-l)}.db-swf__head{display:flex;justify-content:space-between;align-items:flex-start;gap:16px;flex-wrap:wrap}.db-swf__head-left{display:flex;flex-direction:column;gap:2px;min-width:0}.db-swf__eyebrow{font-family:var(--duik-font-family-body, inherit);font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--duik-color-brand-purple)}.db-swf__window{font-family:var(--duik-font-family-body, inherit);font-size:13px;color:var(--duik-color-neutral-500)}.db-swf__window strong{color:var(--duik-color-neutral-700);font-weight:600}.db-swf__window-days{margin-left:4px;color:var(--duik-color-neutral-400)}.db-swf__compare-note{font-family:var(--duik-font-family-body, inherit);font-size:12px;color:var(--duik-color-neutral-500)}.db-swf__head-right{display:inline-flex;align-items:center;gap:10px}.db-swf__toggle{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:var(--duik-radius-pill);border:1px solid var(--duik-color-neutral-200);background:var(--duik-color-neutral-0, #fff);color:var(--duik-color-neutral-500);cursor:pointer;transition:background .15s ease,color .15s ease,border-color .15s ease}.db-swf__toggle:hover{color:var(--duik-color-brand-purple);border-color:var(--duik-color-brand-purple-tint);background:var(--duik-color-brand-purple-soft)}.db-swf--collapsible.db-swf--collapsed{padding-top:14px;padding-bottom:14px}.db-swf__collapsed-scope{margin-top:3px;font-family:var(--duik-font-family-body, inherit);font-size:13px;color:var(--duik-color-neutral-500)}.db-swf__collapsed-scope strong{font-weight:600;color:var(--duik-color-brand-purple)}.db-swf__row{display:flex;align-items:center;flex-wrap:wrap;gap:10px}.db-swf__row-label{font-family:var(--duik-font-family-body, inherit);font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--duik-color-neutral-500);margin-right:4px;min-width:72px}.db-swf__custom{display:inline-flex;align-items:center;gap:8px}.db-swf__custom-sep{color:var(--duik-color-neutral-400);font-size:13px}.db-swf__date-input{font-family:var(--duik-font-family-body, inherit);font-size:13px;color:var(--duik-color-neutral-700);padding:6px 10px;border:1px solid var(--duik-color-neutral-200);border-radius:var(--duik-radius-m);background:var(--duik-color-neutral-0, #fff);cursor:pointer}.db-swf__date-input:focus-visible{outline:none;border-color:var(--duik-color-brand-purple);box-shadow:0 0 0 3px var(--duik-color-brand-purple-soft)}.db-swf__hint{font-family:var(--duik-font-family-body, inherit);font-size:12px;color:var(--duik-color-warning-text, var(--duik-color-neutral-600));background:var(--duik-color-warning-bg);border:1px solid var(--duik-color-warning-border);padding:6px 10px;border-radius:var(--duik-radius-s)}.db-swf__hint--error{color:var(--duik-color-danger-text, var(--duik-color-neutral-600));background:var(--duik-color-danger-bg);border-color:var(--duik-color-danger-border)}.db-swf__property{position:relative;display:inline-flex;align-items:center}.db-swf__prop-icon{position:absolute;left:10px;display:inline-flex;color:var(--duik-color-neutral-400);pointer-events:none}.db-swf__prop-input{font-family:var(--duik-font-family-body, inherit);font-size:13px;color:var(--duik-color-neutral-700);padding:7px 12px 7px 30px;min-width:220px;border:1px solid var(--duik-color-neutral-200);border-radius:var(--duik-radius-pill);background:var(--duik-color-neutral-0, #fff)}.db-swf__prop-input:focus-visible{outline:none;border-color:var(--duik-color-brand-purple);box-shadow:0 0 0 3px var(--duik-color-brand-purple-soft)}.db-swf__prop-panel{position:absolute;top:calc(100% + 6px);left:0;z-index:210;min-width:260px;max-height:280px;overflow-y:auto;background:var(--duik-color-neutral-0, #fff);border:1px solid var(--duik-color-neutral-200);border-radius:var(--duik-radius-m);box-shadow:var(--duik-shadow-m, 0 8px 24px rgba(67, 41, 117, .12));padding:4px}.db-swf__prop-empty{padding:10px 12px;font-family:var(--duik-font-family-body, inherit);font-size:13px;color:var(--duik-color-neutral-400)}.db-swf__prop-row{display:flex;align-items:center;justify-content:space-between;gap:12px;width:100%;padding:8px 12px;border:none;background:transparent;border-radius:var(--duik-radius-s);cursor:pointer;text-align:left}.db-swf__prop-row:hover{background:var(--duik-color-brand-purple-soft)}.db-swf__prop-row-label{font-family:var(--duik-font-family-body, inherit);font-size:13px;color:var(--duik-color-neutral-700)}.db-swf__prop-row-id{font-family:var(--duik-font-family-mono, monospace);font-size:11px;color:var(--duik-color-neutral-400);flex-shrink:0}.db-swf__prop-selected{display:inline-flex;align-items:center;gap:6px}.db-swf__prop-wrap{display:flex;flex-direction:column;align-items:flex-start;gap:8px}.db-swf__prop-chips{display:flex;flex-wrap:wrap;align-items:center;gap:6px}.db-swf__prop-chip{display:inline-flex;align-items:center;gap:6px;font-family:var(--duik-font-family-mono, monospace);font-size:12px}.db-swf__prop-clear{border:none;background:none;font-family:var(--duik-font-family-body, inherit);font-size:12px;color:var(--duik-color-neutral-500);text-decoration:underline;cursor:pointer;padding:0 6px}.db-swf__prop-clear:hover{color:var(--duik-color-brand-purple)}.db-drf{display:flex;flex-direction:column;gap:14px;padding:18px 20px;background:var(--duik-color-neutral-0, #fff);border:1px solid var(--duik-color-neutral-200);border-radius:var(--duik-radius-l)}.db-drf__row{display:flex;align-items:center;flex-wrap:wrap;gap:10px}.db-drf__row-label{font-family:var(--duik-font-family-body, inherit);font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--duik-color-neutral-500);margin-right:4px;min-width:72px}.db-drf__presets{display:inline-flex;align-items:center;flex-wrap:wrap;gap:6px}.db-drf__dates{display:inline-flex;align-items:center;gap:8px}.db-drf__sep{color:var(--duik-color-neutral-400);font-size:13px}.db-drf__date-input{font-family:var(--duik-font-family-body, inherit);font-size:13px;color:var(--duik-color-neutral-700);padding:6px 10px;border:1px solid var(--duik-color-neutral-200);border-radius:var(--duik-radius-m);background:var(--duik-color-neutral-0, #fff);cursor:pointer}.db-drf__date-input:focus-visible{outline:none;border-color:var(--duik-color-brand-purple);box-shadow:0 0 0 3px var(--duik-color-brand-purple-soft)}.db-drf__span{font-family:var(--duik-font-family-body, inherit);font-size:12px;color:var(--duik-color-neutral-400);margin-left:2px}.db-drf__extra{display:inline-flex;align-items:center;flex-wrap:wrap;gap:10px;padding-left:12px;border-left:1px solid var(--duik-color-neutral-200)}.db-si{display:inline-flex;flex-direction:column;gap:4px;min-width:0}.db-si__label{font-family:var(--duik-font-family-body, inherit);font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--duik-color-neutral-500)}.db-si__field{position:relative;display:inline-flex;align-items:center}.db-si__icon{position:absolute;left:10px;display:inline-flex;color:var(--duik-color-neutral-400);pointer-events:none}.db-si__input{font-family:var(--duik-font-family-body, inherit);font-size:13px;color:var(--duik-color-neutral-700);padding:7px 30px 7px 12px;min-width:200px;border:1px solid var(--duik-color-neutral-200);border-radius:var(--duik-radius-pill);background:var(--duik-color-neutral-0, #fff)}.db-si__input--with-icon{padding-left:30px}.db-si__input:focus-visible{outline:none;border-color:var(--duik-color-brand-purple);box-shadow:0 0 0 3px var(--duik-color-brand-purple-soft)}.db-si__input::-webkit-search-cancel-button{-webkit-appearance:none;-moz-appearance:none;appearance:none}.db-si__clear{position:absolute;right:8px;display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px;padding:0;border:none;border-radius:var(--duik-radius-pill);background:transparent;color:var(--duik-color-neutral-400);cursor:pointer;transition:background .15s ease,color .15s ease}.db-si__clear:hover{color:var(--duik-color-brand-purple);background:var(--duik-color-brand-purple-soft)}.db-si--disabled{opacity:.6}.db-si--disabled .db-si__input{cursor:not-allowed}.hbar-stack{display:flex;flex-direction:column;gap:12px}.hbar-stack--empty{min-height:40px}.hbar-stack__row{display:grid;grid-template-columns:56px 1fr 110px;align-items:center;gap:12px;font-family:var(--duik-font-family-body, inherit)}.hbar-stack__year{font-size:13px;font-weight:600;color:var(--duik-color-neutral-500);text-align:right}.hbar-stack__track{position:relative;height:26px;display:flex;align-items:stretch}.hbar-stack__seg{position:relative;display:flex;align-items:center;padding:0 8px;overflow:hidden;transition:filter .15s ease}.hbar-stack__seg:first-child{border-top-left-radius:var(--duik-radius-s);border-bottom-left-radius:var(--duik-radius-s)}.hbar-stack__seg:last-child{border-top-right-radius:var(--duik-radius-s);border-bottom-right-radius:var(--duik-radius-s)}.hbar-stack__seg--ytd,.hbar-stack__seg--ytd-teal{box-shadow:inset -1px 0 #ffffff59}.hbar-stack__seg--ytd{background:var(--duik-color-brand-purple);color:var(--duik-color-neutral-0, #fff)}.hbar-stack__seg--ytd-teal{background:var(--duik-color-brand-teal);color:var(--duik-color-neutral-0, #fff)}.hbar-stack__seg--rest{background:var(--duik-color-brand-purple-tint);cursor:default}.hbar-stack__seg--rest-teal{background:var(--duik-color-brand-teal-tint);cursor:default}.hbar-stack__seg--rest:hover,.hbar-stack__seg--rest-teal:hover{filter:brightness(.96)}.hbar-stack__seg-label{font-size:12px;font-weight:600;white-space:nowrap}.hbar-stack__seg-label--outside{position:absolute;top:50%;transform:translateY(-50%);padding-left:8px;color:var(--duik-color-neutral-700);font-size:12px;font-weight:600;white-space:nowrap;pointer-events:none}.hbar-stack__seg--rest:before,.hbar-stack__seg--rest-teal:before{content:attr(data-rest);position:absolute;top:50%;left:50%;transform:translate(-50%,calc(-100% - 10px));padding:8px 12px;background:var(--duik-color-neutral-0, #fff);color:var(--duik-color-neutral-700);font-family:var(--duik-font-family-body, inherit);font-size:12px;font-weight:600;border-radius:var(--duik-radius-m);border:1px solid var(--duik-color-neutral-200);box-shadow:0 8px 20px #5b2d8e24,0 2px 4px #5b2d8e0f;white-space:nowrap;opacity:0;pointer-events:none;transition:opacity .15s ease;z-index:5}.hbar-stack__seg--rest:after,.hbar-stack__seg--rest-teal:after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,calc(-100% + 12px)) rotate(45deg);width:8px;height:8px;background:var(--duik-color-neutral-0, #fff);border-right:1px solid var(--duik-color-neutral-200);border-bottom:1px solid var(--duik-color-neutral-200);opacity:0;pointer-events:none;transition:opacity .15s ease;z-index:5}.hbar-stack__seg--rest:hover:before,.hbar-stack__seg--rest-teal:hover:before,.hbar-stack__seg--rest:hover:after,.hbar-stack__seg--rest-teal:hover:after{opacity:1}.hbar-stack__total{font-size:13px;font-weight:600;color:var(--duik-color-neutral-700);text-align:right;font-variant-numeric:tabular-nums}.kpi-tile__sub-right{display:flex;align-items:center;justify-content:space-between;gap:6px}.kpi-tile__sub-delta{display:inline-flex;align-items:center;gap:2px;padding:1px 6px;border-radius:var(--duik-radius-pill);font-size:11px;font-weight:600;font-variant-numeric:tabular-nums}.kpi-tile__sub-delta--up{background:var(--duik-color-brand-teal-tint);color:var(--duik-color-brand-teal-hover)}.kpi-tile__sub-delta--down{background:#fde8e8;color:#b23b3b}.kpi-tile__sub-delta--flat{background:var(--duik-color-neutral-100);color:var(--duik-color-neutral-500)}.bar-chart{display:flex;flex-direction:column;gap:8px;width:100%}.bar-chart__header{display:flex;align-items:baseline;justify-content:space-between;gap:12px}.bar-chart__title{margin:0;display:inline-flex;align-items:center;gap:6px;font-family:var(--duik-font-family-body, inherit);font-size:14px;font-weight:600;color:var(--duik-color-neutral-700)}.bar-chart__tooltip{background:var(--duik-color-neutral-0);border:1px solid var(--duik-color-neutral-200);border-radius:var(--duik-border-radius-m);padding:8px 10px;box-shadow:var(--duik-shadow-m);font-family:var(--duik-font-family-body);font-size:12px;color:var(--duik-color-neutral-700);min-width:140px;max-width:280px}.bar-chart__tooltip-label{font-weight:600;color:var(--duik-color-neutral-700);margin-bottom:4px;word-break:break-word}.bar-chart__tooltip-rows{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:3px}.bar-chart__tooltip-row{display:flex;align-items:center;gap:8px}.bar-chart__tooltip-swatch{flex:0 0 auto;width:8px;height:8px;border-radius:2px}.bar-chart__tooltip-name{flex:1 1 auto;min-width:0;color:var(--duik-color-neutral-500);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.bar-chart__tooltip-value{flex:0 0 auto;color:var(--duik-color-neutral-700);font-weight:600;font-variant-numeric:tabular-nums}.bar-chart__tooltip-delta{margin-top:6px;padding-top:6px;border-top:1px solid var(--duik-color-neutral-100);text-align:right}.db-rank{display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px;border-radius:var(--duik-radius-pill);background:var(--duik-color-neutral-100);color:var(--duik-color-neutral-500);font-size:11px;font-weight:700;font-variant-numeric:tabular-nums}.db-country-code{font-weight:600;color:var(--duik-color-neutral-700);font-variant-numeric:tabular-nums}.db-region-tag{display:inline-block;padding:2px 8px;border-radius:var(--duik-radius-pill);font-size:11px;font-weight:600;letter-spacing:.02em}.db-region-tag--emea{background:var(--duik-color-brand-purple-soft);color:var(--duik-color-brand-purple)}.db-region-tag--apac{background:var(--duik-color-brand-teal-soft);color:var(--duik-color-brand-teal-hover)}.db-region-tag--americas{background:var(--duik-color-neutral-100);color:var(--duik-color-neutral-600)}.db-yoy{display:inline-block;padding:1px 8px;border-radius:var(--duik-radius-pill);font-size:11px;font-weight:600;font-variant-numeric:tabular-nums}.db-yoy--up{background:var(--duik-color-brand-teal-tint);color:var(--duik-color-brand-teal-hover)}.db-yoy--down{background:#fde8e8;color:#b23b3b}.db-yoy--flat{background:var(--duik-color-neutral-100);color:var(--duik-color-neutral-500)}.db-yoy--na{color:var(--duik-color-neutral-400)}.db-toggle-link{display:inline-flex;align-items:center;gap:6px;background:transparent;border:1px solid var(--duik-color-brand-purple-tint);color:var(--duik-color-brand-purple);padding:5px 12px;border-radius:var(--duik-radius-pill);font-family:var(--duik-font-family-body, inherit);font-size:12px;font-weight:600;cursor:pointer;transition:background .15s ease,color .15s ease,border-color .15s ease}.db-section__actions-row{display:flex;align-items:center;gap:8px;width:100%}.db-toggle-link:hover{background:var(--duik-color-brand-purple-soft);color:var(--duik-color-brand-purple-hover);border-color:var(--duik-color-brand-purple)}.db-tabs{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:12px 0 4px;border-bottom:1px solid var(--duik-color-neutral-200);margin:4px 0 24px}.db-tabs__list{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.db-tabs__pill{display:inline-flex;align-items:center;gap:8px;padding:8px 18px;border-radius:var(--duik-radius-pill);border:1px solid var(--duik-color-neutral-200);background:var(--duik-color-neutral-0, #fff);color:var(--duik-color-neutral-600);font-family:var(--duik-font-family-body, inherit);font-size:13px;font-weight:600;line-height:1;cursor:pointer;transition:background .15s ease,color .15s ease,border-color .15s ease,box-shadow .15s ease}.db-tabs__pill:hover:not(:disabled){background:var(--duik-color-brand-purple-soft);color:var(--duik-color-brand-purple-hover);border-color:var(--duik-color-brand-purple-tint)}.db-tabs__pill:focus-visible{outline:none;box-shadow:0 0 0 2px var(--duik-color-brand-purple-soft),0 0 0 4px var(--duik-color-brand-purple)}.db-tabs__pill--active,.db-tabs__pill--active:hover{background:var(--duik-color-brand-purple);color:var(--duik-color-neutral-0, #fff);border-color:var(--duik-color-brand-purple)}.db-tabs__pill--disabled,.db-tabs__pill:disabled{opacity:.45;cursor:not-allowed}.db-tabs__label{font-variant-numeric:tabular-nums;letter-spacing:.005em}.db-tabs__suffix{font-weight:500;font-size:12px;opacity:.75;padding-left:6px;border-left:1px solid currentColor;line-height:1}.db-tabs__pill--active .db-tabs__suffix{opacity:.85}.db-tabs__eyebrow{font-family:var(--duik-font-family-body, inherit);font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:var(--duik-color-neutral-500);text-align:right}.db-donut{display:flex;flex-direction:row;align-items:center;gap:20px;width:100%}.db-donut--stacked{flex-direction:column;align-items:stretch;gap:14px}.db-donut--no-legend{justify-content:center}.db-donut__chart{position:relative;flex:1 1 auto;min-width:0}.db-donut--stacked .db-donut__chart{width:100%}.db-donut__center{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);pointer-events:none;text-align:center;display:flex;flex-direction:column;gap:2px;max-width:60%}.db-donut__center-value{font-family:var(--duik-font-family-brand);font-size:1.5rem;font-weight:600;color:var(--duik-color-neutral-700);letter-spacing:-.01em;line-height:1.1}.db-donut__center-sublabel{font-family:var(--duik-font-family-body);font-size:11px;color:var(--duik-color-neutral-500);line-height:1.2}.db-donut__legend{list-style:none;margin:0;padding:0;flex:0 0 auto;max-width:240px;display:flex;flex-direction:column;gap:6px}.db-donut--stacked .db-donut__legend{flex-direction:row;flex-wrap:wrap;max-width:none;column-gap:14px;row-gap:6px}.db-donut__legend-item{display:flex;align-items:center;gap:8px;font-family:var(--duik-font-family-body);font-size:12px;color:var(--duik-color-neutral-700);line-height:1.3}.db-donut__legend-swatch{flex:0 0 auto;width:8px;height:8px;border-radius:2px}.db-donut__legend-label{flex:1 1 auto;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.db-donut__legend-value{flex:0 0 auto;color:var(--duik-color-neutral-500);font-variant-numeric:tabular-nums}.db-donut__tooltip{background:var(--duik-color-neutral-0);border:1px solid var(--duik-color-neutral-200);border-radius:var(--duik-border-radius-m);padding:6px 10px;box-shadow:var(--duik-shadow-m);font-family:var(--duik-font-family-body);font-size:12px;color:var(--duik-color-neutral-700);white-space:nowrap}.db-donut__tooltip-label{font-weight:600}.db-donut__tooltip-share{color:var(--duik-color-neutral-500)}.db-dim-dd{position:relative;display:inline-block}.db-dim-dd__trigger{display:inline-flex;align-items:center;gap:6px;padding:6px 12px;border-radius:var(--duik-radius-pill);border:1px solid var(--duik-color-neutral-200);background:var(--duik-color-neutral-0);color:var(--duik-color-neutral-700);font-family:var(--duik-font-family-body, inherit);font-size:13px;font-weight:500;cursor:pointer;transition:background .15s ease,border-color .15s ease,color .15s ease;max-width:100%}.db-dim-dd__trigger:hover:not(:disabled){background:var(--duik-color-neutral-100);border-color:var(--duik-color-neutral-300)}.db-dim-dd__trigger:disabled{cursor:not-allowed;opacity:.55}.db-dim-dd__trigger--active{border-color:var(--duik-color-brand-purple-tint);color:var(--duik-color-brand-purple);background:var(--duik-color-brand-purple-soft);font-weight:600}.db-dim-dd__trigger--active:hover:not(:disabled){background:var(--duik-color-brand-purple-tint);border-color:var(--duik-color-brand-purple-tint)}.db-dim-dd__trigger--exclude{border-color:var(--duik-viz-red-200);color:var(--duik-viz-red-600);background:var(--duik-color-danger-bg)}.db-dim-dd__trigger--exclude:hover:not(:disabled){background:var(--duik-color-danger-bg);border-color:var(--duik-viz-red-400)}.db-dim-dd__trigger--exclude .db-dim-dd__trigger-label{color:var(--duik-viz-red-600)}.db-dim-dd__trigger-label{color:var(--duik-color-neutral-500);font-weight:500}.db-dim-dd__trigger--active .db-dim-dd__trigger-label{color:var(--duik-color-brand-purple)}.db-dim-dd__trigger-summary{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:180px}.db-dim-dd__caret{transition:transform .15s ease;flex-shrink:0}.db-dim-dd__panel{position:absolute;min-width:240px;max-width:320px;background:var(--duik-color-neutral-0);border:1px solid var(--duik-color-neutral-200);border-radius:var(--duik-border-radius-m);box-shadow:var(--duik-shadow-l);z-index:1500;display:flex;flex-direction:column}.db-dim-dd__panel--below{top:calc(100% + 6px)}.db-dim-dd__panel--above{bottom:calc(100% + 6px)}.db-dim-dd__panel--align-right{right:0}.db-dim-dd__panel--align-left{left:0}.db-dim-dd__mode{padding:10px 12px 8px;border-bottom:1px solid var(--duik-color-neutral-100);margin-bottom:2px}.db-dim-dd__search{padding:10px 12px 8px;border-bottom:1px solid var(--duik-color-neutral-100)}.db-dim-dd__search-input{width:100%;padding:6px 10px;border-radius:var(--duik-radius-s);border:1px solid var(--duik-color-neutral-200);background:var(--duik-color-neutral-50);color:var(--duik-color-neutral-700);font-family:var(--duik-font-family-body);font-size:12px;outline:none;transition:border-color .15s ease,background .15s ease}.db-dim-dd__search-input:focus{border-color:var(--duik-color-brand-purple-tint);background:var(--duik-color-neutral-0)}.db-dim-dd__actions{display:flex;justify-content:space-between;align-items:center;padding:8px 12px;border-bottom:1px solid var(--duik-color-neutral-100)}.db-dim-dd__link{background:transparent;border:none;padding:0;color:var(--duik-color-brand-purple);font-family:var(--duik-font-family-body, inherit);font-size:12px;font-weight:600;cursor:pointer;text-decoration:underline;text-underline-offset:2px}.db-dim-dd__link:hover:not(:disabled){color:var(--duik-color-brand-purple-hover)}.db-dim-dd__link:disabled{color:var(--duik-color-neutral-400);cursor:not-allowed;text-decoration:none}.db-dim-dd__list{list-style:none;margin:0;padding:4px 0;overflow-y:auto}.db-dim-dd__row{display:flex;align-items:center;gap:10px;padding:7px 12px;cursor:pointer;font-family:var(--duik-font-family-body);font-size:13px;color:var(--duik-color-neutral-700);line-height:1.3;-webkit-user-select:none;user-select:none;transition:background .1s ease}.db-dim-dd__row:hover{background:var(--duik-color-neutral-100)}.db-dim-dd__row--active{color:var(--duik-color-neutral-700);font-weight:500}.db-dim-dd__row--blocked{opacity:.45;cursor:not-allowed}.db-dim-dd__checkbox{flex:0 0 auto;width:14px;height:14px;border-radius:3px;border:1.5px solid var(--duik-color-neutral-300);background:var(--duik-color-neutral-0);display:inline-flex;align-items:center;justify-content:center;color:transparent;transition:background .1s ease,border-color .1s ease,color .1s ease}.db-dim-dd__checkbox--checked{background:var(--duik-color-brand-purple);border-color:var(--duik-color-brand-purple);color:var(--duik-color-neutral-0)}.db-dim-dd__row-label{flex:1 1 auto;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.db-dim-dd__row-hint{flex:0 0 auto;color:var(--duik-color-neutral-400);font-size:12px;font-variant-numeric:tabular-nums}.db-dim-dd__empty{padding:14px 12px;text-align:center;color:var(--duik-color-neutral-400);font-family:var(--duik-font-family-body);font-size:12px}.db-dim-dd__footer{display:flex;justify-content:space-between;align-items:center;padding:8px 12px;border-top:1px solid var(--duik-color-neutral-100)}.db-dim-dd__count{font-family:var(--duik-font-family-body);font-size:11px;color:var(--duik-color-neutral-500);font-variant-numeric:tabular-nums}.db-dim-dd__done{background:var(--duik-color-brand-purple);color:var(--duik-color-neutral-0);border:none;border-radius:var(--duik-radius-s);padding:5px 12px;font-family:var(--duik-font-family-body);font-size:12px;font-weight:600;cursor:pointer;transition:background .15s ease}.db-dim-dd__done:hover{background:var(--duik-color-brand-purple-hover)}.db-tooltip{position:relative;display:inline-flex}.db-tooltip__bubble{position:absolute;z-index:100;width:max-content;max-width:280px;padding:12px 14px;border-radius:var(--duik-radius-m);background:var(--duik-color-neutral-0, #fff);color:var(--duik-color-neutral-700);border:1px solid var(--duik-color-neutral-200);box-shadow:0 12px 32px #5b2d8e24,0 2px 6px #5b2d8e0f;font-family:var(--duik-font-family-body, inherit);font-size:12px;line-height:1.55;font-weight:500;text-align:left;text-transform:none;letter-spacing:0;pointer-events:none;opacity:0;visibility:hidden;transition:opacity .12s ease,visibility .12s}.db-tooltip__bubble--top{bottom:calc(100% + 10px)}.db-tooltip__bubble--bottom{top:calc(100% + 10px)}.db-tooltip__bubble--center{left:50%;transform:translate(-50%)}.db-tooltip__bubble--start{left:0}.db-tooltip__bubble--end{right:0}.db-tooltip:hover .db-tooltip__bubble,.db-tooltip:focus-within .db-tooltip__bubble{opacity:1;visibility:visible}.db-slider{display:flex;flex-direction:column;gap:var(--duik-spacing-4)}.db-slider__label{font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:var(--duik-color-neutral-500)}.db-slider__value{color:var(--duik-color-brand-purple)}.db-slider__input{width:100%;margin-top:var(--duik-spacing-8);accent-color:var(--duik-color-brand-purple);cursor:pointer}.db-slider__input:disabled{accent-color:var(--duik-color-neutral-400);cursor:not-allowed}.db-multiselect{position:relative;display:inline-block}.db-multiselect__trigger{height:34px;padding:0 var(--duik-spacing-12);border-radius:8px;border:1px solid var(--duik-color-neutral-200);background:var(--duik-color-neutral-0, #fff);color:var(--duik-color-neutral-700, #303030);font-family:inherit;font-size:13px;line-height:1;cursor:pointer;min-width:160px;text-align:left;transition:border-color .12s ease}.db-multiselect__trigger:hover{border-color:var(--duik-color-brand-purple-light, #d7c0f8)}.db-multiselect__trigger--active{border-color:var(--duik-color-brand-purple);color:var(--duik-color-brand-purple);font-weight:600}.db-multiselect__trigger:disabled{opacity:.5;cursor:not-allowed}.db-multiselect__popover{position:absolute;top:calc(100% + 4px);left:0;z-index:20;min-width:240px;max-height:320px;overflow-y:auto;background:var(--duik-color-neutral-0, #fff);border:1px solid var(--duik-color-neutral-200);border-radius:10px;box-shadow:0 6px 24px #4329751f;padding:var(--duik-spacing-8)}.db-multiselect__popover--portal{position:fixed;top:0;left:0;z-index:1100}.db-multiselect__empty{padding:var(--duik-spacing-12);color:var(--duik-color-neutral-500);font-size:12px;text-align:center}.db-multiselect__clear{display:block;width:100%;padding:6px 8px;margin-bottom:4px;border:none;background:transparent;color:var(--duik-color-brand-purple);font-family:inherit;font-size:12px;font-weight:600;text-align:left;cursor:pointer;border-radius:6px}.db-multiselect__clear:hover{background:var(--duik-color-brand-purple-light, #d7c0f8)}.db-multiselect__list{list-style:none;padding:0;margin:0}.db-multiselect__item{display:flex;align-items:center;gap:8px;padding:6px 8px;border-radius:6px;cursor:pointer;font-size:13px;color:var(--duik-color-neutral-700, #303030);line-height:1.3;transition:background .1s ease}.db-multiselect__item:hover{background:var(--duik-color-neutral-100, #f7f6f9)}.db-multiselect__item--active{color:var(--duik-color-brand-purple);font-weight:500}.db-multiselect__item input{accent-color:var(--duik-color-brand-purple)}.calendar-chart{display:flex;flex-direction:column;gap:8px;width:100%}.calendar-chart__header{display:flex;align-items:baseline;justify-content:space-between;gap:12px}.calendar-chart__title{margin:0;display:inline-flex;align-items:center;gap:6px;font-family:var(--duik-font-family-body, inherit);font-size:14px;font-weight:600;color:var(--duik-color-neutral-700)}.calendar-chart__months{display:flex;flex-direction:column;gap:20px}.calendar-chart__month{display:flex;flex-direction:column;gap:10px}.calendar-chart__month-title{margin:0;font-family:var(--duik-font-family-brand, var(--duik-font-family-body));font-size:16px;font-weight:600;color:var(--duik-color-neutral-600)}.calendar-chart__weekhead{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:6px;padding-bottom:6px;border-bottom:1px solid var(--duik-color-neutral-200);font-family:var(--duik-font-family-body, inherit);font-size:11px;font-weight:600;text-align:center;color:var(--duik-color-neutral-500)}.calendar-chart__grid{display:flex;flex-direction:column;gap:6px}.calendar-chart__week{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:6px}.calendar-chart__cell{box-sizing:border-box;display:flex;flex-direction:column;gap:4px;padding:6px;border:1px solid var(--duik-color-neutral-200);border-radius:var(--duik-border-radius-m, 8px);background:var(--duik-color-neutral-0);overflow:hidden}.calendar-chart__cell--pad{border:none;background:transparent}.calendar-chart__cell--out{background:var(--duik-color-neutral-50, var(--duik-color-neutral-100));border-color:var(--duik-color-neutral-200);opacity:.6}.calendar-chart__cell--interactive{cursor:pointer;transition:box-shadow .15s ease,border-color .15s ease}.calendar-chart__cell--interactive:hover{border-color:var(--duik-color-brand-purple-light);box-shadow:var(--duik-shadow-s, 0 2px 4px rgba(67, 41, 117, .12))}.calendar-chart__cell--interactive:focus-visible{outline:none;border-color:var(--duik-color-brand-purple);box-shadow:var(--duik-shadow-s, 0 2px 4px rgba(67, 41, 117, .15))}.calendar-chart__cell--selected,.calendar-chart__cell--selected:hover{border-color:var(--duik-color-brand-purple);box-shadow:0 0 0 1px var(--duik-color-brand-purple)}.calendar-chart__cell--disabled{background:var(--duik-color-neutral-100);border-color:var(--duik-color-neutral-200);cursor:not-allowed}.calendar-chart__cell-head{display:flex;align-items:center;justify-content:space-between;min-height:16px}.calendar-chart__daynum{font-family:var(--duik-font-family-body, inherit);font-size:12px;font-weight:600;color:var(--duik-color-neutral-600);font-variant-numeric:tabular-nums}.calendar-chart__cell-body{display:flex;flex-direction:column;gap:4px;min-width:0}.calendar-chart__value{display:flex;align-items:center;justify-content:center;flex:1 1 auto;font-family:var(--duik-font-family-body, inherit);font-size:14px;font-weight:600;color:var(--duik-color-neutral-700);font-variant-numeric:tabular-nums}.calendar-chart__value--heat{color:var(--duik-color-neutral-700)}.db-sunburst-wrap{display:flex;flex-direction:column;gap:12px;width:100%}.db-sunburst__header{display:flex;align-items:baseline;justify-content:space-between;gap:12px}.db-sunburst__title{margin:0;display:inline-flex;align-items:center;gap:6px;font-family:var(--duik-font-family-body, inherit);font-size:14px;font-weight:600;color:var(--duik-color-neutral-700)}.db-sunburst__filters{display:flex;flex-wrap:wrap;align-items:flex-end;gap:10px}.db-sunburst__filter{display:flex;flex-direction:column;gap:3px}.db-sunburst__filter-label{font-family:var(--duik-font-family-body);font-size:11px;font-weight:600;text-transform:capitalize;color:var(--duik-color-neutral-500)}.db-sunburst__reset{align-self:flex-end;border:none;background:none;padding:6px 4px;font-family:var(--duik-font-family-body);font-size:12px;color:var(--duik-color-brand-purple);cursor:pointer}.db-sunburst__reset:hover{text-decoration:underline}.db-sunburst{position:relative;display:flex;flex-direction:row;align-items:center;gap:20px;width:100%}.db-sunburst--narrow{flex-direction:column;align-items:stretch}.db-sunburst--no-legend{justify-content:center}.db-sunburst__chart{position:relative;flex:1 1 auto;min-width:0;margin:0 auto;width:100%}.db-sunburst__center{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);pointer-events:none;text-align:center;display:flex;flex-direction:column;gap:2px;max-width:30%}.db-sunburst__center-value{font-family:var(--duik-font-family-brand);font-size:1.25rem;font-weight:600;color:var(--duik-color-neutral-700);letter-spacing:-.01em;line-height:1.1}.db-sunburst__center-sublabel{font-family:var(--duik-font-family-body);font-size:11px;color:var(--duik-color-neutral-500);line-height:1.2}.db-sunburst__tooltip{position:absolute;z-index:5;pointer-events:none;background:var(--duik-color-neutral-0);border:1px solid var(--duik-color-neutral-200);border-radius:var(--duik-border-radius-m);padding:6px 10px;box-shadow:var(--duik-shadow-m);font-family:var(--duik-font-family-body);font-size:12px;color:var(--duik-color-neutral-700);max-width:360px}.db-sunburst__tooltip-crumb{font-weight:600;white-space:normal;overflow-wrap:normal;word-break:normal;line-height:1.35}.db-sunburst__tooltip-value{font-variant-numeric:tabular-nums}.db-sunburst__tooltip-share{color:var(--duik-color-neutral-500)}.db-sunburst__legend{list-style:none;margin:0;padding:0;flex:0 0 auto;max-width:240px;display:flex;flex-direction:column;gap:6px}.db-sunburst--narrow .db-sunburst__legend{flex-direction:row;flex-wrap:wrap;max-width:none;column-gap:14px;row-gap:6px}.db-sunburst__legend-item{display:flex;align-items:center;gap:8px;font-family:var(--duik-font-family-body);font-size:12px;color:var(--duik-color-neutral-700);line-height:1.3}.db-sunburst__legend-swatch{flex:0 0 auto;width:8px;height:8px;border-radius:2px}.db-sunburst__legend-label{flex:1 1 auto;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.db-sunburst__legend-value{flex:0 0 auto;color:var(--duik-color-neutral-500);font-variant-numeric:tabular-nums}.db-export{position:relative;display:inline-block;margin-left:auto}.db-export--inline{margin-left:0}.db-export__trigger{display:inline-flex;align-items:center;gap:6px;border-radius:8px;border:1px solid var(--duik-color-neutral-200);background:var(--duik-color-neutral-0, #fff);color:var(--duik-color-neutral-600);font-family:inherit;font-weight:500;line-height:1;cursor:pointer;transition:border-color .12s ease,color .12s ease}.db-export__trigger--sm{height:28px;padding:0 var(--duik-spacing-8, 8px);font-size:12px}.db-export__trigger--md{height:34px;padding:0 var(--duik-spacing-12, 12px);font-size:13px}.db-export__trigger:hover:not(:disabled){border-color:var(--duik-color-brand-purple);color:var(--duik-color-brand-purple)}.db-export__trigger:disabled{opacity:.45;cursor:not-allowed}.db-export__caret{opacity:.6}.db-export__menu{position:absolute;top:calc(100% + 4px);right:0;z-index:30;min-width:268px;background:var(--duik-color-neutral-0, #fff);border:1px solid var(--duik-color-neutral-200);border-radius:10px;box-shadow:0 6px 24px #4329751f;padding:var(--duik-spacing-8, 8px)}.db-export__count{padding:2px 8px 6px;font-size:11px;font-weight:600;letter-spacing:.02em;text-transform:uppercase;color:var(--duik-color-neutral-400);font-variant-numeric:tabular-nums}.db-export__item{display:flex;align-items:flex-start;gap:10px;width:100%;padding:8px;border:none;border-radius:6px;background:transparent;color:var(--duik-color-neutral-600);font-family:inherit;font-size:13px;font-weight:500;text-align:left;cursor:pointer;transition:background .1s ease}.db-export__item:hover{background:var(--duik-color-neutral-100, #f7f6f9);color:var(--duik-color-brand-purple)}.db-export__item svg{flex:0 0 auto;margin-top:1px}.db-export__item-body{display:flex;flex-direction:column;gap:2px;min-width:0}.db-export__hint{font-size:11px;font-weight:400;color:var(--duik-color-neutral-400);line-height:1.35}.db-export__feedback{position:absolute;top:calc(100% + 4px);right:0;z-index:29;display:flex;align-items:center;gap:6px;white-space:nowrap;padding:6px 10px;border-radius:8px;border:1px solid var(--duik-color-neutral-200);background:var(--duik-color-neutral-0, #fff);box-shadow:0 4px 16px #4329751a;font-size:12px;color:var(--duik-color-neutral-600)}.db-export__feedback--error{border-color:#e5a3a3;color:#a33a3a}.db-export__feedback--success{border-color:var(--duik-color-brand-green, #00d7b0)}.db-export__feedback-link{display:inline-flex;align-items:center;gap:3px;color:var(--duik-color-brand-purple);font-weight:600;text-decoration:none}.db-export__feedback-link:hover{text-decoration:underline}.db-export__spin{animation:db-export-spin .9s linear infinite}@keyframes db-export-spin{to{transform:rotate(360deg)}}.dp-fb-tab-wrap{position:fixed;right:0;z-index:1390;display:flex;align-items:center;gap:4px}.dp-fb-tab-wrap--top{top:88px}.dp-fb-tab-wrap--middle{top:50%;transform:translateY(-50%)}.dp-fb-tab-wrap--bottom{bottom:88px}.dp-fb-tab{display:flex;align-items:center;padding:var(--duik-spacing-10);background:var(--duik-color-brand-purple);color:var(--duik-color-white);border:none;border-radius:var(--duik-border-radius-l) 0 0 var(--duik-border-radius-l);font-family:var(--duik-font-family-brand);font-size:.8rem;font-weight:600;cursor:pointer;box-shadow:-2px 2px 12px #0000001f;transition:background .15s}.dp-fb-tab:hover{background:#6b3fa0}.dp-fb-tab__label{max-width:0;opacity:0;overflow:hidden;white-space:nowrap;transition:max-width .18s ease,opacity .18s ease,margin-left .18s ease}.dp-fb-tab-wrap:hover .dp-fb-tab__label,.dp-fb-tab:focus-visible .dp-fb-tab__label{max-width:100px;opacity:1;margin-left:6px}.dp-fb-tab__move{display:flex;flex-direction:column;gap:3px;opacity:0;pointer-events:none;transform:translate(8px);transition:opacity .15s ease,transform .15s ease}.dp-fb-tab-wrap:hover .dp-fb-tab__move,.dp-fb-tab-wrap:focus-within .dp-fb-tab__move{opacity:1;pointer-events:auto;transform:none}.dp-fb-move-btn{width:22px;height:22px;border-radius:var(--duik-border-radius-s);background:var(--duik-color-white);border:1px solid var(--duik-color-neutral-200);color:var(--duik-text-secondary);display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 1px 4px #0000001a;transition:border-color .12s,color .12s}.dp-fb-move-btn:hover:not(:disabled){border-color:var(--duik-color-brand-purple);color:var(--duik-color-brand-purple)}.dp-fb-move-btn:disabled{opacity:.35;cursor:default}.dp-fb-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000047;z-index:1440;animation:dp-fb-fade .2s ease}@keyframes dp-fb-fade{0%{opacity:0}to{opacity:1}}.dp-fb-drawer{position:fixed;top:0;bottom:0;right:0;width:420px;max-width:100vw;z-index:1450;display:flex;flex-direction:column;background:var(--duik-color-white);border-left:1px solid var(--duik-color-neutral-200);box-shadow:-4px 0 24px #0000001a;transform:translate(100%);transition:transform .25s ease}.dp-fb-drawer--open{transform:translate(0)}.dp-fb-drawer__header{display:flex;align-items:center;justify-content:space-between;padding:var(--duik-spacing-16) var(--duik-spacing-20);border-bottom:1px solid var(--duik-color-neutral-200);background:linear-gradient(135deg,var(--duik-color-brand-purple) 0%,#6b3fa0 100%);color:var(--duik-color-white);flex-shrink:0}.dp-fb-drawer__title{font-family:var(--duik-font-family-brand);font-size:.95rem;font-weight:700;display:flex;align-items:center;gap:var(--duik-spacing-8)}.dp-fb-drawer__close{background:#ffffff26;border:none;color:var(--duik-color-white);border-radius:50%;width:28px;height:28px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .15s}.dp-fb-drawer__close:hover{background:#ffffff40}.dp-fb-drawer__body{padding:var(--duik-spacing-20);overflow-y:auto;display:flex;flex-direction:column;gap:var(--duik-spacing-16)}.dp-fb-drawer__hint{font-size:.85rem;color:var(--duik-text-secondary);margin:0;line-height:1.5}.dp-fb-context{display:flex;flex-direction:column;gap:var(--duik-spacing-6);padding:var(--duik-spacing-12);background:var(--duik-color-neutral-100);border-radius:var(--duik-border-radius-m);font-size:.82rem;margin-bottom:var(--duik-spacing-4)}.dp-fb-context__row{display:flex;align-items:center;gap:var(--duik-spacing-8);min-width:0}.dp-fb-context__label{text-transform:uppercase;letter-spacing:.06em;font-size:.68rem;font-weight:700;color:var(--duik-text-tertiary);flex-shrink:0;white-space:nowrap;width:82px}.dp-fb-context__value{display:inline-flex;align-items:center;gap:var(--duik-spacing-8);font-weight:600;color:var(--duik-text-primary);min-width:0}.dp-fb-context__name{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dp-fb-context__badge{display:inline-flex;align-items:center;gap:4px;padding:2px 8px;border-radius:999px;background:var(--duik-color-brand-purple-light);color:var(--duik-color-brand-purple);font-size:.7rem;font-weight:600;flex-shrink:0}.dp-fb-kinds{display:grid;grid-template-columns:repeat(2,1fr);gap:var(--duik-spacing-8)}.dp-fb-kind{display:flex;align-items:center;justify-content:center;gap:6px;padding:var(--duik-spacing-10);border:1px solid var(--duik-color-neutral-200);border-radius:var(--duik-border-radius-m);background:var(--duik-color-white);color:var(--duik-text-secondary);font-size:.82rem;font-weight:600;cursor:pointer;transition:border-color .12s,background .12s,color .12s}.dp-fb-kind:hover{border-color:var(--duik-color-brand-purple-light)}.dp-fb-kind--active{border-color:var(--duik-color-brand-purple);background:var(--duik-color-brand-purple);color:var(--duik-color-white)}.dp-fb-textarea{width:100%;resize:vertical;min-height:120px;padding:var(--duik-spacing-12);border:1px solid var(--duik-color-neutral-200);border-radius:var(--duik-border-radius-m);font-family:var(--duik-font-family-body);font-size:.9rem;line-height:1.5;color:var(--duik-text-primary)}.dp-fb-textarea:focus{outline:none;border-color:var(--duik-color-brand-purple)}.dp-fb-meta{display:flex;align-items:center;justify-content:space-between;font-size:.72rem;color:var(--duik-text-tertiary);margin-top:calc(var(--duik-spacing-8) * -1)}.dp-fb-error{padding:var(--duik-spacing-10) var(--duik-spacing-12);background:#dc262614;border:1px solid rgba(220,38,38,.25);border-radius:var(--duik-border-radius-m);color:#b91c1c;font-size:.82rem}.dp-fb-submit{width:100%;justify-content:center}.dp-fb-spin{animation:dp-fb-spin .9s linear infinite}@keyframes dp-fb-spin{to{transform:rotate(360deg)}}.dp-fb-drawer__done{padding:var(--duik-spacing-32) var(--duik-spacing-24);display:flex;flex-direction:column;align-items:center;text-align:center;gap:var(--duik-spacing-8)}.dp-fb-drawer__done-icon{color:var(--duik-color-brand-green)}.dp-fb-drawer__done-title{font-family:var(--duik-font-family-brand);font-weight:700;font-size:1.05rem;color:var(--duik-text-primary)}.dp-fb-drawer__done-text{font-size:.85rem;color:var(--duik-text-secondary);line-height:1.5;margin:0}.dp-fb-drawer__done-actions{display:flex;gap:var(--duik-spacing-8);margin-top:var(--duik-spacing-16)}@media(max-width:640px){.dp-fb-drawer{width:100vw}.dp-fb-tab-wrap--middle{top:auto;bottom:84px;transform:none}}
