: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:#FFFFFF;--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,0.06)}.dark,:root[data-builder-theme=dark]{--nl-bg-soft:oklch(0.145 0 0);--nl-bg-card:oklch(0.205 0 0);--nl-border-subtle:oklch(0.269 0 0);--nl-text-main:oklch(0.985 0 0);--nl-text-secondary:oklch(0.708 0 0);--nl-text-muted:oklch(0.708 0 0)}.dark{color-scheme:dark}.nl-app-shell{display:flex;min-height:100vh;background:var(--nl-bg-soft);color:var(--nl-text-main)}.nl-app-main,.nl-app-shell{position:relative;max-width:100%;overflow-x:hidden;overflow-x:clip}.nl-app-main{flex:1 1;padding:16px 32px 32px;box-sizing:border-box;min-width:0}.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:var(--input-background);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:var(--background)}.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);min-width:0;max-width:100%}.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:rgba(var(--nl-primary-rgb),.06);color:var(--nl-text-main)}.sidebar-nav-item--active{background:var(--nl-primary);color:#FFFFFF;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:rgba(255,255,255,.18);color:#FFFFFF}.nl-btn-primary{padding:0 20px;height:40px;border-radius:999px;border:none;background:var(--nl-primary);color:#FFFFFF;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:#ffffff;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)}.shop-page-dialog{max-width:90vw}@media (min-width:40rem){.shop-page-dialog{max-width:50vw}}[data-slot=dialog-content].review-composer-dialog{width:min(42rem,calc(100vw - 2rem));max-width:min(42rem,calc(100vw - 2rem))!important;max-height:min(90vh,46rem);overflow-y:auto}.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);color:var(--nl-text-main)}.edit-product-page,.nl-editor-sheet{background:var(--nl-bg-soft)}.edit-product-page{min-height:100vh;padding:24px;box-sizing:border-box}.edit-product-shell{max-width:1440px;margin:0 auto}.edit-product-card{background:var(--nl-bg-card);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 var(--nl-border-subtle)}.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 rgba(148,163,184,.5);z-index:0}.step-item:last-child:after{content:none}@media (max-width:640px){.edit-product-page{padding:12px}.edit-product-card{min-height:auto}.edit-product-card-header{padding:12px 12px 8px;align-items:flex-start;gap:12px}.stepper{gap:18px;padding:8px 12px 0;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;scrollbar-width:none}.stepper::-webkit-scrollbar{display:none}.step-item:after{content:none}.edit-product-card-body{padding:12px;max-height:none}.edit-product-card-footer{padding:10px 12px 12px;flex-wrap:wrap;justify-content:flex-start}}.step-badge{width:24px;height:24px;border-radius:999px;border:2px solid var(--nl-border-subtle);display:flex;align-items:center;justify-content:center;font-weight:700;background:var(--nl-bg-card);box-shadow:0 0 0 3px rgba(15,23,42,.02)}.step-badge,.step-label{font-size:12px;color:var(--nl-text-muted);z-index:1}.step-label{font-weight:600}.step-active .step-badge{background:var(--nl-primary);border-color:var(--nl-primary);color:#FFFFFF}.step-active .step-label{color:var(--nl-text-main)}.edit-product-card-body{padding:16px 24px 24px;max-height:calc(100vh - 48px - 136px);overflow-y:auto;background:var(--nl-bg-card);flex:1 1}.edit-product-card-footer{padding:10px 24px 16px;border-top:1px solid var(--nl-border-subtle);display:flex;justify-content:flex-end;align-items:center;gap:12px;position:-webkit-sticky;position:sticky;bottom:0}.edit-product-card-footer,.nl-btn-secondary,.nl-editor-main{background:var(--nl-bg-card)}.nl-btn-secondary{padding:0 20px;height:40px;border-radius:999px;border:1px solid var(--nl-border-subtle);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:stretch}.edit-column-left,.edit-column-right{display:flex;flex-direction:column;gap:16px;height:100%;min-height:0}.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:#000000}.edit-promo-body{grid-template-columns:.9fr 1.4fr}.promo-panel{background:var(--nl-bg-card);border-radius:18px}.promo-panel-products{border:1px solid var(--nl-border-subtle);box-shadow:none}.promo-panel-promotions{border:1px solid var(--nl-border-subtle);box-shadow:0 8px 24px rgba(15,23,42,.18)}.current-product-card{border-radius:16px;border:1px solid var(--nl-border-subtle);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:rgba(var(--nl-primary-rgb),.08);color:var(--nl-primary)}.quota-safe .quota-dot{background:var(--nl-primary)}.quota-warning{background:rgba(245,158,11,.08);color:#F59E0B}.quota-warning .quota-dot{background:#F59E0B}.quota-danger{background:rgba(220,38,38,.08);color:#DC2626}.quota-danger .quota-dot{background:#DC2626}.promo-rule-card{border-radius:16px;border:1px solid var(--nl-border-subtle);padding:12px 16px;margin-bottom:10px;background:var(--nl-bg-card);display:grid;grid-template-columns:minmax(0,1.5fr) auto;grid-gap:6px 16px;gap:6px 16px}.promo-rule-card--active{border-color:var(--nl-primary);box-shadow:0 0 0 1px rgba(var(--nl-primary-rgb),.18);background:rgba(var(--nl-primary-rgb),.06)}.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 var(--nl-border-subtle);background:var(--nl-bg-soft);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:rgba(107,114,128,.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:#FFFFFF;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:#FFFFFF;color:#0F172A;line-height:1}.promo-action-btn:hover:not(:disabled){background:#F3F4F6}.promo-action-btn--primary{background:#22A88A;border-color:#22A88A;color:#FFFFFF}.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 var(--nl-border-subtle);padding:12px 14px;background:var(--nl-bg-card);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:var(--nl-text-main)}.count-pill{padding:2px 8px;border-radius:999px;background:var(--nl-bg-soft)}.count-pill,.quota-row-single{font-size:12px;color:var(--nl-text-muted)}.quota-row-single{margin-top:4px}.linked-promos-list{margin-top:6px;display:flex;flex-direction:column;gap:6px;max-height:220px;overflow-y:auto;-webkit-overflow-scrolling:touch}.linked-promo-item{border-radius:999px;padding:6px 10px;background:var(--nl-bg-soft);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:var(--nl-text-main);font-weight:500}.badge-discount{background:rgba(220,38,38,.15);color:#DC2626}.badge-discount,.badge-status{padding:1px 6px;border-radius:999px;font-size:11px}.badge-status{background:rgba(22,163,74,.18);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:var(--nl-text-muted)}.linked-promos-footer{margin-top:4px}@media (max-width:900px){.edit-promo-body{grid-auto-rows:minmax(0,1fr)}.edit-promo-body,.promo-rule-card{grid-template-columns:minmax(0,1fr)}.promo-rule-card{padding:12px 14px}.promo-rule-card__right{flex-direction:row;flex-wrap:wrap;justify-content:space-between;align-items:center;align-self:stretch}.promo-actions-row{margin-top:0;align-self:stretch;justify-content:flex-end}}.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:var(--input-background);border:1px solid var(--nl-border-subtle);border-radius:10px;color:var(--nl-text-main);transition:border-color .18s ease,box-shadow .18s ease,background .18s ease}.nl-input::placeholder{color:var(--nl-text-muted)}.nl-input:focus{border-color:var(--nl-primary-soft);box-shadow:0 0 0 3px rgba(var(--nl-primary-rgb),.12);background:var(--background);outline:none}.edit-card button[role=combobox],.edit-card input,.edit-card select,.edit-card textarea{background:var(--input-background);border:1px solid var(--nl-border-subtle);border-radius:10px;color:var(--nl-text-main)}.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:var(--background)}.upload-area{border-radius:16px;border:1px dashed var(--nl-border-subtle);background:var(--nl-bg-card);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:var(--nl-bg-card);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:var(--nl-bg-soft);color:#A0A4AE;font-size:12px;padding:8px}.image-upload:hover{border-color:#22A88A33;background:rgba(var(--nl-primary-rgb),.04)}@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)}[data-slot=tabs-list]{background-color:var(--muted);border-radius:999px;padding:3px}[data-slot=tabs-trigger]{border-radius:999px;font-weight:500;transition:background-color .18s ease,color .18s ease,box-shadow .18s ease}[data-slot=tabs-trigger][data-state=active]{background-color:var(--card);color:var(--foreground);box-shadow:0 2px 4px rgba(15,23,42,.12)}[data-slot=tabs-trigger]:not([data-state=active]){background-color:transparent;color:var(--muted-foreground)}.dark [data-slot=tabs-trigger][data-state=active]{background-color:var(--input-background);color:var(--foreground)}.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}}.seo-workbench{display:grid;grid-template-rows:auto 1fr;grid-gap:12px;gap:12px;height:100%;min-height:0}.seo-workbench-top-zone{position:-webkit-sticky;position:sticky;top:0;z-index:20;display:grid;grid-gap:8px;gap:8px;background:var(--nl-bg-card);padding-bottom:4px}.seo-workbench-toolbar{display:grid;grid-template-columns:minmax(240px,320px) minmax(320px,1fr) auto;align-items:end;grid-gap:10px;gap:10px;border:1px solid var(--nl-border-subtle);border-radius:12px;padding:10px;background:var(--background)}.seo-workbench-toolbar-left{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:8px;gap:8px}.seo-workbench-toolbar-actions{display:flex;flex-wrap:wrap;gap:8px;align-items:center}.seo-workbench-toolbar-right{display:flex;flex-wrap:wrap;gap:6px;justify-content:flex-end}.seo-workbench-status-rail{border:1px solid var(--nl-border-subtle);border-radius:12px;padding:8px 10px;background:var(--background);display:grid;grid-gap:8px;gap:8px}.seo-workbench-status-items{display:flex;flex-wrap:wrap;gap:8px}.seo-workbench-status-chip{border:1px solid var(--nl-border-subtle);border-radius:999px;padding:5px 10px;display:inline-flex;align-items:center;gap:8px;font-size:12px;background:var(--background)}.seo-workbench-status-chip.is-clickable{cursor:pointer;transition:border-color .16s ease,background .16s ease}.seo-workbench-status-chip.is-clickable:hover{border-color:var(--nl-primary);background:rgba(var(--nl-primary-rgb),.05)}.seo-workbench-latest-error{border:1px dashed var(--nl-border-subtle);border-radius:10px;background:transparent;padding:6px 10px;text-align:left;display:grid;grid-gap:4px;gap:4px}.seo-workbench-latest-error-title{font-size:12px;color:var(--nl-text-muted)}.seo-workbench-latest-error-content,.seo-workbench-latest-error-empty{font-size:12px;color:var(--nl-text-secondary);display:inline-flex;align-items:center;gap:6px}.seo-workbench-latest-error.has-error{border-color:rgba(239,68,68,.45);background:rgba(239,68,68,.06)}.seo-workbench-latest-error.has-error .seo-workbench-latest-error-content{color:rgb(220,38,38)}.seo-workbench-main-grid{min-height:0;display:grid;grid-template-columns:240px minmax(0,1fr) 360px;grid-gap:12px;gap:12px}.seo-workbench-panel{border:1px solid var(--nl-border-subtle);border-radius:14px;background:var(--background);min-height:0;overflow:auto;padding:12px}.seo-workbench-tree-panel{display:grid;grid-gap:12px;gap:12px;align-content:start}.seo-workbench-tree-group{display:grid;grid-gap:6px;gap:6px}.seo-workbench-tree-group-title{font-size:11px;text-transform:uppercase;letter-spacing:.05em;color:var(--nl-text-muted)}.seo-workbench-tree-item{width:100%;display:flex;align-items:center;justify-content:space-between;gap:8px;border:1px solid var(--nl-border-subtle);border-radius:10px;padding:7px 9px;background:transparent;cursor:pointer}.seo-workbench-tree-item-label{display:inline-flex;align-items:center;gap:6px;font-size:13px;color:var(--nl-text-main)}.seo-workbench-tree-item:hover{border-color:var(--nl-primary);background:rgba(var(--nl-primary-rgb),.05)}.seo-workbench-tree-item.is-active{border-color:var(--nl-primary);box-shadow:0 0 0 2px rgba(var(--nl-primary-rgb),.12);background:rgba(var(--nl-primary-rgb),.08)}.seo-workbench-center-panel,.seo-workbench-inspector-panel{scrollbar-width:thin}@media (max-width:1440px){.seo-workbench-main-grid{grid-template-columns:220px minmax(0,1fr);grid-template-areas:"tree center" "inspector inspector"}.seo-workbench-tree-panel{grid-area:tree}.seo-workbench-center-panel{grid-area:center}.seo-workbench-inspector-panel{grid-area:inspector}}@media (max-width:1024px){.seo-workbench-toolbar{grid-template-columns:1fr}.seo-workbench-toolbar-left{grid-template-columns:repeat(2,minmax(0,1fr))}.seo-workbench-toolbar-right{justify-content:flex-start}.seo-workbench-main-grid{grid-template-columns:1fr;grid-template-areas:"tree" "center" "inspector"}.seo-workbench-panel{max-height:none}}@media (max-width:640px){.seo-workbench-toolbar-left{grid-template-columns:1fr}.seo-workbench-status-items{overflow-x:auto;flex-wrap:nowrap;padding-bottom:4px}}.nr-hero-height-compact-mobile{min-height:420px}.nr-hero-height-compact-desktop{min-height:60vh}.nr-hero-height-comfortable-mobile{min-height:520px}.nr-hero-height-comfortable-desktop{min-height:70vh}.nr-hero-height-tall-mobile{min-height:600px}.nr-hero-height-tall-desktop{min-height:80vh}.nr-hero-height-screen{min-height:100vh;min-height:100svh}.official-markdown{color:rgb(71 85 105);font-size:1rem;line-height:1.8}.dark .official-markdown{color:rgb(203 213 225)}.official-markdown>*+*{margin-top:1.1rem}.official-markdown h1,.official-markdown h2,.official-markdown h3,.official-markdown h4,.official-markdown h5,.official-markdown h6{color:rgb(15 23 42);font-weight:700;line-height:1.3;margin-top:1.6rem;margin-bottom:.7rem}.dark .official-markdown h1,.dark .official-markdown h2,.dark .official-markdown h3,.dark .official-markdown h4,.dark .official-markdown h5,.dark .official-markdown h6{color:rgb(248 250 252)}.official-markdown h1{font-size:2rem}.official-markdown h2{font-size:1.55rem}.official-markdown h3{font-size:1.25rem}.official-markdown p{margin:.85rem 0}.official-markdown a{color:rgb(37 99 235);text-decoration:underline;text-underline-offset:3px}.dark .official-markdown a{color:rgb(147 197 253)}.official-markdown ol,.official-markdown ul{margin:.9rem 0;padding-left:1.45rem}.official-markdown ul{list-style-type:disc}.official-markdown ol{list-style-type:decimal}.official-markdown li{margin:.3rem 0}.official-markdown blockquote{border-left:4px solid rgb(59 130 246/.6);background:rgb(239 246 255);border-radius:.75rem;color:rgb(30 64 175);margin:1.2rem 0;padding:.9rem 1rem}.dark .official-markdown blockquote{border-left-color:rgb(96 165 250/.6);background:rgb(59 130 246/.12);color:rgb(191 219 254)}.official-markdown code{background:rgb(241 245 249);border-radius:.4rem;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:.875rem;padding:.15rem .4rem}.dark .official-markdown code{background:rgb(30 41 59)}.official-markdown pre{background:rgb(15 23 42);border-radius:.9rem;color:rgb(226 232 240);margin:1.1rem 0;overflow-x:auto;padding:1rem 1.1rem}.official-markdown pre code{background:transparent;color:inherit;font-size:.85rem;padding:0}.official-markdown table{border-collapse:collapse;margin:1.2rem 0;width:100%}.official-markdown td,.official-markdown th{border:1px solid rgb(226 232 240);padding:.6rem .75rem;text-align:left}.dark .official-markdown td,.dark .official-markdown th{border-color:rgb(51 65 85)}.official-markdown hr{border:0;border-top:1px solid rgb(226 232 240);margin:1.6rem 0}.dark .official-markdown hr{border-top-color:rgb(51 65 85)}.official-company-shell{position:relative;padding:6rem 0;--oc-card-bg:rgb(255 255 255/0.84);--oc-card-bg-strong:rgb(255 255 255/0.9);--oc-border:rgb(15 23 42/0.12);--oc-text-primary:rgb(15 23 42);--oc-text-secondary:rgb(71 85 105);--oc-text-muted:rgb(100 116 139);--oc-accent:var(--nl-primary);--oc-accent-soft:var(--nl-primary-soft);--oc-accent-deep:var(--nl-primary-deep);--oc-accent-strong:rgb(var(--nl-primary-rgb)/0.16);--oc-accent-stronger:rgb(var(--nl-primary-rgb)/0.24);--oc-accent-text:var(--nl-primary);--oc-accent-text-strong:var(--nl-primary-deep);--oc-nav-hover-bg:rgb(var(--nl-primary-rgb)/0.1);--oc-nav-hover-text:var(--nl-primary-deep);--oc-nav-hover-desc:var(--nl-primary);--oc-nav-active-bg:rgb(var(--nl-primary-rgb)/0.16);--oc-nav-active-text:var(--nl-primary-deep)}.official-company-layout{margin:0 auto;max-width:1600px;padding:0 1rem}.official-company-sidebar{display:none}.official-company-mobile-tabs{display:block;margin-bottom:1.25rem}.official-company-mobile-tabs-list{display:flex;flex-wrap:wrap;gap:.5rem}.official-company-mobile-tab{border-color:rgb(203 213 225);background:rgb(255 255 255/.94);color:rgb(51 65 85)}.official-company-mobile-tab:hover{border-color:rgb(148 163 184)}.official-company-mobile-tab.is-active{border-color:var(--oc-accent);background:var(--oc-accent);color:white}.official-company-main{min-width:0}.official-company-nav{display:flex;flex-direction:column;gap:.5rem}.official-company-nav-link{color:var(--oc-text-secondary)}.official-company-nav-link:hover{background:var(--oc-nav-hover-bg);color:var(--oc-nav-hover-text)}.official-company-nav-link.is-active{background:var(--oc-nav-active-bg);color:var(--oc-nav-active-text)}.official-company-sidebar-card{background:var(--oc-card-bg);border-color:var(--oc-border)}.official-company-sidebar-card-scroll{max-height:calc(100vh - 7.5rem);overflow-y:auto}.official-company-nav-icon{width:2.75rem;min-width:2.75rem;height:2.75rem;flex:0 0 2.75rem;background:var(--oc-card-bg-strong);border-color:var(--oc-border);color:var(--oc-text-muted);transition:color .18s ease,border-color .18s ease,background-color .18s ease}.official-company-nav-link:hover .official-company-nav-icon{background:rgb(255 255 255/.98);border-color:rgb(var(--nl-primary-rgb)/.4);color:var(--oc-accent-text)}.official-company-nav-link.is-active .official-company-nav-icon{background:rgb(255 255 255/.98);border-color:rgb(var(--nl-primary-rgb)/.5);color:var(--oc-accent-text)}.official-company-nav-title{color:var(--oc-text-primary)}.official-company-nav-desc{color:var(--oc-text-muted)}.official-company-nav-link.is-active .official-company-nav-title,.official-company-nav-link:hover .official-company-nav-title{color:var(--oc-nav-hover-text)}.official-company-nav-link.is-active .official-company-nav-desc,.official-company-nav-link:hover .official-company-nav-desc{color:var(--oc-nav-hover-desc)}.official-company-nav-chevron{color:var(--oc-text-muted)}.official-company-nav-chevron.is-active,.official-company-nav-link:hover .official-company-nav-chevron{color:var(--oc-accent-text)}.official-company-content h2,.official-company-content h3,.official-company-content h4{color:var(--oc-text-primary)!important}.official-company-content cite,.official-company-content li,.official-company-content p,.official-company-content span{color:var(--oc-text-secondary)}@media (min-width:40rem){.official-company-layout{padding:0 1.5rem}}@media (min-width:64rem){.official-company-layout{display:grid;grid-template-columns:23rem minmax(0,1fr);grid-gap:2rem;gap:2rem;align-items:start;padding:0 2rem}.official-company-sidebar{display:block;position:-webkit-sticky;position:sticky;top:6.25rem;align-self:start}.official-company-mobile-tabs{display:none}}.official-about-stack{display:flex;flex-direction:column;gap:2.5rem}.official-about-hero-inner{position:relative;padding:2rem;text-align:left}.official-about-hero-badge{display:inline-flex;align-items:center;border-radius:9999px;padding:.375rem .75rem;font-size:.75rem;font-weight:500;line-height:1.2;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);transform:translateY(-.25rem);background:rgb(var(--nl-primary-rgb)/.1);color:var(--nl-primary)!important}.official-about-hero-title{margin-top:1.5rem;font-size:1.5rem;font-weight:600;line-height:1.15;color:var(--oc-text-primary)}.official-about-hero-subheading{margin-top:1rem;max-width:48rem;font-size:1rem;line-height:1.65;color:var(--oc-text-secondary);margin-bottom:0}.official-about-paragraphs{display:flex;flex-direction:column;gap:1rem}.official-about-hero-paragraphs{margin-top:1.25rem;gap:.75rem}.official-about-hero-paragraph{font-size:.875rem;line-height:1.55;color:var(--oc-text-secondary);margin:0}.official-about-updated{margin-top:2rem;font-size:.75rem;font-weight:500;line-height:1.35;color:var(--oc-text-muted)}.official-about-grid,.official-about-services-grid{display:grid;grid-gap:1.5rem;gap:1.5rem;grid-template-columns:1fr}.official-about-services-grid{margin-top:1.5rem}.official-about-hero-card,.official-about-item-card,.official-about-services-wrap,.official-about-stat-card{background:var(--oc-card-bg);border-color:var(--oc-border)}.official-about-stat-value{color:var(--oc-accent-text)!important}.official-about-stat-label{color:var(--oc-text-primary)!important}.official-about-stat-helper{color:var(--oc-text-secondary)!important}@media (min-width:48rem){.official-about-hero-inner{padding:3rem}.official-about-hero-badge{font-size:.875rem;transform:translateY(-.5rem)}.official-about-hero-title{font-size:2.25rem}.official-about-hero-subheading{font-size:1.125rem}.official-about-hero-paragraphs{margin-top:1.75rem}.official-about-hero-paragraph{font-size:1rem}.official-about-grid-2{grid-template-columns:repeat(2,minmax(0,1fr))}.official-about-grid-3{grid-template-columns:repeat(3,minmax(0,1fr))}.official-about-grid-4{grid-template-columns:repeat(4,minmax(0,1fr))}.official-about-services-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}.official-policy-stack{display:flex;flex-direction:column;gap:2rem}.official-policy-copy{font-size:.875rem;line-height:1.625}.official-policy-copy-muted{color:var(--oc-text-secondary)}.official-policy-header{display:flex;flex-direction:column;gap:1rem;border-radius:1.5rem;border:1px solid var(--oc-border);background:var(--oc-card-bg);padding:2rem;box-shadow:0 10px 24px rgb(15 23 42/.08)}.official-policy-heading-wrap{display:flex;align-items:center;gap:1rem;min-width:0}.official-policy-heading-icon{display:inline-flex;align-items:center;justify-content:center;width:3rem;height:3rem;flex:0 0 3rem;border-radius:1rem}.official-policy-heading-icon-blue,.official-policy-heading-icon-green{background:rgb(var(--nl-primary-rgb)/.1);color:var(--nl-primary)}.official-policy-updated-pill{display:inline-flex;align-items:center;justify-content:center;align-self:flex-start;min-height:2.75rem;padding:0 1rem;border-radius:9999px;font-size:.8125rem;font-weight:600;line-height:1.2;text-align:center;white-space:nowrap}.official-policy-updated-pill-blue,.official-policy-updated-pill-green{background:rgb(var(--nl-primary-rgb)/.14);color:var(--nl-primary)}.official-policy-body{border-radius:1.5rem;border:1px solid var(--oc-border);background:var(--oc-card-bg-strong);padding:2rem;box-shadow:0 10px 24px rgb(15 23 42/.08)}@media (min-width:48rem){.official-policy-copy{font-size:1rem}.official-policy-header{flex-direction:row;align-items:center;justify-content:space-between}.official-policy-updated-pill{align-self:center}}.dark .official-company-shell{--oc-card-bg:rgb(8 12 11/0.86);--oc-card-bg-strong:rgb(10 16 14/0.9);--oc-border:rgb(52 83 73/0.48);--oc-text-primary:rgb(241 245 249);--oc-text-secondary:rgb(203 213 225);--oc-text-muted:rgb(148 163 184);--oc-accent:var(--nl-primary);--oc-accent-soft:var(--nl-primary-soft);--oc-accent-deep:var(--nl-primary-deep);--oc-accent-strong:rgb(var(--nl-primary-rgb)/0.24);--oc-accent-stronger:rgb(var(--nl-primary-rgb)/0.35);--oc-accent-text:var(--nl-primary-soft);--oc-accent-text-strong:var(--nl-primary-soft);--oc-nav-hover-bg:rgb(var(--nl-primary-rgb)/0.2);--oc-nav-hover-text:rgb(241 245 249);--oc-nav-hover-desc:rgb(203 213 225);--oc-nav-active-bg:rgb(var(--nl-primary-rgb)/0.28);--oc-nav-active-text:rgb(241 245 249)}.dark .official-about-hero-badge{color:var(--nl-primary-soft)!important}.dark .official-company-nav-link.is-active .official-company-nav-icon,.dark .official-company-nav-link:hover .official-company-nav-icon{background:rgb(var(--nl-primary-rgb)/.22);border-color:rgb(var(--nl-primary-rgb)/.7);color:var(--nl-primary-soft)}.dark .official-company-mobile-tab{border-color:rgb(71 85 105);background:rgb(15 23 42/.55);color:rgb(226 232 240)}.dark .official-company-mobile-tab:hover{border-color:rgb(100 116 139)}.dark .official-about-hero-card,.dark .official-about-item-card,.dark .official-about-services-wrap,.dark .official-about-stat-card,.dark .official-company-sidebar-card,.dark .official-policy-body,.dark .official-policy-header{box-shadow:0 12px 28px rgb(0 0 0/.45)}.dark .official-policy-heading-icon-blue,.dark .official-policy-heading-icon-green{background:rgb(var(--nl-primary-rgb)/.2);color:var(--nl-primary-soft)}.dark .official-policy-updated-pill-blue,.dark .official-policy-updated-pill-green{background:rgb(var(--nl-primary-rgb)/.24);color:var(--nl-primary-soft)}.dark .official-company-content .official-policy-updated-pill,.dark .official-company-content .official-policy-updated-pill *{color:inherit!important}.official-insights-shell{--oi-card-bg:rgb(255 255 255/0.84);--oi-card-bg-strong:rgb(255 255 255/0.92);--oi-border:rgb(15 23 42/0.12);--oi-text-primary:rgb(15 23 42);--oi-text-secondary:rgb(71 85 105);--oi-text-muted:rgb(100 116 139);--oi-accent:#22a88a;--oi-accent-soft:#45c2a8;--oi-accent-deep:#15846e;--oi-accent-rgb:34 168 138;--oi-accent-weak:rgb(var(--oi-accent-rgb)/0.1);--oi-accent-mid:rgb(var(--oi-accent-rgb)/0.16);--oi-accent-strong:rgb(var(--oi-accent-rgb)/0.24)}.official-insights-container{width:min(100%,72rem);margin-inline:auto;padding-inline:1.5rem}.official-insights-main{display:flex;flex-direction:column;gap:3rem;padding-block:4rem}.official-insights-hero{position:relative;overflow:hidden;background:linear-gradient(180deg,rgb(236 253 245),rgb(255 255 255) 52%,rgb(255 255 255))}.official-insights-hero-bg{position:absolute;inset:0;pointer-events:none}.official-insights-hero-glow{position:absolute;border-radius:9999px;filter:blur(64px)}.official-insights-hero-glow-right{right:-6rem;top:0;width:16rem;height:16rem;background:rgb(110 231 183/.28)}.official-insights-hero-glow-left{left:-4rem;bottom:2rem;width:18rem;height:18rem;background:rgb(110 231 183/.24)}.official-insights-hero-inner{position:relative;display:flex;flex-direction:column;gap:2.5rem;padding-block:4rem 5rem}.official-insights-hero-copy{max-width:64rem;display:flex;flex-direction:column;gap:1.5rem}.official-insights-accent-pill{display:inline-flex;align-items:center;width:-moz-fit-content;width:fit-content;border-radius:9999px;background:var(--oi-accent-weak);color:var(--oi-accent-deep);padding:.375rem 1rem;font-size:.875rem;font-weight:600}.official-insights-hero-eyebrow{letter-spacing:.01em}.official-insights-hero-title{margin:0;color:var(--oi-text-primary);font-size:2.25rem;line-height:1.05;font-weight:700;letter-spacing:-.03em}.official-insights-hero-description{margin:0;color:var(--oi-text-secondary);font-size:1.125rem;line-height:1.7}.official-insights-hero-actions{display:flex;flex-direction:column;gap:.75rem}.official-insights-hero-cta{display:inline-flex;align-items:center;justify-content:center;width:-moz-fit-content;width:fit-content;border-radius:9999px;padding:.75rem 1.5rem;font-size:.875rem;font-weight:600;line-height:1.2;transition:background-color .2s ease,border-color .2s ease,color .2s ease}.official-insights-hero-cta-primary{background:rgb(15 23 42);color:rgb(255 255 255)}.official-insights-hero-cta-primary:hover{background:rgb(30 41 59)}.official-insights-hero-cta-secondary{border:1px solid rgb(15 23 42/.12);color:rgb(15 23 42)}.official-insights-hero-cta-secondary:hover{border-color:rgb(15 23 42/.28)}.official-insights-card,.official-insights-panel{border:1px solid var(--oi-border);background:var(--oi-card-bg);border-radius:1.5rem}.official-insights-panel{box-shadow:0 8px 24px rgb(15 23 42/.05);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);padding:1.5rem;display:flex;flex-direction:column;gap:1.5rem}.official-insights-panel-title{margin:0;color:var(--oi-text-primary);font-size:1.5rem;line-height:1.3;font-weight:600}.official-insights-panel-description{margin-top:.5rem;color:var(--oi-text-secondary);font-size:.875rem;line-height:1.8}.official-insights-sections-stack{display:flex;flex-direction:column;gap:3rem}.official-insights-stats-grid{display:grid;grid-gap:1rem;gap:1rem;grid-template-columns:1fr}.official-insights-stat-card{min-height:10.75rem;padding:1.5rem;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.official-insights-stat-value{color:var(--oi-text-primary);font-size:1.875rem;line-height:1.15;font-weight:700}.official-insights-stat-updated{color:var(--oi-text-muted);font-size:.875rem;line-height:1.3;font-weight:600;letter-spacing:.06em;text-transform:uppercase}.official-insights-stat-description{margin-top:.5rem;color:var(--oi-text-secondary);font-size:.875rem;line-height:1.8}.official-insights-latest-grid{display:grid;grid-gap:1.5rem;gap:1.5rem;grid-template-columns:1fr}.official-insights-section-label{color:var(--oi-accent-deep);font-size:.875rem;line-height:1.2;font-weight:600;letter-spacing:.05em;text-transform:uppercase}.official-insights-section-label-with-icon{display:inline-flex;align-items:center;gap:.5rem}.official-insights-section-icon{width:1rem;height:1rem}.official-insights-tabs-row{display:flex;flex-direction:column;gap:.75rem}.official-insights-tabs-label{color:var(--oi-text-muted);font-size:.875rem;line-height:1.2;font-weight:600;letter-spacing:.05em;text-transform:uppercase}.official-insights-tabs-list{display:flex;flex-wrap:wrap;gap:.5rem}.official-insights-header-row{display:flex;flex-direction:column;gap:.75rem}.official-insights-tab{display:inline-flex;align-items:center;gap:.5rem;border-radius:9999px;padding:.5rem 1rem;border:1px solid rgb(203 213 225);background:rgb(255 255 255/.94);color:rgb(71 85 105);font-size:.875rem;line-height:1.3;font-weight:500;transition:color .2s ease,border-color .2s ease,background-color .2s ease}.official-insights-tab:hover{border-color:rgb(148 163 184);color:rgb(30 41 59)}.official-insights-tab.is-active{border-color:var(--oi-accent);background:var(--oi-accent);color:white;box-shadow:0 8px 16px rgb(var(--oi-accent-rgb)/.24)}.official-insights-tab-count{color:rgb(148 163 184);font-size:.75rem;line-height:1.2;font-weight:600}.official-insights-tab.is-active .official-insights-tab-count{color:rgb(255 255 255/.92)}.official-insights-highlight-card{border:1px solid var(--oi-accent-mid);background:var(--oi-accent-weak);color:var(--oi-text-primary);border-radius:1.5rem;max-width:22rem;padding:1rem;font-size:.875rem}.official-insights-highlight-card-link{transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.official-insights-highlight-card-link:hover{transform:translateY(-2px);box-shadow:0 10px 24px rgb(15 23 42/.09)}.official-insights-highlight-badge{color:var(--oi-accent);font-size:.75rem;line-height:1.2;font-weight:600;letter-spacing:.05em;text-transform:uppercase}.official-insights-highlight-title{margin-top:.25rem;font-weight:600}.official-insights-highlight-text{margin-top:.25rem;color:var(--oi-text-secondary);font-size:.75rem;line-height:1.5}.official-insights-link-accent{color:var(--oi-accent)}.official-insights-highlight-cta{margin-top:.75rem;display:inline-flex;align-items:center;gap:.25rem;font-size:.75rem;line-height:1.2;font-weight:600}.official-insights-carousel{overflow-x:auto;overflow-y:hidden;padding-bottom:.5rem;-webkit-overflow-scrolling:touch}.official-insights-article-card{display:flex;flex-direction:column;height:100%;overflow:hidden;border-radius:1.5rem;border:1px solid var(--oi-border);background:var(--oi-card-bg-strong);min-height:31rem;box-shadow:0 8px 24px rgb(15 23 42/.08);transition:transform .2s ease,box-shadow .2s ease}.official-insights-article-card.is-compact{min-height:23rem}.official-insights-article-card.is-compact .official-insights-article-summary{display:-webkit-box;overflow:hidden;-webkit-line-clamp:3;-webkit-box-orient:vertical}.official-insights-article-card:hover{transform:translateY(-2px);box-shadow:0 16px 34px rgb(15 23 42/.12)}.official-insights-article-image-wrap{position:relative;width:100%;height:12rem;overflow:hidden}.official-insights-article-image{object-fit:cover;transition:transform .5s ease}.official-insights-article-card:hover .official-insights-article-image{transform:scale(1.05)}.official-insights-article-track{display:grid;grid-auto-flow:column;grid-auto-columns:20rem;width:max-content;grid-gap:1.5rem;gap:1.5rem;padding-right:1.5rem}.official-insights-article-track-item{width:20rem;flex:0 0 20rem}.official-insights-article-topbar{display:flex;align-items:center;flex-wrap:wrap;gap:.5rem;min-height:3rem;width:100%;padding-inline:1.5rem;background:linear-gradient(90deg,rgb(59 130 246/.26) 0,rgb(167 139 250/.2) 40%,rgb(var(--oi-accent-rgb)/.28) 100%);color:rgb(37 99 235);font-size:.75rem;line-height:1.2;font-weight:600;letter-spacing:.08em;text-transform:uppercase}.official-insights-article-body{display:flex;flex:1 1;flex-direction:column;gap:1rem;padding:1.5rem}.official-insights-category-row{display:flex;align-items:center;flex-wrap:wrap;gap:.5rem .75rem;color:var(--oi-accent);font-size:.75rem;line-height:1.2;font-weight:600;letter-spacing:.05em;text-transform:uppercase}.official-insights-featured-pill{display:inline-flex;align-items:center;border-radius:9999px;background:rgb(var(--oi-accent-rgb)/.14);padding:.25rem .5rem;color:var(--oi-accent-deep)}.official-insights-article-title-link{color:inherit;text-decoration:none;outline:none}.official-insights-article-title{margin:0;font-size:1.5rem;line-height:1.2;font-weight:600;color:var(--oi-text-primary);transition:color .2s ease}.official-insights-article-card:hover .official-insights-article-title{color:var(--oi-accent)}.official-insights-article-summary{margin:0;color:var(--oi-text-secondary);font-size:.875rem;line-height:1.8}.official-insights-article-meta{margin-top:auto;display:flex;align-items:center;flex-wrap:wrap;gap:.75rem;color:var(--oi-text-muted);font-size:.75rem;line-height:1.2}.official-insights-article-meta-item{display:inline-flex;align-items:center;gap:.25rem}.official-insights-article-meta-icon{width:1rem;height:1rem}.official-insights-article-tags{display:flex;flex-wrap:wrap;gap:.5rem}.official-insights-article-tag{display:inline-flex;align-items:center;border:1px solid rgb(203 213 225);border-radius:9999px;padding:.25rem .75rem;color:var(--oi-text-muted);font-size:.75rem;line-height:1.2;font-weight:500}.official-insights-read-more{display:inline-flex;align-items:center;gap:.5rem;width:-moz-fit-content;width:fit-content;color:var(--oi-accent);font-size:.875rem;line-height:1.2;font-weight:600;transition:color .2s ease}.official-insights-read-more-arrow{transition:transform .2s ease}.official-insights-article-card:hover .official-insights-read-more-arrow{transform:translateX(.2rem)}.official-insights-richtext{display:flex;flex-direction:column;gap:1.5rem;color:var(--oi-text-secondary);font-size:1rem;line-height:1.75}.official-insights-richtext-heading{margin:0;scroll-margin-top:6rem;color:var(--oi-text-primary);font-size:2rem;line-height:1.3;font-weight:600}.official-insights-richtext-paragraph{margin:0;text-align:justify}.official-insights-richtext-list{margin:0;display:flex;flex-direction:column;gap:.5rem;padding-left:1.5rem}.official-insights-richtext-list-ordered{list-style:decimal}.official-insights-richtext-list-unordered{list-style:disc}.official-insights-richtext-list li{margin:0}.official-insights-richtext-quote{border-left-width:4px;padding:1rem;font-style:italic}.official-insights-richtext-quote-cite{margin-top:.5rem;display:block;font-size:.875rem;line-height:1.25;font-weight:600;font-style:normal}.official-insights-richtext-callout{border-radius:1.5rem;border-width:1px;padding:1rem 1.25rem;font-size:.875rem;line-height:1.7}.official-insights-callout-warning{border-color:rgb(252 211 77/.5);background:rgb(254 252 232);color:rgb(120 53 15)}.official-insights-callout-success{border-color:rgb(var(--oi-accent-rgb)/.44);background:rgb(var(--oi-accent-rgb)/.1);color:rgb(6 78 59)}.official-insights-richtext-figure{overflow:hidden;border-radius:1.5rem;border:1px solid rgb(203 213 225/.8);background:rgb(248 250 252)}.official-insights-richtext-figure-image{position:relative;width:100%;height:18rem}.official-insights-richtext-figure-image img{object-fit:cover}.official-insights-richtext-figure-caption{padding:.75rem 1rem;color:var(--oi-text-muted);font-size:.875rem;line-height:1.4}.official-insights-detail-hero{border-bottom:1px solid var(--oi-border)}.official-insights-detail-hero-inner{padding-block:3rem 4rem}.official-insights-detail-header-content{display:flex;flex-direction:column;gap:1.25rem;max-width:72rem}.official-insights-detail-backlink{display:inline-flex;align-items:center;gap:.5rem;color:var(--oi-accent);padding:0;font-size:.875rem;line-height:1.25;font-weight:600;transition:color .2s ease}.official-insights-detail-backlink:hover{color:var(--oi-accent-deep)}.official-insights-detail-backlink-icon{width:1rem;height:1rem}.official-insights-detail-category-row{display:flex;flex-wrap:wrap;gap:.5rem;align-items:center}.official-insights-detail-category-label{color:var(--oi-accent);font-size:.875rem;line-height:1.2;font-weight:700;letter-spacing:.05em;text-transform:uppercase}.official-insights-detail-header{display:flex;flex-direction:column;gap:1rem}.official-insights-detail-title{margin:0;color:var(--oi-text-primary);font-size:2.25rem;line-height:1.1;font-weight:700;letter-spacing:-.02em}.official-insights-detail-summary{margin:0;max-width:64rem;color:var(--oi-text-secondary);font-size:1.125rem;line-height:1.7}.official-insights-detail-meta-row{display:flex;align-items:center;flex-wrap:wrap;gap:.75rem 1.25rem;color:var(--oi-text-muted);font-size:.875rem;line-height:1.25}.official-insights-detail-meta-item{display:inline-flex;align-items:center;gap:.375rem}.official-insights-detail-meta-icon{width:1rem;height:1rem}.official-insights-detail-author{color:var(--oi-text-secondary);font-weight:600}.official-insights-detail-tag{display:inline-flex;align-items:center;border:1px solid rgb(203 213 225);border-radius:9999px;padding:.25rem .75rem;color:var(--oi-text-muted);font-size:.75rem;line-height:1.2;font-weight:600}.official-insights-detail-share-row{display:flex;align-items:center;flex-wrap:wrap;gap:.5rem .75rem}.official-insights-detail-share-label,.official-insights-detail-share-to-label{color:var(--oi-text-muted);font-size:.875rem;line-height:1.2;font-weight:600}.official-insights-detail-share-btn{display:inline-flex;align-items:center;gap:.375rem;border-radius:9999px;border:1px solid rgb(203 213 225);background:rgb(255 255 255/.94);color:var(--oi-text-secondary);padding:.5rem .95rem;font-size:.875rem;line-height:1.2;font-weight:600;transition:border-color .2s ease,color .2s ease,background-color .2s ease}.official-insights-detail-share-btn:hover{border-color:rgb(148 163 184);color:var(--oi-text-primary)}.official-insights-detail-share-icon{width:1rem;height:1rem}.official-insights-detail-section{padding-block:2.5rem 1rem}.official-insights-detail-article{padding:0;background:transparent;border:0;border-radius:0;box-shadow:none}.official-insights-detail-cover{margin-bottom:2.25rem;width:100%;border-radius:1rem;border:1px solid rgb(203 213 225/.85);object-fit:cover}.official-insights-detail-aside{display:flex;flex-direction:column;gap:1rem}.official-insights-detail-aside-title{margin:0;color:var(--oi-text-primary);font-size:2rem;line-height:1.3;font-weight:600}.official-insights-detail-related-section{display:flex;flex-direction:column;gap:1.25rem;padding-bottom:4rem}.official-insights-detail-related-grid{display:grid;grid-gap:1.5rem;gap:1.5rem;grid-template-columns:1fr;justify-content:flex-start}.official-insights-quote{border-left-color:rgb(var(--oi-accent-rgb)/.45);background:rgb(var(--oi-accent-rgb)/.08);color:var(--oi-text-secondary)}.official-insights-quote-cite{color:var(--oi-accent)}.official-insights-callout-info{border-color:rgb(var(--oi-accent-rgb)/.45);background:rgb(var(--oi-accent-rgb)/.1);color:var(--oi-text-primary)}@media (min-width:640px){.official-insights-hero-title{font-size:3rem}.official-insights-hero-actions{flex-direction:row;align-items:center}.official-insights-header-row,.official-insights-tabs-row{flex-direction:row;align-items:center;justify-content:space-between}}@media (min-width:768px){.official-insights-panel{padding:2rem}.official-insights-detail-title{font-size:3rem}.official-insights-detail-article{padding:0}.official-insights-latest-grid,.official-insights-stats-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (min-width:1024px){.official-insights-hero-inner{padding-block:4.25rem 5rem}.official-insights-hero-title{font-size:3.75rem}.official-insights-detail-title{font-size:4rem}.official-insights-detail-related-grid{grid-template-columns:repeat(2,minmax(0,32rem))}}@media (min-width:1280px){.official-insights-panel-description-nowrap{white-space:nowrap}}.dark .official-insights-shell{--oi-card-bg:rgb(8 13 11/0.86);--oi-card-bg-strong:rgb(7 12 10/0.94);--oi-border:rgb(46 104 87/0.42);--oi-text-primary:rgb(241 245 249);--oi-text-secondary:rgb(203 213 225);--oi-text-muted:rgb(148 163 184);--oi-accent:#45c2a8;--oi-accent-soft:#7ad7c2;--oi-accent-deep:#7ad7c2;--oi-accent-rgb:69 194 168;--oi-accent-weak:rgb(var(--oi-accent-rgb)/0.16);--oi-accent-mid:rgb(var(--oi-accent-rgb)/0.26);--oi-accent-strong:rgb(var(--oi-accent-rgb)/0.34)}.dark .official-insights-hero{background:linear-gradient(180deg,rgb(3 8 7),rgb(4 10 8) 48%,rgb(2 6 5))}.dark .official-insights-hero-glow-right{background:rgb(52 211 153/.16)}.dark .official-insights-hero-glow-left{background:rgb(52 211 153/.12)}.dark .official-insights-hero-cta-primary{background:rgb(241 245 249);color:rgb(15 23 42)}.dark .official-insights-hero-cta-primary:hover{background:rgb(226 232 240)}.dark .official-insights-hero-cta-secondary{border-color:rgb(148 163 184/.34);color:rgb(241 245 249)}.dark .official-insights-hero-cta-secondary:hover{border-color:rgb(148 163 184/.6)}.dark .official-insights-panel{box-shadow:0 14px 28px rgb(0 0 0/.5)}.dark .official-insights-tab{border-color:rgb(71 85 105);background:rgb(15 23 42/.55);color:rgb(203 213 225)}.dark .official-insights-tab:hover{border-color:rgb(100 116 139);color:rgb(241 245 249)}.dark .official-insights-tab.is-active{border-color:var(--oi-accent);background:var(--oi-accent);color:rgb(3 7 18)}.dark .official-insights-tab.is-active .official-insights-tab-count{color:rgb(3 7 18/.82)}.dark .official-insights-highlight-card{border-color:var(--oi-accent-mid);background:rgb(var(--oi-accent-rgb)/.14);color:var(--oi-text-primary)}.dark .official-insights-highlight-text{color:var(--oi-text-secondary)}.dark .official-insights-featured-pill{background:rgb(var(--oi-accent-rgb)/.22);color:var(--oi-accent-soft)}.dark .official-insights-article-tag{border-color:rgb(255 255 255/.12);color:rgb(203 213 225)}.dark .official-insights-detail-backlink,.dark .official-insights-detail-backlink:hover{color:var(--oi-accent-soft)}.dark .official-insights-detail-tag{border-color:rgb(255 255 255/.12);color:rgb(203 213 225)}.dark .official-insights-detail-share-btn{border-color:rgb(148 163 184/.3);background:rgb(255 255 255/.06);color:rgb(203 213 225)}.dark .official-insights-detail-share-btn:hover{border-color:rgb(148 163 184/.55);color:rgb(241 245 249)}.dark .official-insights-detail-cover{border-color:rgb(255 255 255/.14)}.dark .official-insights-article-topbar{background:linear-gradient(90deg,rgb(37 99 235/.35) 0,rgb(99 102 241/.24) 42%,rgb(var(--oi-accent-rgb)/.24) 100%);color:rgb(191 219 254)}.dark .official-insights-quote{border-left-color:rgb(var(--oi-accent-rgb)/.55);background:rgb(var(--oi-accent-rgb)/.16);color:var(--oi-text-secondary)}.dark .official-insights-callout-info{border-color:rgb(var(--oi-accent-rgb)/.5);background:rgb(var(--oi-accent-rgb)/.16);color:var(--oi-text-primary)}.dark .official-insights-callout-warning{border-color:rgb(245 158 11/.4);background:rgb(120 53 15/.28);color:rgb(254 243 199)}.dark .official-insights-callout-success{border-color:rgb(var(--oi-accent-rgb)/.5);background:rgb(var(--oi-accent-rgb)/.2);color:rgb(209 250 229)}.dark .official-insights-richtext-figure{border-color:rgb(255 255 255/.12);background:rgb(15 23 42/.5)}.official-landing-footer{position:relative;overflow:hidden;background:linear-gradient(180deg,rgb(13 16 23),rgb(9 11 16));color:rgb(241 245 249)}.official-landing-footer-inner{position:relative;margin:0 auto;width:min(1320px,calc(100% - 5.5rem));padding:3rem 0 1.4rem}.official-landing-footer-top{display:grid;grid-template-columns:1fr;grid-gap:1.75rem;gap:1.75rem}.official-landing-footer-company{display:flex;flex-direction:column;gap:.62rem}.official-landing-footer-company-name{margin:0;font-size:clamp(1.55rem,1.55vw,2.15rem);line-height:1.12;font-weight:700;letter-spacing:-.02em;color:rgb(248 250 252)}.official-landing-footer-company-slogan{margin:0;font-size:clamp(.95rem,1.02vw,1.45rem);line-height:1.35;color:rgb(147 197 253)}.official-landing-footer-company-description{margin:0;max-width:48rem;font-size:.9rem;line-height:1.55;color:rgb(203 213 225)}.official-landing-footer-chip-row{display:flex;flex-wrap:wrap;gap:.8rem;margin-top:.25rem}.official-landing-footer-chip{display:inline-flex;align-items:center;gap:.5rem;border-radius:9999px;border:1px solid rgb(148 163 184/.24);background:rgb(255 255 255/.02);color:rgb(147 197 253);padding:.46rem .9rem;font-size:.8rem;line-height:1.2;transition:color .2s ease,border-color .2s ease,background-color .2s ease}.official-landing-footer-chip:hover{border-color:rgb(147 197 253/.52);background:rgb(255 255 255/.05)}.official-landing-footer-chip-accent{color:rgb(110 231 183)}.official-landing-footer-chip-accent:hover{border-color:rgb(110 231 183/.52)}.official-landing-footer-chip-icon{width:1rem;height:1rem}.official-landing-footer-link-column{min-width:0}.official-landing-footer-heading{margin:0 0 .95rem;font-size:clamp(1.05rem,1.08vw,1.7rem);line-height:1.2;font-weight:700;color:rgb(248 250 252)}.official-landing-footer-list{display:flex;flex-direction:column;gap:.62rem;margin:0;padding:0;list-style:none}.official-landing-footer-list a{color:rgb(203 213 225);font-size:.84rem;line-height:1.4;transition:color .2s ease}.official-landing-footer-list a:hover{color:rgb(147 197 253)}.official-landing-footer-contact{margin-top:1.6rem;border-top:1px solid rgb(148 163 184/.2);padding-top:1.5rem}.official-landing-footer-contact-grid{display:grid;grid-template-columns:1fr;grid-gap:1rem;gap:1rem}.official-landing-footer-contact-card{display:flex;align-items:center;gap:.9rem;min-height:auto;border:none;border-radius:0;background:transparent;padding:0}.official-landing-footer-contact-icon{width:2.5rem;height:2.5rem;border-radius:.75rem;display:inline-flex;align-items:center;justify-content:center;flex:0 0 2.5rem}.official-landing-footer-contact-icon.is-email{background:rgb(37 99 235)}.official-landing-footer-contact-icon.is-address{background:rgb(5 150 105)}.official-landing-footer-contact-icon-svg{width:1rem;height:1rem;color:rgb(248 250 252)}.official-landing-footer-contact-content{display:flex;flex-direction:column;min-width:0}.official-landing-footer-contact-label{color:rgb(148 163 184);font-size:.76rem;line-height:1.2}.official-landing-footer-contact-value{color:rgb(248 250 252);font-size:.82rem;line-height:1.45;margin-top:.2rem;word-break:break-word}.official-landing-footer-bottom{margin-top:1.4rem;border-top:1px solid rgb(148 163 184/.2);padding-top:1.2rem}.official-landing-footer-policy{display:flex;align-items:flex-start;gap:.5rem;color:rgb(203 213 225);font-size:.82rem;line-height:1.55}.official-landing-footer-policy a{color:rgb(226 232 240);text-decoration:underline;text-underline-offset:2px}.official-landing-footer-policy a:hover{color:rgb(167 243 208)}.official-landing-footer-policy-icon{width:.9rem;height:.9rem;margin-top:.3rem;flex:0 0 0.9rem;color:rgb(110 231 183)}.official-landing-footer-copyright-row{margin-top:.9rem;display:flex;flex-direction:column;gap:.75rem}.official-landing-footer-rights{margin:0;color:rgb(148 163 184);font-size:.8rem;line-height:1.4}.official-landing-footer-top-btn{display:inline-flex;align-items:center;gap:.45rem;width:-moz-fit-content;width:fit-content;border-radius:9999px;border:1px solid rgb(99 102 241/.4);background:linear-gradient(90deg,rgb(59 130 246),rgb(99 102 241));color:rgb(248 250 252);padding:.52rem 1rem;font-size:.8rem;font-weight:600;transition:filter .2s ease,transform .2s ease}.official-landing-footer-top-btn:hover{filter:brightness(1.07);transform:translateY(-1px)}.official-landing-footer-top-btn-icon{width:.9rem;height:.9rem}.official-landing-footer-bottom-line{height:1px;background:rgb(148 163 184/.18)}@media (min-width:900px){.official-landing-footer-top{grid-template-columns:minmax(0,2fr) minmax(0,1fr) minmax(0,1fr);gap:2rem}.official-landing-footer-contact-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1.2rem}.official-landing-footer-copyright-row{margin-top:1rem;flex-direction:row;justify-content:space-between;align-items:center}}@media (max-width:1280px){.official-landing-footer-inner{width:min(1320px,calc(100% - 4.25rem))}}@media (max-width:900px){.official-landing-footer-inner{width:min(1320px,calc(100% - 3.25rem));padding-top:2.5rem}}@media (max-width:640px){.official-landing-footer-inner{width:min(1320px,calc(100% - 2rem));padding-top:2.2rem;padding-bottom:1.1rem}}:root{--input-background:#f3f3f5;--font-sans:var(--font-inter),ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji"}#editor-canvas.dark,.dark,:root[data-builder-theme=dark]{--input-background:oklch(0.205 0 0)}:root[data-builder-theme=dark]{--background:oklch(0.145 0 0);--foreground:oklch(0.985 0 0);--card:oklch(0.145 0 0);--card-foreground:oklch(0.985 0 0);--popover:oklch(0.145 0 0);--popover-foreground:oklch(0.985 0 0);--primary:oklch(0.985 0 0);--primary-foreground:oklch(0.205 0 0);--secondary:oklch(0.269 0 0);--secondary-foreground:oklch(0.985 0 0);--muted:oklch(0.269 0 0);--muted-foreground:oklch(0.708 0 0);--accent:oklch(0.269 0 0);--accent-foreground:oklch(0.985 0 0);--destructive:oklch(0.396 0.141 25.723);--destructive-foreground:oklch(0.637 0.237 25.331);--border:oklch(0.269 0 0);--input:oklch(0.269 0 0);--switch-background:oklch(0.269 0 0);--ring:oklch(0.439 0 0);--chart-1:oklch(0.488 0.243 264.376);--chart-2:oklch(0.696 0.17 162.48);--chart-3:oklch(0.769 0.188 70.08);--chart-4:oklch(0.627 0.265 303.9);--chart-5:oklch(0.645 0.246 16.439);--sidebar:oklch(0.205 0 0);--sidebar-foreground:oklch(0.985 0 0);--sidebar-primary:oklch(0.488 0.243 264.376);--sidebar-primary-foreground:oklch(0.985 0 0);--sidebar-accent:oklch(0.269 0 0);--sidebar-accent-foreground:oklch(0.985 0 0);--sidebar-border:oklch(0.269 0 0);--sidebar-ring:oklch(0.439 0 0);color-scheme:dark}.nr-richtext-editor,.nr-richtext-editor *{color:var(--foreground)!important;-webkit-text-fill-color:var(--foreground)!important}.nr-richtext-editor :where(h1,h2,h3,h4,h5,h6,p,ul,ol,li,blockquote,pre,code,span,div){font-size:inherit!important}.nr-richtext-editor{caret-color:var(--foreground)}.nr-richtext-editor .is-editor-empty:first-child:before,.nr-richtext-editor p.is-editor-empty:first-child:before,.nr-richtext-editor p.is-empty:first-child:before{content:attr(data-placeholder);color:var(--muted-foreground);float:left;height:0;pointer-events:none}.richtext-display{line-height:1.6;word-break:break-word;color:var(--foreground)}.richtext-display :not([style*=color]){color:inherit}:root[data-builder-theme=dark] .richtext-display [style*="color: #000"],:root[data-builder-theme=dark] .richtext-display [style*="color: #000000"],:root[data-builder-theme=dark] .richtext-display [style*="color: black"],:root[data-builder-theme=dark] .richtext-display [style*="color: rgb(0, 0, 0)"],:root[data-builder-theme=dark] .richtext-display [style*="color: rgb(0,0,0)"],:root[data-builder-theme=dark] .richtext-display [style*="color:#000"],:root[data-builder-theme=dark] .richtext-display [style*="color:#000000"],:root[data-builder-theme=dark] .richtext-display [style*="color:black"]{color:var(--foreground)!important}.richtext-display p{margin-bottom:1em;color:inherit}.richtext-display p:last-child{margin-bottom:0}.richtext-display b,.richtext-display strong{font-weight:600;color:inherit}.richtext-display em,.richtext-display i{font-style:italic;color:inherit}.richtext-display u{text-decoration:underline;color:inherit}.richtext-display s,.richtext-display strike{text-decoration:line-through;color:inherit}.richtext-display a{color:var(--primary);text-decoration:underline}.richtext-display a:hover{opacity:.8}.richtext-display h1,.richtext-display h2,.richtext-display h3,.richtext-display h4,.richtext-display h5,.richtext-display h6{font-weight:600;margin-top:1.5em;margin-bottom:.5em;line-height:1.3;color:inherit}.richtext-display h1:first-child,.richtext-display h2:first-child,.richtext-display h3:first-child,.richtext-display h4:first-child,.richtext-display h5:first-child,.richtext-display h6:first-child{margin-top:0}.nr-text-typography-override :where(h1,h2,h3,h4,h5,h6,p,ul,ol,li,blockquote,pre,code,span,div){font-size:inherit!important}.nr-text-typography-override :where(h1,h2,h3,h4,h5,h6,p,ul,ol,li,blockquote,pre,code,span,div):not([style*=font-weight]){font-weight:inherit!important}.nr-text-typography-override :where(h1,h2,h3,h4,h5,h6,p,ul,ol,li,blockquote,pre,code,span,div){line-height:inherit!important}.nr-text-typography-override :where(h1,h2,h3,h4,h5,h6,p,ul,ol,li,blockquote,pre,code,span,div):not([style*=letter-spacing]){letter-spacing:inherit!important}.nr-text-typography-override :where(h1,h2,h3,h4,h5,h6,p,ul,ol,li,blockquote,pre,code,span,div):not([style*=text-transform]){text-transform:inherit!important}.nr-text-typography-override :where(h1,h2,h3,h4,h5,h6,p,ul,ol,li,blockquote,pre,code,span,div):not([style*=text-decoration]){text-decoration:inherit!important}.nr-text-typography-override :where(h1,h2,h3,h4,h5,h6,p,ul,ol,li,blockquote,pre,code,span,div):not([style*=text-align]){text-align:inherit!important}.nr-text-typography-override :where(h1,h2,h3,h4,h5,h6,p,ul,ol,li,blockquote,pre,code,span,div):not([style*=color]){color:inherit!important}.richtext-display h1{font-size:2rem}.richtext-display h2{font-size:1.5rem}.richtext-display h3{font-size:1.25rem}.richtext-display h4,.richtext-display h5,.richtext-display h6{font-size:1.125rem}.richtext-display ol,.richtext-display ul{margin-bottom:1em;padding-left:2em}.richtext-display ul{list-style-type:disc}.richtext-display ol{list-style-type:decimal}.richtext-display li{margin-bottom:.25em}.richtext-display blockquote{border-left:4px solid var(--border);padding-left:1em;margin:1em 0;color:var(--muted-foreground);font-style:italic}.richtext-display code{background-color:var(--muted);padding:.2em .4em;border-radius:3px;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:.9em}.richtext-display pre{background-color:var(--muted);padding:1em;border-radius:6px;overflow-x:auto;margin-bottom:1em}.richtext-display pre code{background-color:transparent;padding:0}