@import "https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,600;0,700;1,400&family=Poppins:wght@300;400;500;600&display=swap";:root{--sans:"Poppins", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--heading:"Playfair Display", Georgia, "Times New Roman", serif;--l-50:#fbf7ff;--l-100:#f5efff;--l-200:#ede2fe;--l-300:#e0ccfd;--l-400:#cfabfd;--p-500:#b088f9;--p-600:#9a6aea;--p-700:#8453d6;--p-800:#6f45b3;--accent:#d4a5f7;--text:#4a3f5a;--text-light:#7a6f8a;--white:#fff;--shadow:0 10px 30px #6a37a31f;--shadow-lg:0 20px 50px #6a37a32e;--radius:20px;--radius-sm:12px;--max:1200px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:var(--sans);color:var(--text);background:linear-gradient(180deg, var(--l-50) 0%, var(--l-100) 50%, var(--white) 100%);min-height:100vh;margin:0;line-height:1.6}#root{min-height:100vh}.app{flex-direction:column;min-height:100vh;display:flex}.main{flex:1 0 auto}h1,h2,h3,h4{font-family:var(--heading);color:var(--p-800);margin:0 0 .6em;font-weight:500;line-height:1.2}h1{font-size:clamp(2.2rem,5vw,3.4rem)}h2{font-size:clamp(1.7rem,4vw,2.4rem)}h3{font-size:1.3rem}p{margin:0 0 1em}a{color:var(--p-700);text-decoration:none}img{max-width:100%;height:auto;display:block}button{font:inherit}.section{padding:2.5rem 1.25rem}.section-inner{max-width:var(--max);margin:0 auto}.section-subtitle{color:var(--text-light);max-width:640px;margin-bottom:2rem;font-size:1.1rem}.section-cta{text-align:center;margin-top:2.5rem}.btn{cursor:pointer;text-align:center;border:2px solid #0000;border-radius:9999px;justify-content:center;align-items:center;gap:.5rem;padding:.7rem 1.4rem;font-weight:600;transition:transform .2s,box-shadow .2s,background .2s;display:inline-flex}.btn:hover{transform:translateY(-2px)}.btn-primary{background:linear-gradient(135deg, var(--p-600), var(--p-700));color:var(--white);box-shadow:var(--shadow);border-color:#0000}.btn-primary:hover{box-shadow:var(--shadow-lg)}.btn-added{background:linear-gradient(135deg, var(--p-700), var(--p-800));color:var(--white);border-color:#0000;animation:.4s pulse-btn;box-shadow:0 0 0 4px #b088f959}@keyframes pulse-btn{0%{transform:scale(1)}50%{transform:scale(1.04)}to{transform:scale(1)}}.btn-outline{color:var(--p-700);border-color:var(--l-400);background:0 0}.btn-outline:hover{background:var(--l-100);border-color:var(--p-500)}.btn-ghost{color:var(--text);background:0 0;border-color:#0000;padding:.4rem}.btn-ghost:hover{background:var(--l-200)}.btn-danger{color:var(--white);background:#ef4444}.btn-text{color:var(--p-700);cursor:pointer;background:0 0;border:none;padding:.5rem 0;font-weight:600}.btn-text:hover{color:var(--p-800)}.btn-lg{padding:.9rem 2rem;font-size:1.05rem}.header{z-index:100;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--l-200);background:#fbf7ffd9;position:sticky;top:0}.header-inner{max-width:var(--max);justify-content:space-between;align-items:center;gap:1rem;margin:0 auto;padding:.75rem 1.25rem;display:flex}.header-logo{align-items:center;gap:.75rem;text-decoration:none;display:flex}.header-logo-img{width:auto;height:42px}.header-brand-name{color:#08060d;font-family:var(--heading);letter-spacing:.04em;text-transform:uppercase;font-size:1.25rem;font-weight:600}.header-menu-btn{color:var(--p-800);cursor:pointer;background:0 0;border:none;padding:.4rem;display:none}.header-nav{align-items:center;gap:1.5rem;display:flex}.header-nav-list{align-items:center;gap:2rem;margin:0;padding:0;list-style:none;display:flex}.header-actions{align-items:center;gap:.6rem;display:flex}.header-nav a{color:var(--text);padding:.4rem 0;font-weight:500;transition:color .2s;position:relative}.header-nav a:after{content:"";background:var(--p-500);width:0;height:2px;transition:width .25s;position:absolute;bottom:0;left:0}.header-nav a:hover:after,.header-nav a.active:after{width:100%}.header-cart-wrapper{display:inline-flex;position:relative}.header-cart{background:var(--p-600);color:#fff;border-radius:9999px;justify-content:center;align-items:center;width:42px;height:42px;padding:0;font-weight:600;line-height:1;transition:background .2s;display:inline-flex}.header-cart:hover{background:var(--p-700)}.header-cart svg{flex-shrink:0}.header-cart-label{display:none}.header-auth{color:var(--p-700);font-weight:500;transition:color .2s}.header-auth:hover{color:var(--p-800)}.header-auth-icon{background:var(--l-200);width:42px;height:42px;color:var(--p-800);white-space:nowrap;will-change:width, padding;border-radius:9999px;justify-content:center;align-items:center;gap:0;padding:0;font-weight:600;transition:width .45s cubic-bezier(.22,1,.36,1),padding .45s cubic-bezier(.22,1,.36,1),background .2s;display:inline-flex;overflow:hidden}.header-auth-icon:hover{background:var(--l-300);width:128px;padding:.55rem .9rem}.header-auth-icon svg{flex-shrink:0}.header-auth-icon span{opacity:0;white-space:nowrap;will-change:max-width, opacity;max-width:0;transition:max-width .45s cubic-bezier(.22,1,.36,1),opacity .35s,margin-left .45s cubic-bezier(.22,1,.36,1);display:inline-block;overflow:hidden}.header-auth-icon:hover span{opacity:1;max-width:90px;margin-left:.4rem}.header-icon-btn{cursor:pointer;color:var(--p-700);background:0 0;border:none;border-radius:.5rem;justify-content:center;align-items:center;padding:.5rem;transition:color .2s,background .2s;display:inline-flex}.header-icon-btn:hover{color:var(--p-800);background:var(--l-300)}.header-cart-count{background:var(--white);color:var(--p-600);border:2px solid var(--white);min-width:20px;height:20px;box-shadow:0 0 0 2px var(--p-600);pointer-events:none;z-index:1;border-radius:9999px;place-items:center;padding:0 4px;font-size:.7rem;font-weight:700;display:grid;position:absolute;top:-6px;right:-6px}.cart-pulse{animation:.5s cart-bounce}@keyframes cart-bounce{0%{transform:scale(1)}40%{transform:scale(1.25)rotate(-8deg)}70%{transform:scale(.95)rotate(4deg)}to{transform:scale(1)rotate(0)}}@media (width<=768px){.header-menu-btn{display:block}.header-nav{background:var(--l-50);border-bottom:1px solid var(--l-200);flex-direction:column;align-items:stretch;gap:0;max-height:0;transition:max-height .3s;position:absolute;top:100%;left:0;right:0;overflow:hidden}.header-nav.is-open{max-height:340px}.header-nav-list{flex-direction:column;align-items:flex-start;gap:1.2rem;padding:1.25rem}.header-actions{padding:0 1.25rem 1.25rem}}.hero{background:radial-gradient(circle at 20% 30%, var(--l-200) 0%, transparent 35%), radial-gradient(circle at 80% 70%, var(--l-300) 0%, transparent 30%), var(--l-50);padding:3rem 1.25rem 3.5rem;position:relative;overflow:hidden}.hero-product{place-items:center;min-height:70vh;display:grid}.hero-background{z-index:0;position:absolute;inset:0}.hero-background img{object-fit:cover;filter:brightness(.85);width:100%;height:100%}.hero-inner{z-index:2;max-width:var(--max);grid-template-columns:1fr 1fr;align-items:center;gap:3rem;margin:0 auto;display:grid;position:relative}.hero-inner-centered{text-align:center;justify-content:center;align-items:center;display:flex}.hero-inner-centered .hero-text{flex-direction:column;align-items:center;display:flex}.hero-text{text-shadow:0 2px 12px #4a3f5a66}.hero-eyebrow{color:var(--white);letter-spacing:.05em;text-transform:uppercase;margin-bottom:.75rem;font-size:.9rem;font-weight:600}.hero h1{color:var(--white);text-shadow:0 2px 12px #4a3f5a66;margin-bottom:1rem}.hero-subtitle{color:#ffffffeb;text-shadow:0 1px 8px #4a3f5a66;max-width:520px;margin-bottom:2rem;font-size:1.15rem}.hero-actions{flex-wrap:wrap;gap:1rem;display:flex}.hero .btn-outline{color:var(--white);background:#ffffff1a;border-color:#fffc}.hero .btn-outline:hover{border-color:var(--white);background:#fff3}.hero .btn-primary{border-color:#ffffff8c}.about-image{justify-content:center;align-items:center;display:flex;position:relative}.about-portrait{aspect-ratio:3/4;object-fit:cover;border-radius:130px 130px 32px 32px;width:100%;max-width:340px;box-shadow:0 25px 60px #6a37a347,0 8px 20px #6a37a326}.about-floating-card{border-radius:var(--radius);box-shadow:var(--shadow);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#fffffff2;max-width:240px;padding:1.1rem 1.35rem;position:absolute;bottom:-10px;right:5%}.hero-floating-label{text-transform:uppercase;letter-spacing:.05em;color:var(--text-light);margin:0 0 .4rem;font-size:.75rem}.hero-floating-quote{font-family:var(--heading);color:var(--p-800);margin:0;font-size:.95rem;font-style:italic;line-height:1.4}@media (width<=900px){.hero-inner{text-align:center;grid-template-columns:1fr}.hero-subtitle,.hero-actions{justify-content:center;margin-left:auto;margin-right:auto}.about-floating-card{bottom:5%;right:5%}}.about{background:var(--white)}.about-inner{grid-template-columns:1fr 1.5fr;align-items:center;gap:3rem;display:grid}.about-text p{color:var(--text-light);margin-bottom:1.2rem}@media (width<=768px){.about-inner{text-align:center;grid-template-columns:1fr}}.gallery-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.25rem;display:grid}.gallery-grid-large{grid-template-columns:repeat(auto-fit,minmax(240px,1fr))}.gallery-item{border-radius:var(--radius);background:var(--l-100);aspect-ratio:1;box-shadow:var(--shadow);position:relative;overflow:hidden}.gallery-item img{object-fit:cover;width:100%;height:100%;transition:transform .4s}.gallery-item:hover img{transform:scale(1.05)}.gallery-item-title{color:var(--white);opacity:0;background:linear-gradient(#0000,#4a3f5abf);padding:.75rem 1rem;font-size:.9rem;font-weight:600;transition:opacity .3s,transform .3s;position:absolute;bottom:0;left:0;right:0;transform:translateY(10px)}.gallery-item:hover .gallery-item-title{opacity:1;transform:translateY(0)}.courses-grid{grid-template-columns:repeat(4,1fr);gap:2rem;display:grid}@media (width<=1024px){.courses-grid{grid-template-columns:repeat(2,1fr);gap:1.75rem}}@media (width<=640px){.courses-grid{grid-template-columns:1fr;gap:1.5rem}}.course-card-wrapper{height:100%}.course-card{background:var(--white);border-radius:var(--radius);border:1px solid var(--l-300);flex-direction:column;height:100%;transition:transform .3s,box-shadow .3s,border-color .3s;display:flex;overflow:hidden;box-shadow:0 4px 6px #6a37a30f,0 10px 25px #6a37a314,inset 0 0 0 1px #ffffff80}.course-card:hover{border-color:var(--p-500);transform:translateY(-6px);box-shadow:0 12px 30px #6a37a324,0 4px 10px #6a37a314,inset 0 0 0 1px #ffffff80}.course-card-image{aspect-ratio:1;background:var(--l-100);border-bottom:1px solid var(--l-200);overflow:hidden}.course-card-image img{object-fit:cover;width:100%;height:100%;transition:transform .4s}.course-card:hover .course-card-image img{transform:scale(1.05)}.course-card-body{flex-direction:column;flex:1;padding:1rem;display:flex}.course-card-title{color:var(--p-800);margin-bottom:.4rem;font-size:1rem}.course-card-excerpt{color:var(--text-light);flex:1;margin-bottom:.6rem;font-size:.85rem}.course-card-meta{color:var(--text-light);align-items:center;gap:.5rem;margin-bottom:.6rem;font-size:.78rem;display:flex}.dot{background:var(--p-500);border-radius:50%;width:4px;height:4px}.course-card-price{color:var(--p-700);margin-bottom:.75rem;font-size:1.1rem;font-weight:700}.course-card-actions{flex-wrap:wrap;gap:.5rem;margin-top:auto;display:flex}.course-card-actions .btn{flex:1;min-width:80px;padding:.45rem .75rem;font-size:.9rem}.course-detail{background:var(--white)}.course-detail-inner{max-width:var(--max);margin:0 auto}.course-detail-grid{grid-template-columns:1fr 1.2fr;align-items:start;gap:3rem;margin-top:1.5rem;display:grid}.course-detail-image{border-radius:var(--radius);box-shadow:var(--shadow);overflow:hidden}.course-detail-image img{width:100%;height:auto}.course-detail-info h1{margin-bottom:.75rem}.course-detail-meta{color:var(--text-light);align-items:center;gap:.6rem;margin-bottom:.75rem;display:flex}.course-detail-price{color:var(--p-700);margin-bottom:1.25rem;font-size:1.8rem;font-weight:700}.course-detail-desc{color:var(--text-light);margin-bottom:1.5rem}.course-detail-includes{margin:0 0 1.5rem;padding:0;list-style:none}.course-detail-includes li{color:var(--text);padding:.4rem 0 .4rem 1.5rem;position:relative}.course-detail-includes li:before{content:"";background:var(--p-500);border-radius:50%;width:8px;height:8px;position:absolute;top:.65rem;left:0}.course-detail-actions{flex-wrap:wrap;gap:1rem;display:flex}.not-found{text-align:center;padding:2.5rem 1rem}.cart-empty{text-align:center;padding:3rem 1rem}.cart-inner h1{margin-bottom:.25rem}.cart-count{color:var(--text-light);margin-bottom:1.5rem}.cart-layout{grid-template-columns:1.2fr 420px;align-items:start;gap:2rem;display:grid}.cart-list{background:var(--white);border-radius:var(--radius);box-shadow:var(--shadow);flex-direction:column;display:flex;overflow:hidden}.cart-item{border-bottom:1px solid var(--l-200);grid-template-columns:80px 1fr auto auto auto;align-items:center;gap:1rem;padding:1.25rem;display:grid}.cart-list .cart-item:last-child{border-bottom:none}.cart-item-image{object-fit:cover;border-radius:var(--radius-sm);width:80px;height:80px}.cart-item-info h3{margin:0 0 .25rem;font-size:1.05rem}.cart-item-price{color:var(--text-light);margin:0;font-size:.85rem}.cart-item-controls{align-items:center;gap:.5rem;display:flex}.cart-item-quantity{text-align:center;width:2ch;font-weight:600}.cart-item-subtotal{color:var(--p-800);margin:0;font-weight:700}.cart-summary{background:var(--white);border-radius:var(--radius);box-shadow:var(--shadow);padding:1.5rem;position:sticky;top:1.5rem}.cart-summary-title{color:var(--p-800);text-align:left;margin-bottom:1.25rem;font-size:1.25rem}.cart-summary-row{color:var(--text);justify-content:space-between;align-items:center;margin-bottom:.75rem;font-size:.95rem;display:flex}.cart-summary-row>span:first-child{color:var(--text-light)}.cart-summary-discount span:last-child{color:#16a34a;font-weight:600}.cart-summary-placeholder{color:var(--p-600);font-weight:600}.cart-summary-coupon-row{align-items:center}.cart-coupon-btn{border:1px solid var(--l-400);color:var(--p-700);background:var(--white);cursor:pointer;border-radius:9999px;padding:.3rem .9rem;font-size:.85rem;font-weight:600;transition:background .2s,border-color .2s}.cart-coupon-btn:hover{background:var(--l-100);border-color:var(--p-500)}.cart-summary-coupon-applied-group{align-items:center;gap:.6rem;display:flex}.cart-summary-coupon-applied{color:#16a34a;font-weight:600}.cart-coupon-remove-btn{color:var(--text-light);cursor:pointer;background:0 0;border:none;padding:0;font-size:.78rem;text-decoration:underline}.cart-coupon-remove-btn:hover{color:#ef4444}.cart-coupon-form{gap:.5rem;margin:-.25rem 0 .75rem;display:flex}.cart-coupon-input{border:1px solid var(--l-300);border-radius:var(--radius-sm);flex:1;padding:.5rem .75rem;font-size:.85rem}.cart-coupon-input:focus{border-color:var(--p-500);outline:none}.btn-coupon-apply{padding:.5rem 1rem;font-size:.85rem}.cart-summary-divider{background:var(--l-200);height:1px;margin:1rem 0}.cart-summary-total{color:var(--p-800);margin-bottom:1.25rem;font-size:1.15rem;font-weight:700}.cart-summary-final{color:var(--p-700);font-size:1.4rem}.cart-summary-actions{flex-direction:column;gap:.5rem;display:flex}.cart-summary-actions .btn{justify-content:center;width:100%}@media (width<=1024px){.cart-layout{grid-template-columns:1fr}.cart-summary{position:static}}@media (width<=640px){.cart-item{grid-template-columns:70px 1fr auto;row-gap:.75rem}.cart-item-subtotal,.btn-remove{justify-self:end}}.page-hero{text-align:center;justify-content:center;align-items:center;min-height:34vh;padding:2rem 1.25rem;display:flex;position:relative;overflow:hidden}.hero-collage{grid-template-rows:repeat(2,1fr);grid-template-columns:repeat(2,1fr);gap:.25rem;display:grid;position:absolute;inset:0}.hero-collage-item{overflow:hidden}.hero-collage-item img{object-fit:cover;filter:brightness(.85);width:100%;height:100%}.hero-overlay{z-index:1;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:linear-gradient(135deg,#6f45b3a6 0%,#8a53d68c 50%,#b088f973 100%);position:absolute;inset:0}.page-hero-content{z-index:1;max-width:760px;color:var(--white);position:relative}.page-hero-content h1{color:var(--white);text-shadow:0 2px 12px #4a3f5a66;margin-bottom:.6rem}.page-hero-subtitle{color:#ffffffeb;text-shadow:0 1px 8px #4a3f5a66;margin-bottom:0;font-size:1.15rem}@media (width<=640px){.page-hero{min-height:34vh}.page-hero-subtitle{font-size:1rem}}.catalog-layout{padding-top:1rem}.search-toolbar{flex-wrap:wrap;align-items:center;gap:1rem;margin-bottom:2rem;display:flex}.search-input-wrapper{flex:100%;min-width:100%;position:relative}.search-icon{color:var(--text-light);pointer-events:none;position:absolute;top:50%;left:.9rem;transform:translateY(-50%)}.search-input,.search-select{border:1px solid var(--l-300);border-radius:var(--radius-sm);background:var(--white);width:100%;color:var(--text);font:inherit;padding:.7rem 1rem .7rem 2.4rem}.search-select{flex:calc(50% - .5rem);padding-left:1rem}.search-input:focus,.search-select:focus{border-color:var(--p-500);outline:none;box-shadow:0 0 0 3px #b088f933}.catalog-grid-layout{grid-template-columns:220px 1fr;grid-template-areas:"filters search""filters products";align-items:start;gap:2rem;display:grid}.catalog-search{grid-area:search}.catalog-search .search-toolbar{margin-bottom:0}.filter-sidebar{background:var(--white);border:1px solid var(--l-300);border-radius:var(--radius);box-shadow:var(--shadow);grid-area:filters;max-height:calc(100vh - 110px);padding:1.25rem;position:sticky;top:90px;overflow-y:auto}.filter-title{margin-bottom:1rem;font-size:1.1rem}.filter-group{margin-bottom:1.5rem}.filter-group:last-child{margin-bottom:0}.filter-group-title{text-transform:uppercase;letter-spacing:.05em;color:var(--text-light);margin-bottom:.6rem;font-size:.85rem}.filter-list{flex-direction:column;gap:.5rem;margin:0;padding:0;list-style:none;display:flex}.filter-label{cursor:pointer;align-items:center;gap:.6rem;font-size:.95rem;display:flex}.filter-label input{accent-color:var(--p-600)}.catalog-products{grid-area:products;grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}.courses-catalog-products{grid-template-columns:repeat(3,1fr)}.view-toggle{border:1px solid var(--l-300);border-radius:var(--radius-sm);background:var(--white);justify-content:flex-end;width:fit-content;margin-bottom:1rem;margin-left:auto;display:flex;overflow:hidden}.view-btn{background:var(--l-100);width:48px;height:40px;color:var(--p-800);cursor:pointer;border:none;justify-content:center;align-items:center;transition:background .2s,color .2s;display:flex}.view-btn.active{background:var(--p-600);color:var(--white)}.view-btn:hover:not(.active){background:var(--l-300)}.courses-list{flex-direction:column;gap:1rem;display:flex}.course-card--list{flex-direction:row;align-items:stretch;max-width:100%}.course-card--list .course-card-image{border-bottom:none;border-right:1px solid var(--l-200);flex-shrink:0;width:220px}.course-card--list .course-card-body{flex:1;justify-content:center}.course-card--list .course-card-excerpt{max-width:520px}@media (width<=1024px){.catalog-grid-layout{grid-template-columns:1fr;grid-template-areas:"search""products""filters"}.catalog-search .search-toolbar{margin-bottom:0}.filter-sidebar{max-height:none;position:static}.catalog-products,.courses-catalog-products{grid-template-columns:repeat(2,1fr)}.course-card--list{flex-direction:column}.course-card--list .course-card-image{border-right:none;border-bottom:1px solid var(--l-200);width:100%}}@media (width<=640px){.catalog-products,.courses-catalog-products{grid-template-columns:1fr}}.modal-backdrop{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:200;background:#4a3f5a73;animation:.3s modal-fade-in;position:fixed;inset:0}.modal-panel{background:var(--white);border-radius:var(--radius);width:calc(100% - 2rem);max-width:460px;max-height:calc(100vh - 2rem);box-shadow:var(--shadow-lg);text-align:center;z-index:201;padding:2rem;animation:.35s forwards modal-pop-in;position:fixed;top:50%;left:50%;overflow-y:auto;transform:translate(-50%,-50%)}.modal-panel:has(.admin-form){text-align:left;max-width:640px}@keyframes modal-fade-in{0%{opacity:0}to{opacity:1}}@keyframes modal-pop-in{0%{opacity:0;transform:translate(-50%,calc(12px - 50%))scale(.95)}to{opacity:1;transform:translate(-50%,-50%)scale(1)}}.modal-close{color:var(--text-light);cursor:pointer;background:0 0;border:none;padding:.25rem;position:absolute;top:.75rem;right:.75rem}.modal-close:hover{color:var(--p-800)}.modal-cart h3,.modal-confirm h3{color:var(--p-800);margin-bottom:.75rem}.modal-cart p,.modal-confirm p{color:var(--text-light);margin-bottom:1.5rem}.modal-cart-actions,.modal-confirm-actions{flex-wrap:wrap;justify-content:center;gap:.75rem;display:flex}.modal-product-details{text-align:center}.modal-product-image{border-radius:var(--radius);width:100%;height:220px;margin-bottom:1.25rem;overflow:hidden}.modal-product-image img{object-fit:cover;width:100%;height:100%}.modal-product-details h3{color:var(--p-800);margin-bottom:.4rem}.modal-product-price{color:var(--p-700);margin-bottom:1rem;font-size:1.1rem;font-weight:700}.modal-product-details p{color:var(--text-light);margin-bottom:1rem}.footer{background:var(--l-100);border-top:1px solid var(--l-200);padding:2rem 1.25rem 1rem}.footer-inner{max-width:var(--max);grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;margin:0 auto;padding-bottom:2rem;display:grid}.footer-brand-link{align-items:center;gap:.75rem;margin-bottom:.75rem;text-decoration:none;display:flex}.footer-logo{width:auto;height:40px}.footer-brand-name{color:#08060d;font-family:var(--heading);letter-spacing:.04em;text-transform:uppercase;font-size:1.15rem;font-weight:600}.footer h4{text-transform:uppercase;letter-spacing:.05em;margin-bottom:.75rem;font-size:1rem}.footer p{color:var(--text-light);margin:0 0 .5rem;font-size:.95rem}.footer ul{margin:0;padding:0;list-style:none}.footer li{margin-bottom:.5rem}.footer a{color:var(--text);text-decoration:none;transition:color .2s,-webkit-text-decoration .2s,text-decoration .2s}.footer a:hover{color:var(--p-700);text-decoration:underline}.footer-bottom{text-align:center;border-top:1px solid var(--l-200);color:var(--text-light);padding-top:1.5rem;font-size:.9rem}.anim-reveal{opacity:0;transition:opacity .8s,transform .8s;transform:translateY(40px)}.anim-fade{opacity:0;transition:opacity .9s}.anim-scale{opacity:0;transition:opacity .7s,transform .7s;transform:scale(.96)}.anim-reveal.is-visible,.anim-fade.is-visible,.anim-scale.is-visible{opacity:1;transform:translateY(0)scale(1)}.animated-blob{filter:blur(70px);opacity:.35;z-index:0;pointer-events:none;border-radius:50%;animation:12s ease-in-out infinite float;position:absolute}.animated-blob-1{background:var(--l-300);width:320px;height:320px;animation-delay:0s;top:10%;left:-8%}.animated-blob-2{background:var(--p-500);opacity:.25;width:260px;height:260px;animation-delay:-4s;top:50%;right:-8%}.animated-blob-3{background:var(--l-400);opacity:.3;width:220px;height:220px;animation-delay:-8s;bottom:10%;left:25%}@keyframes float{0%,to{transform:translateY(0)scale(1)}50%{transform:translateY(-24px)scale(1.05)}}.section-tint{background:linear-gradient(180deg, var(--l-50) 0%, var(--l-100) 100%)}.section-highlight{background:linear-gradient(135deg, var(--l-100) 0%, var(--white) 50%, var(--l-200) 100%)}.products-grid{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}@media (width<=1024px){.products-grid{grid-template-columns:repeat(2,1fr);gap:1.75rem}}@media (width<=640px){.products-grid{grid-template-columns:1fr;gap:1.5rem}}.products-grid>div{height:100%}.product-card{background:var(--white);border-radius:var(--radius);border:1px solid var(--l-300);flex-direction:column;height:100%;transition:transform .3s,box-shadow .3s,border-color .3s;display:flex;overflow:hidden;box-shadow:0 4px 6px #6a37a30f,0 10px 25px #6a37a314,inset 0 0 0 1px #ffffff80}.product-card:hover{border-color:var(--p-500);transform:translateY(-6px);box-shadow:0 12px 30px #6a37a324,0 4px 10px #6a37a314,inset 0 0 0 1px #ffffff80}.product-card-image{aspect-ratio:1;background:var(--l-100);border-bottom:1px solid var(--l-200);overflow:hidden}.product-card-image img{object-fit:cover;width:100%;height:100%;transition:transform .4s}.product-card:hover .product-card-image img{transform:scale(1.05)}.product-card-body{flex-direction:column;flex:1;padding:1rem;display:flex}.product-card-title{color:var(--p-800);margin-bottom:.4rem;font-size:1rem}.product-card-price{color:var(--p-700);margin-bottom:.75rem;font-size:1.1rem;font-weight:700}.product-card-actions{flex-wrap:wrap;gap:.5rem;margin-top:auto;display:flex}.product-card-actions .btn{flex:1;min-width:80px;padding:.45rem .75rem;font-size:.9rem}.products-list{flex-direction:column;gap:1rem;display:flex}.product-card--list{flex-direction:row;align-items:stretch;max-width:100%}.product-card--list .product-card-image{border-bottom:none;border-right:1px solid var(--l-200);flex-shrink:0;width:220px}.product-card--list .product-card-body{flex:1;justify-content:center}@media (width<=900px){.product-card--list{flex-direction:column}.product-card--list .product-card-image{border-right:none;border-bottom:1px solid var(--l-200);width:100%}}.whatsapp-btn{z-index:150;width:56px;height:56px;color:var(--white);box-shadow:var(--shadow-lg);cursor:pointer;background:linear-gradient(135deg,#25d366,#1ebc57);border:none;border-radius:50%;place-items:center;transition:transform .2s,box-shadow .2s;display:grid;position:fixed;bottom:1.5rem;right:1.5rem}.whatsapp-btn:hover{transform:scale(1.08);box-shadow:0 15px 35px #25d3664d}.contact-page{text-align:left}.contact-grid{grid-template-columns:1.2fr 1fr;align-items:start;gap:3rem;display:grid}@media (width<=900px){.contact-grid{grid-template-columns:1fr;gap:2.5rem}}.contact-form{background:var(--white);border-radius:var(--radius);box-shadow:var(--shadow);border:1px solid var(--l-300);padding:2rem}.contact-field{margin-bottom:1.25rem}.contact-field label{color:var(--p-800);margin-bottom:.4rem;font-size:.95rem;font-weight:600;display:block}.contact-field input,.contact-field textarea{border:1px solid var(--l-300);border-radius:var(--radius-sm);background:var(--l-50);width:100%;color:var(--text);font:inherit;padding:.75rem 1rem;transition:border-color .2s,box-shadow .2s}.contact-field input:focus,.contact-field textarea:focus{border-color:var(--p-500);outline:none;box-shadow:0 0 0 3px #b088f933}.contact-info{background:var(--white);border-radius:var(--radius);box-shadow:var(--shadow);border:1px solid var(--l-300);padding:2rem}.contact-info h2,.contact-info h3{margin-bottom:1.25rem}.contact-list{margin:0 0 2rem;padding:0;list-style:none}.contact-item{border-bottom:1px solid var(--l-200);align-items:flex-start;gap:1rem;padding:.8rem 0;display:flex}.contact-item:last-child{border-bottom:none}.contact-icon{color:var(--p-700);margin-top:.15rem}.contact-label{text-transform:uppercase;letter-spacing:.05em;color:var(--text-light);margin:0 0 .2rem;font-size:.8rem}.contact-value{color:var(--text);margin:0;font-weight:500}.social-list{flex-wrap:wrap;gap:.75rem;display:flex}.social-link{border:1px solid var(--l-300);border-radius:var(--radius-sm);background:var(--l-50);color:var(--text);font:inherit;cursor:not-allowed;opacity:.8;align-items:center;gap:.5rem;padding:.6rem 1rem;font-size:.9rem;transition:background .2s,color .2s;display:flex}.social-link:hover{background:var(--l-200);color:var(--p-800)}.auth-inner{justify-content:center;align-items:center;min-height:70vh;display:flex}.auth-card{background:var(--white);border:1px solid var(--l-300);border-radius:var(--radius);box-shadow:var(--shadow);text-align:center;width:100%;max-width:420px;padding:2.5rem}.auth-card h1{margin-bottom:1.5rem}.auth-tabs{border-bottom:2px solid var(--l-200);gap:.5rem;margin-bottom:1.5rem;display:flex}.auth-tab{color:var(--text-light);cursor:pointer;background:0 0;border:none;border-bottom:2px solid #0000;flex:1;margin-bottom:-2px;padding:.7rem;font-weight:600;transition:color .2s,border-color .2s}.auth-tab.active{color:var(--p-700);border-bottom-color:var(--p-700)}.auth-form{text-align:left;margin-bottom:1.25rem}.auth-field{margin-bottom:1.2rem}.auth-field label{color:var(--p-800);margin-bottom:.4rem;font-size:.95rem;font-weight:600;display:block}.auth-field input{border:1px solid var(--l-300);border-radius:var(--radius-sm);background:var(--l-50);width:100%;color:var(--text);font:inherit;padding:.75rem 1rem;transition:border-color .2s,box-shadow .2s}.auth-field input:focus{border-color:var(--p-500);outline:none;box-shadow:0 0 0 3px #b088f933}.auth-submit{width:100%;margin-top:.5rem}.auth-hint{color:var(--text-light);margin-bottom:1.25rem;font-size:.95rem}.auth-switch{color:var(--p-700);font:inherit;cursor:pointer;background:0 0;border:none;font-weight:600;text-decoration:underline}.admin-page{padding:2rem 0}.admin-page h1,.admin-page h2,.admin-page h3{font-family:var(--sans)}.admin-loading{color:var(--text-light);flex-direction:column;align-items:center;gap:.75rem;padding:3rem 0;display:flex}.spin{animation:1s linear infinite spin}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.admin-header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:2rem;display:flex}.admin-header h1{color:var(--p-800);align-items:center;gap:.6rem;margin:0;font-size:1.6rem;font-weight:700;display:flex}.admin-table-wrap{background:var(--white);border-radius:.75rem;overflow-x:auto;box-shadow:0 1px 4px #0000000f}.admin-table{border-collapse:collapse;width:100%;min-width:700px}.admin-table thead{background:var(--p-50,#f5f3f7)}.admin-table th{text-align:left;text-transform:uppercase;letter-spacing:.04em;color:var(--p-700);border-bottom:2px solid var(--p-100,#ebe7ef);padding:.85rem 1rem;font-size:.8rem;font-weight:700}.admin-table td{color:var(--p-800);border-bottom:1px solid var(--p-50,#f5f3f7);padding:.75rem 1rem;font-size:.9rem}.admin-table tbody tr:last-child td{border-bottom:none}.admin-table tbody tr:hover{background:var(--p-50,#fafafa)}.admin-table-img{object-fit:cover;border:1px solid var(--p-100,#ebe7ef);border-radius:.5rem;width:48px;height:48px}.admin-table-actions{gap:.5rem;display:flex}.admin-action-btn{cursor:pointer;border:none;border-radius:.5rem;justify-content:center;align-items:center;width:34px;height:34px;transition:background .2s,color .2s;display:inline-flex}.admin-action-btn.edit{background:var(--l-200,#e0e7ff);color:var(--l-700,#4338ca)}.admin-action-btn.edit:hover{background:var(--l-300,#c7d2fe)}.admin-action-btn.delete{color:#dc2626;background:#fee2e2}.admin-action-btn.delete:hover{background:#fecaca}.admin-form{flex-direction:column;gap:1rem;margin-top:1rem;display:flex}.admin-form-field{flex-direction:column;gap:.4rem;display:flex}.admin-form-field label{color:var(--p-700);font-size:.85rem;font-weight:600}.admin-form-field input,.admin-form-field textarea,.admin-form-field select{border:1px solid var(--p-100,#ebe7ef);font:inherit;color:var(--p-800);background:var(--white);border-radius:.5rem;padding:.6rem .8rem;font-size:.9rem;transition:border-color .2s}.admin-form-field input:focus,.admin-form-field textarea:focus,.admin-form-field select:focus{border-color:var(--p-500,#7a6295);outline:none;box-shadow:0 0 0 3px #7a629526}.admin-form-row{gap:1rem;display:flex}.admin-form-row .admin-form-field{flex:1}@media (width<=600px){.admin-form-row{flex-direction:column}}.btn-danger{color:var(--white);background:#dc2626;border:none}.btn-danger:hover{background:#b91c1c}.header-user-name{color:var(--p-700);white-space:nowrap;font-size:.85rem;font-weight:600}.admin-cards-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem;display:grid}.admin-card{background:var(--white);border:1px solid var(--l-200,#ebe7ef);border-radius:.75rem;transition:box-shadow .2s,transform .2s;overflow:hidden;box-shadow:0 1px 4px #0000000d}.admin-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}.admin-card-img-wrap{height:180px;position:relative;overflow:hidden}.admin-card-img{object-fit:cover;width:100%;height:100%}.admin-card-actions{gap:.4rem;display:flex;position:absolute;top:.5rem;right:.5rem}.admin-card-body{padding:1rem 1.25rem 1.25rem}.admin-card-badge{text-transform:uppercase;letter-spacing:.04em;background:var(--l-100,#f5f3f7);color:var(--p-700);border-radius:9999px;margin-bottom:.6rem;padding:.2rem .6rem;font-size:.7rem;font-weight:700;display:inline-block}.admin-card-body h3{color:var(--p-800);margin:0 0 .3rem;font-size:1rem;font-weight:700;line-height:1.3}.admin-card-cat{color:var(--text-light);margin:0 0 .6rem;font-size:.8rem}.admin-card-excerpt{color:var(--text);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0 0 1rem;font-size:.85rem;line-height:1.4;display:-webkit-box;overflow:hidden}.admin-card-footer{border-top:1px solid var(--l-100,#f5f3f7);justify-content:space-between;align-items:center;padding-top:.75rem;display:flex}.admin-card-price{color:var(--p-700);font-size:1.1rem;font-weight:700}.admin-card-duration{color:var(--text-light);font-size:.8rem}.admin-pagination{flex-wrap:wrap;justify-content:center;align-items:center;gap:1rem;margin-top:1.5rem;display:flex}.admin-page-count{color:var(--text-light);margin-right:auto;font-size:.85rem}.admin-search-bar{border:1px solid var(--l-200,#ebe7ef);background:var(--white);border-radius:.5rem;align-items:center;gap:.6rem;margin-bottom:1.5rem;padding:.6rem 1rem;transition:border-color .2s;display:flex}.admin-search-bar:focus-within{border-color:var(--p-500,#7a6295)}.admin-search-bar svg{color:var(--text-light);flex-shrink:0}.admin-search-bar input{font:inherit;color:var(--p-800);background:0 0;border:none;outline:none;flex:1;font-size:.9rem}.admin-page-btn{border:1px solid var(--l-200,#ebe7ef);background:var(--white);width:38px;height:38px;color:var(--p-700);cursor:pointer;border-radius:.5rem;justify-content:center;align-items:center;transition:background .2s,border-color .2s;display:inline-flex}.admin-page-btn:hover:not(:disabled){background:var(--l-100,#f5f3f7);border-color:var(--p-300,#b8a8c8)}.admin-page-btn:disabled{opacity:.4;cursor:not-allowed}.admin-page-info{color:var(--p-700);font-size:.9rem;font-weight:600}.admin-ajustes-grid{grid-template-columns:1fr 1fr;gap:1.5rem;display:grid}@media (width<=768px){.admin-ajustes-grid{grid-template-columns:1fr}}.admin-ajustes-box{background:var(--white);border:1px solid var(--l-200,#ebe7ef);border-radius:.75rem;overflow:hidden;box-shadow:0 1px 4px #0000000d}.admin-ajustes-box-header{border-bottom:1px solid var(--l-100,#f5f3f7);background:var(--p-50,#fafafa);justify-content:space-between;align-items:center;padding:1rem 1.25rem;display:flex}.admin-ajustes-box-header h2{color:var(--p-800);align-items:center;gap:.5rem;margin:0;font-size:1.1rem;font-weight:700;display:flex}.admin-ajustes-list{max-height:400px;margin:0;padding:0;list-style:none;overflow-y:auto}.admin-ajustes-item{border-bottom:1px solid var(--l-50,#faf8fc);align-items:center;gap:.75rem;padding:.75rem 1.25rem;transition:background .2s;display:flex}.admin-ajustes-group{border-bottom:1px solid var(--l-100,#f5f3f7)}.admin-ajustes-group:last-child{border-bottom:none}.admin-ajustes-group-title{text-transform:uppercase;letter-spacing:.04em;color:var(--p-600);background:var(--l-50,#fbf7ff);padding:.6rem 1.25rem;font-size:.8rem;font-weight:700}.admin-ajustes-sublist{margin:0;padding:0;list-style:none}.admin-ajustes-item:last-child{border-bottom:none}.admin-ajustes-item:hover{background:var(--p-50,#fafafa)}.admin-ajustes-item-info{flex-direction:column;flex:1;gap:.15rem;display:flex}.admin-ajustes-item-name{color:var(--p-800);font-size:.9rem;font-weight:600}.admin-ajustes-item-count{color:var(--text-light);font-size:.75rem}.admin-ajustes-item-cat{color:var(--p-600);font-size:.75rem;font-weight:500}.admin-ajustes-empty{text-align:center;color:var(--text-light);padding:2rem 1.25rem;font-size:.9rem}.pedidos-container{background:var(--white);border:1px solid var(--l-200,#ebe7ef);border-radius:.9rem;padding:1.25rem;box-shadow:0 1px 4px #0000000d}.pedidos-container-header{margin-bottom:1rem}.pedidos-list{flex-direction:column;gap:1rem;display:flex}.pedido-card{background:var(--l-50,#fbf7ff);border:1px solid var(--l-200,#ebe7ef);border-radius:.75rem;overflow:hidden}.pedido-card-header{border-bottom:1px solid var(--l-100,#f5f3f7);background:var(--white);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.75rem;padding:.75rem 1rem;display:flex}.pedido-card-title{color:var(--p-700);align-items:flex-start;gap:.6rem;display:flex}.pedido-card-title h3{font-family:var(--sans);color:var(--p-800);margin:0 0 .15rem;font-size:1.05rem;font-weight:700}.pedido-card-date{color:var(--text-light);align-items:center;gap:.35rem;font-size:.8rem;display:flex}.pedido-card-controls{flex-wrap:wrap;align-items:center;gap:.6rem;display:flex}.pedido-badge{white-space:nowrap;border-radius:9999px;padding:.35rem .8rem;font-size:.78rem;font-weight:600}.pedido-badge-exitoso{color:#16a34a;background:#dcfce7}.pedido-badge-pendiente{color:#ca8a04;background:#fef9c3}.pedido-status-select{border:1px solid var(--l-300,#e0ccfd);background:var(--l-100,#f5efff);color:var(--p-700);cursor:pointer;border-radius:9999px;padding:.4rem .8rem;font-size:.82rem;font-weight:600}.pedido-cliente{background:var(--p-50,#f5f3f7);border-radius:.5rem;padding:.85rem 1rem}.pedido-sections{flex-direction:column;gap:.75rem;padding:.75rem;display:flex}.pedido-cliente h4,.pedido-progress h4,.pedido-productos h4{font-family:var(--sans);color:var(--p-800);margin:0 0 .75rem;font-size:.9rem;font-weight:700}.pedido-cliente-grid{grid-template-columns:1fr 1fr;gap:.4rem 1.5rem;display:grid}.pedido-cliente-grid p{color:var(--text);margin:.25rem 0;font-size:.85rem}.pedido-cliente-grid p span{color:var(--text-light);font-weight:500}@media (width<=600px){.pedido-cliente-grid{grid-template-columns:1fr}}.pedido-progress{background:var(--p-50,#f5f3f7);border-radius:.5rem;padding:.85rem 1rem}.pedido-progress-steps{justify-content:space-between;align-items:flex-start;gap:.5rem;display:flex}.pedido-progress-step{text-align:center;flex-direction:column;flex:1;align-items:center;gap:.5rem;display:flex}.pedido-progress-icon{background:var(--l-100,#f5efff);width:38px;height:38px;color:var(--text-light);border-radius:50%;justify-content:center;align-items:center;display:flex}.pedido-progress-icon.done{color:var(--white);background:#22c55e}.pedido-progress-icon.current{color:var(--white);background:#f97316}.pedido-progress-label{color:var(--text-light);font-size:.78rem;font-weight:500}.pedido-progress-label.current{color:#f97316;font-weight:700}.pedido-productos{background:var(--white);padding:.85rem 1rem}.pedido-producto-item{border-bottom:1px solid var(--l-100,#f5f3f7);align-items:center;gap:.9rem;padding:.6rem 0;display:flex}.pedido-producto-item:last-child{border-bottom:none}.pedido-producto-item img{object-fit:cover;border:1px solid var(--l-200,#ebe7ef);border-radius:.5rem;width:48px;height:48px}.pedido-producto-info{flex-direction:column;flex:1;gap:.15rem;display:flex}.pedido-producto-nombre{color:var(--p-800);font-size:.9rem;font-weight:600}.pedido-producto-variante{color:#f97316;font-size:.78rem;font-weight:500}.pedido-producto-cantidad{color:var(--text-light);font-size:.78rem}.pedido-producto-precio{color:var(--p-800);font-size:.9rem;font-weight:700}.pedido-footer{background:var(--l-100,#f5efff);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.6rem;padding:.75rem 1rem;display:flex}.pedido-footer-info{flex-direction:column;gap:.3rem;display:flex}.pedido-footer-info span{color:var(--text-light);align-items:center;gap:.4rem;font-size:.8rem;display:flex}.pedido-total{color:#f97316;font-size:1.05rem;font-weight:700}.product-detail-page{background:var(--l-50,#f5efff);padding:1.5rem 0 3rem}.pd-breadcrumb{color:var(--text-light);flex-wrap:wrap;align-items:center;gap:.35rem;margin-bottom:1.25rem;font-size:.8rem;display:flex}.pd-breadcrumb a{color:var(--p-600);text-decoration:none;transition:color .2s}.pd-breadcrumb a:hover{color:var(--p-800)}.pd-breadcrumb-current{color:var(--text);font-weight:500}.pd-grid{grid-template-columns:1.2fr 1fr;align-items:start;gap:1.25rem;display:grid}.pd-left-col,.pd-right-col{flex-direction:column;gap:1.25rem;display:flex}@media (width<=768px){.pd-grid{grid-template-columns:1fr}}@media (width<=480px){.pd-grid,.pd-left-col,.pd-right-col{gap:1rem}.pd-info{padding:1rem}.pd-title{font-size:1.15rem}.pd-price{font-size:1.6rem}.pd-gallery-main img{aspect-ratio:4/3}.pd-description-section{padding:1.25rem 1rem}.pd-description-section h2{font-size:1.05rem}.pd-description-section p{font-size:.85rem}.pd-features li{font-size:.8rem}.pd-sidebar-card{padding:.85rem 1rem}.pd-sidebar-card h3{font-size:.88rem}.pd-sidebar-card p{font-size:.78rem}.pd-related{padding:1.25rem 1rem}.pd-related h2{font-size:1.05rem}.pd-breadcrumb{font-size:.72rem}.pd-quantity-row{flex-wrap:wrap}.pd-btn-cart,.pd-btn-buy{font-size:.88rem}}.pd-gallery-main{background:var(--white);border-radius:.75rem;position:relative;overflow:hidden;box-shadow:0 1px 4px #0000000f}.pd-gallery-main img{aspect-ratio:1;object-fit:cover;width:100%;height:auto;display:block}.pd-like-btn{width:40px;height:40px;color:var(--text-light);cursor:pointer;background:#ffffffe6;border:none;border-radius:50%;justify-content:center;align-items:center;transition:all .2s;display:flex;position:absolute;top:.75rem;right:.75rem;box-shadow:0 1px 3px #0000001a}.pd-like-btn:hover{background:var(--white);color:#ef4444}.pd-like-btn.active{color:#ef4444}.pd-info{background:var(--white);border-radius:.75rem;padding:1.25rem;box-shadow:0 1px 4px #0000000f}.pd-category-tag{color:var(--p-600);background:var(--l-100,#f5efff);border-radius:9999px;margin-bottom:.6rem;padding:.25rem .7rem;font-size:.75rem;font-weight:600;display:inline-block}.pd-title{font-family:var(--sans);color:var(--text);margin:0 0 .5rem;font-size:1.35rem;font-weight:700;line-height:1.3}.pd-brand{color:var(--text-light);align-items:center;gap:.4rem;margin-bottom:1.25rem;font-size:.85rem;display:flex}.pd-price-block{border-bottom:1px solid var(--l-100,#f5f3f7);align-items:baseline;gap:.75rem;margin-bottom:1.25rem;padding-bottom:1.25rem;display:flex}.pd-price{color:var(--p-700);margin:0;font-size:2rem;font-weight:700}.pd-stock{color:#16a34a;align-items:center;gap:.3rem;font-size:.82rem;font-weight:600;display:flex}.pd-quantity-row{align-items:center;gap:.75rem;margin-bottom:1.25rem;display:flex}.pd-quantity-row label{color:var(--text);font-size:.9rem;font-weight:600}.pd-quantity-controls{border:1px solid var(--l-300,#e0ccfd);border-radius:.5rem;align-items:center;gap:0;display:flex;overflow:hidden}.pd-quantity-controls button{background:var(--l-50,#fbf7ff);width:36px;height:36px;color:var(--p-700);cursor:pointer;border:none;justify-content:center;align-items:center;transition:background .2s;display:flex}.pd-quantity-controls button:hover{background:var(--l-100,#f5efff)}.pd-quantity-controls span{min-width:40px;height:36px;color:var(--text);justify-content:center;align-items:center;font-size:.9rem;font-weight:700;display:flex}.pd-unit-price{color:var(--text-light);font-size:.8rem}.pd-actions{flex-direction:column;gap:.6rem;margin-bottom:1.25rem;display:flex}.pd-btn-cart,.pd-btn-buy{justify-content:center;width:100%}.pd-btn-buy{background:#f97316;border-color:#f97316}.pd-btn-buy:hover{background:#ea580c;border-color:#ea580c}.pd-share-row{border-top:1px solid var(--l-100,#f5f3f7);gap:1rem;padding-top:1rem;display:flex}.pd-share-btn{color:var(--p-600);cursor:pointer;background:0 0;border:none;align-items:center;gap:.4rem;font-size:.82rem;transition:color .2s;display:flex}.pd-share-btn:hover{color:var(--p-800)}.pd-sidebar{flex-direction:column;gap:1rem;display:flex}.pd-sidebar-card{background:var(--white);border-radius:.75rem;padding:1rem 1.25rem;box-shadow:0 1px 4px #0000000f}.pd-sidebar-card h3{font-family:var(--sans);color:var(--p-800);align-items:center;gap:.5rem;margin:0 0 .5rem;font-size:.95rem;font-weight:700;display:flex}.pd-sidebar-card p{color:var(--text-light);margin:0 0 .5rem;font-size:.82rem;line-height:1.4}.pd-sidebar-free{color:#16a34a;font-size:.8rem;font-weight:600;display:block}.pd-seller-link{color:var(--p-600);font-size:.82rem;font-weight:600;text-decoration:none}.pd-seller-link:hover{color:var(--p-800)}.pd-description-section{background:var(--white);border-radius:.75rem;padding:1.5rem 1.75rem;box-shadow:0 1px 4px #0000000f}.pd-description-section h2{font-family:var(--sans);color:var(--p-800);margin:0 0 1rem;font-size:1.15rem;font-weight:700}.pd-description-section p{color:var(--text);margin:0 0 .75rem;font-size:.9rem;line-height:1.6}.pd-features{grid-template-columns:1fr 1fr;gap:.5rem;margin:1rem 0 0;padding:0;list-style:none;display:grid}@media (width<=600px){.pd-features{grid-template-columns:1fr}}.pd-features li{color:var(--text);align-items:center;gap:.5rem;font-size:.85rem;display:flex}.pd-features li svg{color:#16a34a;flex-shrink:0}.pd-related{background:var(--white);border-radius:.75rem;margin-top:1.25rem;padding:1.5rem 1.75rem;box-shadow:0 1px 4px #0000000f}.pd-related h2{font-family:var(--sans);color:var(--p-800);margin:0 0 1.25rem;font-size:1.15rem;font-weight:700}.pd-related-grid{grid-template-columns:repeat(4,1fr);gap:1rem;display:grid}@media (width<=768px){.pd-related-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=480px){.pd-related-grid{grid-template-columns:1fr}}.course-detail-page{background:var(--l-50,#f5efff)}.course-hero{align-items:flex-end;min-height:380px;display:flex;position:relative;overflow:hidden}@media (width<=768px){.course-hero{min-height:300px}}@media (width<=480px){.course-hero{min-height:260px}}.course-hero-bg{z-index:0;position:absolute;inset:0}.course-hero-bg img{object-fit:cover;width:100%;height:100%}.course-hero-overlay{z-index:1;background:linear-gradient(#0000004d 0%,#000000b3 100%);position:absolute;inset:0}.course-hero-content{z-index:2;padding-top:2rem;padding-bottom:2.5rem;position:relative}@media (width<=768px){.course-hero-content{padding-top:1.5rem;padding-bottom:1.75rem}.course-hero-content h1{font-size:1.5rem}.course-hero-excerpt{font-size:.9rem}.course-hero-meta{gap:1rem}.course-hero-meta span{font-size:.78rem}}@media (width<=480px){.course-hero-content h1{font-size:1.25rem}.course-hero-excerpt{margin-bottom:1rem;font-size:.85rem}.course-hero-meta{gap:.75rem}.course-hero-content .pd-breadcrumb{font-size:.72rem}}.course-hero-content .pd-breadcrumb{color:#fffc;margin-bottom:1rem}.course-hero-content .pd-breadcrumb a{color:#ffffffe6}.course-hero-content .pd-breadcrumb a:hover,.course-hero-content .pd-breadcrumb-current{color:#fff}.course-hero-tag{color:#fff;background:#9a6aeacc;border-radius:9999px;margin-bottom:.75rem;padding:.25rem .7rem;font-size:.75rem;font-weight:600;display:inline-block}.course-hero-content h1{font-family:var(--sans);color:#fff;max-width:700px;margin:0 0 .75rem;font-size:2rem;font-weight:700;line-height:1.2}.course-hero-excerpt{color:#ffffffe6;max-width:600px;margin:0 0 1.25rem;font-size:1rem;line-height:1.5}.course-hero-meta{flex-wrap:wrap;align-items:center;gap:1.5rem;display:flex}.course-hero-meta span{color:#ffffffe6;align-items:center;gap:.4rem;font-size:.85rem;font-weight:500;display:flex}.course-detail-grid-2{grid-template-columns:1fr 340px;align-items:start;gap:1.5rem;padding:1.5rem 0 3rem;display:grid}@media (width<=900px){.course-detail-grid-2{grid-template-columns:1fr}}@media (width<=480px){.course-detail-grid-2{gap:1rem;padding:1rem 0 2rem}.course-detail-main{gap:1rem}.course-detail-card{padding:1.25rem 1rem}.course-detail-card h2{font-size:1.05rem}.course-detail-card p{font-size:.85rem}.course-carousel-track{aspect-ratio:4/3}.course-carousel-btn{width:32px;height:32px}.course-enroll-card{padding:1.25rem 1rem}.course-enroll-price{font-size:1.6rem}.course-enroll-info-row{font-size:.8rem}.course-temario-header{padding:.7rem 0}.course-temario-title{font-size:.85rem}.course-temario-count{font-size:.72rem}.course-includes-list li{font-size:.82rem}}.course-detail-main{flex-direction:column;gap:1.25rem;display:flex}.course-carousel{background:var(--white);border-radius:.75rem;position:relative;overflow:hidden;box-shadow:0 1px 4px #0000000f}.course-carousel-track{aspect-ratio:16/9;width:100%;overflow:hidden}.course-carousel-track img{object-fit:cover;width:100%;height:100%;display:block}.course-carousel-btn{width:40px;height:40px;color:var(--p-700);cursor:pointer;z-index:2;background:#ffffffe6;border:none;border-radius:50%;justify-content:center;align-items:center;transition:all .2s;display:flex;position:absolute;top:50%;transform:translateY(-50%);box-shadow:0 1px 4px #00000026}.course-carousel-btn:hover{background:var(--white);color:var(--p-800)}.course-carousel-btn.prev{left:.75rem}.course-carousel-btn.next{right:.75rem}.course-carousel-dots{z-index:2;gap:.4rem;display:flex;position:absolute;bottom:.75rem;left:50%;transform:translate(-50%)}.course-carousel-dot{cursor:pointer;background:#ffffff80;border:none;border-radius:50%;width:8px;height:8px;padding:0;transition:all .2s}.course-carousel-dot.active{background:var(--white);border-radius:9999px;width:24px}.course-detail-card{background:var(--white);border-radius:.75rem;padding:1.5rem 1.75rem;box-shadow:0 1px 4px #0000000f}.course-detail-card h2{font-family:var(--sans);color:var(--p-800);margin:0 0 1rem;font-size:1.15rem;font-weight:700}.course-detail-card p{color:var(--text);margin:0;font-size:.9rem;line-height:1.6}.course-temario{flex-direction:column;gap:0;display:flex}.course-temario-item{border-bottom:1px solid var(--l-100,#f5f3f7)}.course-temario-item:last-child{border-bottom:none}.course-temario-header{align-items:center;gap:.75rem;padding:.85rem 0;display:flex}.course-temario-num{background:var(--l-100,#f5efff);width:28px;height:28px;color:var(--p-700);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:.8rem;font-weight:700;display:flex}.course-temario-title{color:var(--text);flex:1;font-size:.9rem;font-weight:600}.course-temario-count{color:var(--text-light);font-size:.78rem}.course-includes-list{grid-template-columns:1fr 1fr;gap:.75rem;margin:0;padding:0;list-style:none;display:grid}@media (width<=600px){.course-includes-list{grid-template-columns:1fr}}.course-includes-list li{color:var(--text);align-items:center;gap:.6rem;font-size:.88rem;display:flex}.course-includes-list li svg{color:var(--p-600);flex-shrink:0}.course-detail-sidebar{position:sticky;top:90px}.course-enroll-card{background:var(--white);border-radius:.75rem;padding:1.5rem;box-shadow:0 2px 8px #00000014}.course-enroll-price{color:var(--p-700);margin:0 0 .5rem;font-size:2rem;font-weight:700}.course-enroll-stock{color:#16a34a;align-items:center;gap:.3rem;margin-bottom:1.25rem;font-size:.82rem;font-weight:600;display:flex}.course-enroll-btn{justify-content:center;width:100%;margin-bottom:.75rem}.course-enroll-back{text-align:center;color:var(--p-600);font-size:.85rem;font-weight:600;text-decoration:none;transition:color .2s;display:block}.course-enroll-back:hover{color:var(--p-800)}.course-enroll-divider{background:var(--l-100,#f5f3f7);height:1px;margin:1.25rem 0}.course-enroll-info{flex-direction:column;gap:.75rem;display:flex}.course-enroll-info-row{color:var(--text);align-items:center;gap:.6rem;font-size:.85rem;display:flex}.course-enroll-info-row svg{color:var(--p-600);flex-shrink:0}
