:root{--bg: #f6f8fb;--surface: #ffffff;--surface-soft: #f9fafb;--text: #111827;--text-muted: #6b7280;--primary: #2563eb;--primary-hover: #1d4ed8;--border: #e5e7eb;--shadow-sm: 0 4px 14px rgba(15, 23, 42, .06);--shadow-md: 0 10px 30px rgba(15, 23, 42, .08);--radius-sm: 12px;--radius-md: 18px;--radius-lg: 24px;--container-width: 1240px}.catalog-section{background:linear-gradient(to bottom,#f8fafc,#eef2f7);min-height:100vh;padding:40px 20px 60px}.catalog-container{width:100%;max-width:var(--container-width);margin:0 auto}.catalog-header{display:flex;justify-content:space-between;align-items:flex-end;gap:24px;margin-bottom:28px;flex-wrap:wrap}.catalog-eyebrow{margin:0 0 8px;font-size:12px;font-weight:700;letter-spacing:.18em;color:var(--primary)}.catalog-title{margin:0;font-size:clamp(28px,4vw,42px);line-height:1.1;font-weight:800;color:var(--text)}.catalog-subtitle{margin:10px 0 0;font-size:15px;line-height:1.6;color:var(--text-muted);max-width:640px}.catalog-count{background:#2563eb14;color:var(--primary);padding:12px 16px;border-radius:999px;font-size:14px;font-weight:700;white-space:nowrap}.catalog-filters-wrapper{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);padding:18px;margin-bottom:28px}.catalog-loader-wrap{min-height:280px;display:grid;place-items:center}.catalog-empty-state{background:var(--surface);border:1px dashed #cbd5e1;border-radius:var(--radius-lg);padding:48px 24px;text-align:center;box-shadow:var(--shadow-sm)}.catalog-empty-state h3{margin:0 0 10px;font-size:22px;color:var(--text)}.catalog-empty-state p{margin:0;color:var(--text-muted);font-size:15px}.product-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:22px}.filters{display:grid;grid-template-columns:2fr 1fr 1fr;gap:14px}.filter-group{display:flex;flex-direction:column;gap:8px}.filter-label{font-size:13px;font-weight:700;color:var(--text)}.filter-input,.filter-select{width:100%;height:46px;border:1px solid var(--border);border-radius:14px;background:#fff;padding:0 14px;font-size:14px;color:var(--text);outline:none;transition:all .2s ease}.filter-input:focus,.filter-select:focus{border-color:#2563eb73;box-shadow:0 0 0 4px #2563eb1f}.product-card{background:var(--surface);border:1px solid var(--border);border-radius:22px;overflow:hidden;box-shadow:var(--shadow-sm);transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease;display:flex;flex-direction:column}.product-card:hover{transform:translateY(-6px);box-shadow:var(--shadow-md);border-color:#dbe3f0}.product-card__media{position:relative;background:var(--surface-soft);aspect-ratio:1 / 1;overflow:hidden}.product-card__image{width:100%;height:100%;object-fit:cover;display:block;transition:transform .35s ease}.product-card:hover .product-card__image{transform:scale(1.05)}.product-card__body{padding:16px;display:flex;flex-direction:column;gap:10px}.product-card__brand{font-size:12px;font-weight:700;color:var(--primary);text-transform:uppercase;letter-spacing:.08em}.product-card__name{margin:0;font-size:17px;font-weight:700;color:var(--text);line-height:1.35}.product-card__category{font-size:13px;color:var(--text-muted)}.product-card__footer{margin-top:auto;display:flex;align-items:center;justify-content:space-between;gap:12px}.product-card__price{font-size:20px;font-weight:800;color:var(--text)}.product-card__button{border:none;background:var(--primary);color:#fff;font-weight:700;font-size:14px;height:42px;padding:0 16px;border-radius:12px;cursor:pointer;transition:background .2s ease,transform .2s ease}.product-card__button:hover{background:var(--primary-hover);transform:translateY(-1px)}@media(max-width:992px){.filters{grid-template-columns:1fr 1fr}.filters .filter-group:first-child{grid-column:1 / -1}}@media(max-width:640px){.catalog-section{padding:24px 14px 40px}.catalog-header{align-items:flex-start}.catalog-title{font-size:28px}.catalog-subtitle{font-size:14px}.catalog-filters-wrapper{padding:14px;border-radius:18px}.filters{grid-template-columns:1fr}.product-grid{grid-template-columns:1fr 1fr;gap:14px}}@media(max-width:480px){.product-grid{grid-template-columns:1fr}.product-card__footer{flex-direction:column;align-items:stretch}.product-card__button{width:100%}}:root{--bg: #f6f8fb;--surface: #ffffff;--text: #162033;--muted: #667085;--line: #e5e7eb;--primary: #2563eb;--primary-dark: #1d4ed8;--danger: #dc2626;--success: #0f9d58;--shadow: 0 12px 30px rgba(17, 24, 39, .08);font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}html,body,#root{margin:0;min-height:100%;background:var(--bg);color:var(--text)}body{line-height:1.5}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}button{cursor:pointer}.container{width:min(1180px,calc(100% - 2rem));margin:0 auto}.site-header{background:#ffffffe0;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border-bottom:1px solid var(--line);position:sticky;top:0;z-index:20}.nav{min-height:72px;display:flex;align-items:center;justify-content:space-between;gap:1rem}.brand{font-size:1.45rem;font-weight:800}.brand span{color:var(--primary)}.nav-links{display:flex;align-items:center;gap:1rem;flex-wrap:wrap}.nav-links a,.link-button{color:var(--muted);background:transparent;border:none;padding:0}.nav-links a.active{color:var(--primary);font-weight:700}.cart-pill{background:var(--primary);color:#fff;padding:.7rem 1rem;border-radius:999px;font-weight:700}.hero{padding:4.5rem 0 3rem;background:radial-gradient(circle at top left,rgba(37,99,235,.18),transparent 36%),linear-gradient(180deg,#fff,#f6f8fb)}.hero-grid{display:grid;grid-template-columns:1.2fr .8fr;gap:2rem;align-items:center}.eyebrow{text-transform:uppercase;letter-spacing:.12em;font-size:.8rem;color:var(--primary);font-weight:800;margin-bottom:.4rem}.hero h1,.success-card h1{font-size:clamp(2rem,5vw,3.7rem);line-height:1.05;margin:0 0 1rem}.hero p{color:var(--muted);max-width:720px}.hero-card,.checkout-card,.summary-card,.auth-card,.success-card{background:var(--surface);border:1px solid var(--line);border-radius:24px;box-shadow:var(--shadow)}.hero-card{padding:1.25rem;display:grid;gap:1rem}.stat-card{padding:1.25rem;border-radius:18px;background:linear-gradient(180deg,#f8fbff,#edf3ff);border:1px solid #dbe8ff}.stat-card span{display:block;color:var(--muted);font-size:.9rem}.stat-card strong{font-size:1.2rem}.hero-actions,.admin-form-actions{display:flex;gap:1rem;flex-wrap:wrap;margin-top:1.2rem}.button-primary,.button-secondary,.product-footer button,.detail-actions button,.admin-table button,.cart-actions button{padding:.85rem 1rem;border-radius:14px;border:1px solid transparent;transition:.2s ease}.button-primary,.product-footer button,.detail-actions button,.admin-table button:not(.danger-outline){background:var(--primary);color:#fff}.button-primary:hover,.product-footer button:hover,.detail-actions button:hover,.admin-table button:not(.danger-outline):hover{background:var(--primary-dark)}.button-secondary{background:#fff;border-color:var(--line);color:var(--text)}.section{padding:2.5rem 0 4rem}.section-heading{display:flex;align-items:end;justify-content:space-between;gap:1rem;margin-bottom:1.5rem}.section-heading h2{margin:0;font-size:2rem}.filters,.form-grid{display:grid;gap:1rem}.filters{grid-template-columns:1.4fr 1fr 1fr;margin-bottom:1.5rem}.filters input,.filters select,.form-grid input,.form-grid select,.form-grid textarea,.detail-actions input,.cart-item input,.auth-card input{width:100%;border:1px solid var(--line);background:#fff;border-radius:14px;padding:.9rem 1rem;outline:none}.product-grid{display:grid;gap:1.2rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.product-card{background:var(--surface);border:1px solid var(--line);border-radius:22px;overflow:hidden;box-shadow:var(--shadow);display:flex;flex-direction:column}.product-image-link{aspect-ratio:4/3;background:#eef2ff}.product-image,.detail-image{width:100%;height:100%;object-fit:cover}.product-content{padding:1rem}.badge{display:inline-flex;background:#e8efff;color:var(--primary);padding:.35rem .7rem;border-radius:999px;font-size:.82rem;font-weight:700}.product-card h3,.cart-item h3{margin:.7rem 0 .2rem}.product-meta,.product-description,.help-text{color:var(--muted)}.product-footer,.summary-row,.summary-line{display:flex;align-items:center;justify-content:space-between;gap:.75rem}.product-footer{margin-top:1rem}.product-detail,.checkout-layout,.cart-layout,.admin-layout{display:grid;gap:1.5rem}.product-detail{grid-template-columns:1fr 1fr}.detail-image-wrap{background:var(--surface);border:1px solid var(--line);border-radius:24px;overflow:hidden;box-shadow:var(--shadow);min-height:450px}.detail-content{padding:1rem .5rem}.detail-actions{display:flex;gap:1rem;max-width:360px}.cart-layout,.checkout-layout,.admin-layout{grid-template-columns:1.3fr .7fr}.checkout-card,.summary-card,.auth-card,.success-card{padding:1.5rem}.cart-list{display:grid;gap:1rem}.cart-item{display:grid;grid-template-columns:110px 1fr 110px 140px;gap:1rem;align-items:center;background:#fff;border:1px solid var(--line);border-radius:20px;padding:1rem;box-shadow:var(--shadow)}.cart-item img{width:110px;height:90px;object-fit:cover;border-radius:16px}.cart-actions{display:grid;gap:.5rem;justify-items:end}.paypal-box{margin-top:1rem}.full-width{width:100%;display:inline-flex;justify-content:center}.form-grid textarea{min-height:120px;resize:vertical;grid-column:1/-1}.alert-error,.alert-info,.empty-state,.loader{padding:1rem;border-radius:16px;margin-top:1rem}.alert-error{background:#fee2e2;color:#991b1b;border:1px solid #fecaca}.alert-info{background:#dbeafe;color:#1e40af;border:1px solid #bfdbfe}.empty-state,.loader{background:#fff;border:1px dashed var(--line);color:var(--muted);text-align:center}.auth-wrap{display:flex;justify-content:center}.auth-card{width:min(420px,100%)}.auth-card h1{margin-top:0}.auth-card input{margin-bottom:.9rem}.admin-layout{grid-template-columns:.95fr 1.05fr;align-items:start}.admin-table-wrap{overflow:auto}.admin-table{width:100%;border-collapse:collapse}.admin-table th,.admin-table td{text-align:left;padding:.9rem .8rem;border-bottom:1px solid var(--line)}.table-actions{display:flex;gap:.5rem;flex-wrap:wrap}.danger-outline{background:#fff;color:var(--danger);border-color:#fecaca}.summary-card hr{border:0;border-top:1px solid var(--line);margin:1rem 0}.success-card{max-width:720px;margin:0 auto;text-align:center}@media(max-width:920px){.hero-grid,.product-detail,.checkout-layout,.cart-layout,.admin-layout,.filters{grid-template-columns:1fr}}@media(max-width:720px){.nav{flex-direction:column;padding:1rem 0}.cart-item{grid-template-columns:1fr}.section-heading{align-items:start;flex-direction:column}}
