*,*:before,*:after{box-sizing:border-box}:root{--bg: #f0f4ff;--surface: #ffffff;--primary: #0066cc;--primary-soft: #e6eeff;--accent: #00b4d8;--text: #0a1628;--text-muted: #64748b;--border: #cbd5e1;--radius: 16px;--shadow: 0 20px 50px rgba(0, 0, 0, .12)}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;background:var(--bg-theme, var(--bg));color:var(--text);line-height:1.5;min-height:100vh}#root{min-height:100vh}.product-card{transition:transform .2s ease,box-shadow .2s ease}.product-card:hover{transform:translateY(-4px);box-shadow:0 24px 48px #0000001f}.site-header a:hover{opacity:.9}.site-header .crest-style-logo:hover{opacity:1}.crest-style-logo{display:inline-flex;align-items:baseline;font-weight:800;letter-spacing:-.03em;white-space:nowrap}.crest-style-logo--header{font-size:1.5rem}.crest-style-logo--hero{font-size:3rem}.crest-style-logo__c{color:#e31837;text-shadow:0 0 20px rgba(227,24,55,.5);font-size:1.15em}.crest-style-logo__rest{color:#fff;font-weight:700}.crest-style-logo__style{color:#fff;font-weight:600;opacity:.95;letter-spacing:.02em}.site-header .crest-style-logo__c{color:#e31837}.site-header .crest-style-logo__rest,.site-header .crest-style-logo__style{color:#fff}.site-header.site-header--light .crest-style-logo__rest,.site-header.site-header--light .crest-style-logo__style{color:#0a1628}.site-header.site-header--light .crest-style-logo__c{color:#e31837}.category-card:hover{transform:translateY(-4px);box-shadow:0 24px 48px #0000001f}a{color:var(--primary)}button{font-family:inherit}.auth-form{display:flex;flex-direction:column;gap:16px;background:var(--surface);padding:24px;border-radius:var(--radius);border:1px solid var(--border)}.auth-form input{padding:12px;border-radius:8px;border:1px solid var(--border);background:var(--bg);color:var(--text)}.auth-form button{padding:14px;border-radius:8px;border:none;background:var(--primary);color:#fff;font-weight:600;cursor:pointer}.auth-error{color:#dc2626;font-size:14px;margin:0}.auth-footer{font-size:14px;color:var(--text-muted);margin:0}.auth-page{min-height:60vh;padding:48px 24px;background:linear-gradient(180deg,var(--primary-soft) 0%,var(--bg) 50%)}.auth-page-inner{max-width:440px;margin:0 auto}.auth-page-account .auth-page-inner{max-width:800px}.auth-page-title{margin:0 0 28px;color:var(--text);font-size:28px;font-weight:700;text-align:center}.auth-form-box{background:var(--surface);padding:32px;border-radius:var(--radius);box-shadow:var(--shadow);border:1px solid var(--border)}.auth-cta-btn{display:inline-block;padding:14px 28px;border-radius:8px;background:var(--primary);color:#fff;font-weight:600;text-decoration:none}.auth-cta-btn:hover{opacity:.9}.cart-drawer-overlay{position:fixed;inset:0;background:#0006;z-index:9998;animation:cart-drawer-fade .2s ease}.cart-drawer{position:fixed;top:0;right:0;width:100%;max-width:400px;height:100vh;background:var(--surface);box-shadow:-4px 0 24px #00000026;z-index:9999;display:flex;flex-direction:column;animation:cart-drawer-slide .25s ease}@keyframes cart-drawer-fade{0%{opacity:0}to{opacity:1}}@keyframes cart-drawer-slide{0%{transform:translate(100%)}to{transform:translate(0)}}.cart-drawer__header{display:flex;align-items:center;justify-content:space-between;padding:20px 20px 16px;border-bottom:1px solid var(--border)}.cart-drawer__title{margin:0;font-size:20px;font-weight:700;color:var(--text)}.cart-drawer__close{width:40px;height:40px;border:none;background:transparent;font-size:28px;line-height:1;cursor:pointer;color:var(--text-muted);border-radius:8px}.cart-drawer__close:hover{background:var(--primary-soft);color:var(--text)}.cart-drawer__body{flex:1;overflow:auto;padding:16px}.cart-drawer__empty{color:var(--text-muted);text-align:center;padding:24px 0;margin:0}.cart-drawer__list{list-style:none;padding:0;margin:0}.cart-drawer__item{display:flex;gap:12px;padding:12px 0;border-bottom:1px solid var(--border)}.cart-drawer__item-img{width:64px;height:64px;object-fit:cover;border-radius:8px;flex-shrink:0}.cart-drawer__item-info{flex:1;min-width:0}.cart-drawer__item-name{font-weight:600;color:var(--text);text-decoration:none;display:block;margin-bottom:4px;font-size:14px}.cart-drawer__item-name:hover{color:var(--primary)}.cart-drawer__item-row{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:8px}.cart-drawer__item-price{font-size:13px;color:var(--text-muted)}.cart-drawer__item-qty{display:flex;align-items:center;gap:8px}.cart-drawer__item-qty button{width:28px;height:28px;border:1px solid var(--border);background:var(--surface);border-radius:6px;cursor:pointer;font-size:16px;line-height:1}.cart-drawer__item-qty button:hover{background:var(--primary-soft)}.cart-drawer__item-remove{margin-top:8px;padding:4px 0;border:none;background:none;color:var(--text-muted);font-size:12px;cursor:pointer;text-decoration:underline}.cart-drawer__item-remove:hover{color:#dc2626}.cart-drawer__footer{padding:20px;border-top:1px solid var(--border);display:flex;flex-direction:column;gap:12px}.cart-drawer__promo{display:flex;gap:8px;margin-bottom:4px}.cart-drawer__promo-input{flex:1;padding:10px 12px;border:1px solid var(--border);border-radius:8px;font-size:14px}.cart-drawer__promo-btn{padding:10px 14px;border:none;border-radius:8px;background:var(--border);color:var(--text);font-weight:600;font-size:13px;cursor:pointer}.cart-drawer__promo-btn:hover{background:var(--text-muted);color:#fff}.cart-drawer__promo-applied{margin:0 0 8px;font-size:13px;color:var(--primary)}.cart-drawer__total{font-size:18px;font-weight:700;color:var(--text)}.cart-drawer__btn{display:block;text-align:center;padding:12px 16px;border-radius:8px;font-weight:600;text-decoration:none;transition:opacity .2s}.cart-drawer__btn:hover{opacity:.9}.cart-drawer__btn--primary{background:var(--primary);color:#fff}.cart-drawer__btn--accent{background:var(--accent);color:#fff}.site-footer{margin-top:auto;border-top:none;font-size:14px}.site-footer a{color:inherit;text-decoration:none}.site-footer a:hover{color:#fff;text-decoration:underline}.footer-top{background:linear-gradient(180deg,#0c2d5c,#0f3d7a);color:#ffffffe6;padding:48px 24px 40px;box-shadow:0 -4px 20px #00000014}.footer-inner{max-width:1000px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:40px}.footer-col h3{color:#fff;font-size:14px;font-weight:600;margin:0 0 16px;letter-spacing:.02em}.footer-col a{display:block;margin-bottom:10px;opacity:.9}.footer-col a:last-of-type{margin-bottom:0}.footer-brand{text-align:right}@media(max-width:640px){.footer-brand{text-align:left}}.footer-logo{display:block;font-weight:800;font-size:1.25rem;color:#e31837;margin-bottom:8px}.footer-brand p{margin:0;font-size:13px;opacity:.85;line-height:1.5}.footer-bottom{background:#061b36;color:#ffffffb3;text-align:center;padding:16px 24px;font-size:13px}.footer-bottom span{color:#e31837;font-weight:700}
