:root{--nl-primary:#22a88a;--nl-primary-soft:#45c2a8;--nl-primary-deep:#0f6c55;--nl-primary-rgb:34,168,138;--nl-accent:#ffb15c;--nl-accent-deep:#ffa244;--nl-accent-rgb:255,177,92;--nl-bg-soft:#f4f7fa;--nl-bg-card:#fff;--nl-border-subtle:#e8ecef;--nl-text-main:#1a1a1c;--nl-text-secondary:#6c707a;--nl-text-muted:#9da2ae;--nl-shadow-soft:0 4px 12px rgba(0,0,0,.06)}body{background-color:var(--nl-bg-soft);color:var(--nl-text-main)}.nl-app-shell{display:flex;min-height:100vh;background:var(--nl-bg-soft);position:relative}.nl-app-main{flex:1 1;padding:16px 32px 32px;box-sizing:border-box;position:relative}.nl-topbar{display:flex;align-items:center;justify-content:space-between;margin-bottom:24px;position:-webkit-sticky;position:sticky;top:0;z-index:30;background:var(--nl-bg-soft);padding-top:4px;padding-bottom:4px}.nl-topbar-breadcrumb{font-size:14px;color:var(--nl-text-muted)}.nl-topbar-breadcrumb strong{color:var(--nl-text-main);font-weight:600}.nl-topbar-actions{display:flex;align-items:center;gap:12px}.nl-topbar-search{width:320px;max-width:100%;height:40px;border-radius:999px;border:1px solid var(--nl-border-subtle);padding:0 16px;background:#f9fbff;display:flex;align-items:center;gap:8px;box-shadow:inset 0 0 0 1px transparent;transition:box-shadow .18s ease,border-color .18s ease,background .18s ease}.nl-topbar-search:focus-within{border-color:var(--nl-primary);box-shadow:0 0 0 3px rgba(var(--nl-primary-rgb),.12);background:#fff}.nl-topbar-search input{flex:1 1;border:none;outline:none;background:transparent;font-size:14px;color:var(--nl-text-main)}.nl-main-card{border-radius:24px;box-shadow:var(--nl-shadow-soft);border:1px solid var(--nl-border-subtle);padding:24px 28px;min-height:calc(100vh - 120px)}.nl-main-card,.sidebar{background:var(--nl-bg-card);box-sizing:border-box}.sidebar{width:240px;border-right:1px solid var(--nl-border-subtle);padding:24px 16px;position:-webkit-sticky;position:sticky;top:0;height:100vh;flex-shrink:0}.sidebar--collapsed{width:64px;padding:24px 10px}.sidebar-logo{display:flex;align-items:center;gap:8px;padding:0 8px 24px;font-weight:600;color:var(--nl-text-main);font-size:16px}.sidebar-nav-item{display:flex;align-items:center;gap:10px;padding:10px 14px;border-radius:999px;color:var(--nl-text-secondary);cursor:pointer;font-size:14px;margin-bottom:6px;transition:background .18s ease,box-shadow .18s ease,color .18s ease,transform .18s ease;border:1px solid transparent}.sidebar-nav-item:hover{background:#f0f4f8;color:var(--nl-text-main)}.sidebar-nav-item--active{background:var(--nl-primary);color:#fff;box-shadow:0 6px 18px rgba(var(--nl-primary-rgb),.45)}.sidebar-nav-icon{width:24px;height:24px;border-radius:999px;display:flex;align-items:center;justify-content:center;background:rgba(var(--nl-primary-rgb),.08);color:var(--nl-primary-deep);font-size:14px}.sidebar-nav-item--active .sidebar-nav-icon{background:hsla(0,0%,100%,.18);color:#fff}.nl-btn-primary{padding:0 20px;height:40px;border-radius:999px;border:none;background:var(--nl-primary);color:#fff;font-size:14px;font-weight:500;cursor:pointer;box-shadow:0 8px 22px rgba(var(--nl-primary-rgb),.35);display:inline-flex;align-items:center;gap:8px;transition:background .2s ease,box-shadow .2s ease,transform .2s ease}.nl-btn-primary:hover{background:var(--nl-primary-deep);transform:translateY(-1px)}.product-item-card{background:#fff;border-radius:20px;border:1px solid #e5e7eb;padding:12px 18px;display:flex;align-items:center;gap:16px;min-height:80px;box-shadow:0 10px 30px rgba(15,23,42,.03);transition:box-shadow .16s ease,transform .16s ease,border-color .16s ease}.product-item-card:hover{box-shadow:0 12px 26px rgba(15,23,42,.06);transform:translateY(-1px)}.product-item-card--selected{border-color:#16a085;box-shadow:0 0 0 3px rgba(22,160,133,.14);background:rgba(22,160,133,.04)}.product-item-left{display:flex;align-items:center;gap:12px;flex:1.4 1;min-width:0}.product-thumb{width:56px;height:56px;border-radius:16px;border:1px solid #e5e7eb;background:#f9fafb;overflow:hidden;flex-shrink:0}.product-info{display:flex;flex-direction:column;gap:4px;min-width:0}.product-title-row{display:flex;align-items:center;gap:8px}.product-name{font-size:14px;font-weight:600;color:#111827;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;max-width:260px}.product-meta-row{display:flex;align-items:center;gap:6px;flex-wrap:wrap}.sku-pill{background:#e5f5ef;color:#158f6c;font-weight:500}.sku-pill,.tag-pill{padding:2px 8px;border-radius:999px;font-size:11px}.tag-pill{background:#f3f4f6;color:#6b7280}.product-middle{display:flex;align-items:center;gap:16px;flex:1 1;justify-content:flex-start;min-width:0}.status-dot{width:8px;height:8px;border-radius:999px;background:#22c55e;flex-shrink:0}.stock{display:inline-flex;align-items:center;gap:4px;font-size:12px;color:#6b7280}.price-block{display:flex;flex-direction:column;gap:2px;min-width:0}.price-current{font-size:16px;font-weight:600;color:#13795b}.price-original{font-size:12px;color:#9ca3af;text-decoration:line-through}.product-right{flex:0 0 auto;display:flex;align-items:center;gap:12px}.status-pill{padding:4px 14px;border-radius:999px;background:#e5f5ef;color:#13795b;font-size:12px;font-weight:500;border:1px solid transparent}.status-pill--inactive{background:#f3f4f6;color:#6b7280}.status-pill--draft{background:#eef2ff;color:#4338ca}.action-icon-btn{width:32px;height:32px;display:inline-flex;align-items:center;justify-content:center;border-radius:50%;color:#6b7280}.action-icon-btn:hover{color:#111827;background:#f3f4f6}.action-icon{width:20px;height:20px}.empty-state{height:calc(100vh - 160px);flex-direction:column;color:var(--nl-text-secondary);text-align:center;gap:6px}.empty-state,.empty-state-icon{display:flex;align-items:center;justify-content:center}.empty-state-icon{width:64px;height:64px;border-radius:24px;background:rgba(var(--nl-primary-rgb),.08);color:var(--nl-primary-deep);margin-bottom:10px;font-size:28px}.empty-state-title{font-size:18px;font-weight:600;color:var(--nl-text-main)}.empty-state-desc{font-size:14px;color:var(--nl-text-muted);max-width:440px}.nl-text-main{color:var(--nl-text-main)}.nl-text-secondary{color:var(--nl-text-secondary)}.nl-text-muted{color:var(--nl-text-muted)}.nl-bg-soft{background-color:var(--nl-bg-soft)}.nl-editor-sheet{background:var(--nl-bg-soft)}.edit-product-page{min-height:100vh;background:#f4f5f7;padding:24px;box-sizing:border-box}.edit-product-shell{max-width:1240px;margin:0 auto}.edit-product-card{background:#fff;border-radius:24px;box-shadow:0 8px 24px rgba(15,23,42,.06);display:flex;flex-direction:column;overflow:hidden;min-height:calc(100vh - 48px);transform:translateY(-1px)}.edit-product-card-header{display:flex;align-items:center;justify-content:space-between;padding:16px 24px 8px;border-bottom:1px solid rgba(232,236,239,.7)}.stepper{justify-content:flex-start;gap:36px;padding:8px 24px}.step-item,.stepper{display:flex;align-items:center}.step-item{position:relative;flex-direction:column;gap:4px;cursor:pointer}.step-item:after{content:"";position:absolute;top:14px;left:calc(50% + 17px);right:-40px;border-top:1px dashed #d5d9e2;z-index:0}.step-item:last-child:after{content:none}.step-badge{width:24px;height:24px;border-radius:999px;border:2px solid #d5d9e2;display:flex;align-items:center;justify-content:center;font-weight:700;background:#fff;box-shadow:0 0 0 3px hsla(0,0%,100%,.8)}.step-badge,.step-label{font-size:12px;color:#9da2ae;z-index:1}.step-label{font-weight:600}.step-active .step-badge{background:#22a88a;border-color:#22a88a;color:#fff}.step-active .step-label{color:#111827}.edit-product-card-body{padding:16px 24px 24px;max-height:calc(100vh - 48px - 136px);overflow-y:auto;background:#fff;flex:1 1}.edit-product-card-footer{padding:10px 24px 16px;border-top:1px solid rgba(232,236,239,.7);display:flex;justify-content:flex-end;align-items:center;gap:12px;position:-webkit-sticky;position:sticky;bottom:0;background:#fff}.nl-editor-main{background:#fff}.nl-btn-secondary{padding:0 20px;height:40px;border-radius:999px;border:1px solid var(--nl-border-subtle);background:#f9fafb;color:var(--nl-text-secondary);font-size:14px;font-weight:500}.product-image-preview{width:100%;height:100%}.edit-card-grid{display:grid;grid-gap:16px;gap:16px}.edit-card-grid--two{grid-template-columns:repeat(2,minmax(0,1fr))}@media (max-width:1024px){.edit-card-grid--two{grid-template-columns:minmax(0,1fr)}}.edit-product-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:16px 20px;gap:16px 20px;grid-auto-rows:minmax(0,1fr);align-items:start}.edit-column-left,.edit-column-right{display:flex;flex-direction:column;gap:16px}.edit-right-top{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:16px;gap:16px}.price-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:12px 16px;gap:12px 16px}.price-grid-item{width:100%}@media (max-width:900px){.price-grid{grid-template-columns:minmax(0,1fr)}}.spec-grid,.variant-grid{display:grid;grid-template-columns:minmax(0,1fr);grid-gap:12px 12px;gap:12px 12px}.spec-grid>*,.variant-grid>*{width:100%}@media (max-width:900px){.spec-grid,.variant-grid{grid-template-columns:minmax(0,1fr)}}.variant-spec-wrapper{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:16px;gap:16px}.variant-spec-item{width:100%}.inline-add{display:flex;justify-content:flex-start;width:100%;margin-top:6px}.inline-add-btn{width:50%;min-width:140px;padding-left:14px;padding-right:14px}@media (max-width:900px){.variant-spec-wrapper{grid-template-columns:minmax(0,1fr)}}@media (max-width:1200px){.edit-product-grid,.edit-right-top{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:900px){.edit-product-grid,.edit-right-top{grid-template-columns:minmax(0,1fr)}}.edit-card{min-height:0}.card-block,.edit-card{background:var(--nl-bg-card);border-radius:18px;border:1px solid var(--nl-border-subtle);box-shadow:0 2px 6px rgba(0,0,0,.02);padding:20px 20px 18px}.card-header{margin-bottom:12px;display:flex;align-items:center;gap:10px}.media-header{align-items:center;gap:8px}.media-text{display:flex;flex-direction:column;gap:2px}.media-title-row{display:flex;align-items:center;gap:6px}.media-icon{width:16px;height:16px;color:#000}.edit-promo-body{grid-template-columns:.9fr 1.4fr}.promo-panel{background:#fff;border-radius:18px}.promo-panel-products{border:1px solid #eef0f4;box-shadow:none}.promo-panel-promotions{border:1px solid #e1e4ed;box-shadow:0 8px 24px rgba(15,23,42,.05)}.current-product-card{border-radius:16px;border:1px solid #e5e7eb;padding:12px 14px;display:grid;grid-template-columns:auto 1fr;grid-gap:8px 12px;gap:8px 12px;align-items:center}.quota-row{display:flex;justify-content:space-between;align-items:center;padding:6px 10px;border-radius:999px;font-size:12px;margin-bottom:4px}.quota-dot{width:6px;height:6px;border-radius:999px;display:inline-block}.quota-safe{background:#e7f7f2;color:#22a88a}.quota-safe .quota-dot{background:#22a88a}.quota-warning{background:#fff6e6;color:#f59e0b}.quota-warning .quota-dot{background:#f59e0b}.quota-danger{background:#fdecec;color:#dc2626}.quota-danger .quota-dot{background:#dc2626}.promo-rule-card{border-radius:16px;border:1px solid #e5e7eb;padding:12px 16px;margin-bottom:10px;background:#fff;display:grid;grid-template-columns:minmax(0,1.5fr) auto;grid-gap:6px 16px;gap:6px 16px}.promo-rule-card--active{border-color:#22a88a;box-shadow:0 0 0 1px rgba(34,168,138,.18);background:#f5fffb}.promo-rule-card--disabled{opacity:.5;pointer-events:none}.promo-rule-card__left{min-width:0}.promo-rule-card__title{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:6px}.promo-rule-card__right{display:flex;flex-direction:column;align-items:flex-end;gap:6px;height:100%}.promotion-item-card{align-items:flex-start;padding:18px 20px;flex-wrap:wrap}.promotion-item-card--blocked{opacity:.6}.promotion-item-left{display:flex;gap:16px;flex:2 1;min-width:0;align-items:flex-start}.promotion-icon{width:52px;height:52px;border-radius:16px;border:1px solid #e5e7eb;background:#f9fafb;display:flex;align-items:center;justify-content:center;flex-shrink:0;color:#6b7280}.promotion-info{display:flex;flex-direction:column;gap:8px;min-width:0}.promotion-title-row{display:flex;justify-content:space-between;gap:12px;align-items:flex-start}.promotion-title{display:flex;align-items:center;gap:8px;min-width:0;flex:1 1}.promotion-name{font-size:15px;font-weight:600;color:#111827;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.promotion-tag-preview{padding:3px 8px;border-radius:999px;font-size:11px;font-weight:600}.promotion-labels{display:flex;gap:8px;flex-wrap:wrap;justify-content:flex-end}.promotion-status-pill{padding:3px 10px;border-radius:999px;font-size:12px;font-weight:600;border:1px solid transparent;display:inline-flex;align-items:center;gap:4px}.promotion-status-pill--active{background:#e8fbf3;color:#1f8a70;border-color:rgba(31,138,112,.3)}.promotion-status-pill--scheduled{background:#fef7ec;color:#d97706;border-color:rgba(217,119,6,.3)}.promotion-status-pill--paused{background:#fff6e6;color:#b45309;border-color:rgba(180,83,9,.3)}.promotion-status-pill--ended{background:#f3f4f6;color:#6b7280;border-color:hsla(220,9%,46%,.2)}.promotion-status-pill--draft{background:#eef2ff;color:#4338ca;border-color:rgba(67,56,202,.3)}.promotion-type-pill{padding:3px 10px;border-radius:999px;background:#f3f4f6;color:#4b5563;font-size:12px;font-weight:500}.promotion-chip-active{padding:3px 8px;border-radius:999px;background:#dcfce7;color:#15803d;font-size:11px;font-weight:600}.promotion-chip{padding:4px 10px;border-radius:999px;background:#f3f4f6;color:#4b5563;display:inline-flex;align-items:center;gap:4px}.promotion-meta-row{display:flex;flex-wrap:wrap;gap:12px;font-size:12px;color:#4b5563}.promotion-meta-item{display:inline-flex;align-items:center;gap:6px}.promotion-desc{font-size:12px;color:#6b7280;line-height:1.6}.promotion-warning{font-size:12px;color:#dc2626;background:#fef2f2;padding:4px 10px;border-radius:999px;width:-moz-fit-content;width:fit-content}.promotion-item-right{display:flex;flex-direction:column;gap:12px;align-items:flex-end;flex:1 1;min-width:240px}.promotion-stats{display:flex;flex-wrap:wrap;gap:10px;justify-content:flex-end}.promotion-stat{display:flex;align-items:center;gap:8px;padding:8px 12px;border-radius:14px;border:1px solid #e5e7eb;background:#f9fafb}.promotion-stat-label{font-size:12px;color:#6b7280}.promotion-stat-value{font-size:14px;font-weight:600;color:#111827}.promotion-actions{display:flex;gap:8px;justify-content:flex-end}.promotion-actions .promo-action-btn{border-radius:999px}.promotion-list-card{align-items:flex-start;padding:18px 22px;gap:18px}.promotion-card-left{display:flex;gap:14px;flex:1.6 1;min-width:0}.promotion-card-main{display:flex;flex-direction:column;gap:8px;min-width:0}.promotion-card-header{display:flex;justify-content:space-between;gap:12px;align-items:flex-start}.promotion-name-row{display:flex;flex-wrap:wrap;align-items:center;gap:8px}.promotion-card-title{font-size:15px;font-weight:600;color:#111827;max-width:360px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.promotion-card-desc{font-size:12px;color:#6b7280;line-height:1.6}.promotion-chip-row{display:flex;flex-wrap:wrap;gap:8px}.promotion-chip-row .promotion-chip{font-size:12px;color:#4b5563}.promotion-chip--info{background:#e0f2fe;color:#0369a1}.promotion-chip--success{background:#dcfce7;color:#15803d}.promotion-chip--warning{background:#fef3c7;color:#b45309}.promotion-card-middle{flex:1.2 1;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:12px 18px;gap:12px 18px;min-width:0}.promotion-meta-block{display:flex;align-items:flex-start;gap:10px}.promotion-meta-block--wide{grid-column:1/-1}.promotion-meta-text{min-width:0;flex:1 1}.promotion-meta-title{font-size:12px;color:#6b7280}.promotion-meta-title--inline{display:inline-flex;align-items:center;gap:6px}.promotion-meta-inline-value{font-size:13px;font-weight:700;color:#111827}.promotion-meta-value{font-size:13px;font-weight:600;color:#111827;overflow:hidden;text-overflow:ellipsis}.promotion-meta-value--nowrap{white-space:nowrap}.promotion-meta-value--single-line{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.promotion-meta-value--no-truncate{white-space:nowrap;overflow:visible;text-overflow:clip}.promotion-card-right{flex:0 0 auto;display:flex;align-items:center;gap:6px}.promotion-stat-block{width:100%;border:1px solid #e5e7eb;border-radius:14px;padding:10px 14px;display:flex;align-items:center;justify-content:space-between;font-size:12px;color:#4b5563}.promotion-stat-block--compact{width:auto;min-width:88px;padding:4px 10px;border-radius:10px;line-height:1.1;gap:8px;font-size:11px}.promotion-stat-block strong{font-size:16px;color:#111827}.promotion-card-actions{display:flex;gap:8px}.promotion-card-actions--inline{align-self:flex-start}.promotion-card-actions .action-icon-btn{border:1px solid transparent}.promo-chip{align-self:flex-end;font-size:11px;color:#22a88a}.promo-btn-primary{background:#22a88a;color:#fff;border:none}.promo-btn-primary:hover{background:#0f6c55}.promo-actions-row{margin-top:auto;display:flex;align-items:center;gap:6px;align-self:flex-end}.promo-action-btn{height:28px;padding:0 10px;border-radius:999px;font-size:12px;font-weight:700;border:1px solid #e5e7eb;background:#fff;color:#0f172a;line-height:1}.promo-action-btn:hover:not(:disabled){background:#f3f4f6}.promo-action-btn--primary{background:#22a88a;border-color:#22a88a;color:#fff}.promo-action-btn--primary:hover:not(:disabled){background:#0f6c55;border-color:#0f6c55}.promo-action-btn:disabled{opacity:.5;cursor:not-allowed}.promo-left{display:flex;flex-direction:column;gap:16px}.linked-promos-section{border-radius:16px;border:1px solid #eef0f4;padding:12px 14px;background:#fff;display:flex;flex-direction:column;gap:8px}.linked-promos-header .title-row{display:flex;align-items:center;justify-content:space-between}.section-title{font-size:14px;font-weight:600;color:#111827}.count-pill{padding:2px 8px;border-radius:999px;background:#f3f4f6;font-size:12px;color:#6b7280}.quota-row-single{font-size:12px;color:#6b7280;margin-top:4px}.linked-promos-list{margin-top:6px;display:flex;flex-direction:column;gap:6px;max-height:220px;overflow-y:auto}.linked-promo-item{border-radius:999px;padding:6px 10px;background:#f9fafb;display:flex;align-items:center;justify-content:space-between;gap:8px}.linked-promo-main{display:inline-flex;align-items:center;gap:6px;font-size:12px}.promo-name{color:#111827;font-weight:500}.badge-discount{background:#fee2e2;color:#dc2626}.badge-discount,.badge-status{padding:1px 6px;border-radius:999px;font-size:11px}.badge-status{background:#dcfce7;color:#16a34a}.btn-link-remove{border:none;background:transparent;text-decoration:underline;cursor:pointer}.btn-link-remove,.linked-promo-empty,.linked-promos-footer{font-size:12px;color:#9ca3af}.linked-promos-footer{margin-top:4px}.order-detail-page{min-height:100%}.order-detail-card{min-height:calc(100vh - 40px)}.order-detail-header{display:flex;flex-wrap:wrap;align-items:flex-start;justify-content:space-between;gap:16px}.order-detail-header-left{display:flex;flex-direction:column;gap:12px;flex:1 1;min-width:260px}.order-detail-actions,.order-detail-status{display:flex;flex-wrap:wrap;gap:8px}.order-detail-header-right{display:flex;flex-direction:column;align-items:flex-end;gap:10px}.order-detail-stepper{justify-content:flex-end}.order-detail-action-btn{height:32px;font-size:12px;border-radius:999px;padding:0 14px}.order-detail-stepper{display:flex;gap:12px}.card-title{font-size:16px;font-weight:600;color:var(--nl-text-main);margin-bottom:2px}.card-subtitle,.media-subtitle{font-size:12px;color:var(--nl-text-muted)}.media-subtitle{white-space:nowrap}.card-divider{border-top:1px solid var(--nl-border-subtle);margin:12px 0}.nl-input{background:#f9fafb;border:1px solid var(--nl-border-subtle);border-radius:10px;transition:border-color .18s ease,box-shadow .18s ease,background .18s ease}.nl-input:focus{border-color:var(--nl-primary-soft);box-shadow:0 0 0 3px rgba(var(--nl-primary-rgb),.12);background:#fff;outline:none}.edit-card button[role=combobox],.edit-card input,.edit-card select,.edit-card textarea{background:#f9fafb;border:1px solid var(--nl-border-subtle);border-radius:10px}.edit-card button[role=combobox]:focus,.edit-card input:focus,.edit-card select:focus,.edit-card textarea:focus{border-color:var(--nl-primary-soft);box-shadow:0 0 0 3px rgba(var(--nl-primary-rgb),.12);outline:none;background:#fff}.upload-area{border-radius:16px;border:1px dashed var(--nl-border-subtle);background:#fafbfc;padding:10px;text-align:center;color:var(--nl-text-muted);transition:border-color .18s ease,background .18s ease,transform .18s ease}.upload-area:hover{border-color:var(--nl-primary);background:rgba(var(--nl-primary-rgb),.04);transform:translateY(-1px)}.product-image-row{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:8px;gap:8px;align-items:start}.image-tile{width:100%;aspect-ratio:4/3;border-radius:12px;overflow:hidden;background:#f8fafc;display:flex;align-items:center;justify-content:center;position:relative}.image-preview img{width:100%;height:100%;object-fit:contain}.image-upload{border:1px dashed #e2e5eb;background:#fbfcfe;color:#a0a4ae;font-size:12px;padding:8px}.image-upload:hover{border-color:#22a88a33;background:#f5fffb}@media (max-width:768px){.product-image-row{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:520px){.product-image-row{grid-template-columns:minmax(0,1fr)}}.edit-card [data-state=checked]{background:var(--nl-primary);border-color:var(--nl-primary)}.nl-topbar-mobile{position:-webkit-sticky;position:sticky;top:0;z-index:40;background:var(--nl-bg-card);border-bottom:1px solid var(--nl-border-subtle)}@media (max-width:1024px){.nl-app-main{padding:14px 18px 24px}.nl-main-card{padding:18px 20px}.nl-topbar{flex-direction:column;align-items:flex-start;gap:12px}.nl-topbar-actions,.nl-topbar-search{width:100%}.sidebar{position:relative;height:auto}}