:root{font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.6;font-weight:400;color:#0f172a;background-color:#f8fafc;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;min-height:100vh;background:#f8fafc;color:#0f172a}*,*:before,*:after{box-sizing:border-box}button,input{font:inherit}#root{width:100%;min-height:100vh}.product-card{display:flex;flex-direction:column;gap:16px;padding:20px;border-radius:24px;border:1px solid rgba(30,41,59,.08);background:#fff;color:#0f172a;box-shadow:0 20px 60px #0f172a0f}.product-card__badge{display:inline-flex;align-items:center;justify-content:center;padding:6px 12px;border-radius:999px;background:#3b82f61a;color:#2563eb;font-size:12px;font-weight:700;letter-spacing:.02em;text-transform:uppercase}.product-card__name{font-size:1.1rem;font-weight:700;line-height:1.3}.product-card__description{margin:0;color:#475569;font-size:.95rem;line-height:1.6}.product-card__footer{display:flex;justify-content:space-between;gap:12px;font-size:.95rem;color:#334155}.product-card__price{font-weight:700}.product-card__unit{color:#64748b}.product-card__button{margin-top:auto;border:none;border-radius:14px;padding:12px 16px;background:#2563eb;color:#fff;font-weight:700;cursor:pointer;transition:background .16s ease,transform .16s ease}.product-card__button:hover{background:#1d4ed8;transform:translateY(-1px)}.product-card__button:focus-visible{outline:3px solid rgba(37,99,235,.5);outline-offset:2px}.cart-sidebar{position:sticky;top:24px;width:320px;padding:20px;border-radius:20px;background:linear-gradient(180deg,#fff,#fbfdff);border:1px solid rgba(15,23,42,.04);box-shadow:0 20px 60px #0f172a0f}.cart-sidebar__header{display:flex;justify-content:space-between;align-items:center}.cart-sidebar__items{margin-top:16px;display:grid;gap:12px}.cart-item{display:flex;justify-content:space-between;gap:12px;align-items:center}.cart-item__name{font-weight:700}.cart-item__remove{border:none;background:transparent;font-size:1.25rem;cursor:pointer}.cart-sidebar__summary{margin-top:18px;display:flex;justify-content:space-between;align-items:baseline}.cart-sidebar__total-label{color:#64748b}.cart-sidebar__total-value{font-weight:800;font-size:1.25rem}.cart-sidebar__checkout{width:100%;margin-top:14px;padding:12px 16px;border-radius:12px;background:#16a34a;color:#fff;border:none;font-weight:800;cursor:pointer}.cart-sidebar__checkout:disabled{opacity:.5;cursor:not-allowed}.welcome-page{min-height:100vh;display:grid;place-items:center;padding:32px;background:radial-gradient(circle at top left,rgba(248,113,113,.24),transparent 24%),radial-gradient(circle at 95% 15%,rgba(34,197,94,.16),transparent 22%),radial-gradient(circle at 50% 120%,rgba(59,130,246,.12),transparent 26%),linear-gradient(180deg,#0f172a,#111827)}.welcome-page__panel{position:relative;width:min(980px,100%);padding:56px;border-radius:36px;background:#ffffff0f;border:1px solid rgba(255,255,255,.12);box-shadow:0 40px 90px #00000052;-webkit-backdrop-filter:blur(22px);backdrop-filter:blur(22px);color:#f8fafc;overflow:hidden}.welcome-page__eyebrow{margin:0 0 16px;font-size:.9rem;font-weight:800;letter-spacing:.22em;text-transform:uppercase;color:#fecaca}.welcome-page__title{margin:0;font-size:clamp(3rem,3.5vw,4.8rem);line-height:.95;max-width:11ch}.welcome-page__subtitle{margin:28px 0 0;max-width:680px;color:#f1f5f9d1;font-size:1.05rem;line-height:1.8}.welcome-page__button{margin-top:36px;border:none;border-radius:18px;padding:18px 32px;font-size:1rem;font-weight:700;background:#ef4444;color:#fff;cursor:pointer;box-shadow:0 18px 36px #ef444447;transition:transform .16s ease,background .16s ease}.welcome-page__decorations{position:absolute;inset:0;pointer-events:none}.welcome-page__icon{position:absolute;display:grid;place-items:center;color:#fff;font-weight:700;text-transform:uppercase;letter-spacing:.05em}.welcome-page__icon--circle{width:92px;height:92px;border-radius:50%;background:#ef44444d;top:12%;left:14%;transform:translate(-10%)}.welcome-page__icon--tablet{width:86px;height:86px;border-radius:24px;background:#3b82f62e;top:20%;right:18%;font-size:1.75rem}.welcome-page__icon--sparkle{width:68px;height:68px;border-radius:20px;background:#fbbf242e;top:24%;left:70%;font-size:1.5rem}.welcome-page__icon--badge{min-width:108px;padding:10px 16px;border-radius:999px;background:#10b98138;top:58%;right:10%;color:#bbf7d0;font-size:.9rem}.welcome-page__icon--image{width:110px;height:80px;border-radius:22px;background:#ffffff14;top:68%;left:12%}.welcome-page__icon--wave{width:120px;height:90px;border-radius:28px;background:linear-gradient(135deg,#f871712e,#f871710a);bottom:12%;right:24%}@media(max-width:980px){.welcome-page__panel{padding:40px}}@media(max-width:700px){.welcome-page{padding:20px}.welcome-page__panel{padding:32px}.welcome-page__title{font-size:2.6rem}.welcome-page__decorations{display:none}}.hero__details{display:none}.family-fair-app{min-height:100vh;padding:24px;display:flex;flex-direction:column;gap:32px}.welcome-page{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:32px;background:radial-gradient(circle at top left,rgba(248,113,113,.18),transparent 24%),radial-gradient(circle at bottom right,rgba(59,130,246,.16),transparent 28%),linear-gradient(180deg,#0f172a,#111827)}.welcome-page__panel{width:min(960px,100%);padding:54px;border-radius:38px;background:#ffffff0d;border:1px solid rgba(255,255,255,.12);box-shadow:0 40px 90px #00000059}.welcome-page__eyebrow{margin-bottom:18px;color:#f8fafc}.welcome-page__title{margin:0;font-size:clamp(3rem,3.75vw,4.8rem);line-height:.95;color:#fff}.welcome-page__subtitle{margin:24px 0 0;max-width:760px;color:#f1f5f9d1;font-size:1.1rem;line-height:1.8}.welcome-page__button{margin-top:36px;border:none;border-radius:16px;padding:18px 32px;font-size:1rem;font-weight:700;background:#ef4444;color:#fff;cursor:pointer;box-shadow:0 18px 36px #ef444447;transition:transform .16s ease,background .16s ease}.welcome-page__button:hover{transform:translateY(-1px);background:#dc2626}.hero{display:grid;grid-template-columns:minmax(0,1.4fr) minmax(320px,1fr);gap:26px;align-items:center;padding:40px;border-radius:32px;background:radial-gradient(circle at top left,rgba(255,255,255,.08),transparent 28%),radial-gradient(circle at bottom right,rgba(239,68,68,.18),transparent 32%),linear-gradient(180deg,#0f172a,#111827);color:#f8fafc;box-shadow:0 32px 90px #0f172a38}.hero__copy{max-width:640px}.eyebrow{margin:0 0 18px;font-size:.9rem;font-weight:800;letter-spacing:.22em;text-transform:uppercase;color:#fef2f2}.hero__copyHeading{display:grid;gap:18px}.hero__label{display:inline-flex;align-items:center;justify-content:center;padding:8px 14px;border-radius:999px;background:#dc2626;color:#fff;font-size:.8rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;width:fit-content}.hero h1{margin:0;font-size:clamp(3rem,3vw,4.25rem);line-height:.95;color:#fff}.hero p{margin:24px 0 0;max-width:580px;color:#f1f5f9d6;font-size:1.05rem;line-height:1.75}.hero__actions{display:flex;flex-wrap:wrap;gap:14px;margin-top:32px}.hero__actions button{border:none;border-radius:16px;padding:16px 24px;font-weight:700;cursor:pointer;transition:transform .16s ease,box-shadow .16s ease,background .16s ease}.hero__actions button:hover{transform:translateY(-1px)}.hero__actions button:first-child{background:#ef4444;color:#fff;box-shadow:0 16px 28px #ef444440}.hero__secondary{background:#ffffff14;color:#f8fafc}.hero__visual{display:flex;justify-content:flex-end}.hero__visual-card{width:100%;max-width:420px;padding:32px;border-radius:32px;background:linear-gradient(180deg,#ffffff0d,#ffffff0f);border:1px solid rgba(255,255,255,.08);box-shadow:0 32px 60px #00000038;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.hero__visual-badge{display:inline-flex;padding:8px 14px;border-radius:999px;background:#f871712e;color:#fee2e2;font-size:.85rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.hero__visual-card h2{margin:24px 0 14px;color:#fff;font-size:2rem;line-height:1.1}.hero__visual-card p{margin:0;color:#f1f5f9cc;line-height:1.8}.hero__visual-meta{display:flex;gap:12px;flex-wrap:wrap;margin-top:24px}.hero__visual-meta span{display:inline-flex;padding:10px 16px;border-radius:999px;background:#ffffff14;color:#f8fafc;font-size:.95rem}.shop-layout{display:grid;gap:24px;grid-template-columns:minmax(260px,320px) minmax(0,1fr) minmax(280px,340px)}.shop-panel{display:grid;gap:20px}.search-card,.category-list{background:#fff;border-radius:28px;padding:22px;box-shadow:0 18px 50px #0f172a0f}.search-card label{display:block;margin-bottom:12px;color:#475569;font-size:.95rem;font-weight:700}.search-card input{width:100%;border:1px solid rgba(148,163,184,.3);border-radius:18px;padding:14px 16px;font-size:1rem;color:#0f172a;background:#f8fafc}.search-card input:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 4px #2563eb1f}.category-list{display:grid;gap:12px}.category-button{width:100%;border:1px solid rgba(148,163,184,.25);border-radius:16px;background:#fff;color:#1e293b;padding:14px 16px;text-align:left;font-weight:700;cursor:pointer;transition:background .16s ease,border-color .16s ease}.category-button:hover,.category-button.active{background:#eff6ff;border-color:#93c5fd}.products-panel{display:flex;flex-direction:column;gap:22px}.products-header{display:flex;justify-content:space-between;align-items:flex-end;gap:16px}.products-label{font-size:1rem;font-weight:800;text-transform:uppercase;letter-spacing:.12em;color:#1e293b}.product-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:20px}.empty-state{padding:40px;border-radius:24px;background:#f8fafc;color:#475569;text-align:center;font-size:1rem}.cart-sidebar{position:sticky;top:24px;display:flex;flex-direction:column;gap:18px;padding:22px;border-radius:28px;background:#fff;box-shadow:0 18px 50px #0f172a0f}.cart-sidebar__header{display:flex;justify-content:space-between;align-items:center;gap:16px}.cart-sidebar__header h2{margin:0;font-size:1.15rem}.cart-sidebar__clear{border:none;background:#f871711f;color:#b91c1c;padding:10px 14px;border-radius:14px;cursor:pointer}.cart-sidebar__items{display:grid;gap:14px}.cart-sidebar__empty{color:#64748b;font-size:.95rem}.cart-item{display:flex;justify-content:space-between;gap:12px;padding:16px;border-radius:18px;background:#f8fafc}.cart-item__name{font-weight:700;color:#0f172a}.cart-item__quantity{color:#475569;font-size:.95rem}.cart-item__remove{border:none;background:transparent;color:#475569;font-size:1.2rem;cursor:pointer;line-height:1}.cart-sidebar__summary{display:flex;justify-content:space-between;align-items:center;gap:12px;padding-top:12px;border-top:1px solid rgba(148,163,184,.18)}.cart-sidebar__total-label{color:#475569;font-size:.95rem}.cart-sidebar__total-value{font-size:1.35rem;font-weight:800}.cart-sidebar__checkout{width:100%;border:none;border-radius:18px;padding:16px;font-weight:700;cursor:pointer;background:#2563eb;color:#fff;transition:background .16s ease,transform .16s ease}.cart-sidebar__checkout:disabled{background:#c7d2fe;cursor:not-allowed}.footer-banner{padding:28px 30px;border-radius:30px;background:#eef2ff;display:grid;gap:10px}.footer-banner h2{margin:0;font-size:1.4rem}.footer-banner p{margin:0;color:#475569}.cart-summary{position:fixed;right:24px;bottom:24px;background:#2563eb;color:#fff;padding:12px 18px;border-radius:999px;box-shadow:0 18px 40px #2563eb2e;font-weight:700;display:inline-flex;align-items:center}@media(max-width:1200px){.shop-layout{grid-template-columns:1fr}.cart-sidebar{position:relative;top:auto}.cart-summary{right:16px}}
