.school-bundles-page{min-height:100vh;background:#f4f5f7}.page-header{background:linear-gradient(135deg,#12315c 0%,#1f4a86 100%);position:relative;overflow:hidden}.page-header::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.05'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");z-index:0}.header-content{position:relative;z-index:1;padding:3rem 0}.breadcrumb{font-size:.875rem;margin-bottom:1.5rem}.breadcrumb-link{color:rgba(255,255,255,.8);text-decoration:none;transition:color .2s}.breadcrumb-link:hover{color:#fff}.breadcrumb-separator{color:rgba(255,255,255,.6);margin:0 .75rem}.breadcrumb-current{color:#fff;font-weight:500}.page-title{font-size:3rem;font-weight:800;color:#fff;margin-bottom:1rem;display:flex;align-items:center;gap:1rem;flex-wrap:wrap}.school-icon{font-size:2.5rem;animation:bounce 2s infinite}@keyframes bounce{0%,20%,50%,80%,100%{transform:translateY(0)}40%{transform:translateY(-10px)}60%{transform:translateY(-5px)}}.school-location-badge{font-size:1rem;background:rgba(255,255,255,.2);backdrop-filter:blur(10px);padding:.5rem 1rem;border-radius:2rem;font-weight:500;border:1px solid rgba(255,255,255,.3)}.page-subtitle{font-size:1.25rem;color:rgba(255,255,255,.9);margin-bottom:2rem;font-weight:400}.header-actions{margin-top:2rem}.header-actions .btn-primary{background:rgba(255,255,255,.2);backdrop-filter:blur(10px);border:2px solid rgba(255,255,255,.3);color:#fff;padding:.875rem 1.75rem;font-size:1rem;font-weight:600;display:inline-flex;align-items:center;gap:.5rem;transition:all .3s ease}.header-actions .btn-primary:hover{background:rgba(255,255,255,.3);border-color:rgba(255,255,255,.5);transform:translateY(-2px);box-shadow:0 8px 20px rgba(0,0,0,.2)}.header-actions .school-icon{font-size:1.25rem}.info-notice{background:rgba(255,255,255,.1);backdrop-filter:blur(10px);padding:1rem 1.5rem;border-radius:.75rem;display:inline-flex;align-items:center;gap:.75rem;font-size:.95rem;border:1px solid rgba(255,255,255,.2);color:#fff}.notice-icon{font-size:1.25rem}.container{max-width:1280px;margin:0 auto;padding:0 1.5rem}.filter-bar{display:flex;align-items:center;gap:1.5rem;margin:-2rem auto 3rem;padding:1.5rem 2rem;background:#fff;border-radius:1rem;box-shadow:0 10px 40px rgba(0,0,0,.1);flex-wrap:wrap;position:relative;z-index:2}.filter-group{display:flex;align-items:center;gap:.75rem}.filter-label{font-weight:600;color:#1a1a1a;font-size:.95rem}.filter-select{padding:.75rem 2.5rem .75rem 1rem;border:2px solid #dcdee3;border-radius:.75rem;background:#fff;color:#565b64;min-width:180px;font-size:.95rem;transition:all .2s;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%236b7280' d='M10.293 3.293L6 7.586 1.707 3.293A1 1 0 00.293 4.707l5 5a1 1 0 001.414 0l5-5a1 1 0 10-1.414-1.414z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .75rem center;background-size:1.25rem}.filter-select:hover{border-color:#1f4a86}.filter-select:focus{outline:0;border-color:#1f4a86;box-shadow:0 0 0 3px rgba(59,130,246,.1)}.results-count{margin-left:auto;color:#565b64;font-size:.95rem;font-weight:500;padding:.5rem 1rem;background:#f4f5f7;border-radius:2rem}#resultsCount{font-weight:700;color:#1f4a86}.bundles-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(380px,1fr));gap:2rem;margin-bottom:4rem}.bundle-card{background:#fff;border-radius:1.25rem;overflow:hidden;box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06);transition:all .3s cubic-bezier(.4,0,.2,1);cursor:pointer;position:relative;border:1px solid rgba(0,0,0,.05)}.bundle-card:hover{transform:translateY(-8px) scale(1.02);box-shadow:0 20px 25px -5px rgba(0,0,0,.1),0 10px 10px -5px rgba(0,0,0,.04)}.bundle-image{position:relative;height:280px;background:linear-gradient(135deg,#f4f5f7 0%,#dcdee3 100%);display:flex;align-items:center;justify-content:center;overflow:hidden}.bundle-image::after{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(to bottom,transparent 0%,rgba(0,0,0,.05) 100%)}.bundle-placeholder{text-align:center;z-index:1}.bundle-icon{font-size:4rem;margin-bottom:.5rem;filter:drop-shadow(0 4px 8px rgba(0,0,0,.1))}.bundle-img{width:auto;height:auto;max-width:calc(100% - 20px);max-height:calc(100% - 20px);object-fit:contain;transition:transform .3s ease,filter .3s ease;position:relative}.bundle-card:hover .bundle-img{transform:scale(1.05)}.bundle-image img{max-width:100%;max-height:100%;width:auto;height:auto;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.bundle-img.lazy-placeholder{filter:blur(5px);transition:filter .3s ease}.bundle-img.loaded{filter:blur(0)}.bundle-img.error{display:none}.bundle-image.error::before{content:'📦';font-size:4rem;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);opacity:.3}.bundle-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.7);display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .3s ease;z-index:3}.bundle-card:hover .bundle-overlay{opacity:1}.overlay-text{color:#fff;font-weight:600;font-size:1.125rem;text-transform:uppercase;letter-spacing:.05em}.discount-badge{position:absolute;top:1rem;right:1rem;background:linear-gradient(135deg,#c8102e 0%,#c8102e 100%);color:#fff;padding:.5rem 1rem;border-radius:2rem;font-weight:700;font-size:.875rem;box-shadow:0 4px 12px rgba(239,68,68,.4);z-index:2;animation:pulse 2s infinite}@keyframes pulse{0%{box-shadow:0 4px 12px rgba(239,68,68,.4)}50%{box-shadow:0 4px 20px rgba(239,68,68,.6)}100%{box-shadow:0 4px 12px rgba(239,68,68,.4)}}.bundle-content{padding:2rem}.bundle-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1rem;gap:1rem}.bundle-title-section{display:flex;align-items:center;gap:.75rem;margin-bottom:.75rem}.bundle-title-section .bundle-name{margin:0;flex:1}.school-logo{width:32px!important;height:32px!important;max-width:32px!important;max-height:32px!important;min-width:32px!important;min-height:32px!important;object-fit:contain;border-radius:4px;background:#fff;padding:2px;box-shadow:0 1px 3px rgba(0,0,0,.1);flex-shrink:0;display:inline-block;vertical-align:middle}.school-logo.lazy-placeholder{filter:blur(3px)}.school-logo.loaded{filter:none}.bundle-name{font-size:1.375rem;font-weight:700;color:#1a1a1a;margin:0;line-height:1.3}.bundle-gender{display:flex;gap:.5rem}.gender-badge{padding:.375rem .875rem;border-radius:2rem;font-size:.8125rem;font-weight:600;text-transform:uppercase;letter-spacing:.025em}.gender-badge.male{background:linear-gradient(135deg,#e8edf4 0%,#d3ddea 100%);color:#12315c}.gender-badge.female{background:linear-gradient(135deg,#fbe7ea 0%,#f5ccd3 100%);color:#a30d26}.gender-badge.unisex{background:linear-gradient(135deg,#f4f5f7 0%,#dcdee3 100%);color:#565b64}.bundle-description{color:#565b64;font-size:.9375rem;margin-bottom:1.25rem;line-height:1.6}.bundle-features{display:flex;flex-direction:column;gap:.625rem;margin-bottom:1.75rem}.feature{display:flex;align-items:center;gap:.625rem;color:#565b64;font-size:.875rem}.feature-icon{font-size:1rem;color:#565b64}.bundle-footer{display:flex;justify-content:space-between;align-items:flex-end;gap:1rem}.bundle-pricing{display:flex;flex-direction:column;gap:.25rem}.original-price{color:#8b909a;text-decoration:line-through;font-size:.9375rem;font-weight:500}.current-price{font-size:1.5rem;font-weight:800;background:linear-gradient(135deg,#157347 0%,#157347 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.price-note{color:#565b64;font-size:.75rem;font-weight:500;text-transform:uppercase;letter-spacing:.05em}.price-request{color:#1f4a86;font-weight:600;font-size:1.125rem}.view-bundle-btn{background:linear-gradient(135deg,#1f4a86 0%,#12315c 100%);color:#fff;border:0;padding:.875rem 1.5rem;border-radius:.75rem;font-weight:600;display:inline-flex;align-items:center;gap:.625rem;transition:all .3s cubic-bezier(.4,0,.2,1);font-size:.9375rem;box-shadow:0 4px 12px rgba(59,130,246,.3)}.view-bundle-btn:hover{transform:translateX(4px);box-shadow:0 6px 20px rgba(59,130,246,.4)}.btn-arrow{transition:transform .3s}.view-bundle-btn:hover .btn-arrow{transform:translateX(4px)}.help-section{background:linear-gradient(135deg,#fff 0%,#f4f5f7 100%);border-radius:1.5rem;padding:3rem;text-align:center;box-shadow:0 10px 40px rgba(0,0,0,.08);margin-bottom:4rem;border:1px solid rgba(0,0,0,.05)}.help-content h3{font-size:1.75rem;font-weight:700;color:#1a1a1a;margin-bottom:.75rem}.help-content p{color:#565b64;font-size:1.0625rem;margin-bottom:2rem}.help-actions{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.help-actions a.btn-secondary{text-decoration:none}.btn-primary,.btn-secondary{padding:1rem 2rem;border-radius:.75rem;font-weight:600;text-decoration:none;display:inline-flex;align-items:center;gap:.625rem;transition:all .3s cubic-bezier(.4,0,.2,1);border:0;cursor:pointer;font-size:.9375rem}.btn-primary{background:linear-gradient(135deg,#1f4a86 0%,#12315c 100%);color:#fff;box-shadow:0 4px 12px rgba(59,130,246,.3)}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 8px 20px rgba(59,130,246,.4)}.btn-secondary{background:#fff;color:#565b64;border:2px solid #dcdee3}.btn-secondary:hover{background:#f4f5f7;border-color:#b9bdc6;transform:translateY(-2px)}.error-message,.no-bundles{text-align:center;padding:4rem 2rem;background:#fff;border-radius:1.5rem;box-shadow:0 10px 40px rgba(0,0,0,.08);margin:3rem 0;border:1px solid rgba(0,0,0,.05)}.error-icon,.no-bundles-icon{font-size:4rem;margin-bottom:1.5rem}.error-content h3,.no-bundles h3{font-size:1.75rem;font-weight:700;color:#1a1a1a;margin-bottom:1rem}.error-content p,.no-bundles p{color:#565b64;font-size:1.0625rem;margin-bottom:2rem;line-height:1.6}.no-bundles-actions{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}@media(max-width:768px){.page-title{font-size:2rem}.school-icon{font-size:1.75rem}.bundles-grid{grid-template-columns:1fr;gap:1.5rem}.filter-bar{margin:-1rem auto 2rem;padding:1rem;gap:1rem}.filter-group{width:100%}.filter-select{width:100%}.results-count{margin-left:0;text-align:center;width:100%}.help-actions{flex-direction:column;width:100%}.btn-primary,.btn-secondary{width:100%;justify-content:center}.bundle-card{margin:0 .5rem}.header-content{padding:2rem 0}}.bundle-card.loading{animation:shimmer 1.5s infinite}@keyframes shimmer{0%{opacity:.8}50%{opacity:.5}100%{opacity:.8}}.bundle-badges{display:flex;gap:.5rem;flex-wrap:wrap;align-items:center}.gender-badge{font-size:.85rem;padding:.25rem .75rem;border-radius:1rem;font-weight:500;display:inline-flex;align-items:center;gap:.25rem}.gender-male{background:#e8edf4;color:#12315c}.gender-female{background:#fbe7ea;color:#a30d26}.gender-unisex{background:#d3ddea;color:#1f4a86}@media(max-width:768px){.page-header{padding:2rem 0}.page-title{font-size:1.75rem}.page-subtitle{font-size:.95rem}.filter-bar{flex-direction:column;gap:1rem;padding:1rem}.filter-group{flex-direction:column;gap:.75rem;width:100%}.filter-select{width:100%;padding:.875rem;font-size:1rem}.results-count{text-align:center;font-size:.9rem}.bundles-grid{grid-template-columns:1fr;gap:1.5rem;padding:0 1rem}.bundle-card{margin:0}.bundle-content{padding:1.5rem}.bundle-name{font-size:1.25rem}.bundle-description{font-size:.875rem}.bundle-features{gap:.75rem}.feature{font-size:.8rem}.bundle-footer{flex-direction:column;gap:1rem;align-items:stretch}.view-bundle-btn{width:100%;justify-content:center;padding:1rem}.help-section{padding:2rem 1rem;margin-bottom:2rem}.help-actions{flex-direction:column;gap:1rem}.btn-primary,.btn-secondary{width:100%;padding:1rem;justify-content:center}.no-bundles,.error-message{padding:2rem 1rem;margin:2rem 1rem}.bundle-title-section{gap:.5rem}.bundle-badges{gap:.375rem}.school-badge,.gender-badge{font-size:.75rem;padding:.25rem .625rem}}@media(max-width:480px){.page-title{font-size:1.5rem}.bundle-content{padding:1.25rem}.bundle-name{font-size:1.125rem}.current-price{font-size:1.125rem}.view-bundle-btn{font-size:.875rem;padding:.875rem}}.section-heading{font-size:1.75rem;font-weight:700;color:#1a1a1a;margin:2.5rem 0 .5rem}.section-subheading{color:#565b64;font-size:.9375rem;margin-bottom:1.5rem}.line-badge{padding:.375rem .875rem;border-radius:2rem;font-size:.8125rem;font-weight:600;letter-spacing:.025em;white-space:nowrap}.supply-card .bundle-footer .btn-view{cursor:pointer;border:0;font:inherit}.supply-card .bundle-footer .btn-view:disabled{opacity:.55;cursor:not-allowed}.supply-toast{position:fixed;left:50%;bottom:2rem;transform:translateX(-50%) translateY(1rem);color:#fff;padding:.875rem 1.5rem;border-radius:.5rem;font-size:.9375rem;font-weight:500;box-shadow:0 10px 25px rgba(15,23,42,.25);opacity:0;pointer-events:none;transition:opacity .2s ease,transform .2s ease;z-index:1080}.supply-toast.show{opacity:1;transform:translateX(-50%) translateY(0)}.supply-toast-error{background:#a30d26}@media(prefers-reduced-motion:reduce){.supply-toast{transition:none}}.items-group-heading{font-size:1rem;font-weight:700;color:#565b64;margin:1.25rem 0 .625rem;text-transform:uppercase;letter-spacing:.04em}.items-group-heading:first-child{margin-top:0}.listing-sentinel{height:1px;margin:0}.listing-empty{text-align:center;padding:3rem 1rem;color:#565b64}.listing-empty p{margin:0;font-size:1.05rem}