.navbar{position:fixed;top:0;left:0;right:0;z-index:9999;background:#79f1fc;box-shadow:0 2px 16px #00000014;height:60px}.navbar-inner{max-width:1280px;margin:0 auto;padding:.75rem 1.5rem;display:flex;align-items:center;justify-content:space-between;gap:1.5rem}.navbar-logo{font-size:1.4rem;font-weight:700;color:#0d47a1;text-decoration:none;letter-spacing:-.02em;white-space:nowrap;height:40px;padding-left:5px}.navbar-logo sup{font-size:.5em;top:-.4em;color:#1565c0}.navbar-links{display:flex;align-items:center;gap:3.5rem}.nav-link{text-decoration:none;color:#1a1a2e;font-weight:500;font-size:.95rem;transition:color .2s}.nav-link:hover{color:#1565c0}.navbar-actions{display:flex;align-items:center;gap:.25rem}.navbar-search{display:flex;align-items:center;background:#f1f5f9;border-radius:8px;overflow:hidden;border:1px solid #e2e8f0}.search-input{width:180px;padding:.5rem .75rem;border:none;background:transparent;font-size:.9rem;font-family:inherit;outline:none}.search-input::placeholder{color:#64748b}.search-btn{padding:.5rem .75rem;border:none;background:transparent;color:#64748b;cursor:pointer;display:flex;align-items:center;justify-content:center}.search-btn:hover{color:#0d47a1}.navbar-cart{position:relative;display:flex;align-items:center;justify-content:center;width:42px;height:42px;border-radius:8px;color:#1a1a2e;text-decoration:none;transition:background .2s,color .2s;padding-right:1px}.navbar-cart:hover{background:#f1f5f9;color:#0d47a1}.cart-count{position:absolute;top:4px;right:4px;min-width:16px;height:16px;padding:0 4px;font-size:.7rem;font-weight:600;color:#fff;background:#1565c0;border-radius:8px;display:flex;align-items:center;justify-content:center}.navbar-toggle{display:none;flex-direction:column;justify-content:center;gap:5px;width:40px;height:40px;padding:8px;background:none;border:none;cursor:pointer;color:#1a1a2e}.navbar-toggle span{display:block;height:2px;background:currentColor;border-radius:1px;transition:transform .3s,opacity .3s}.navbar-toggle.open span:nth-child(1){transform:translateY(7px) rotate(45deg)}.navbar-toggle.open span:nth-child(2){opacity:0}.navbar-toggle.open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.navbar-mobile{display:none;position:absolute;top:100%;left:0;right:0;background:#fff;box-shadow:0 10px 40px #0000001a;padding:1rem 1.5rem;flex-direction:column;gap:.5rem}.navbar-mobile.open{display:flex}.mobile-link{padding:.75rem;text-decoration:none;color:#1a1a2e;font-weight:500;border-radius:8px}.mobile-link:hover{background:#f1f5f9;color:#1565c0}.mobile-search{display:flex;gap:.5rem;padding:.5rem 0}.mobile-search-input{flex:1;padding:.6rem .75rem;border:1px solid #e2e8f0;border-radius:8px;font-size:.95rem;font-family:inherit}.mobile-search .btn-primary{padding:.6rem 1rem;background:#1565c0;color:#fff;border:none;border-radius:8px;font-weight:600;font-size:.9rem;cursor:pointer;font-family:inherit}.mobile-cart{border-top:1px solid #e2e8f0;margin-top:.25rem;padding-top:1rem;display:none}@media(max-width:992px){.navbar-links,.navbar-search,.navbar-cart{display:none}.mobile-cart{display:block}.navbar-toggle{display:flex}.search-input{width:140px}}@media(max-width:480px){.navbar-inner{padding:.6rem 1rem}.navbar-logo{font-size:1.2rem}}.hero-slider{position:relative;width:100%;margin-top:4rem;height:85vh;min-height:400px;overflow:hidden}.hero-slide{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;visibility:hidden;transform:translate(100%);transition:transform .8s ease}.hero-slide.active{opacity:1;visibility:visible;transform:translate(0);z-index:1}.hero-slide.prev{opacity:1;visibility:visible;transform:translate(-100%);z-index:0}.slide-bg{position:absolute;inset:0;background-size:cover;background-position:center;background-repeat:no-repeat;transform:scale(1)}.hero-slide.active .slide-bg{transform:scale(1)}@media(max-width:600px){.slider-arrow{width:40px;height:40px;font-size:1.25rem}.slider-prev{left:.75rem}.slider-next{right:.75rem}.slide-content{padding:5rem 1.25rem 3rem}}.projects-section{padding:1rem .5rem;background:#e9e7e7}.projects-inner{max-width:1280px;margin:0 auto}.projects-section .section-title{font-size:clamp(1.75rem,4vw,2.5rem);font-weight:700;color:#1a1a2e;text-align:center;margin-top:2.5rem}.projects-section .section-subtitle{text-align:center;color:#070707;font-size:1.25rem;margin-top:.5rem;line-height:1.5}.projects-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1.75rem}.project-card{background:#fff;border-radius:12px;padding:1.75rem;border:1px solid #e2e8f0;box-shadow:0 4px 20px #0f172a0d;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.project-card-link{display:block;color:inherit;text-decoration:none}.project-card-image{height:180px;max-width:100%;width:100%;object-fit:cover;background-size:cover;background-position:center;background-repeat:no-repeat}.project-card:hover{transform:translateY(-4px);border-color:#0a84ff;box-shadow:0 10px 35px #0a84ff2e}.project-pill-row{display:flex;gap:.5rem;margin-bottom:.85rem;flex-wrap:wrap}.project-pill{font-size:.75rem;font-weight:600;padding:.2rem .7rem;border-radius:999px;letter-spacing:.04em;text-transform:uppercase}.type-pill{background:#0a84ff14;color:#0a84ff}.level-pill{background:#eef2ff;color:#3730a3}.project-title{font-size:1.1rem;font-weight:600;color:#0f172a;margin:0 0 .5rem}.project-description{font-size:.9rem;color:#64748b;line-height:1.6;margin:0 0 1.25rem}.project-cta{display:inline-flex;align-items:center;justify-content:center;padding:.5rem 1.25rem;border-radius:999px;border:none;background:#0a84ff;color:#fff;font-size:.9rem;font-weight:600;cursor:pointer;box-shadow:0 6px 16px #0a84ff47;transition:background .18s ease,transform .18s ease,box-shadow .18s ease}.project-cta:hover{background:#0060d1;transform:translateY(-1px);box-shadow:0 10px 24px #0a84ff59}.project-cta:active{transform:translateY(0);box-shadow:0 4px 16px #0a84ff40}.projects-cta{text-align:center;margin-top:2rem}.btn-outline-projects{display:inline-block;padding:.6rem 1.5rem;border-radius:999px;font-weight:600;font-size:.95rem;text-decoration:none;color:#0a84ff;border:2px solid #0a84ff;transition:background .2s,color .2s;font-family:inherit}.btn-outline-projects:hover{background:#0a84ff;color:#fff}@media(max-width:900px){.projects-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.projects-section{padding:.75rem 1rem!important}.projects-section .section-title{margin-top:.75rem!important}}.project-detail{max-width:960px}.project-detail-image{height:260px;border-radius:14px;background-size:contain;background-position:center;background-repeat:no-repeat;background-color:#f8fafc;margin-bottom:1.5rem;margin-top:3.25rem}@media(max-width:600px){.projects-section{padding:.75rem 1rem}.projects-grid{grid-template-columns:minmax(0,1fr)}.projects-section .section-title{margin-top:.75rem}}@media(max-width:768px){.projects-section{padding:.75rem 1rem}.projects-section .section-title{margin-top:.75rem}}.shop-category{padding:.5rem .25rem;background:#fff}.shop-category-inner{max-width:1280px;margin:0 auto}.shop-category .section-title{font-size:clamp(1.75rem,4vw,2.5rem);font-weight:700;color:#1a1a2e;text-align:center;margin:0 0 .75rem}.shop-category .section-subtitle{text-align:center;color:#64748b;font-size:1.1rem;max-width:600px;margin:0 auto 3rem;line-height:1.6}.category-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}.category-card{text-decoration:none;color:inherit;background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 4px 20px #00000014;transition:transform .2s,box-shadow .2s;border:1px solid #e2e8f0}.category-card:hover{transform:translateY(-4px);box-shadow:0 12px 32px #0d47a126}.category-card-image{height:180px;background-size:cover;background-position:center;background-repeat:no-repeat}.category-card h3{font-size:1.15rem;font-weight:600;color:#1a1a2e;margin:1rem 1rem .25rem}.category-card p{font-size:.9rem;color:#64748b;margin:0 1rem 1rem;line-height:1.5}@media(max-width:900px){.category-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:500px){.shop-category{padding:3rem 1.25rem}.category-grid{grid-template-columns:1fr}.category-card-image{height:160px}}.courses{padding:1rem .5rem;background:#f8fafc}.courses-inner{max-width:1280px;margin:0 auto}.courses .section-title{font-size:clamp(1.75rem,4vw,2.5rem);font-weight:700;color:#1a1a2e;text-align:center;margin:0 0 .75rem}.courses .section-subtitle{text-align:center;color:#64748b;font-size:1.1rem;max-width:600px;margin:0 auto 3rem;line-height:1.6}.courses-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}.course-card{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 4px 20px #0000000f;transition:transform .2s,box-shadow .2s;border:1px solid #e2e8f0}.course-card:hover{transform:translateY(-4px);box-shadow:0 8px 30px #0d47a11f}.course-card-image{height:180px;background-size:cover;background-position:center;background-repeat:no-repeat}.course-card-content{padding:1.5rem}.course-card-content h3{font-size:1.2rem;font-weight:600;color:#1a1a2e;margin:0 0 .5rem}.course-card-content p{font-size:.9rem;color:#64748b;margin:0 0 1rem;line-height:1.5}.course-card-content .btn{display:inline-block;padding:.5rem 1.25rem;border-radius:8px;font-weight:600;font-size:.9rem;text-decoration:none;background:#1565c0;color:#fff;border:2px solid #1565c0;transition:background .2s,border-color .2s;font-family:inherit}.course-card-content .btn:hover{background:#0d47a1;border-color:#0d47a1;color:#fff}.courses-cta{text-align:center;margin-top:2rem}.btn-outline-courses{display:inline-block;padding:.6rem 1.5rem;border-radius:8px;font-weight:600;font-size:.95rem;text-decoration:none;color:#1565c0;border:2px solid #1565c0;transition:background .2s,color .2s;font-family:inherit}.btn-outline-courses:hover{background:#1565c0;color:#fff}@media(max-width:900px){.courses-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:500px){.courses{padding:3rem 1.25rem}.courses-grid{grid-template-columns:1fr}}.blog-section{padding:1rem .25rem;background:#fff}.blog-inner{max-width:1280px;margin:0 auto}.blog-section .section-title{font-size:clamp(1.75rem,4vw,2.5rem);font-weight:700;color:#1a1a2e;text-align:center;margin:0 0 .75rem}.blog-section .section-subtitle{text-align:center;color:#64748b;font-size:1.1rem;max-width:600px;margin:0 auto 3rem;line-height:1.6}.blog-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.blog-card{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 4px 20px #0000000f;transition:transform .2s,box-shadow .2s;border:1px solid #e2e8f0}.blog-card:hover{transform:translateY(-4px);box-shadow:0 8px 30px #0d47a11f}.blog-card-image-wrap{display:block;text-decoration:none}.blog-card-image{height:180px;background-size:cover;background-position:center;background-repeat:no-repeat}.blog-card-content{padding:1.25rem}.blog-date{font-size:.8rem;color:#64748b;display:block;margin-bottom:.5rem}.blog-card-content h3{font-size:1.1rem;font-weight:600;margin:0 0 .5rem}.blog-card-content h3 a{color:#1a1a2e;text-decoration:none;transition:color .2s}.blog-card-content h3 a:hover{color:#1565c0}.blog-card-content p{font-size:.9rem;color:#64748b;margin:0;line-height:1.5}@media(max-width:900px){.blog-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:500px){.blog-section{padding:3rem 1.25rem}.blog-grid{grid-template-columns:1fr}}.footer{position:relative;z-index:10;background:#014a4e;color:#ffffffe6;padding:3rem 2rem 0}.footer-inner{max-width:1280px;margin:0 auto}.footer-grid{display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr;gap:2.5rem;padding-bottom:2.5rem;border-bottom:1px solid rgba(255,255,255,.15)}.footer-brand{max-width:280px}.footer-logo{font-size:1.5rem;font-weight:700;color:#fff;text-decoration:none;letter-spacing:-.02em}.footer-logo sup{font-size:.5em;top:-.4em;opacity:.9}.footer-tagline{margin:.75rem 0 1.25rem;font-size:.95rem;color:#fffc;line-height:1.5}.footer-social{display:flex;flex-wrap:wrap;gap:.75rem}.footer-social-icon{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:8px;color:#ffffffe6;text-decoration:none;transition:color .2s,background .2s}.footer-social-icon svg{width:22px;height:22px;flex-shrink:0}.footer-social-icon:hover{color:#fff;background:#ffffff26}.footer-heading{font-size:1rem;font-weight:600;color:#fff;margin:0 0 1rem;letter-spacing:.02em}.footer-links,.footer-contact{list-style:none;margin:0;padding:0}.footer-links li,.footer-contact li{margin-bottom:.5rem}.footer-links a,.footer-contact li{color:#fffc;text-decoration:none;font-size:.9rem;transition:color .2s}.footer-links a:hover{color:#fff}.footer-contact li{font-size:.9rem}.footer-bottom{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:1rem;padding:1.5rem 0}.footer-copy{margin:0;font-size:.875rem;color:#ffffffb3}.footer-legal{display:flex;gap:1.5rem}.footer-legal a{color:#ffffffbf;text-decoration:none;font-size:.875rem;transition:color .2s}.footer-legal a:hover{color:#fff}@media(max-width:900px){.footer-grid{grid-template-columns:1fr 1fr}.footer-brand{max-width:none}}@media(max-width:500px){.footer{padding:2.5rem 1.25rem 0}.footer-grid{grid-template-columns:1fr;gap:2rem;padding-bottom:2rem}.footer-bottom{flex-direction:column;text-align:center;padding:1.25rem 0}.footer-legal{justify-content:center}}.courses-page{padding:5rem 2rem 4rem;min-height:100vh;background:#f8fafc}.courses-page-inner{max-width:1280px;margin:0 auto}.courses-page-title{font-size:clamp(1.75rem,4vw,2.5rem);font-weight:700;color:#1a1a2e;text-align:center;margin:0 0 .5rem}.courses-page-subtitle{text-align:center;color:#64748b;font-size:1.1rem;max-width:600px;margin:0 auto 3rem;line-height:1.6}.courses-page-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem}.courses-page-card{text-decoration:none;color:inherit;background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 4px 20px #0000000f;transition:transform .2s,box-shadow .2s;border:1px solid #e2e8f0}.courses-page-card:hover{transform:translateY(-4px);box-shadow:0 12px 32px #0d47a126}.courses-page-card-image{height:180px;background-size:cover;background-position:center;background-repeat:no-repeat}.courses-page-card-content{padding:1.25rem}.courses-page-card-content h2{font-size:1.25rem;font-weight:600;color:#1a1a2e;margin:0 0 .5rem}.courses-page-card-content p{font-size:.9rem;color:#64748b;margin:0 0 .75rem;line-height:1.5}.courses-page-meta{font-size:.8rem;color:#1565c0;font-weight:500}@media(max-width:600px){.courses-page{padding:4rem 1rem 3rem}.courses-page-grid{grid-template-columns:1fr}}.course-detail{padding:5rem 2rem 4rem;min-height:100vh;background:#f8fafc}.course-detail-inner{max-width:1536px;width:100%;margin-left:0;margin-right:auto}.course-detail-layout{--sidebar-w: 260px;--sidebar-gap: 1.5rem;--sidebar-top: 80px;--panel-padding: 2rem 2.25rem;position:relative;display:block}.course-detail-sidebar{display:flex;flex-direction:column;width:var(--sidebar-w);max-width:var(--sidebar-w)}.course-detail-sidebar-card{display:flex;flex-direction:column;min-height:0;background:#fff;border-radius:12px;padding:var(--panel-padding);box-shadow:0 4px 20px #0000000f;border:1px solid #e2e8f0;overflow:hidden}.course-detail-nav{flex:1;margin-top:1rem;display:flex;flex-direction:column;gap:.5rem;min-height:0;overflow-y:auto}@media(min-width:601px){.course-detail-sidebar{position:fixed;top:var(--sidebar-top);left:2rem;z-index:5;max-height:calc(100vh - var(--sidebar-top) - 1rem)}.course-detail-sidebar-card{max-height:calc(100vh - var(--sidebar-top) - 1rem);flex:none;overflow:hidden}.course-detail-nav{overflow-y:hidden;flex:none}.course-detail-content{margin-left:calc(var(--sidebar-w) + var(--sidebar-gap))}}.course-detail-nav-link{text-decoration:none;color:#334155;font-size:.95rem;padding:.5rem .65rem;border-radius:8px;transition:background .2s,color .2s}.course-detail-nav-link:hover{background:#f1f5f9;color:#0d47a1}button.course-detail-nav-link{width:100%;text-align:left;border:none;background:none;font:inherit;cursor:pointer;display:block}.course-detail-nav-link.is-active{background:#e3f2fd;color:#0d47a1;font-weight:600}.course-detail-nav-subtopics{margin-top:1rem;padding-top:1rem;border-top:1px solid #e2e8f0}.course-detail-nav-subtopics-label{margin:0 0 .5rem;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:#64748b}.course-detail-breadcrumb{margin:0 0 .5rem;font-size:.9rem;font-weight:500;color:#64748b}.course-detail-nav-group{display:flex;flex-direction:column;gap:.25rem}.course-detail-nav-toggle{width:100%;text-align:left;font-family:inherit;font-size:.95rem;font-weight:500;color:#1a1a2e;padding:.5rem .65rem;border:none;border-radius:8px;background:#f1f5f9;cursor:pointer;transition:background .2s,color .2s}.course-detail-nav-toggle:hover,.course-detail-nav-toggle.is-open{background:#e2e8f0;color:#0d47a1}.course-detail-nav-subs{display:flex;flex-direction:column;gap:.15rem;margin-left:.35rem;padding-left:.65rem;border-left:2px solid #cbd5e1}.course-detail-nav-sublink{font-size:.875rem;padding-left:.5rem!important}.course-detail-content{min-width:0;background:#fff;border-radius:12px;padding:var(--panel-padding);box-shadow:0 4px 20px #0000000f;border:1px solid #e2e8f0;box-sizing:border-box}.course-detail-section{scroll-margin-top:90px}.course-detail-section+.course-detail-section{margin-top:2rem;padding-top:1.5rem;border-top:1px solid #e2e8f0}.course-detail-topic-body{display:flex;flex-direction:column;gap:1.5rem}.course-detail-subsection-block{padding-bottom:1.25rem;border-bottom:1px dashed #e2e8f0}.course-detail-subsection-block:last-child{padding-bottom:0;border-bottom:none}.course-detail-title{font-size:clamp(1.5rem,4vw,2.25rem);font-weight:700;color:#1a1a2e;margin:0 0 1rem}.course-detail-desc{font-size:1rem;line-height:1.7;color:#475569;margin:0 0 2rem;white-space:pre-line}.course-detail-heading{font-size:1.75rem;font-weight:600;color:#1a1a2e;margin:0 0 1rem}.course-detail-subsection{scroll-margin-top:90px;margin-top:1.25rem;padding-top:1.25rem;border-top:1px dashed #e2e8f0}.course-detail-subsection-details{scroll-margin-top:90px;border:1px solid #e2e8f0;border-radius:10px;padding:0;margin-top:1rem;background:#fafbfc}.course-detail-subsection-details:first-of-type{margin-top:.5rem;border-top:none;padding-top:0}.course-detail-subsection-summary{cursor:pointer;list-style:none;font-size:1.05rem;font-weight:600;color:#1a1a2e;padding:.85rem 1rem;-webkit-user-select:none;user-select:none}.course-detail-subsection-summary::-webkit-details-marker{display:none}.course-detail-subsection-summary:before{content:"▸";display:inline-block;margin-right:.5rem;color:#1565c0;transition:transform .2s}.course-detail-subsection-details[open] .course-detail-subsection-summary:before{transform:rotate(90deg)}.course-detail-subsection-body{padding:0 1rem 1rem;border-top:1px solid #e2e8f0;background:#fff;border-radius:0 0 9px 9px}.course-detail-subheading{font-size:1.05rem;font-weight:600;color:#1a1a2e;margin:0 0 .65rem}.course-detail-desc--sub{margin-bottom:0}.course-detail-topics{list-style:none;margin:0 0 2rem;padding:0}.course-detail-topics li{padding:.5rem 0 .5rem 1.5rem;position:relative;color:#475569;line-height:1.5}.course-detail-topics li:before{content:"✓";position:absolute;left:0;color:#1565c0;font-weight:700}.course-detail-cta{margin-top:2rem}.btn-enroll{padding:.75rem 2rem;font-size:1rem;font-weight:600;color:#fff;background:#1565c0;border:none;border-radius:8px;cursor:pointer;font-family:inherit;transition:background .2s}.btn-enroll:hover{background:#0d47a1}@media(max-width:600px){.course-detail{padding:4rem 1rem 3rem}.course-detail-content{padding:1.5rem;margin-left:0}.course-detail-sidebar{position:static;left:auto;top:auto;z-index:auto;max-width:none;max-height:none}.course-detail-sidebar-card{max-height:none;padding:1.5rem;overflow:visible}.course-detail-nav{flex:none;overflow-y:visible}}.shop-page{min-height:100vh;background:#f5f7fa;padding:4rem 1rem;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.shop-banner{position:relative;width:100%;max-width:1200px;margin:2rem auto;height:280px;border-radius:10px;overflow:hidden;box-shadow:0 10px 40px #0f172a1a}.shop-banner-track{display:flex;height:100%;transition:transform .5s ease-in-out}.shop-banner-slide{flex:0 0 100%;height:100%}.shop-banner-img{width:100%;height:100%;object-fit:cover;display:block}.shop-banner-dots{position:absolute;bottom:1rem;left:50%;transform:translate(-50%);display:flex;gap:.5rem;z-index:2}.shop-banner-dot{width:10px;height:10px;border-radius:50%;border:2px solid rgba(255,255,255,.9);background:#fff6;cursor:pointer;padding:0;transition:background .2s,transform .2s}.shop-banner-dot:hover{background:#ffffffb3}.shop-banner-dot.active{background:#fff;transform:scale(1.15)}.shop-banner-arrow{position:absolute;top:50%;transform:translateY(-50%);width:44px;height:44px;border-radius:50%;border:none;background:#ffffffe6;color:#0f172a;font-size:1.5rem;line-height:1;cursor:pointer;z-index:2;display:flex;align-items:center;justify-content:center;padding:0;transition:background .2s,box-shadow .2s;box-shadow:0 2px 12px #00000026}.shop-banner-arrow:hover{background:#fff;box-shadow:0 4px 20px #0003}.shop-banner-prev{left:1rem}.shop-banner-next{right:1rem}@media(max-width:768px){.shop-banner{height:200px;margin-bottom:1.5rem}.shop-banner-arrow{width:36px;height:36px;font-size:1.25rem}.shop-banner-prev{left:.5rem}.shop-banner-next{right:.5rem}}.shop-container{width:100%;max-width:1200px;margin:0 auto}.shop-sidebar{position:relative}.shop-sidebar-inner{position:sticky;top:90px;background:#fff;border-radius:10px;box-shadow:0 10px 40px #0f172a14;padding:1.5rem 1.25rem}.shop-sidebar-heading{font-size:.9rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:#64748b;margin:0 0 1rem}.shop-filter-section{padding:1rem 0;border-top:1px solid #e2e8f0}.shop-filter-section:first-of-type{border-top:none;padding-top:0}.shop-filter-title{font-size:.95rem;font-weight:600;color:#0f172a;margin:0 0 .75rem}.shop-filter-options{display:flex;flex-direction:column;gap:.4rem}.shop-radio-option,.shop-checkbox-option{display:flex;align-items:center;gap:.5rem;font-size:.9rem;color:#475569}.shop-radio-option input,.shop-checkbox-option input{accent-color:#0a84ff}.shop-link-button{margin-top:.5rem;border:none;background:none;padding:0;font-size:.85rem;font-weight:500;color:#0a84ff;cursor:pointer}.shop-main{background:#fff;border-radius:10px;box-shadow:0 10px 40px #0f172a14;padding:1.75rem 1.5rem 2rem;display:flex;flex-direction:column}.shop-header{display:flex;align-items:flex-end;justify-content:space-between;gap:1rem;margin-bottom:1.5rem}.shop-title{margin:0 0 .4rem;font-size:1.5rem;font-weight:700;color:#0f172a}.shop-subtitle{margin:0;font-size:.95rem;color:#64748b}.shop-meta{font-size:.85rem;color:#64748b}.shop-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1.5rem}.shop-product-card{background:#fff;border-radius:10px;box-shadow:0 8px 28px #0f172a0f;border:1px solid #e2e8f0;padding:1rem;display:flex;flex-direction:column;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.shop-product-card:hover{transform:translateY(-4px);border-color:#0a84ff;box-shadow:0 16px 40px #0a84ff33}.shop-product-image-wrap{position:relative;margin-bottom:.75rem;display:flex;align-items:center;justify-content:center;background:#f8fafc;border-radius:8px;padding:.75rem}.shop-product-badge{position:absolute;left:.75rem;top:.75rem;background:#0a84ff;color:#fff;font-size:.7rem;font-weight:600;padding:.2rem .6rem;border-radius:999px;box-shadow:0 6px 16px #0a84ff66}.shop-product-image{width:100%;height:160px;object-fit:contain}.shop-product-body{display:flex;flex-direction:column;gap:.35rem}.shop-product-title{font-size:.95rem;font-weight:600;color:#0f172a;margin:0;min-height:2.6em}.shop-product-rating-row{display:flex;align-items:center;gap:.4rem;font-size:.8rem}.shop-product-stars{padding:.1rem .4rem;border-radius:999px;background:#e0f2fe;color:#0369a1;font-weight:600}.shop-product-rating-count{color:#94a3b8}.shop-product-tags{display:flex;flex-wrap:wrap;gap:.35rem;font-size:.75rem;color:#64748b}.shop-product-tags span{background:#f1f5f9;border-radius:999px;padding:.15rem .5rem}.shop-product-pricing{display:flex;align-items:baseline;gap:.35rem;margin-top:.25rem}.shop-product-price-old{font-size:.8rem;color:#94a3b8;text-decoration:line-through}.shop-product-price-new{font-size:1rem;font-weight:700;color:#0f172a}.shop-product-button{margin-top:.6rem;border:none;border-radius:999px;padding:.55rem 1rem;font-size:.9rem;font-weight:600;color:#fff;background:linear-gradient(135deg,#0a84ff,#00b4d8);cursor:pointer;transition:transform .16s ease,box-shadow .16s ease,filter .16s ease;box-shadow:0 8px 22px #0a84ff59}.shop-product-button:hover{transform:translateY(-1px);filter:brightness(1.05);box-shadow:0 12px 30px #0a84ff73}.shop-product-button:active{transform:translateY(0);box-shadow:0 6px 18px #0a84ff59}.shop-modal-overlay{position:fixed;inset:0;z-index:999;display:grid;place-items:center;padding:1.25rem}.shop-modal-underlay{position:fixed;inset:0;border:none;background:#0f172a8c;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);cursor:pointer}.shop-modal{position:relative;z-index:1;width:100%;max-width:980px;background:#fff;border-radius:14px;box-shadow:0 20px 70px #00000040;border:1px solid #e2e8f0;overflow:hidden}.shop-modal-close{position:absolute;right:12px;top:10px;width:42px;height:42px;border-radius:999px;border:1px solid #e2e8f0;background:#ffffffe6;color:#0f172a;font-size:1.4rem;line-height:1;cursor:pointer}.shop-modal-grid{display:grid;grid-template-columns:1fr 1.15fr}.shop-modal-imageWrap{background:#f8fafc;padding:1.25rem;display:flex;align-items:center;justify-content:center}.shop-modal-image{width:100%;height:360px;object-fit:contain}.shop-modal-content{padding:1.5rem 1.5rem 1.75rem}.shop-modal-title{margin:0 0 .5rem;font-size:1.25rem;font-weight:700;color:#0f172a}.shop-modal-ratingRow{display:flex;align-items:center;gap:.5rem;margin-bottom:.75rem}.shop-modal-desc{margin:0 0 1rem;color:#64748b;font-size:.95rem;line-height:1.6}.shop-modal-sections{margin-top:1.25rem;display:grid;grid-template-columns:1fr 1fr;gap:1rem}.shop-modal-section{border:1px solid #e2e8f0;background:#fbfdff;border-radius:12px;padding:1rem}.shop-modal-section h3{margin:0 0 .5rem;font-size:.95rem;font-weight:700;color:#0f172a}.shop-modal-section ul{margin:0;padding-left:1.1rem;color:#475569;font-size:.9rem;line-height:1.6}.shop-modal-muted{margin:0;color:#94a3b8;font-size:.9rem}@media(max-width:900px){.shop-modal-grid{grid-template-columns:1fr}.shop-modal-image{height:280px}.shop-modal-sections{grid-template-columns:1fr}}@media(max-width:1024px){.shop-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:768px){.shop-page{padding:1.5rem 1rem}.shop-main{padding:1.25rem 1rem 1.5rem}.shop-header{flex-direction:column;align-items:flex-start}.shop-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:540px){.shop-grid{grid-template-columns:minmax(0,1fr)}}*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth;width:100%;overflow-x:hidden}@supports (overflow-x: clip){html{overflow-x:clip}}body{margin:0;width:100%;min-width:0;font-family:Outfit,-apple-system,BlinkMacSystemFont,sans-serif;font-size:16px;line-height:1.5;color:#1a1a2e;overflow-x:hidden}@supports (overflow-x: clip){body{overflow-x:clip}}#root{width:100%;min-width:0;min-height:100vh}
