:root{color-scheme:light;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#0f172a;background:#f8fafc;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;--surface: #ffffff;--surface-soft: #f1f5f9;--text-main: #0f172a;--text-muted: #64748b;--border: #e2e8f0;--primary: #0f172a;--primary-soft: #e2e8f0;--success-bg: #dcfce7;--success-text: #166534;--warning-bg: #fef3c7;--warning-text: #92400e;--danger-bg: #fee2e2;--danger-text: #991b1b;--radius-lg: 28px;--radius-md: 20px;--shadow: 0 24px 80px rgba(15, 23, 42, .12);--nav-height: 76px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;min-width:320px;min-height:100vh;background:radial-gradient(circle at top left,rgba(15,23,42,.08),transparent 34rem),#f8fafc}a{color:inherit}[hidden]{display:none!important}:focus-visible{outline:3px solid rgba(15,23,42,.28);outline-offset:3px}.app-header{position:sticky;top:0;z-index:20;display:flex;align-items:center;justify-content:space-between;gap:18px;width:min(1120px,calc(100% - 32px));min-height:72px;margin:16px auto 0;padding:12px 14px;overflow:hidden;border:1px solid rgba(226,232,240,.9);border-radius:999px;background:#ffffffd1;box-shadow:0 18px 50px #0f172a14;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.brand{display:inline-flex;align-items:center;gap:12px;min-width:0;text-decoration:none}.brand>span:last-child{min-width:0}.brand-mark{display:inline-grid;width:44px;height:44px;place-items:center;border-radius:16px;background:#0f172a;color:#fff;font-weight:800;letter-spacing:-.04em}.brand strong,.brand small{display:block}.brand strong{overflow:hidden;line-height:1.1;text-overflow:ellipsis;white-space:nowrap}.brand small{margin-top:2px;overflow:hidden;color:var(--text-muted);font-size:12px;text-overflow:ellipsis;white-space:nowrap}.header-actions{display:flex;align-items:center;gap:8px}.header-actions a{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:0 16px;border-radius:999px;color:#334155;font-size:14px;font-weight:700;text-decoration:none}.header-actions a:hover{background:var(--surface-soft)}.page-shell{width:min(1120px,calc(100% - 32px));margin:0 auto;padding:56px 0 calc(var(--nav-height) + 56px)}.hero-section,.section-block{border:1px solid var(--border);border-radius:var(--radius-lg);overflow:hidden;background:#ffffffe0;box-shadow:var(--shadow)}.hero-section{padding:clamp(28px,6vw,72px)}.eyebrow{margin:0 0 10px;color:#475569;font-size:13px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}h1,h2,h3,p{margin-top:0}h1{max-width:780px;margin-bottom:18px;font-size:clamp(36px,7vw,72px);line-height:.96;letter-spacing:-.06em}.hero-copy{max-width:680px;margin-bottom:28px;color:#475569;font-size:clamp(16px,2vw,20px);line-height:1.7}.hero-actions{display:flex;flex-wrap:wrap;gap:12px}.button{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:0 20px;border:0;border-radius:999px;font-weight:800;line-height:1.25;text-align:center;text-decoration:none;transition:transform .18s ease,box-shadow .18s ease,background-color .18s ease}.button:hover{transform:translateY(-1px)}.button-primary{background:var(--primary);color:#fff}.button-secondary{background:var(--primary-soft);color:var(--primary)}.section-block{margin-top:22px;padding:clamp(22px,4vw,36px)}.section-heading h2{margin-bottom:18px;font-size:clamp(24px,4vw,38px);letter-spacing:-.04em}.status-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.status-card{min-height:170px;padding:22px;border:1px solid var(--border);border-radius:var(--radius-md);background:var(--surface)}.status-card h3{margin-bottom:10px;font-size:19px}.status-card p{margin:0;color:var(--text-muted);line-height:1.6}.structure-panel pre{overflow:auto;margin:0;padding:20px;border-radius:var(--radius-md);background:#0f172a;color:#e2e8f0;font-size:14px;line-height:1.7}.bottom-nav{position:fixed;right:max(12px,env(safe-area-inset-right));bottom:max(12px,env(safe-area-inset-bottom));left:max(12px,env(safe-area-inset-left));z-index:30;display:none;gap:8px;padding:8px;border:1px solid rgba(226,232,240,.9);border-radius:24px;background:#fffffff0;box-shadow:0 18px 50px #0f172a24;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.bottom-nav__item{display:inline-flex;align-items:center;justify-content:center;min-height:44px;border-radius:18px;color:#475569;font-size:13px;font-weight:850;line-height:1.15;text-align:center;text-decoration:none;white-space:nowrap}.bottom-nav__item.is-active{background:#0f172a;color:#fff}@media(max-width:720px){.app-header{min-height:64px;border-radius:24px}.header-actions{display:none}.page-shell{width:min(100% - 24px,1120px);padding-top:28px;padding-bottom:calc(var(--nav-height) + 40px)}.status-grid{grid-template-columns:1fr}.bottom-nav{display:flex;overflow-x:auto;overscroll-behavior-x:contain;scrollbar-width:none}.bottom-nav::-webkit-scrollbar{display:none}.bottom-nav__item{flex:1 0 76px;padding:0 12px}}button,input,select,textarea{font:inherit}button{cursor:pointer;touch-action:manipulation}button:disabled,.button[disabled]{cursor:not-allowed;opacity:.7}.header-actions a.is-active{background:var(--surface-soft);color:var(--primary)}.header-logout{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:0 16px;border:0;border-radius:999px;background:var(--danger-bg);color:var(--danger-text);font-size:14px;font-weight:800}.button{border:0}.button-full{width:100%}.auth-shell{width:min(1120px,calc(100% - 32px));min-height:calc(100vh - 108px);margin:0 auto;padding:56px 0 calc(var(--nav-height) + 56px);display:grid;align-items:center}.auth-card{display:grid;grid-template-columns:minmax(0,1fr) minmax(340px,460px);gap:clamp(22px,5vw,56px);align-items:center;padding:clamp(22px,5vw,56px);border:1px solid var(--border);border-radius:var(--radius-lg);background:#ffffffe6;box-shadow:var(--shadow)}.auth-card--wide{grid-template-columns:minmax(0,.9fr) minmax(360px,520px)}.auth-card--center{display:flex;max-width:620px;margin:0 auto;flex-direction:column;align-items:center;text-align:center}.auth-copy h1{margin-bottom:16px;font-size:clamp(34px,5.5vw,64px)}.auth-copy p{max-width:560px;color:#475569;font-size:17px;line-height:1.7}.form-panel{padding:22px;border:1px solid var(--border);border-radius:24px;background:var(--surface);box-shadow:0 20px 60px #0f172a14}.form-heading{margin-bottom:20px}.form-heading h2{margin-bottom:6px;font-size:26px;letter-spacing:-.04em}.form-heading p{margin:0;color:var(--text-muted);line-height:1.6}.field-group{display:grid;gap:8px;margin-bottom:14px}.field-group span{color:#334155;font-size:14px;font-weight:800}.field-group input{width:100%;min-height:50px;padding:0 14px;border:1px solid var(--border);border-radius:16px;outline:none;background:#fff;color:#0f172a}.field-group input:focus{border-color:#0f172a;box-shadow:0 0 0 4px #0f172a14}.form-message{margin:14px 0;padding:12px 14px;border-radius:16px;font-size:14px;font-weight:700;line-height:1.5}.form-message[data-type=error]{border:1px solid #fecaca;background:#fef2f2;color:var(--danger-text)}.form-message[data-type=success]{border:1px solid #bbf7d0;background:#f0fdf4;color:var(--success-text)}.auth-links{display:flex;flex-wrap:wrap;justify-content:space-between;gap:10px;margin-top:16px}.auth-links a{color:#334155;font-size:14px;font-weight:800;text-decoration:none}.auth-links a:hover{text-decoration:underline}.profile-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.profile-item{min-height:120px;padding:20px;border:1px solid var(--border);border-radius:var(--radius-md);background:var(--surface)}.profile-item span,.profile-item strong{display:block}.profile-item span{margin-bottom:10px;color:var(--text-muted);font-size:13px;font-weight:800;text-transform:uppercase;letter-spacing:.06em}.profile-item strong{overflow-wrap:anywhere;color:#0f172a;font-size:18px}.loading-spinner{width:46px;height:46px;border:4px solid #e2e8f0;border-top-color:#0f172a;border-radius:999px;animation:spin .8s linear infinite}.bottom-nav__button{border:0;background:transparent}@keyframes spin{to{transform:rotate(360deg)}}@media(max-width:920px){.auth-card,.auth-card--wide{grid-template-columns:1fr}.profile-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:720px){input,select,textarea{font-size:16px}.auth-shell{width:min(100% - 24px,1120px);min-height:calc(100vh - 92px);padding-top:28px;padding-bottom:calc(var(--nav-height) + 40px)}.auth-card,.auth-card--wide{padding:20px;border-radius:24px}.auth-copy h1{font-size:clamp(30px,11vw,44px)}.auth-copy p{font-size:15px}.form-panel{padding:18px}.profile-grid{grid-template-columns:1fr}}.hero-section--admin{background:radial-gradient(circle at top right,rgba(15,23,42,.09),transparent 30rem),#ffffffe6}.profile-grid--compact{grid-template-columns:repeat(4,minmax(0,1fr))}@media(max-width:920px){.profile-grid--compact{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:720px){.profile-grid--compact{grid-template-columns:1fr}}.catalog-page{padding-top:36px}.catalog-hero{display:grid;grid-template-columns:minmax(0,1fr) minmax(260px,360px);gap:clamp(20px,4vw,42px);align-items:stretch}.catalog-hero h1{margin-bottom:16px}.catalog-hero__summary{display:grid;gap:12px}.catalog-hero__summary div{display:grid;min-height:96px;align-content:center;padding:18px;border:1px solid var(--border);border-radius:22px;background:#f8fafc}.catalog-hero__summary strong,.catalog-hero__summary span{display:block}.catalog-hero__summary strong{margin-bottom:4px;overflow-wrap:anywhere;font-size:clamp(26px,5vw,34px);line-height:1;letter-spacing:-.05em}.catalog-hero__summary span{color:var(--text-muted);font-size:13px;font-weight:800;text-transform:uppercase;letter-spacing:.05em}.catalog-toolbar{display:grid;grid-template-columns:minmax(260px,420px) minmax(0,1fr);gap:14px;align-items:end;margin-top:22px;padding:18px;border:1px solid var(--border);border-radius:var(--radius-lg);background:#ffffffe6;box-shadow:0 18px 50px #0f172a12}.catalog-search{display:grid;gap:8px}.catalog-search span{color:#334155;font-size:13px;font-weight:900;text-transform:uppercase;letter-spacing:.06em}.catalog-search input{min-height:52px;width:100%;padding:0 16px;border:1px solid var(--border);border-radius:18px;background:#fff;color:#0f172a;outline:none}.catalog-search input:focus{border-color:#0f172a;box-shadow:0 0 0 4px #0f172a14}.category-filter{display:flex;flex-wrap:wrap;gap:8px;justify-content:flex-end}.category-filter__item{min-height:42px;padding:0 14px;border:1px solid var(--border);border-radius:999px;background:#fff;color:#334155;font-size:14px;font-weight:850}.category-filter__item.is-active{border-color:#0f172a;background:#0f172a;color:#fff}.catalog-note{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:16px;align-items:center}.catalog-note h2{margin-bottom:0}.catalog-note>p{grid-column:1 / -1;margin:0;color:var(--text-muted);line-height:1.7}.price-status-list{display:flex;flex-wrap:wrap;gap:8px;justify-content:flex-end}.section-heading--row{display:flex;align-items:end;justify-content:space-between;gap:16px}.catalog-counter{margin:0 0 18px;color:var(--text-muted);font-size:14px;font-weight:850}.products-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.product-card{display:flex;min-width:0;overflow:hidden;flex-direction:column;border:1px solid var(--border);border-radius:24px;background:#fff;box-shadow:0 16px 44px #0f172a14}.product-card[hidden]{display:none}.product-card__image{position:relative;display:grid;aspect-ratio:4 / 3;width:100%;place-items:center;overflow:hidden;background:#e2e8f0;color:#64748b;font-size:13px;font-weight:800}.product-card__image img{display:block;width:100%;height:100%;background:#e2e8f0;object-fit:cover}.product-card__image--protected,.cart-item__image.product-card__image--protected{cursor:default;-webkit-touch-callout:none;-webkit-user-select:none;user-select:none}.product-card__image--protected img,.cart-item__image.product-card__image--protected img{pointer-events:none;-webkit-user-drag:none;-webkit-user-select:none;user-select:none}.product-image-glass{position:absolute;inset:0;z-index:2;display:block;background:linear-gradient(135deg,#ffffff1a,#ffffff05),#ffffff03}.product-card__image--protected:after,.cart-item__image.product-card__image--protected:after{position:absolute;right:8px;bottom:8px;z-index:3;max-width:calc(100% - 16px);padding:4px 7px;border:1px solid rgba(255,255,255,.32);border-radius:999px;background:#0f172a52;color:#ffffffe0;content:attr(data-watermark);font-size:10px;font-weight:850;letter-spacing:.02em;line-height:1;overflow:hidden;text-overflow:ellipsis;text-shadow:0 1px 3px rgba(15,23,42,.35);white-space:nowrap;pointer-events:none}.product-card__image--empty{background:linear-gradient(135deg,#0f172a14,#0f172a05),#f1f5f9}.product-card__body{display:flex;flex:1;flex-direction:column;padding:16px}.product-card__topline{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:12px}.product-card__category{overflow:hidden;color:#64748b;font-size:12px;font-weight:900;text-overflow:ellipsis;text-transform:uppercase;white-space:nowrap;letter-spacing:.04em}.product-card__badge{display:inline-flex;align-items:center;min-height:28px;padding:0 10px;border-radius:999px;font-size:11px;font-weight:900;white-space:nowrap}.product-card__badge--stable{background:var(--success-bg);color:var(--success-text)}.product-card__badge--confirm{background:var(--warning-bg);color:var(--warning-text)}.product-card h3{margin-bottom:10px;overflow-wrap:anywhere;font-size:18px;line-height:1.25;letter-spacing:-.03em}.product-card__price{margin-bottom:8px;color:#0f172a;font-size:22px;font-weight:950;letter-spacing:-.04em}.product-card__warning,.product-card__meta{margin:0;color:var(--text-muted);font-size:13px;line-height:1.55}.product-card__warning{margin-bottom:10px;color:var(--warning-text);font-weight:700}.product-card__order{width:100%;margin:10px 0 12px;min-height:46px;font-size:14px}.product-card__order--disabled{background:#e2e8f0;color:#64748b}.catalog-warning{padding:12px 14px;border:1px solid #fde68a;border-radius:16px;background:#fffbeb;color:var(--warning-text)!important;font-weight:800}.catalog-empty{padding:34px;border:1px dashed #cbd5e1;border-radius:24px;background:#f8fafc;text-align:center}.catalog-empty[hidden]{display:none}.catalog-empty h3{margin-bottom:8px;font-size:24px}.catalog-empty p{max-width:520px;margin:0 auto;color:var(--text-muted);line-height:1.7}@media(max-width:1080px){.products-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:920px){.catalog-hero,.catalog-toolbar,.catalog-note{grid-template-columns:1fr}.category-filter,.price-status-list{justify-content:flex-start}.products-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:720px){.catalog-page{padding-top:24px}.catalog-hero{padding:24px}.catalog-hero h1{font-size:clamp(34px,12vw,46px)}.catalog-toolbar{padding:14px;border-radius:24px}.category-filter{flex-wrap:nowrap;justify-content:flex-start;overflow-x:auto;padding-bottom:4px;scrollbar-width:none}.category-filter::-webkit-scrollbar{display:none}.category-filter__item{flex:0 0 auto}.section-heading--row{align-items:flex-start;flex-direction:column}.catalog-counter{margin-bottom:0}.products-grid{grid-template-columns:1fr}.product-card{border-radius:22px}}.admin-page{padding-top:36px}.admin-hero{display:grid;grid-template-columns:minmax(0,1fr) minmax(260px,420px);gap:clamp(18px,4vw,42px);align-items:center}.admin-summary{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:12px}.admin-summary__item{padding:18px;border:1px solid var(--border);border-radius:22px;background:#ffffffd1}.admin-summary__item strong{display:block;margin-bottom:6px;overflow-wrap:anywhere;font-size:clamp(26px,5vw,34px);line-height:1;letter-spacing:-.05em}.admin-summary__item span,.admin-chip{color:var(--text-muted);font-size:12px;font-weight:900;letter-spacing:.05em;text-transform:uppercase}.admin-chip{display:inline-flex;align-items:center;min-height:34px;padding:0 12px;border-radius:999px;background:#f1f5f9;color:#334155}.admin-grid-layout{display:grid;grid-template-columns:minmax(320px,.9fr) minmax(420px,1.1fr);gap:22px;align-items:start;margin-top:22px}.admin-section{scroll-margin-top:120px}.admin-form{display:grid;gap:14px;margin-bottom:22px}.admin-form label,.admin-form .checkbox-field{display:grid;gap:8px;color:#334155;font-size:14px;font-weight:850}.admin-form input,.admin-form select,.admin-form textarea{width:100%;min-height:50px;padding:0 14px;border:1px solid var(--border);border-radius:16px;background:#fff;color:#0f172a;font:inherit;outline:none}.admin-form textarea{min-height:96px;padding-top:14px;resize:vertical;line-height:1.55}.admin-form input:focus,.admin-form select:focus,.admin-form textarea:focus{border-color:#0f172a;box-shadow:0 0 0 4px #0f172a14}.checkbox-field{align-content:center;min-height:50px;padding:12px 14px;border:1px solid var(--border);border-radius:16px;background:#fff}.admin-form .checkbox-field{grid-template-columns:auto minmax(0,1fr);align-items:center}.checkbox-field input{width:18px;min-height:auto;height:18px;padding:0;accent-color:var(--primary)}.form-grid{display:grid;gap:14px}.form-grid--two{grid-template-columns:repeat(2,minmax(0,1fr))}.form-grid--three{grid-template-columns:minmax(180px,1fr) minmax(150px,.65fr) minmax(150px,.65fr)}.form-footer{display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-end;gap:10px}.form-footer .form-message{flex:1 1 100%;margin:0}.admin-table-wrap{overflow-x:auto;border:1px solid var(--border);border-radius:22px;background:#fff}.admin-table-wrap--wide{margin-top:12px}.admin-table{width:100%;min-width:620px;border-collapse:collapse}.admin-table th,.admin-table td{padding:14px 16px;border-bottom:1px solid #e2e8f0;text-align:left;vertical-align:top}.admin-table th{background:#f8fafc;color:#475569;font-size:12px;font-weight:950;letter-spacing:.05em;text-transform:uppercase}.admin-table tr:last-child td{border-bottom:0}.admin-table td strong,.admin-table td small{display:block}.admin-table td small{margin-top:4px;color:var(--text-muted);font-size:12px}.admin-link-button{min-height:34px;padding:0 12px;border:1px solid #cbd5e1;border-radius:999px;background:#fff;color:#0f172a;font-weight:900}.admin-link-button:hover{border-color:#0f172a}.admin-link-button--danger{border-color:#fecaca;color:#b91c1c;background:#fff7f7}.admin-link-button--danger:hover{border-color:#ef4444;color:#991b1b}.button-danger{border:1px solid #ef4444;background:#dc2626;color:#fff}.button-danger:hover{background:#b91c1c}.admin-confirm-box{display:grid;gap:8px;padding:14px;border:1px solid #fecaca;border-radius:18px;background:#fff7f7}.admin-confirm-box h3{margin:0;color:#991b1b;font-size:17px}.admin-confirm-box p{margin:0;color:#7f1d1d;font-size:13px;line-height:1.5}.admin-pill{display:inline-flex;align-items:center;min-height:28px;padding:0 10px;border-radius:999px;font-size:11px;font-weight:950;white-space:nowrap}.admin-pill--active,.admin-pill--stable{background:var(--success-bg);color:var(--success-text)}.admin-pill--inactive{background:#e2e8f0;color:#475569}.admin-pill--confirm{background:var(--warning-bg);color:var(--warning-text)}.admin-empty{padding:24px;border:1px dashed #cbd5e1;border-radius:22px;background:#f8fafc}.admin-empty h3{margin-bottom:8px}.admin-empty p{margin:0;color:var(--text-muted);line-height:1.7}@media(max-width:1080px){.admin-hero,.admin-grid-layout{grid-template-columns:1fr}}@media(max-width:720px){.admin-page{padding-top:24px}.admin-hero{padding:24px}.admin-summary,.form-grid--two,.form-grid--three{grid-template-columns:1fr}.admin-table th,.admin-table td{padding:12px 14px}.form-footer{align-items:stretch;flex-direction:column}.form-footer .button{width:100%}}.admin-notice{margin-top:22px;padding:14px 16px;border-radius:18px;font-weight:850;line-height:1.5}.admin-notice[data-type=success]{border:1px solid #bbf7d0;background:#f0fdf4;color:var(--success-text)}.admin-notice[data-type=error]{border:1px solid #fecaca;background:#fef2f2;color:var(--danger-text)}.profile-page{padding-top:36px}.profile-hero{display:grid;grid-template-columns:minmax(0,1fr) minmax(240px,340px);gap:clamp(20px,4vw,42px);align-items:stretch}.profile-hero h1{margin-bottom:16px}.profile-summary{display:grid;gap:12px}.profile-summary div{display:grid;min-height:96px;align-content:center;padding:18px;border:1px solid var(--border);border-radius:22px;background:#f8fafc}.profile-summary strong,.profile-summary span{display:block}.profile-summary strong{margin-bottom:4px;overflow-wrap:anywhere;font-size:clamp(22px,5vw,26px);line-height:1.1;letter-spacing:-.04em}.profile-summary span{color:var(--text-muted);font-size:13px;font-weight:800;text-transform:uppercase;letter-spacing:.05em}.profile-layout{display:grid;grid-template-columns:minmax(320px,480px) minmax(0,1fr);gap:22px;align-items:start;margin-top:22px}.profile-form{position:sticky;top:104px}.profile-info{margin-top:0}.profile-detail-list{display:grid;gap:12px;margin:0}.profile-detail-list div{display:grid;gap:6px;padding:16px;border:1px solid var(--border);border-radius:18px;background:#f8fafc}.profile-detail-list dt{color:var(--text-muted);font-size:12px;font-weight:900;text-transform:uppercase;letter-spacing:.06em}.profile-detail-list dd{overflow-wrap:anywhere;margin:0;color:#0f172a;font-size:16px;font-weight:850}.profile-info__note{margin:18px 0 0;color:var(--text-muted);line-height:1.7}@media(max-width:920px){.profile-hero,.profile-layout{grid-template-columns:1fr}.profile-form{position:static}}@media(max-width:720px){.profile-page{padding-top:24px}.profile-hero{padding:24px}.profile-hero h1{font-size:clamp(34px,12vw,46px)}}.header-cart-link{gap:8px}.header-cart-link span{display:inline-grid;min-width:24px;height:24px;place-items:center;padding:0 7px;border-radius:999px;background:#0f172a;color:#fff;font-size:12px;font-weight:950}.header-cart-link.is-active span{background:#fff;color:#0f172a}.catalog-cart-strip{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-top:22px;padding:18px;border:1px solid var(--border);border-radius:var(--radius-lg);background:#ffffffe6;box-shadow:0 18px 50px #0f172a12}.catalog-cart-strip strong,.catalog-cart-strip span{display:block}.catalog-cart-strip strong{font-size:24px;line-height:1;letter-spacing:-.04em}.catalog-cart-strip span{margin-top:4px;color:var(--text-muted);font-size:14px;font-weight:750}.product-card__actions{display:grid;gap:8px;margin:auto 0 12px;padding-top:10px}.product-card__actions .button{width:100%;min-height:44px;font-size:14px}.product-card__order,.product-card__direct-order{margin:0}.product-card__preview{display:inline-flex;width:fit-content;margin-top:auto;padding:6px 10px;border-radius:999px;background:#f1f5f9;color:#475569;font-size:11px;font-weight:850}.cart-page{padding-top:36px}.cart-hero{display:grid;grid-template-columns:minmax(0,1fr) minmax(260px,420px);gap:clamp(20px,4vw,42px);align-items:stretch}.cart-hero h1{margin-bottom:16px}.cart-summary{display:grid;gap:12px}.cart-summary div{display:grid;min-height:92px;align-content:center;padding:18px;border:1px solid var(--border);border-radius:22px;background:#f8fafc}.cart-summary strong,.cart-summary span{display:block}.cart-summary strong{margin-bottom:4px;overflow-wrap:anywhere;font-size:clamp(24px,4vw,34px);line-height:1.05;letter-spacing:-.05em}.cart-summary span{color:var(--text-muted);font-size:13px;font-weight:850;text-transform:uppercase;letter-spacing:.05em}.cart-notice{margin-top:22px;padding:14px 16px;border-radius:18px;font-weight:850;line-height:1.5}.cart-notice[data-type=success]{border:1px solid #bbf7d0;background:#f0fdf4;color:var(--success-text)}.cart-notice[data-type=error]{border:1px solid #fecaca;background:#fef2f2;color:var(--danger-text)}.cart-note{display:grid;gap:12px}.cart-note h2{margin-bottom:0}.cart-note p{margin:0;color:var(--text-muted);line-height:1.7}.cart-layout{display:grid;grid-template-columns:minmax(0,1fr) minmax(300px,380px);gap:22px;align-items:start;margin-top:22px}.cart-items-section,.cart-checkout{margin-top:0}.cart-checkout{position:sticky;top:104px}.cart-items-list{display:grid;gap:14px}.cart-item{display:grid;grid-template-columns:120px minmax(0,1fr) minmax(130px,170px);gap:16px;align-items:center;padding:14px;border:1px solid var(--border);border-radius:24px;background:#fff;box-shadow:0 14px 38px #0f172a12}.cart-item__image{position:relative;display:grid;aspect-ratio:1 / 1;width:100%;place-items:center;overflow:hidden;border-radius:18px;background:#e2e8f0;color:#64748b;font-size:12px;font-weight:850;text-align:center}.cart-item__image img{width:100%;height:100%;object-fit:cover}.cart-item__body h3{margin-bottom:8px;font-size:20px;line-height:1.25;letter-spacing:-.03em}.cart-item__price{margin-bottom:10px;color:#0f172a;font-weight:900}.cart-item__controls{display:flex;flex-wrap:wrap;gap:8px;align-items:center}.cart-item__controls label{display:block}.cart-item__controls input{width:74px;min-height:40px;padding:0 10px;border:1px solid var(--border);border-radius:14px;background:#fff;text-align:center;font-weight:900}.cart-qty-button{display:inline-grid;width:40px;height:40px;place-items:center;border:1px solid var(--border);border-radius:14px;background:#f8fafc;color:#0f172a;font-size:20px;font-weight:950}.cart-remove-button{min-height:40px}.cart-item__subtotal{display:grid;gap:6px;justify-items:end;text-align:right}.cart-item__subtotal span{color:var(--text-muted);font-size:12px;font-weight:900;text-transform:uppercase;letter-spacing:.05em}.cart-item__subtotal strong{overflow-wrap:anywhere;font-size:22px;letter-spacing:-.04em}.cart-total-list{display:grid;gap:10px;margin:0 0 18px}.cart-total-list div{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px;border:1px solid var(--border);border-radius:16px;background:#f8fafc}.cart-total-list dt{color:var(--text-muted);font-size:13px;font-weight:900;text-transform:uppercase;letter-spacing:.05em}.cart-total-list dd{margin:0;color:#0f172a;font-size:18px;font-weight:950;text-align:right}.cart-checkout .button+.button{margin-top:10px}.cart-checkout__button{margin-top:2px}.cart-checkout__small-note{margin:16px 0 0;color:var(--text-muted);font-size:13px;line-height:1.6}.sr-only{position:absolute;width:1px;height:1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}@media(max-width:920px){.cart-hero,.cart-layout{grid-template-columns:1fr}.cart-checkout{position:static}}@media(max-width:720px){.catalog-cart-strip{align-items:stretch;flex-direction:column;padding:14px;border-radius:24px}.catalog-cart-strip .button{width:100%}.cart-page{padding-top:24px}.cart-hero{padding:24px}.cart-hero h1{font-size:clamp(34px,12vw,46px)}.cart-item{grid-template-columns:86px minmax(0,1fr);align-items:start;padding:12px;border-radius:22px}.cart-item__body h3{font-size:17px}.cart-item__controls{gap:6px}.cart-item__subtotal{grid-column:1 / -1;justify-items:start;padding-top:10px;border-top:1px solid var(--border);text-align:left}.cart-item__controls input{width:64px}.cart-total-list div{align-items:flex-start;flex-direction:column}.cart-total-list dd{text-align:left}}.orders-hero{grid-template-columns:minmax(0,1.5fr) minmax(260px,.75fr)}.orders-summary,.orders-mini-summary{display:grid;gap:12px}.orders-summary{grid-template-columns:1fr}.orders-summary div,.orders-mini-summary span{padding:16px;border:1px solid var(--border);border-radius:var(--radius-md);background:#ffffffc2}.orders-summary strong{display:block;color:var(--text-main);font-size:28px}.orders-summary span,.orders-mini-summary span{color:var(--text-muted);font-size:13px;font-weight:800}.orders-mini-summary{grid-template-columns:repeat(3,minmax(0,auto));align-items:center}.orders-list{display:grid;gap:16px}.order-card{display:grid;gap:16px;padding:18px;border:1px solid var(--border);border-radius:var(--radius-lg);background:#fff}.order-card__header,.order-card__summary,.order-item{display:flex;gap:12px;align-items:center;justify-content:space-between}.order-card__header h3{margin:4px 0 0;font-size:20px}.order-card__badges{display:flex;flex-wrap:wrap;gap:8px;justify-content:flex-end}.order-card__summary{flex-wrap:wrap;padding:14px;border-radius:var(--radius-md);background:var(--surface-soft);color:var(--text-muted);font-weight:800}.order-card__summary strong{color:var(--text-main)}.order-items{display:grid;gap:10px}.order-item{padding:12px 0;border-top:1px solid var(--border)}.order-item span,.order-item strong{color:var(--text-main);font-weight:900}.order-item small{color:var(--text-muted);font-weight:700}.order-item span,.order-item small{min-width:0}@media(max-width:920px){.orders-hero{grid-template-columns:1fr}.orders-mini-summary{grid-template-columns:1fr;width:100%}}@media(max-width:720px){.orders-page{padding-top:24px}.orders-hero{padding:24px}.order-card__header,.order-card__summary,.order-item{align-items:flex-start;flex-direction:column}.order-card__badges{justify-content:flex-start}}@media(max-width:420px){.brand-mark{width:40px;height:40px;border-radius:14px}.brand small{max-width:190px}.hero-section,.section-block{border-radius:22px}.bottom-nav__item{flex-basis:70px;font-size:12px}.button{min-height:46px;padding-inline:16px}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}.production-guide{border-color:#2563eb38;background:linear-gradient(135deg,#eff6ffeb,#fffffffa)}.production-guide__grid{display:grid;gap:12px;grid-template-columns:repeat(5,minmax(0,1fr))}.production-guide__item{align-items:flex-start;background:#ffffffd6;border:1px solid rgba(148,163,184,.24);border-radius:18px;display:flex;gap:10px;min-width:0;padding:14px}.production-guide__item strong{align-items:center;background:var(--primary);border-radius:999px;color:#fff;display:inline-flex;flex:0 0 auto;font-size:13px;height:26px;justify-content:center;width:26px}.production-guide__item span{color:var(--text-main);font-size:13px;font-weight:800;line-height:1.45;min-width:0}.production-guide__note{color:var(--text-muted);font-size:13px;font-weight:750;line-height:1.6;margin:16px 0 0}.production-guide__note strong{color:var(--text-main)}@media(max-width:1100px){.production-guide__grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:720px){.production-guide__grid{grid-template-columns:1fr}}:root{--radius-lg: 22px;--radius-md: 16px;--shadow: 0 14px 44px rgba(15, 23, 42, .09);--nav-height: 66px}.app-header{min-height:60px;margin-top:10px;padding:8px 10px;gap:10px}.brand{gap:10px}.brand-mark{width:38px;height:38px;border-radius:14px;font-size:15px}.brand strong{font-size:15px}.brand small{font-size:11px}.header-actions{gap:6px}.header-actions a,.header-logout{min-height:36px;padding:0 12px;font-size:13px}.page-shell,.auth-shell{padding-top:34px;padding-bottom:calc(var(--nav-height) + 38px)}.hero-section{padding:clamp(20px,4vw,46px)}.section-block{margin-top:16px;padding:clamp(16px,3vw,26px)}.eyebrow{margin-bottom:7px;font-size:11px;letter-spacing:.07em}h1{margin-bottom:12px;font-size:clamp(28px,5.5vw,54px);line-height:1}.section-heading h2,.form-heading h2{margin-bottom:8px;font-size:clamp(20px,3.2vw,30px)}.hero-copy,.auth-copy p,.catalog-empty p,.admin-empty p,.cart-note p,.profile-info__note,.cart-checkout__small-note,.form-heading p{font-size:14px;line-height:1.55}.button,.header-logout,.admin-link-button{min-height:38px;padding-inline:14px;font-size:13px;font-weight:850}.button-full{min-height:42px}.form-panel{padding:16px;border-radius:18px}.form-heading{margin-bottom:14px}.field-group{gap:6px;margin-bottom:11px}.field-group span,.admin-form label,.admin-form .checkbox-field{font-size:13px}.field-group input,.admin-form input,.admin-form select,.admin-form textarea,.catalog-search input{min-height:42px;padding-inline:12px;border-radius:13px}.admin-form textarea{min-height:78px}.form-message,.admin-notice,.cart-notice,.catalog-warning{padding:10px 12px;border-radius:14px;font-size:13px}.auth-card{padding:clamp(18px,4vw,38px);gap:clamp(16px,4vw,36px)}.auth-copy h1{font-size:clamp(28px,5vw,48px)}.catalog-hero,.cart-hero,.profile-hero,.orders-hero,.admin-hero{gap:clamp(14px,3vw,28px)}.catalog-hero__summary,.cart-summary,.profile-summary,.orders-summary{gap:8px}.catalog-hero__summary div,.cart-summary div,.profile-summary div,.orders-summary div,.admin-summary__item{min-height:auto;padding:13px;border-radius:16px}.catalog-hero__summary strong,.cart-summary strong,.profile-summary strong,.orders-summary strong,.admin-summary__item strong{font-size:clamp(22px,4vw,28px)}.catalog-hero__summary span,.cart-summary span,.profile-summary span,.orders-summary span,.admin-summary__item span,.admin-chip{font-size:11px}.catalog-cart-strip,.catalog-toolbar{margin-top:14px;padding:13px;border-radius:18px}.catalog-cart-strip strong{font-size:20px}.catalog-cart-strip span{font-size:12px}.category-filter__item{min-height:36px;padding:0 12px;font-size:13px}.catalog-note{gap:10px}.catalog-note>p{font-size:13px;line-height:1.5}.product-card{border-radius:18px;box-shadow:0 10px 26px #0f172a12}.product-card__body{padding:12px}.product-card__topline{margin-bottom:8px}.product-card__category{font-size:10px}.product-card__badge,.admin-pill{min-height:24px;padding:0 8px;font-size:10px}.product-card h3{margin-bottom:7px;font-size:16px}.product-card__price{margin-bottom:6px;font-size:19px}.product-card__warning,.product-card__meta{font-size:12px;line-height:1.4}.product-card__actions{gap:6px;margin-bottom:8px;padding-top:8px}.product-card__actions .button{min-height:38px;font-size:12px}.catalog-empty{padding:24px;border-radius:18px}.catalog-empty h3{font-size:20px}.admin-summary{grid-template-columns:repeat(auto-fit,minmax(110px,1fr));gap:10px}.admin-grid-layout,.cart-layout,.profile-layout{gap:16px;margin-top:16px}.admin-form{gap:11px;margin-bottom:16px}.form-grid{gap:11px}.form-footer{gap:8px}.admin-table-wrap{border-radius:16px}.admin-table th,.admin-table td{padding:11px 12px}.admin-table th{font-size:11px}.admin-table td{font-size:13px}.production-guide__grid{gap:8px}.production-guide__item{padding:10px;border-radius:14px}.production-guide__item strong{width:22px;height:22px;font-size:11px}.production-guide__item span,.production-guide__note{font-size:12px}.cart-item{grid-template-columns:92px minmax(0,1fr) minmax(112px,150px);gap:12px;padding:12px;border-radius:18px}.cart-item__body h3{font-size:17px}.cart-item__price{margin-bottom:8px;font-size:14px}.cart-qty-button{width:36px;height:36px;border-radius:12px;font-size:18px}.cart-item__controls input{min-height:36px;width:58px;border-radius:12px}.cart-item__subtotal strong{font-size:18px}.cart-total-list{gap:8px;margin-bottom:14px}.cart-total-list div{padding:11px;border-radius:13px}.cart-total-list dt{font-size:11px}.cart-total-list dd{font-size:16px}.profile-detail-list{gap:8px}.profile-detail-list div{padding:12px;border-radius:14px}.profile-detail-list dd{font-size:14px}.order-card{gap:12px;padding:14px;border-radius:18px}.order-card__header h3{font-size:17px}.order-card__summary{padding:11px;border-radius:14px;font-size:13px}.order-item{padding:9px 0;font-size:13px}.bottom-nav{gap:6px;padding:6px;border-radius:18px}.bottom-nav__item{min-height:40px;border-radius:14px;font-size:12px}@media(max-width:720px){.app-header{width:min(100% - 20px,1120px);min-height:56px;border-radius:20px}.brand-mark{width:34px;height:34px;border-radius:12px;font-size:13px}.brand strong{font-size:14px}.brand small{max-width:190px;font-size:10px}.page-shell,.auth-shell{width:min(100% - 20px,1120px);padding-top:22px;padding-bottom:calc(var(--nav-height) + 28px)}.hero-section,.auth-card,.auth-card--wide,.catalog-hero,.cart-hero,.profile-hero,.orders-hero,.admin-hero{padding:18px;border-radius:18px}h1,.catalog-hero h1,.cart-hero h1,.profile-hero h1,.auth-copy h1{font-size:clamp(26px,9vw,36px);letter-spacing:-.045em}.hero-copy{margin-bottom:14px}.section-block{border-radius:18px}.catalog-toolbar,.catalog-cart-strip{padding:12px;border-radius:16px}.catalog-note{padding:12px}.products-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.product-card__image{aspect-ratio:1 / .82;font-size:11px}.product-card__body{padding:10px}.product-card__topline{align-items:flex-start;flex-direction:column;gap:5px}.product-card h3{font-size:14px;line-height:1.22}.product-card__price{font-size:16px}.product-card__warning,.product-card__meta{font-size:11px}.product-card__actions .button{min-height:34px;padding-inline:8px;font-size:11px}.bottom-nav__item{flex:1 0 64px;min-height:38px;padding:0 8px;font-size:11px}.form-panel{padding:14px}.admin-summary,.production-guide__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.production-guide__item{gap:8px}.cart-item{grid-template-columns:74px minmax(0,1fr);gap:10px;border-radius:16px}.cart-item__image{border-radius:14px}.cart-item__controls{gap:5px}.cart-qty-button{width:34px;height:34px}.cart-remove-button{min-height:34px}.order-card,.catalog-empty{border-radius:16px}}@media(max-width:380px){.products-grid,.production-guide__grid{grid-template-columns:1fr}}body.modal-open{overflow:hidden}.button-compact{min-height:36px;padding-inline:13px;font-size:12px}.admin-action-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin-top:16px}.admin-action-card{display:flex;align-items:center;justify-content:space-between;gap:14px;min-width:0;padding:16px;border:1px solid var(--border);border-radius:20px;background:#ffffffe6;box-shadow:0 14px 36px #0f172a12}.admin-action-card h2{margin-bottom:5px;overflow:hidden;font-size:18px;text-overflow:ellipsis;white-space:nowrap}.admin-action-card p:not(.eyebrow){margin:0;overflow:hidden;color:var(--text-muted);font-size:13px;line-height:1.45;text-overflow:ellipsis;white-space:nowrap}.admin-heading-actions{display:inline-flex;align-items:center;flex-wrap:wrap;justify-content:flex-end;gap:10px}.admin-modal-backdrop{position:fixed;inset:0;z-index:100;display:flex;align-items:center;justify-content:center;padding:18px;background:#0f172a85;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.admin-modal-backdrop[aria-hidden=true]{display:none}.admin-modal-panel{display:flex;flex-direction:column;width:min(720px,100%);max-height:min(88dvh,760px);overflow:hidden;border:1px solid rgba(226,232,240,.92);border-radius:24px;background:#fff;box-shadow:0 30px 100px #0f172a47}.admin-modal-header{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;padding:18px 18px 14px;border-bottom:1px solid var(--border);background:#f8fafc}.admin-modal-header h2{margin-bottom:4px;font-size:clamp(20px,3vw,28px);line-height:1.1;letter-spacing:-.035em}.admin-modal-header p:not(.eyebrow){margin:0;color:var(--text-muted);font-size:13px;line-height:1.45}.admin-modal-close{flex:0 0 auto;display:inline-grid;width:38px;height:38px;place-items:center;border:1px solid #cbd5e1;border-radius:14px;background:#fff;color:#0f172a;font-size:24px;font-weight:800;line-height:1}.admin-modal-close:hover{border-color:#0f172a}.admin-modal-body{overflow-y:auto;padding:18px;overscroll-behavior:contain}.admin-modal-body .admin-form{margin-bottom:0}.form-footer--modal{position:sticky;bottom:-18px;margin:4px -18px -18px;padding:12px 18px;border-top:1px solid var(--border);background:#fffffff5;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}@media(max-width:900px){.admin-action-grid{grid-template-columns:1fr}}@media(max-width:720px){.admin-action-card{padding:13px;border-radius:16px}.admin-modal-backdrop{align-items:flex-end;padding:10px}.admin-modal-panel{width:100%;max-height:calc(100dvh - 20px);border-radius:20px}.admin-modal-header{padding:14px 14px 12px}.admin-modal-close{width:34px;height:34px;border-radius:12px;font-size:22px}.admin-modal-body{padding:14px}.form-footer--modal{bottom:-14px;margin:2px -14px -14px;padding:10px 14px}.form-footer--modal .button{min-height:38px}}html,body{overflow-x:hidden}body.modal-open{width:100%;overscroll-behavior:none}body.modal-open .bottom-nav{pointer-events:none}.admin-modal-backdrop{overscroll-behavior:contain;touch-action:none}.admin-modal-panel{touch-action:auto}.admin-modal-body{scroll-padding-bottom:88px;-webkit-overflow-scrolling:touch}.form-footer--modal{z-index:1}.form-footer--modal .button{flex:0 1 auto;width:auto;min-width:96px}.admin-modal-close:focus-visible,.admin-link-button:focus-visible,.bottom-nav__item:focus-visible{outline:3px solid rgba(15,23,42,.25);outline-offset:2px}.admin-table-wrap,.category-filter,.bottom-nav{-webkit-overflow-scrolling:touch}.admin-action-card .button{flex:0 0 auto}@media(max-width:720px){.admin-modal-backdrop{padding:max(8px,env(safe-area-inset-top)) max(8px,env(safe-area-inset-right)) max(8px,env(safe-area-inset-bottom)) max(8px,env(safe-area-inset-left))}.admin-modal-panel{max-height:calc(100dvh - max(16px,env(safe-area-inset-top)) - max(16px,env(safe-area-inset-bottom)))}.admin-modal-body{max-height:calc(100dvh - 132px);scroll-padding-bottom:124px}.form-footer--modal{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.form-footer--modal .form-message{grid-column:1 / -1}.form-footer--modal .button{width:100%;min-width:0;min-height:36px;padding-inline:10px}.form-footer--modal .button-primary{grid-column:1 / -1}.admin-table-wrap{max-width:100%}.admin-table{min-width:560px}.admin-action-card{align-items:stretch;flex-direction:column}.admin-action-card .button{width:100%}.admin-heading-actions{width:100%;justify-content:space-between}}@media(max-width:420px){.form-footer--modal{grid-template-columns:1fr}.form-footer--modal .button-primary{grid-column:auto}.admin-modal-header p:not(.eyebrow){display:none}.admin-modal-body{max-height:calc(100dvh - 104px)}}.header-right{display:inline-flex;align-items:center;gap:8px;min-width:0}.header-setting-button{display:inline-grid;width:36px;height:36px;flex:0 0 auto;place-items:center;border:0;border-radius:14px;background:var(--primary);color:#fff;font-size:17px;font-weight:900}.header-actions a,.header-logout,.button,.admin-link-button{min-height:34px;padding-inline:12px;font-size:12px}.button-compact{min-height:32px;padding-inline:11px;font-size:12px}.page-shell,.auth-shell{padding-top:24px}.hero-section{padding:clamp(16px,3vw,34px)}h1,.catalog-hero h1,.cart-hero h1,.profile-hero h1,.orders-hero h1,.admin-hero h1{font-size:clamp(24px,4.6vw,42px);line-height:1.05;letter-spacing:-.045em}.hero-copy{margin-bottom:0;font-size:13px;line-height:1.45}.catalog-hero--simple,.account-hero,.admin-hero,.cart-hero{display:flex;align-items:center;justify-content:space-between;gap:12px}.catalog-hero--simple h1,.account-hero h1,.admin-hero h1,.cart-hero h1{margin-bottom:6px}.catalog-hero__summary,.catalog-cart-strip,.catalog-note,.admin-action-grid,.orders-note{display:none!important}.catalog-toolbar--simple{margin-top:12px;padding:10px;border-radius:16px}.catalog-warning--compact{margin:10px 0 0;padding:8px 10px;font-size:12px}.catalog-products-section--simple{margin-top:12px}.section-heading h2,.form-heading h2{font-size:clamp(18px,2.8vw,26px)}.products-grid{gap:12px}.product-card{border-radius:16px}.product-card__image{aspect-ratio:1 / .72}.product-card__body{padding:11px}.product-card h3{margin-bottom:5px;font-size:15px;line-height:1.22}.product-card__price{margin-bottom:4px;font-size:17px}.product-card__warning,.product-card__meta{font-size:11px}.product-card__badge,.product-card__category,.admin-pill{padding:4px 7px;font-size:10px}.product-card__actions{grid-template-columns:minmax(0,1fr) auto;gap:6px;padding-top:7px}.product-card__actions .button{min-height:32px;padding-inline:8px;font-size:11px}.product-card__direct-order{min-width:44px}.admin-summary{grid-template-columns:repeat(5,minmax(0,1fr))}.admin-summary__item{min-height:72px;padding:10px;border-radius:14px}.admin-summary__item strong{font-size:20px}.admin-summary__item span{font-size:10px}.admin-page .section-block,.profile-page .section-block,.cart-page .section-block{margin-top:12px}.account-layout{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(260px,.7fr);gap:14px;margin-top:12px}.account-info{margin-top:0!important}.account-orders{margin-top:12px}.account-order-list{display:grid;gap:8px}.account-order-card{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px;padding:11px;border:1px solid var(--border);border-radius:14px;background:var(--surface)}.account-order-card h3,.account-order-card p,.account-order-card small{margin:0}.account-order-card h3{font-size:15px}.account-order-card p,.account-order-card small{color:var(--text-muted);font-size:12px;line-height:1.4}.account-order-card__side{display:grid;align-content:start;justify-items:end;gap:3px;text-align:right}.account-order-card__side strong{font-size:14px}.account-order-card__side span,.account-order-card__side small{color:var(--text-muted);font-size:11px}.catalog-empty--compact{padding:18px}.profile-detail-list div{padding:10px}.form-panel,.section-block{border-radius:16px}.field-group input,.admin-form input,.admin-form select,.admin-form textarea,.catalog-search input{min-height:38px;font-size:13px}.bottom-nav{gap:6px;overflow:visible}.bottom-nav--compact{grid-template-columns:repeat(3,minmax(0,1fr))}.bottom-nav__item{position:relative;min-width:0;min-height:38px;padding:0 6px;font-size:11px}.bottom-nav__badge{display:inline-grid;min-width:17px;height:17px;margin-left:4px;place-items:center;border-radius:999px;background:#0f172a1f;color:inherit;font-size:10px}.bottom-nav__item.is-active .bottom-nav__badge{background:#fff3}@media(max-width:720px){:root{--nav-height: 58px}.app-header{width:min(100% - 16px,1120px);min-height:50px;margin-top:8px;padding:7px 8px;border-radius:18px}.header-right{margin-left:auto}.header-actions{display:none}.header-setting-button{width:34px;height:34px;border-radius:12px;font-size:16px}.brand{gap:8px}.brand-mark{width:32px;height:32px;border-radius:11px;font-size:12px}.brand strong{font-size:13px}.brand small{max-width:170px;font-size:10px}.page-shell,.auth-shell{width:min(100% - 16px,1120px);padding-top:16px;padding-bottom:calc(var(--nav-height) + 22px)}.hero-section,.auth-card,.auth-card--wide,.catalog-hero,.cart-hero,.profile-hero,.orders-hero,.admin-hero{padding:14px;border-radius:16px}.catalog-hero--simple,.account-hero,.admin-hero,.cart-hero{align-items:flex-start}.admin-hero,.cart-hero{flex-direction:column}h1,.catalog-hero h1,.cart-hero h1,.profile-hero h1,.auth-copy h1,.admin-hero h1{font-size:clamp(22px,7.6vw,30px)}.hero-copy,.form-heading p,.cart-checkout__small-note{font-size:12px}.section-block{padding:12px;border-radius:16px}.catalog-toolbar--simple{padding:9px}.products-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.product-card__image{aspect-ratio:1 / .7}.product-card__body{padding:9px}.product-card h3{font-size:13px}.product-card__price{font-size:15px}.product-card__topline{gap:4px}.product-card__actions .button{min-height:30px;padding-inline:7px;font-size:10px}.admin-summary{grid-template-columns:repeat(3,minmax(0,1fr));gap:7px}.admin-summary__item{min-height:58px;padding:8px}.admin-summary__item strong{font-size:18px}.admin-summary__item span{font-size:9px}.account-layout,.cart-layout{grid-template-columns:1fr;gap:10px;margin-top:10px}.account-order-card{grid-template-columns:1fr}.account-order-card__side{justify-items:start;text-align:left}.cart-item{grid-template-columns:74px minmax(0,1fr);gap:8px;padding:9px}.cart-item__subtotal{grid-column:1 / -1;justify-self:stretch;padding-top:6px;border-top:1px solid var(--border);text-align:left}.cart-qty-button{width:30px;height:30px;font-size:16px}.cart-item__controls input{width:48px;min-height:30px}.bottom-nav{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));overflow:visible;padding:5px;border-radius:16px}.bottom-nav__item{flex:1 1 auto;min-height:36px;border-radius:12px}}@media(max-width:380px){.brand small{display:none}.products-grid{gap:7px}.product-card__actions{grid-template-columns:1fr}.product-card__direct-order{min-width:0}}.pwa-update{position:fixed;right:18px;bottom:18px;z-index:80;display:grid;grid-template-columns:minmax(0,1fr) auto;gap:12px;width:min(420px,calc(100vw - 32px));padding:13px;border:1px solid rgba(226,232,240,.96);border-radius:18px;background:#fffffff5;box-shadow:0 18px 50px #0f172a2e;opacity:0;transform:translateY(18px);transition:opacity .18s ease,transform .18s ease;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.pwa-update.is-visible{opacity:1;transform:translateY(0)}.pwa-update strong,.pwa-update span{display:block}.pwa-update strong{margin-bottom:3px;color:var(--text-main);font-size:13px}.pwa-update span,.pwa-update li{color:var(--text-muted);font-size:11px;line-height:1.35}.pwa-update ul{margin:6px 0 0;padding-left:16px}.pwa-update__actions{display:inline-flex;align-items:center;gap:6px}.button-small{min-height:32px;padding-inline:10px;font-size:11px}@media(max-width:720px){.pwa-update{right:10px;bottom:calc(var(--nav-height) + 10px + env(safe-area-inset-bottom,0px));left:10px;grid-template-columns:1fr;width:auto;padding:11px}.pwa-update__actions{justify-content:flex-end}}.auth-shell--compact{min-height:calc(100vh - 82px);padding-top:24px;padding-bottom:calc(var(--nav-height) + 28px)}.loading-card{width:min(360px,100%);padding:22px 20px;gap:10px}.loading-card h1{margin:0;font-size:clamp(18px,4vw,24px);letter-spacing:-.03em}.loading-card p{margin:0;max-width:300px;color:var(--text-muted);font-size:13px;line-height:1.45}.loading-spinner{width:28px;height:28px;border-width:3px}.loading-actions{display:inline-flex;flex-wrap:wrap;justify-content:center;gap:8px;margin-top:8px}@media(max-width:720px){.auth-shell--compact{width:min(100% - 24px,1120px);min-height:calc(100vh - 76px);padding-top:18px;padding-bottom:calc(var(--nav-height) + 22px)}.loading-card{padding:18px 16px;border-radius:18px}.loading-card h1{font-size:18px}.loading-spinner{width:24px;height:24px}}.admin-customers-section{display:grid;gap:12px}.admin-customer-search input{width:100%;max-width:360px;min-height:38px;border:1px solid var(--border);border-radius:14px;padding:9px 12px;font-size:14px;background:#fff}.admin-customer-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:10px}.admin-customer-card{display:grid;gap:10px;border:1px solid var(--border);border-radius:18px;padding:12px;background:#fff}.admin-customer-card__main{display:flex;align-items:flex-start;justify-content:space-between;gap:10px}.admin-customer-card h3{margin:0 0 3px;font-size:15px;line-height:1.25}.admin-customer-card p{margin:0;color:var(--text-muted);font-size:12px;line-height:1.35}.admin-customer-meta{display:grid;gap:6px;margin:0}.admin-customer-meta div{display:grid;grid-template-columns:64px minmax(0,1fr);gap:8px}.admin-customer-meta dt,.admin-customer-meta dd{margin:0;font-size:12px;line-height:1.35}.admin-customer-meta dt{color:var(--text-muted);font-weight:800}.admin-customer-meta dd{min-width:0;overflow-wrap:anywhere;color:var(--text-main);font-weight:700}.admin-customer-actions{display:flex;justify-content:flex-end}.button-mini{min-height:30px;padding:0 10px;font-size:12px}@media(max-width:520px){.admin-customer-search input{max-width:none;min-height:36px;font-size:13px}.admin-customer-list{grid-template-columns:1fr}.admin-customer-card{border-radius:16px;padding:10px}.admin-customer-card h3{font-size:14px}.admin-customer-meta div{grid-template-columns:56px minmax(0,1fr)}}.load-more-row{display:flex;justify-content:center;margin-top:1rem}.load-more-row .button{min-width:8.5rem}.admin-table-wrap{max-width:100%;overscroll-behavior-x:contain;-webkit-overflow-scrolling:touch}.admin-table--compact{min-width:720px;table-layout:fixed}.admin-table--products{min-width:760px}.admin-table--customers{min-width:700px}.admin-table--orders{min-width:820px}.admin-table--compact th,.admin-table--compact td{padding:10px 12px;font-size:13px;line-height:1.25;vertical-align:middle}.admin-table--compact th{white-space:nowrap;font-size:11px}.admin-table--compact td{min-width:0}.admin-cell strong,.admin-cell small{display:block;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.admin-cell small{margin-top:2px;color:var(--text-muted);font-size:11px;font-weight:750}.admin-cell--nowrap{white-space:nowrap}.admin-cell--truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.admin-cell--product,.admin-cell--name,.admin-cell--order-products{min-width:0}.admin-table--products th:nth-child(1),.admin-table--products td:nth-child(1){width:210px}.admin-table--products th:nth-child(2),.admin-table--products td:nth-child(2){width:130px}.admin-table--products th:nth-child(3),.admin-table--products td:nth-child(3){width:120px}.admin-table--products th:nth-child(4),.admin-table--products td:nth-child(4){width:105px}.admin-table--products th:nth-child(5),.admin-table--products td:nth-child(5){width:88px}.admin-table--products th:nth-child(6),.admin-table--products td:nth-child(6){width:116px}.admin-table--products th:nth-child(7),.admin-table--products td:nth-child(7){width:74px}.admin-table--customers th:nth-child(1),.admin-table--customers td:nth-child(1){width:190px}.admin-table--customers th:nth-child(2),.admin-table--customers td:nth-child(2){width:120px}.admin-table--customers th:nth-child(3),.admin-table--customers td:nth-child(3){width:130px}.admin-table--customers th:nth-child(4),.admin-table--customers td:nth-child(4){width:82px}.admin-table--customers th:nth-child(5),.admin-table--customers td:nth-child(5){width:116px}.admin-table--customers th:nth-child(6),.admin-table--customers td:nth-child(6){width:62px}.admin-table--orders th:nth-child(1),.admin-table--orders td:nth-child(1){width:116px}.admin-table--orders th:nth-child(2),.admin-table--orders td:nth-child(2){width:180px}.admin-table--orders th:nth-child(3),.admin-table--orders td:nth-child(3){width:190px}.admin-table--orders th:nth-child(4),.admin-table--orders td:nth-child(4){width:118px}.admin-table--orders th:nth-child(5),.admin-table--orders td:nth-child(5){width:92px}.admin-table--orders th:nth-child(6),.admin-table--orders td:nth-child(6){width:108px}.admin-table--orders th:nth-child(7),.admin-table--orders td:nth-child(7){width:76px}.admin-table--compact .admin-pill{display:inline-flex;min-height:24px;padding:0 8px;align-items:center;white-space:nowrap;font-size:11px}.admin-table--compact .admin-link-button,.admin-table--compact .button-mini{min-height:28px;padding:0 9px;font-size:11px}.admin-table-wrap--customers+.catalog-empty,.admin-table-wrap--orders+.catalog-empty{margin-top:12px}@media(max-width:720px){.admin-table-wrap{border-radius:16px}.admin-table--compact th,.admin-table--compact td{padding:9px 10px;font-size:12px}.admin-table--compact th,.admin-table--compact .admin-pill,.admin-table--compact .admin-link-button,.admin-table--compact .button-mini{font-size:10px}.admin-customer-search input{max-width:none}}.cart-page .cart-layout{margin-top:0}.button-icon{display:inline-flex;align-items:center;justify-content:center;gap:0;min-width:34px;padding-inline:9px;line-height:1}.button-icon .icon-button__visual{display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px}.icon{display:block;width:18px;height:18px;fill:currentColor}.button-icon--whatsapp{border-color:#16a34a38;background:#16a34a17;color:#15803d}.button-icon--whatsapp:hover:not(:disabled),.button-icon--whatsapp:focus-visible:not(:disabled){border-color:#16a34a57;background:#16a34a24;color:#166534}.button-icon--whatsapp:disabled{opacity:.55;cursor:not-allowed}.product-card__direct-order.button-icon{min-width:36px;width:38px;padding-inline:0}.admin-table--compact .button-icon.button-mini,.button-icon.button-mini{width:30px;min-width:30px;padding-inline:0}.admin-table--compact .button-icon .icon-button__visual,.button-icon.button-mini .icon-button__visual,.admin-table--compact .button-icon .icon,.button-icon.button-mini .icon{width:16px;height:16px}@media(max-width:380px){.product-card__actions{grid-template-columns:minmax(0,1fr) 38px}.product-card__direct-order{min-width:38px}}:root{--header-top-offset: 14px;--header-space: 104px}html{scroll-padding-top:var(--header-space)}.app-header{position:fixed;top:max(var(--header-top-offset),env(safe-area-inset-top));left:50%;z-index:70;margin:0;transform:translate(-50%)}.page-shell,.auth-shell{padding-top:var(--header-space)}.header-cart-badge[hidden],.bottom-nav__badge[hidden]{display:none!important}.header-cart-badge,.bottom-nav__badge{line-height:1;white-space:nowrap}body.modal-open .app-header{pointer-events:none}@media(max-width:720px){:root{--header-top-offset: 8px;--header-space: 72px}.app-header{top:max(var(--header-top-offset),env(safe-area-inset-top))}.page-shell,.auth-shell{padding-top:var(--header-space)}}body.confirm-open{overflow:hidden}body.confirm-open .app-header,body.confirm-open .bottom-nav{pointer-events:none}.app-confirm-backdrop{position:fixed;inset:0;z-index:130;display:flex;align-items:center;justify-content:center;padding:18px;background:#0f172a7a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.app-confirm-panel{display:grid;gap:12px;width:min(420px,100%);padding:18px;border:1px solid rgba(226,232,240,.94);border-radius:22px;background:#fff;box-shadow:0 28px 80px #0f172a42}.app-confirm-header{display:flex;align-items:center;gap:10px}.app-confirm-icon{flex:0 0 auto;display:inline-grid;width:32px;height:32px;place-items:center;border:1px solid #fecaca;border-radius:999px;background:#fff7f7;color:#b91c1c;font-size:18px;font-weight:950;line-height:1}.app-confirm-panel h2{margin:0;color:#0f172a;font-size:18px;line-height:1.2;letter-spacing:-.025em}.app-confirm-panel p{margin:0;color:var(--text-muted);font-size:13px;line-height:1.5}.app-confirm-actions{display:flex;align-items:center;justify-content:flex-end;gap:8px;margin-top:4px}.app-confirm-actions .button{width:auto;min-width:86px;min-height:36px;padding-inline:12px;font-size:12px}.cart-item__controls{justify-content:space-between}.cart-item__qty-group{display:inline-flex;align-items:center;gap:6px;flex:0 0 auto}.cart-remove-button{margin-left:auto;border-color:#fecaca;background:#fff7f7;color:#b91c1c}.cart-remove-button:hover{border-color:#ef4444;color:#991b1b}.admin-modal-panel{box-shadow:0 28px 90px #0f172a3d}.admin-modal-header h2{font-size:clamp(18px,2.6vw,24px)}.admin-confirm-box{border-radius:16px}@media(max-width:720px){.app-confirm-backdrop{align-items:flex-end;padding:max(10px,env(safe-area-inset-top)) max(10px,env(safe-area-inset-right)) max(10px,env(safe-area-inset-bottom)) max(10px,env(safe-area-inset-left))}.app-confirm-panel{gap:10px;padding:14px;border-radius:18px}.app-confirm-panel h2{font-size:17px}.app-confirm-actions{display:grid;grid-template-columns:1fr 1fr}.app-confirm-actions .button{width:100%}.cart-item__controls{display:grid;grid-template-columns:1fr auto;gap:8px;align-items:center}.cart-item__qty-group{justify-self:start}.cart-remove-button{justify-self:end;margin-left:0;min-width:74px}}@media(max-width:380px){.cart-item__controls{grid-template-columns:1fr}.cart-remove-button{justify-self:start;min-width:88px}}.catalog-hero--simple{min-height:auto;padding-block:12px}.catalog-hero--simple .catalog-hero__content{min-width:0}.catalog-hero--simple h1{margin-bottom:0}.catalog-page--simple .catalog-toolbar--simple{margin-top:10px}@media(max-width:720px){.catalog-hero--simple{padding:12px}.catalog-hero--simple .eyebrow{margin-bottom:4px}.catalog-hero--simple h1{font-size:clamp(20px,6.2vw,26px);line-height:1.1}}
