.sidebar{position:fixed;inset:0 auto 0 0;width:var(--ds-sidebar);background:var(--ds-surface);border-right:1px solid var(--ds-border);z-index:40;display:flex;flex-direction:column;overflow:visible;transition:width .2s ease;will-change:width}.sidebar-mobile-close,.sidebar-overlay{display:none}html.sidebar-collapsed{--ds-sidebar:76px}.sidebar-mobile-head{min-height:78px;display:block}.sidebar-brand{min-height:78px;display:flex;align-items:flex-start;min-width:0;padding:26px 22px 0;border-bottom:0;font-weight:800;font-size:20px;color:var(--ds-text)}.sidebar-brand-logo{width:44px;height:44px;display:none;object-fit:contain}.sidebar-brand-text{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;letter-spacing:0;color:var(--ds-text)}.sidebar-nav{padding:10px 14px 22px;display:flex;flex-direction:column;gap:12px;overflow-x:hidden;overflow-y:auto}.sidebar-section{display:grid;grid-gap:4px;gap:4px}.sidebar-section-title{min-height:22px;color:var(--ds-muted-2);font-size:10px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.sidebar-link,.sidebar-section-title{display:flex;align-items:center;padding:0 12px}.sidebar-link{position:relative;min-height:42px;gap:12px;overflow:hidden;border-radius:var(--ds-radius-sm);color:var(--ds-text);font-size:14px;font-weight:600;text-decoration:none;transition:background .18s ease,color .18s ease}.sidebar-link>span:not(.sidebar-badge){min-width:0;flex:1 1 auto;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sidebar-link:before{content:"";position:absolute;left:-29px;top:0;bottom:0;width:5px;border-radius:0 4px 4px 0;background:transparent}.sidebar-link svg{color:var(--ds-text);flex:0 0 auto;transition:color .18s ease}.sidebar-link:hover{background:#f6f8ff}.sidebar-link:hover,.sidebar-link:hover svg{color:var(--ds-primary)}.sidebar-link.active{color:#fff;box-shadow:none}.sidebar-link.active,.sidebar-link.active:before{background:var(--ds-primary)}.sidebar-link.active svg{color:#fff}.sidebar-badge{margin-left:auto;min-width:18px;height:18px;padding:0 5px;border-radius:999px;background:var(--ds-danger);color:#fff;display:inline-flex;align-items:center;justify-content:center;font-size:10px;font-weight:800;line-height:1}.sidebar-link.active .sidebar-badge{background:#fff;color:var(--ds-danger)}.sidebar.collapsed .sidebar-brand{justify-content:center;padding-inline:0}.sidebar.collapsed .sidebar-brand-logo{display:block}.sidebar.collapsed .sidebar-brand-text,.sidebar.collapsed .sidebar-footer,.sidebar.collapsed .sidebar-link span:not(.sidebar-badge){display:none}.sidebar.collapsed .sidebar-nav{padding-inline:13px;align-items:center}.sidebar.collapsed .sidebar-section{width:100%;place-items:center}.sidebar.collapsed .sidebar-section-title{display:none}.sidebar.collapsed .sidebar-link{width:48px;justify-content:center;padding:0}.sidebar.collapsed .sidebar-badge{position:absolute;top:8px;right:7px;min-width:16px;height:16px;padding:0 4px}.sidebar.collapsed .sidebar-link:before{left:-15px}.sidebar-footer{margin-top:auto;padding:18px 24px 22px;border-top:1px solid var(--ds-border);color:var(--ds-muted);font-size:12px;font-weight:700;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.topbar{position:fixed;top:0;left:var(--ds-sidebar);right:0;height:var(--ds-topbar);background:var(--ds-surface);border-bottom:1px solid var(--ds-border);z-index:30;display:grid;grid-template-columns:minmax(64px,1fr) minmax(320px,440px) minmax(220px,1fr);align-items:center;grid-gap:16px;gap:16px;padding:0 32px;transition:left .2s ease,transform .18s ease;will-change:transform}.topbar-left,.topbar-right{min-width:0;display:flex;align-items:center}.topbar-left{justify-content:flex-start}.topbar-search-center{min-width:0;display:flex;justify-content:center}.topbar-right{justify-content:flex-end;gap:18px}.topbar-sidebar-toggle{width:38px;height:38px;display:grid;place-items:center;border:0;border-radius:var(--ds-radius-sm);background:transparent;color:var(--ds-muted);transition:color .18s ease,background .18s ease}.topbar-sidebar-toggle:hover{background:var(--ds-primary-faint);color:var(--ds-primary)}.topbar.hidden{transform:translateY(calc(-1 * var(--ds-topbar)));pointer-events:none}.global-search-shell{width:min(440px,100%);position:relative;flex:0 1 min(440px,100%)}.topbar-search-center .global-search-shell{width:100%;flex:0 0 100%}.global-search{width:100%;min-height:38px;display:flex;align-items:center;gap:12px;border:1px solid var(--ds-border);border-radius:999px;background:var(--ds-surface);color:var(--ds-muted);padding:0 14px 0 16px;cursor:text;box-shadow:inset 0 1px 0 rgb(255 255 255/70%);transition:border-color .18s ease,box-shadow .18s ease}.global-search>svg{flex:0 0 auto;color:var(--ds-muted-2);pointer-events:none}.global-search:focus-within,.global-search:hover{border-color:var(--ds-primary);box-shadow:inset 0 1px 0 rgb(255 255 255/70%)}.global-search input{min-width:0;flex:1 1 auto;border:0;outline:0;background:transparent;color:var(--ds-muted);font-size:14px;font-weight:600}.global-search input::placeholder{color:var(--ds-muted)}.global-search kbd{min-width:36px;height:24px;display:inline-flex;align-items:center;justify-content:center;border-radius:10px;background:var(--ds-surface-soft);color:var(--ds-muted);font-size:11px;font-weight:800;pointer-events:none}.global-search-dropdown{position:absolute;top:calc(100% + 8px);left:0;right:0;z-index:90;overflow:hidden;border:1px solid var(--ds-border);border-radius:var(--ds-radius-lg);background:var(--ds-surface);box-shadow:var(--ds-shadow-popover);animation:dsPopoverIn .16s ease}.global-search-dropdown .global-search-list{max-height:320px}.global-search-modal-backdrop{position:fixed;inset:0;z-index:1000;display:flex;align-items:center;justify-content:center;background:rgb(15 23 42/48%);padding:24px 20px;-webkit-backdrop-filter:blur(9px);backdrop-filter:blur(9px)}.global-search-modal{width:min(720px,calc(100vw - 32px));overflow:hidden;border:1px solid var(--ds-border);border-radius:var(--ds-radius-lg);background:var(--ds-surface);box-shadow:var(--ds-shadow-popover);animation:dsPopoverIn .16s ease}.global-search-modal-input{min-height:62px;display:grid;grid-template-columns:24px minmax(0,1fr) auto 34px;align-items:center;grid-gap:12px;gap:12px;border-bottom:1px solid var(--ds-border);padding:0 14px 0 18px}.global-search-modal-input>svg{color:var(--ds-muted)}.global-search-modal-input input{min-width:0;border:0;outline:0;background:transparent;color:var(--ds-text);font-size:16px;font-weight:650}.global-search-modal-input input::placeholder{color:var(--ds-muted)}.global-search-modal-input button{width:34px;height:34px;display:grid;place-items:center;border:0;border-radius:var(--ds-radius-sm);background:transparent;color:var(--ds-muted)}.global-search-modal-input button:hover{background:var(--ds-surface-soft);color:var(--ds-text)}.global-search-head{min-height:42px;display:flex;align-items:center;justify-content:space-between;gap:12px;border-bottom:1px solid var(--ds-border);padding:0 14px;color:var(--ds-muted);font-size:12px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.global-search-head small{letter-spacing:0;text-transform:none}.global-search-spinner{animation:dsSpin .9s linear infinite}.global-search-list{max-height:430px;overflow:auto;padding:6px}.global-search-result{display:grid;grid-template-columns:42px 92px minmax(0,1fr);grid-gap:2px 12px;gap:2px 12px;align-items:center;border-radius:var(--ds-radius-sm);color:var(--ds-text);padding:10px;text-decoration:none}.global-search-result:hover{background:var(--ds-primary-soft)}.global-search-thumb{grid-row:span 2;width:38px;height:38px;display:grid;place-items:center;overflow:hidden;border:1px solid var(--ds-border);border-radius:var(--ds-radius-sm);background:var(--ds-surface-soft);color:var(--ds-muted)}.global-search-thumb img{width:100%;height:100%;display:block;object-fit:contain}.global-search-type{grid-row:span 2;align-self:center;color:var(--ds-primary);font-size:12px;font-weight:900}.global-search-result strong{color:var(--ds-text);font-size:14px;font-weight:800}.global-search-result small,.global-search-result strong{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.global-search-result small{color:var(--ds-muted);font-size:12px;font-weight:700}.global-search-empty{padding:22px 16px;color:var(--ds-muted);text-align:center;font-size:13px;font-weight:800}.global-search-all{width:100%;min-height:42px;display:flex;align-items:center;justify-content:center;gap:8px;border:0;border-top:1px solid var(--ds-border);background:var(--ds-surface);color:var(--ds-primary);cursor:pointer;font-size:13px;font-weight:900}.global-search-all:hover{background:var(--ds-primary-soft)}.topbar-spacer{flex:1 1}.topbar-icon{position:relative;width:34px;height:34px;border:0;border-radius:50%;background:transparent;display:grid;place-items:center;color:var(--ds-text);transition:border-color .18s ease,color .18s ease,background .18s ease}.topbar-icon:hover{border-color:var(--ds-primary);color:var(--ds-primary);background:var(--ds-primary-faint)}.notification-badge{position:absolute;top:-3px;right:-2px;min-width:16px;height:16px;padding:0 4px;border-radius:999px;background:var(--ds-danger);border:1px solid var(--ds-surface);color:#fff;display:inline-flex;align-items:center;justify-content:center;font-size:10px;font-weight:800;line-height:1}.notification-menu{position:relative}.notification-menu-card{position:absolute;top:calc(100% + 12px);right:0;z-index:90;width:min(420px,calc(100vw - 32px));overflow:hidden;border:1px solid var(--ds-border);border-radius:var(--ds-radius-lg);background:var(--ds-surface);box-shadow:var(--ds-shadow-popover)}.notification-menu-head{min-height:62px;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 14px 6px}.notification-menu-head>div{display:grid;grid-gap:3px;gap:3px}.notification-menu-head strong{color:var(--ds-text);font-size:20px;font-weight:850}.notification-menu-head span{color:var(--ds-muted);font-size:12px;font-weight:750}.notification-menu-head button{min-height:28px;border:0;border-radius:var(--ds-radius-sm);background:var(--ds-primary-soft);color:var(--ds-primary);cursor:pointer;font-size:12px;font-weight:850;padding:0 9px}.notification-menu-head button:disabled{cursor:not-allowed;opacity:.48}.notification-menu-tabs{display:flex;gap:8px;padding:0 14px 10px;border-bottom:1px solid var(--ds-border)}.notification-menu-tabs button{min-height:30px;border:0;border-radius:999px;background:transparent;color:var(--ds-muted);cursor:pointer;padding:0 12px;font-size:13px;font-weight:850}.notification-menu-tabs button.active,.notification-menu-tabs button:hover{background:var(--ds-primary-faint);color:var(--ds-primary)}.notification-sound-controls{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;grid-gap:10px;gap:10px;padding:10px 14px;border-bottom:1px solid var(--ds-border);background:color-mix(in srgb,var(--ds-primary-faint) 44%,var(--ds-surface))}.notification-sound-controls button{min-height:30px;display:inline-flex;align-items:center;justify-content:center;gap:7px;border:1px solid var(--ds-border);border-radius:var(--ds-radius-sm);background:var(--ds-surface);color:var(--ds-text);cursor:pointer;font-size:12px;font-weight:850;padding:0 10px;white-space:nowrap}.notification-sound-controls button:hover{border-color:var(--ds-primary);color:var(--ds-primary)}.notification-sound-controls button.muted{color:var(--ds-muted)}.notification-sound-controls label{min-width:0;display:grid;grid-template-columns:auto minmax(90px,1fr) 42px;align-items:center;grid-gap:8px;gap:8px;color:var(--ds-muted);font-size:12px;font-weight:800}.notification-sound-controls input{width:100%;accent-color:var(--ds-primary)}.notification-sound-controls strong{color:var(--ds-text);font-size:12px;font-weight:850;text-align:right}.notification-menu-list{max-height:min(520px,calc(100vh - 220px));overflow:auto;padding:6px}.notification-menu-skeleton{display:grid;grid-gap:2px;gap:2px;padding:6px}.notification-menu-skeleton-item{min-height:66px;display:grid;grid-template-columns:44px minmax(0,1fr);align-items:center;grid-gap:9px;gap:9px;border-radius:var(--ds-radius-md);padding:11px 10px}.notification-menu-skeleton-item em,.notification-menu-skeleton-item small,.notification-menu-skeleton-item strong,.notification-menu-skeleton-item>span{display:block;border-radius:999px;background:linear-gradient(90deg,#edf0f6,#f6f7fb,#edf0f6);background-size:220% 100%;animation:dsShimmer 1.4s infinite}.notification-menu-skeleton-item>span{width:42px;height:42px}.notification-menu-skeleton-item div{display:grid;grid-gap:7px;gap:7px}.notification-menu-skeleton-item strong{width:78%;height:13px}.notification-menu-skeleton-item small{width:96%;height:11px}.notification-menu-skeleton-item em{width:34%;height:10px}.notification-menu-item{width:100%;display:grid;grid-template-columns:44px minmax(0,1fr) 10px;align-items:center;grid-gap:9px;gap:9px;border:0;border-radius:var(--ds-radius-md);background:transparent;color:var(--ds-text);cursor:pointer;padding:11px 10px;text-align:left}.notification-menu-item:hover{background:var(--ds-primary-faint)}.notification-menu-avatar{width:42px;height:42px;display:grid;place-items:center;border-radius:999px;background:var(--ds-primary-faint);color:var(--ds-primary)}.notification-menu-dot{width:8px;height:8px;border-radius:999px;background:transparent}.notification-menu-item.unread .notification-menu-dot{background:var(--ds-primary)}.notification-menu-copy{min-width:0;display:grid;grid-gap:4px;gap:4px}.notification-menu-copy strong{overflow:hidden;color:var(--ds-text);font-size:13px;font-weight:850;text-overflow:ellipsis;white-space:nowrap}.notification-menu-copy small{display:-webkit-box;overflow:hidden;color:var(--ds-muted);font-size:12px;font-weight:650;line-height:1.35;-webkit-box-orient:vertical;-webkit-line-clamp:2}.notification-menu-copy em{color:var(--ds-muted-2);font-size:11px;font-style:normal;font-weight:750}.notification-menu-state{padding:20px 14px;color:var(--ds-muted);text-align:center;font-size:13px;font-weight:750}.notification-menu-state.danger{color:var(--ds-danger)}.notification-menu-footer{min-height:42px;display:flex;align-items:center;justify-content:center;border-top:1px solid var(--ds-border);color:var(--ds-primary);font-size:13px;font-weight:850;text-decoration:none}.notification-menu-footer:hover{background:var(--ds-primary-faint)}.user-menu{position:relative}.user-pill{border:0;background:transparent;display:flex;align-items:center;gap:12px;color:var(--ds-text);font-size:14px;font-weight:700;min-width:0;padding:0}.user-avatar{width:44px;height:44px;border-radius:50%;display:grid;place-items:center;overflow:hidden;background:var(--ds-primary-soft);color:var(--ds-primary);font-weight:900}.user-avatar img{display:block;width:100%;height:100%;object-fit:cover;object-position:center}.user-copy{display:grid;grid-gap:2px;gap:2px;min-width:0}.user-copy-loading{width:112px;gap:7px}.user-copy-loading small,.user-copy-loading span{display:block;height:13px;border-radius:999px;background:linear-gradient(90deg,#edf0f6,#f6f7fb,#edf0f6);background-size:220% 100%;animation:dsShimmer 1.4s infinite}.user-copy-loading small{width:74px;height:10px}.user-copy small,.user-copy span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.user-copy small{color:var(--ds-muted);font-size:12px;font-weight:600;text-transform:capitalize}.user-menu-card{position:absolute;top:calc(100% + 10px);right:0;z-index:80;width:210px;overflow:hidden;border:1px solid var(--ds-border);border-radius:var(--ds-radius-lg);background:var(--ds-surface);box-shadow:var(--ds-shadow-popover)}.user-menu-item{min-height:44px;width:100%;display:flex;align-items:center;gap:12px;border:0;border-bottom:1px solid var(--ds-border);background:transparent;padding:0 16px;color:#404040;text-align:left;font-size:14px;font-weight:600}.user-menu-item:last-child{border-bottom:0}.user-menu-item svg{color:var(--ds-primary)}.user-menu-item:hover{background:var(--ds-primary-faint)}.user-menu-item.danger svg{color:var(--ds-danger)}.page-header{display:flex;align-items:center;justify-content:space-between;gap:16px;min-width:0}.page-header>div:first-child{min-width:0}.page-breadcrumb{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin:0 0 10px;color:var(--ds-muted);font-size:14px;font-weight:400}.page-breadcrumb-item{display:inline-flex;align-items:center;gap:8px;min-width:0}.page-breadcrumb a,.page-breadcrumb strong{color:var(--ds-text);text-decoration:none}.page-breadcrumb a{font-weight:400}.page-breadcrumb strong{font-weight:500}.page-breadcrumb a:hover{color:var(--ds-primary)}.page-breadcrumb-separator{color:var(--ds-muted)}.page-title{margin:0;font-size:32px;line-height:1.18;font-weight:800;color:var(--ds-text)}.page-subtitle{margin:8px 0 0;color:var(--ds-muted);font-size:14px;font-weight:600}.page-header-actions{min-width:0;display:flex;justify-content:flex-end}.filter-bar{display:grid;grid-template-columns:minmax(260px,1fr) minmax(0,auto);align-items:center;justify-content:space-between;grid-gap:14px;gap:14px;padding:0;background:transparent;box-shadow:none}.filter-group{display:flex;flex-wrap:wrap;gap:10px;align-items:center;min-width:0}.filter-group:not(.filter-search){justify-content:flex-end}.filter-select{min-height:40px;min-width:164px;width:auto;max-width:100%;-webkit-appearance:none;-moz-appearance:none;appearance:none;border:1px solid var(--ds-border);border-radius:8px;padding:0 50px 0 16px;background-color:var(--ds-surface);background-image:linear-gradient(45deg,transparent 50%,var(--ds-muted) 50%),linear-gradient(135deg,var(--ds-muted) 50%,transparent 50%);background-position:calc(100% - 24px) 50%,calc(100% - 17px) 50%;background-repeat:no-repeat;background-size:6px 6px;color:var(--ds-text);outline:none;font-size:14px;font-weight:600}.filter-select:focus{border-color:var(--ds-primary);box-shadow:none}.filter-search{flex:1 1 280px;min-width:min(280px,100%)}.filter-search .ds-search-input{width:100%}.module-create-menu{position:relative;display:inline-flex;width:max-content;min-width:190px}.module-create-menu .ds-button{width:100%;justify-content:space-between}.module-create-menu .ds-button svg:last-child{margin-left:2px}.module-create-popover{position:absolute;top:calc(100% + 10px);right:0;z-index:70;width:100%;min-width:100%;max-width:calc(100vw - 32px);max-height:360px;overflow:auto;border:1px solid var(--ds-border);border-radius:var(--ds-radius-lg);background:var(--ds-surface);box-shadow:var(--ds-shadow-popover);padding:6px}.module-create-option{display:grid;grid-template-columns:minmax(0,1fr) 34px;align-items:center;grid-gap:12px;gap:12px;border-radius:var(--ds-radius-sm);padding:11px 12px;color:var(--ds-text);text-decoration:none}.module-create-option:hover{background:var(--ds-primary-soft)}.module-create-option-title{font-size:13px;font-weight:650}.module-create-option-meta,.module-create-option-title{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.module-create-option-meta{color:var(--ds-muted);font-size:12px;font-weight:700}@media (max-width:780px){.global-search-shell{width:100%;flex-basis:100%}.global-search-modal-backdrop{align-items:flex-start;padding-top:7vh}.global-search-modal{width:calc(100vw - 32px)}.global-search-result{grid-template-columns:38px minmax(0,1fr)}.global-search-type{grid-row:auto}.global-search-result small,.global-search-result strong{grid-column:2}.user-pill{width:44px;height:44px;justify-content:center}.user-pill .user-copy,.user-pill>svg{display:none}.page-header{flex-direction:column;align-items:stretch}.page-title{font-size:clamp(24px,8vw,28px);line-height:1.18;overflow-wrap:anywhere}.page-subtitle{line-height:1.45;overflow-wrap:anywhere}.page-header-actions,.page-header-actions>*{width:100%}.filter-bar{grid-template-columns:1fr}.filter-group{align-items:stretch;flex-direction:column}.filter-group:not(.filter-search){justify-content:flex-start}.filter-select{width:100%}}@media (max-width:1023px){html.sidebar-collapsed{--ds-sidebar:0px}.sidebar-overlay{position:fixed;inset:0;z-index:95;display:block;border:0;background:rgb(15 23 42/42%);opacity:0;pointer-events:none;transition:opacity .2s ease}.sidebar-overlay.open{opacity:1;pointer-events:auto}.sidebar{width:min(320px,calc(100vw - 40px));max-width:calc(100vw - 40px);z-index:110;overflow:hidden;box-shadow:var(--ds-shadow-popover);transform:translateX(-104%);transition:transform .22s ease;will-change:transform}.sidebar.mobile-open{transform:translateX(0)}.sidebar.collapsed{width:min(320px,calc(100vw - 40px))}.sidebar-mobile-head{min-height:72px;display:grid;grid-template-columns:minmax(0,1fr) 44px;align-items:center;grid-gap:8px;gap:8px;padding:0 12px 0 0}.sidebar-brand,.sidebar.collapsed .sidebar-brand{min-height:72px;justify-content:flex-start;align-items:center;padding:0 18px 0 20px}.sidebar-brand-logo,.sidebar.collapsed .sidebar-brand-logo{display:none}.sidebar-brand-text,.sidebar.collapsed .sidebar-brand-text,.sidebar.collapsed .sidebar-footer,.sidebar.collapsed .sidebar-link span:not(.sidebar-badge){display:block}.sidebar-mobile-close{width:44px;height:44px;display:grid;place-items:center;border:0;border-radius:var(--ds-radius-sm);background:transparent;color:var(--ds-muted)}.sidebar-mobile-close:hover{background:var(--ds-primary-faint);color:var(--ds-primary)}.sidebar-nav,.sidebar.collapsed .sidebar-nav{align-items:stretch;padding:8px 12px 18px}.sidebar-section,.sidebar.collapsed .sidebar-section{width:100%;place-items:stretch}.sidebar-section-title,.sidebar.collapsed .sidebar-section-title{display:flex}.sidebar-link,.sidebar.collapsed .sidebar-link{width:100%;min-height:48px;justify-content:flex-start;gap:12px;padding:0 12px}.sidebar-link>span:not(.sidebar-badge),.sidebar.collapsed .sidebar-link>span:not(.sidebar-badge){min-width:0;flex:1 1 auto;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sidebar-badge,.sidebar.collapsed .sidebar-badge{position:static;margin-left:auto}.sidebar-footer,.sidebar.collapsed .sidebar-footer{display:block;padding:16px 20px 20px}.topbar{left:0;grid-template-columns:auto minmax(0,1fr) auto;padding:0 14px;gap:10px}.topbar-sidebar-toggle{width:44px;height:44px}.topbar-right{gap:8px}}@media (max-width:520px){.topbar{padding:0 10px;gap:8px}.topbar-icon,.topbar-sidebar-toggle,.user-pill{flex:0 0 auto}.global-search{gap:8px;padding-inline:12px}.global-search kbd{display:none}}@keyframes dsSpin{to{transform:rotate(1turn)}}.module-create-option-copy{min-width:0;display:grid;grid-gap:3px;gap:3px}.module-create-option-logo{width:34px;height:24px;display:block;object-fit:contain}.module-create-option-logo.protected-image-fade,.module-create-option-logo.protected-image-skeleton{width:34px;height:24px;max-width:none;max-height:none}.module-create-option-logo.placeholder{border:1px solid var(--ds-border);border-radius:5px;background:var(--ds-surface-soft)}