:root{color-scheme:light;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:16px;line-height:1.5;background:#eef6ff;color:#111827;--brand-blue: #0942a5;--brand-cyan: #05d5ff;--brand-dark: #0b1d4f;--brand-soft: #f3faff;--surface: #ffffff;--surface-muted: #f4f9ff;--text-light: #6b7280}*{box-sizing:border-box}html,body,#root{min-height:100%}body{margin:0;background:radial-gradient(circle at top left,rgba(5,213,255,.18),transparent 22%),radial-gradient(circle at bottom right,rgba(9,66,165,.16),transparent 18%),linear-gradient(180deg,#f7fbff,#eef6ff)}a{color:inherit;text-decoration:none}.nav-link{color:var(--brand-dark);font-weight:600;padding:.35rem .25rem}.nav-link.active{color:var(--brand-blue);border-bottom:2px solid var(--brand-blue)}button,input,select{font:inherit}button{cursor:pointer}.app-shell{min-height:100vh;display:flex;flex-direction:column}.page-container{width:min(1180px,calc(100% - 2rem));margin:0 auto;padding:1rem 0 3rem}.page-header{padding:2rem 0 1rem}.section-card{background:var(--surface);border:1px solid rgba(13,53,143,.08);border-radius:24px;box-shadow:0 18px 48px #0942a514}.hero-panel{display:grid;gap:1.5rem;padding:2rem;background:linear-gradient(135deg,#0942a5f2,#05d5ffe6);border-radius:28px;color:#fff}.hero-panel h1,.hero-panel p{margin:0}.hero-panel h1{font-size:clamp(2rem,4vw,3.25rem);line-height:1.05}.hero-panel p{max-width:38rem;opacity:.9}.buttons-group{display:flex;flex-wrap:wrap;gap:.9rem;margin-top:1.5rem}.btn,.btn-secondary{border:none;border-radius:999px;padding:.95rem 1.5rem;font-weight:600;transition:transform .2s ease,filter .2s ease,box-shadow .2s ease}.btn{background:#fff;color:var(--brand-dark)}.btn-secondary{background:#ffffff29;color:#fff}.btn:hover,.btn-secondary:hover{transform:translateY(-1px);filter:brightness(1.05)}.site-grid{display:grid;gap:1.5rem}@media (min-width: 900px){.site-grid.columns-2{grid-template-columns:1.15fr .85fr;align-items:start}}.card-block{padding:1.5rem}.card-block h2{margin-top:0}.shop-banner{display:inline-flex;align-items:center;gap:.6rem;background:#05d5ff26;color:#fff;border-radius:999px;padding:.75rem 1rem;max-width:fit-content;font-weight:700}.shop-banner .dot{width:.8rem;height:.8rem;border-radius:999px;background:#fff}.page-title{display:flex;justify-content:space-between;gap:1rem;align-items:baseline;flex-wrap:wrap}.subtitle{color:var(--text-light)}.filter-panel{display:flex;flex-wrap:wrap;gap:1rem;align-items:center;margin-bottom:1.25rem}.filter-panel input,.filter-panel select{border:1px solid rgba(14,61,142,.18);background:#fff;border-radius:16px;padding:.95rem 1rem;min-width:220px}.product-grid{display:grid;gap:1.25rem}@media (min-width: 720px){.product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width: 1060px){.product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}.product-card{background:#fff;border-radius:24px;overflow:hidden;border:1px solid rgba(9,66,165,.08);display:flex;flex-direction:column;transition:transform .2s ease,box-shadow .2s ease}.product-card:hover{transform:translateY(-3px);box-shadow:0 20px 50px #0942a517}.product-card .product-image{height:180px;background:linear-gradient(180deg,#05d5ff24,#0942a51f);position:relative}.product-card .product-image:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at top left,rgba(5,213,255,.28),transparent 28%)}.product-card .product-image img{width:100%;height:100%;object-fit:cover;display:block}.product-card .product-image span{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);font-size:3rem;opacity:.3}.product-card .product-content{padding:1.35rem;flex:1;display:flex;flex-direction:column;gap:.85rem}.product-card h3{margin:0}.product-card p{color:var(--text-light);margin:0;font-size:.95rem}.product-card .badge{display:inline-flex;align-items:center;gap:.4rem;font-size:.8rem;padding:.35rem .75rem;border-radius:999px;background:#0942a514;color:var(--brand-dark);font-weight:700}.product-card .product-footer{margin-top:auto;display:flex;justify-content:space-between;align-items:center;gap:.75rem}.product-card .price{font-weight:700;font-size:1.15rem}.action-group{display:flex;flex-wrap:wrap;gap:.75rem}.badge-pill{display:inline-flex;align-items:center;justify-content:center;padding:.85rem 1rem;border-radius:999px;border:1px solid rgba(9,66,165,.12);background:var(--surface)}.status-chip{color:var(--brand-blue)}.cart-summary,.orders-list,.profile-card{background:var(--surface);border-radius:24px}.cart-summary{padding:1.5rem;border:1px solid rgba(9,66,165,.08)}.cart-summary h3,.orders-list h3{margin-top:0}.order-summary-block{border-top:1px solid rgba(14,61,142,.08);padding-top:1rem}.order-line-item{display:flex;justify-content:space-between;gap:.75rem;margin-bottom:.75rem}.order-total-block{margin:1rem 0;display:grid;gap:.5rem}.order-total-block div{display:flex;justify-content:space-between}.order-grand-total{font-weight:700;padding-top:.5rem}.payment-panel{margin-top:1.25rem;display:grid;gap:1rem}.payment-panel select,.payment-panel input{width:100%;border:1px solid rgba(14,61,142,.18);border-radius:16px;padding:.95rem 1rem;margin-top:.5rem}.card-data-grid{display:grid;gap:.9rem}.card-subgrid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.9rem}.payment-panel label{display:grid;gap:.45rem}.notification-banner{border-radius:16px;padding:.95rem 1rem;font-size:.95rem;margin-top:.75rem}.notification-banner.info{background:#05d5ff1f;border:1px solid rgba(5,213,255,.24);color:var(--brand-dark)}.notification-banner.success{background:#2db85a1f;border:1px solid rgba(45,184,90,.24);color:#166534}.notification-banner.error{background:#dc26261f;border:1px solid rgba(220,38,38,.24);color:#991b1b}.confirmation-box{margin-top:1rem;padding:1rem;border-radius:20px;border:1px solid rgba(9,66,165,.08);background:#ecfdf5}.cart-item,.order-item{border-top:1px solid rgba(14,61,142,.08);padding:1rem 0}.cart-item:first-child,.order-item:first-child{border-top:none}.cart-item span,.order-item span{display:block}.cart-item .item-header,.order-item .item-header{display:flex;justify-content:space-between;gap:1rem;align-items:center}.cart-item .quantity-control,.order-item .quantity-control{display:flex;gap:.5rem;align-items:center}.cart-item button,.order-item button,.secondary-btn{border:1px solid rgba(9,66,165,.12);border-radius:16px;background:#fff;color:var(--brand-dark);padding:.75rem 1rem}.secondary-btn:hover,.secondary-btn:focus,.card-action:hover{background:#05d5ff1a}.profile-card{padding:1.5rem;border:1px solid rgba(14,61,142,.08)}.profile-card h3{margin-top:0}.cta-banner{padding:1.35rem 1.5rem;background:#05d5ff26;border-radius:22px;margin:1.5rem 0}.empty-state{padding:2rem;text-align:center;border-radius:24px;background:var(--soft);border:1px solid rgba(9,66,165,.08)}.small-note{color:var(--text-light);font-size:.95rem}.text-highlight{color:var(--brand-blue)}
