:root{--ct-sidebar-width:clamp(236px, 15vw, 292px);--ct-sidebar-max:300px;--ct-topbar-height:72px;--ct-mobile-bottom-nav-height:66px;--ct-content-max:1440px}.CollectiumAppShell-module__ZUWAAG__shell{background:var(--ct-app-bg);width:100%;max-width:100%;min-height:100dvh;color:var(--ct-text);overflow-x:clip}.CollectiumAppShell-module__ZUWAAG__sidebar{width:min(var(--ct-sidebar-width), var(--ct-sidebar-max));max-width:var(--ct-sidebar-max);background:var(--ct-sidebar-bg);min-width:236px;height:100dvh;min-height:100dvh;box-shadow:var(--ct-shadow-3d), inset -1px 0 0 #fff6;z-index:20;border-right:1px solid #00000014;flex-direction:column;gap:22px;padding:24px 18px 18px;display:flex;position:fixed;top:0;bottom:0;left:0;overflow-y:auto}.CollectiumAppShell-module__ZUWAAG__sidebar:before{content:"";pointer-events:none;z-index:-1;background:linear-gradient(#0000 0%,#00000005 100%);position:absolute;inset:0}.CollectiumAppShell-module__ZUWAAG__sidebar:after{content:"";min-height:24px;display:block}.CollectiumAppShell-module__ZUWAAG__brand{flex-direction:column;align-items:flex-start;padding:0 14px 18px;text-decoration:none;display:flex}.CollectiumAppShell-module__ZUWAAG__brandLogo{object-fit:contain;mix-blend-mode:normal;width:auto;max-width:190px;height:46px}.CollectiumAppShell-module__ZUWAAG__brandBeta{letter-spacing:.08em;text-transform:uppercase;color:var(--ct-sidebar-muted,var(--ct-muted));margin-top:6px;font-size:11px;font-weight:500}.CollectiumAppShell-module__ZUWAAG__nav{gap:14px;margin-top:14px;display:grid}.CollectiumAppShell-module__ZUWAAG__navGroup{gap:6px;display:grid}.CollectiumAppShell-module__ZUWAAG__navGroupHeader{text-transform:uppercase;letter-spacing:.08em;color:var(--ct-sidebar-muted,var(--ct-muted));opacity:.85;margin-top:8px;margin-bottom:2px;padding:0 14px;font-size:11px;font-weight:700}.CollectiumAppShell-module__ZUWAAG__navGroupItems{gap:6px;display:grid}.CollectiumAppShell-module__ZUWAAG__navItem{min-height:42px;color:var(--ct-sidebar-text,var(--ct-text));box-shadow:none;background:0 0;border:1px solid #0000;border-radius:10px;align-items:center;gap:12px;padding:10px 14px;font-weight:520;text-decoration:none;transition:all .2s;display:flex}.CollectiumAppShell-module__ZUWAAG__navItem:hover{background:color-mix(in srgb, var(--ct-accent) 8%, transparent)}.CollectiumAppShell-module__ZUWAAG__navItem[aria-current=page],.CollectiumAppShell-module__ZUWAAG__navItem.CollectiumAppShell-module__ZUWAAG__isActive{background:color-mix(in srgb, var(--ct-accent) 13%, transparent);color:var(--ct-sidebar-active,var(--ct-accent));font-weight:600}.CollectiumAppShell-module__ZUWAAG__navItem.CollectiumAppShell-module__ZUWAAG__disabled{opacity:.45;cursor:not-allowed;pointer-events:none}.CollectiumAppShell-module__ZUWAAG__navIcon{color:currentColor;opacity:.9;width:22px;min-width:22px;height:22px;box-shadow:none;background:0 0;border:0;place-items:center;display:inline-grid}.CollectiumAppShell-module__ZUWAAG__navIcon svg{display:block}.CollectiumAppShell-module__ZUWAAG__navLabel{line-height:1.1}.CollectiumAppShell-module__ZUWAAG__statusPill{border-radius:var(--ct-radius-theme);background:linear-gradient(135deg, var(--ct-panel) 0%, var(--ct-panel-soft) 100%);border:1px solid var(--ct-border);min-height:42px;color:var(--ct-muted);box-shadow:var(--ct-shadow-3d), inset 0 1px 0 #ffffff4d;align-items:center;gap:10px;margin-top:auto;padding:0 12px;font-size:11px;font-weight:850;transition:all .3s cubic-bezier(.34,1.56,.64,1);display:flex;position:relative}.CollectiumAppShell-module__ZUWAAG__statusPill:before{content:"";border-radius:var(--ct-radius-theme);opacity:0;pointer-events:none;background:linear-gradient(135deg,#ffffff4d 0%,#0000 100%);transition:opacity .3s;position:absolute;inset:0}.CollectiumAppShell-module__ZUWAAG__statusPill:hover{box-shadow:var(--ct-shadow-3d), 0 6px 16px #0000001f;transform:translateY(-2px)}.CollectiumAppShell-module__ZUWAAG__statusPill:hover:before{opacity:1}.CollectiumAppShell-module__ZUWAAG__statusDot{background:#25c878;border-radius:50%;width:8px;height:8px}.CollectiumAppShell-module__ZUWAAG__mainColumn{min-width:0;width:calc(100% - min(var(--ct-sidebar-width), var(--ct-sidebar-max)));margin-left:min(var(--ct-sidebar-width), var(--ct-sidebar-max));max-width:calc(100% - min(var(--ct-sidebar-width), var(--ct-sidebar-max)));grid-template-rows:var(--ct-topbar-height) minmax(0, 1fr);min-height:100dvh;display:grid;overflow-x:clip}.CollectiumAppShell-module__ZUWAAG__topbar{height:var(--ct-topbar-height);background:var(--ct-topbar-bg);border-bottom:1px solid var(--ct-border);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);box-shadow:var(--ct-shadow-soft), inset 0 1px 0 #fff3;z-index:15;box-sizing:border-box;justify-content:space-between;align-items:center;gap:18px;width:100%;min-width:0;max-width:100%;padding:0 clamp(18px,2.8vw,42px);display:flex;position:sticky;top:0;overflow-x:clip}.CollectiumAppShell-module__ZUWAAG__topbarLeft,.CollectiumAppShell-module__ZUWAAG__topbarRight,.CollectiumAppShell-module__ZUWAAG__searchWrap{min-width:0}.CollectiumAppShell-module__ZUWAAG__searchWrap{width:min(520px,42vw);min-width:220px;max-width:100%}.CollectiumAppShell-module__ZUWAAG__search,.CollectiumAppShell-module__ZUWAAG__skinSelect{border:1px solid var(--ct-border);border-radius:var(--ct-radius-theme);background:var(--ct-input-bg);width:100%;height:42px;color:var(--ct-text);font-family:var(--ct-font-ui);box-shadow:var(--ct-shadow-soft), inset 0 1px 2px #ffffff4d;outline:none;padding:0 14px;font-size:14px;font-weight:600;transition:all .3s cubic-bezier(.34,1.56,.64,1)}.CollectiumAppShell-module__ZUWAAG__search:focus,.CollectiumAppShell-module__ZUWAAG__skinSelect:focus{box-shadow:var(--ct-shadow-lg), inset 0 1px 2px #ffffff4d;transform:translateY(-2px)}.CollectiumAppShell-module__ZUWAAG__search::placeholder{color:var(--ct-muted)}.CollectiumAppShell-module__ZUWAAG__topActions{flex:0 auto;justify-content:flex-end;align-items:center;gap:10px;min-width:0;max-width:100%;display:flex}.CollectiumAppShell-module__ZUWAAG__skinLabel{color:var(--ct-muted);font-family:var(--ct-font-ui);text-transform:uppercase;letter-spacing:.06em;align-items:center;gap:8px;font-size:12px;font-weight:700;display:flex}.CollectiumAppShell-module__ZUWAAG__skinSelect{width:146px}.CollectiumAppShell-module__ZUWAAG__loginButton{border-radius:var(--ct-radius-theme);background:linear-gradient(135deg, var(--ct-accent) 0%, var(--ct-accent-2) 100%);color:#fff;height:42px;font-family:var(--ct-font-ui);box-shadow:var(--ct-shadow-3d), 0 8px 20px #145c383d;border:1px solid #fff3;flex:none;justify-content:center;align-items:center;padding:0 18px;font-size:14px;font-weight:700;text-decoration:none;transition:all .3s cubic-bezier(.34,1.56,.64,1);display:inline-flex;position:relative;overflow:hidden}.CollectiumAppShell-module__ZUWAAG__loginButton:before{content:"";opacity:0;pointer-events:none;background:linear-gradient(135deg,#ffffff4d 0%,#0000 100%);transition:opacity .3s;position:absolute;inset:0}.CollectiumAppShell-module__ZUWAAG__loginButton:hover{box-shadow:var(--ct-shadow-3d), 0 12px 32px #145c3852;transform:translateY(-3px)}.CollectiumAppShell-module__ZUWAAG__loginButton:hover:before{opacity:1}.CollectiumAppShell-module__ZUWAAG__loginButton:active{box-shadow:var(--ct-shadow-3d), 0 4px 12px #145c3833;transform:translateY(-1px)}.CollectiumAppShell-module__ZUWAAG__content{width:100%;min-width:0;max-width:100%;padding:clamp(18px,2.6vw,40px);overflow-x:clip}.CollectiumAppShell-module__ZUWAAG__shell[data-chrome=topbar-only] .CollectiumAppShell-module__ZUWAAG__mainColumn{width:100%;max-width:100%;margin-left:0}.CollectiumAppShell-module__ZUWAAG__shell[data-chrome=topbar-only] .CollectiumAppShell-module__ZUWAAG__content{padding-inline:clamp(16px,3vw,56px)}.CollectiumAppShell-module__ZUWAAG__shell[data-chrome=topbar-only][data-screen-mode=desktop] .CollectiumAppShell-module__ZUWAAG__content{max-width:var(--ct-content-max);margin-left:auto;margin-right:auto}.CollectiumAppShell-module__ZUWAAG__topbarLeft{flex:1;align-items:center;gap:12px;min-width:0;max-width:100%;display:flex}.CollectiumAppShell-module__ZUWAAG__menuButton{border:1px solid var(--ct-border);color:var(--ct-text);border-radius:var(--ct-radius-theme);cursor:pointer;width:42px;height:42px;box-shadow:var(--ct-shadow-soft);background:0 0;flex-shrink:0;justify-content:center;align-items:center;transition:all .2s;display:flex}.CollectiumAppShell-module__ZUWAAG__menuButton:hover{background:var(--ct-hover);transform:translateY(-1px)}.CollectiumAppShell-module__ZUWAAG__sidebarHeader{justify-content:space-between;align-items:center;width:100%;margin-bottom:12px;display:flex}.CollectiumAppShell-module__ZUWAAG__closeMenuButton{color:var(--ct-text);opacity:.8;cursor:pointer;border-radius:var(--ct-radius-theme);background:0 0;border:0;justify-content:center;align-items:center;width:32px;height:32px;transition:all .2s;display:flex}.CollectiumAppShell-module__ZUWAAG__closeMenuButton:hover{background:var(--ct-hover);opacity:1}.CollectiumAppShell-module__ZUWAAG__backdrop{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:99;background:#0006;animation:.22s ease-out CollectiumAppShell-module__ZUWAAG__fadeIn;position:fixed;inset:0}@keyframes CollectiumAppShell-module__ZUWAAG__fadeIn{0%{opacity:0}to{opacity:1}}@keyframes CollectiumAppShell-module__ZUWAAG__slideIn{0%{transform:translate(-100%)}to{transform:translate(0)}}.CollectiumAppShell-module__ZUWAAG__shell[data-sidebar-mode=hidden]{grid-template-columns:1fr}.CollectiumAppShell-module__ZUWAAG__shell[data-sidebar-mode=hidden] .CollectiumAppShell-module__ZUWAAG__sidebar{display:none}.CollectiumAppShell-module__ZUWAAG__shell[data-sidebar-mode=hidden] .CollectiumAppShell-module__ZUWAAG__mainColumn{width:100%!important;max-width:100%!important;margin-left:0!important;left:0!important;transform:none!important}.CollectiumAppShell-module__ZUWAAG__shell[data-sidebar-mode=compact]{grid-template-columns:var(--ct-fold-sidebar-width,210px) minmax(0, 1fr)}.CollectiumAppShell-module__ZUWAAG__shell[data-sidebar-mode=compact] .CollectiumAppShell-module__ZUWAAG__sidebar{width:var(--ct-fold-sidebar-width,210px);min-width:var(--ct-fold-sidebar-width,210px);max-width:var(--ct-fold-sidebar-width,210px);padding:18px 12px}.CollectiumAppShell-module__ZUWAAG__shell[data-sidebar-mode=compact] .CollectiumAppShell-module__ZUWAAG__mainColumn{width:calc(100% - var(--ct-fold-sidebar-width,210px));max-width:calc(100% - var(--ct-fold-sidebar-width,210px));margin-left:var(--ct-fold-sidebar-width,210px)}.CollectiumAppShell-module__ZUWAAG__shell[data-sidebar-mode=compact] .CollectiumAppShell-module__ZUWAAG__brandLogo{max-width:140px}.CollectiumAppShell-module__ZUWAAG__shell[data-sidebar-mode=compact] .CollectiumAppShell-module__ZUWAAG__navItem{gap:8px;padding:8px 10px;font-size:13px}.CollectiumAppShell-module__ZUWAAG__shell[data-sidebar-mode=hidden][data-mobile-menu-open=true] .CollectiumAppShell-module__ZUWAAG__sidebar,.CollectiumAppShell-module__ZUWAAG__shell[data-sidebar-mode=compact][data-mobile-menu-open=true] .CollectiumAppShell-module__ZUWAAG__sidebar{z-index:100;animation:.22s cubic-bezier(.16,1,.3,1) CollectiumAppShell-module__ZUWAAG__slideIn;position:fixed;top:0;bottom:0;left:0;box-shadow:0 0 24px #00000040;width:min(280px,86vw)!important;min-width:0!important;max-width:86vw!important;display:flex!important}.CollectiumAppShell-module__ZUWAAG__shell[data-screen-mode=mobile] .CollectiumAppShell-module__ZUWAAG__topbar,.CollectiumAppShell-module__ZUWAAG__shell[data-screen-mode=tablet] .CollectiumAppShell-module__ZUWAAG__topbar{z-index:60;padding:0 12px;position:sticky;top:0}.CollectiumAppShell-module__ZUWAAG__shell[data-screen-mode=mobile] .CollectiumAppShell-module__ZUWAAG__content{overflow-x:hidden;width:auto!important;max-width:100%!important;margin:0!important;padding:12px!important}.CollectiumAppShell-module__ZUWAAG__shell[data-screen-mode=mobile] .CollectiumAppShell-module__ZUWAAG__content>*,.CollectiumAppShell-module__ZUWAAG__shell[data-screen-mode=tablet] .CollectiumAppShell-module__ZUWAAG__content>*{max-width:100%!important;margin-left:0!important;margin-right:0!important}.CollectiumAppShell-module__ZUWAAG__shell[data-screen-mode=tv]{font-size:18px}.CollectiumAppShell-module__ZUWAAG__shell[data-screen-mode=tv] .CollectiumAppShell-module__ZUWAAG__content{padding:40px}@media (max-width:1100px){.CollectiumAppShell-module__ZUWAAG__shell{width:100%;max-width:100vw;overflow-x:clip}.CollectiumAppShell-module__ZUWAAG__mainColumn{overflow-x:clip;width:100%!important;max-width:100%!important;margin-left:0!important;left:0!important;transform:none!important}.CollectiumAppShell-module__ZUWAAG__topbar{z-index:60;width:100%;min-width:0;max-width:100%;padding:0 12px;position:sticky;top:0;overflow-x:clip}.CollectiumAppShell-module__ZUWAAG__content{min-width:0;padding:12px;overflow-x:clip;width:auto!important;max-width:none!important}.CollectiumAppShell-module__ZUWAAG__sidebar{display:none}.CollectiumAppShell-module__ZUWAAG__shell[data-mobile-menu-open=true] .CollectiumAppShell-module__ZUWAAG__sidebar{z-index:100;width:min(280px,86vw);min-width:0;max-width:86vw;position:fixed;top:0;bottom:0;left:0;box-shadow:0 0 24px #0003;display:flex!important}}.CollectiumAppShell-module__ZUWAAG__mobileBottomNav{max-width:100vw;display:none;overflow:hidden}.CollectiumAppShell-module__ZUWAAG__shell[data-screen-mode=mobile] .CollectiumAppShell-module__ZUWAAG__mobileBottomNav{height:var(--ct-mobile-bottom-nav-height);scrollbar-width:none;z-index:120;background:var(--ct-panel);max-width:100vw;color:var(--ct-text);border-top:1px solid var(--ct-border);padding:6px max(8px, env(safe-area-inset-left)) calc(6px + env(safe-area-inset-bottom)) max(8px, env(safe-area-inset-right));justify-content:space-between;gap:8px;display:flex;position:fixed;bottom:0;left:0;right:0;overflow-x:auto;box-shadow:0 -12px 28px #0000002e}.CollectiumAppShell-module__ZUWAAG__shell[data-screen-mode=mobile] .CollectiumAppShell-module__ZUWAAG__mobileBottomNav::-webkit-scrollbar{display:none}.CollectiumAppShell-module__ZUWAAG__shell[data-screen-mode=mobile] .CollectiumAppShell-module__ZUWAAG__mainColumn{padding-bottom:calc(var(--ct-mobile-bottom-nav-height) + env(safe-area-inset-bottom) + 24px)}.CollectiumAppShell-module__ZUWAAG__shell[data-screen-mode=mobile] .CollectiumAppShell-module__ZUWAAG__topbar{gap:8px;padding-left:10px;padding-right:10px}.CollectiumAppShell-module__ZUWAAG__shell[data-screen-mode=mobile] .CollectiumAppShell-module__ZUWAAG__topbarLeft{flex:auto}.CollectiumAppShell-module__ZUWAAG__shell[data-screen-mode=mobile] .CollectiumAppShell-module__ZUWAAG__searchWrap{flex:auto;width:auto;min-width:0}.CollectiumAppShell-module__ZUWAAG__shell[data-screen-mode=mobile] .CollectiumAppShell-module__ZUWAAG__topActions{flex:none;gap:6px}.CollectiumAppShell-module__ZUWAAG__shell[data-screen-mode=mobile] .CollectiumAppShell-module__ZUWAAG__designMenuButton{padding:0 12px}.CollectiumAppShell-module__ZUWAAG__shell[data-screen-mode=mobile] .CollectiumAppShell-module__ZUWAAG__loginButton{text-overflow:ellipsis;white-space:nowrap;max-width:122px;padding:0 14px;overflow:hidden}.CollectiumAppShell-module__ZUWAAG__mobileBottomItem{min-width:0;color:var(--ct-muted);border-radius:12px;flex:1 1 0;align-content:center;place-items:center;gap:3px;padding:4px 6px;font-size:10px;font-weight:650;line-height:1.1;text-decoration:none;transition:all .2s;display:grid}.CollectiumAppShell-module__ZUWAAG__mobileBottomItem svg{display:block}.CollectiumAppShell-module__ZUWAAG__mobileBottomItem span{text-overflow:ellipsis;white-space:nowrap;max-width:100%;overflow:hidden}.CollectiumAppShell-module__ZUWAAG__mobileBottomItemActive{color:var(--ct-accent);background:color-mix(in srgb, var(--ct-accent) 12%, transparent)}@media (max-width:719px){.CollectiumAppShell-module__ZUWAAG__mobileBottomNav{height:var(--ct-mobile-bottom-nav-height);scrollbar-width:none;z-index:120;background:var(--ct-panel);max-width:100vw;color:var(--ct-text);border-top:1px solid var(--ct-border);padding:6px max(8px, env(safe-area-inset-left)) calc(6px + env(safe-area-inset-bottom)) max(8px, env(safe-area-inset-right));justify-content:space-between;gap:8px;display:flex;position:fixed;bottom:0;left:0;right:0;overflow-x:auto;box-shadow:0 -12px 28px #0000002e}.CollectiumAppShell-module__ZUWAAG__mobileBottomNav::-webkit-scrollbar{display:none}.CollectiumAppShell-module__ZUWAAG__mainColumn{padding-bottom:calc(var(--ct-mobile-bottom-nav-height) + env(safe-area-inset-bottom) + 16px)}.CollectiumAppShell-module__ZUWAAG__content{font-size:17px}.CollectiumAppShell-module__ZUWAAG__mobileBottomItem{font-size:11px!important}}.CollectiumAppShell-module__ZUWAAG__designMenuButton{border-radius:var(--ct-radius-theme);background:var(--ct-input-bg);border:1px solid var(--ct-border);height:42px;color:var(--ct-text);font-family:var(--ct-font-ui);cursor:pointer;box-shadow:var(--ct-shadow-soft);white-space:nowrap;flex:0 auto;justify-content:center;align-items:center;max-width:100%;padding:0 16px;font-size:14px;font-weight:600;transition:all .2s;display:inline-flex}.CollectiumAppShell-module__ZUWAAG__designMenuButton:hover{background:var(--ct-hover);border-color:var(--ct-border-strong);transform:translateY(-1px)}.CollectiumAppShell-module__ZUWAAG__designMenuButtonActive{background:var(--ct-hover);border-color:var(--ct-border-strong);box-shadow:var(--ct-shadow-lg)}.CollectiumAppShell-module__ZUWAAG__designMegaMenu{top:calc(var(--ct-topbar-height) + 12px);width:min(100vw - 48px,980px);max-width:calc(100vw - 48px);max-height:calc(100dvh - var(--ct-topbar-height) - 32px);background:var(--ct-panel);color:var(--ct-text);border:1px solid var(--ct-border);box-shadow:var(--ct-shadow-lg);border-radius:var(--ct-radius-lg);z-index:140;box-sizing:border-box;flex-direction:column;gap:16px;padding:20px;animation:.2s ease-out CollectiumAppShell-module__ZUWAAG__menuFadeIn;display:flex;position:fixed;left:50%;right:auto;overflow:auto;transform:translate(-50%)}@keyframes CollectiumAppShell-module__ZUWAAG__menuFadeIn{0%{opacity:0;transform:translate(-50%,-8px)}to{opacity:1;transform:translate(-50%)}}.CollectiumAppShell-module__ZUWAAG__designMenuHeader{border-bottom:1px solid var(--ct-border);justify-content:space-between;align-items:center;padding-bottom:10px;display:flex}.CollectiumAppShell-module__ZUWAAG__designMenuHeader h3{margin:0;font-size:16px;font-weight:700}.CollectiumAppShell-module__ZUWAAG__designMenuGrid{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;min-width:0;display:grid}.CollectiumAppShell-module__ZUWAAG__designMenuSection{flex-direction:column;gap:10px;min-width:0;display:flex}.CollectiumAppShell-module__ZUWAAG__designMenuSection:nth-child(3){grid-column:span 2}.CollectiumAppShell-module__ZUWAAG__designMenuSection h4{text-transform:uppercase;letter-spacing:.05em;color:var(--ct-muted);margin:0;font-size:13px}.CollectiumAppShell-module__ZUWAAG__designMenuOptionGrid{flex-wrap:wrap;gap:8px;display:flex}.CollectiumAppShell-module__ZUWAAG__designMenuOption{border-radius:var(--ct-radius-sm);border:1px solid var(--ct-border);background:var(--ct-input-bg);color:var(--ct-text);cursor:pointer;overflow-wrap:anywhere;max-width:100%;min-height:36px;padding:6px 12px;font-size:13px;font-weight:600;transition:all .2s}.CollectiumAppShell-module__ZUWAAG__designMenuOption:hover{border-color:var(--ct-border-strong);background:var(--ct-hover)}.CollectiumAppShell-module__ZUWAAG__designMenuOptionActive{background:var(--ct-accent);border-color:var(--ct-accent);color:var(--ct-on-accent,#fff)!important}.CollectiumAppShell-module__ZUWAAG__designMenuStatus{color:var(--ct-muted);flex-direction:column;gap:4px;margin-top:auto;padding-top:10px;font-size:11px;display:flex}.CollectiumAppShell-module__ZUWAAG__designSliderRow{flex-direction:column;gap:6px;display:flex}.CollectiumAppShell-module__ZUWAAG__designSliderLabel{justify-content:space-between;font-size:13px;display:flex}.CollectiumAppShell-module__ZUWAAG__designSliderRow input[type=range]{width:100%;accent-color:var(--ct-accent);background:var(--ct-border);cursor:pointer;border-radius:3px;outline:none;height:6px}.CollectiumAppShell-module__ZUWAAG__designMenuFooter{border-top:1px solid var(--ct-border);justify-content:flex-end;padding-top:14px;display:flex}.CollectiumAppShell-module__ZUWAAG__designResetButton{border-radius:var(--ct-radius-theme);border:1px solid var(--ct-border);color:var(--ct-muted);cursor:pointer;background:0 0;padding:8px 16px;font-size:13px;font-weight:600;transition:all .2s}.CollectiumAppShell-module__ZUWAAG__designResetButton:hover{color:var(--ct-text);border-color:var(--ct-text);background:var(--ct-hover)}@media (max-width:719px){.CollectiumAppShell-module__ZUWAAG__designMegaMenu{top:auto;bottom:calc(var(--ct-mobile-bottom-nav-height) + env(safe-area-inset-bottom) + 10px);width:auto;max-width:calc(100vw - 20px);max-height:calc(100dvh - 24px - var(--ct-mobile-bottom-nav-height) - env(safe-area-inset-bottom));border-radius:var(--ct-radius-lg) var(--ct-radius-lg) 0 0;padding:16px;animation:.25s cubic-bezier(.16,1,.3,1) CollectiumAppShell-module__ZUWAAG__menuSlideUp;position:fixed;left:10px;right:10px;overflow-y:auto;transform:none;box-shadow:0 -8px 24px #00000026}@keyframes CollectiumAppShell-module__ZUWAAG__menuSlideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}.CollectiumAppShell-module__ZUWAAG__designMenuGrid{grid-template-columns:1fr;gap:16px}.CollectiumAppShell-module__ZUWAAG__designMenuSection:nth-child(3){grid-column:span 1}}.CollectiumAppShell-module__ZUWAAG__shell[data-screen-mode=desktop] .CollectiumAppShell-module__ZUWAAG__content{max-width:var(--ct-content-max)!important;width:100%!important;margin-left:auto!important;margin-right:auto!important}.CollectiumAppShell-module__ZUWAAG__shell[data-screen-mode=wide] .CollectiumAppShell-module__ZUWAAG__content{width:100%!important;max-width:100%!important;padding:clamp(18px,2vw,32px)!important}.CollectiumAppShell-module__ZUWAAG__shell[data-lane-mode=lanes] [class*=lanesContainer]{width:100%!important;max-width:100%!important;height:calc(100dvh - var(--ct-topbar-height) - clamp(56px, 5vw, 96px))!important;box-sizing:border-box!important;grid-template-columns:minmax(0,1.1fr) minmax(0,.7fr)!important;align-items:stretch!important;gap:clamp(18px,2vw,36px)!important;min-height:0!important;padding:0!important;display:grid!important;overflow:hidden!important}.CollectiumAppShell-module__ZUWAAG__shell[data-lane-mode=lanes] [class*=laneItem]{box-sizing:border-box!important;width:100%!important;min-width:0!important;max-width:100%!important;min-height:0!important;padding:0 clamp(12px,1.4vw,24px) 0 0!important;overflow:auto!important}.CollectiumAppShell-module__ZUWAAG__shell[data-lane-mode=lanes] [class*=laneItem]:not(:last-child){border-right:1px solid var(--ct-border)!important;position:relative!important}.CollectiumAppShell-module__ZUWAAG__shell[data-lane-mode=lanes] [class*=laneItem]:not(:last-child):after{content:""!important;cursor:col-resize!important;z-index:10!important;background:0 0!important;width:8px!important;transition:background .2s!important;position:absolute!important;top:0!important;bottom:0!important;right:-4px!important}.CollectiumAppShell-module__ZUWAAG__shell[data-lane-mode=lanes] [class*=laneItem]:not(:last-child):hover:after{background:var(--ct-accent)!important;opacity:.3!important}.CollectiumAppShell-module__ZUWAAG__shell[data-screen-mode=tv]{--ct-body-base:clamp(19px, 1.15vw, 28px)!important;--ct-heading-base:clamp(24px, 1.8vw, 44px)!important;--ct-headline-base:clamp(34px, 3vw, 72px)!important;--ct-subheadline-base:clamp(26px, 2vw, 52px)!important;font-size:calc(var(--ct-body-base) + var(--ct-user-body-scale,0px))!important}.CollectiumAppShell-module__ZUWAAG__shell[data-screen-mode=tv] .CollectiumAppShell-module__ZUWAAG__content{font-weight:450;line-height:1.62;max-width:2200px!important;font-size:calc(var(--ct-body-base) + var(--ct-user-body-scale,0px))!important;margin-left:auto!important;margin-right:auto!important;padding:clamp(36px,3.2vw,72px)!important}.CollectiumAppShell-module__ZUWAAG__shell[data-screen-mode=tv] button,.CollectiumAppShell-module__ZUWAAG__shell[data-screen-mode=tv] a,.CollectiumAppShell-module__ZUWAAG__shell[data-screen-mode=tv] input,.CollectiumAppShell-module__ZUWAAG__shell[data-screen-mode=tv] select{min-height:44px}.CollectiumAppShell-module__ZUWAAG__shell[data-screen-mode=tv] .CollectiumAppShell-module__ZUWAAG__ct-card,.CollectiumAppShell-module__ZUWAAG__shell[data-screen-mode=tv] [class*=infoPanel],.CollectiumAppShell-module__ZUWAAG__shell[data-screen-mode=tv] [class*=filterColumn],.CollectiumAppShell-module__ZUWAAG__shell[data-screen-mode=tv] [class*=timelineShell],.CollectiumAppShell-module__ZUWAAG__shell[data-screen-mode=tv] [class*=dynamicArea]{box-shadow:var(--ct-shadow-lg)!important;border-radius:24px!important;gap:24px!important;padding:32px!important}.CollectiumAppShell-module__ZUWAAG__shell[data-screen-mode=tv] .CollectiumAppShell-module__ZUWAAG__ct-page-title,.CollectiumAppShell-module__ZUWAAG__shell[data-screen-mode=tv] h1{font-size:calc(var(--ct-headline-base) + var(--ct-user-headline-scale,0px))!important;margin-bottom:24px!important;font-weight:650!important}.CollectiumAppShell-module__ZUWAAG__shell[data-screen-mode=tv] .CollectiumAppShell-module__ZUWAAG__ct-section-title,.CollectiumAppShell-module__ZUWAAG__shell[data-screen-mode=tv] h2{font-size:calc(var(--ct-subheadline-base) + var(--ct-user-heading-scale,0px))!important;margin-bottom:18px!important}.CollectiumAppShell-module__ZUWAAG__shell[data-screen-mode=tv] [class*=lanesContainer]{flex-direction:column!important;gap:32px!important;width:100%!important;display:flex!important;overflow-x:visible!important}.CollectiumAppShell-module__ZUWAAG__shell[data-screen-mode=tv] [class*=laneItem],.CollectiumAppShell-module__ZUWAAG__shell[data-screen-mode=tv] [class*=filterColumn],.CollectiumAppShell-module__ZUWAAG__shell[data-screen-mode=tv] [class*=mainColumn]{width:100%!important;max-width:100%!important}.CollectiumAppShell-module__ZUWAAG__shell[data-page-periodfilter=true][data-lane-mode=lanes] .CollectiumAppShell-module__ZUWAAG__content{width:100%!important;max-width:100%!important;padding:16px!important}.CollectiumAppShell-module__ZUWAAG__shell[data-page-periodfilter=true][data-lane-mode=lanes] [class*=lanesContainer]{grid-template-columns:minmax(0,1.2fr) minmax(0,1fr)!important;align-items:stretch!important;gap:24px!important;width:100%!important;max-width:100%!important;display:grid!important;position:relative!important;overflow:hidden!important}.CollectiumAppShell-module__ZUWAAG__shell[data-page-periodfilter=true][data-lane-mode=lanes] [class*=lanesContainer]>div,.CollectiumAppShell-module__ZUWAAG__shell[data-page-periodfilter=true][data-lane-mode=lanes] [class*=mainColumn],.CollectiumAppShell-module__ZUWAAG__shell[data-page-periodfilter=true][data-lane-mode=lanes] [class*=dynamicArea]{display:contents!important}.CollectiumAppShell-module__ZUWAAG__shell[data-page-periodfilter=true][data-lane-mode=lanes] [class*=filterColumn]{grid-area:1/1!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;align-self:start!important;gap:8px!important;display:grid!important}.CollectiumAppShell-module__ZUWAAG__shell[data-page-periodfilter=true][data-lane-mode=lanes] [class*=timelineShell]{grid-area:2/1!important;margin-top:16px!important}.CollectiumAppShell-module__ZUWAAG__shell[data-page-periodfilter=true][data-lane-mode=lanes] [class*=segmentTabs]{grid-area:3/1!important;margin-top:16px!important}.CollectiumAppShell-module__ZUWAAG__shell[data-page-periodfilter=true][data-lane-mode=lanes] [class*=dynamicGrid]{flex-direction:column!important;grid-area:1/2/span 3!important;align-self:start!important;gap:16px!important;width:100%!important;display:flex!important}.CollectiumAppShell-module__ZUWAAG__shell[data-page-periodfilter=true][data-lane-mode=lanes] [class*=infoPanel]{box-sizing:border-box!important;width:100%!important}.CollectiumAppShell-module__ZUWAAG__shell[data-page-periodfilter=true][data-lane-mode=lanes] [class*=lanesContainer]:after{content:""!important;background:var(--ct-border)!important;pointer-events:none!important;grid-area:1/1/span 3!important;justify-self:end!important;width:1px!important;margin-right:-12px!important}.CollectiumAppShell-module__ZUWAAG__shell[data-page-periodfilter=true][data-lane-mode=lanes] [class*=lanesContainer]:before{content:""!important;cursor:col-resize!important;z-index:10!important;background:0 0!important;grid-area:1/1/span 3!important;justify-self:end!important;width:8px!important;margin-right:-16px!important;transition:background .2s!important}.CollectiumAppShell-module__ZUWAAG__shell[data-page-periodfilter=true][data-lane-mode=lanes] [class*=lanesContainer]:hover:before{background:var(--ct-accent)!important;opacity:.15!important}.CollectiumAppShell-module__ZUWAAG__designSliderGroup{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;display:grid}.CollectiumAppShell-module__ZUWAAG__designSliderSubSection{border:1px solid var(--ct-border);border-radius:var(--ct-radius-theme);background:color-mix(in srgb, var(--ct-panel) 82%, transparent);flex-direction:column;gap:12px;min-width:0;padding:12px;display:flex}.CollectiumAppShell-module__ZUWAAG__designSliderSubSection h5{letter-spacing:.04em;text-transform:uppercase;color:var(--ct-text);margin:0 0 2px;font-size:12px;font-weight:750}@media (max-width:1100px){.CollectiumAppShell-module__ZUWAAG__designSliderGroup{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width:720px) and (max-width:900px){.CollectiumAppShell-module__ZUWAAG__designMegaMenu{width:calc(100vw - 32px);max-width:calc(100vw - 32px)}.CollectiumAppShell-module__ZUWAAG__designMenuGrid{grid-template-columns:1fr}.CollectiumAppShell-module__ZUWAAG__designMenuSection:nth-child(3){grid-column:span 1}.CollectiumAppShell-module__ZUWAAG__designSliderGroup{grid-template-columns:1fr}}@media (max-width:520px){.CollectiumAppShell-module__ZUWAAG__shell[data-screen-mode=mobile] .CollectiumAppShell-module__ZUWAAG__searchWrap{display:none}.CollectiumAppShell-module__ZUWAAG__shell[data-screen-mode=mobile] .CollectiumAppShell-module__ZUWAAG__designMenuButton,.CollectiumAppShell-module__ZUWAAG__shell[data-screen-mode=mobile] .CollectiumAppShell-module__ZUWAAG__loginButton{height:38px;padding:0 10px;font-size:12px}}.CollectiumAppShell-module__ZUWAAG__mobileBottomNav{width:100%;max-width:100vw;height:calc(var(--ct-mobile-bottom-nav-height,78px) + env(safe-area-inset-bottom));padding:8px 10px calc(8px + env(safe-area-inset-bottom));z-index:1200;grid-template-columns:minmax(0,1fr) minmax(0,1fr) 74px minmax(0,1fr) minmax(0,1fr);align-items:end;gap:4px;position:fixed;bottom:0;left:0;right:0;overflow-y:visible;display:grid!important;overflow-x:clip!important}.CollectiumAppShell-module__ZUWAAG__mobileBottomItem{white-space:normal;text-align:center;place-items:center;gap:3px;width:100%;max-width:100%;font-size:10px;line-height:1.05;display:grid;min-width:0!important}.CollectiumAppShell-module__ZUWAAG__mobileBottomItem svg{width:20px;height:20px}.CollectiumAppShell-module__ZUWAAG__mobileBottomMenuButton{background:var(--ct-action-bg,#0f6840);color:var(--ct-action-text,#fff);box-shadow:var(--ct-shadow-floating,0 14px 34px #0000002e);border:1px solid var(--ct-border-strong,#0f684059);z-index:2;border-radius:999px;place-self:end center;transform:translateY(-18px);width:64px!important;max-width:64px!important;height:64px!important}.CollectiumAppShell-module__ZUWAAG__mobileBottomMenuButton svg{width:25px;height:25px}@media (max-width:719px){.CollectiumAppShell-module__ZUWAAG__content{max-width:100vw!important;padding-bottom:calc(var(--ct-mobile-bottom-nav-height,78px) + 42px + env(safe-area-inset-bottom))!important;overflow-x:clip!important}.CollectiumAppShell-module__ZUWAAG__content>*{min-width:0!important;max-width:100%!important}.CollectiumAppShell-module__ZUWAAG__topbar{max-width:100vw!important;overflow-x:clip!important}}@media (min-width:720px) and (max-width:1899px){.CollectiumAppShell-module__ZUWAAG__content{min-width:0!important;max-width:100%!important;overflow-x:clip!important}.CollectiumAppShell-module__ZUWAAG__content>*{min-width:0!important;max-width:100%!important}}.CollectiumAppShell-module__ZUWAAG__mobileMegaMenuOverlay{z-index:1200;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#0714125c;justify-content:center;align-items:flex-end;display:flex;position:fixed;inset:0}.CollectiumAppShell-module__ZUWAAG__mobileMegaMenuSheet{width:min(100%,760px);max-height:min(82vh,760px);padding:18px 18px calc(82px + env(safe-area-inset-bottom));background:linear-gradient(#fffdf7fa,#f5f0e5fa);border:1px solid #2b5b4d38;border-radius:26px 26px 0 0;overflow:auto;box-shadow:0 -24px 70px #0d221e47}.CollectiumAppShell-module__ZUWAAG__mobileMegaMenuHeader{border-bottom:1px solid #2b5b4d24;justify-content:space-between;align-items:flex-start;gap:18px;padding:4px 2px 16px;display:flex}.CollectiumAppShell-module__ZUWAAG__mobileMegaMenuKicker{color:#14362f9e;letter-spacing:.12em;text-transform:uppercase;margin:0 0 4px;font-size:11px;font-weight:800}.CollectiumAppShell-module__ZUWAAG__mobileMegaMenuTitle{color:#0e2f28;margin:0;font-size:28px;font-weight:800;line-height:1.05}.CollectiumAppShell-module__ZUWAAG__mobileMegaMenuClose{color:#0e2f28;cursor:pointer;background:#ffffffd1;border:1px solid #2b5b4d38;border-radius:999px;width:42px;height:42px;font-size:28px;line-height:1;box-shadow:0 10px 24px #0d221e1f}.CollectiumAppShell-module__ZUWAAG__mobileMegaMenuGrid{grid-template-columns:1fr;gap:14px;padding-top:16px;display:grid}.CollectiumAppShell-module__ZUWAAG__mobileMegaMenuGroup{background:#ffffffb8;border:1px solid #7ea8cf42;border-radius:18px;padding:14px;box-shadow:inset 0 0 0 1px #ffffff85}.CollectiumAppShell-module__ZUWAAG__mobileMegaMenuGroupTitle{color:#14362fa3;letter-spacing:.12em;text-transform:uppercase;margin:0 0 10px;font-size:11px;font-weight:900}.CollectiumAppShell-module__ZUWAAG__mobileMegaMenuLinks{grid-template-columns:1fr;gap:8px;display:grid}.CollectiumAppShell-module__ZUWAAG__mobileMegaMenuLink{color:#0f4035;background:#f7faf8e0;border:1px solid #2b5b4d1f;border-radius:14px;justify-content:space-between;align-items:center;gap:12px;min-height:44px;padding:10px 12px;font-size:14px;font-weight:750;text-decoration:none;display:flex}.CollectiumAppShell-module__ZUWAAG__mobileMegaMenuLink:hover,.CollectiumAppShell-module__ZUWAAG__mobileMegaMenuLink:focus-visible{background:#e1efe7eb;border-color:#2b5b4d57;outline:none}@media (min-width:760px){.CollectiumAppShell-module__ZUWAAG__mobileMegaMenuGrid{grid-template-columns:repeat(2,minmax(0,1fr))}}
