.navbar{z-index:100;background:#f5f0e8;padding:1rem 0;position:sticky;top:0}.nav-container{justify-content:space-between;align-items:center;gap:1rem;max-width:1024px;margin:0 auto;padding:0 2rem;display:flex}.nav-left{z-index:2;align-items:center;display:flex;position:relative}.nav-left h2{color:#4b3b34;margin:0;font-size:1.6rem;font-weight:800}.logo-image{width:auto;height:58px;display:block}.nav-center{gap:1.2rem;margin:0;padding:0;list-style:none;display:flex}.nav-center li a,.mobile-menu li a{font-family:var(--font-menu);text-transform:uppercase;letter-spacing:.08em;color:#4b3b34;padding:.35rem .15rem;font-size:14px;font-weight:500;text-decoration:none;transition:color .2s,text-decoration-color .2s;display:inline-block}.bag-link{align-items:center;gap:.25rem;display:inline-flex!important}.bag-count{text-align:left;font-variant-numeric:tabular-nums;min-width:4.2ch}.bag-count--empty{visibility:hidden}.nav-center li a:hover,.mobile-menu li a:hover,.nav-center li a.active,.mobile-menu li a.active{color:#4b3b34;text-underline-offset:6px;background:0 0;text-decoration:underline;text-decoration-thickness:1.5px}.hamburger{cursor:pointer;z-index:2;background:0 0;border:none;flex-direction:column;gap:4px;margin:0;padding:0;display:none;position:relative}.hamburger span{background:#4b3b34;width:24px;height:2px;transition:all .3s;display:block}.hamburger.open span:first-child{transform:rotate(-45deg)translate(-4px,4px)}.hamburger.open span:nth-child(2){opacity:0}.hamburger.open span:nth-child(3){transform:rotate(45deg)translate(-4px,-4px)}.mobile-menu-overlay{z-index:99;background-color:#fff;justify-content:center;align-items:flex-start;padding-top:160px;display:flex;position:fixed;inset:0}.mobile-menu{flex-direction:column;gap:1rem;width:100%;max-width:300px;margin:0;padding:0;list-style:none;display:flex}.mobile-menu li a{color:#4b3b34;text-align:center;border-radius:0;padding:1rem 0;font-size:1.1rem;text-decoration:none;transition:color .2s,text-decoration-color .2s;display:block}.mobile-menu li a.active,.mobile-menu li a:hover{color:#4b3b34;background:0 0}@media (width<=1024px){.nav-container{min-height:56px;padding:0 1rem;position:relative}.nav-center{display:none}.hamburger{order:1;margin-right:auto;display:flex}.nav-left{justify-content:center;max-width:40%;position:absolute;left:50%;transform:translate(-50%)}.logo-image{height:40px}.nav-left h2{white-space:nowrap;font-size:1.2rem}}@media (width<=768px){.nav-container{padding:0 .75rem}.logo-image{height:55px}.nav-left h2{font-size:1.05rem}}.logo-btn{cursor:pointer;background:0 0;border:none;align-items:center;margin:0;padding:0;display:flex}.footer-bar{background:#f5f0e8;padding:.75rem 0;position:relative}.footer-container{grid-template-columns:1fr auto 1fr;align-items:center;gap:1rem;max-width:1024px;margin:0 auto;padding:0 2rem;display:grid}.footer-left{min-height:1px}.footer-center{font-family:var(--font-menu);letter-spacing:.08em;text-transform:uppercase;color:#4b3b34;text-align:center;margin:0;font-size:.8rem}.footer-right{justify-content:flex-end;align-items:center;gap:.5rem;display:inline-flex}.footer-social-link{color:#4b3b34;background:#f8f4ee;border:1px solid #cabdaf;border-radius:999px;justify-content:center;align-items:center;width:36px;height:36px;text-decoration:none;transition:background-color .2s,border-color .2s,color .2s;display:inline-flex}.footer-social-link svg{width:16px;height:16px}.footer-social-link:hover{background:#e6dbd2;border-color:#8c7466}@media (width<=768px){.footer-container{grid-template-columns:auto 1fr auto;gap:.6rem;padding:0 .75rem}.footer-center{letter-spacing:.05em;font-size:.7rem}.footer-social-link{width:32px;height:32px}}.app{flex-direction:column;min-height:100svh;display:flex}.app-content{flex:1}.counter{color:var(--accent);background:#f5f0e8;border:2px solid #0000;border-radius:5px;margin-bottom:24px;padding:5px 10px;font-size:16px;transition:border-color .3s}.counter:hover{border-color:var(--accent-border)}.counter:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.hero{position:relative}.hero .base,.hero .framework,.hero .vite{margin:0 auto;inset-inline:0}.hero .base{z-index:0;width:170px;position:relative}.hero .framework,.hero .vite{position:absolute}.hero .framework{z-index:1;height:28px;top:34px;transform:perspective(2000px)rotate(300deg)rotateX(44deg)rotateY(39deg)scale(1.4)}.hero .vite{z-index:0;width:auto;height:26px;top:107px;transform:perspective(2000px)rotate(300deg)rotateX(40deg)rotateY(39deg)scale(.8)}#center{flex-direction:column;flex-grow:1;place-content:center;place-items:center;gap:25px;display:flex}@media (width<=1024px){#center{gap:18px;padding:32px 20px 24px}}#next-steps{border-top:1px solid var(--border);text-align:left;display:flex}#next-steps>div{flex:1 1 0;padding:32px}@media (width<=1024px){#next-steps>div{padding:24px 20px}}#next-steps .icon{width:22px;height:22px;margin-bottom:16px}@media (width<=1024px){#next-steps{text-align:center;flex-direction:column}}#docs{border-right:1px solid var(--border)}@media (width<=1024px){#docs{border-right:none;border-bottom:1px solid var(--border)}}#next-steps ul{gap:8px;margin:32px 0 0;padding:0;list-style:none;display:flex}#next-steps ul .logo{height:18px}#next-steps ul a{color:var(--text-h);background:var(--social-bg);border-radius:6px;align-items:center;gap:8px;padding:6px 12px;font-size:16px;text-decoration:none;transition:box-shadow .3s;display:flex}#next-steps ul a:hover{box-shadow:var(--shadow)}#next-steps ul a .button-icon{width:18px;height:18px}@media (width<=1024px){#next-steps ul{flex-wrap:wrap;justify-content:center;margin-top:20px}#next-steps ul li{flex:calc(50% - 8px)}#next-steps ul a{box-sizing:border-box;justify-content:center;width:100%}}#spacer{border-top:1px solid var(--border);height:88px}@media (width<=1024px){#spacer{height:48px}}.ticks{width:100%;position:relative}.ticks:before,.ticks:after{content:"";border:5px solid #0000;position:absolute;top:-4.5px}.ticks:before{border-left-color:var(--border);left:0}.ticks:after{border-right-color:var(--border);right:0}@font-face{font-family:Inglobal;src:url(/assets/inglobal-UijUO1wx.ttf)format("truetype");font-weight:400;font-style:normal}:root{--font-menu:"Inglobal", sans-serif}html,body,#root{width:100%;margin:0;padding:0}.page.home-page{width:99.8%;max-width:none;margin:0;padding:0}.home-page{gap:18px;display:grid}.home-page--loading{place-items:center;min-height:55vh}.home-loading-center{place-items:center;display:grid}.home-level-wrap{display:grid}.home-level-wrap--bleed{width:100vw;margin-left:calc(50% - 50vw)}.home-level{width:var(--container-desktop-w);background:0 0;border-radius:16px;position:relative}.home-level__grid{gap:10px;display:grid}.home-level__item{height:var(--img-desktop-h);background:0 0;border:none;border-radius:16px;position:relative;overflow:hidden}.home-level img{width:100%;height:100%;display:block}.home-level .home-level__img{width:var(--img-width);object-fit:var(--img-desktop-fit);max-width:none;height:auto;left:calc(50% + var(--img-desktop-left,0px));top:var(--img-desktop-crop);display:block;position:absolute;transform:translate(-50%)}.home-level__overlay{z-index:1;position:absolute;inset:0}.home-level__image-link{z-index:2;position:absolute;inset:0}.home-level__copy-wrap{z-index:3;pointer-events:none;display:flex;position:absolute;inset:0}.home-level__title{font-family:var(--layout-title-font);margin:0;font-size:clamp(24px,4vw,36px);font-weight:700;line-height:1.15}.home-level__description{margin:0;font-size:16px;line-height:1.5}.home-level__copy{gap:10px;display:grid}.home-level__actions{flex-wrap:wrap;gap:10px;display:flex}.home-level__subscribe-wrap{pointer-events:auto;gap:8px;display:grid}.home-level__subscribe-inline-label{text-transform:uppercase;letter-spacing:.04em;white-space:nowrap;font-size:12px;font-weight:600}.home-level__subscribe-form{pointer-events:auto;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;column-gap:8px;width:100%;display:grid}.home-level__subscribe-form input{border:1px solid #dbe3ef;border-radius:10px;width:auto;min-width:0;max-width:100%;height:40px;padding:0 12px}.home-level__subscribe-button{pointer-events:auto;white-space:nowrap;cursor:pointer;border:none;flex:none;justify-content:center;align-items:center;width:auto;min-height:40px;font-weight:600;display:inline-flex}.home-level__subscribe-button:disabled{cursor:default;opacity:.8}.home-level__subscribe-message{margin:0;font-size:13px}.home-level__tile-block{gap:8px;display:grid}.home-level__tile-link{color:inherit;text-decoration:none;display:block}.home-level__tile-copy-below{background:#fff;border:none;border-radius:10px;flex-direction:column;gap:6px;min-height:72px;padding:10px 12px;display:flex}.home-level__tile-copy-below h3{font-family:var(--layout-title-font);line-height:1.2}.home-level__tile-copy-below p{line-height:1.4}.home-level__link{pointer-events:auto;color:#fff;background:#2563eb;border-radius:12px;align-items:center;width:fit-content;min-height:40px;padding:10px 16px;font-weight:600;text-decoration:none;display:inline-flex}.home-level__placeholder{color:#64748b;letter-spacing:.02em;background:linear-gradient(#f8fbff 0%,#f1f5f9 100%);place-items:center;height:100%;min-height:180px;font-size:13px;display:grid}.home-page__empty{color:#64748b;text-align:center;background:#f8fafc;border:1px dashed #cbd5e1;border-radius:14px;padding:24px}@keyframes spin{to{transform:rotate(360deg)}}@media (width<=900px){.page.home-page{padding:12px 0}.home-page{gap:12px}.home-level-wrap--bleed{width:100%;margin-left:0}.home-level{width:var(--container-mobile-w)!important}.home-level__item{height:var(--img-mobile-h)!important}.home-level .home-level__img{width:var(--img-mobile-width)!important;object-fit:var(--img-mobile-fit)!important;top:var(--img-mobile-crop)!important;left:calc(50% + var(--img-mobile-left,0px))!important}.home-level__title{font-size:clamp(22px,7vw,30px)}.home-level__description{font-size:15px}}.about-page{width:100%;max-width:1024px;margin:0 auto;padding:2rem 1.5rem}.about-top{align-items:flex-start;gap:2rem;margin-top:1.5rem;margin-bottom:3rem;display:flex}.about-image-wrapper{flex:0 0 40%}.about-image{object-fit:cover;border-radius:16px;width:100%;height:auto}.about-content{text-align:left;color:#4b3b34;flex:0 0 60%}.about-content h1{margin-bottom:1rem;font-size:1.2rem}.about-content p{font-size:.8 rem;color:#4b3b34;margin-bottom:.8rem;line-height:1}.subscribe-box{width:100%;text-align:flex-start;background:#fafafa;border:1px solid #e5e7eb;border-radius:16px;margin:0 auto;padding:1.5rem;box-shadow:0 10px 30px #0000000d}.subscribe-box h2{margin-bottom:.8rem;font-size:1rem;font-weight:600}.subscribe-form{flex-direction:row;gap:8px;margin-top:.4rem;display:flex}.subscribe-form input{border-radius:10px;flex:1;min-width:0;padding:10px 12px}.subscribe-form button{white-space:nowrap;padding:10px 16px}.subscribe-form button:disabled{opacity:.6;cursor:not-allowed}.subscribe-message{margin-top:.8rem;font-size:.9rem}@media (width<=768px){.about-page{padding:1.5rem 1rem}.about-top{flex-direction:column}.about-image-wrapper,.about-content{flex:100%}.about-content{text-align:center}.about-content h1{font-size:1.4em}.about-content p{font-size:1rem}.subscribe-box{max-width:100%}.subscribe-form{flex-direction:column}.subscribe-form button{width:100%}}@media (width<=480px){.about-content h1{font-size:1.6rem}.about-content p{font-size:.95rem}}.page{flex-direction:column;align-items:center;max-width:1000px;margin:0 auto;padding:0;display:flex}.bag-layout{align-items:flex-start;gap:24px;display:flex}.bag-left{flex-direction:column;flex:2;gap:16px;display:flex}.bag-right{flex:1;width:100%;max-width:420px;position:sticky;top:100px}.bag-item{border:1px solid #eee;border-radius:12px;gap:16px;padding:12px;display:flex}.bag-image{object-fit:cover;border-radius:8px;width:140px;height:auto}.bag-content{flex-direction:column;flex:1;gap:8px;display:flex}.bag-title{margin:0}.bag-comment,.bag-customizations{color:#555;font-size:14px;font-style:italic;font-weight:300}.bag-additional{color:#888;font-size:13px}.bag-controls{align-items:center;gap:12px;margin-top:8px;display:flex}.bag-controls button{cursor:pointer;background:#f3f3f3;border:none;border-radius:6px;padding:6px}.bag-expand{color:#4b3b34;background:0 0;border-radius:10px;padding:10px}.bag-expand-content{margin-top:10px}.bag-expand input,.bag-expand textarea{color:#4b3b34;background:0 0;border:1px solid #d8d8d8;border-radius:8px;outline:none;width:100%;padding:10px 12px}.bag-expand input::placeholder,.bag-expand textarea::placeholder{color:#666}.bag-expand input:focus,.bag-expand textarea:focus{border-color:#8c7466}.promo-inline-row{white-space:nowrap;flex-wrap:nowrap;align-items:center;gap:10px;min-height:45px;display:flex}.promo-inline-box{align-items:center;gap:8px;width:100%;display:flex}.promo-toggle{color:#4b3b34;cursor:pointer;white-space:nowrap;background:0 0;border:none;padding:0;font-weight:300}.promo-toggle:hover{text-decoration:underline}.promo-input{flex:1;min-width:0}.promo-check{color:#4b3b34;cursor:pointer;white-space:nowrap;background:0 0;border:1px solid #fff;border-radius:8px;padding:10px 14px;transition:all .2s}.promo-check:hover{background:0 0;border:1px solid #000}.promo-check:disabled{opacity:.6}.promo-remove{color:#dc2626;cursor:pointer;white-space:nowrap;background:0 0;border:1px solid #fff;font-weight:400}.promo-remove:hover{background-color:#0000;border:1px solid #dc2626}.promo-toggle:hover{background-color:#fff}.promo-message{margin-top:8px;font-size:14px}.promo-message.error{color:#b00020}.promo-message.success{color:#1f7a1f}.bag-expand>button{color:#4b3b34;cursor:pointer;background:0 0;border:none;padding:0;font-weight:600}.bag-expand>button:hover{opacity:.7}.summary-card{border:1px solid #eee;border-radius:12px;flex-direction:column;gap:12px;width:100%;padding:16px;display:flex}.summary-row{justify-content:space-between;gap:12px;display:flex}.delivery-section{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.delivery-link{color:#2563eb;text-align:right;cursor:pointer;background:0 0;border:none;flex:1;width:180px;padding:0;font-weight:500}.delivery-link:hover{color:#1d4ed8;text-underline-offset:3px;background-color:#0000;text-decoration:underline}.summary-total{border-top:1px solid #eee;justify-content:space-between;padding-top:10px;font-size:18px;font-weight:700;display:flex}.checkout-btn{color:#4b3b34;cursor:pointer;background:0 0;border:1px solid #000;border-radius:10px;margin-top:12px;padding:12px;font-weight:600}.checkout-btn:hover{color:#fff;background:#1d1d1d;border:1px solid #000}.checkout-btn:disabled{opacity:.6;cursor:not-allowed}.modal-overlay{z-index:999;background:#00000059;justify-content:center;align-items:center;padding:16px;display:flex;position:fixed;inset:0}.modal-card{background:#fff;border-radius:16px;width:100%;max-width:460px;padding:18px;box-shadow:0 20px 60px #0003}.order-preview-body{gap:16px;display:grid}.order-preview-lead{color:#64748b;margin:0;font-size:14px;line-height:1.5}.order-preview-section{background:linear-gradient(#fff 0%,#faf7f3 100%);border:1px solid #e5e7eb;border-radius:14px;gap:12px;padding:14px;display:grid}.order-preview-section__head{justify-content:space-between;align-items:center;gap:12px;display:flex}.order-preview-section__head h4{color:#0f172a;margin:0;font-size:15px}.order-preview-section__head span{color:#64748b;font-size:13px}.order-preview-list{gap:12px;max-height:320px;padding-right:4px;display:grid;overflow-y:auto}.order-preview-item{background:#ffffffeb;border:1px solid #ece7df;border-radius:12px;grid-template-columns:68px minmax(0,1fr) auto;align-items:start;gap:12px;padding:10px;display:grid}.order-preview-item__image{object-fit:cover;background:#f3f4f6;border-radius:10px;width:68px;height:68px;display:block}.order-preview-item__image--placeholder{border:1px dashed #d1d5db}.order-preview-item__main{gap:4px;min-width:0;display:grid}.order-preview-item__aside{text-align:right;gap:4px;display:grid}.order-item-title{color:#4b3b34;margin:0;font-weight:700}.order-item-qty,.order-item-unit-price,.order-item-comment{color:#6b7280;margin:0;font-size:13px}.order-item-customizations{gap:2px;display:grid}.order-item-customizations p{color:#475569;margin:0;font-size:13px}.order-item-price{color:#4b3b34;margin:0;font-weight:700}.order-preview-delivery{color:#334155;margin:0;line-height:1.5}.order-preview-summary{background:#f8fafc;border:1px solid #e2e8f0;border-radius:14px;gap:10px;padding:14px;display:grid}.order-summary-row,.order-summary-total{justify-content:space-between;gap:12px;display:flex}.order-summary-row{color:#475569}.order-summary-total{color:#4b3b34;border-top:1px solid #dbe4ee;padding-top:10px;font-weight:700}.order-preview-actions,.confirmation-actions{justify-content:flex-end;gap:10px;margin-top:16px;display:flex}.order-confirmation{text-align:center}.confirmation-icon{color:#15803d;background:#dcfce7;border-radius:999px;place-items:center;width:56px;height:56px;margin:4px auto 12px;font-size:28px;font-weight:700;display:grid}.confirmation-order-id{color:#4b3b34;margin:0 0 12px;font-weight:700}.confirmation-message{color:#64748b;gap:6px;display:grid}.confirmation-message p{margin:0}.modal-header{justify-content:space-between;align-items:center;margin-bottom:12px;display:flex}.icon-btn{cursor:pointer;background:0 0;border:none;font-size:26px;line-height:1}.delivery-modal-body{gap:12px;display:grid}.delivery-field{gap:6px;display:grid}.delivery-label{color:#4b3b34;font-size:14px;font-weight:500}.delivery-input,.delivery-select{box-sizing:border-box;color:#4b3b34;background:#fff;border:1px solid #d8d8d8;border-radius:10px;outline:none;width:100%;padding:12px 14px;font-size:14px;display:block}.delivery-input:focus,.delivery-select:focus{border-color:#111}@media (width<=900px){.page{padding:1rem}.bag-layout{flex-direction:column;gap:16px}.delivery-input,.delivery-select{box-sizing:border-box;min-width:0;width:97%!important;max-width:97%!important}.delivery-select{box-sizing:border-box;white-space:nowrap;text-overflow:ellipsis;width:95%;min-width:0;max-width:95%;overflow:hidden}.delivery-autocomplete{width:100%;min-width:0;position:relative}.delivery-dropdown{box-sizing:border-box;z-index:20;background:#fff;border:1px solid #ddd;border-radius:10px;width:100%;max-width:100%;max-height:220px;position:absolute;top:calc(100% + 6px);left:0;right:0;overflow:hidden auto;box-shadow:0 10px 30px #00000014}.bag-left,.bag-right{width:100%;max-width:100%}.bag-right{position:static}.bag-item{border-radius:14px;flex-direction:row;align-items:flex-start;gap:12px;padding:12px}.bag-image{object-fit:cover;border-radius:10px;width:160px;min-width:160px;max-width:160px;height:auto}.bag-content{gap:6px;min-width:0}.bag-content h3{margin:0;font-size:16px;line-height:1.25}.bag-customizations,.bag-comment,.bag-additional{font-size:13px;line-height:1.35}.bag-controls{margin-top:6px}.summary-card{border-radius:14px;gap:10px;width:93%;padding:14px}.summary-card h3{margin:0;font-size:18px}.summary-row{font-size:14px}.summary-total{padding-top:8px;font-size:16px}.checkout-btn{border-radius:10px;margin-top:8px;padding:11px 12px;font-size:14px}.delivery-section{align-items:center}.delivery-link{font-size:14px}.promo-inline-row{align-items:stretch;gap:8px}.bag-expand-content{width:96%}.promo-inline-box,.promo-input{min-width:0}.modal-card{border-radius:14px;max-width:100%;padding:16px}}.delivery-autocomplete{position:relative}.delivery-option{text-align:left;color:#4b3b34;cursor:pointer;background:#fff;border:0;width:100%;padding:10px 12px}.delivery-option.muted{color:#777;cursor:default}.summary-label{font-weight:300;font-size:16x;color:#555}.delivery-loading-inline{justify-content:flex-end;align-items:center;min-width:40px;display:flex}.delivery-spinner{border:2px solid #d1d5db;border-top-color:#111827;border-radius:50%;width:18px;height:18px;animation:.7s linear infinite deliverySpin}@keyframes deliverySpin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.login-page{justify-content:center;align-items:center;min-height:auto;font-family:Arial,sans-serif;display:flex}.auth-shell{color:#4b3b34;border-radius:12px;width:380px;margin:50px auto;padding:28px;box-shadow:0 0 10px #0003}@media (width<=768px){.auth-shell{box-shadow:none;border-radius:0;width:60%;margin:0;padding:20px}.login-page{align-items:flex-start}}h1{margin-bottom:16px;font-size:22px}form{flex-direction:column;gap:10px;display:flex}button:disabled{opacity:.6;cursor:not-allowed}.bottom-actions,.bottom-back{justify-content:flex-end;gap:12px;margin-top:8px;display:flex}.bottom-actions .secondary-btn,.bottom-back .secondary-btn{color:#1d4ed8;min-height:auto;box-shadow:none;text-align:right;background:0 0;border:none;padding:0;font-weight:300}.bottom-actions .secondary-btn:hover,.bottom-back .secondary-btn:hover{box-shadow:none;background:0 0;text-decoration:underline}.bottom-actions .secondary-btn:focus-visible,.bottom-back .secondary-btn:focus-visible{outline:none;text-decoration:underline}.error{color:#f87171;font-size:13px}.success{color:#34d399;font-size:13px}.auth-shell>button{background:0 0;border:1px solid #374151;margin-top:10px}.resend-link{background:0 0;border:1px dashed #6b7280;margin-top:10px}.profile-page{justify-content:center;display:flex}.profile-page__card{background:0 0;flex-direction:column;align-items:center;width:100%;max-width:860px;padding:0;display:flex}.profile-page__header{text-align:center;margin-bottom:24px}.profile-page__header h1{color:#0f172a;margin:0 0 8px;font-size:32px}.profile-page__header p{color:#475569;margin:0}.profile-page__tabs{flex-wrap:wrap;justify-content:center;gap:12px;margin-bottom:20px;display:flex}.profile-page__tabs button{margin-top:0;margin-bottom:0}.profile-page__tabs .filter-bubble.is-selected,.profile-page__tabs .filter-bubble[aria-pressed=true]{background:var(--ui-panel-2);color:#2a2234;border-color:var(--ui-line);box-shadow:none;border-width:1px}.profile-page__tabs .filter-bubble.is-selected:hover,.profile-page__tabs .filter-bubble[aria-pressed=true]:hover{background:var(--ui-panel-2);color:#2a2234;border-color:var(--ui-line)}.profile-page__success,.profile-page__error,.profile-page__loading{text-align:center}.profile-page__success{color:#15803d}.profile-page__error{color:#dc2626}.profile-page__loading{padding:48px}.profile-tab{flex-direction:column;align-items:center;width:100%;padding:0;display:flex}.profile-tab__grid{gap:16px;width:90%;max-width:520px;margin:0 auto;display:grid}.profile-tab__grid label{color:var(--ui-label)}.profile-tab__grid input{font-size:15px}.profile-tab__grid input:disabled{background:var(--ui-wash);color:var(--ui-muted)}.profile-tab__actions{flex-wrap:wrap;justify-content:center;gap:16px;margin-top:24px;display:flex}.orders-tab h2{text-align:center;color:#0f172a;margin-bottom:24px}.orders-tab__empty{text-align:center;color:#64748b}.orders-tab__list{justify-items:center;gap:16px;display:grid}.orders-tab__card{border:1px solid var(--line);background:var(--bg);border-radius:14px;width:90%;min-width:700px;max-width:1100px;margin:0 auto;overflow:hidden}.orders-tab__card-head{text-align:left;cursor:pointer;background:0 0;border:none;justify-content:space-between;gap:16px;width:100%;min-height:80px;padding:16px;display:flex}.orders-tab__card-head:hover{background:var(--linen)}.orders-tab__card-head p{margin:0 0 6px}.orders-tab__head-right{justify-items:end;gap:6px;min-width:120px;display:grid}.orders-tab__status{text-align:center;border:1px solid #0000;border-radius:999px;min-width:100px;padding:10px;font-size:12px;font-weight:700}.orders-tab__status--new{color:#1d4ed8;background:#eff6ff;border-color:#bfdbfe}.orders-tab__status--accepted{color:#0e7490;background:#ecfeff;border-color:#a5f3fc}.orders-tab__status--preparing{color:#c2410c;background:#fff7ed;border-color:#fed7aa}.orders-tab__status--shipped{color:#6d28d9;background:#f5f3ff;border-color:#ddd6fe}.orders-tab__status--delivered,.orders-tab__status--completed{color:#047857;background:#ecfdf5;border-color:#a7f3d0}.orders-tab__status--cancelled{color:#b91c1c;background:#fef2f2;border-color:#fecaca}.orders-tab__details{border-top:1px solid #e2e8f0;gap:14px;padding:14px 16px 16px;display:grid}.orders-tab__delivery{gap:6px;display:grid}.orders-tab__delivery p{color:#334155;margin:0}.orders-tab__items h4{color:#0f172a;margin:0 0 10px}.orders-tab__item-row{border:1px solid var(--sand-beige);background:var(--linen);border-radius:10px;justify-content:space-between;gap:12px;margin-bottom:8px;padding:10px;display:flex}.orders-tab__item-main{gap:10px;min-width:0;display:flex}.orders-tab__item-image{object-fit:cover;background:--var(--ui-line);border-radius:8px;flex-shrink:0;width:52px;height:52px}.orders-tab__item-image--placeholder{border:1px dashed #cbd5e1}.orders-tab__item-title{color:#0f172a;margin:0 0 4px;font-weight:700}.orders-tab__item-meta{color:#64748b;margin:0;font-size:13px}.orders-tab__item-meta p{margin:2px 0 0}.orders-tab__item-price{white-space:nowrap;color:#0f172a;margin:0;font-weight:700}@media (width<=768px){.orders-tab__card{width:96%;min-width:400px;max-width:1100px}}.delivery-tab__header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;margin-bottom:16px;display:flex}.delivery-tab__header h2{color:#0f172a;margin:0}.delivery-tab__add{cursor:pointer;background:#f8fafc;border:1px dashed #94a3b8;border-radius:12px;padding:12px 16px;font-weight:700}.delivery-tab__empty{text-align:center;color:#64748b}.delivery-tab__grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:16px;display:grid}.delivery-card{background:#fff;border:1px solid #e2e8f0;border-radius:16px;flex-direction:column;max-width:380px;min-height:200px;padding:16px;display:flex}.delivery-card--default{background:#f8fafc;border-color:#cbd5e1;order:-1}.delivery-card__header{justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:12px;display:flex}.delivery-card__content{flex:1;overflow:hidden}.delivery-card__content h3{color:#0f172a;white-space:nowrap;text-overflow:ellipsis;margin:0 0 4px;font-size:16px;font-weight:600;overflow:hidden}.delivery-card__phone{color:#64748b;white-space:nowrap;text-overflow:ellipsis;margin:0 0 8px;font-size:13px;overflow:hidden}.delivery-card__address{color:#334155;white-space:nowrap;text-overflow:ellipsis;margin:0 0 4px;font-size:14px;overflow:hidden}.delivery-card__address:last-child{margin-bottom:0}.delivery-card__tag{border-radius:999px;flex-shrink:0;padding:4px 10px;font-size:12px;font-weight:700}.delivery-card__tag.address{color:#1d4ed8;background:#dbeafe}.delivery-card__tag.office{color:#6d28d9;background:#ede9fe}.delivery-card__footer{border-top:1px solid #e2e8f0;justify-content:flex-end;gap:8px;margin-top:12px;padding-top:12px;display:flex}.delivery-card__footer button{cursor:pointer}.delivery-card__default-btn{color:#94a3b8;cursor:pointer;background:#fff;border:1px solid #cbd5e1;border-radius:10px;flex-shrink:0;min-width:44px;min-height:44px;padding:0;font-size:20px;line-height:1;transition:color .12s linear,border-color .12s linear}.delivery-card__default-btn:hover{color:#64748b;border-color:#94a3b8}.delivery-card__default-btn.is-default{color:#f59e0b;background:#fffbeb;border-color:#facc15}.delivery-card__delete-btn{color:#94a3b8;cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;min-width:40px;min-height:40px;padding:0;transition:color .12s linear;display:flex}.delivery-card__delete-btn:hover{color:#dc2626}.delete-modal__overlay{z-index:1000;background:#0006;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.delete-modal{background:#fff;border-radius:16px;width:90%;max-width:400px;padding:24px;box-shadow:0 10px 30px #00000026}.delete-modal h3{color:#0f172a;margin:0 0 8px;font-size:18px;font-weight:600}.delete-modal p{color:#475569;margin:0 0 20px;font-size:14px;line-height:1.5}.delete-modal__actions{justify-content:flex-end;gap:10px;display:flex}.delete-modal__actions button{cursor:pointer;border:none;border-radius:10px;padding:10px 16px;font-size:14px;font-weight:600;transition:all .12s linear}.delete-modal__delete-btn{color:#dc2626;background:#fecaca;border:1px solid #fca5a5}.delete-modal__delete-btn:hover{color:#fff;background:#f87171}.address-modal__overlay{z-index:1000;background:#0f172a73;justify-content:center;align-items:center;padding:16px;display:flex;position:fixed;inset:0}.address-modal{background:#fff;border-radius:20px;width:100%;max-width:760px;max-height:90vh;padding:20px;overflow-y:auto;box-shadow:0 24px 80px #0f172a40}.address-modal__header{justify-content:space-between;gap:16px;margin-bottom:16px;display:flex}.address-modal__header h2{color:#0f172a;margin:0 0 6px}.address-modal__header p{color:#64748b;margin:0}.address-modal__close{cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:999px;width:40px;height:40px;font-size:24px}.address-modal__grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:16px;display:grid}.address-modal__grid .full{grid-column:1/-1}.address-modal__grid label{margin-bottom:6px;font-weight:600;display:block}.address-modal__grid input,.address-modal__grid select{border:1px solid #cbd5e1;border-radius:12px;width:100%;padding:14px 16px}.delivery-select--placeholder{color:#94a3b8;background:linear-gradient(#f8fafc 0%,#fff 100%);border-style:dashed}.delivery-select--placeholder:focus{color:#0f172a;border-style:solid}.address-modal__checkbox{color:#0f172a;cursor:pointer;justify-content:flex-start;align-items:center;gap:10px;width:fit-content;margin-top:16px;padding:0;font-weight:600;line-height:1.2;display:flex}.address-modal__checkbox input[type=checkbox]{appearance:none;cursor:pointer;background:#fff;border:1px solid #94a3b8;border-radius:5px;place-items:center;width:18px;height:18px;margin:0;display:grid}.address-modal__checkbox input[type=checkbox]:after{content:"X";transform-origin:50%;transition:transform .12s linear;transform:scale(0)}.address-modal__checkbox input[type=checkbox]:checked{background:#1567d8;border-color:#1567d8}.address-modal__checkbox input[type=checkbox]:checked:after{color:#fff;margin-top:-8px;margin-left:-3px;font-size:10px;transform:scale(2)}.address-modal__actions{flex-wrap:wrap;gap:12px;margin-top:16px;display:flex}.delivery-field,.delivery-autocomplete{position:relative}.delivery-dropdown{z-index:30;background:#fff;border:1px solid #cbd5e1;border-radius:12px;max-height:240px;position:absolute;top:calc(100% + 6px);left:0;right:0;overflow-y:auto;box-shadow:0 10px 30px #0f172a1f}.delivery-option{text-align:left;cursor:pointer;color:#0f172a;background:0 0;border:none;width:100%;padding:10px 12px}.delivery-option:hover{background:#f1f5f9}.delivery-option.muted{color:#64748b}.delivery-error{color:#dc2626;margin:0;font-size:13px}.delivery-hint{color:#64748b;margin:0;font-size:13px}.admin-message{color:#174ea6;background:#eef6ff;border:1px solid #cfe2ff;border-radius:12px;margin:0 0 16px;padding:12px 14px;font-weight:500}.modal-overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);box-sizing:border-box;z-index:1000;background:#0f172a73;justify-content:center;align-items:center;width:100%;min-width:0;padding:24px;display:flex;position:fixed;inset:0}.modal-card{border:1px solid var(--line,#d9e2ec);box-sizing:border-box;background:#fff;border-radius:24px;padding:20px;box-shadow:0 24px 80px #0f172a2e}.modal-card--product{flex-direction:column;width:100%;max-width:960px;max-height:92vh;margin:0 auto;padding:24px;display:flex;overflow:hidden}.modal-header{justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:20px;display:flex}.modal-header h3{color:#0f172a;margin:4px 0 0;font-size:28px}.icon-btn{color:#475569;cursor:pointer;background:#fff;border:1px solid #d9e2ec;border-radius:12px;width:42px;height:42px;font-size:24px;line-height:1}.icon-btn:hover{background:#f8fafc}.product-form{flex-direction:column;gap:24px;min-height:0;display:flex}.modal-body{scrollbar-width:none;-ms-overflow-style:none;flex:1;min-height:0;overflow:hidden auto}.modal-body::-webkit-scrollbar{width:0;height:0}.form-grid--product{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;width:100%;display:grid}.field{gap:8px;display:grid}.field.full{grid-column:1/-1}.field-label{color:#334155;font-size:14px;font-weight:700}.field input,.field textarea,.field select{box-sizing:border-box;width:100%}.field input:focus,.field textarea:focus,.field select:focus{border-color:#8c7466;outline:none;box-shadow:0 0 0 4px #8c74662e}.field textarea{resize:vertical;min-height:120px}.category-row{grid-template-columns:1fr auto;gap:12px;display:grid}.add-category-box{grid-template-columns:1fr auto;gap:12px;margin-top:12px;display:grid}.upload-box{background:linear-gradient(#fbfdff 0%,#f8fbff 100%);border:1px dashed #bfd0e6;border-radius:16px;gap:10px;padding:18px;display:grid}.upload-box input[type=file]{background:0 0;border:0;padding:0}.upload-hint{color:#64748b;font-size:13px}.image-preview-grid{grid-template-columns:repeat(auto-fill,minmax(110px,1fr));gap:12px;margin-top:14px;display:grid}.preview-image{object-fit:cover;background:#f8fafc;border:1px solid #d9e2ec;border-radius:14px;width:100%;height:110px}.toggle{cursor:pointer;-webkit-user-select:none;user-select:none;align-items:center;gap:14px;display:inline-flex}.toggle input{opacity:0;pointer-events:none;position:absolute}.toggle-slider{background:#cbd5e1;border-radius:999px;width:58px;height:32px;transition:background .2s;position:relative}.toggle-slider:after{content:"";background:#fff;border-radius:50%;width:24px;height:24px;transition:transform .2s;position:absolute;top:4px;left:4px;box-shadow:0 2px 8px #0f172a2e}.toggle input:checked+.toggle-slider{background:#2563eb}.toggle input:checked+.toggle-slider:after{transform:translate(26px)}.toggle-text{color:#334155;font-weight:600}.modal-actions{justify-content:flex-end;gap:12px;padding-top:4px;display:flex}.table-images{align-items:center;gap:8px;display:flex}.table-thumb{object-fit:cover;background:#f8fafc;border:1px solid #dbe3ee;border-radius:12px;width:52px;height:52px}.table-thumb--empty{color:#64748b;justify-content:center;align-items:center;font-size:12px;display:inline-flex}.cell-description{white-space:normal;color:#475569;max-width:280px}@media (width<=900px){.form-grid--product,.category-row,.add-category-box{grid-template-columns:1fr}.modal-card--product{padding:18px}}.row-actions{flex-wrap:wrap;gap:8px;display:flex}.action-btn{min-height:36px;padding:8px 12px;font-size:13px}.danger-btn{color:#fff;cursor:pointer;background:#dc2626;border:none;border-radius:12px;padding:10px 14px;font-weight:700}.danger-btn:hover{background:#b91c1c}.confirm-card{border-radius:20px;width:min(100%,420px);padding:24px}.confirm-card h3{margin:0 0 10px}.confirm-card p{color:#475569;margin:0 0 18px}.existing-image-card{gap:8px;display:grid;position:relative}.existing-image-card--remove{opacity:.55}.image-remove-btn{min-height:34px;padding:8px 10px;font-size:12px}table th,table td{padding:8px 10px;font-size:13px}.table-images,.row-actions{gap:6px}.customization-header{justify-content:space-between;align-items:center;gap:12px;margin-bottom:14px;display:flex}.customization-list{gap:14px;display:grid}.customization-card{background:#fafbfc;border:1px solid #e6e8ee;border-radius:14px;padding:14px;box-shadow:0 4px 14px #0f172a0a}.customization-top{align-items:center;gap:10px;max-width:92%;margin-bottom:12px;display:flex}.customization-top input{flex:1}.customization-options{gap:10px;max-width:92%;margin-bottom:12px;display:grid}.customization-option-row{align-items:center;gap:10px;display:flex}.customization-option-row input{flex:1}.customization-card input{background:#fff;border:1px solid #d9dde7;border-radius:10px;width:100%;min-height:42px;padding:10px 12px;font-size:14px;line-height:1.4;transition:border-color .2s,box-shadow .2s}.customization-card input:focus{border-color:#7c5cff;outline:none;box-shadow:0 0 0 4px #7c5cff1f}.customization-card .secondary-btn,.customization-card .danger-btn{border-radius:10px;min-height:40px;padding:8px 12px;font-size:13px;font-weight:600}.customization-card .secondary-btn{color:#4338ca;background:#eef2ff;border:1px solid #c7d2fe}.customization-card .secondary-btn:hover{background:#e0e7ff}.customization-card .danger-btn{color:#be123c;background:#fff1f2;border:1px solid #fecdd3}.customization-card .danger-btn:hover{background:#ffe4e6}@media (width<=640px){.customization-header,.customization-top,.customization-option-row{flex-direction:column;align-items:stretch}.customization-card .secondary-btn,.customization-card .danger-btn{width:100%}}.customization-header .secondary-btn,.customization-card .secondary-btn{color:#4338ca;background:#eef2ff;border:1px solid #c7d2fe;margin-top:10px}.customization-header .secondary-btn:hover,.customization-card .secondary-btn:hover{color:#3730a3;background:#e0e7ff;border-color:#a5b4fc}@media (width<=768px){.promo-codes-list{width:97%}.table-wrap{overflow:visible}.table-wrap table,.table-wrap thead,.table-wrap tbody,.table-wrap tr,.table-wrap th,.table-wrap td{width:99%;display:block}.table-wrap thead{display:none}.table-wrap tbody{gap:14px;display:grid}.table-wrap tr{background:#fff;border:1px solid #e6e8ee;border-radius:16px;padding:12px;box-shadow:0 6px 20px #0f172a0d}.table-wrap td{text-align:right;border:0;justify-content:space-between;align-items:flex-start;gap:12px;padding:8px 0;font-size:14px;display:flex}.table-wrap td:before{content:attr(data-label);color:#475569;text-align:left;min-width:110px;font-weight:700}.table-wrap td[data-label=Изображения]{text-align:left;display:block}.table-wrap td[data-label=Изображения]:before{margin-bottom:8px;display:block}.table-images{flex-wrap:wrap;justify-content:flex-start;gap:8px}.table-thumb{width:52px;height:52px}.cell-description{white-space:normal;word-break:break-word;max-width:100%}.row-actions{grid-template-columns:1fr;gap:8px;width:100%;display:grid}.row-actions .secondary-btn,.row-actions .danger-btn{width:100%;min-height:42px}}.table-wrap td{z-index:1;position:relative}.row-actions button{z-index:2;position:relative}button{touch-action:manipulation}@media (width<=768px){.modal-overlay{align-items:stretch;padding:0}.modal-card--product{border-radius:0;width:100%;height:100vh}}.tags-list{gap:12px;margin-top:12px;display:grid}.tag-row{background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;align-items:center;gap:8px;padding:8px 10px;transition:all .2s;display:flex}.tag-row input:first-child{max-width:220px}.tag-row input[type=text]{flex:1;width:200px;max-width:200px}.tag-id{flex:1;min-width:100px;max-width:160px}.tag-color{border-radius:8px;width:40px;height:36px;padding:2px}.tag-preview{white-space:nowrap;border-radius:999px;max-width:100px;padding:4px 10px;font-size:11px;font-weight:600}.tag-row .danger-btn{height:36px;padding:0 10px;font-size:12px}.tags-list{flex-direction:column;gap:8px;display:flex}.price-row,.inventory-row{grid-column:1/-1;align-items:start;width:100%;display:grid}.price-row{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;display:grid}.inventory-row{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;display:grid}.price-row .field,.inventory-row .field{min-width:0}@media (width<=768px){.price-row,.inventory-row{grid-template-columns:1fr}}.promo-code-row{grid-template-columns:1.4fr 1fr 1fr .8fr 1fr 1fr auto;align-items:center;gap:10px;margin-bottom:10px;display:grid}.promo-code-row input,.promo-code-row select{box-sizing:border-box;border:1px solid #d8d8d8;border-radius:10px;width:100%;min-height:42px;padding:0 12px;font-size:14px}@media (width<=900px){.promo-code-row{grid-template-columns:1fr;width:400px;height:500px}}:root{--layout-title-font:"Manrope", "Noto Sans", "Segoe UI", Roboto, sans-serif;--bg:#f5f0e8;--main:#faf6f2;--panel:#f5f0e8;--panel-2:#f8fafc;--panel-3:#f9f5ef;--linen:#eae2d6;--sand-beige:#d9cab3;--line:#d9e2ec;--text:#4b3b34;--muted:#66758a;--primary:#8c7466;--primary-2:#7d6659;--white:#f5f0e8;--danger:#dc2626;--warn:#d97706;--blue:#3b82f6;--radius:16px}body{background:var(--main);color:var(--text);margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.admin-shell{background:radial-gradient(circle at top left, #2563eb14, transparent 28%), var(--bg);grid-template-columns:240px 1fr;display:grid}.sidebar{border-right:1px solid var(--line);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffffdb;padding:24px 16px}.sidebar-item{width:100%;min-height:44px;color:var(--muted);text-align:left;cursor:pointer;background:0 0;border:1px solid #0000;border-radius:12px;padding:12px 14px}.sidebar-item:hover{color:var(--text);background:#f1f5f9}.sidebar-item--active{color:#1d4ed8;background:#e8f0ff;border-color:#c7dbff}.content{min-width:0;padding:24px}.topbar h1{margin:6px 0 0;font-size:32px;line-height:1.1}.eyebrow{color:var(--muted);text-transform:uppercase;letter-spacing:.08em;font-size:13px}.search,input,select,textarea{box-sizing:border-box;background:var(--panel);width:100%;color:var(--text);border:1px solid var(--line);border-radius:12px;outline:none;padding:10px 14px;font-family:inherit;font-size:14px;line-height:1.5;transition:border-color .15s,box-shadow .15s}.search:hover,input:hover,select:hover,textarea:hover{border-color:#a0b4cc}.search:focus,input:focus,select:focus,textarea:focus{border-color:var(--primary);box-shadow:0 0 0 3px #8c746629}select{appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%2366758a' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");background-position:right 12px center;background-repeat:no-repeat;padding-right:36px}textarea{resize:vertical;min-height:120px}label{color:var(--muted);letter-spacing:.02em;margin-bottom:4px;font-size:13px;font-weight:600;display:block}.primary-btn,.secondary-btn,.tab{cursor:pointer;border-radius:12px;align-items:center;gap:6px;min-height:40px;font-family:inherit;font-size:14px;font-weight:600;line-height:1.4;transition:background .15s,border-color .15s,color .15s,box-shadow .15s;display:inline-flex}.primary-btn{color:#f5f0e8;background:#8c7466;border:none;padding:10px 18px;box-shadow:0 1px 3px #8c746659}.primary-btn:hover{background:#7d6659;box-shadow:0 2px 8px #8c746673}.primary-btn:active{box-shadow:none;background:#6e5a4f}.secondary-btn{border:1px solid var(--line);background:var(--panel);color:var(--text);padding:10px 18px}.secondary-btn:hover{background:var(--panel-3);border-color:var(--primary)}.secondary-btn:active{color:#f5f0e8;background:#8c7466}.tab{color:var(--muted);background:0 0;border:1px solid #0000;margin:10px 10px 0 0;padding:6px 10px}.tab:hover{color:var(--text);background:#f1f5f9}.tab--active{color:#1d4ed8;background:#e8f0ff;border-color:#c7dbff}.tab:focus-visible,.sidebar-item:focus-visible,.primary-btn:focus-visible,.secondary-btn:focus-visible,.search:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline-offset:2px;outline:2px solid #8c7466;box-shadow:0 0 0 4px #8c746633}.p,.page-title{color:#4b3b34}.stats-row{grid-template-columns:repeat(10,minmax(0,1fr));gap:10px;margin-top:10px;margin-bottom:16px;display:grid}.card{border:1px solid var(--line);border-radius:var(--radius);background:#ffffffeb;padding:18px;box-shadow:0 10px 30px #0f172a0d}.stat-card strong{margin:10px 0 6px;font-size:20px;display:block}.stat-card p{color:var(--muted);margin:0}.table-header,.card-head{justify-content:space-between;align-items:center;gap:12px;margin-bottom:16px;display:flex}.table-wrap{overflow-x:auto}table{border-collapse:collapse;width:100%}th,td{text-align:left;border-top:1px solid var(--line);white-space:nowrap;padding:14px 12px}th{color:var(--muted);font-size:14px;font-weight:600}.badge{border:1px solid #0000;border-radius:999px;align-items:center;min-height:28px;padding:4px 10px;font-size:12px;font-weight:700;display:inline-flex}.badge--pending{color:#b45309;background:#fff7e6;border-color:#fed7aa}.badge--paid,.badge--shipped{color:#166534;background:#eaf7ef;border-color:#bbf7d0}.badge--returned{color:#be123c;background:#fff1f2;border-color:#fecdd3}.grid.two-col{grid-template-columns:1.2fr .8fr;gap:16px;display:grid}.form-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;margin-top:12px;display:grid}.form-grid label{color:var(--muted);letter-spacing:.02em;gap:6px;margin-bottom:0;font-size:13px;font-weight:600;display:grid}.form-grid .full{grid-column:1/-1}.preview-box{border:1px solid var(--line);background:#fff;border-radius:14px;min-height:280px;overflow:hidden}.preview-nav{background:#eff6ff;border-bottom:1px solid #dbeafe;height:48px}.preview-hero{grid-template-columns:1fr 180px;gap:16px;padding:20px;display:grid}.preview-copy{gap:10px;display:grid}.preview-line{background:#dbe4f0;border-radius:999px;height:14px}.preview-line.large{background:#93c5fd;width:75%;height:24px}.preview-line.short{width:50%}.preview-media{background:linear-gradient(135deg,#dbeafe,#bfdbfe);border-radius:14px;min-height:160px}.layout-level-list{gap:8px;margin-bottom:12px;display:grid}.layout-template-tools{grid-template-columns:1fr auto;gap:8px;margin-bottom:10px;display:grid}.layout-template-list{gap:8px;margin-bottom:12px;display:grid}.layout-template-card{background:#fff;border:1px solid #dbe3ef;border-radius:12px;gap:8px;padding:10px;display:grid}.layout-template-card--active{background:#eff6ff;border-color:#93c5fd}.layout-template-card__head{justify-content:space-between;align-items:center;gap:8px;display:flex}.layout-template-card__head small{color:#64748b}.layout-template-card__actions{flex-wrap:wrap;gap:8px;display:flex}.layout-level-pill{border:1px solid var(--line);cursor:pointer;text-align:left;background:#fff;border-radius:12px;justify-content:space-between;align-items:center;gap:10px;width:100%;padding:10px 12px;display:flex}.layout-level-pill span{color:var(--text);font-weight:600}.layout-level-pill small{color:var(--muted)}.layout-level-pill--active{background:#eff6ff;border-color:#93c5fd}.layout-level-actions{flex-wrap:wrap;gap:8px;margin-bottom:8px;display:flex}.layout-builder-notice{color:#166534;margin:12px 0;font-weight:600}.layout-builder-json{gap:8px;margin-top:14px;display:grid}.layout-builder-json pre{color:#e2e8f0;background:#0f172a;border:1px solid #1e293b;border-radius:12px;max-height:260px;margin:0;padding:12px;font-size:12px;line-height:1.4;overflow:auto}.layout-preview-list{gap:12px;padding:16px;display:grid}.layout-level-preview{background:#fff;border:1px solid #dbe3ef;border-radius:12px;gap:10px;padding:10px;display:grid}.layout-level-preview--small{grid-template-columns:1.2fr .8fr}.layout-level-preview--medium{grid-template-columns:1fr 1fr}.layout-level-preview--large{grid-template-columns:.9fr 1.1fr}.layout-level-preview__copy{align-content:start;gap:6px;display:grid}.layout-level-preview__copy h4{margin:0;font-size:17px}.layout-level-preview__copy p{color:var(--muted);margin:0;font-size:14px}.layout-level-preview__link{color:#1d4ed8;background:#eff6ff;border:1px solid #bfdbfe;border-radius:999px;width:fit-content;padding:4px 10px;font-size:12px;display:inline-flex}.layout-level-preview__link.is-muted{color:#64748b;background:#f8fafc;border-color:#e2e8f0}.layout-level-preview__media{background:#f1f5f9;border:1px solid #e2e8f0;border-radius:10px;overflow:hidden}.layout-level-preview__media img{width:100%;height:100%;display:block}.layout-level-preview__placeholder{color:#64748b;place-items:center;height:100%;font-size:12px;display:grid}.layout-preview-empty{text-align:center;color:#64748b;background:#f8fafc;border:1px dashed #cbd5e1;border-radius:12px;padding:16px}.layout-loading-shell{place-items:center;min-height:420px;display:grid}.layout-loading-center{color:#64748b;justify-items:center;gap:10px;font-weight:600;display:grid}.loading-spinner{border:3px solid #dbeafe;border-top-color:#2563eb;border-radius:999px;width:42px;height:42px;animation:.8s linear infinite spin}@media (width<=960px){.admin-shell{grid-template-columns:1fr}.sidebar{border-right:none;border-bottom:1px solid var(--line)}.sidebar-nav{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;display:grid}.stats-row,.grid.two-col,.form-grid,.layout-level-preview,.layout-level-preview--small,.layout-level-preview--medium,.layout-level-preview--large,.layout-template-tools{grid-template-columns:1fr}.stats-row,.grid.two-col{display:none}}
