@import"https://fonts.googleapis.com/css2?family=Oswald:wght@400;500;600;700&family=Raleway:wght@300;400;500;600;700&display=swap";:root{--hps-navy: #1a1a2e;--hps-dark: #16213e;--hps-accent: #0f3460;--hps-highlight: #e94560;--hps-white: #ffffff;--hps-light: #f5f5f5;--hps-gray-100: #f0f0f0;--hps-gray-200: #e0e0e0;--hps-gray-300: #cccccc;--hps-gray-400: #999999;--hps-gray-500: #666666;--hps-gray-600: #444444;--hps-text: #333333;--hps-text-light: #666666;--hps-success: #28a745;--hps-warning: #ffc107;--hps-danger: #dc3545;--hps-info: #17a2b8;--font-heading: "Oswald", sans-serif;--font-body: "Raleway", sans-serif;--shadow-sm: 0 1px 3px rgba(0,0,0,.08);--shadow-md: 0 4px 12px rgba(0,0,0,.1);--shadow-lg: 0 8px 24px rgba(0,0,0,.12);--radius-sm: 4px;--radius-md: 8px;--radius-lg: 12px}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-body);color:var(--hps-text);background:var(--hps-light);line-height:1.6;-webkit-font-smoothing:antialiased;min-width:320px}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);font-weight:600;line-height:1.2}a{color:var(--hps-accent);text-decoration:none}a:hover{opacity:.85}.store-layout{min-height:100vh;display:flex;flex-direction:column}.store-header{background:var(--hps-navy);color:var(--hps-white);padding:0 24px;position:sticky;top:0;z-index:100;box-shadow:var(--shadow-md)}.store-header-inner{max-width:1200px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;height:64px}.store-brand{color:var(--hps-white);display:flex;align-items:center;gap:12px;text-decoration:none}.store-logo-img{height:36px;width:auto;filter:brightness(0) invert(1)}.store-brand h1{font-family:var(--font-heading);font-size:1.2rem;font-weight:700;text-transform:uppercase;letter-spacing:1px;margin:0}.store-brand span{font-size:.75rem;color:var(--hps-gray-400);text-transform:uppercase;letter-spacing:2px}.store-venue-logo{height:40px;width:auto;max-width:140px;object-fit:contain;border-radius:4px;background:var(--hps-white);padding:4px 6px}.store-nav{display:flex;gap:24px;align-items:center}.store-nav a{color:var(--hps-gray-300);font-size:.9rem;font-weight:500;transition:color .15s;text-decoration:none}.store-nav a:hover{color:var(--hps-white);opacity:1}.cart-indicator{color:var(--hps-gray-300);font-size:.9rem;font-weight:600}.store-main{flex:1;max-width:1200px;width:100%;margin:0 auto;padding:32px 24px}.store-footer{background:var(--hps-navy);color:var(--hps-gray-400);text-align:center;padding:24px;font-size:.85rem}.store-footer-inner{max-width:1200px;margin:0 auto}.footer-contact{font-size:.8rem;margin-top:4px}.footer-contact a{color:var(--hps-gray-300);transition:color .15s;text-decoration:none}.footer-contact a:hover{color:var(--hps-white)}.footer-version{font-size:.7rem;color:var(--hps-gray-500);margin-top:8px}.catalog-layout{display:flex;gap:24px;align-items:flex-start}.catalog-content{flex:1;min-width:0}.catalog-sidebar{width:280px;flex-shrink:0;background:#fff;border-radius:8px;border:1px solid #e0e0e0;padding:20px;align-self:flex-start;position:sticky;top:80px}.catalog-mobile-cart-bar{display:none}@media(max-width:768px){.store-header-inner{flex-direction:column;height:auto;padding:12px 0;gap:8px}.store-brand h1{font-size:1rem}.store-nav{gap:16px}.store-main{padding:16px 12px}.catalog-layout{flex-direction:column}.catalog-sidebar{width:100%;position:static}.catalog-mobile-cart-bar{display:flex;position:sticky;bottom:0;background:var(--hps-navy);color:#fff;padding:14px 20px;justify-content:space-between;align-items:center;z-index:50;box-shadow:0 -2px 8px #0003;margin:0 -12px -16px}.catalog-mobile-cart-bar button{background:#4f46e5;color:#fff;border:none;border-radius:6px;padding:8px 18px;font-weight:700;cursor:pointer;font-size:14px;font-family:var(--font-body)}}.venue-selector{max-width:900px;margin:0 auto}.venue-hero{background:linear-gradient(135deg,var(--hps-navy) 0%,var(--hps-dark) 50%,var(--hps-accent) 100%);color:var(--hps-white);border-radius:var(--radius-lg);padding:48px 40px;margin-bottom:32px}.venue-hero h2{color:var(--hps-white);font-size:2rem;margin-bottom:12px}.venue-hero p{font-size:1.05rem;color:#ffffffd9;max-width:540px;line-height:1.7;margin:0}.venue-loading{text-align:center;padding:48px;color:var(--hps-gray-500)}.venue-empty{background:var(--hps-white);border-radius:var(--radius-md);padding:48px;text-align:center;border:1px solid var(--hps-gray-200)}.venue-empty h3{color:var(--hps-navy);margin-bottom:8px}.venue-empty p{color:var(--hps-gray-500);margin-bottom:12px}.venue-empty a{color:var(--hps-highlight);font-weight:600}.venue-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:20px;margin-bottom:32px}.venue-card{background:var(--hps-white);border-radius:var(--radius-md);border:1px solid var(--hps-gray-200);box-shadow:var(--shadow-sm);cursor:pointer;display:flex;flex-direction:column;transition:box-shadow .15s,transform .15s;outline:none}.venue-card:hover,.venue-card:focus{box-shadow:var(--shadow-md);transform:translateY(-2px);border-color:var(--hps-accent)}.venue-card-body{flex:1;padding:24px 24px 16px}.venue-card-body h3{color:var(--hps-navy);font-size:1.1rem;margin-bottom:6px}.venue-location{font-size:.85rem;color:var(--hps-gray-500);margin:0}.venue-card-action{padding:14px 24px;border-top:1px solid var(--hps-gray-100);font-size:.9rem;font-weight:600;color:var(--hps-accent);transition:color .15s}.venue-card:hover .venue-card-action{color:var(--hps-highlight)}.venue-help{text-align:center;padding:16px;color:var(--hps-gray-500);font-size:.9rem}.venue-help a{color:var(--hps-accent);font-weight:500;text-decoration:none}.venue-help a:hover{color:var(--hps-highlight)}@media(max-width:640px){.venue-hero{padding:32px 20px;border-radius:var(--radius-md)}.venue-card-logo{display:block;max-height:60px;max-width:180px;object-fit:contain;margin-bottom:10px}}
