*{margin:0;padding:0;font-family:Figtree,sans-serif}:root{--primary:#2c52bb;--yellow:#bba215;--white:#fff;--black:#000;--grey:#a1a1a1;--bg:#f0f0f0}.fh-header{z-index:100;background:var(--primary);height:64px;font-family:Figtree,sans-serif;transition:box-shadow .2s;position:sticky;top:0}.fh-header--scrolled{box-shadow:0 2px 20px #0003}.fh-inner{align-items:center;gap:2rem;max-width:1200px;height:100%;margin:0 auto;padding:0 1.5rem;display:flex}.fh-logo{flex-shrink:0;align-items:center;gap:.625rem;text-decoration:none;display:flex}.fh-logo-icon{background:#ffffff26;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:34px;height:34px;display:flex}.fh-logo-text{color:var(--white);letter-spacing:-.02em;white-space:nowrap;font-size:1rem;font-weight:800}.fh-desktop-nav{flex:1;align-items:center;gap:.125rem;display:flex}.fh-nav-link{flex-direction:column;align-items:flex-start;gap:3px;padding:.375rem .75rem;text-decoration:none;display:flex}.fh-nav-label{color:#ffffffb3;white-space:nowrap;font-size:.9rem;font-weight:600;transition:color .18s}.fh-nav-link:hover .fh-nav-label,.fh-nav-link--active .fh-nav-label{color:var(--white)}.fh-nav-underline{background:var(--yellow);border-radius:2px;width:0%;height:2px;transition:width .25s cubic-bezier(.4,0,.2,1);display:block}.fh-nav-link:hover .fh-nav-underline,.fh-nav-link--active .fh-nav-underline{width:100%}.fh-icon-area{flex-shrink:0;align-items:center;gap:.5rem;margin-left:auto;display:flex}.fh-auth-icons{align-items:center;gap:.375rem;display:flex}.fh-icon-btn{color:#ffffffd9;white-space:nowrap;cursor:pointer;background:0 0;border:1.5px solid #ffffff59;border-radius:8px;align-items:center;gap:.375rem;height:36px;padding:0 .875rem;font-family:Figtree,sans-serif;font-size:.85rem;font-weight:600;text-decoration:none;transition:background .18s,border-color .18s,color .18s;display:flex}.fh-icon-btn:hover{color:var(--white);background:#ffffff1a;border-color:#ffffffb3}.fh-icon-btn--solid{background:var(--yellow);border-color:var(--yellow);color:var(--black)}.fh-icon-btn--solid:hover{opacity:.88;border-color:var(--yellow)}.fh-user-wrap{position:relative}.fh-user-btn{cursor:pointer;color:var(--white);background:#ffffff1f;border:1.5px solid #fff3;border-radius:10px;align-items:center;gap:.5rem;height:38px;padding:.3rem .75rem .3rem .3rem;font-family:Figtree,sans-serif;font-size:.875rem;font-weight:600;transition:background .18s,border-color .18s;display:flex}.fh-user-btn:hover,.fh-user-btn--open{background:#fff3;border-color:#fff6}.fh-user-btn svg{opacity:.7;transition:transform .2s}.fh-user-btn--open svg{opacity:1;transform:rotate(180deg)}.fh-avatar{background:var(--yellow);width:28px;height:28px;color:var(--black);letter-spacing:.02em;border-radius:7px;flex-shrink:0;justify-content:center;align-items:center;font-size:.7rem;font-weight:800;display:flex}.fh-username{text-overflow:ellipsis;white-space:nowrap;max-width:120px;overflow:hidden}.fh-dropdown{background:var(--white);z-index:500;border-radius:14px;min-width:230px;animation:.18s dropIn;position:absolute;top:calc(100% + 10px);right:0;overflow:hidden;box-shadow:0 8px 40px #00000029,0 2px 8px #00000014}@keyframes dropIn{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}.fh-dropdown-header{background:#2c52bb0a;align-items:center;gap:.75rem;padding:1rem 1rem .875rem;display:flex}.fh-dropdown-avatar{background:var(--primary);width:38px;height:38px;color:var(--white);border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;font-size:.8rem;font-weight:800;display:flex}.fh-dropdown-name{color:var(--black);font-size:.9rem;font-weight:700}.fh-dropdown-role{color:var(--grey);margin-top:1px;font-size:.75rem;font-weight:500}.fh-dropdown-divider{background:#f0f0f0;height:1px;margin:.25rem 0}.fh-dropdown-section{color:var(--grey);letter-spacing:.08em;text-transform:uppercase;padding:.5rem 1rem .25rem;font-size:.7rem;font-weight:700}.fh-dropdown-item{color:var(--black);text-align:left;cursor:pointer;background:0 0;border:none;align-items:center;gap:.625rem;width:100%;padding:.625rem 1rem;font-family:Figtree,sans-serif;font-size:.875rem;font-weight:500;text-decoration:none;transition:background .12s,color .12s;display:flex}.fh-dropdown-item:hover{color:var(--primary);background:#f5f5f5}.fh-dropdown-item--admin{color:var(--primary);font-weight:600}.fh-dropdown-item--admin:hover{background:#2c52bb12}.fh-dropdown-item--logout{color:#c0392b}.fh-dropdown-item--logout:hover{color:#c0392b;background:#fff2f2}.fh-burger{cursor:pointer;background:0 0;border:none;border-radius:8px;flex-direction:column;flex-shrink:0;justify-content:center;gap:5px;width:40px;height:40px;padding:.5rem;display:none}.fh-burger:hover{background:#ffffff1a}.fh-burger-line{background:var(--white);border-radius:2px;width:22px;height:2px;transition:transform .25s,opacity .2s;display:block}.fh-burger--open .fh-burger-line:first-child{transform:rotate(45deg)translate(5px,5px)}.fh-burger--open .fh-burger-line:nth-child(2){opacity:0;transform:scaleX(0)}.fh-burger--open .fh-burger-line:nth-child(3){transform:rotate(-45deg)translate(5px,-5px)}.fh-overlay{z-index:200;opacity:0;pointer-events:none;background:#00000073;transition:opacity .25s;position:fixed;inset:0}.fh-overlay--open{opacity:1;pointer-events:all}.fh-drawer{background:var(--white);z-index:300;flex-direction:column;width:min(300px,85vw);height:100dvh;font-family:Figtree,sans-serif;transition:transform .3s cubic-bezier(.4,0,.2,1);display:flex;position:fixed;top:0;right:0;overflow-y:auto;transform:translate(100%);box-shadow:-4px 0 32px #0000002e}.fh-drawer--open{transform:translate(0)}.fh-drawer-top{border-bottom:1.5px solid #f0f0f0;flex-shrink:0;justify-content:space-between;align-items:center;padding:1.125rem 1.125rem 1rem;display:flex}.fh-drawer-title{color:var(--black);font-size:1rem;font-weight:800}.fh-drawer-user{align-items:center;gap:.625rem;display:flex}.fh-drawer-avatar{background:var(--primary);width:38px;height:38px;color:var(--white);border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;font-size:.8rem;font-weight:800;display:flex}.fh-drawer-username{color:var(--black);font-size:.9rem;font-weight:700}.fh-drawer-role{color:var(--grey);font-size:.72rem;font-weight:500}.fh-drawer-close{cursor:pointer;width:36px;height:36px;color:var(--black);background:#f5f5f5;border:none;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;transition:background .15s;display:flex}.fh-drawer-close:hover{background:#ebebeb}.fh-drawer-nav{flex-direction:column;gap:.125rem;padding:.625rem .75rem;display:flex}.fh-drawer-section{color:var(--grey);letter-spacing:.08em;text-transform:uppercase;padding:.5rem .875rem .25rem;font-size:.68rem;font-weight:700}.fh-drawer-link{color:var(--black);text-align:left;cursor:pointer;background:0 0;border:none;border-radius:10px;justify-content:space-between;align-items:center;width:100%;padding:.7rem .875rem;font-family:Figtree,sans-serif;font-size:.9375rem;font-weight:500;text-decoration:none;transition:background .15s,color .15s;display:flex}.fh-drawer-link:hover{background:#f5f5f5}.fh-drawer-link--active{color:var(--primary);background:#2c52bb0f;font-weight:800}.fh-drawer-link--admin{color:var(--primary);font-weight:600}.fh-drawer-link--admin:hover{background:#2c52bb12}.fh-drawer-link--logout{color:#c0392b}.fh-drawer-link--logout:hover{background:#fff2f2}.fh-drawer-link-inner{align-items:center;gap:.625rem;display:flex}.fh-drawer-dot{background:var(--yellow);border-radius:50%;flex-shrink:0;width:8px;height:8px}.fh-drawer-divider{background:#f0f0f0;flex-shrink:0;height:1.5px;margin:.25rem 1rem}.fh-drawer-auth{flex-direction:column;gap:.625rem;padding:1rem 1rem 1.25rem;display:flex}.fh-drawer-btn{cursor:pointer;border:none;border-radius:10px;justify-content:center;align-items:center;height:46px;font-family:Figtree,sans-serif;font-size:.9375rem;font-weight:700;text-decoration:none;transition:opacity .18s,background .18s;display:flex}.fh-drawer-btn--outline{border:1.5px solid var(--primary);color:var(--primary);background:0 0}.fh-drawer-btn--outline:hover{background:#2c52bb0f}.fh-drawer-btn--solid{background:var(--primary);color:var(--white)}.fh-drawer-btn--solid:hover{opacity:.88}@media (width<=768px){.fh-desktop-nav{display:none}.fh-burger{display:flex}.fh-logo-text{font-size:.9rem}.fh-inner{gap:.75rem}.fh-username,.fh-user-btn svg{display:none}.fh-user-btn{border-radius:9px;padding:.3rem}.fh-icon-label{display:none}.fh-icon-btn{border-radius:9px;justify-content:center;width:36px;height:36px;padding:0}}@media (width<=400px){.fh-logo-text{display:none}}.footer{background:#0a1628;border-top:1px solid #ffffff0f;font-family:Figtree,sans-serif}.footer-inner{grid-template-columns:2fr 1fr 1fr 1fr;gap:3rem;max-width:1200px;margin:0 auto;padding:3.5rem 1.5rem 3rem;display:grid}.footer-col--brand{flex-direction:column;gap:.625rem;display:flex}.footer-logo{align-items:center;gap:.625rem;margin-bottom:.25rem;text-decoration:none;display:inline-flex}.footer-logo-icon{background:#2c52bb;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:34px;height:34px;display:flex}.footer-logo-text{color:#fff;letter-spacing:-.02em;white-space:nowrap;font-size:.9375rem;font-weight:800}.footer-tagline{color:#ffffff73;max-width:280px;margin:.25rem 0 .5rem;font-size:.825rem;line-height:1.65}.footer-mail{color:#fff9;align-items:center;gap:.45rem;font-size:.825rem;font-weight:600;text-decoration:none;transition:color .15s;display:inline-flex}.footer-mail:hover{color:#fff}.footer-mail svg{flex-shrink:0}.footer-col{flex-direction:column;gap:1rem;display:flex}.footer-col-title{letter-spacing:.1em;text-transform:uppercase;color:#ffffff59;margin:0;font-size:.68rem;font-weight:800}.footer-links{flex-direction:column;gap:.5rem;margin:0;padding:0;list-style:none;display:flex}.footer-link{color:#fff9;font-size:.875rem;font-weight:500;text-decoration:none;transition:color .15s,padding-left .15s;display:inline-block}.footer-link:hover{color:#fff;padding-left:4px}.footer-hours{flex-direction:column;gap:.5rem;display:flex}.footer-hour-row{justify-content:space-between;align-items:center;gap:.5rem;display:flex}.footer-hour-day{color:#ffffff80;white-space:nowrap;font-size:.8rem;font-weight:500}.footer-hour-time{color:#ffffffbf;white-space:nowrap;font-size:.8rem;font-weight:700}.footer-bottom{border-top:1px solid #ffffff12}.footer-bottom-inner{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;max-width:1200px;margin:0 auto;padding:1.125rem 1.5rem;display:flex}.footer-copy{color:#ffffff4d;white-space:nowrap;font-size:.775rem;font-weight:500}.footer-creator{background:#ffffff0a;border:1px solid #ffffff1a;border-radius:99px;align-items:center;gap:.5rem;padding:.375rem .75rem;text-decoration:none;transition:background .18s,border-color .18s;display:inline-flex}.footer-creator:hover{background:#2c52bb33;border-color:#2c52bb66}.footer-creator-label{color:#ffffff59;white-space:nowrap;font-size:.7rem;font-weight:500}.footer-creator-name{color:#fffc;white-space:nowrap;align-items:center;gap:.3rem;font-size:.775rem;font-weight:800;transition:color .15s;display:inline-flex}.footer-creator:hover .footer-creator-name,.footer-creator-name svg{color:#7b9fff}.footer-legal-row{flex-wrap:wrap;align-items:center;gap:.375rem;display:flex}.footer-legal-item{align-items:center;gap:.375rem;display:inline-flex}.footer-legal-sep{color:#fff3;font-size:.7rem}.footer-legal-link{color:#ffffff59;white-space:nowrap;font-size:.775rem;font-weight:500;text-decoration:none;transition:color .15s}.footer-legal-link:hover{color:#ffffffb3}@media (width<=900px){.footer-inner{grid-template-columns:1fr 1fr;gap:2rem;padding:3rem 1.25rem 2.5rem}.footer-col--brand{grid-column:1/-1}.footer-tagline{max-width:100%}}@media (width<=560px){.footer-inner{grid-template-columns:1fr;gap:1.75rem;padding:2.5rem 1rem 2rem}.footer-bottom-inner{flex-direction:column;align-items:flex-start;gap:.75rem;padding:1rem}.footer-creator{align-self:flex-start}}.home{background:#f0f0f0;font-family:Figtree,sans-serif}.section-eyebrow{letter-spacing:.14em;text-transform:uppercase;color:#2c52bb;margin:0 0 .5rem;font-size:.72rem;font-weight:800}.section-eyebrow--light{color:#ffffff8c}.section-title{color:#000;letter-spacing:-.04em;margin:0 0 .75rem;font-size:clamp(1.75rem,4vw,2.5rem);font-weight:800;line-height:1.1}.section-title--light{color:#fff}.section-sub{color:#666;max-width:560px;margin:0;font-size:.9375rem;line-height:1.65}.section-sub--light{color:#ffffffa6}.hero{grid-template-columns:1fr 1fr;min-height:620px;display:grid;position:relative;overflow:hidden}.hero-left{z-index:1;background:#2c52bb;align-items:center;padding:5rem 4rem 7rem 2rem;display:flex;position:relative}.hero-left:after{content:"";z-index:2;background:#2c52bb;width:120px;height:100%;position:absolute;top:0;right:-60px;transform:skew(-6deg)}.hero-left-inner{z-index:3;max-width:520px;margin-left:auto;position:relative}.hero-eyebrow{letter-spacing:.1em;text-transform:uppercase;color:#ffffff8c;align-items:center;gap:.5rem;margin-bottom:1.25rem;font-size:.72rem;font-weight:700;display:inline-flex}.hero-eyebrow-dot{background:#bba215;border-radius:50%;width:6px;height:6px;box-shadow:0 0 0 4px #bba2154d}.hero-title{color:#fff;letter-spacing:-.05em;margin:0 0 1.25rem;font-size:clamp(2.25rem,4vw,3.5rem);font-weight:800;line-height:1.08;animation:.6s both heroFadeUp}.hero-title-accent{color:#bba215}.hero-desc{color:#ffffffad;margin:0 0 2rem;font-size:.9375rem;line-height:1.7;animation:.6s .1s both heroFadeUp}.hero-actions{flex-wrap:wrap;gap:.75rem;margin-bottom:2rem;animation:.6s .2s both heroFadeUp;display:flex}.hero-btn-primary{color:#000;background:#bba215;border-radius:10px;align-items:center;gap:.5rem;height:48px;padding:0 1.375rem;font-size:.9rem;font-weight:800;text-decoration:none;transition:opacity .18s,transform .18s;display:inline-flex;box-shadow:0 4px 16px #bba21559}.hero-btn-primary:hover{opacity:.9;transform:translateY(-2px)}.hero-btn-secondary{color:#ffffffd9;border:1.5px solid #ffffff4d;border-radius:10px;align-items:center;height:48px;padding:0 1.375rem;font-size:.9rem;font-weight:600;text-decoration:none;transition:background .18s,border-color .18s;display:inline-flex}.hero-btn-secondary:hover{background:#ffffff14;border-color:#fff9}.hero-trust{flex-direction:column;gap:.5rem;animation:.6s .3s both heroFadeUp;display:flex}.hero-trust-item{color:#ffffffa6;align-items:center;gap:.5rem;font-size:.8rem;font-weight:600;display:flex}.hero-trust-item svg{color:#bba215;flex-shrink:0}.hero-right{background:#e8edf7;justify-content:center;align-items:center;padding:4rem 2rem 6rem 4rem;display:flex;position:relative;overflow:hidden}.hero-circle{pointer-events:none;background:radial-gradient(circle,#2c52bb1a 0%,#0000 65%);border-radius:50%;width:500px;height:500px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.hero-product-img{z-index:1;object-fit:contain;filter:drop-shadow(0 24px 48px #2c52bb33);border-radius:16px;width:100%;max-width:420px;height:320px;transition:transform .35s;animation:.7s .15s both heroFadeUp;position:relative}.hero-right:hover .hero-product-img{transform:translateY(-6px)scale(1.01)}.hero-stock-pill{color:#276749;background:#fff;border:1px solid #38a1694d;border-radius:99px;align-items:center;gap:.4rem;padding:.35rem .875rem;font-size:.72rem;font-weight:700;animation:.5s .4s both heroFadeUp;display:flex;position:absolute;top:1.5rem;right:1.5rem;box-shadow:0 2px 10px #0000000f}.hero-stock-dot{background:#38a169;border-radius:50%;width:7px;height:7px;animation:2s infinite stockPulse}@keyframes stockPulse{0%,to{box-shadow:0 0 #38a16966}50%{box-shadow:0 0 0 4px #38a16900}}.hero-stat{background:#2c52bb;border-radius:12px;flex-direction:column;align-items:center;padding:.625rem 1rem;animation:.5s .35s both heroFadeUp;display:flex;position:absolute;top:1.5rem;left:1.5rem;box-shadow:0 4px 20px #2c52bb4d}.hero-stat-val{color:#fff;letter-spacing:-.04em;font-size:1.25rem;font-weight:800;line-height:1}.hero-stat-label{color:#fff9;letter-spacing:.05em;text-transform:uppercase;margin-top:2px;font-size:.62rem;font-weight:700}.hero-product-tag{white-space:nowrap;z-index:2;background:#fff;border:1px solid #2c52bb14;border-radius:14px;align-items:center;gap:1rem;padding:.875rem 1.125rem;animation:.5s .5s both heroFadeUp;display:flex;position:absolute;bottom:3.5rem;left:50%;transform:translate(-50%);box-shadow:0 8px 32px #0000001f,0 1px 4px #0000000f}.hero-product-tag-left{align-items:center;gap:.75rem;display:flex}.hero-product-tag-icon{color:#2c52bb;background:#2c52bb14;border-radius:9px;flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;display:flex}.hero-product-tag-name{color:#000;letter-spacing:-.01em;margin:0;font-size:.875rem;font-weight:800}.hero-product-tag-brand{color:#a1a1a1;margin:0;font-size:.7rem;font-weight:500}.hero-product-tag-right{border-left:1.5px solid #f0f0f0;align-items:center;gap:.625rem;padding-left:1rem;display:flex}.hero-product-tag-price{color:#000;letter-spacing:-.03em;margin:0;font-size:1rem;font-weight:800}.hero-product-tag-btn{color:#fff;background:#2c52bb;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:30px;height:30px;text-decoration:none;transition:background .15s;display:flex}.hero-product-tag-btn:hover{background:#1e3d9a}.hero-wave{z-index:4;line-height:0;position:absolute;bottom:0;left:0;right:0}.hero-wave svg{width:100%;height:50px;display:block}@keyframes heroFadeUp{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}@media (width<=900px){.hero{grid-template-columns:1fr;min-height:auto}.hero-left{padding:3.5rem 1.25rem 2.5rem}.hero-left:after{display:none}.hero-left-inner{max-width:100%;margin:0}.hero-right{min-height:320px;padding:3rem 1.25rem 5rem}.hero-product-img{height:220px}.hero-product-tag{width:calc(100% - 3rem);bottom:2.5rem}}.steps-section{background:#fff;padding:5rem 1.5rem}.steps-inner{max-width:1200px;margin:0 auto}.steps-header{text-align:center;margin-bottom:3.5rem}.steps-header .section-sub{margin:0 auto}.steps-grid{grid-template-columns:repeat(4,1fr);gap:0;display:grid;position:relative}.step-card{flex-direction:column;gap:.75rem;padding:1.5rem 1.25rem;animation:.5s both stepFade;display:flex;position:relative}@keyframes stepFade{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}.step-number{color:#2c52bb14;letter-spacing:-.05em;margin-bottom:-.5rem;font-size:3rem;font-weight:800;line-height:1}.step-icon-wrap{color:#2c52bb;background:#2c52bb14;border-radius:13px;justify-content:center;align-items:center;width:48px;height:48px;display:flex}.step-title{color:#000;letter-spacing:-.02em;margin:0;font-size:1rem;font-weight:800}.step-desc{color:#666;flex:1;margin:0;font-size:.85rem;line-height:1.6}.step-link{color:#2c52bb;align-items:center;gap:.35rem;margin-top:auto;font-size:.8rem;font-weight:700;text-decoration:none;transition:gap .15s;display:inline-flex}.step-link:hover{gap:.55rem}.step-connector{z-index:1;background:linear-gradient(90deg,#2c52bb40,#2c52bb);width:24px;height:2px;position:absolute;top:72px;right:-12px}.step-connector:after{content:"";border-top:4px solid #0000;border-bottom:4px solid #0000;border-left:6px solid #2c52bb;width:0;height:0;position:absolute;top:-3px;right:-1px}@media (width<=900px){.steps-section{padding:3.5rem 1rem}.steps-grid{grid-template-columns:repeat(2,1fr);gap:1rem}.step-connector{display:none}}@media (width<=500px){.steps-grid{grid-template-columns:1fr}}.brands-section{background:#f0f0f0;padding:5rem 1.5rem}.brands-inner{max-width:1200px;margin:0 auto}.brands-header{text-align:center;margin-bottom:3rem}.brands-header .section-sub{margin:0 auto}.brands-grid{grid-template-columns:repeat(3,1fr);gap:1.25rem;display:grid}.brand-card{background:#fff;border:1.5px solid #ececec;border-radius:18px;flex-direction:column;gap:1.25rem;padding:1.75rem 1.5rem;transition:transform .22s,box-shadow .22s,border-color .18s;animation:.5s both brandFade;display:flex}@keyframes brandFade{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}.brand-card:hover{transform:translateY(-5px);box-shadow:0 16px 48px #0000001a}.brand-card--schultes:hover{border-color:#2c52bb4d}.brand-card--sharp-gastro:hover{border-color:#14a08c4d}.brand-card--sharp-handel:hover{border-color:#bba21566}.brand-tag{letter-spacing:.08em;text-transform:uppercase;border-radius:99px;margin-bottom:.25rem;padding:.25rem .625rem;font-size:.68rem;font-weight:800;display:inline-block}.brand-tag--blue{color:#2c52bb;background:#2c52bb1a}.brand-tag--teal{color:#0d9488;background:#14a08c1a}.brand-tag--amber{color:#92780a;background:#bba2151f}.brand-name{color:#000;letter-spacing:-.03em;margin:0 0 .5rem;font-size:1.25rem;font-weight:800}.brand-desc{color:#666;margin:0;font-size:.85rem;line-height:1.65}.brand-highlights{flex-direction:column;gap:.5rem;margin:0;padding:0;list-style:none;display:flex}.brand-highlight{color:#333;align-items:center;gap:.5rem;font-size:.825rem;font-weight:600;display:flex}.brand-highlight svg{color:#38a169;flex-shrink:0}.brand-footer{border-top:1.5px solid #f0f0f0;justify-content:space-between;align-items:center;margin-top:auto;padding-top:1rem;display:flex}.brand-price{color:#000;font-size:.875rem;font-weight:800}.brand-btn{color:#2c52bb;align-items:center;gap:.35rem;font-size:.8rem;font-weight:700;text-decoration:none;transition:gap .15s;display:inline-flex}.brand-btn:hover{gap:.55rem}@media (width<=900px){.brands-section{padding:3.5rem 1rem}.brands-grid{grid-template-columns:1fr;gap:1rem}}.why-section{background:#0a1628;padding:5rem 1.5rem;position:relative;overflow:hidden}.why-section:before{content:"";pointer-events:none;background:radial-gradient(circle,#2c52bb2e 0%,#0000 70%);border-radius:50%;width:600px;height:600px;position:absolute;top:-200px;right:-200px}.why-inner{max-width:1200px;margin:0 auto}.why-header{text-align:center;margin-bottom:3.5rem}.why-header .section-sub{margin:0 auto}.why-grid{grid-template-columns:repeat(3,1fr);gap:1.25rem;display:grid}.why-item{background:#ffffff0d;border:1px solid #ffffff14;border-radius:14px;align-items:flex-start;gap:1rem;padding:1.375rem 1.25rem;transition:background .2s,border-color .2s,transform .2s;animation:.5s both whyFade;display:flex}@keyframes whyFade{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.why-item:hover{background:#2c52bb26;border-color:#2c52bb4d;transform:translateY(-3px)}.why-icon{color:#7b9fff;background:#2c52bb40;border-radius:11px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;transition:background .2s;display:flex}.why-item:hover .why-icon{background:#2c52bb66}.why-title{color:#fff;letter-spacing:-.02em;margin:0 0 .375rem;font-size:.9375rem;font-weight:800}.why-desc{color:#ffffff8c;margin:0;font-size:.825rem;line-height:1.6}@media (width<=900px){.why-section{padding:3.5rem 1rem}.why-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=560px){.why-grid{grid-template-columns:1fr}}.contact-section{background:#fff;padding:5rem 1.5rem}.contact-inner{max-width:1000px;margin:0 auto}.contact-header{text-align:center;margin-bottom:3rem}.contact-header .section-sub{margin:0 auto}.contact-grid{grid-template-columns:1fr 1fr;gap:1.5rem;display:grid}.contact-card{text-align:center;background:#f7f9ff;border:1.5px solid #2c52bb1f;border-radius:18px;flex-direction:column;align-items:center;gap:.5rem;padding:2rem 1.75rem;display:flex}.contact-avatar{color:#fff;background:#2c52bb;border-radius:16px;justify-content:center;align-items:center;width:64px;height:64px;margin-bottom:.5rem;font-size:1.1rem;font-weight:800;display:flex;box-shadow:0 4px 20px #2c52bb4d}.contact-name{color:#000;letter-spacing:-.02em;margin:0;font-size:1.125rem;font-weight:800}.contact-role{color:#a1a1a1;margin:0 0 .75rem;font-size:.8rem;font-weight:500}.contact-details{flex-direction:column;gap:.5rem;width:100%;margin:.5rem 0 1rem;display:flex}.contact-detail-row{text-align:left;color:inherit;background:#fff;border:1px solid #ececec;border-radius:10px;align-items:flex-start;gap:.75rem;padding:.625rem .875rem;text-decoration:none;transition:border-color .15s,box-shadow .15s;display:flex}.contact-detail-row--link:hover{border-color:#2c52bb;box-shadow:0 2px 10px #2c52bb1a}.contact-detail-icon{color:#2c52bb;background:#2c52bb14;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:30px;height:30px;margin-top:1px;display:flex}.contact-detail-label{color:#a1a1a1;letter-spacing:.05em;text-transform:uppercase;margin-bottom:.1rem;font-size:.68rem;font-weight:700;display:block}.contact-detail-val{color:#000;font-size:.875rem;font-weight:600;line-height:1.4}.contact-cta{color:#fff;background:#2c52bb;border-radius:11px;justify-content:center;align-items:center;gap:.5rem;width:100%;height:48px;margin-top:.25rem;font-size:.9rem;font-weight:700;text-decoration:none;transition:background .18s;display:inline-flex;box-shadow:0 4px 16px #2c52bb40}.contact-cta:hover{background:#1e3d9a}.contact-hours{background:#f7f7f7;border:1.5px solid #ececec;border-radius:18px;flex-direction:column;gap:1.25rem;padding:1.75rem 1.5rem;display:flex}.contact-hours-header{color:#2c52bb;align-items:center;gap:.625rem;display:flex}.contact-hours-title{color:#000;letter-spacing:-.02em;margin:0;font-size:1rem;font-weight:800}.contact-hours-list{flex-direction:column;gap:.625rem;display:flex}.contact-hours-row{border-bottom:1px solid #ececec;justify-content:space-between;align-items:center;gap:.5rem;padding:.5rem 0;display:flex}.contact-hours-row:last-child{border-bottom:none}.contact-hours-day{color:#333;font-size:.85rem;font-weight:600}.contact-hours-time{color:#276749;font-size:.85rem;font-weight:700}.contact-hours-time--closed{color:#c0392b}.contact-note{color:#2c52bb;background:#2c52bb0d;border:1px solid #2c52bb1a;border-radius:10px;align-items:flex-start;gap:.5rem;padding:.75rem .875rem;font-size:.78rem;font-weight:500;line-height:1.5;display:flex}.contact-note p{margin:0}.contact-quicklinks{flex-direction:column;gap:.5rem;display:flex}.contact-quicklink{color:#333;text-align:center;background:#fff;border:1.5px solid #e0e0e0;border-radius:9px;padding:.625rem 1rem;font-size:.825rem;font-weight:700;text-decoration:none;transition:border-color .15s,color .15s,background .15s;display:block}.contact-quicklink:hover{color:#2c52bb;background:#2c52bb0a;border-color:#2c52bb}@media (width<=768px){.contact-section{padding:3.5rem 1rem}.contact-grid{grid-template-columns:1fr}}.pg-section{width:100%;font-family:Figtree,sans-serif}.pg-header{margin-bottom:1.75rem}.pg-title{color:#000;letter-spacing:-.03em;margin:0 0 .375rem;font-size:1.6rem;font-weight:800}.pg-subtitle{color:#a1a1a1;margin:0;font-size:.9375rem}.pg-grid{grid-template-columns:repeat(3,1fr);gap:1.25rem;display:grid}@media (width<=1024px){.pg-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=600px){.pg-grid{grid-template-columns:1fr}}.pg-card{color:inherit;background:#fff;border:1.5px solid #ececec;border-radius:16px;flex-direction:column;text-decoration:none;transition:transform .22s cubic-bezier(.4,0,.2,1),box-shadow .22s cubic-bezier(.4,0,.2,1),border-color .18s;animation:.4s both pgFadeUp;display:flex;overflow:hidden}.pg-card:hover{border-color:#2c52bb30;transform:translateY(-4px);box-shadow:0 12px 40px #2c52bb21,0 2px 8px #0000000f}@keyframes pgFadeUp{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}.pg-img-wrap{background:#f7f7f7;flex-shrink:0;height:200px;position:relative;overflow:hidden}.pg-img{object-fit:cover;width:100%;height:100%;padding:0;transition:transform .3s}.pg-card:hover .pg-img{transform:scale(1.04)}.pg-img-placeholder{color:#ccc;justify-content:center;align-items:center;width:100%;height:100%;display:flex}.pg-stock-badge{letter-spacing:.02em;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-radius:99px;align-items:center;gap:.3rem;padding:.25rem .625rem;font-size:.7rem;font-weight:700;display:flex;position:absolute;top:.75rem;left:.75rem}.pg-stock-badge--in{color:#276749;background:#38a1691f;border:1px solid #38a16940}.pg-stock-badge--out{color:#c53030;background:#e53e3e1a;border:1px solid #e53e3e33}.pg-stock-dot{border-radius:50%;flex-shrink:0;width:6px;height:6px}.pg-stock-badge--in .pg-stock-dot{background:#38a169}.pg-stock-badge--out .pg-stock-dot{background:#e53e3e}.pg-body{flex-direction:column;flex:1;gap:.5rem;padding:1.125rem 1.25rem 1.25rem;display:flex}.pg-meta{flex-wrap:wrap;align-items:center;gap:.375rem;display:flex}.pg-brand{color:#2c52bb;letter-spacing:.04em;text-transform:uppercase;background:#2c52bb14;border-radius:5px;padding:.2rem .5rem;font-size:.7rem;font-weight:700}.pg-cat{color:#a1a1a1;letter-spacing:.03em;background:#f5f5f5;border-radius:5px;padding:.2rem .5rem;font-size:.7rem;font-weight:600}.pg-name{color:#000;letter-spacing:-.02em;margin:0;font-size:1rem;font-weight:800;line-height:1.3}.pg-desc{color:#777;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0;font-size:.8125rem;line-height:1.5;display:-webkit-box;overflow:hidden}.pg-features{flex-wrap:wrap;gap:.3rem;margin-top:.125rem;display:flex}.pg-feature{color:#555;white-space:nowrap;background:#f0f0f0;border-radius:5px;padding:.18rem .5rem;font-size:.68rem;font-weight:600}.pg-feature--more{color:#2c52bb;background:#2c52bb12}.pg-footer{border-top:1.5px solid #f0f0f0;justify-content:space-between;align-items:center;margin-top:auto;padding-top:.875rem;display:flex}.pg-price-amount{color:#000;letter-spacing:-.02em;font-size:1.1rem;font-weight:800}.pg-price-free{color:#2c52bb;font-size:.85rem;font-weight:700}.pg-cta{color:#a1a1a1;align-items:center;gap:.3rem;font-size:.8rem;font-weight:700;transition:color .18s,gap .18s;display:flex}.pg-cta--hovered{color:#2c52bb;gap:.5rem}.pg-state{grid-template-columns:repeat(3,1fr);gap:1.25rem;display:grid}@media (width<=1024px){.pg-state{grid-template-columns:repeat(2,1fr)}}@media (width<=600px){.pg-state{grid-template-columns:1fr}}.pg-skeleton{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%) 0 0/200% 100%;border-radius:16px;height:340px;animation:1.4s infinite pgShimmer}@keyframes pgShimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.pg-error{text-align:center;color:#c0392b;background:#fff2f2;border:1.5px solid #fcc;border-radius:14px;padding:2.5rem}.pg-error-icon{margin-bottom:.5rem;font-size:2rem;display:block}.pg-error p{margin:0 0 .25rem;font-weight:700}.pg-error small{color:#e57373;font-size:.8rem}.pg-empty{text-align:center;color:#a1a1a1;padding:3rem}.pg-empty span{margin-bottom:.75rem;font-size:2.5rem;display:block}.pg-empty p{margin:0;font-weight:600}.pg-edit-btn{color:#fff;opacity:0;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:2;background:#2c52bbe6;border-radius:8px;justify-content:center;align-items:center;width:32px;height:32px;text-decoration:none;transition:opacity .18s,transform .18s;display:flex;position:absolute;bottom:.75rem;right:.75rem;transform:scale(.85)}.pg-card:hover .pg-edit-btn{opacity:1;transform:scale(1)}.pg-delete-btn{color:#fff;cursor:pointer;opacity:0;z-index:2;background:#c0392be6;border:none;border-radius:8px;justify-content:center;align-items:center;width:32px;height:32px;transition:opacity .18s,transform .18s;display:flex;position:absolute;bottom:.75rem;right:3rem;transform:scale(.85)}.pg-card:hover .pg-delete-btn{opacity:1;transform:scale(1)}.pg-delete-btn:hover{background:#a93226}.shop-page{background:#f0f0f0;min-height:100vh;font-family:Figtree,sans-serif}.shop-hero{background:#2c52bb;padding:3.5rem 1.5rem 3rem;position:relative;overflow:hidden}.shop-hero:after{content:"";clip-path:ellipse(55% 100% at 50% 100%);background:#f0f0f0;height:40px;position:absolute;bottom:-1px;left:0;right:0}.shop-hero-inner{text-align:center;max-width:1200px;margin:0 auto}.shop-hero-eyebrow{letter-spacing:.12em;text-transform:uppercase;color:#fff9;margin:0 0 .5rem;font-size:.8rem;font-weight:700}.shop-hero-title{color:#fff;letter-spacing:-.04em;margin:0 0 .75rem;font-size:clamp(2.5rem,6vw,4rem);font-weight:800;line-height:1}.shop-hero-sub{color:#ffffffb8;margin:0;font-size:1rem}.shop-nav-wrap{z-index:50;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#f0f0f0eb;border-bottom:1.5px solid #e0e0e0;position:sticky;top:64px}.shop-nav{scrollbar-width:none;gap:0;max-width:1200px;margin:0 auto;padding:0 1.5rem;display:flex;overflow-x:auto}.shop-nav::-webkit-scrollbar{display:none}.shop-nav-item{color:#a1a1a1;white-space:nowrap;letter-spacing:.01em;border-bottom:2px solid #0000;padding:.875rem 1rem;font-size:.8rem;font-weight:700;text-decoration:none;transition:color .18s,border-color .18s}.shop-nav-item:hover{color:#2c52bb;border-bottom-color:#2c52bb}.shop-section{padding:3rem 1.5rem}.shop-section--alt{background:#ffffff80}.shop-section-inner{max-width:1200px;margin:0 auto}@media (width<=768px){.shop-hero{padding:2.5rem 1rem}.shop-section{padding:2rem 1rem}.shop-nav{padding:0 1rem}.shop-nav-item{padding:.75rem;font-size:.75rem}}.pd-page{background:#f0f0f0;min-height:100vh;padding-bottom:4rem;font-family:Figtree,sans-serif}.pd-breadcrumb-wrap{background:#2c52bb;padding:.875rem 1.5rem}.pd-breadcrumb{flex-wrap:wrap;align-items:center;gap:.5rem;max-width:1200px;margin:0 auto;display:flex}.pd-bc-link{color:#ffffffa6;font-size:.8rem;font-weight:600;text-decoration:none;transition:color .15s}.pd-bc-link:hover{color:#fff}.pd-bc-sep{color:#ffffff59;font-size:.75rem}.pd-bc-current{color:#fff;font-size:.8rem;font-weight:700}.pd-inner{grid-template-columns:420px 1fr;align-items:start;gap:2.5rem;max-width:1200px;margin:0 auto;padding:2.5rem 1.5rem 0;display:grid}@media (width<=900px){.pd-inner{grid-template-columns:1fr;gap:1.5rem;padding:1.5rem 1rem 0}}.pd-left{flex-direction:column;gap:1rem;display:flex;position:sticky;top:88px}@media (width<=900px){.pd-left{position:static}}.pd-img-card{aspect-ratio:4/3;background:#fff;border:1.5px solid #ececec;border-radius:20px;justify-content:center;align-items:center;display:flex;position:relative;overflow:hidden}.pd-img{object-fit:contain;width:100%;height:100%;padding:1.5rem}.pd-img-placeholder{color:#ccc;flex-direction:column;align-items:center;gap:.75rem;font-size:.8rem;font-weight:600;display:flex}.pd-stock-badge{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-radius:99px;align-items:center;gap:.35rem;padding:.3rem .75rem;font-size:.72rem;font-weight:700;display:flex;position:absolute;top:1rem;left:1rem}.pd-stock-badge--in{color:#276749;background:#38a1691f;border:1px solid #38a16940}.pd-stock-badge--out{color:#c53030;background:#e53e3e1a;border:1px solid #e53e3e33}.pd-stock-dot{border-radius:50%;flex-shrink:0;width:7px;height:7px}.pd-stock-badge--in .pd-stock-dot{background:#38a169}.pd-stock-badge--out .pd-stock-dot{background:#e53e3e}.pd-features-card{background:#fff;border:1.5px solid #ececec;border-radius:16px;padding:1.125rem 1.25rem}.pd-features-title{color:#000;letter-spacing:.06em;text-transform:uppercase;margin:0 0 .75rem;font-size:.75rem;font-weight:800}.pd-features{flex-direction:column;gap:.4rem;display:flex}.pd-feature{color:#333;align-items:center;gap:.5rem;font-size:.875rem;font-weight:500;display:flex}.pd-feature svg{color:#38a169;flex-shrink:0}.pd-features-inline{flex-wrap:wrap;gap:.4rem;display:flex}.pd-feature-chip{color:#2c52bb;white-space:nowrap;background:#2c52bb12;border:1px solid #2c52bb26;border-radius:99px;align-items:center;gap:.35rem;padding:.3rem .7rem;font-size:.78rem;font-weight:600;display:inline-flex}.pd-feature-chip svg{color:#38a169;flex-shrink:0}.pd-right{flex-direction:column;gap:1rem;display:flex}.pd-meta{align-items:center;gap:.375rem;display:flex}.pd-brand{color:#2c52bb;letter-spacing:.05em;text-transform:uppercase;background:#2c52bb17;border-radius:6px;padding:.25rem .625rem;font-size:.72rem;font-weight:800}.pd-cat{color:#888;background:#f0f0f0;border-radius:6px;padding:.25rem .625rem;font-size:.72rem;font-weight:600}.pd-title{color:#000;letter-spacing:-.04em;margin:0;font-size:clamp(1.75rem,4vw,2.25rem);font-weight:800;line-height:1.15}.pd-desc{color:#555;margin:0;font-size:.9375rem;line-height:1.65}.pd-price-wrap{background:#fff;border:1.5px solid #ececec;border-radius:12px;justify-content:space-between;align-items:center;gap:.75rem;padding:.875rem 1.125rem;display:flex}.pd-price-left{align-items:baseline;gap:.4rem;display:flex}.pd-price-label{color:#a1a1a1;letter-spacing:.05em;text-transform:uppercase;font-size:.72rem;font-weight:700}.pd-price{color:#000;letter-spacing:-.03em;font-size:1.375rem;font-weight:800}.pd-price-note{color:#a1a1a1;white-space:nowrap;background:#f5f5f5;border-radius:5px;padding:.18rem .5rem;font-size:.7rem;font-weight:500}.pd-price-free{color:#2c52bb;font-size:1rem;font-weight:700}.pd-cart-area{flex-wrap:wrap;align-items:center;gap:.875rem;display:flex}.pd-qty-wrap{background:#fff;border:1.5px solid #e0e0e0;border-radius:10px;flex-shrink:0;align-items:center;gap:0;height:48px;display:flex;overflow:hidden}.pd-qty-btn{color:#2c52bb;cursor:pointer;background:0 0;border:none;width:44px;height:100%;font-family:Figtree,sans-serif;font-size:1.25rem;font-weight:700;transition:background .15s}.pd-qty-btn:hover:not(:disabled){background:#f0f4ff}.pd-qty-btn:disabled{color:#ccc;cursor:not-allowed}.pd-qty-val{text-align:center;color:#000;border-left:1.5px solid #e0e0e0;border-right:1.5px solid #e0e0e0;justify-content:center;align-items:center;min-width:40px;height:100%;font-size:1rem;font-weight:700;display:flex}.pd-cart-btn{color:#fff;cursor:pointer;background:#2c52bb;border:none;border-radius:10px;flex:1;justify-content:center;align-items:center;gap:.5rem;min-width:200px;height:48px;font-family:Figtree,sans-serif;font-size:.9375rem;font-weight:700;transition:background .18s,opacity .18s;display:flex}.pd-cart-btn:hover:not(:disabled){background:#1e3d9a}.pd-cart-btn:disabled{opacity:.7;cursor:not-allowed}.pd-cart-btn--loading{opacity:.75}.pd-mail-btn{color:#fff;cursor:pointer;background:#2c52bb;border:none;border-radius:10px;align-items:center;gap:.5rem;height:48px;padding:0 1.5rem;font-family:Figtree,sans-serif;font-size:.9375rem;font-weight:700;text-decoration:none;transition:background .18s;display:inline-flex}.pd-mail-btn:hover{background:#1e3d9a}.pd-spinner{border:2px solid #ffffff4d;border-top-color:#fff;border-radius:50%;width:16px;height:16px;animation:.7s linear infinite pdSpin;display:inline-block}@keyframes pdSpin{to{transform:rotate(360deg)}}.pd-feedback{border-radius:10px;align-items:center;gap:.5rem;padding:.75rem 1rem;font-size:.875rem;font-weight:600;animation:.2s pdFadeIn;display:flex}.pd-feedback--ok{color:#276749;background:#38a1691a;border:1px solid #38a16940}.pd-feedback--err{color:#c53030;background:#e53e3e1a;border:1px solid #e53e3e33}@keyframes pdFadeIn{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.pd-login-hint{color:#a1a1a1;margin:0;font-size:.85rem}.pd-login-link{color:#2c52bb;font-weight:700;text-decoration:none}.pd-specs{background:#fff;border:1.5px solid #ececec;border-radius:14px;padding:1.125rem 1.25rem}.pd-specs-title{color:#000;letter-spacing:.06em;text-transform:uppercase;margin:0 0 .875rem;font-size:.75rem;font-weight:800}.pd-specs-table{border-collapse:collapse;width:100%}.pd-specs-table tr+tr td{border-top:1px solid #f0f0f0}.pd-spec-key{color:#888;vertical-align:top;width:40%;padding:.6rem .5rem .6rem 0;font-size:.825rem;font-weight:600}.pd-spec-val{color:#000;padding:.6rem 0;font-size:.875rem;font-weight:600}.pd-back-btn{color:#555;cursor:pointer;background:0 0;border:1.5px solid #e0e0e0;border-radius:9px;align-self:flex-start;align-items:center;gap:.5rem;padding:.625rem 1rem;font-family:Figtree,sans-serif;font-size:.85rem;font-weight:600;transition:border-color .15s,color .15s;display:inline-flex}.pd-back-btn:hover{color:#2c52bb;border-color:#2c52bb}.pd-skel{background:linear-gradient(90deg,#e8e8e8 25%,#d8d8d8 50%,#e8e8e8 75%) 0 0/200% 100%;border-radius:10px;animation:1.4s infinite pdShimmer}.pd-reviews-wrap{background:#fff;border:1.5px solid #ececec;border-radius:14px;margin-top:.5rem;overflow:hidden}@keyframes pdShimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.pd-skel--bc{width:260px;height:16px}.pd-skel--img{border-radius:20px;height:340px}.pd-skel--meta{width:160px;height:22px}.pd-skel--title{width:80%;height:48px}.pd-skel--text{width:100%;height:16px}.pd-skel--text2{width:70%}.pd-skel--price{border-radius:14px;height:80px}.pd-skel--btn{border-radius:10px;height:48px}.pd-skel-right{gap:1rem}.pd-error-state{text-align:center;max-width:420px;margin:6rem auto;padding:1.5rem}.pd-error-state span{margin-bottom:1rem;font-size:3rem;display:block}.pd-error-state h2{color:#000;margin:0 0 .5rem;font-size:1.4rem;font-weight:800}.pd-error-state p{color:#888;margin:0 0 1.5rem;font-size:.9rem}.stars{align-items:center;gap:1px;line-height:1;display:inline-flex}.star{transition:transform .1s}.stars--sm .star{font-size:.9rem}.stars--lg .star{font-size:1.25rem}.star--filled{color:#bba215}.star--empty{color:#e0e0e0}.rl-wrap{flex-direction:column;gap:0;font-family:Figtree,sans-serif;display:flex}.rl-header{border-bottom:1.5px solid #f0f0f0;justify-content:space-between;align-items:center;padding:1.25rem 1.375rem 1rem;display:flex}.rl-header-left{flex-direction:column;gap:.375rem;display:flex}.rl-title{color:#000;letter-spacing:.05em;text-transform:uppercase;margin:0;font-size:.8rem;font-weight:800}.rl-avg{align-items:center;gap:.5rem;display:flex}.rl-avg-val{color:#000;letter-spacing:-.03em;font-size:1.1rem;font-weight:800}.rl-avg-count{color:#a1a1a1;font-size:.78rem;font-weight:500}.rl-empty{text-align:center;color:#a1a1a1;padding:2.5rem 1.375rem}.rl-empty-icon{margin-bottom:.5rem;font-size:1.75rem;display:block}.rl-empty p{margin:0;font-size:.875rem;font-weight:500}.rl-list{flex-direction:column;display:flex}.rl-item{border-bottom:1px solid #f5f5f5;padding:1.125rem 1.375rem;transition:background .12s;animation:.35s both rlFadeUp}.rl-item:last-child{border-bottom:none}.rl-item:hover{background:#fafafa}@keyframes rlFadeUp{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.rl-item-header{justify-content:space-between;align-items:center;gap:.75rem;margin-bottom:.625rem;display:flex}.rl-user{align-items:center;gap:.625rem;display:flex}.rl-avatar{color:#2c52bb;background:#2c52bb14;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;font-size:.7rem;font-weight:800;display:flex}.rl-username{color:#000;margin:0 0 .1rem;font-size:.85rem;font-weight:700}.rl-date{color:#a1a1a1;margin:0;font-size:.7rem;font-weight:500}.rl-item-right{flex-shrink:0;align-items:center;gap:.5rem;display:flex}.rl-delete-btn{color:#ccc;cursor:pointer;background:0 0;border:none;border-radius:7px;justify-content:center;align-items:center;width:28px;height:28px;transition:background .15s,color .15s;display:flex}.rl-delete-btn:hover{color:#c0392b;background:#fff2f2}.rl-content{color:#444;margin:0;font-size:.875rem;line-height:1.65}.rl-header-skeleton{background:linear-gradient(90deg,#f5f5f5 25%,#ebebeb 50%,#f5f5f5 75%) 0 0/200% 100%;border-radius:0;height:60px;margin:0;animation:1.4s infinite rlShimmer}.rl-skeleton{background:linear-gradient(90deg,#f5f5f5 25%,#ebebeb 50%,#f5f5f5 75%) 0 0/200% 100%;border-bottom:1px solid #f0f0f0;height:90px;animation:1.4s infinite rlShimmer}@keyframes rlShimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.rl-error{color:#c0392b;padding:1rem 1.375rem;font-size:.825rem;font-weight:500}.rf-wrap{border-top:1.5px solid #f0f0f0;padding:1.375rem;font-family:Figtree,sans-serif}.rf-title{color:#000;letter-spacing:.05em;text-transform:uppercase;margin:0 0 1.125rem;font-size:.8rem;font-weight:800}.rf-form{flex-direction:column;gap:1rem;display:flex}.rf-stars-wrap{flex-direction:column;gap:.375rem;display:flex}.rf-stars-label{color:#888;letter-spacing:.04em;text-transform:uppercase;margin:0;font-size:.72rem;font-weight:700}.rf-stars{gap:.25rem;display:flex}.rf-star{cursor:pointer;color:#e0e0e0;background:0 0;border:none;padding:0;font-size:1.75rem;line-height:1;transition:color .12s,transform .12s}.rf-star:hover,.rf-star--active{color:#bba215}.rf-star:hover{transform:scale(1.15)}.rf-rating-label{color:#bba215;letter-spacing:.03em;font-size:.78rem;font-weight:700}.rf-field{flex-direction:column;gap:.375rem;display:flex;position:relative}.rf-label{color:#888;letter-spacing:.04em;text-transform:uppercase;font-size:.72rem;font-weight:700}.rf-textarea{color:#000;resize:vertical;background:#fff;border:1.5px solid #e0e0e0;border-radius:10px;outline:none;min-height:90px;padding:.75rem .875rem;font-family:Figtree,sans-serif;font-size:.875rem;transition:border-color .18s,box-shadow .18s}.rf-textarea:focus{border-color:#2c52bb;box-shadow:0 0 0 3px #2c52bb14}.rf-textarea::placeholder{color:#ccc}.rf-char-count{color:#ccc;align-self:flex-end;margin-top:-.25rem;font-size:.68rem;font-weight:500}.rf-error{color:#c0392b;background:#fff2f2;border:1px solid #fcc;border-radius:8px;align-items:center;gap:.4rem;padding:.6rem .875rem;font-size:.8rem;font-weight:600;display:flex}.rf-submit{color:#fff;cursor:pointer;background:#2c52bb;border:none;border-radius:10px;justify-content:center;align-self:flex-start;align-items:center;gap:.5rem;height:44px;padding:0 1.5rem;font-family:Figtree,sans-serif;font-size:.875rem;font-weight:700;transition:background .18s;display:flex}.rf-submit:hover:not(:disabled){background:#1e3d9a}.rf-submit:disabled{opacity:.65;cursor:not-allowed}.rf-submit--loading{opacity:.75}.rf-spinner{border:2px solid #ffffff4d;border-top-color:#fff;border-radius:50%;width:14px;height:14px;animation:.7s linear infinite rfSpin;display:inline-block}@keyframes rfSpin{to{transform:rotate(360deg)}}.rf-wrap--guest{background:#fafafa;border-radius:0 0 14px 14px}.rf-guest{text-align:center;flex-direction:column;align-items:center;gap:.625rem;padding:.5rem 0;display:flex}.rf-guest-icon{font-size:1.5rem}.rf-guest-text{color:#666;margin:0;font-size:.875rem;font-weight:500}.rf-guest-btn{color:#fff;background:#2c52bb;border-radius:8px;align-items:center;height:36px;margin-top:.25rem;padding:0 1.25rem;font-size:.825rem;font-weight:700;text-decoration:none;transition:background .18s;display:inline-flex}.rf-guest-btn:hover{background:#1e3d9a}.rf-wrap--success{background:#38a1690a;border-top-color:#38a16933}.rf-success{text-align:center;flex-direction:column;align-items:center;gap:.625rem;padding:.5rem 0;display:flex}.rf-success-icon{color:#38a169;background:#38a1691f;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;font-size:1.25rem;font-weight:700;display:flex}.rf-success-text{color:#276749;margin:0;font-size:.9rem;font-weight:700}.rf-another-btn{color:#a1a1a1;cursor:pointer;background:0 0;border:none;font-family:Figtree,sans-serif;font-size:.78rem;font-weight:600;text-decoration:underline;transition:color .15s}.rf-another-btn:hover{color:#555}.mo-page{background:#f0f0f0;min-height:100vh;padding-bottom:4rem;font-family:Figtree,sans-serif}.mo-hero{background:#2c52bb;padding:3rem 1.5rem 2.5rem;position:relative;overflow:hidden}.mo-hero:after{content:"";clip-path:ellipse(55% 100% at 50% 100%);background:#f0f0f0;height:36px;position:absolute;bottom:-1px;left:0;right:0}.mo-hero-inner{text-align:center;max-width:900px;margin:0 auto}.mo-eyebrow{letter-spacing:.12em;text-transform:uppercase;color:#ffffff8c;margin:0 0 .4rem;font-size:.75rem;font-weight:700}.mo-title{color:#fff;letter-spacing:-.04em;margin:0 0 .5rem;font-size:clamp(1.75rem,5vw,2.75rem);font-weight:800;line-height:1.1}.mo-sub{color:#ffffffa6;margin:0;font-size:.9rem}.mo-inner{flex-direction:column;gap:1.5rem;max-width:900px;margin:0 auto;padding:2rem 1.5rem 0;display:flex}.mo-stats{flex-wrap:wrap;gap:.75rem;display:flex}.mo-stat{text-align:center;background:#fff;border:1.5px solid #ececec;border-radius:12px;flex-direction:column;flex:1;gap:.2rem;min-width:100px;padding:.875rem 1rem;display:flex}.mo-stat--total{background:#2c52bb0d;border-color:#2c52bb26;flex:2}.mo-stat-val{color:#000;letter-spacing:-.03em;font-size:1.4rem;font-weight:800}.mo-stat-val--pending{color:#c0860a}.mo-stat-val--progress{color:#2c52bb}.mo-stat-val--done{color:#276749}.mo-stat-label{color:#a1a1a1;letter-spacing:.03em;font-size:.72rem;font-weight:600}.mo-list{flex-direction:column;gap:.875rem;display:flex}.mo-skeleton{background:linear-gradient(90deg,#e8e8e8 25%,#d8d8d8 50%,#e8e8e8 75%) 0 0/200% 100%;border-radius:14px;height:68px;animation:1.4s infinite moShimmer}@keyframes moShimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.mo-error{text-align:center;color:#c0392b;background:#fff2f2;border:1.5px solid #fcc;border-radius:14px;padding:2rem}.mo-error span{margin-bottom:.5rem;font-size:2rem;display:block}.mo-error p{margin:0 0 .25rem;font-weight:700}.mo-error small{font-size:.8rem}.mo-empty{text-align:center;background:#fff;border:1.5px solid #ececec;border-radius:16px;padding:3.5rem 2rem}.mo-empty-icon{color:#2c52bb;background:#2c52bb12;border-radius:18px;justify-content:center;align-items:center;width:72px;height:72px;margin:0 auto 1.25rem;display:flex}.mo-empty h2{color:#000;margin:0 0 .4rem;font-size:1.25rem;font-weight:800}.mo-empty p{color:#888;margin:0 0 1.5rem;font-size:.875rem}.mo-shop-btn{color:#fff;background:#2c52bb;border-radius:10px;align-items:center;gap:.4rem;padding:.7rem 1.5rem;font-size:.9rem;font-weight:700;text-decoration:none;transition:background .18s;display:inline-flex}.mo-shop-btn:hover{background:#1e3d9a}.mo-footer{flex-wrap:wrap;justify-content:flex-start;gap:.75rem;padding-top:.5rem;display:flex}.mo-back-btn{color:#555;background:#fff;border:1.5px solid #e0e0e0;border-radius:9px;align-items:center;gap:.4rem;padding:.65rem 1.125rem;font-size:.85rem;font-weight:600;text-decoration:none;transition:border-color .15s,color .15s;display:inline-flex}.mo-back-btn:hover{color:#2c52bb;border-color:#2c52bb}.mo-cart-btn{color:#fff;background:#2c52bb;border:none;border-radius:9px;align-items:center;gap:.4rem;padding:.65rem 1.125rem;font-size:.85rem;font-weight:700;text-decoration:none;transition:background .18s;display:inline-flex}.mo-cart-btn:hover{background:#1e3d9a}@media (width<=600px){.mo-inner{padding:1.25rem 1rem 0}.mo-stat{min-width:80px}.mo-hero{padding:2.25rem 1rem 2rem}}.oc-card{background:#fff;border:1.5px solid #ececec;border-radius:14px;transition:border-color .18s,box-shadow .18s;animation:.35s both ocFadeUp;overflow:hidden}.oc-card:hover{border-color:#d0d8f0;box-shadow:0 4px 20px #2c52bb12}@keyframes ocFadeUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.oc-header{cursor:pointer;-webkit-user-select:none;user-select:none;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;padding:1rem 1.25rem;display:flex}.oc-header:hover{background:#fafafa}.oc-header-left{flex-direction:column;gap:.15rem;display:flex}.oc-id{color:#000;letter-spacing:-.01em;font-size:.9rem;font-weight:800}.oc-date{color:#a1a1a1;font-size:.75rem;font-weight:500}.oc-header-right{flex-wrap:wrap;align-items:center;gap:.75rem;display:flex}.oc-total{color:#000;letter-spacing:-.02em;font-size:.95rem;font-weight:800}.oc-chevron{color:#a1a1a1;align-items:center;transition:transform .22s;display:flex}.oc-chevron--open{transform:rotate(180deg)}.oc-body{border-top:1.5px solid #f0f0f0;flex-direction:column;gap:.875rem;padding:.875rem 1.25rem 1.125rem;animation:.2s ocBodyIn;display:flex}@keyframes ocBodyIn{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.oc-items{flex-direction:column;gap:.5rem;display:flex}.oc-summary{background:#f7f7f7;border-radius:10px;flex-direction:column;gap:.375rem;padding:.75rem 1rem;display:flex}.oc-summary-row{color:#777;justify-content:space-between;font-size:.8rem;font-weight:500;display:flex}.oc-summary-row--total{color:#000;border-top:1px solid #e8e8e8;margin-top:.125rem;padding-top:.375rem;font-size:.9rem;font-weight:800}.oc-note{color:#2c52bb;background:#2c52bb0d;border:1px solid #2c52bb1f;border-radius:9px;align-items:flex-start;gap:.5rem;padding:.75rem 1rem;font-size:.825rem;font-weight:500;display:flex}.oc-error{color:#c0392b;margin:0;font-size:.825rem}.oc-actions{justify-content:flex-end;display:flex}.oc-cancel-btn{color:#c0392b;cursor:pointer;background:#fff2f2;border:1.5px solid #fcc;border-radius:8px;padding:.5rem 1rem;font-family:Figtree,sans-serif;font-size:.8rem;font-weight:700;transition:background .15s}.oc-cancel-btn:hover:not(:disabled){background:#ffe5e5}.oc-cancel-btn:disabled{opacity:.6;cursor:not-allowed}.op-row{border-bottom:1px solid #f5f5f5;align-items:center;gap:.75rem;padding:.5rem 0;display:flex}.op-row:last-child{border-bottom:none}.op-icon{color:#2c52bb;background:#2c52bb12;border-radius:9px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.op-info{flex-direction:column;flex:1;gap:.1rem;min-width:0;display:flex}.op-name{color:#000;white-space:nowrap;text-overflow:ellipsis;font-size:.875rem;font-weight:700;text-decoration:none;transition:color .15s;overflow:hidden}.op-name:hover{color:#2c52bb}.op-unit{color:#a1a1a1;font-size:.72rem;font-weight:500}.op-total{color:#000;white-space:nowrap;flex-shrink:0;font-size:.9rem;font-weight:800}.os-badge{white-space:nowrap;letter-spacing:.02em;border-radius:99px;align-items:center;gap:.35rem;padding:.25rem .625rem;font-size:.7rem;font-weight:700;display:inline-flex}.os-dot{border-radius:50%;flex-shrink:0;width:6px;height:6px}.os-badge--pending{color:#c0860a;background:#c0860a1a;border:1px solid #c0860a33}.os-badge--pending .os-dot{background:#c0860a}.os-badge--progress{color:#2c52bb;background:#2c52bb1a;border:1px solid #2c52bb33}.os-badge--progress .os-dot{background:#2c52bb}.os-badge--done{color:#276749;background:#38a1691a;border:1px solid #38a16933}.os-badge--done .os-dot{background:#38a169}.cart-page{background:#f0f0f0;min-height:100vh;padding-bottom:4rem;font-family:Figtree,sans-serif}.cart-hero{background:#2c52bb;padding:3rem 1.5rem 2.5rem;position:relative;overflow:hidden}.cart-hero:after{content:"";clip-path:ellipse(55% 100% at 50% 100%);background:#f0f0f0;height:36px;position:absolute;bottom:-1px;left:0;right:0}.cart-hero-inner{text-align:center;max-width:1100px;margin:0 auto}.cart-eyebrow{letter-spacing:.12em;text-transform:uppercase;color:#ffffff8c;margin:0 0 .4rem;font-size:.75rem;font-weight:700}.cart-title{color:#fff;letter-spacing:-.04em;margin:0 0 .5rem;font-size:clamp(1.75rem,5vw,2.75rem);font-weight:800}.cart-sub{color:#ffffffa6;margin:0;font-size:.9rem}.cart-inner{max-width:1100px;margin:0 auto;padding:2rem 1.5rem 0}.cart-layout{grid-template-columns:1fr 340px;align-items:start;gap:1.5rem;display:grid}@media (width<=860px){.cart-layout{grid-template-columns:1fr}.cart-right{order:-1}}.cart-card{background:#fff;border:1.5px solid #ececec;border-radius:16px;overflow:hidden}.cart-card-header{border-bottom:1.5px solid #f0f0f0;justify-content:space-between;align-items:center;padding:1rem 1.25rem;display:flex}.cart-card-title{color:#000;letter-spacing:.05em;text-transform:uppercase;font-size:.8rem;font-weight:800}.cart-clear-btn{color:#c0392b;cursor:pointer;background:0 0;border:none;padding:0;font-family:Figtree,sans-serif;font-size:.75rem;font-weight:600;transition:opacity .15s}.cart-clear-btn:hover{opacity:.7}.cart-list{padding:.5rem 0}.cart-right{position:sticky;top:88px}@media (width<=860px){.cart-right{position:static}}.cart-summary{background:#fff;border:1.5px solid #ececec;border-radius:16px;flex-direction:column;gap:.875rem;padding:1.375rem 1.25rem 1.25rem;display:flex}.cart-summary-title{color:#000;letter-spacing:.05em;text-transform:uppercase;margin:0;font-size:.8rem;font-weight:800}.cart-summary-rows{flex-direction:column;gap:.5rem;display:flex}.cart-summary-row{justify-content:space-between;align-items:baseline;gap:.5rem;font-size:.8rem;display:flex}.cart-summary-name{color:#555;text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0;font-weight:500;overflow:hidden}.cart-summary-qty{color:#a1a1a1;font-weight:700}.cart-summary-price{color:#000;white-space:nowrap;flex-shrink:0;font-weight:700}.cart-summary-divider{background:#f0f0f0;height:1.5px;margin:.125rem 0}.cart-summary-total{color:#000;justify-content:space-between;align-items:baseline;font-size:.875rem;font-weight:700;display:flex}.cart-summary-total-val{letter-spacing:-.03em;font-size:1.25rem;font-weight:800}.cart-summary-vat{color:#a1a1a1;margin:-.5rem 0 0;font-size:.7rem;font-weight:500}.cart-order-err{color:#c0392b;background:#fff2f2;border:1px solid #fcc;border-radius:9px;align-items:center;gap:.4rem;padding:.65rem .875rem;font-size:.8rem;font-weight:600;display:flex}.cart-order-btn{color:#fff;cursor:pointer;letter-spacing:.01em;background:#2c52bb;border:none;border-radius:11px;justify-content:center;align-items:center;gap:.5rem;width:100%;height:50px;font-family:Figtree,sans-serif;font-size:.9375rem;font-weight:800;transition:background .18s,transform .1s;display:flex;box-shadow:0 4px 16px #2c52bb40}.cart-order-btn:hover:not(:disabled){background:#1e3d9a;transform:translateY(-1px);box-shadow:0 6px 20px #2c52bb4d}.cart-order-btn:disabled{opacity:.7;cursor:not-allowed;transform:none}.cart-order-btn--loading{opacity:.75}.cart-continue{color:#a1a1a1;justify-content:center;align-items:center;gap:.375rem;font-size:.8rem;font-weight:600;text-decoration:none;transition:color .15s;display:flex}.cart-continue:hover{color:#2c52bb}.cart-skeleton{background:linear-gradient(90deg,#e8e8e8 25%,#d8d8d8 50%,#e8e8e8 75%) 0 0/200% 100%;border-radius:14px;height:72px;margin-bottom:.75rem;animation:1.4s infinite cartShimmer}@keyframes cartShimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.cart-error{text-align:center;color:#c0392b;background:#fff2f2;border:1.5px solid #fcc;border-radius:14px;padding:2rem}.cart-error span{margin-bottom:.5rem;font-size:2rem;display:block}.cart-error p{margin:0 0 .25rem;font-weight:700}.cart-error small{font-size:.8rem}.cart-empty{text-align:center;background:#fff;border:1.5px solid #ececec;border-radius:16px;padding:4rem 2rem}.cart-empty-icon{color:#2c52bb;background:#2c52bb12;border-radius:18px;justify-content:center;align-items:center;width:72px;height:72px;margin:0 auto 1.25rem;display:flex}.cart-empty h2{color:#000;margin:0 0 .4rem;font-size:1.25rem;font-weight:800}.cart-empty p{color:#888;margin:0 0 1.5rem;font-size:.875rem}.cart-shop-btn{color:#fff;background:#2c52bb;border-radius:10px;align-items:center;gap:.4rem;padding:.7rem 1.5rem;font-size:.9rem;font-weight:700;text-decoration:none;transition:background .18s;display:inline-flex}.cart-shop-btn:hover{background:#1e3d9a}.cart-success{text-align:center;background:#fff;border:1.5px solid #38a16940;border-radius:16px;padding:4rem 2rem;animation:.4s cartFadeIn}.cart-success-icon{color:#38a169;background:#38a1691a;border-radius:50%;justify-content:center;align-items:center;width:72px;height:72px;margin:0 auto 1.25rem;display:flex}.cart-success h2{color:#000;margin:0 0 .5rem;font-size:1.4rem;font-weight:800}.cart-success p{color:#888;margin:0;font-size:.9rem}@keyframes cartFadeIn{0%{opacity:0;transform:scale(.97)}to{opacity:1;transform:scale(1)}}.cart-spinner{border:2px solid #ffffff4d;border-top-color:#fff;border-radius:50%;width:16px;height:16px;animation:.7s linear infinite cartSpin;display:inline-block}@keyframes cartSpin{to{transform:rotate(360deg)}}@media (width<=600px){.cart-inner{padding:1.25rem 1rem 0}.cart-hero{padding:2.25rem 1rem 2rem}}.ci-row{border-bottom:1px solid #f5f5f5;align-items:center;gap:.875rem;padding:.875rem 1.25rem;transition:opacity .3s,transform .3s;display:flex}.ci-row:last-child{border-bottom:none}.ci-row--removing{opacity:0;transform:translate(20px)}.ci-icon{color:#2c52bb;background:#2c52bb12;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;display:flex;overflow:hidden}.ci-img{object-fit:contain;width:100%;height:100%;padding:4px}.ci-info{flex-direction:column;flex:1;gap:.15rem;min-width:0;display:flex}.ci-name{color:#000;white-space:nowrap;text-overflow:ellipsis;font-size:.9rem;font-weight:700;text-decoration:none;transition:color .15s;overflow:hidden}.ci-name:hover{color:#2c52bb}.ci-unit{color:#a1a1a1;font-size:.72rem;font-weight:500}.ci-qty{border:1.5px solid #e8e8e8;border-radius:8px;flex-shrink:0;align-items:center;gap:0;height:34px;display:flex;overflow:hidden}.ci-qty-btn{color:#2c52bb;cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;width:32px;height:100%;font-family:Figtree,sans-serif;font-size:1.1rem;font-weight:700;transition:background .12s;display:flex}.ci-qty-btn:hover:not(:disabled){background:#f0f4ff}.ci-qty-btn:disabled{color:#ccc;cursor:not-allowed}.ci-qty-val{text-align:center;color:#000;border-left:1px solid #e8e8e8;border-right:1px solid #e8e8e8;justify-content:center;align-items:center;min-width:32px;height:100%;font-size:.85rem;font-weight:800;display:flex}.ci-total{color:#000;text-align:right;white-space:nowrap;flex-shrink:0;min-width:80px;font-size:.9rem;font-weight:800}.ci-remove{color:#ccc;cursor:pointer;background:0 0;border:none;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;transition:background .15s,color .15s;display:flex}.ci-remove:hover:not(:disabled){color:#c0392b;background:#fff2f2}.ci-remove:disabled{opacity:.5;cursor:not-allowed}.ci-spinner{border:2px solid #c0392b33;border-top-color:#c0392b;border-radius:50%;width:13px;height:13px;animation:.7s linear infinite ciSpin;display:inline-block}@keyframes ciSpin{to{transform:rotate(360deg)}}@media (width<=500px){.ci-total{display:none}.ci-row{gap:.625rem}}.ao-page{background:#f0f0f0;min-height:100vh;padding-bottom:4rem;font-family:Figtree,sans-serif}.ao-header{background:#000;border-bottom:2px solid #2c52bb;padding:1.75rem 1.5rem}.ao-header-inner{flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:1rem;max-width:1300px;margin:0 auto;display:flex}.ao-eyebrow{letter-spacing:.14em;text-transform:uppercase;color:#2c52bb;margin:0 0 .2rem;font-size:.7rem;font-weight:700}.ao-title{color:#fff;letter-spacing:-.04em;margin:0;font-size:clamp(1.5rem,4vw,2rem);font-weight:800}.ao-header-right{align-items:center;gap:.5rem;display:flex}.ao-live-dot{background:#38a169;border-radius:50%;width:8px;height:8px;animation:2s infinite aoPulse;box-shadow:0 0 0 3px #38a16940}@keyframes aoPulse{0%,to{box-shadow:0 0 0 3px #38a16940}50%{box-shadow:0 0 0 6px #38a1691a}}.ao-live-text{color:#ffffff80;font-size:.78rem;font-weight:600}.ao-inner{flex-direction:column;gap:1.25rem;max-width:1300px;margin:0 auto;padding:1.75rem 1.5rem 0;display:flex}.ao-stats{flex-wrap:wrap;gap:.75rem;display:flex}.ao-stat{text-align:center;background:#fff;border:1.5px solid #ececec;border-radius:12px;flex-direction:column;flex:1;gap:.2rem;min-width:100px;padding:.875rem 1rem;display:flex}.ao-stat-val{color:#000;letter-spacing:-.04em;font-size:1.5rem;font-weight:800}.ao-stat-label{color:#a1a1a1;letter-spacing:.04em;text-transform:uppercase;font-size:.7rem;font-weight:700}.ao-stat--pending .ao-stat-val{color:#c0860a}.ao-stat--progress .ao-stat-val{color:#2c52bb}.ao-stat--done .ao-stat-val{color:#276749}.ao-stat--revenue{background:#000;border-color:#2c52bb;flex:2}.ao-stat--revenue .ao-stat-val{color:#fff;font-size:1.25rem}.ao-stat--revenue .ao-stat-label{color:#ffffff73}.ao-toolbar{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;display:flex}.ao-filters{background:#fff;border:1.5px solid #ececec;border-radius:10px;gap:.25rem;padding:.25rem;display:flex}.ao-filter-btn{color:#888;cursor:pointer;white-space:nowrap;background:0 0;border:none;border-radius:7px;align-items:center;gap:.4rem;padding:.45rem .875rem;font-family:Figtree,sans-serif;font-size:.8rem;font-weight:600;transition:background .15s,color .15s;display:flex}.ao-filter-btn:hover{color:#000;background:#f5f5f5}.ao-filter-btn--active{color:#fff;background:#2c52bb}.ao-filter-btn--active:hover{background:#1e3d9a}.ao-filter-count{background:#0000001f;border-radius:99px;padding:.1rem .4rem;font-size:.68rem;font-weight:800}.ao-filter-btn--active .ao-filter-count{background:#fff3}.ao-toolbar-right{flex-wrap:wrap;align-items:center;gap:.625rem;display:flex}.ao-search-wrap{color:#a1a1a1;background:#fff;border:1.5px solid #e0e0e0;border-radius:9px;align-items:center;gap:.5rem;height:38px;padding:0 .875rem;transition:border-color .18s,box-shadow .18s;display:flex}.ao-search-wrap:focus-within{color:#2c52bb;border-color:#2c52bb;box-shadow:0 0 0 3px #2c52bb1a}.ao-search{color:#000;background:0 0;border:none;outline:none;width:200px;font-family:Figtree,sans-serif;font-size:.85rem}.ao-search::placeholder{color:#bbb}.ao-sort-btn{color:#555;cursor:pointer;white-space:nowrap;background:#fff;border:1.5px solid #e0e0e0;border-radius:9px;align-items:center;gap:.375rem;height:38px;padding:0 .875rem;font-family:Figtree,sans-serif;font-size:.8rem;font-weight:600;transition:border-color .15s,color .15s;display:flex}.ao-sort-btn:hover{color:#2c52bb;border-color:#2c52bb}.ao-table-wrap{background:#fff;border:1.5px solid #ececec;border-radius:16px;overflow:hidden}.ao-table{border-collapse:collapse;width:100%}.ao-thead-row{background:#fafafa;border-bottom:1.5px solid #f0f0f0}.ao-th{color:#a1a1a1;letter-spacing:.07em;text-transform:uppercase;text-align:left;white-space:nowrap;padding:.75rem 1rem;font-size:.68rem;font-weight:800}.ao-th--chevron{width:40px}.ao-skeletons{flex-direction:column;gap:.625rem;padding:1rem;display:flex}.ao-skeleton{background:linear-gradient(90deg,#f0f0f0 25%,#e4e4e4 50%,#f0f0f0 75%) 0 0/200% 100%;border-radius:10px;height:56px;animation:1.4s infinite aoShimmer}@keyframes aoShimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.ao-error{text-align:center;color:#c0392b;padding:2.5rem}.ao-error span{margin-bottom:.5rem;font-size:2rem;display:block}.ao-error p{margin:0 0 .25rem;font-weight:700}.ao-error small{font-size:.8rem}.ao-empty{text-align:center;color:#a1a1a1;padding:3rem}.ao-empty span{margin-bottom:.5rem;font-size:2rem;display:block}.ao-empty p{margin:0;font-size:.9rem;font-weight:600}.ao-result-count{color:#a1a1a1;text-align:right;margin:0;font-size:.78rem;font-weight:500}@media (width<=900px){.ao-inner{padding:1.25rem 1rem 0}.ao-toolbar{flex-direction:column;align-items:stretch}.ao-filters{overflow-x:auto}.ao-search{width:100%}.ao-th--items,.ao-th--date{display:none}}.aor-row{cursor:pointer;border-bottom:1px solid #f5f5f5;transition:background .12s}.aor-row:hover{background:#fafbff}.aor-row--open{background:#f5f8ff;border-bottom-color:#0000}.aor-row:last-child{border-bottom:none}.aor-td{vertical-align:middle;padding:.875rem 1rem}.aor-id{color:#2c52bb;letter-spacing:-.01em;font-size:.85rem;font-weight:800}.aor-username{color:#000;font-size:.875rem;font-weight:600}.aor-td--date{white-space:nowrap}.aor-date{color:#000;font-size:.825rem;font-weight:600;display:block}.aor-time{color:#a1a1a1;font-size:.72rem;font-weight:500}.aor-items{color:#555;font-size:.8rem;font-weight:600}.aor-total{color:#000;white-space:nowrap;font-size:.9rem;font-weight:800}.aor-toggles{flex-wrap:wrap;gap:.375rem;display:flex}.aor-toggle{color:#aaa;cursor:pointer;white-space:nowrap;background:#fff;border:1.5px solid #e0e0e0;border-radius:7px;align-items:center;gap:.3rem;padding:.3rem .625rem;font-family:Figtree,sans-serif;font-size:.72rem;font-weight:700;transition:all .15s;display:inline-flex}.aor-toggle:hover:not(:disabled){color:#2c52bb;border-color:#2c52bb}.aor-toggle--on{color:#2c52bb;background:#2c52bb14;border-color:#2c52bb}.aor-toggle--on.aor-toggle--done{color:#276749;background:#38a16914;border-color:#38a169}.aor-toggle:disabled{opacity:.5;cursor:not-allowed}.aor-chevron{color:#ccc;align-items:center;transition:transform .2s;display:flex}.aor-chevron--open{color:#2c52bb;transform:rotate(180deg)}.aor-detail-td{border-bottom:1.5px solid #e8eef8;padding:0!important}.aor-detail{background:#f5f8ff;flex-direction:column;gap:1.125rem;padding:1.25rem 1.25rem 1.375rem;animation:.2s aorSlide;display:flex}@keyframes aorSlide{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}.aor-detail-section{flex-direction:column;gap:.625rem;display:flex}.aor-detail-label{color:#a1a1a1;letter-spacing:.07em;text-transform:uppercase;margin:0;font-size:.68rem;font-weight:800}.aor-products{background:#fff;border:1px solid #e8e8e8;border-radius:10px;padding:.25rem .875rem}.aor-detail-cols{grid-template-columns:1fr 1fr;gap:1rem;display:grid}@media (width<=700px){.aor-detail-cols{grid-template-columns:1fr}}.aor-customer{background:#fff;border:1px solid #e8e8e8;border-radius:10px;align-items:center;gap:.75rem;padding:.75rem 1rem;display:flex}.aor-customer-avatar{color:#fff;background:#2c52bb;border-radius:9px;flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;font-size:.8rem;font-weight:800;display:flex}.aor-customer-name{color:#000;margin:0 0 .25rem;font-size:.9rem;font-weight:700}.aor-customer-status{display:flex}.aor-detail-section--note{flex-direction:column;gap:.5rem;display:flex}.aor-note-input{color:#000;resize:vertical;box-sizing:border-box;background:#fff;border:1.5px solid #e0e0e0;border-radius:9px;width:100%;min-height:72px;padding:.625rem .875rem;font-family:Figtree,sans-serif;font-size:.85rem;transition:border-color .18s,box-shadow .18s}.aor-note-input:focus{border-color:#2c52bb;outline:none;box-shadow:0 0 0 3px #2c52bb1a}.aor-note-footer{justify-content:flex-end;align-items:center;gap:.625rem;display:flex}.aor-note-err{color:#c0392b;flex:1;font-size:.75rem;font-weight:600}.aor-note-saved{color:#276749;flex:1;font-size:.75rem;font-weight:700}.aor-note-save{color:#fff;cursor:pointer;white-space:nowrap;background:#2c52bb;border:none;border-radius:8px;height:34px;padding:0 1rem;font-family:Figtree,sans-serif;font-size:.8rem;font-weight:700;transition:background .15s}.aor-note-save:hover:not(:disabled){background:#1e3d9a}.aor-note-save:disabled{opacity:.6;cursor:not-allowed}.aor-detail-total{color:#555;border-top:1.5px solid #e8eef8;justify-content:flex-end;align-items:baseline;gap:1rem;padding-top:.5rem;font-size:.85rem;font-weight:700;display:flex}.aor-detail-total-val{color:#000;letter-spacing:-.03em;font-size:1.25rem;font-weight:800}.ds-page{background:#f0f0f0;min-height:100vh;padding-bottom:4rem;font-family:Figtree,sans-serif}.ds-hero{text-align:center;background:#0a1628;padding:4rem 1.5rem 3.5rem;position:relative;overflow:hidden}.ds-hero:before{content:"";pointer-events:none;background:radial-gradient(circle,#2c52bb33 0%,#0000 65%);border-radius:50%;width:500px;height:500px;position:absolute;top:-120px;left:50%;transform:translate(-50%)}.ds-hero:after{content:"";clip-path:ellipse(55% 100% at 50% 100%);background:#f0f0f0;height:36px;position:absolute;bottom:-1px;left:0;right:0}.ds-hero-inner{z-index:1;flex-direction:column;align-items:center;gap:.5rem;max-width:640px;margin:0 auto;display:flex;position:relative}.ds-hero-icon{color:#7b9fff;background:#2c52bb33;border:1px solid #2c52bb4d;border-radius:16px;justify-content:center;align-items:center;width:64px;height:64px;margin-bottom:.75rem;display:flex}.ds-eyebrow{letter-spacing:.14em;text-transform:uppercase;color:#fff6;margin:0;font-size:.7rem;font-weight:800}.ds-title{color:#fff;letter-spacing:-.05em;margin:.25rem 0 .5rem;font-size:clamp(2rem,5vw,3rem);font-weight:800;line-height:1.05}.ds-sub{color:#ffffff8c;margin:0;font-size:.9rem;line-height:1.65}.ds-inner{grid-template-columns:220px 1fr;align-items:start;gap:2.5rem;max-width:900px;margin:0 auto;padding:2.5rem 1.5rem 0;display:grid}@media (width<=768px){.ds-inner{grid-template-columns:1fr;padding:1.5rem 1rem 0}}.ds-toc{background:#fff;border:1.5px solid #ececec;border-radius:14px;padding:1.125rem;position:sticky;top:88px}@media (width<=768px){.ds-toc{position:static}}.ds-toc-title{letter-spacing:.1em;text-transform:uppercase;color:#a1a1a1;margin:0 0 .75rem;font-size:.65rem;font-weight:800}.ds-toc-list{counter-reset:none;flex-direction:column;gap:.25rem;margin:0;padding:0;list-style:none;display:flex}.ds-toc-link{color:#555;border-radius:8px;align-items:center;gap:.5rem;padding:.45rem .625rem;font-size:.8rem;font-weight:600;text-decoration:none;transition:background .12s,color .12s;display:flex}.ds-toc-link:hover{color:#2c52bb;background:#2c52bb12}.ds-toc-num{color:#ccc;min-width:20px;font-size:.65rem;font-weight:800}.ds-sections{flex-direction:column;gap:1.125rem;display:flex}.ds-section{background:#fff;border:1.5px solid #ececec;border-radius:16px;scroll-margin-top:88px;animation:.4s both dsFadeUp;overflow:hidden}@keyframes dsFadeUp{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.ds-section-header{background:#fafafa;border-bottom:1.5px solid #f5f5f5;align-items:center;gap:.875rem;padding:1.125rem 1.375rem;display:flex}.ds-section-icon{color:#2c52bb;background:#2c52bb14;border-radius:9px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.ds-section-title-wrap{flex:1;align-items:baseline;gap:.5rem;min-width:0;display:flex}.ds-section-num{color:#ccc;letter-spacing:.05em;flex-shrink:0;font-size:.65rem;font-weight:800}.ds-section-title{color:#000;letter-spacing:-.02em;margin:0;font-size:1rem;font-weight:800}.ds-badge{letter-spacing:.06em;text-transform:uppercase;white-space:nowrap;border-radius:99px;flex-shrink:0;padding:.22rem .6rem;font-size:.65rem;font-weight:800}.ds-badge--green{color:#276749;background:#38a1691a;border:1px solid #38a16933}.ds-badge--yellow{color:#92780a;background:#c0860a1a;border:1px solid #c0860a33}.ds-badge--blue{color:#2c52bb;background:#2c52bb1a;border:1px solid #2c52bb33}.ds-section-body{flex-direction:column;gap:.875rem;padding:1.375rem;display:flex}.ds-section-body p{color:#444;margin:0;font-size:.9rem;line-height:1.7}.ds-section-body strong{color:#000;font-weight:700}.ds-inline-link{color:#2c52bb;border-bottom:1px solid #2c52bb4d;font-weight:600;text-decoration:none;transition:border-color .15s,color .15s}.ds-inline-link:hover{color:#1e3d9a;border-color:#1e3d9a}.ds-list{flex-direction:column;gap:.375rem;margin:0;padding:0 0 0 1.25rem;display:flex}.ds-list li{color:#444;font-size:.875rem;line-height:1.6}.ds-list li strong{color:#000}.ds-contact-box{background:#f7f7f7;border:1px solid #ececec;border-radius:10px;flex-direction:column;gap:.5rem;padding:1rem 1.125rem;display:flex}.ds-contact-row{color:#444;gap:.75rem;font-size:.875rem;display:flex}.ds-contact-row strong{color:#888;letter-spacing:.03em;text-transform:uppercase;min-width:72px;padding-top:1px;font-size:.75rem;font-weight:700}.ds-access-grid{flex-wrap:wrap;gap:.875rem;display:flex}.ds-access-item{background:#f7f7f7;border:1px solid #ececec;border-radius:11px;flex:1;align-items:center;gap:.75rem;min-width:180px;padding:.875rem 1rem;display:flex}.ds-access-icon{border-radius:9px;flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;display:flex}.ds-access-icon--blue{color:#2c52bb;background:#2c52bb1a}.ds-access-icon--indigo{color:#4f46e5;background:#6366f11a}.ds-access-name{color:#000;margin:0 0 .1rem;font-size:.875rem;font-weight:800}.ds-access-role{color:#a1a1a1;margin:0;font-size:.72rem;font-weight:500}.ds-date{border-top:1px solid #f0f0f0;padding-top:.5rem;color:#a1a1a1!important;font-size:.8rem!important}.ds-back-wrap{max-width:900px;margin:2rem auto 0;padding:0 1.5rem}.ds-back-btn{color:#555;background:#fff;border:1.5px solid #e0e0e0;border-radius:9px;align-items:center;gap:.5rem;padding:.65rem 1.125rem;font-family:Figtree,sans-serif;font-size:.85rem;font-weight:600;text-decoration:none;transition:border-color .15s,color .15s;display:inline-flex}.ds-back-btn:hover{color:#2c52bb;border-color:#2c52bb}@media (width<=768px){.ds-hero{padding:3rem 1rem 2.5rem}.ds-back-wrap{padding:0 1rem}}.agb-page{background:#f0f0f0;min-height:100vh;padding-bottom:4rem;font-family:Figtree,sans-serif}.agb-hero{text-align:center;background:#0a1628;padding:4rem 1.5rem 3.5rem;position:relative;overflow:hidden}.agb-hero:before{content:"";pointer-events:none;background:radial-gradient(circle,#bba2151f 0%,#0000 65%);border-radius:50%;width:420px;height:420px;position:absolute;top:-120px;right:-80px}.agb-hero:after{content:"";clip-path:ellipse(55% 100% at 50% 100%);background:#f0f0f0;height:36px;position:absolute;bottom:-1px;left:0;right:0}.agb-hero-inner{z-index:1;flex-direction:column;align-items:center;gap:.5rem;max-width:640px;margin:0 auto;display:flex;position:relative}.agb-hero-icon{color:#bba215;background:#bba21526;border:1px solid #bba21540;border-radius:16px;justify-content:center;align-items:center;width:64px;height:64px;margin-bottom:.75rem;display:flex}.agb-eyebrow{letter-spacing:.14em;text-transform:uppercase;color:#fff6;margin:0;font-size:.7rem;font-weight:800}.agb-title{color:#fff;letter-spacing:-.05em;margin:.25rem 0 .5rem;font-size:clamp(1.75rem,5vw,2.75rem);font-weight:800;line-height:1.05}.agb-sub{color:#ffffff8c;margin:0;font-size:.9rem;line-height:1.65}.agb-inner{grid-template-columns:220px 1fr;align-items:start;gap:2.5rem;max-width:900px;margin:0 auto;padding:2.5rem 1.5rem 0;display:grid}@media (width<=768px){.agb-inner{grid-template-columns:1fr;padding:1.5rem 1rem 0}}.agb-toc{background:#fff;border:1.5px solid #ececec;border-radius:14px;padding:1.125rem;position:sticky;top:88px}@media (width<=768px){.agb-toc{position:static}}.agb-toc-title{letter-spacing:.1em;text-transform:uppercase;color:#a1a1a1;margin:0 0 .75rem;font-size:.65rem;font-weight:800}.agb-toc-list{flex-direction:column;gap:.2rem;margin:0;padding:0;list-style:none;display:flex}.agb-toc-link{color:#555;border-radius:8px;align-items:center;gap:.5rem;padding:.4rem .625rem;font-size:.775rem;font-weight:600;line-height:1.3;text-decoration:none;transition:background .12s,color .12s;display:flex}.agb-toc-link:hover{color:#2c52bb;background:#2c52bb12}.agb-toc-num{color:#ccc;flex-shrink:0;min-width:20px;font-size:.62rem;font-weight:800}.agb-sections{flex-direction:column;gap:1rem;display:flex}.agb-section{background:#fff;border:1.5px solid #ececec;border-radius:16px;scroll-margin-top:88px;animation:.4s both agbFadeUp;overflow:hidden}@keyframes agbFadeUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.agb-section-header{background:#fafafa;border-bottom:1.5px solid #f5f5f5;align-items:center;gap:.875rem;padding:1rem 1.25rem;display:flex}.agb-section-icon{color:#2c52bb;background:#2c52bb14;border-radius:9px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.agb-section-title-wrap{flex:1;align-items:baseline;gap:.5rem;min-width:0;display:flex}.agb-section-num{color:#ccc;letter-spacing:.05em;flex-shrink:0;font-size:.62rem;font-weight:800}.agb-section-title{color:#000;letter-spacing:-.02em;margin:0;font-size:.9375rem;font-weight:800}.agb-badge{letter-spacing:.06em;text-transform:uppercase;white-space:nowrap;border-radius:99px;flex-shrink:0;padding:.2rem .55rem;font-size:.62rem;font-weight:800}.agb-badge--yellow{color:#92780a;background:#c0860a1a;border:1px solid #c0860a33}.agb-badge--blue{color:#2c52bb;background:#2c52bb1a;border:1px solid #2c52bb33}.agb-badge--green{color:#276749;background:#38a1691a;border:1px solid #38a16933}.agb-section-body{flex-direction:column;gap:.875rem;padding:1.25rem 1.375rem;display:flex}.agb-section-body p{color:#444;margin:0;font-size:.875rem;line-height:1.72}.agb-section-body strong{color:#000;font-weight:700}.agb-info-box{border-radius:10px;align-items:flex-start;gap:.625rem;padding:.875rem 1rem;font-size:.825rem;font-weight:500;line-height:1.6;display:flex}.agb-info-box p{margin:0;font-size:.825rem!important}.agb-info-box--yellow{color:#6b5000;background:#c0860a12;border:1px solid #c0860a33}.agb-info-box--yellow svg{color:#c0860a}.agb-info-box--blue{color:#1e3d9a;background:#2c52bb0f;border:1px solid #2c52bb26}.agb-info-box--blue svg{color:#2c52bb}.agb-info-box--grey{color:#555;background:#f5f5f5;border:1px solid #e8e8e8}.agb-info-box--grey svg{color:#888}.agb-list{flex-direction:column;gap:.375rem;margin:0;padding:0 0 0 1.25rem;display:flex}.agb-list li{color:#444;font-size:.875rem;line-height:1.6}.agb-cost-grid{flex-direction:column;gap:.75rem;display:flex}.agb-cost-item{background:#f7f7f7;border:1px solid #ececec;border-radius:11px;align-items:flex-start;gap:.875rem;padding:1rem 1.125rem;display:flex}.agb-cost-icon{color:#2c52bb;background:#2c52bb14;border-radius:9px;flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;margin-top:1px;display:flex}.agb-cost-title{color:#000!important;margin:0 0 .25rem!important;font-size:.875rem!important;font-weight:800!important}.agb-cost-desc{color:#666!important;margin:0!important;font-size:.825rem!important}.agb-inline-link{color:#2c52bb;border-bottom:1px solid #2c52bb4d;font-weight:600;text-decoration:none;transition:border-color .15s,color .15s}.agb-inline-link:hover{color:#1e3d9a;border-color:#1e3d9a}.agb-date{border-top:1px solid #f0f0f0;padding-top:.5rem;color:#a1a1a1!important;font-size:.8rem!important}.agb-back-wrap{flex-wrap:wrap;gap:.75rem;max-width:900px;margin:2rem auto 0;padding:0 1.5rem;display:flex}.agb-back-btn{color:#555;background:#fff;border:1.5px solid #e0e0e0;border-radius:9px;align-items:center;gap:.5rem;padding:.65rem 1.125rem;font-family:Figtree,sans-serif;font-size:.85rem;font-weight:600;text-decoration:none;transition:border-color .15s,color .15s;display:inline-flex}.agb-back-btn:hover{color:#2c52bb;border-color:#2c52bb}@media (width<=768px){.agb-hero{padding:3rem 1rem 2.5rem}.agb-back-wrap{padding:0 1rem}}.pf-form{flex-direction:column;gap:1.25rem;font-family:Figtree,sans-serif;display:flex}.pf-section{background:#fff;border:1.5px solid #ececec;border-radius:14px;overflow:hidden}.pf-section-header{background:#fafafa;border-bottom:1.5px solid #f0f0f0;align-items:center;gap:.75rem;padding:.875rem 1.25rem;display:flex}.pf-section-icon{color:#2c52bb;background:#2c52bb14;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;display:flex}.pf-section-title{color:#000;letter-spacing:-.02em;flex:1;margin:0;font-size:.9rem;font-weight:800}.pf-optional{color:#a1a1a1;letter-spacing:.03em;background:#f0f0f0;border-radius:5px;padding:.18rem .5rem;font-size:.68rem;font-weight:600}.pf-grid{gap:1rem;padding:1.125rem 1.25rem;display:grid}.pf-grid+.pf-grid,.pf-grid+.pf-field,.pf-field+.pf-grid{padding-top:0}.pf-grid--2{grid-template-columns:1fr 1fr}.pf-grid--3{grid-template-columns:1fr 1fr 1fr}.pf-grid--4{grid-template-columns:repeat(4,1fr)}.pf-field--span2{grid-column:span 2}.pf-field{flex-direction:column;gap:.375rem;padding:0 1.25rem;display:flex}.pf-field:first-child{padding-top:0}.pf-grid .pf-field{padding:0}.pf-section>.pf-field{padding:0 1.25rem 1.125rem}.pf-label{color:#333;letter-spacing:.04em;text-transform:uppercase;font-size:.72rem;font-weight:700}.pf-req{color:#e53e3e}.pf-input,.pf-select,.pf-textarea{color:#000;box-sizing:border-box;background:#fff;border:1.5px solid #e0e0e0;border-radius:9px;outline:none;width:100%;height:42px;padding:0 .875rem;font-family:Figtree,sans-serif;font-size:.9rem;transition:border-color .18s,box-shadow .18s}.pf-input:focus,.pf-select:focus,.pf-textarea:focus{border-color:#2c52bb;box-shadow:0 0 0 3px #2c52bb1a}.pf-input::placeholder,.pf-textarea::placeholder{color:#ccc}.pf-textarea{resize:vertical;height:auto;min-height:90px;padding:.625rem .875rem}.pf-select{appearance:none;cursor:pointer;background-image:url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%23a1a1a1' stroke-width='2.5' xmlns='http://www.w3.org/2000/svg'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");background-position:right .875rem center;background-repeat:no-repeat;padding-right:2.5rem}.pf-input-prefix{border:1.5px solid #e0e0e0;border-radius:9px;align-items:center;transition:border-color .18s,box-shadow .18s;display:flex;overflow:hidden}.pf-input-prefix:focus-within{border-color:#2c52bb;box-shadow:0 0 0 3px #2c52bb1a}.pf-prefix{color:#888;white-space:nowrap;background:#f7f7f7;border-right:1.5px solid #e0e0e0;flex-shrink:0;align-items:center;height:42px;padding:0 .75rem;font-size:.8rem;font-weight:700;display:flex}.pf-input--prefixed{flex:1;box-shadow:none!important;border:none!important;border-radius:0!important}.pf-input--prefixed:focus{box-shadow:none!important}.pf-field--err .pf-input,.pf-field--err .pf-select,.pf-field--err .pf-input-prefix{border-color:#e53e3e}.pf-error{color:#e53e3e;margin-top:-.125rem;font-size:.72rem;font-weight:600}.pf-img-area{padding:1.125rem 1.25rem}.pf-img-drop{cursor:pointer;color:#a1a1a1;text-align:center;border:2px dashed #d0d0d0;border-radius:12px;flex-direction:column;justify-content:center;align-items:center;gap:.5rem;padding:2.5rem 1rem;transition:border-color .18s,background .18s;display:flex}.pf-img-drop:hover{color:#2c52bb;background:#2c52bb08;border-color:#2c52bb}.pf-img-drop-title{color:#333;font-size:.875rem;font-weight:700}.pf-img-drop:hover .pf-img-drop-title{color:#2c52bb}.pf-img-drop-sub{color:#bbb;font-size:.72rem}.pf-img-input{display:none}.pf-img-preview{display:inline-block;position:relative}.pf-preview-img{object-fit:contain;border:1.5px solid #ececec;border-radius:10px;max-width:100%;max-height:200px;display:block}.pf-img-remove{color:#c0392b;cursor:pointer;background:#fff2f2;border:1.5px solid #fcc;border-radius:8px;align-items:center;gap:.375rem;margin-top:.625rem;padding:.4rem .875rem;font-family:Figtree,sans-serif;font-size:.78rem;font-weight:700;transition:background .15s;display:inline-flex}.pf-img-remove:hover{background:#ffe5e5}.pf-features{flex-wrap:wrap;gap:.5rem;padding:1rem 1.25rem 1.25rem;display:flex}.pf-feature-btn{color:#555;cursor:pointer;background:#fff;border:1.5px solid #e0e0e0;border-radius:99px;align-items:center;gap:.3rem;padding:.4rem .875rem;font-family:Figtree,sans-serif;font-size:.8rem;font-weight:600;transition:all .15s;display:inline-flex}.pf-feature-btn:hover{color:#2c52bb;background:#2c52bb0a;border-color:#2c52bb}.pf-feature-btn--active{color:#2c52bb;background:#2c52bb14;border-color:#2c52bb;font-weight:700}.pf-actions{justify-content:flex-end;padding-bottom:.5rem;display:flex}.pf-submit{color:#fff;cursor:pointer;background:#2c52bb;border:none;border-radius:11px;align-items:center;gap:.5rem;height:48px;padding:0 2rem;font-family:Figtree,sans-serif;font-size:.9375rem;font-weight:800;transition:background .18s,transform .1s;display:inline-flex;box-shadow:0 4px 16px #2c52bb40}.pf-submit:hover:not(:disabled){background:#1e3d9a;transform:translateY(-1px)}.pf-submit:disabled{opacity:.65;cursor:not-allowed;transform:none}.pf-submit--loading{opacity:.75}.pf-spinner{border:2px solid #ffffff4d;border-top-color:#fff;border-radius:50%;width:15px;height:15px;animation:.7s linear infinite pfSpin;display:inline-block}@keyframes pfSpin{to{transform:rotate(360deg)}}@media (width<=768px){.pf-grid--3,.pf-grid--4{grid-template-columns:1fr 1fr}.pf-field--span2{grid-column:span 1}}@media (width<=500px){.pf-grid--2,.pf-grid--3,.pf-grid--4{grid-template-columns:1fr}.pf-field--span2{grid-column:span 1}}.app-page{background:#f0f0f0;min-height:100vh;padding-bottom:4rem;font-family:Figtree,sans-serif}.app-header{background:#000;border-bottom:2px solid #2c52bb;padding:1.25rem 1.5rem}.app-header-inner{flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:1rem;max-width:860px;margin:0 auto;display:flex}.app-breadcrumb{align-items:center;gap:.4rem;margin-bottom:.3rem;display:flex}.app-bc-link{color:#ffffff73;font-size:.75rem;font-weight:600;text-decoration:none;transition:color .15s}.app-bc-link:hover{color:#fffc}.app-bc-sep{color:#fff3;font-size:.7rem}.app-bc-current{color:#ffffffa6;font-size:.75rem;font-weight:600}.app-title{color:#fff;letter-spacing:-.04em;margin:0;font-size:clamp(1.25rem,3vw,1.75rem);font-weight:800}.app-header-actions{align-items:center;gap:.625rem;display:flex}.app-back-btn{color:#ffffffb3;white-space:nowrap;background:0 0;border:1.5px solid #fff3;border-radius:9px;align-items:center;gap:.4rem;padding:.55rem 1rem;font-family:Figtree,sans-serif;font-size:.825rem;font-weight:600;text-decoration:none;transition:border-color .15s,color .15s;display:inline-flex}.app-back-btn:hover{color:#fff;border-color:#ffffff80}.app-preview-btn{color:#7b9fff;white-space:nowrap;background:#2c52bb4d;border:1.5px solid #2c52bb80;border-radius:9px;align-items:center;gap:.4rem;padding:.55rem 1rem;font-family:Figtree,sans-serif;font-size:.825rem;font-weight:600;text-decoration:none;transition:background .15s,border-color .15s;display:inline-flex}.app-preview-btn:hover{background:#2c52bb73;border-color:#2c52bbcc}.app-inner{flex-direction:column;gap:1.25rem;max-width:860px;margin:0 auto;padding:2rem 1.5rem 0;display:flex}.app-error-banner{color:#c0392b;background:#fff2f2;border:1.5px solid #fcc;border-radius:11px;align-items:center;gap:.625rem;padding:.875rem 1.125rem;font-size:.875rem;font-weight:600;display:flex}.app-skeleton-wrap{flex-direction:column;gap:1rem;display:flex}.app-skeleton{background:linear-gradient(90deg,#e8e8e8 25%,#d8d8d8 50%,#e8e8e8 75%) 0 0/200% 100%;border-radius:14px;animation:1.4s infinite appShimmer}.app-skeleton:first-child{height:180px}.app-skeleton:nth-child(2){height:120px}.app-skeleton:nth-child(3){height:100px}@keyframes appShimmer{0%{background-position:200% 0}to{background-position:-200% 0}}@media (width<=768px){.app-header{padding:1rem}.app-inner{padding:1.25rem 1rem 0}}.au-page{background:#f0f0f0;min-height:100vh;padding-bottom:4rem;font-family:Figtree,sans-serif}.au-header{background:#000;border-bottom:2px solid #2c52bb;padding:1.75rem 1.5rem}.au-header-inner{flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:1rem;max-width:1300px;margin:0 auto;display:flex}.au-eyebrow{letter-spacing:.14em;text-transform:uppercase;color:#2c52bb;margin:0 0 .2rem;font-size:.7rem;font-weight:700}.au-title{color:#fff;letter-spacing:-.04em;margin:0;font-size:clamp(1.5rem,4vw,2rem);font-weight:800}.au-header-right{align-items:center;gap:.5rem;display:flex}.au-live-dot{background:#38a169;border-radius:50%;width:8px;height:8px;animation:2s infinite auPulse;box-shadow:0 0 0 3px #38a16940}@keyframes auPulse{0%,to{box-shadow:0 0 0 3px #38a16940}50%{box-shadow:0 0 0 6px #38a16914}}.au-live-text{color:#ffffff73;font-size:.78rem;font-weight:600}.au-inner{flex-direction:column;gap:1.25rem;max-width:1300px;margin:0 auto;padding:1.75rem 1.5rem 0;display:flex}.au-stats{flex-wrap:wrap;gap:.75rem;display:flex}.au-stat{text-align:center;background:#fff;border:1.5px solid #ececec;border-radius:12px;flex-direction:column;flex:1;gap:.2rem;min-width:100px;padding:.875rem 1.25rem;display:flex}.au-stat-val{color:#000;letter-spacing:-.04em;font-size:1.75rem;font-weight:800;line-height:1}.au-stat-label{color:#a1a1a1;letter-spacing:.05em;text-transform:uppercase;font-size:.7rem;font-weight:700}.au-stat--admin .au-stat-val{color:#2c52bb}.au-stat--user .au-stat-val{color:#276749}.au-toolbar{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;display:flex}.au-filters{background:#fff;border:1.5px solid #ececec;border-radius:10px;gap:.25rem;padding:.25rem;display:flex}.au-filter-btn{color:#888;cursor:pointer;white-space:nowrap;background:0 0;border:none;border-radius:7px;align-items:center;gap:.4rem;padding:.45rem .875rem;font-family:Figtree,sans-serif;font-size:.8rem;font-weight:600;transition:background .15s,color .15s;display:flex}.au-filter-btn:hover{color:#000;background:#f5f5f5}.au-filter-btn--active{color:#fff;background:#2c52bb}.au-filter-btn--active:hover{background:#1e3d9a}.au-filter-count{background:#0000001a;border-radius:99px;padding:.1rem .4rem;font-size:.68rem;font-weight:800}.au-filter-btn--active .au-filter-count{background:#fff3}.au-search-wrap{color:#a1a1a1;background:#fff;border:1.5px solid #e0e0e0;border-radius:9px;align-items:center;gap:.5rem;height:38px;padding:0 .875rem;transition:border-color .18s,box-shadow .18s;display:flex}.au-search-wrap:focus-within{color:#2c52bb;border-color:#2c52bb;box-shadow:0 0 0 3px #2c52bb1a}.au-search{color:#000;background:0 0;border:none;outline:none;width:240px;font-family:Figtree,sans-serif;font-size:.85rem}.au-search::placeholder{color:#bbb}.au-table-wrap{background:#fff;border:1.5px solid #ececec;border-radius:16px;overflow:hidden}.au-table{border-collapse:collapse;width:100%}.au-thead-row{background:#fafafa;border-bottom:1.5px solid #f0f0f0}.au-th{color:#a1a1a1;letter-spacing:.07em;text-transform:uppercase;text-align:left;white-space:nowrap;padding:.75rem 1rem;font-size:.68rem;font-weight:800}.au-th--right{text-align:right}.au-row{border-bottom:1px solid #f5f5f5;transition:background .12s;animation:.35s both auFadeUp}.au-row:last-child{border-bottom:none}.au-row:hover{background:#fafbff}@keyframes auFadeUp{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.au-td{vertical-align:middle;padding:.875rem 1rem}.au-td--id{white-space:nowrap}.au-td--right{text-align:right}.au-row-id{color:#ccc;letter-spacing:.03em;font-size:.78rem;font-weight:800}.au-user-cell{align-items:center;gap:.75rem;display:flex}.au-avatar{color:#276749;letter-spacing:.02em;background:#38a1691a;border-radius:9px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;font-size:.78rem;font-weight:800;display:flex}.au-avatar--admin{color:#2c52bb;background:#2c52bb1a}.au-fullname{color:#000;white-space:nowrap;margin:0 0 .1rem;font-size:.875rem;font-weight:700}.au-username{color:#a1a1a1;margin:0;font-size:.72rem;font-weight:500}.au-email{color:#555;font-size:.825rem;font-weight:500;text-decoration:none;transition:color .15s}.au-email:hover{color:#2c52bb}.au-address{color:#555;text-overflow:ellipsis;white-space:nowrap;max-width:180px;font-size:.825rem;font-weight:500;display:block;overflow:hidden}.au-empty-val{color:#ccc}.au-date{color:#a1a1a1;white-space:nowrap;font-size:.78rem;font-weight:500}.au-role-badge{letter-spacing:.05em;white-space:nowrap;border-radius:99px;align-items:center;gap:.3rem;padding:.25rem .625rem;font-size:.68rem;font-weight:800;display:inline-flex}.au-role-badge--admin{color:#2c52bb;background:#2c52bb1a;border:1px solid #2c52bb33}.au-role-badge--user{color:#276749;background:#38a1691a;border:1px solid #38a16933}.au-actions{justify-content:flex-end;align-items:center;gap:.375rem;display:flex}.au-role-btn{cursor:pointer;white-space:nowrap;letter-spacing:.04em;background:#fff;border:1.5px solid #e0e0e0;border-radius:7px;align-items:center;gap:.3rem;padding:.35rem .7rem;font-family:Figtree,sans-serif;font-size:.7rem;font-weight:800;transition:all .15s;display:inline-flex}.au-role-btn--promote{color:#2c52bb;border-color:#2c52bb4d}.au-role-btn--promote:hover{background:#2c52bb12;border-color:#2c52bb}.au-role-btn--demote{color:#c0860a;border-color:#c0860a4d}.au-role-btn--demote:hover{background:#c0860a12;border-color:#c0860a}.au-delete-btn{color:#ccc;cursor:pointer;background:#fff;border:1.5px solid #ececec;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;transition:all .15s;display:flex}.au-delete-btn:hover{color:#c0392b;background:#fff2f2;border-color:#fcc}.au-skeletons{flex-direction:column;gap:.625rem;padding:1rem;display:flex}.au-skeleton{background:linear-gradient(90deg,#f0f0f0 25%,#e4e4e4 50%,#f0f0f0 75%) 0 0/200% 100%;border-radius:10px;height:60px;animation:1.4s infinite auShimmer}@keyframes auShimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.au-error{text-align:center;color:#c0392b;padding:2.5rem}.au-error span{margin-bottom:.5rem;font-size:2rem;display:block}.au-error p{margin:0 0 .25rem;font-weight:700}.au-error small{font-size:.8rem}.au-empty{text-align:center;color:#a1a1a1;padding:3rem}.au-empty span{margin-bottom:.5rem;font-size:2rem;display:block}.au-empty p{margin:0;font-size:.9rem;font-weight:600}.au-result-count{color:#a1a1a1;text-align:right;margin:0;font-size:.78rem;font-weight:500}@media (width<=900px){.au-inner{padding:1.25rem 1rem 0}.au-th--hide-sm,.au-td--hide-sm{display:none}.au-search{width:160px}.au-btn-label{display:none}.au-role-btn{padding:.35rem .5rem}}.profile-page{background:#f0f0f0;min-height:100vh;padding-bottom:4rem;font-family:Figtree,sans-serif}.profile-hero{background:#2c52bb;padding:3rem 1.5rem 2.5rem;position:relative;overflow:hidden}.profile-hero:after{content:"";clip-path:ellipse(55% 100% at 50% 100%);background:#f0f0f0;height:36px;position:absolute;bottom:-1px;left:0;right:0}.profile-hero-inner{max-width:900px;margin:0 auto}.profile-eyebrow{letter-spacing:.12em;text-transform:uppercase;color:#ffffff80;margin:0 0 .3rem;font-size:.7rem;font-weight:700}.profile-title{color:#fff;letter-spacing:-.04em;margin:0;font-size:clamp(1.75rem,5vw,2.5rem);font-weight:800}.profile-inner{max-width:900px;margin:0 auto;padding:2rem 1.5rem 0}.profile-layout{grid-template-columns:1fr 280px;align-items:start;gap:1.5rem;display:grid}@media (width<=768px){.profile-layout{grid-template-columns:1fr}.profile-inner{padding:1.5rem 1rem 0}.profile-hero{padding:2.5rem 1rem 2rem}}.profile-skel{background:linear-gradient(90deg,#e8e8e8 25%,#d8d8d8 50%,#e8e8e8 75%) 0 0/200% 100%;animation:1.4s infinite profShimmer}@keyframes profShimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.profile-error-state{text-align:center;max-width:400px;margin:6rem auto;padding:1.5rem}.profile-error-state span{margin-bottom:1rem;font-size:2.5rem;display:block}.profile-error-state h2{color:#000;margin:0 0 .5rem;font-size:1.25rem;font-weight:800}.profile-error-state p{color:#888;margin:0 0 1.5rem;font-size:.875rem}.profile-error-btn{color:#fff;background:#2c52bb;border-radius:10px;align-items:center;padding:.65rem 1.5rem;font-size:.875rem;font-weight:700;text-decoration:none;display:inline-flex}.profile-actions-card{background:#fff;border:1.5px solid #ececec;border-radius:16px;flex-direction:column;gap:.5rem;padding:1.25rem;display:flex}.profile-actions-title{color:#a1a1a1;letter-spacing:.1em;text-transform:uppercase;margin:0 0 .375rem;font-size:.65rem;font-weight:800}.profile-edit-btn,.profile-orders-btn,.profile-cart-btn{cursor:pointer;border-radius:10px;align-items:center;gap:.625rem;padding:.7rem .875rem;font-family:Figtree,sans-serif;font-size:.875rem;font-weight:600;text-decoration:none;transition:background .15s,color .15s;display:flex}.profile-edit-btn{color:#2c52bb;background:#2c52bb0f;border:1.5px solid #2c52bb26}.profile-edit-btn:hover{background:#2c52bb1a}.profile-orders-btn,.profile-cart-btn{color:#333;background:#f7f7f7;border:1.5px solid #ececec}.profile-orders-btn:hover,.profile-cart-btn:hover{color:#000;background:#f0f0f0}.profile-danger-zone{border-top:1.5px solid #f5f5f5;flex-direction:column;gap:.375rem;margin-top:.5rem;padding-top:.875rem;display:flex}.profile-danger-title{color:#e53e3e;letter-spacing:.08em;text-transform:uppercase;margin:0;font-size:.62rem;font-weight:800}.profile-delete-btn{color:#c0392b;cursor:pointer;text-align:left;background:#fff2f2;border:1.5px solid #fcc;border-radius:10px;align-items:center;gap:.5rem;width:100%;padding:.65rem .875rem;font-family:Figtree,sans-serif;font-size:.825rem;font-weight:700;transition:background .15s;display:flex}.profile-delete-btn:hover{background:#ffe5e5}.profile-admin-card{text-align:center;background:#2c52bb0d;border:1.5px solid #2c52bb26;border-radius:14px;flex-direction:column;align-items:center;gap:.5rem;padding:1.125rem;display:flex}.profile-admin-icon{color:#2c52bb;background:#2c52bb1a;border-radius:11px;justify-content:center;align-items:center;width:44px;height:44px;display:flex}.profile-admin-text{color:#2c52bb;margin:0;font-size:.8rem;font-weight:600;line-height:1.5}.profile-admin-back{color:#2c52bb;opacity:.7;font-size:.78rem;font-weight:600;text-decoration:none;transition:opacity .15s}.profile-admin-back:hover{opacity:1}.pi-card{background:#fff;border:1.5px solid #ececec;border-radius:16px;animation:.4s both profFadeUp;overflow:hidden}@keyframes profFadeUp{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.pi-avatar-wrap{background:linear-gradient(135deg,#2c52bb0a 0%,#0000 60%);align-items:center;gap:1.125rem;padding:1.75rem 1.5rem 1.25rem;display:flex}.pi-avatar{color:#276749;letter-spacing:.02em;background:#38a1691a;border-radius:16px;flex-shrink:0;justify-content:center;align-items:center;width:64px;height:64px;font-size:1.25rem;font-weight:800;display:flex;box-shadow:0 4px 16px #0000000f}.pi-avatar--admin{color:#2c52bb;background:#2c52bb1a}.pi-fullname{color:#000;letter-spacing:-.03em;margin:0 0 .375rem;font-size:1.375rem;font-weight:800}.pi-role{letter-spacing:.05em;text-transform:uppercase;border-radius:99px;align-items:center;gap:.3rem;padding:.22rem .6rem;font-size:.68rem;font-weight:800;display:inline-flex}.pi-role--admin{color:#2c52bb;background:#2c52bb1a;border:1px solid #2c52bb33}.pi-role--user{color:#276749;background:#38a1691a;border:1px solid #38a16933}.pi-divider{background:#f5f5f5;height:1.5px}.pi-fields{padding:.75rem 0}.pi-field{align-items:center;gap:.875rem;padding:.75rem 1.5rem;transition:background .12s;display:flex}.pi-field:hover{background:#fafafa}.pi-field-icon{color:#2c52bb;background:#2c52bb0f;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;display:flex}.pi-field-body{flex-direction:column;gap:.1rem;min-width:0;display:flex}.pi-field-label{color:#a1a1a1;letter-spacing:.06em;text-transform:uppercase;font-size:.65rem;font-weight:700}.pi-field-value{color:#000;text-overflow:ellipsis;white-space:nowrap;font-size:.9rem;font-weight:600;overflow:hidden}.pi-field-value--link{color:#2c52bb;text-decoration:none;transition:opacity .15s}.pi-field-value--link:hover{opacity:.75}.pe-card{background:#fff;border:1.5px solid #2c52bb33;border-radius:16px;animation:.3s both profFadeUp;overflow:hidden;box-shadow:0 0 0 4px #2c52bb0f}.pe-header{background:#2c52bb0a;border-bottom:1.5px solid #2c52bb1a;padding:1.125rem 1.5rem}.pe-title{color:#2c52bb;letter-spacing:-.01em;margin:0;font-size:.875rem;font-weight:800}.pe-form{flex-direction:column;gap:1rem;padding:1.375rem 1.5rem;display:flex}.pe-grid{grid-template-columns:1fr 1fr;gap:1rem;display:grid}@media (width<=500px){.pe-grid{grid-template-columns:1fr}}.pe-field{flex-direction:column;gap:.35rem;display:flex}.pe-label{color:#888;letter-spacing:.06em;text-transform:uppercase;font-size:.68rem;font-weight:700}.pe-req{color:#e53e3e}.pe-input-wrap{color:#a1a1a1;background:#fff;border:1.5px solid #e0e0e0;border-radius:10px;align-items:center;gap:.5rem;height:44px;padding:0 .875rem;transition:border-color .18s,box-shadow .18s;display:flex}.pe-input-wrap--focused{color:#2c52bb;border-color:#2c52bb;box-shadow:0 0 0 3px #2c52bb1a}.pe-icon{flex-shrink:0;align-items:center;display:flex}.pe-input{color:#000;background:0 0;border:none;outline:none;flex:1;font-family:Figtree,sans-serif;font-size:.9rem}.pe-input::placeholder{color:#ccc}.pe-error{color:#c0392b;background:#fff2f2;border:1px solid #fcc;border-radius:8px;align-items:center;gap:.4rem;padding:.6rem .875rem;font-size:.8rem;font-weight:600;display:flex}.pe-actions{justify-content:flex-end;gap:.625rem;padding-top:.25rem;display:flex}.pe-cancel-btn{color:#666;cursor:pointer;background:#fff;border:1.5px solid #e0e0e0;border-radius:9px;height:42px;padding:0 1.125rem;font-family:Figtree,sans-serif;font-size:.85rem;font-weight:600;transition:border-color .15s}.pe-cancel-btn:hover{border-color:#ccc}.pe-save-btn{color:#fff;cursor:pointer;background:#2c52bb;border:none;border-radius:9px;align-items:center;gap:.4rem;height:42px;padding:0 1.375rem;font-family:Figtree,sans-serif;font-size:.875rem;font-weight:700;transition:background .18s;display:inline-flex;box-shadow:0 3px 12px #2c52bb40}.pe-save-btn:hover:not(:disabled){background:#1e3d9a}.pe-save-btn:disabled{opacity:.65;cursor:not-allowed}.pe-save-btn--loading{opacity:.75}.pe-spinner{border:2px solid #ffffff4d;border-top-color:#fff;border-radius:50%;width:13px;height:13px;animation:.7s linear infinite peSpin;display:inline-block}@keyframes peSpin{to{transform:rotate(360deg)}}
