@import "https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,300..800;1,300..800&display=swap";:root{--bg-color:#f8fafc;--surface-color:#fff;--card-bg:#ffffffd9;--card-border:#0000000f;--card-hover-border:#0000001f;--text-primary:#0f172a;--text-secondary:#475569;--accent:#2563eb;--accent-light:#3b82f6;--accent-soft:#eff6ff;--accent-glow:#2563eb26;--font-family:"Plus Jakarta Sans", system-ui, -apple-system, sans-serif}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{background-color:var(--bg-color);color:var(--text-primary);font-family:var(--font-family);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-weight:400;line-height:1.6}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}button{cursor:pointer;font-family:inherit}h1,h2,h3,h4,h5,h6{letter-spacing:-.02em;color:var(--text-primary);font-weight:600;line-height:1.2}.text-gradient{background:linear-gradient(135deg,#2563eb 0%,#0ea5e9 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 2rem}.glass-panel{background:var(--card-bg);border:1px solid var(--card-border);-webkit-backdrop-filter:blur(16px);border-radius:14px;transition:border-color .3s,box-shadow .3s;box-shadow:0 4px 6px -1px #0000000a,0 2px 4px -2px #0000000a}.glass-panel:hover{border-color:var(--card-hover-border);box-shadow:0 12px 24px -4px #00000012,0 4px 8px -4px #0000000a}.btn{cursor:pointer;white-space:nowrap;border:1.5px solid #0000;border-radius:9px;justify-content:center;align-items:center;gap:.5rem;padding:.7rem 1.4rem;font-family:inherit;font-size:.875rem;font-weight:600;line-height:1;transition:all .2s;display:inline-flex}.btn-primary{color:#fff;box-shadow:0 4px 12px var(--accent-glow);background:linear-gradient(135deg,#2563eb 0%,#0ea5e9 100%);border-color:#0000}.btn-primary:hover{opacity:.92;transform:translateY(-1px);box-shadow:0 6px 18px #2563eb47}.btn-secondary{color:var(--text-primary);background:#fff;border-color:#0000001a;box-shadow:0 1px 3px #0000000a}.btn-secondary:hover{background:var(--bg-color);border-color:#00000029;transform:translateY(-1px)}.badge{text-transform:uppercase;letter-spacing:.07em;background:var(--accent-soft);color:var(--accent);border-radius:9999px;padding:.25rem .75rem;font-size:.7rem;font-weight:600;display:inline-block}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.animate-fade-in{animation:.7s ease-out both fadeIn}.flex{display:flex}.inline-flex{display:inline-flex}.grid{display:grid}.block{display:block}.hidden{display:none}.flex-col{flex-direction:column}.flex-row{flex-direction:row}.flex-grow{flex-grow:1}.flex-shrink-0{flex-shrink:0}.flex-wrap{flex-wrap:wrap}.items-center{align-items:center}.items-start{align-items:flex-start}.items-end{align-items:flex-end}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.justify-end{justify-content:flex-end}.mt-auto{margin-top:auto}.gap-1{gap:.25rem}.gap-2{gap:.5rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.gap-6{gap:1.5rem}.gap-8{gap:2rem}.gap-12{gap:3rem}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.relative{position:relative}.absolute{position:absolute}.sticky{position:sticky}.fixed{position:fixed}.inset-0{inset:0}.z-0{z-index:0}.z-10{z-index:10}.z-20{z-index:20}.z-50{z-index:50}.w-full{width:100%}.h-full{height:100%}.h-screen{height:100vh}.min-h-screen{min-height:100vh}.w-12{width:3rem}.h-12{height:3rem}.overflow-hidden{overflow:hidden}.text-center{text-align:center}.text-right{text-align:right}.text-xs{font-size:.75rem}.text-sm{font-size:.875rem}.text-base{font-size:1rem}.text-lg{font-size:1.125rem}.text-xl{font-size:1.25rem}.text-2xl{font-size:1.5rem}.text-3xl{font-size:1.875rem}.text-4xl{font-size:2.25rem}.text-5xl{font-size:3rem}.text-6xl{font-size:3.75rem}.text-7xl{font-size:4.5rem}.font-normal{font-weight:400}.font-medium{font-weight:500}.font-semibold{font-weight:600}.font-bold{font-weight:700}.leading-none{line-height:1}.leading-tight{line-height:1.25}.leading-snug{line-height:1.375}.leading-normal{line-height:1.5}.leading-relaxed{line-height:1.625}.tracking-normal{letter-spacing:0}.tracking-wide{letter-spacing:.05em}.uppercase{text-transform:uppercase}.lowercase{text-transform:lowercase}.capitalize{text-transform:capitalize}.text-primary{color:var(--text-primary)}.text-secondary{color:var(--text-secondary)}.text-white{color:#fff}.bg-white{background-color:#fff}.bg-gray-50{background-color:#f8fafc}.bg-gray-200{background-color:#e2e8f0}.rounded{border-radius:6px}.rounded-md{border-radius:8px}.rounded-lg{border-radius:10px}.rounded-xl{border-radius:12px}.rounded-2xl{border-radius:16px}.rounded-full{border-radius:9999px}.border-t{border-top:1px solid var(--card-border)}.border-b{border-bottom:1px solid var(--card-border)}.border-card{border:1px solid var(--card-border)}.border-t-card{border-top:1px solid var(--card-border)}.shadow-sm{box-shadow:0 1px 3px #0000000f}.shadow{box-shadow:0 4px 12px #0000000f}.shadow-md{box-shadow:0 6px 20px #00000012}.pointer-events-none{pointer-events:none}.pointer-events-auto{pointer-events:auto}.opacity-50{opacity:.5}.opacity-70{opacity:.7}.transition{transition:all .2s}.transition-all{transition:all .3s}.mx-auto{margin-left:auto;margin-right:auto}.mb-2{margin-bottom:.5rem}.mb-3{margin-bottom:.75rem}.mb-4{margin-bottom:1rem}.mb-6{margin-bottom:1.5rem}.mb-8{margin-bottom:2rem}.mb-12{margin-bottom:3rem}.mb-16{margin-bottom:4rem}.mt-2{margin-top:.5rem}.mt-4{margin-top:1rem}.mt-8{margin-top:2rem}.p-4{padding:1rem}.p-6{padding:1.5rem}.p-8{padding:2rem}.p-10{padding:2.5rem}.px-4{padding-left:1rem;padding-right:1rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.px-8{padding-left:2rem;padding-right:2rem}.py-3{padding-top:.75rem;padding-bottom:.75rem}.py-4{padding-top:1rem;padding-bottom:1rem}.py-8{padding-top:2rem;padding-bottom:2rem}.py-12{padding-top:3rem;padding-bottom:3rem}.py-16{padding-top:4rem;padding-bottom:4rem}.py-20{padding-top:5rem;padding-bottom:5rem}.py-24{padding-top:6rem;padding-bottom:6rem}.py-32{padding-top:8rem;padding-bottom:8rem}.pb-12{padding-bottom:3rem}.pb-20{padding-bottom:5rem}.pt-4{padding-top:1rem}.pt-24{padding-top:6rem}.max-w-lg{max-width:32rem}.max-w-xl{max-width:36rem}.max-w-2xl{max-width:42rem}.max-w-4xl{max-width:56rem}.max-w-5xl{max-width:64rem}@media (width>=640px){.sm\:flex-row{flex-direction:row}.sm\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width>=768px){.md\:block{display:block}.md\:flex-row{flex-direction:row}.md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.md\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.md\:w-5\/12{width:41.6667%}.md\:text-4xl{font-size:2.25rem}.md\:text-5xl{font-size:3rem}.md\:text-6xl{font-size:3.75rem}.md\:text-7xl{font-size:4.5rem}.md\:px-0{padding-left:0;padding-right:0}}@media (width>=1024px){.lg\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (width<=768px){html{font-size:14px}.container{padding:0 1rem}.glass-panel{padding:1rem}.payment-modal{padding:1.5rem 1rem}}.auth-overlay{-webkit-backdrop-filter:blur(8px);z-index:1000;background:#0f172a66;justify-content:center;align-items:center;padding:1rem;animation:.3s fadeIn;display:flex;position:fixed;inset:0}.auth-modal{-webkit-backdrop-filter:blur(16px);background:#ffffffd9;border:1px solid #ffffff80;border-radius:20px;width:100%;max-width:420px;padding:2.5rem 2rem;animation:.4s cubic-bezier(.16,1,.3,1) slideUp;position:relative;overflow:hidden;box-shadow:0 25px 50px -12px #00000040,inset 0 0 0 1px #ffffff4d}.auth-glass-bg{pointer-events:none;z-index:0;background:radial-gradient(circle at 50% 0,#3b82f626,#0000 60%);width:200%;height:200%;position:absolute;top:-50%;left:-50%}.auth-close,.auth-header,.auth-form,.auth-footer{z-index:10;position:relative}@keyframes slideUp{0%{opacity:0;transform:translateY(30px)scale(.95)}to{opacity:1;transform:translateY(0)scale(1)}}.auth-close{cursor:pointer;color:#64748b;background:0 0;border:none;border-radius:8px;padding:.5rem;transition:all .2s;position:absolute;top:1rem;right:1rem}.auth-close:hover{color:#1e293b;background:#f1f5f9}.auth-header{text-align:center;margin-bottom:1.5rem}.auth-header h2{color:#1e293b;margin-bottom:.5rem;font-size:1.5rem;font-weight:600}.auth-header p{color:#64748b;font-size:.875rem}.auth-form{flex-direction:column;gap:1rem;display:flex}.auth-form .form-group{flex-direction:column;gap:.5rem;display:flex}.auth-form label{color:#374151;font-size:.875rem;font-weight:500}.input-wrapper{border:1px solid #e2e8f0;border-radius:8px;align-items:center;gap:.75rem;padding:.75rem;transition:border-color .2s;display:flex}.input-wrapper:focus-within{border-color:#3b82f6}.input-wrapper svg{color:#94a3b8;flex-shrink:0}.input-wrapper input{color:#1e293b;background:0 0;border:none;outline:none;flex:1;font-size:.9375rem}.input-wrapper input::placeholder{color:#94a3b8}.auth-error{color:#dc2626;background:#fef2f2;border:1px solid #fecaca;border-radius:8px;padding:.75rem;font-size:.875rem}.auth-submit{color:#fff;cursor:pointer;background:linear-gradient(135deg,#2563eb,#3b82f6);border:none;border-radius:12px;justify-content:center;align-items:center;gap:.5rem;padding:.875rem;font-size:1rem;font-weight:600;transition:all .2s;display:flex;box-shadow:0 4px 6px -1px #3b82f666}.auth-submit:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 8px -1px #3b82f680}.auth-submit:disabled{opacity:.7;cursor:not-allowed}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.auth-footer{text-align:center;border-top:1px solid #e2e8f0;margin-top:1.5rem;padding-top:1.5rem}.auth-footer p{color:#64748b;font-size:.875rem}.auth-switch{color:#3b82f6;cursor:pointer;background:0 0;border:none;font-size:.875rem;font-weight:600}.auth-switch:hover{text-decoration:underline}.header{z-index:100;border-radius:9999px;width:calc(100% - 2rem);max-width:1200px;padding:0;position:fixed;top:1rem;left:50%;transform:translate(-50%)}.header-content{padding:.75rem 1.5rem}.logo{letter-spacing:-.02em;font-size:1.125rem;font-weight:600}.logo-icon{background:var(--accent);border-radius:8px;width:32px;height:32px}.nav-link{color:var(--text-secondary);font-size:.875rem;font-weight:500;transition:color .2s}.nav-link:hover,.nav-link.active{color:var(--text-primary)}.cart-btn{color:var(--text-secondary);cursor:pointer;background:0 0;border:none;padding:.5rem;position:relative}.cart-btn:hover{color:var(--text-primary)}.cart-count{color:#fff;background:#10b981;border-radius:9px;justify-content:center;align-items:center;min-width:18px;height:18px;font-size:.65rem;font-weight:700;display:flex;position:absolute;top:0;right:0}.nav-actions{align-items:center;gap:.75rem;display:flex}.cart-icon{color:var(--text-secondary);border-radius:8px;padding:.5rem;transition:all .2s;position:relative}.cart-icon:hover{color:var(--text-primary);background:#0000000d}.cart-badge{color:#fff;background:#3b82f6;border-radius:9px;justify-content:center;align-items:center;min-width:18px;height:18px;font-size:.65rem;font-weight:700;display:flex;position:absolute;top:0;right:0}.user-menu-container{position:relative}.user-icon{color:var(--text-secondary);cursor:pointer;background:0 0;border:none;border-radius:8px;justify-content:center;align-items:center;padding:.5rem;transition:all .2s;display:flex}.user-icon:hover{color:var(--text-primary);background:#0000000d}.user-dropdown{z-index:200;background:#fff;border:1px solid #e2e8f0;border-radius:8px;min-width:160px;margin-top:.5rem;position:absolute;top:100%;right:0;overflow:hidden;box-shadow:0 10px 40px #00000026}.dropdown-item{color:#374151;cursor:pointer;background:0 0;border:none;align-items:center;gap:.625rem;width:100%;padding:.75rem 1rem;font-size:.875rem;text-decoration:none;transition:background .15s;display:flex}.dropdown-item:hover{background:#f8fafc}.dropdown-item.logout{color:#dc2626}.dropdown-item.logout:hover{background:#fef2f2}.auth-btn{color:#fff;cursor:pointer;background:#3b82f6;border:none;border-radius:8px;padding:.5rem 1rem;font-size:.875rem;font-weight:500;transition:background .2s}.auth-btn:hover{background:#2563eb}.mobile-nav{display:none}@media (width<=768px){.header{display:none}.mobile-nav{-webkit-backdrop-filter:blur(12px);z-index:1000;background:#0f172ad9;border:1px solid #ffffff1a;border-top:none;border-radius:0 0 24px 24px;width:100%;max-width:460px;padding:.8rem .5rem .6rem;display:block;position:fixed;top:0;bottom:auto;left:50%;transform:translate(-50%);box-shadow:0 10px 40px #0003}.mobile-nav-grid{grid-template-rows:auto auto;grid-template-columns:repeat(4,1fr);place-items:center;row-gap:.8rem;display:grid}.m-nav-item{text-transform:lowercase;color:#cbd5e1;text-align:center;cursor:pointer;background:0 0;border:none;padding:.2rem;font-size:.75rem;font-weight:500;text-decoration:none}.m-nav-item.active{color:#60a5fa;font-weight:700}.m-nav-logo{color:#fff;text-align:center;-webkit-text-fill-color:initial;background:0 0;font-size:1rem;font-weight:800;text-decoration:none}.m-nav-empty{width:100%;height:100%}}.footer{color:#94a3b8;background:#0f172a;margin-top:auto}.footer-inner{padding:3.5rem 2rem 0}.footer-top{border-bottom:1px solid #ffffff0f;justify-content:space-between;gap:3rem;padding-bottom:2.5rem;display:flex}.footer-brand{max-width:280px}.footer-logo{align-items:center;gap:.5rem;margin-bottom:.75rem;display:flex}.footer-logo-icon{background:linear-gradient(135deg,#2563eb,#0ea5e9);border-radius:8px;justify-content:center;align-items:center;width:32px;height:32px;display:flex}.footer-logo-text{font-size:1.1rem;font-weight:700}.footer-tagline{color:#64748b;font-size:.85rem;line-height:1.6}.footer-links{gap:4rem;display:flex}.footer-col{flex-direction:column;gap:.5rem;display:flex}.footer-col-title{text-transform:uppercase;letter-spacing:.1em;color:#e2e8f0;margin-bottom:.5rem;font-size:.72rem;font-weight:600}.footer-col a{color:#94a3b8;font-size:.85rem;transition:color .2s}.footer-col a:hover{color:#fff}.footer-socials{gap:.75rem;display:flex}.footer-socials a{color:#94a3b8;background:#ffffff0f;border-radius:8px;justify-content:center;align-items:center;width:36px;height:36px;transition:all .2s;display:flex}.footer-socials a:hover{color:#fff;background:#2563eb33;transform:translateY(-2px)}.footer-bottom{text-align:center;padding:1.25rem 0}.footer-bottom p{color:#475569;font-size:.78rem}@media (width<=768px){.footer-top{flex-direction:column;gap:2rem}.footer-brand{max-width:100%}.footer-links{gap:2.5rem}}@media (width<=480px){.footer-links{flex-direction:column;gap:1.5rem}}.pc-card{background:#fff;border-radius:20px;flex-direction:column;transition:all .4s cubic-bezier(.4,0,.2,1);display:flex;position:relative;overflow:hidden;box-shadow:0 2px 8px #0000000a,0 12px 32px #00000008}.pc-card:hover{transform:translateY(-6px);box-shadow:0 8px 24px #0000000f,0 24px 48px #0000000d}.pc-card--sale{border:2px solid #dc2626;box-shadow:0 4px 16px #dc262626,0 12px 32px #dc26261a}.pc-card--sale:hover{border-color:#b91c1c;box-shadow:0 8px 24px #dc262633,0 24px 48px #dc262626}.pc-original-price{text-decoration:line-through}.pc-image-container{aspect-ratio:4/3;background:#f1f5f9;width:100%;position:relative;overflow:hidden}.pc-image{object-fit:cover;width:100%;height:100%;transition:transform .6s cubic-bezier(.4,0,.2,1)}.pc-card:hover .pc-image{transform:scale(1.05)}.pc-image-overlay{background:linear-gradient(#0000 40%,#00000080 100%);justify-content:center;align-items:flex-end;padding-bottom:1rem;display:flex;position:absolute;inset:0}.pc-result-badge{color:#0f172a;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);letter-spacing:.02em;background:#ffffffeb;border-radius:20px;padding:.35rem .75rem;font-size:.72rem;font-weight:600}.pc-urgency-badge{color:#fff;background:#ef4444;border-radius:4px;padding:.25rem .5rem;font-size:.65rem;font-weight:700;position:absolute;top:.75rem;right:.75rem}.pc-sale-badge{color:#fff;background:#dc2626;border-radius:20px;margin-left:.5rem;padding:.35rem .75rem;font-size:.65rem;font-weight:700}.pc-badges{justify-content:space-between;display:flex;position:absolute;top:.75rem;left:.75rem;right:.75rem}.pc-category-badge{color:#fff;text-transform:uppercase;letter-spacing:.05em;background:#000000b3;border-radius:4px;padding:.25rem .6rem;font-size:.65rem;font-weight:600}.pc-feature-badge{color:#fff;background:#2563eb;border-radius:4px;padding:.25rem .6rem;font-size:.65rem;font-weight:600}.pc-content{flex-direction:column;gap:.5rem;padding:1.25rem 1.25rem 1rem;display:flex}.pc-title{color:#0f172a;letter-spacing:-.02em;margin:0;font-size:1.1rem;font-weight:700}.pc-description{color:#64748b;margin:0;font-size:.82rem;line-height:1.45}.pc-toggle-row{background:#f8fafc;border-radius:8px;margin:.25rem 0;padding:3px;display:flex}.pc-toggle-btn{color:#94a3b8;cursor:pointer;background:0 0;border:none;border-radius:6px;flex:1;padding:.4rem .5rem;font-size:.7rem;font-weight:600;transition:all .2s}.pc-toggle-btn--active{color:#2563eb;background:#fff;border:1px solid #bfdbfe;box-shadow:0 2px 6px #2563eb26}.pc-footer{border-top:1px solid #f1f5f9;justify-content:space-between;align-items:center;margin-top:.5rem;padding-top:.75rem;display:flex}.pc-price{align-items:baseline;gap:.25rem;display:flex}.pc-price-label{color:#94a3b8;font-size:.7rem;font-weight:500}.pc-price-value{color:#0f172a;letter-spacing:-.03em;font-size:1.4rem;font-weight:800}.pc-cta{color:#fff;background:#0f172a;border-radius:8px;justify-content:center;align-items:center;padding:.55rem 1rem;font-size:.72rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex}.pc-cta:hover{background:#1e293b}.ai-breathing-border{pointer-events:none;z-index:9999;animation:4s ease-in-out infinite alternate breatheGlow;position:fixed;inset:0}@keyframes breatheGlow{0%{box-shadow:inset 0 0 15px 1px #0ea5e91a}to{box-shadow:inset 0 0 50px 8px #2563eb73}}.hero-scroll-wrapper{height:150vh;position:relative}.hero-sticky{background:#0b1120;align-items:center;width:100%;height:100vh;display:flex;position:sticky;top:0;overflow:hidden}.hero-mesh-bg{z-index:1;position:absolute;inset:0;overflow:hidden}.mesh-orb{filter:blur(80px);opacity:.5;will-change:transform;border-radius:50%;position:absolute}.mesh-orb--1{background:radial-gradient(circle,#2563eb59 0%,#0000 70%);width:500px;height:500px;animation:18s ease-in-out infinite orb-drift-1;top:-10%;left:-5%}.mesh-orb--2{background:radial-gradient(circle,#0ea5e94d 0%,#0000 70%);width:420px;height:420px;animation:22s ease-in-out infinite orb-drift-2;top:50%;right:15%}.mesh-orb--3{background:radial-gradient(circle,#8b5cf633 0%,#0000 70%);width:350px;height:350px;animation:20s ease-in-out infinite orb-drift-3;bottom:-10%;left:25%}.mesh-orb--4{background:radial-gradient(circle,#06b6d433 0%,#0000 70%);width:280px;height:280px;animation:25s ease-in-out infinite orb-drift-4;top:20%;left:45%}.mesh-grid{z-index:1;background-image:radial-gradient(circle,#00000008 1px,#0000 1px);background-size:32px 32px;position:absolute;inset:0}@keyframes orb-drift-1{0%,to{transform:translate(0)scale(1)}33%{transform:translate(60px,40px)scale(1.1)}66%{transform:translate(-30px,70px)scale(.95)}}@keyframes orb-drift-2{0%,to{transform:translate(0)scale(1)}33%{transform:translate(-50px,-30px)scale(1.05)}66%{transform:translate(40px,-60px)scale(.9)}}@keyframes orb-drift-3{0%,to{transform:translate(0)scale(1)}50%{transform:translate(70px,-40px)scale(1.08)}}@keyframes orb-drift-4{0%,to{transform:translate(0)scale(1)}25%{transform:translate(-40px,50px)scale(1.1)}75%{transform:translate(50px,-30px)scale(.95)}}.hero-spline-layer{z-index:1;pointer-events:auto;animation:1.5s ease-out .5s both spline-fade-in;position:absolute;inset:0}.hero-spline-layer>div,.hero-spline-layer canvas{width:100%!important;height:100%!important}@keyframes spline-fade-in{0%{opacity:0}to{opacity:1}}.hero-overlay{display:none}.hero-content{z-index:5;pointer-events:none;justify-content:center;align-items:center;padding:0 2rem;display:flex;position:absolute;inset:0}.hero-text-center{text-align:center;justify-content:center;align-items:center;width:100%;max-width:800px;height:100%;display:flex;position:relative}.hero-step{will-change:transform, opacity;flex-direction:column;justify-content:center;align-items:center;width:100%;display:flex;position:absolute;inset:0}.hero-step--cta{pointer-events:auto}.hero-badge{letter-spacing:.1em;text-transform:uppercase;color:#2563eb;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:linear-gradient(135deg,#2563eb1a,#0ea5e914);border:1px solid #2563eb1f;border-radius:9999px;margin-bottom:1.5rem;padding:.4rem 1.1rem;font-size:.72rem;font-weight:600;display:inline-block}.hero-h1{letter-spacing:-.035em;color:#fff;margin-bottom:1.25rem;font-size:3.25rem;font-weight:750;line-height:1.08}.hero-h2{letter-spacing:-.03em;color:#fff;font-size:2.75rem;font-weight:700;line-height:1.15}.hero-h2--sm{margin-bottom:1.75rem;font-size:2.25rem}.hero-desc{color:#cbd5e1;max-width:400px;margin:0 auto;font-size:1.05rem;line-height:1.7}.hero-btns{flex-wrap:wrap;gap:.875rem;display:flex}.hero-btns.justify-center{justify-content:center}.btn--lg{border-radius:10px;padding:.9rem 1.75rem;font-size:.925rem}.btn--full{width:100%}.btn-glass{color:#0f172a;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffffa6;border:1px solid #00000014;box-shadow:0 2px 8px #0000000a}.btn-glass:hover{background:#ffffffe6;border-color:#0000001f}.hero-cue{color:#94a3b8;z-index:20;flex-direction:column;align-items:center;gap:.4rem;font-size:.78rem;font-weight:500;animation:2.5s ease-in-out infinite cue-float;display:flex;position:absolute;bottom:2rem;left:50%;transform:translate(-50%)}@keyframes cue-float{0%,to{transform:translate(-50%)translateY(0)}50%{transform:translate(-50%)translateY(-6px)}}.stats-strip{background:#fff;border-bottom:1px solid #0000000a;padding:3.5rem 0}.stats-row{grid-template-columns:repeat(4,1fr);gap:1.5rem;display:grid}.stat-card{background:#f8fafc;border:1px solid #00000008;border-radius:14px;flex-direction:column;align-items:center;gap:.5rem;padding:1.25rem;transition:transform .3s,box-shadow .3s;display:flex}.stat-card:hover{transform:translateY(-3px);box-shadow:0 8px 24px #0000000f}.stat-icon{color:#2563eb;opacity:.8}.stat-val{letter-spacing:-.02em;background:linear-gradient(135deg,#2563eb,#0ea5e9);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:1.75rem;font-weight:750}.stat-lbl{color:#64748b;font-size:.8rem;font-weight:500}.how-section{background:#f8fafc;padding:7rem 0}.sec-header{text-align:center;margin-bottom:3.5rem}.sec-tag{letter-spacing:.1em;text-transform:uppercase;color:#2563eb;background:#2563eb12;border-radius:9999px;margin-bottom:1rem;padding:.3rem .9rem;font-size:.7rem;font-weight:600;display:inline-block}.sec-title{color:#0f172a;letter-spacing:-.025em;margin-bottom:.75rem;font-size:2.25rem;font-weight:700}.sec-sub{color:#64748b;max-width:500px;margin:0 auto;font-size:1rem;line-height:1.6}.steps-row{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid;position:relative}.step-card{text-align:left;background-color:#0f172a;background-position:50%;background-size:cover;border:1px solid #ffffff1a;border-radius:20px;flex-direction:column;justify-content:flex-end;min-height:420px;transition:transform .35s,box-shadow .35s;display:flex;position:relative;overflow:hidden;box-shadow:0 8px 30px #0000001a}.step-card:hover{transform:translateY(-6px);box-shadow:0 16px 40px #0003}.step-overlay{z-index:1;background:linear-gradient(#0f172a66 0%,#0f172ad9 55%,#0f172afa 100%);position:absolute;inset:0}.step-card-content{z-index:2;padding:2rem 1.75rem;position:relative}.step-num-inline{color:#fff;letter-spacing:.1em;border-radius:8px;margin-bottom:1rem;padding:.3rem .8rem;font-size:.8rem;font-weight:800;display:inline-block}.step-title{color:#0f172a;margin-bottom:.75rem;font-size:1.2rem;font-weight:650}.step-desc{color:#64748b;font-size:.875rem;line-height:1.6}.step-connector{display:none}@media (width>=769px){.step-connector{background:#cbd5e1;border-radius:50%;width:.5rem;height:.5rem;display:block;position:absolute;top:50%;right:-1.25rem;transform:translateY(-50%)}}.shift-section{background:#fff;padding:7rem 0}.shift-container{max-width:960px;margin:0 auto}.shift-visual{align-items:stretch;gap:1.5rem;display:flex}.shift-before,.shift-after{flex:1}.shift-label{text-transform:uppercase;letter-spacing:.12em;color:#94a3b8;margin-bottom:.75rem;font-size:.72rem;font-weight:700}.shift-label--accent{color:#2563eb}.shift-box{border-radius:16px;flex-direction:column;height:100%;display:flex;overflow:hidden}.shift-banner{background:#e2e8f0;width:100%;height:140px;position:relative}.shift-banner img{object-fit:cover;width:100%;height:100%}.shift-banner-overlay{position:absolute;inset:0}.shift-banner-overlay--red{background:linear-gradient(#ef444426,#0f172ab3)}.shift-banner-overlay--blue{background:linear-gradient(#2563eb33,#0f172ab3)}.shift-badge{color:#fff;letter-spacing:.05em;background:linear-gradient(135deg,#2563eb,#0ea5e9);border-radius:20px;padding:.4rem 1rem;font-size:.8rem;font-weight:700;position:absolute;bottom:1rem;left:1.5rem;box-shadow:0 4px 12px #2563eb4d}.shift-box-content{flex-direction:column;gap:1.25rem;padding:2rem;display:flex}.shift-box--dim{background:#f8fafc;border:1px solid #0000000d}.shift-box--glow{background:#fff;border:1px solid #2563eb1f;box-shadow:0 8px 30px #2563eb14}.shift-metric{align-items:flex-start;gap:.875rem;display:flex}.shift-metric span{flex-shrink:0;font-size:1.5rem;line-height:1}.shift-metric strong{color:#0f172a;margin-bottom:.15rem;font-size:.95rem;font-weight:600;display:block}.shift-metric small{color:#64748b;font-size:.8rem}.shift-center-arrow{flex-shrink:0;align-items:center;display:flex}.arrow-circle{color:#fff;background:linear-gradient(135deg,#2563eb,#0ea5e9);border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;display:flex;box-shadow:0 4px 16px #2563eb4d}.systems-section{background:#f8fafc;padding:7rem 0}.systems-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}.sys-card{text-align:left;background-color:#0f172a;background-position:50%;background-size:cover;border:1px solid #ffffff1a;border-radius:18px;flex-direction:column;justify-content:flex-end;min-height:400px;transition:transform .35s,box-shadow .35s;display:flex;position:relative;overflow:hidden;box-shadow:0 8px 30px #0000001a}.sys-card:hover{transform:translateY(-6px);box-shadow:0 16px 40px #0003}.sys-overlay{z-index:1;background:linear-gradient(#0f172a66 0%,#0f172ad9 55%,#0f172afa 100%);position:absolute;inset:0}.sys-card-content{z-index:2;padding:2.25rem;position:relative}.sys-title{color:#fff;margin-bottom:.75rem;font-size:1.3rem;font-weight:650}.sys-desc{color:#64748b;margin-bottom:1.25rem;font-size:.88rem;line-height:1.6}.sys-features{flex-direction:column;flex-grow:1;gap:.5rem;margin:0 0 1.5rem;padding:0;list-style:none;display:flex}.sys-features li{color:#334155;align-items:center;gap:.5rem;font-size:.82rem;font-weight:500;display:flex}.sys-features li svg{color:#22c55e;flex-shrink:0}.sys-link{color:#2563eb;align-items:center;gap:.35rem;font-size:.85rem;font-weight:600;transition:gap .2s;display:inline-flex}.sys-link:hover{gap:.65rem}.market-section{background:#fff;padding:7rem 0}.market-header{justify-content:space-between;align-items:flex-end;gap:1.5rem;margin-bottom:3rem;display:flex}.market-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}.testi-section{background:#f8fafc;padding:7rem 0}.testi-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem;margin-top:3rem;display:grid}.testi-card{text-align:center;background:#fff;border:1px solid #0000000f;border-radius:16px;padding:2rem;box-shadow:0 4px 20px #00000008}.testi-quote-mark{background:linear-gradient(135deg,#2563eb1a,#0ea5e90f);-webkit-text-fill-color:transparent;pointer-events:none;-webkit-background-clip:text;background-clip:text;font-size:6rem;font-weight:800;line-height:1;position:absolute;top:1rem;left:2rem}.testi-stars{justify-content:center;gap:.2rem;margin-bottom:1rem;display:flex}.testi-quote{color:#0f172a;margin-bottom:1.5rem;font-size:1rem;font-weight:500;line-height:1.5}.testi-author{justify-content:center;align-items:center;gap:.875rem;display:flex}.testi-avatar{object-fit:cover;border:2px solid #e2e8f0;border-radius:50%;width:48px;height:48px}.testi-name{color:#0f172a;text-align:left;font-size:.95rem;font-weight:600}.testi-role{color:#94a3b8;text-align:left;font-size:.8rem}.contact-section{background:linear-gradient(#fff 0%,#f0f4ff 100%);padding:7rem 0}.contact-grid{grid-template-columns:1fr 1.4fr;gap:3rem;max-width:920px;margin:0 auto;display:grid}.contact-info-card{background:#fff;border:1px solid #0000000d;border-radius:16px;flex-direction:column;gap:1.5rem;padding:2rem;display:flex;box-shadow:0 4px 16px #00000008}.contact-item{align-items:flex-start;gap:.875rem;display:flex}.contact-item-icon{color:#2563eb;background:linear-gradient(135deg,#2563eb14,#0ea5e90f);border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;display:flex}.contact-item-label{text-transform:uppercase;letter-spacing:.08em;color:#94a3b8;margin-bottom:.15rem;font-size:.72rem;font-weight:600}.contact-item-value{color:#0f172a;font-size:.95rem;font-weight:500}.social-block{background:#fff;border:1px solid #0000000d;border-radius:16px;padding:1.75rem 2rem;box-shadow:0 4px 16px #00000008}.social-label{text-transform:uppercase;letter-spacing:.1em;color:#94a3b8;margin-bottom:1rem;font-size:.75rem;font-weight:600}.social-buttons{gap:.75rem;display:flex}.social-btn{color:#fff;border-radius:12px;justify-content:center;align-items:center;width:46px;height:46px;transition:transform .2s,box-shadow .2s;display:flex}.social-btn:hover{transform:translateY(-3px);box-shadow:0 6px 16px #00000026}.social-btn--ig{background:linear-gradient(135deg,#f09433,#e6683c,#dc2743,#cc2366,#bc1888)}.social-btn--tw{background:#1da1f2}.social-btn--li{background:#0a66c2}.social-btn--gh{background:#24292e}.contact-form{background:#fff;border:1px solid #0000000d;border-radius:20px;flex-direction:column;gap:1.25rem;padding:2.25rem;display:flex;box-shadow:0 8px 32px #0000000a}.form-row{grid-template-columns:1fr 1fr;gap:1.25rem;display:grid}.form-group input,.form-group textarea{color:#0f172a;resize:vertical;background:#f8fafc;border:1.5px solid #00000014;border-radius:10px;outline:none;padding:.75rem 1rem;font-family:inherit;font-size:.9rem;transition:border-color .2s,box-shadow .2s}.form-group input::placeholder,.form-group textarea::placeholder{color:#94a3b8}.form-group input:focus,.form-group textarea:focus{background:#fff;border-color:#2563eb;box-shadow:0 0 0 3px #2563eb14}.text-blue-600{color:#2563eb}.text-gray-900{color:#0f172a}.text-gray-800{color:#1e293b}.text-gray-700{color:#334155}.text-gray-400{color:#94a3b8}.text-gray-300{color:#cbd5e1}.bg-blue-50{background-color:#eff6ff}@media (width<=1024px){.hero-h1{font-size:2.75rem}.hero-h2{font-size:2.25rem}.hero-h2--sm{font-size:2rem}.hero-text-right{width:55%}.systems-grid{grid-template-columns:repeat(2,1fr)}}.hero-cue--mobile{display:none}@media (width<=768px){.hero-cue--mobile{display:none}.mesh-orb{filter:blur(60px);opacity:.35}.mesh-orb--1{width:300px;height:300px}.mesh-orb--2{width:250px;height:250px}.mesh-orb--3{width:200px;height:200px}.mesh-orb--4{display:none}.hero-content{justify-content:center;padding:0 1.5rem}.hero-text-right{justify-content:center;width:100%;max-width:100%}.hero-step{max-width:100%}.hero-h1{font-size:2rem}.hero-h2{font-size:1.75rem}.hero-h2--sm{font-size:1.5rem}.hero-desc{font-size:.95rem}.hero-btns{flex-direction:column}.hero-btns .btn{width:100%}.hero-cue{display:flex;bottom:4rem}.stats-row{grid-template-columns:repeat(2,1fr)}.steps-row,.systems-grid{scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;grid-template-columns:none;gap:1.25rem;padding-bottom:1.5rem;display:flex;overflow-x:auto}.steps-row::-webkit-scrollbar{height:6px}.systems-grid::-webkit-scrollbar{height:6px}.steps-row::-webkit-scrollbar-track{background:#f1f5f9;border-radius:4px}.systems-grid::-webkit-scrollbar-track{background:#f1f5f9;border-radius:4px}.steps-row::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:4px}.systems-grid::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:4px}.step-card,.sys-card{scroll-snap-align:center;flex:0 0 85%}.shift-visual{flex-direction:column}.shift-center-arrow{justify-content:center;padding:1.5rem 0}.arrow-circle{transform:rotate(90deg)}.market-header{flex-direction:column;align-items:flex-start}.market-grid{grid-template-columns:1fr}.contact-grid{grid-template-columns:1fr;gap:2rem}.form-row{grid-template-columns:1fr}.sec-title{font-size:1.75rem}.testi-quote{font-size:1.15rem}}@media (width<=480px){.stats-row{grid-template-columns:1fr 1fr;gap:.75rem}.stat-val{font-size:1.4rem}.social-buttons{flex-wrap:wrap}.contact-form,.contact-info-card{padding:1.5rem}}.space-y-2>:not([hidden])~:not([hidden]){margin-top:.5rem}.tracking-tight{letter-spacing:-.025em}.tracking-widest{letter-spacing:.1em}.border-blue-100{border:1px solid #dbeafe}.shadow-xl{box-shadow:0 20px 25px -5px #0000001a}.text-left{text-align:left}.newsletter-section{background:#0f0f0f;padding:5rem 0}.marketplace-page .filters{flex-wrap:wrap;display:flex}.search-bar{max-width:500px;margin:0 auto 2rem}.search-input{background:#fff;border:1px solid #e2e8f0;border-radius:12px;width:100%;padding:.875rem 1.25rem;font-size:1rem;transition:border-color .2s}.search-input:focus{border-color:#2563eb;outline:none;box-shadow:0 0 0 3px #2563eb1a}.filter-btn{border:1px solid var(--card-border);color:var(--text-secondary);cursor:pointer;background:#fff;border-radius:9999px;padding:.5rem 1.25rem;font-size:.875rem;transition:all .3s;box-shadow:0 1px 2px #0000000d}.filter-btn:hover{color:var(--text-primary);background:#f8fafc;border-color:#0000001a}.filter-btn.active{background:var(--text-primary);color:#fff;border-color:var(--text-primary)}@media (width>=1024px){.lg\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}}.product-page{min-height:100vh;padding-bottom:4rem}.sticky-toggle-container{z-index:100;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#fffffff2;border-bottom:1px solid #0000000a;padding:.75rem 0;position:sticky;top:0}.sticky-toggle{background:#f1f5f9;border-radius:10px;gap:4px;padding:4px;display:inline-flex}.sticky-toggle-btn{color:#64748b;cursor:pointer;background:0 0;border:none;border-radius:8px;padding:.6rem 1.25rem;font-size:.8rem;font-weight:600;transition:all .2s}.sticky-toggle-btn.active{color:#2563eb;background:#fff;border:1px solid #bfdbfe;box-shadow:0 4px 12px #2563eb26}.back-link{color:#64748b;align-items:center;gap:.5rem;margin-bottom:2rem;font-size:.85rem;font-weight:500;text-decoration:none;transition:color .2s;display:inline-flex}.back-link:hover{color:#0f172a}.product-grid{grid-template-columns:1fr;gap:2rem;display:grid}@media (width>=900px){.product-grid{grid-template-columns:1fr 1fr;gap:3rem}}.product-image-section{height:fit-content}.image-wrapper{border-radius:20px;position:relative;overflow:hidden;box-shadow:0 4px 24px #0000001a}.product-image{aspect-ratio:4/3;object-fit:cover;width:100%}.image-overlay{background:linear-gradient(#0000 50%,#00000073 100%);justify-content:center;align-items:flex-end;padding-bottom:1.5rem;display:flex;position:absolute;inset:0}.result-badge{color:#0f172a;background:#fffffff2;border-radius:20px;padding:.5rem 1rem;font-size:.85rem;font-weight:600}.detail-badges{justify-content:space-between;display:flex;position:absolute;top:1rem;left:1rem;right:1rem}.detail-category-badge{color:#fff;text-transform:uppercase;letter-spacing:.05em;background:#000000b3;border-radius:6px;padding:.35rem .75rem;font-size:.7rem;font-weight:600}.detail-feature-badge{color:#fff;background:#2563eb;border-radius:6px;padding:.35rem .75rem;font-size:.7rem;font-weight:600}.product-content-section{padding-top:.5rem}.hero-section{margin-bottom:1.5rem}.urgency-bar{color:#92400e;background:linear-gradient(135deg,#fef3c7,#fde68a);border-radius:8px;align-items:center;gap:.5rem;margin-bottom:1rem;padding:.5rem .75rem;font-size:.8rem;font-weight:600;display:inline-flex}.urgency-bar svg{color:#f59e0b}.urgency-bar .countdown{color:#b45309;margin-left:auto;font-weight:700}.hero-headline{color:#0f172a;margin-bottom:.5rem;font-size:1.65rem;font-weight:700;line-height:1.25}.hero-sub{color:#64748b;margin-bottom:1.25rem;font-size:.95rem}.cta-buttons{flex-wrap:wrap;gap:.75rem;display:flex}.hero-cta{color:#fff;cursor:pointer;background:#0f172a;border:none;border-radius:10px;align-items:center;gap:.5rem;padding:.85rem 1.75rem;font-size:.9rem;font-weight:600;transition:all .2s;display:inline-flex}.hero-cta:hover{background:#1e293b}.hero-cta.added{background:#10b981}.hero-cta--secondary{color:#0f172a;background:0 0;border:2px solid #e2e8f0}.hero-cta--secondary:hover{background:#f8fafc;border-color:#cbd5e1}.hero-cta--sale{background:#dc2626;animation:2s infinite pulse-sale}.hero-cta--sale:hover{background:#b91c1c}@keyframes pulse-sale{0%,to{box-shadow:0 0 #dc262666}50%{box-shadow:0 0 0 8px #dc262600}}.price-note{color:#94a3b8;margin-top:.75rem;font-size:.8rem}.content-blocks{flex-direction:column;gap:1rem;display:flex}.content-block{background:#f8fafc;border-radius:12px;padding:1.1rem 1.25rem}.content-block.highlight{background:linear-gradient(135deg,#f0fdf4,#dcfce7);border:1px solid #bbf7d0}.block-title{color:#64748b;text-transform:uppercase;letter-spacing:.08em;margin-bottom:.75rem;font-size:.75rem;font-weight:600}.block-list{flex-direction:column;gap:.5rem;margin:0;padding:0;list-style:none;display:flex}.block-list li{color:#334155;align-items:center;gap:.5rem;font-size:.82rem;display:flex}.block-list li svg{color:#10b981}.block-list.requirements li{color:#64748b}.block-list.benefits li svg{color:#22c55e}.timeline-block{background:#f0f9ff;border:1px solid #bae6fd;border-radius:12px;padding:1.1rem 1.25rem}.timeline-header{color:#0369a1;align-items:center;gap:.5rem;margin-bottom:.75rem;font-size:.85rem;font-weight:600;display:flex}.process-steps{grid-template-columns:1fr 1fr;gap:.6rem;display:grid}.process-step{align-items:center;gap:.6rem;display:flex}.step-number{color:#fff;background:#0284c7;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:22px;height:22px;font-size:.65rem;font-weight:700;display:flex}.step-title{color:#0f172a;font-size:.78rem;font-weight:600}.step-desc{color:#64748b;font-size:.68rem}.results-section{border-top:1px solid #f1f5f9;margin-top:2.5rem;padding-top:2rem}.section-title{color:#0f172a;margin-bottom:1rem;font-size:1.1rem;font-weight:700}.results-grid{flex-wrap:wrap;gap:.75rem;display:flex}.result-item{background:#f0fdf4;border-radius:8px;padding:.6rem 1rem}.result-text{color:#166534;font-size:.85rem;font-weight:600}.testimonial-section{margin-top:2rem}.testimonial-card{background:#fff;border:1px solid #e2e8f0;border-radius:16px;max-width:600px;padding:1.5rem}.stars{gap:.2rem;margin-bottom:.75rem;display:flex}.stars svg{flex-shrink:0}.testimonial-text{color:#334155;margin-bottom:.5rem;font-size:.95rem;font-style:italic;line-height:1.5}.testimonial-author{color:#64748b;font-size:.85rem;font-weight:600}@media (width<=640px){.process-steps{grid-template-columns:1fr}.hero-headline{font-size:1.35rem}}.order-overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:9999;background:#0f172ab3;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.order-form{background:#fff;border-radius:16px;width:100%;max-width:420px;padding:2rem;box-shadow:0 20px 60px #0000004d}.order-form h2{color:#0f172a;margin-bottom:.5rem;font-size:1.5rem;font-weight:700}.order-sub{color:#64748b;margin-bottom:1.5rem;font-size:.9rem}.order-form .form-group{margin-bottom:1rem}.order-form label{color:#475569;margin-bottom:.4rem;font-size:.85rem;font-weight:500;display:block}.order-form input{color:#0f172a;background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;width:100%;padding:.75rem .875rem;font-size:.9rem;transition:all .2s}.order-form input:focus{background:#fff;border-color:#6366f1;outline:none}.order-summary{background:#f8fafc;border-radius:8px;margin:1.5rem 0;padding:1rem}.order-item{color:#0f172a;justify-content:space-between;font-weight:500;display:flex}.order-cancel{color:#64748b;cursor:pointer;text-align:center;background:0 0;border:none;width:100%;margin-top:1rem;padding:.75rem;font-size:.9rem;display:block}.order-cancel:hover{color:#0f172a}.order-success{text-align:center;padding:2rem 0}.order-success-icon{color:#fff;background:linear-gradient(135deg,#10b981,#059669);border-radius:50%;justify-content:center;align-items:center;width:72px;height:72px;margin:0 auto 1.5rem;font-size:2rem;display:flex}.order-success h2{color:#0f172a;margin-bottom:.5rem;font-size:1.5rem;font-weight:700}.order-success p{color:#64748b;margin-bottom:1.5rem}.admin-layout{background:#f8fafc;min-height:100vh;display:flex}.admin-sidebar{background:#fff;border-right:1px solid #e2e8f0;flex-direction:column;width:240px;height:100vh;display:flex;position:fixed}.admin-logo{border-bottom:1px solid #e2e8f0;padding:1.25rem 1.5rem}.admin-logo span{color:#0f172a;font-size:1.1rem;font-weight:700}.admin-nav{flex-direction:column;flex:1;gap:.25rem;padding:1rem .75rem;display:flex}.nav-item{color:#64748b;cursor:pointer;text-align:left;background:0 0;border:none;border-radius:8px;align-items:center;gap:.75rem;width:100%;padding:.65rem .875rem;font-size:.85rem;font-weight:500;text-decoration:none;transition:all .15s;display:flex}.nav-item:hover{color:#0f172a;background:#f1f5f9}.nav-item.active{color:#0284c7;background:#f0f9ff}.nav-bottom{border-top:1px solid #e2e8f0;padding:1rem .75rem}.admin-main{flex:1;margin-left:240px;padding:2rem}.admin-page{max-width:900px}.page-title{color:#0f172a;margin-bottom:1.5rem;font-size:1.5rem;font-weight:600}.page-header{justify-content:space-between;align-items:center;margin-bottom:1.5rem;display:flex}.page-header .page-title{margin-bottom:0}.btn-add{color:#fff;cursor:pointer;background:#0f172a;border:none;border-radius:8px;align-items:center;gap:.5rem;padding:.6rem 1rem;font-size:.85rem;font-weight:600;transition:all .15s;display:flex}.btn-add:hover{background:#1e293b}.form-header{justify-content:space-between;align-items:center;margin-bottom:1.5rem;display:flex}.btn-cancel{color:#64748b;cursor:pointer;background:0 0;border:1px solid #e2e8f0;border-radius:8px;align-items:center;gap:.35rem;padding:.5rem .875rem;font-size:.8rem;font-weight:500;display:flex}.btn-cancel:hover{color:#0f172a;background:#f1f5f9}.stats-grid{grid-template-columns:repeat(3,1fr);gap:1rem;display:grid}.stat-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:1.5rem}.stat-value{color:#0f172a;font-size:2rem;font-weight:700}.stat-label{color:#64748b;margin-top:.25rem;font-size:.85rem}.items-grid{grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:1rem;display:grid}.item-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;overflow:hidden}.item-image{background:#f1f5f9;justify-content:center;align-items:center;height:140px;display:flex}.item-image img{object-fit:cover;width:100%;height:100%}.item-image svg{color:#94a3b8}.item-content{padding:1rem}.item-badge-row{gap:.5rem;margin-bottom:.5rem;display:flex}.item-category-badge{color:#fff;text-transform:uppercase;letter-spacing:.05em;background:#1e293b;border-radius:4px;padding:.2rem .5rem;font-size:.6rem;font-weight:600}.item-feature-badge{color:#fff;background:#2563eb;border-radius:4px;padding:.2rem .5rem;font-size:.6rem;font-weight:600}.item-content h3{color:#0f172a;margin-bottom:.25rem;font-size:.95rem;font-weight:600}.item-content p{color:#64748b;font-size:.8rem}.item-meta{color:#0f172a;gap:.75rem;margin-top:.5rem;font-size:.8rem;font-weight:600;display:flex}.item-actions{border-top:1px solid #e2e8f0;gap:.5rem;padding:.75rem 1rem;display:flex}.item-actions button{cursor:pointer;color:#64748b;background:#f1f5f9;border:none;border-radius:6px;padding:.5rem;transition:all .15s}.item-actions button:hover{color:#0f172a;background:#e2e8f0}.items-list{flex-direction:column;gap:.75rem;display:flex}.list-item{background:#fff;border:1px solid #e2e8f0;border-radius:10px;justify-content:space-between;align-items:flex-start;padding:1rem;display:flex}.list-item-content{flex:1}.list-item-header{align-items:center;gap:.75rem;display:flex}.list-item-header strong{color:#0f172a}.list-item-content p{color:#64748b;margin-top:.25rem;font-size:.85rem}.list-item-actions{gap:.5rem;display:flex}.list-item-actions button{cursor:pointer;color:#64748b;background:#f1f5f9;border:none;border-radius:6px;padding:.5rem}.list-item-actions button:hover{color:#0f172a;background:#e2e8f0}.empty{color:#94a3b8;font-size:.9rem}.admin-form{background:#fff;border:1px solid #e2e8f0;border-radius:12px;flex-direction:column;gap:1.25rem;padding:1.5rem;display:flex}.form-group{flex-direction:column;gap:.5rem;display:flex}.form-group label{color:#374151;font-size:.8rem;font-weight:600}.form-group input,.form-group textarea,.form-group select{color:#0f172a;background:#fff;border:1px solid #e2e8f0;border-radius:8px;padding:.625rem .875rem;font-size:.9rem;transition:border-color .15s}.form-group input:focus,.form-group textarea:focus,.form-group select:focus{border-color:#0284c7;outline:none}.form-group textarea{resize:vertical}.form-row{grid-template-columns:1fr 1fr;gap:1rem}.form-section{background:#f8fafc;border-radius:12px;margin-bottom:1rem;padding:1.25rem}.form-section h3{color:#0f172a;border-bottom:1px solid #e2e8f0;margin-bottom:1rem;padding-bottom:.5rem;font-size:.9rem;font-weight:600}.checkbox-group{flex-direction:row;align-items:center}.checkbox-group label{cursor:pointer;align-items:center;gap:.5rem;font-size:.85rem;display:flex}.image-upload{min-height:100px}.image-preview{border:1px solid #e2e8f0;border-radius:8px;width:200px;height:120px;position:relative;overflow:hidden}.image-preview.large{width:100%;max-width:400px;height:250px}.image-preview img{object-fit:cover;width:100%;height:100%}.remove-image{cursor:pointer;color:#dc2626;background:#fee2e2;border:none;border-radius:6px;padding:.375rem;position:absolute;top:.5rem;right:.5rem}.upload-btn{cursor:pointer;color:#94a3b8;border:2px dashed #e2e8f0;border-radius:8px;flex-direction:column;justify-content:center;align-items:center;gap:.5rem;width:200px;height:120px;transition:all .15s;display:flex}.upload-btn:hover{color:#0284c7;border-color:#0284c7}.upload-btn span{font-size:.8rem;font-weight:500}.upload-btn.small{width:120px;height:80px;padding:.5rem}.upload-btn.small svg{width:18px;height:18px}.upload-btn.small span{font-size:.7rem}.image-preview.small{width:120px;height:80px}.image-preview.small img{object-fit:cover;width:100%;height:100%}.image-upload.small{min-height:auto}.item-review{border-top:1px solid #e2e8f0;margin-top:.75rem;padding-top:.75rem}.item-review .stars{color:#eab308;font-size:.75rem}.item-review p{color:#64748b;margin:.25rem 0;font-size:.75rem;font-style:italic}.item-review small{color:#94a3b8;font-size:.7rem}.uploading{color:#0284c7;margin-top:.5rem;font-size:.8rem}.rating-select{gap:.25rem;display:flex}.rating-select button{cursor:pointer;background:0 0;border:none;padding:0}.btn-submit{color:#fff;cursor:pointer;background:#0f172a;border:none;border-radius:8px;padding:.75rem 1.25rem;font-size:.9rem;font-weight:600;transition:all .15s}.btn-submit:hover{background:#1e293b}.btn-submit.full{width:100%;padding:1rem;font-size:1rem}@media (width<=768px){.admin-sidebar{width:60px}.admin-logo span,.nav-item span{display:none}.admin-main{margin-left:60px;padding:1rem}.stats-grid,.form-row{grid-template-columns:1fr}}.billing-module{flex-direction:column;gap:1.5rem;padding:1rem;display:flex}.billing-nav{border-bottom:2px solid #e2e8f0;gap:1rem;padding-bottom:.5rem;display:flex}.bnav-item{color:#64748b;cursor:pointer;background:0 0;border:none;border-radius:6px;padding:.5rem 1rem;font-size:.95rem;font-weight:500;transition:all .2s}.bnav-item:hover{color:#334155;background:#f1f5f9}.bnav-item.active{color:#4f46e5;background:#e0e7ff;font-weight:600}.billing-page{animation:.3s fadeIn}.bp-title{color:#1e293b;margin-bottom:1rem;font-size:1.5rem}.bp-stats{margin-bottom:2rem}.bp-input{border:1px solid #cbd5e1;border-radius:6px;width:100%;margin-top:.3rem;padding:.6rem .8rem;font-size:.9rem}.bp-input:focus{border-color:#6366f1;outline:none;box-shadow:0 0 0 2px #6366f133}.bp-input.disabled{cursor:not-allowed;background:#f1f5f9}.bp-btn{cursor:pointer;color:#334155;background:#fff;border:1px solid #cbd5e1;border-radius:6px;align-items:center;gap:.5rem;padding:.6rem 1.2rem;font-size:.9rem;font-weight:500;transition:all .2s;display:inline-flex}.bp-btn:hover{background:#f8fafc}.bp-btn-primary{color:#fff;background:#4f46e5;border-color:#4f46e5}.bp-btn-primary:hover{background:#4338ca}.bp-btn-icon{padding:.4rem}.bp-btn-text{color:#64748b;background:0 0;border:none}.bp-btn-text:hover{color:#334155;background:#f1f5f9}.bp-btn.full{justify-content:center;width:100%;margin-top:1rem}.bp-section-header{justify-content:space-between;align-items:center;margin-bottom:1rem;display:flex}.bp-search{background:#fff;border:1px solid #cbd5e1;border-radius:20px;align-items:center;gap:.5rem;width:300px;padding:.5rem .8rem;display:flex}.bp-search input{background:0 0;border:none;outline:none;width:100%;font-size:.9rem}.bp-list{flex-direction:column;gap:.8rem;display:flex}.bp-list-item{background:#fff;border:1px solid #e2e8f0;border-radius:8px;justify-content:space-between;align-items:center;padding:1rem;display:flex}.bp-list-item h4{color:#1e293b;margin:0 0 .3rem}.bp-list-item p{color:#64748b;margin:0;font-size:.85rem}.bp-amount{color:#0f172a;font-weight:600}.bp-badge{color:#475569;background:#f1f5f9;border-radius:99px;padding:.2rem .5rem;font-size:.7rem;font-weight:500}.create-bill-flow{background:#fff;border:1px solid #e2e8f0;border-radius:12px;overflow:hidden}.flow-header{background:#f8fafc;border-bottom:1px solid #e2e8f0;justify-content:space-between;align-items:center;padding:1.2rem;display:flex}.flow-header h3{align-items:center;gap:.8rem;margin:0;display:flex}.bill-tag{color:#4f46e5;background:#e0e7ff;border-radius:4px;padding:.2rem .6rem;font-size:.85rem}.flow-body{padding:1.5rem}.flow-steps{align-items:center;gap:1rem;margin-bottom:2rem;display:flex}.step{color:#64748b;background:#f1f5f9;border-radius:20px;padding:.5rem 1rem;font-size:.9rem;font-weight:500}.step.active{color:#fff;background:#4f46e5}.step-sep{background:#e2e8f0;flex:1;height:2px}.flow-panel{max-width:500px;margin:0 auto}.bp-hint{color:#64748b;text-align:center;font-size:.85rem}.flow-split{grid-template-columns:1fr 1fr;gap:2rem;display:grid}.bp-products-toggle{background:#f1f5f9;border-radius:8px;margin-bottom:1rem;padding:.3rem;display:flex}.bp-products-toggle button{cursor:pointer;color:#64748b;background:0 0;border:none;border-radius:6px;flex:1;padding:.5rem;font-weight:500}.bp-products-toggle button.active{color:#1e293b;background:#fff;box-shadow:0 1px 3px #0000001a}.bp-prod-list{grid-template-columns:1fr 1fr;gap:.8rem;max-height:500px;display:grid;overflow-y:auto}.bp-prod-card{cursor:pointer;border:1px solid #e2e8f0;border-radius:8px;flex-direction:column;justify-content:space-between;padding:.8rem;transition:all .2s;display:flex}.bp-prod-card:hover{background:#f8fafc;border-color:#6366f1}.bp-cart{background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;padding:1.5rem}.bp-cart-client{background:#fff;border:1px solid #e2e8f0;border-radius:6px;align-items:center;gap:.5rem;padding:.6rem 1rem;display:flex}.bp-cart-table{border-collapse:collapse;width:100%;margin:1rem 0;font-size:.9rem}.bp-cart-table th{text-align:left;color:#64748b;border-bottom:1px solid #e2e8f0;padding:.5rem}.bp-cart-table td{border-bottom:1px solid #e2e8f0;padding:.8rem .5rem}.bp-qty-ctrl{background:#f1f5f9;border-radius:4px;align-items:center;display:inline-flex;overflow:hidden}.bp-qty-ctrl button{cursor:pointer;background:0 0;border:none;padding:.3rem .6rem}.bp-qty-ctrl span{padding:0 .5rem;font-weight:500}.bp-cart-summary{margin-top:1.5rem}.summary-row{justify-content:space-between;align-items:center;padding:.4rem 0;display:flex}.summary-row.total{border-top:2px solid #e2e8f0;margin-top:.5rem;padding-top:.8rem;font-size:1.2rem;font-weight:600}.bp-input.small-num{width:80px;padding:.3rem}.bp-input.small-select{width:auto;padding:.3rem}.bp-modal-overlay{z-index:1000;background:#0f172a99;justify-content:center;align-items:center;padding:2rem;display:flex;position:fixed;inset:0}.bp-modal{background:#fff;border-radius:12px;flex-direction:column;width:100%;max-width:500px;max-height:90vh;display:flex}.bp-modal.large{max-width:900px}.bp-modal-header{border-bottom:1px solid #e2e8f0;justify-content:space-between;align-items:center;padding:1.2rem;display:flex}.bp-modal-header h3{margin:0}.bp-modal-body{padding:1.5rem;overflow-y:auto}.bp-modal-body.no-pad{padding:0}.bp-modal-actions{border-top:1px solid #e2e8f0;justify-content:flex-end;gap:1rem;padding:1.2rem;display:flex}.invoice-template{color:#1e293b;background:#fff;width:800px;margin:0 auto;padding:40px;font-family:Arial,Helvetica,sans-serif}.inv-header{border-bottom:2px solid #e2e8f0;justify-content:space-between;margin-bottom:30px;padding-bottom:20px;display:flex}.inv-company h1{color:#0f172a;margin:0 0 5px}.inv-logo{object-fit:contain;max-width:150px;max-height:60px;margin-bottom:10px}.inv-co-details p{color:#475569;margin:2px 0;font-size:.9rem}.inv-meta h2{color:#4f46e5;text-align:right;letter-spacing:2px;margin:0 0 10px}.inv-meta p{text-align:right;margin:2px 0;font-size:.9rem}.inv-bill-to{margin-bottom:30px}.inv-bill-to h3{color:#64748b;text-transform:uppercase;margin:0 0 10px;font-size:.9rem}.inv-bill-to p{margin:2px 0}.inv-table{border-collapse:collapse;width:100%;margin-bottom:30px}.inv-table th{text-transform:uppercase;color:#64748b;background:#f8fafc;border-bottom:1px solid #cbd5e1;padding:12px;font-size:.9rem}.inv-table td{border-bottom:1px solid #e2e8f0;padding:12px}.inv-summary{width:300px;margin-bottom:40px;margin-left:auto}.inv-row{justify-content:space-between;padding:8px 0;display:flex}.inv-row.total{color:#0f172a;border-top:2px solid #cbd5e1;font-size:1.2rem;font-weight:700}.inv-footer{text-align:center;color:#64748b;border-top:1px solid #e2e8f0;padding-top:20px;font-size:.9rem}.inv-footer p{margin:5px 0}.crm-expanded{background:#f8fafc;border-top:1px dashed #cbd5e1;border-radius:8px;margin-top:1rem;padding:1rem}.crm-details p{margin:.2rem 0;font-size:.9rem}.empty-text{text-align:center;color:#94a3b8;background:#f8fafc;border:1px dashed #cbd5e1;border-radius:8px;padding:2rem;font-style:italic}.cart-page{min-height:60vh;padding:2rem 0}.cart-page .container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.cart-header{justify-content:space-between;align-items:center;margin-bottom:2rem;display:flex}.cart-header h1{color:#1e293b;font-size:1.75rem;font-weight:600}.cart-clear{color:#64748b;cursor:pointer;background:0 0;border:none;font-size:.875rem}.cart-clear:hover{color:#dc2626;text-decoration:underline}.cart-empty{text-align:center;padding:4rem 0}.cart-empty svg{color:#cbd5e1;margin-bottom:1rem}.cart-empty h2{color:#1e293b;margin-bottom:.5rem;font-size:1.5rem}.cart-empty p{color:#64748b;margin-bottom:1.5rem}.cart-grid{grid-template-columns:1fr 350px;align-items:start;gap:2rem;display:grid}@media (width<=900px){.cart-grid{grid-template-columns:1fr}}.cart-items{flex-direction:column;gap:1rem;display:flex}.cart-item{background:#fff;border:1px solid #e2e8f0;border-radius:12px;align-items:center;gap:1rem;padding:1rem;display:flex}.cart-item-image{background:#f1f5f9;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:80px;height:80px;display:flex;overflow:hidden}.cart-item-image img{object-fit:cover;width:100%;height:100%}.cart-item-image svg{color:#94a3b8}.cart-item-details{flex:1;min-width:0}.cart-item-details h3{color:#1e293b;margin-bottom:.25rem;font-size:1rem;font-weight:600}.cart-item-type{color:#64748b;font-size:.8125rem;display:block}.cart-item-original{color:#94a3b8;margin-left:.5rem;font-size:.8125rem;text-decoration:line-through}.cart-item-price{color:#1e293b;white-space:nowrap;font-size:1.125rem;font-weight:600}.cart-item-actions{align-items:center;gap:.75rem;display:flex}.btn-contact{color:#fff;cursor:pointer;white-space:nowrap;background:#3b82f6;border:none;border-radius:8px;padding:.5rem 1rem;font-size:.8125rem;font-weight:500}.btn-contact:hover:not(:disabled){background:#2563eb}.btn-contact:disabled{opacity:.7;cursor:not-allowed}.cart-remove{color:#94a3b8;cursor:pointer;background:0 0;border:none;border-radius:6px;padding:.5rem;transition:all .2s}.cart-remove:hover{color:#dc2626;background:#fef2f2}.cart-summary{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:1.5rem;position:sticky;top:6rem}.cart-summary h3{color:#1e293b;margin-bottom:1rem;font-size:1.125rem;font-weight:600}.summary-row{color:#64748b;justify-content:space-between;padding:.5rem 0;font-size:.9375rem;display:flex}.summary-total{color:#1e293b;border-top:1px solid #e2e8f0;justify-content:space-between;margin-top:.5rem;padding:1rem 0;font-size:1.125rem;font-weight:600;display:flex}.checkout-btn{color:#fff;cursor:pointer;background:#3b82f6;border:none;border-radius:8px;justify-content:center;align-items:center;gap:.5rem;width:100%;margin-top:1rem;padding:.875rem;font-size:1rem;font-weight:600;transition:background .2s;display:flex}.checkout-btn:hover:not(:disabled){background:#2563eb}.checkout-btn:disabled{opacity:.7;cursor:not-allowed}.checkout-note{text-align:center;color:#64748b;margin-top:1rem;font-size:.8125rem}.checkout-note a{color:#3b82f6;text-decoration:none}.checkout-note a:hover{text-decoration:underline}.payment-modal-overlay{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:1000;background:#0006;justify-content:center;align-items:center;padding:1rem;animation:.2s fadeIn;display:flex;position:fixed;inset:0}.payment-modal{background:#fff;border-radius:16px;flex-direction:column;gap:1.5rem;width:100%;max-width:500px;padding:2rem;animation:.3s slideUp;display:flex;position:relative;box-shadow:0 25px 50px -12px #00000040}.payment-modal-header{justify-content:space-between;align-items:center;display:flex}.payment-modal-header h2{color:#1e293b;font-size:1.5rem;font-weight:700}.payment-method-selector{background:#f1f5f9;border-radius:12px;gap:.5rem;padding:.5rem;display:flex}.method-btn{color:#64748b;cursor:pointer;background:0 0;border:none;border-radius:8px;flex:1;padding:.75rem;font-weight:600;transition:all .2s}.method-btn.active{color:#3b82f6;background:#fff;box-shadow:0 4px 6px -1px #0000001a}.payment-method-content{text-align:center;background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;padding:1.5rem}.payment-details p{color:#475569;margin-bottom:1rem}.upi-id{color:#3730a3;background:#e0e7ff;border-radius:8px;margin:1rem 0;padding:.75rem;font-size:1.25rem;display:inline-block}.qr-code{border-radius:12px;max-width:200px;margin:1rem auto;display:block;box-shadow:0 4px 6px -1px #0000001a}.paypal-link{color:#0284c7;background:#e0f2fe;border-radius:8px;margin-bottom:1rem;padding:1rem;font-size:1.25rem;font-weight:700;text-decoration:none;display:inline-block}.payment-amt-text{color:#0f172a;font-size:1.1rem}.warning-text{color:#ef4444;font-size:.85rem}.transaction-input{flex-direction:column;gap:.5rem;display:flex}.transaction-input label{color:#334155;font-size:.875rem;font-weight:500}.transaction-input input{border:2px solid #e2e8f0;border-radius:8px;outline:none;padding:.875rem;font-size:1rem;transition:border-color .2s}.transaction-input input:focus{border-color:#3b82f6}.payment-modal-footer{flex-direction:column;align-items:center;gap:.5rem;display:flex}.submit-payment{width:100%}.help-small{color:#94a3b8;text-align:center;font-size:.75rem}@media (width<=600px){.cart-item{flex-direction:column;align-items:flex-start;gap:.75rem;padding:1.25rem}.cart-item-image{width:100%;height:150px}.cart-item-actions{justify-content:space-between;width:100%;margin-top:.5rem}.btn-contact{text-align:center;flex:1}}.dashboard-page{min-height:80vh;padding:2rem 0}.dashboard-page .container{max-width:1000px;margin:0 auto;padding:0 1.5rem}.auth-required{text-align:center;padding:4rem 0}.auth-required svg{color:#cbd5e1;margin-bottom:1rem}.auth-required h2{color:#1e293b;margin-bottom:.5rem;font-size:1.5rem}.auth-required p{color:#64748b;margin-bottom:1.5rem}.dashboard-header{justify-content:space-between;align-items:center;margin-bottom:2rem;display:flex}.user-info{align-items:center;gap:1rem;display:flex}.user-avatar{color:#fff;background:linear-gradient(135deg,#3b82f6,#8b5cf6);border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;font-size:1.5rem;font-weight:600;display:flex}.user-info h1{color:#1e293b;font-size:1.5rem;font-weight:600}.user-info p{color:#64748b;font-size:.875rem}.logout-btn{color:#64748b;cursor:pointer;background:0 0;border:1px solid #e2e8f0;border-radius:8px;align-items:center;gap:.5rem;padding:.625rem 1rem;font-size:.875rem;transition:all .2s;display:flex}.logout-btn:hover{color:#dc2626;background:#fef2f2;border-color:#fecaca}.dashboard-tabs{border-bottom:1px solid #e2e8f0;gap:.5rem;margin-bottom:2rem;display:flex}.dashboard-tabs .tab{color:#64748b;cursor:pointer;background:0 0;border:none;border-bottom:2px solid #0000;align-items:center;gap:.5rem;margin-bottom:-1px;padding:.75rem 1rem;font-size:.9375rem;font-weight:500;transition:all .2s;display:flex}.dashboard-tabs .tab:hover{color:#3b82f6}.dashboard-tabs .tab.active{color:#3b82f6;border-bottom-color:#3b82f6}.dashboard-content{min-height:400px}.loading{text-align:center;color:#64748b;padding:3rem}.empty-state{text-align:center;padding:4rem 2rem}.empty-state svg{color:#cbd5e1;margin-bottom:1rem}.empty-state h3{color:#1e293b;margin-bottom:.5rem;font-size:1.25rem}.empty-state p{color:#64748b;margin-bottom:1.5rem}.orders-section{margin-bottom:2rem}.section-title{color:#1e293b;align-items:center;gap:.5rem;margin-bottom:1rem;font-size:1rem;font-weight:600;display:flex}.section-title svg{color:#64748b}.orders-grid{flex-direction:column;gap:1rem;display:flex}.order-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;overflow:hidden}.order-header{background:#f8fafc;border-bottom:1px solid #e2e8f0;justify-content:space-between;align-items:center;padding:1rem;display:flex}.order-date{color:#64748b;font-size:.8125rem}.order-status{border-radius:20px;align-items:center;gap:.375rem;padding:.25rem .625rem;font-size:.8125rem;font-weight:500;display:flex}.order-status.pending{color:#b45309;background:#fef3c7}.order-status.paid{color:#15803d;background:#dcfce7}.order-items{padding:1rem}.order-item{align-items:center;gap:1rem;padding:.75rem 0;display:flex}.order-item:not(:last-child){border-bottom:1px solid #f1f5f9}.order-item-image{background:#f1f5f9;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:56px;height:56px;display:flex;overflow:hidden}.order-item-image img{object-fit:cover;width:100%;height:100%}.order-item-image svg{color:#94a3b8}.order-item-info{flex:1}.order-item-info h4{color:#1e293b;margin-bottom:.125rem;font-size:.9375rem;font-weight:600}.item-type{color:#64748b;font-size:.8125rem}.order-item-price{color:#1e293b;font-size:.9375rem;font-weight:600}.order-footer{background:#f8fafc;border-top:1px solid #e2e8f0;padding:1rem}.order-total{color:#1e293b;justify-content:space-between;margin-bottom:1rem;font-weight:600;display:flex}.order-actions{flex-direction:column;gap:.75rem;display:flex}.pending-actions .btn{width:100%}.btn-download{color:#fff;cursor:pointer;background:#3b82f6;border:none;border-radius:8px;justify-content:center;align-items:center;gap:.5rem;width:100%;padding:.75rem 1rem;font-size:.875rem;font-weight:500;transition:background .2s;display:flex}.btn-download:hover:not(:disabled){background:#2563eb}.btn-download:disabled{opacity:.8;cursor:wait}.spinner{border:2px solid #0000;border-top-color:#fff;border-radius:50%;width:16px;height:16px;animation:.8s linear infinite spin}.setup-status{color:#15803d;background:#f0fdf4;border:1px solid #bbf7d0;border-radius:8px;align-items:center;gap:.5rem;padding:.75rem 1rem;font-size:.875rem;display:flex}.contact-link{color:#3b82f6;margin-left:auto;font-size:.8125rem}.download-action{width:100%}.account-section{margin-bottom:2rem}.account-section h3{color:#1e293b;margin-bottom:1rem;font-size:1.125rem;font-weight:600}.account-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:1.5rem}.account-field{justify-content:space-between;padding:.75rem 0;display:flex}.account-field:not(:last-child){border-bottom:1px solid #f1f5f9}.account-field label{color:#64748b;font-size:.875rem}.account-field span{color:#1e293b;font-size:.875rem;font-weight:500}.help-text{color:#64748b;margin-bottom:1rem;line-height:1.6}.status-note{border-radius:8px;margin-bottom:.5rem;padding:.5rem .75rem;font-size:.85rem;font-weight:500}.code-note{color:#1e3a8a;background:#eff6ff;border-left:4px solid #3b82f6}.service-note{color:#7f1d1d;background:#fef2f2;border-left:4px solid #ef4444}.dashboard-empty-hub{animation:.4s fadeIn}.empty-state-banner{text-align:center;background:linear-gradient(135deg,#eff6ff 0%,#e0e7ff 100%);border:1px solid #c7d2fe;border-radius:16px;margin-bottom:2rem;padding:3rem 2rem}.empty-state-content{max-width:600px;margin:0 auto}.empty-state-content svg{color:#6366f1;margin-bottom:1rem}.empty-state-content h3{color:#1e3a8a;margin-bottom:.5rem;font-size:1.75rem}.empty-state-content p{color:#475569;margin-bottom:.5rem;font-size:1.05rem;line-height:1.6}.login-page{justify-content:center;align-items:center;min-height:80vh;padding:2rem;display:flex}.login-container{background:#fff;border:1px solid #e2e8f0;border-radius:16px;width:100%;max-width:400px;padding:2rem;box-shadow:0 4px 20px #00000014}.login-header{text-align:center;margin-bottom:1.5rem}.login-header h1{color:#1e293b;margin-bottom:.5rem;font-size:1.5rem;font-weight:600}.login-header p{color:#64748b;font-size:.875rem}.login-form{flex-direction:column;gap:1rem;display:flex}.login-form .form-group{flex-direction:column;gap:.5rem;display:flex}.login-form label{color:#374151;font-size:.875rem;font-weight:500}.login-form .input-wrapper{border:1px solid #e2e8f0;border-radius:8px;align-items:center;gap:.75rem;padding:.75rem;transition:border-color .2s;display:flex}.login-form .input-wrapper:focus-within{border-color:#3b82f6}.login-form .input-wrapper svg{color:#94a3b8;flex-shrink:0}.login-form .input-wrapper input{color:#1e293b;background:0 0;border:none;outline:none;flex:1;font-size:.9375rem}.login-form .input-wrapper input::placeholder{color:#94a3b8}.login-error{color:#dc2626;background:#fef2f2;border:1px solid #fecaca;border-radius:8px;padding:.75rem;font-size:.875rem}.login-submit{color:#fff;cursor:pointer;background:#3b82f6;border:none;border-radius:8px;justify-content:center;align-items:center;gap:.5rem;padding:.875rem;font-size:.9375rem;font-weight:600;transition:background .2s;display:flex}.login-submit:hover:not(:disabled){background:#2563eb}.login-submit:disabled{opacity:.7;cursor:not-allowed}.login-footer{text-align:center;border-top:1px solid #e2e8f0;margin-top:1.5rem;padding-top:1.5rem}.login-footer p{color:#64748b;font-size:.875rem}.login-footer .auth-switch{color:#3b82f6;cursor:pointer;background:0 0;border:none;font-size:.875rem;font-weight:600}.login-footer .auth-switch:hover{text-decoration:underline}.login-back{text-align:center;margin-top:1rem}.login-back a{color:#64748b;font-size:.875rem;text-decoration:none}.login-back a:hover{color:#3b82f6}.contact-page{min-height:80vh;padding:2rem 0 4rem}.contact-page .container{max-width:1000px;margin:0 auto;padding:0 1.5rem}.contact-header{text-align:center;margin-bottom:3rem}.contact-header h1{color:#1e293b;margin-bottom:.5rem;font-size:2rem;font-weight:600}.contact-header p{color:#64748b}.contact-success{text-align:center;padding:4rem 0}.success-icon{color:#15803d;background:#dcfce7;border-radius:50%;justify-content:center;align-items:center;width:64px;height:64px;margin:0 auto 1.5rem;display:flex}.contact-success h2{color:#1e293b;margin-bottom:.5rem;font-size:1.5rem}.contact-success p{color:#64748b;margin-bottom:1.5rem}.contact-grid{gap:2rem;display:grid}@media (width>=768px){.contact-grid{grid-template-columns:1fr 2fr}}.contact-info{flex-direction:column;gap:1rem;display:flex}.info-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:1.25rem}.info-card svg{color:#3b82f6;margin-bottom:.75rem}.info-card h3{color:#1e293b;margin-bottom:.25rem;font-size:1rem;font-weight:600}.info-card p{color:#64748b;font-size:.875rem}.payment-options{background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;grid-column:1/-1;padding:1.5rem}.payment-options h2{color:#1e293b;margin-bottom:.5rem;font-size:1.25rem;font-weight:600}.payment-intro{color:#64748b;margin-bottom:1.5rem}.payment-methods{gap:1rem;margin-bottom:1.5rem;display:grid}@media (width>=640px){.payment-methods{grid-template-columns:repeat(3,1fr)}}.payment-card{background:#fff;border:1px solid #e2e8f0;border-radius:8px;padding:1rem}.payment-card h3{color:#1e293b;margin-bottom:.375rem;font-size:.9375rem;font-weight:600}.payment-card p{color:#64748b;margin-bottom:.5rem;font-size:.8125rem}.payment-note{color:#10b981;font-size:.75rem;font-weight:500}.payment-contact{text-align:center;border-top:1px solid #e2e8f0;padding-top:1rem}.payment-contact p{color:#64748b;margin-bottom:1rem}.contact-form{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:1.5rem}.contact-form h2{color:#1e293b;margin-bottom:1.5rem;font-size:1.25rem;font-weight:600}.contact-form .form-group{margin-bottom:1rem}.contact-form label{color:#374151;margin-bottom:.5rem;font-size:.875rem;font-weight:500;display:block}.contact-form input,.contact-form select,.contact-form textarea{color:#1e293b;background:#fff;border:1px solid #e2e8f0;border-radius:8px;width:100%;padding:.75rem;font-size:.9375rem;transition:border-color .2s}.contact-form input:focus,.contact-form select:focus,.contact-form textarea:focus{border-color:#3b82f6;outline:none}.contact-form textarea{resize:vertical;min-height:120px}.contact-form .btn{justify-content:center;align-items:center;gap:.5rem;width:100%;margin-top:1rem;display:flex}.spin{animation:1s linear infinite spin}
