@import"https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap";:root{--color-primary: #0052cc;--color-secondary: #ffb400;--color-secondary-alt: #ff8c00;--color-background: #f3f6fb;--color-surface: #ffffff;--color-heading: #1c2a4a;--color-body: #4a5674;--shadow-lg: 0 32px 80px -32px rgba(28, 42, 74, .55);--shadow-md: 0 18px 50px -30px rgba(28, 42, 74, .45);font-family:Poppins,Segoe UI,sans-serif;line-height:1.5;font-weight:400;color:var(--color-body);background-color:var(--color-background);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;min-height:100vh;background:var(--color-background)}a{color:var(--color-primary);text-decoration:none}a:hover{color:var(--color-secondary-alt)}button{font-family:inherit}*,*:before,*:after{box-sizing:border-box}html,body{margin:0;padding:0;width:100%;min-height:100%}body{font-family:Poppins,Segoe UI,sans-serif;line-height:1.5;font-weight:400;background:var(--color-background);color:var(--color-body)}.app-shell{min-height:100vh;background:radial-gradient(120% 120% at 50% 0%,#0052cc1f,#0052cc05) var(--color-background)}.app-content{display:flex;flex-direction:column;flex:1}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;border-radius:999px;border:none;padding:.9rem 1.6rem;font-size:.95rem;font-weight:600;cursor:pointer;transition:transform .18s ease,box-shadow .18s ease,background-color .18s ease}.btn-primary{background:linear-gradient(135deg,var(--color-primary),#003c99);color:#fff;box-shadow:0 12px 30px -18px #0052cccc}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 16px 32px -16px #0052ccb3}.btn-secondary{background:var(--color-surface);color:var(--color-primary);border:1px solid rgba(0,82,204,.2)}.btn-secondary:hover{transform:translateY(-1px);border-color:#0052cc59;color:#003c99}.auth-page{min-height:100vh;padding:4rem 1.5rem;display:flex;align-items:center;justify-content:center}.auth-card{width:min(1080px,100%);display:grid;grid-template-columns:minmax(260px,1.05fr) minmax(320px,1fr);background:var(--color-surface);border-radius:28px;box-shadow:var(--shadow-lg);overflow:hidden}.auth-card--compact{grid-template-columns:minmax(260px,1fr) minmax(340px,1.1fr)}.auth-info{padding:3.5rem 3rem;background:linear-gradient(145deg,#0052cceb,#0052ccd1) center/cover no-repeat,url(https://images.unsplash.com/photo-1529333166437-7750a6dd5a70?auto=format&fit=crop&w=1200&q=60);color:#fff;display:flex;flex-direction:column;gap:1.5rem;position:relative;align-items:flex-start;text-align:left}.auth-info:after{content:"";position:absolute;inset:0;background:linear-gradient(160deg,#0052ccdb,#0052ccc7 60%,#002d7ae6);mix-blend-mode:multiply;pointer-events:none}.auth-info>*{position:relative;z-index:1}.auth-info h1{margin:0;font-size:clamp(2rem,4vw,2.5rem);font-weight:700;line-height:1.2}.auth-info p{margin:0;font-size:1rem;line-height:1.5;opacity:.94}.auth-highlights{margin:0;padding:0;list-style:none;display:grid;gap:.9rem}.auth-highlights li{display:flex;gap:.65rem;align-items:flex-start;font-weight:500}.auth-highlights li:before{content:"•";color:var(--color-secondary);font-size:1.4rem;line-height:1}.auth-switch{margin-top:auto;font-size:.9rem;white-space:nowrap}.auth-switch a{font-weight:600;color:#fff;text-decoration:underline;text-decoration-thickness:2px;text-underline-offset:4px}.auth-form{padding:3.5rem 3.2rem;display:flex;flex-direction:column;gap:1.25rem}.form-header{display:flex;flex-direction:column;gap:.5rem;margin-bottom:.75rem}.form-header h2{margin:0;font-size:1.75rem;color:var(--color-heading)}.form-header p{margin:0;color:var(--color-body);opacity:.85}.form-badge{align-self:flex-start;font-size:.85rem;font-weight:600;text-transform:uppercase;letter-spacing:.12em;color:var(--color-primary);background:#0052cc1a;padding:.35rem .9rem;border-radius:999px}.input-group{display:flex;flex-direction:column;gap:.55rem;font-size:.95rem;color:var(--color-heading)}.input-group span{font-weight:600}.input-group input{border-radius:14px;border:1px solid rgba(28,42,74,.15);padding:.75rem 1rem;font-size:1rem;transition:border-color .2s ease,box-shadow .2s ease;background:#fbfcff}.input-group input:focus{border-color:#0052cc73;box-shadow:0 0 0 4px #0052cc24;outline:none}.form-alert{border-radius:14px;padding:.85rem 1rem;font-size:.92rem;line-height:1.4;border:1px solid transparent}.form-alert--error{background:#ff545414;border-color:#ff54544d;color:#b91c1c}.form-alert--success{background:#00a35c14;border-color:#00a35c47;color:#047857}.btn:disabled,.btn[aria-disabled=true]{cursor:not-allowed;opacity:.7;transform:none;box-shadow:none}.btn:disabled .btn-spinner{border-color:#ffffffa6;border-top-color:#fff3}.btn-spinner{width:1.1rem;height:1.1rem;border-radius:50%;border:2px solid rgba(255,255,255,.35);border-top-color:#fff;animation:spin .7s linear infinite}.btn.btn-secondary .btn-spinner{border-color:#0052cc33;border-top-color:#0052cc99}.form-divider{display:flex;align-items:center;text-align:center;margin:1.5rem 0;color:#1c2a4a66;font-size:.9rem}.form-divider:before,.form-divider:after{content:"";flex:1;border-bottom:1px solid rgba(28,42,74,.15)}.form-divider span{padding:0 16px;background:var(--color-background);font-weight:600;text-transform:uppercase;letter-spacing:.05em}.btn-otp{width:100%;margin-top:0;background:#0052cc14;color:var(--color-primary);border:1px solid rgba(0,82,204,.2)}.btn-otp:hover:not(:disabled){background:#0052cc1f;border-color:#0052cc4d;transform:translateY(-1px);box-shadow:0 4px 12px #0052cc26}.btn-otp:disabled{opacity:.6;cursor:not-allowed;transform:none}.auth-divider{display:flex;align-items:center;text-align:center;margin:1.5rem 0;color:#1c2a4a66;font-size:.9rem}.auth-divider:before,.auth-divider:after{content:"";flex:1;border-bottom:1px solid rgba(28,42,74,.15)}.auth-divider span{padding:0 1rem;font-weight:500}.social-login{display:flex;flex-direction:column;gap:.75rem;width:100%;max-width:100%;box-sizing:border-box;margin:0;padding:0}.btn-social{width:100%;max-width:100%;background:var(--color-surface);color:var(--color-heading);border:1px solid rgba(28,42,74,.15);padding:.85rem 1.2rem;font-weight:500;display:flex;align-items:center;justify-content:center;gap:.75rem;transition:all .2s ease;line-height:1.2;text-align:center;min-height:48px;box-sizing:border-box;overflow:hidden}.btn-social svg{flex-shrink:0;display:flex;align-items:center;justify-content:center;width:20px;height:20px;margin:0}.btn-social:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 12px #0000001a;border-color:#1c2a4a40}.btn-social:active:not(:disabled){transform:translateY(0)}.btn-google{background:#fff}.btn-google:hover:not(:disabled){background:#f8f9fa;box-shadow:0 2px 8px #0000001a}.btn-facebook{background:#1877f2;color:#fff;border-color:#1877f2}.btn-facebook:hover:not(:disabled){background:#166fe5;border-color:#166fe5;box-shadow:0 4px 12px #1877f24d}.btn-facebook svg{flex-shrink:0}.btn-apple{background:#000;color:#fff;border-color:#000}.btn-apple:hover:not(:disabled){background:#1a1a1a;border-color:#1a1a1a;box-shadow:0 4px 12px #0000004d}.btn-apple svg{flex-shrink:0;display:flex;align-items:center;justify-content:center;width:20px;height:20px;margin:0}.btn-social span{font-weight:500;letter-spacing:.01em;display:flex;align-items:center;line-height:1.2}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.form-footer{margin:0;margin-top:.5rem;font-size:.85rem;color:var(--color-body);opacity:.75}.home-page{min-height:100vh;display:flex;flex-direction:column;gap:2.5rem}.brand-icon{display:inline-flex;align-items:center;justify-content:center;padding:.55rem 1.15rem;border-radius:999px;background:linear-gradient(135deg,var(--color-primary),#003c99);color:#fff;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.brand-icon--small{padding:.4rem .9rem;font-size:.9rem}.site-header{position:sticky;top:0;z-index:20;display:grid;grid-template-columns:auto auto 1fr auto;align-items:center;gap:2rem;padding:1.5rem clamp(1.5rem,6vw,6rem);background:linear-gradient(135deg,#0052ccfa,#003c99ed);border-bottom:1px solid rgba(0,82,204,.35);box-shadow:0 24px 60px -38px #002d7aa6}.site-brand{display:flex;align-items:center;gap:.9rem;font-weight:600;color:#f6f9ff}.brand-wordmark{font-size:1.05rem;letter-spacing:.08em;text-transform:uppercase;opacity:.9}.site-nav{display:flex;align-items:center;gap:1.75rem;justify-content:center}.site-drawer .site-nav{flex:1}.site-drawer{display:flex;align-items:center;gap:2rem;grid-column:3;justify-content:flex-start;flex:1}.site-user{position:relative;display:flex;justify-content:flex-end;grid-column:4}.site-user__menu{position:absolute;top:calc(100% + .75rem);right:0;display:flex;flex-direction:column;min-width:200px;background:#fff;border-radius:18px;box-shadow:0 20px 50px -30px #002d7a73;padding:.6rem 0;z-index:1200}.site-user__menu-item{display:block;padding:.65rem 1rem;color:var(--color-heading);font-weight:500;font:inherit;text-decoration:none;background:transparent;border:none;text-align:left;cursor:pointer;width:100%}.site-user__menu-item:hover{background:#0052cc14}.site-nav-overlay{position:fixed;inset:0;background:#0e183973;z-index:1000;display:block;pointer-events:auto;-webkit-tap-highlight-color:transparent;touch-action:manipulation}.site-nav__link{font-weight:600;color:#eef3ff;letter-spacing:.02em;position:relative;padding:.35rem 0;opacity:.88;transition:opacity .2s ease}.site-nav__link:after{content:"";position:absolute;left:0;bottom:-.35rem;width:100%;height:3px;border-radius:999px;background:linear-gradient(135deg,#ffb400e6,#ff8c00f2);transform:scaleX(0);transform-origin:center;transition:transform .2s ease}.site-nav__link:hover:after{transform:scaleX(1)}.site-nav__link:hover{opacity:1}.site-actions{display:flex;align-items:center;gap:1rem}.site-header__menu-toggle{display:none;align-items:center;gap:.45rem;padding:.45rem .9rem;border-radius:999px;border:1px solid rgba(255,255,255,.3);background:#ffffff1f;color:#fff;font-weight:600;cursor:pointer;transition:background-color .2s ease,transform .2s ease}.site-header__menu-toggle:hover{background:#fff3;transform:translateY(-1px)}.site-header__menu-toggle svg{width:20px;height:20px}.locale-switch{display:inline-flex;padding:.3rem;border-radius:999px;background:#ffffff1f;border:1px solid rgba(255,255,255,.18)}.locale-switch__btn{border:none;background:transparent;color:#fff;font-weight:600;font-size:.8rem;letter-spacing:.12em;text-transform:uppercase;padding:.35rem .7rem;border-radius:999px;cursor:pointer;transition:background-color .2s ease,color .2s ease}.locale-switch__btn:hover{background:#ffffff2e}.locale-switch__btn--active{background:#fff;color:var(--color-primary)}.locale-switch__btn--active:hover{background:#fff}.user-pill{position:relative;width:46px;height:46px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;color:#fff;background:linear-gradient(135deg,var(--color-primary),#003c99);box-shadow:0 16px 32px -18px #0052cc99;border:1px solid rgba(255,255,255,.2);transition:transform .2s ease,box-shadow .2s ease}.user-pill:hover{transform:translateY(-2px);box-shadow:0 18px 34px -18px #0052cca8}.user-pill svg{width:22px;height:22px}.hero-section{padding:clamp(2.8rem,6vw,4.5rem) clamp(1.5rem,6vw,6rem);display:flex;flex-direction:column;gap:1.5rem;background:radial-gradient(140% 120% at 35% 10%,#0052cc29,#0052cc00) var(--color-background)}.hero-section h1{margin:0;font-size:clamp(2.4rem,5vw,3.4rem);color:var(--color-heading);line-height:1.05;max-width:780px}.hero-section>p{margin:0;max-width:540px;font-size:1.1rem;line-height:1.8}.hero-badge{display:inline-flex;align-items:center;gap:.35rem;padding:.35rem .9rem;border-radius:999px;background:#ffb4001f;color:var(--color-secondary-alt);font-weight:600;letter-spacing:.12em;text-transform:uppercase;font-size:.82rem}.hero-actions{display:flex;flex-wrap:wrap;gap:1rem;width:100%}.hero-actions .btn{flex:1 1 200px;min-width:160px;justify-content:center}.hero-metrics{margin:2rem 0 0;display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:1.5rem;padding:1.75rem 2rem;background:#ffffffb3;border-radius:20px;border:1px solid rgba(0,82,204,.14);box-shadow:var(--shadow-md)}.hero-metrics dt{margin:0;font-size:2.1rem;font-weight:700;color:var(--color-primary)}.hero-metrics dd{margin:.4rem 0 0;font-size:.95rem;color:var(--color-heading);opacity:.8}.section-shell{padding:clamp(3.5rem,7vw,5rem) clamp(1.5rem,6vw,6rem);display:flex;flex-direction:column;gap:2.5rem}.section-heading{display:grid;gap:.6rem;max-width:620px}.section-heading h2{margin:0;font-size:clamp(1.7rem,3.8vw,2.4rem);color:var(--color-heading)}.section-heading p{margin:0;font-size:1.05rem;line-height:1.7;color:var(--color-body)}.product-grid{display:grid;gap:2.6rem 3.4rem;grid-template-columns:repeat(2,minmax(320px,1fr));justify-content:center}.product-card{position:relative;display:grid;gap:1.2rem;padding:2.4rem 2.1rem;border-radius:24px;background:var(--color-surface);border:1px solid rgba(0,82,204,.08);box-shadow:0 24px 65px -40px #1c2a4a8c;text-decoration:none;color:inherit;transition:transform .22s ease,box-shadow .22s ease}.product-card:hover{transform:translateY(-6px);box-shadow:0 32px 70px -40px #0052cc8c}.product-card header{display:flex;flex-direction:column;align-items:flex-start;gap:.55rem}.product-card h3{margin:0;font-size:1.3rem;font-weight:700;color:var(--color-heading);white-space:nowrap}.price-tag{display:inline-block;padding:.4rem .8rem;border-radius:999px;background:#ffb4002e;color:var(--color-secondary-alt);font-weight:600;font-size:.85rem;white-space:normal;text-align:left;max-width:100%;word-break:break-word}.product-card p{margin:0;color:var(--color-body);line-height:1.6}.product-card ul{margin:0;padding:0;list-style:none;display:grid;gap:.45rem;color:var(--color-heading);font-weight:500}.product-card ul li{position:relative;padding-left:1.1rem}.product-card ul li:before{content:"•";position:absolute;left:0;top:0;color:var(--color-secondary)}.product-cta{margin-top:auto;font-weight:600;color:var(--color-primary);transition:color .2s ease}.product-card:hover .product-cta{color:#003c99}.product-page{padding:clamp(3rem,6vw,5rem) clamp(1.5rem,6vw,6rem);display:flex;flex-direction:column;gap:3.5rem}.product-hero{display:flex;flex-direction:column;gap:1.5rem;background:linear-gradient(135deg,#0052cc14,#0052cc00);border-radius:28px;padding:clamp(2.5rem,5vw,3.5rem);box-shadow:0 28px 70px -48px #002d7a66}.product-hero__image{width:100%;margin-bottom:2rem;display:block!important;min-height:300px;position:relative}.product-hero__img{width:100%!important;max-width:100%!important;max-height:500px;min-height:300px;object-fit:contain!important;border-radius:20px;box-shadow:0 24px 65px -40px #1c2a4a8c;display:block!important;visibility:visible!important;opacity:1!important;background:linear-gradient(135deg,#0052cc0d,#0052cc05);position:relative;z-index:1}.product-hero__breadcrumb{font-size:.8rem;text-transform:uppercase;letter-spacing:.22em;color:var(--color-secondary-alt)}.product-hero h1{margin:0;font-size:clamp(2.4rem,4.5vw,3.4rem);color:var(--color-heading)}.product-hero__subtitle{margin:0;max-width:680px;font-size:1.05rem;line-height:1.7;color:var(--color-body)}.product-hero__meta{display:flex;align-items:stretch;gap:1rem;flex-wrap:wrap}.product-meta-card{flex:1;min-width:220px;background:#fff;border-radius:18px;padding:1.1rem 1.4rem;border:1px solid rgba(0,82,204,.12);box-shadow:0 12px 32px -28px #002d7a66;display:grid;justify-items:flex-start;gap:.35rem}.product-meta-card__label{display:block;font-size:.8rem;letter-spacing:.12em;text-transform:uppercase;color:#1c2a4a99;margin-bottom:.35rem}.product-meta-card__value{display:block;font-weight:700;font-size:1.1rem;color:var(--color-heading);white-space:nowrap}.product-hero__actions{display:flex;gap:1rem;flex-wrap:wrap}.product-highlights{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.75rem}.product-highlights article{background:#fff;border-radius:22px;padding:2rem;border:1px solid rgba(0,82,204,.12);box-shadow:0 22px 60px -48px #1c2a4a61}.product-highlights article h3{margin:0 0 .65rem;color:var(--color-heading);font-size:1.2rem}.product-highlights article p{margin:0;line-height:1.6;color:var(--color-body)}.product-details{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:2.5rem}.product-specs,.product-workflow{background:#fff;border-radius:24px;padding:2.4rem 2.2rem;border:1px solid rgba(0,82,204,.1);box-shadow:0 24px 70px -52px #1c2a4a66}.product-specs h2,.product-workflow h2{margin:0 0 1.1rem;font-size:1.6rem;color:var(--color-heading)}.product-specs ul{margin:0;padding:0;list-style:none;display:grid;gap:.65rem}.product-specs li{position:relative;padding-left:1.2rem;font-weight:500;color:var(--color-body)}.product-specs li:before{content:"•";position:absolute;left:0;color:var(--color-secondary)}.product-workflow ol{margin:0;padding-left:1rem;display:grid;gap:1.2rem}.product-workflow li{padding-left:.5rem}.product-workflow h3{margin:0 0 .35rem;font-size:1.1rem;color:var(--color-heading)}.product-workflow p{margin:0;color:var(--color-body);line-height:1.6}.product-notes{background:#0052cc0f;border-radius:24px;padding:2.2rem 2rem;border:1px solid rgba(0,82,204,.08)}.product-notes h2{margin:0 0 1rem;font-size:1.5rem;color:var(--color-heading)}.product-notes ul{margin:0;padding-left:1.2rem;color:var(--color-body);display:grid;gap:.55rem}.product-cta-banner{background:linear-gradient(135deg,#0052ccf2,#002d7ae0);color:#fff;border-radius:28px;padding:clamp(2rem,5vw,3rem);display:flex;align-items:center;justify-content:space-between;gap:2rem;box-shadow:0 28px 70px -42px #002d7a99}.product-cta-banner h2{margin:0 0 .6rem;font-size:1.9rem;color:inherit}.product-cta-banner p{margin:0;opacity:.92;line-height:1.6}.product-cta-banner .btn-primary{background:#fff;color:var(--color-primary);box-shadow:0 14px 30px -20px #fffc}.product-cta-banner .btn-primary:hover{color:#003c99}.workflow-steps{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.5rem}.workflow-steps article{background:#ffffffd9;border-radius:22px;padding:2rem;border:1px solid rgba(0,82,204,.12);box-shadow:0 18px 55px -44px #1c2a4a8c}.workflow-steps h3{margin:0 0 .75rem;color:var(--color-heading);font-size:1.2rem}.workflow-steps p{margin:0;line-height:1.6;color:var(--color-body)}.highlights{background:linear-gradient(120deg,#0052cc14,#0052cc00)}.highlight-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.5rem}.highlight-card{background:#ffffffe6;border-radius:22px;padding:2rem;border:1px solid rgba(0,82,204,.12);box-shadow:0 20px 55px -40px #0052cc6b}.highlight-card h3{margin:0 0 .75rem;color:var(--color-heading);font-size:1.2rem}.highlight-card p{margin:0;line-height:1.6}.admin-preview{background:#0052cc0d}.admin-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.5rem}.admin-card{background:var(--color-surface);border-radius:20px;padding:1.9rem;border:1px solid rgba(0,82,204,.12);box-shadow:0 22px 55px -44px #1c2a4a73}.admin-card h3{margin:0 0 .7rem;color:var(--color-heading)}.admin-card p{margin:0;line-height:1.6;color:var(--color-body)}.admin-cta{align-self:flex-start}.site-footer{margin-top:auto;padding:clamp(2.6rem,6vw,3.4rem) clamp(1.5rem,6vw,4.5rem);background:linear-gradient(140deg,#061126,#0b1e44 45%,#08286b);color:#f5f7fb;display:grid;grid-template-columns:repeat(auto-fit,minmax(210px,1fr));gap:clamp(1.6rem,4vw,2.8rem);border-radius:36px 36px 0 0;border:1px solid rgba(255,255,255,.05);box-shadow:0 -26px 60px -38px #06122ccc;position:relative;overflow:hidden}.site-footer:before{content:"";position:absolute;inset:0;background:radial-gradient(120% 120% at 0% 0%,rgba(255,180,0,.18),transparent 55%);opacity:.7;pointer-events:none}.site-footer>div{position:relative;display:flex;flex-direction:column;gap:.9rem;z-index:1;text-align:left;align-items:flex-start}.site-footer h4{margin:0;font-size:.95rem;text-transform:uppercase;letter-spacing:.16em;color:#ffffffd1}.site-footer p{margin:0;line-height:1.7;opacity:.85;font-size:.95rem}.site-footer a{color:#fefefe;text-decoration:underline;text-decoration-thickness:2px;text-underline-offset:6px;font-weight:600}.toast{position:fixed;top:1.5rem;right:clamp(1rem,6vw,3rem);z-index:999;min-width:240px;max-width:min(360px,80vw);padding:1rem 1.2rem;border-radius:16px;font-size:.95rem;font-weight:500;box-shadow:0 18px 45px -24px #1c2a4a59;display:flex;align-items:center;gap:.9rem;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);animation:toast-in .3s ease forwards}.toast--success{background:#00a35ceb;color:#fff}.toast--info{background:#0052cceb;color:#fff}.toast--error{background:#dc2626eb;color:#fff}.toast--warning{background:#ffb400eb;color:#1a1a1a}.account-shell{width:min(960px,100%);margin:0 auto;padding:clamp(2.8rem,5vw,4rem) clamp(1.5rem,5vw,3rem) clamp(3.2rem,6vw,4.6rem);display:flex;flex-direction:column;gap:clamp(1.8rem,3vw,2.5rem)}.account-header{display:flex;align-items:flex-start;justify-content:space-between;gap:1.5rem}.account-header__eyebrow{margin:0 0 .4rem;font-size:.78rem;font-weight:600;letter-spacing:.18em;text-transform:uppercase;color:#0052cccc}.account-header h1{margin:0;font-size:clamp(1.8rem,4vw,2.4rem);color:var(--color-heading)}.account-header__description{margin:.5rem 0 0;color:#101828b8;max-width:560px}.account-card{background:var(--color-surface);border-radius:26px;padding:clamp(1.9rem,3.5vw,2.6rem) clamp(1.6rem,4vw,2.8rem);box-shadow:var(--shadow-lg);display:flex;flex-direction:column;gap:1.8rem}.account-card__header h2{margin:0;font-size:clamp(1.25rem,3.5vw,1.6rem);color:var(--color-heading)}.account-details{margin:0;display:grid;gap:clamp(1rem,2vw,1.4rem);grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.account-details__row{display:flex;flex-direction:column;gap:.35rem}.account-details__row dt{margin:0;font-size:.78rem;font-weight:600;text-transform:uppercase;letter-spacing:.12em;color:#10182894}.account-details__row dd{margin:0;font-size:1rem;font-weight:600;color:var(--color-heading)}.account-form{display:flex;flex-direction:column;gap:1.6rem}.account-form__grid{display:grid;gap:1.25rem;grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.account-form .input-group{margin:0}.input-group--readonly input{background:#0052cc0d;border:1px dashed rgba(0,82,204,.18);color:#101828a6;cursor:not-allowed}.input-group--readonly input:disabled{opacity:1}.input-group--readonly{grid-column:1 / -1}.input-helper{margin:.4rem 0 0;font-size:.82rem;color:#1018289e}.account-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:1rem;min-height:180px;padding:2rem 1.5rem;border-radius:20px;background:#0052cc0f;color:#101828bf}.account-empty__title{margin:0;font-size:1.2rem;font-weight:600;color:var(--color-heading)}.account-empty__description{margin:0;max-width:420px;font-size:.95rem}.account-loading,.account-loading-inline{min-height:280px;display:flex;flex-direction:column;gap:1rem;align-items:center;justify-content:center;text-align:center;color:#101828b3}.account-loading__spinner{width:38px;height:38px;border-radius:50%;border:4px solid rgba(0,82,204,.16);border-top-color:#0052cccc;animation:spin .9s linear infinite}.orders-list{display:flex;flex-direction:column;gap:1.4rem}.orders-card{border-radius:22px;padding:1.8rem clamp(1.2rem,4vw,2rem);background:linear-gradient(135deg,#ffffffeb,#f0f6fff2);border:1px solid rgba(0,82,204,.08);box-shadow:0 24px 45px -36px #0a1e4666;display:flex;flex-direction:column;gap:1.4rem}.orders-card__header{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem}.orders-card__reference{margin:0 0 .35rem;font-size:.78rem;letter-spacing:.18em;text-transform:uppercase;color:#003c99b3}.orders-card__header h2{margin:0;font-size:clamp(1.2rem,3vw,1.5rem);color:var(--color-heading)}.orders-card__status{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;padding:.35rem 1.05rem;font-size:.85rem;font-weight:600;text-transform:capitalize;background:#0052cc1f;color:var(--color-primary)}.orders-card__status--processing{background:#fab3372e;color:#bb6b00}.orders-card__status--ready,.orders-card__status--delivered{background:#07b27729;color:#027a4b}.orders-card__status--cancelled{background:#dc35451f;color:#b42435}.orders-card__details{margin:0;display:grid;gap:1rem 1.4rem;grid-template-columns:repeat(auto-fit,minmax(160px,1fr))}.orders-card__details div{display:flex;flex-direction:column;gap:.35rem}.orders-card__details dt{margin:0;font-size:.75rem;letter-spacing:.12em;text-transform:uppercase;color:#1018288f}.orders-card__details dd{margin:0;font-weight:600;color:var(--color-heading);word-break:break-word}.orders-card__footer{display:flex;flex-wrap:wrap;gap:.75rem}.orders-card__summary{margin-left:auto;display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:.75rem;font-weight:600;color:var(--color-heading);width:100%}.orders-card__total{font-size:.9rem}.orders-card__status-pill{padding:.25rem .7rem;border-radius:999px;font-size:.8rem;font-weight:600;background:#0052cc14;color:var(--color-primary)}.btn-link{background:transparent;border:none;padding:0;color:var(--color-primary);font-weight:600;cursor:pointer;text-decoration:underline;text-decoration-thickness:2px;text-underline-offset:4px}.btn-link:hover,.btn-link:focus-visible{color:#003c99}@media(max-width:1024px){.account-shell{padding:2.6rem 1.5rem 3.2rem;gap:1.8rem}.account-header{flex-direction:column;align-items:stretch}.account-header .btn{width:100%;justify-content:center}.account-card{padding:1.75rem 1.6rem}.account-form__grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.auth-card,.auth-card--compact{grid-template-columns:1fr;width:100%;max-width:480px;margin:0 auto;border-radius:26px}.auth-info{border-radius:26px 26px 0 0;padding:2.5rem 2rem;align-items:flex-start;text-align:left}.auth-info h1{font-size:clamp(1.6rem,6.2vw,2rem)}.auth-info p{font-size:.95rem}.auth-form{border-radius:0 0 26px 26px;padding:2.2rem 1.6rem 2.4rem;overflow-x:hidden;box-sizing:border-box}.auth-form h2{font-size:1.3rem}.auth-form p{font-size:.95rem}.site-header{position:sticky;top:0;z-index:1100;grid-template-columns:auto 1fr auto;align-items:center;gap:.9rem;padding:1.25rem clamp(1.4rem,6vw,2.5rem)}.site-header__menu-toggle{display:inline-flex}.site-brand{justify-self:center;color:#f6f9ff}.site-drawer{display:none;position:fixed;top:4.5rem;left:auto;right:clamp(.9rem,4vw,3rem);width:min(82vw,280px);flex-direction:column;gap:1.2rem;background:linear-gradient(135deg,#0052ccf0,#003c99e0);padding:1.4rem 1.6rem;border-radius:22px;box-shadow:0 32px 70px -30px #002d7a99;z-index:1300;pointer-events:auto;-webkit-overflow-scrolling:touch;transform:translateZ(0);will-change:transform;backface-visibility:hidden}.site-header--open .site-drawer{display:flex}.site-drawer .site-nav{flex-direction:column;align-items:flex-start;gap:1rem;pointer-events:auto}.site-drawer .site-actions,.site-drawer .locale-switch{width:100%;justify-content:flex-start;pointer-events:auto}.site-nav__link{width:100%;pointer-events:auto;cursor:pointer;touch-action:manipulation;-webkit-tap-highlight-color:rgba(255,180,0,.3);min-height:44px;display:flex;align-items:center;user-select:none;-webkit-user-select:none;position:relative;z-index:1}.site-nav__link:active{opacity:.8}.site-drawer .locale-switch__btn{pointer-events:auto;cursor:pointer;touch-action:manipulation;-webkit-tap-highlight-color:rgba(255,180,0,.3);min-height:44px}.hero-metrics{padding:1.5rem}.site-footer{grid-template-columns:1fr;text-align:left}.site-footer>div{align-items:flex-start}.product-details{grid-template-columns:1fr}.product-cta-banner{flex-direction:column;align-items:flex-start}.product-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2.1rem}}@media(max-width:720px){.account-shell{padding:2.4rem 1.1rem 2.8rem;gap:1.6rem}.account-card{padding:1.65rem 1.35rem}.account-form__grid{grid-template-columns:1fr}.orders-card{padding:1.5rem 1.2rem}.orders-card__header{flex-direction:column;align-items:flex-start;gap:.75rem}.orders-card__footer{flex-direction:column;align-items:stretch}.orders-card__footer .btn,.orders-card__footer .btn-link{width:100%;justify-content:center;text-align:center}.auth-page{padding:3rem 1.25rem}.auth-info{border-radius:22px 22px 0 0;text-align:left;align-items:flex-start}.auth-highlights{gap:.6rem}.auth-highlights li{justify-content:flex-start}.auth-highlights li:before{display:none}.auth-switch{margin-top:1.5rem;font-size:.9rem;white-space:nowrap}.auth-form{padding:2.5rem 1.75rem 2.25rem;overflow-x:hidden;box-sizing:border-box}.social-login{width:100%;max-width:100%;gap:.65rem;margin:0;padding:0;box-sizing:border-box}.btn-social{width:100%;max-width:100%;padding:.9rem 1rem;font-size:.9rem;justify-content:center;align-items:center;gap:.65rem;min-height:48px;box-sizing:border-box;overflow:hidden}.btn-social svg{width:18px;height:18px;flex-shrink:0;margin:0}.btn-social span{flex:0 1 auto;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;min-width:0}.site-header{grid-template-columns:auto 1fr auto}.site-brand{justify-self:center}.hero-section{padding:2.6rem 1.1rem}.hero-section h1{font-size:clamp(1.2rem,5.5vw,1.6rem)}.hero-section>p{font-size:.95rem;line-height:1.55}.section-shell{padding:2.5rem 1.1rem}.section-heading h2{font-size:clamp(1.15rem,5vw,1.5rem)}.hero-metrics{grid-template-columns:repeat(3,minmax(0,1fr));padding:1.2rem .8rem;gap:.8rem}.hero-metrics dt{font-size:1.25rem}.hero-metrics dt{font-size:1.25rem;text-align:center}.hero-metrics dd{font-size:.78rem;text-align:center;margin:.3rem 0 0}.product-card,.workflow-steps article,.highlight-card,.admin-card{padding:1.75rem}.site-footer{padding:2.75rem 1.4rem}.product-page{padding:2.5rem 1.4rem;gap:2.5rem}.product-hero{padding:2rem 1.6rem}.product-hero h1{font-size:clamp(1.5rem,5.5vw,2rem);white-space:normal;line-height:1.2}.product-hero__actions .btn{width:100%;justify-content:center}.product-meta-card{text-align:center;justify-items:center}.product-meta-card__label,.product-meta-card__value{white-space:normal}.product-meta-card__value{font-size:.95rem}.product-highlights{grid-template-columns:1fr}.product-grid{grid-template-columns:1fr;gap:1.8rem}.order-page{padding:1.6rem 1rem 2rem;overflow-x:hidden;width:100%;box-sizing:border-box}.order-form{padding:1.4rem 1rem;border-radius:20px;width:100%;box-sizing:border-box}.order-choice{flex-direction:column;align-items:stretch}.order-choice__option{justify-content:flex-start}.order-visual{max-width:240px;width:100%;align-self:center}.order-field textarea{min-height:120px}.order-tag{font-size:.8rem}.order-total{flex-direction:column;align-items:flex-start;gap:.35rem;font-size:.85rem;padding:.8rem .9rem;border-radius:14px;text-align:left;width:100%}.order-total span,.order-total strong{display:block;width:100%;text-align:left}.order-total strong{font-size:.95rem}}@keyframes toast-in{0%{opacity:0;transform:translateY(-14px)}to{opacity:1;transform:translateY(0)}}.site-nav__link{position:relative;padding:.45rem 1.2rem;border-radius:999px;color:#eef3ff;font-weight:600;letter-spacing:.04em;transition:color .25s ease,transform .2s ease}.site-nav__link:before{content:"";position:absolute;inset:0;border-radius:inherit;background:linear-gradient(135deg,#0052cce0,#002d7aeb);opacity:0;transform:scale(.9);transition:opacity .25s ease,transform .25s ease;z-index:-1}.site-nav__link:hover,.site-nav__link:focus-visible{color:#fff;transform:translateY(-2px)}.site-nav__link:hover:before,.site-nav__link:focus-visible:before{opacity:1;transform:scale(1)}.site-nav__link--active{color:#fff}.site-nav__link--active:before{opacity:1;transform:scale(1);background:linear-gradient(135deg,#ffb400f2,#ff8c00f2)}.section-heading h2{white-space:nowrap;max-width:none}@media(max-width:768px){.section-heading h2{white-space:normal}}.hero-card{width:min(420px,100%);padding:2.7rem 2.4rem;border-radius:24px;background:linear-gradient(150deg,#0052ccf5,#0052ccd4);color:#fff;box-shadow:var(--shadow-md);display:flex;flex-direction:column;gap:1.4rem;align-items:center;text-align:center}.order-page{padding:clamp(2rem,6vw,3rem) clamp(1.5rem,6vw,5rem);background:radial-gradient(120% 140% at 20% 0%,#0052cc1f,#0052cc00)}.order-shell{display:flex;flex-direction:column;gap:clamp(2rem,5vw,3rem);max-width:960px;margin:0 auto;width:min(100%,560px);box-sizing:border-box}.order-hero{display:grid;gap:2rem;align-items:start;grid-template-columns:minmax(240px,1.2fr) minmax(0,1.2fr);position:relative}.order-visual{position:relative;width:100%;max-width:400px;aspect-ratio:4 / 5;border-radius:28px;background:linear-gradient(160deg,#0052ccbf,#0052cc59);box-shadow:0 32px 70px -42px #00338ba6;overflow:hidden;margin:0 auto}.order-visual--tshirt,.order-visual--jersey{position:sticky!important;top:0!important;left:auto!important;transform:none!important;z-index:1000!important;width:auto!important;max-width:380px!important;max-height:480px!important;margin:0 auto!important;padding-top:1rem!important;align-self:flex-start!important}.order-hero__content{margin-top:0!important}@media(min-width:769px){.order-visual--tshirt,.order-visual--jersey{position:sticky!important;top:0!important;left:auto!important;transform:none!important;max-width:600px!important;max-height:750px!important;padding-top:1rem!important;align-self:flex-start!important}.order-hero__content{margin-top:0!important}}.order-visual--cards{background:transparent;box-shadow:none;aspect-ratio:auto;padding:clamp(.8rem,3vw,1.4rem);display:flex;justify-content:center;align-items:center}.order-visual--cards img{width:min(100%,340px);height:auto;border-radius:22px;box-shadow:0 20px 50px -30px #0a1e4673}.order-hero__content{display:flex;flex-direction:column;gap:1rem;position:relative;z-index:1;margin-top:0;padding-top:0}.order-hero__content h1{margin:0;font-size:clamp(1.8rem,3.4vw,2.4rem);color:var(--color-heading)}.order-hero__content p{margin:0;font-size:1rem;color:var(--color-body)}.order-tag{align-self:flex-start;padding:.35rem .9rem;border-radius:999px;background:#0052cc1f;color:var(--color-primary);font-weight:600;font-size:.85rem;letter-spacing:.05em}.order-form{display:flex;flex-direction:column;gap:1.6rem;background:linear-gradient(160deg,#fffffff5,#f0f6fff5);padding:clamp(2.1rem,4.5vw,2.9rem);border-radius:28px;box-shadow:0 34px 80px -46px #0c22588c;border:1px solid rgba(0,82,204,.08)}.order-choice{display:flex;flex-direction:column;gap:.75rem}.order-choice__option{display:flex;align-items:center;gap:.6rem;padding:.6rem .8rem;border:1px solid rgba(0,82,204,.14);border-radius:12px;background:#fffffffa}.order-grid{display:grid;gap:1.4rem;grid-template-columns:repeat(auto-fit,minmax(210px,1fr))}.order-field{display:flex;flex-direction:column;gap:.55rem}.order-field span{font-weight:600;color:#101828d1;font-size:.92rem;letter-spacing:.01em}.order-field input,.order-field select,.order-field textarea{border-radius:16px;border:1px solid rgba(0,82,204,.14);padding:1rem 1.1rem;font-size:.95rem;background:#fffffffa;box-shadow:0 14px 28px -22px #0c225866;transition:border-color .2s ease,box-shadow .2s ease,transform .2s ease;width:100%;box-sizing:border-box;max-width:100%}.order-field input:focus,.order-field select:focus,.order-field textarea:focus{outline:none;border-color:#0052ccbf;box-shadow:0 0 0 3px #0052cc2e;transform:translateY(-1px)}.order-field select{appearance:none;-webkit-appearance:none;-moz-appearance:none;padding-right:2.75rem;background-image:url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 9l5 5 5-5' stroke='%230052CC' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 1rem center;background-size:16px 16px;overflow:hidden;text-overflow:ellipsis}.order-field textarea{resize:vertical;min-height:140px}.order-field input[type=file]{padding:.6rem .6rem .6rem .8rem;width:100%;box-sizing:border-box;max-width:100%;overflow:hidden}.order-field input[type=file]::file-selector-button{border:none;margin-right:1rem;border-radius:14px;padding:.65rem 1.35rem;font-weight:600;color:#fff;background:linear-gradient(135deg,var(--color-primary),#0a43a3);box-shadow:0 18px 34px -20px #0052ccb3;cursor:pointer;transition:transform .18s ease,box-shadow .18s ease,background .18s ease}.order-field input[type=file]::file-selector-button:hover,.order-field input[type=file]::file-selector-button:focus-visible{transform:translateY(-1px);box-shadow:0 22px 40px -22px #0052ccbf;background:linear-gradient(135deg,#1c56c4,#063588)}.order-field input[type=file]::-webkit-file-upload-button{border:none;margin-right:1rem;border-radius:14px;padding:.65rem 1.35rem;font-weight:600;color:#fff;background:linear-gradient(135deg,var(--color-primary),#0a43a3);box-shadow:0 18px 34px -20px #0052ccb3;cursor:pointer;transition:transform .18s ease,box-shadow .18s ease,background .18s ease}.order-field input[type=file]::-webkit-file-upload-button:hover,.order-field input[type=file]::-webkit-file-upload-button:focus-visible{transform:translateY(-1px);box-shadow:0 22px 40px -22px #0052ccbf;background:linear-gradient(135deg,#1c56c4,#063588)}.file-input{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap}.file-input__button{border:none;border-radius:14px;padding:.65rem 1.35rem;font-weight:600;color:#fff;background:linear-gradient(135deg,var(--color-primary),#0a43a3);box-shadow:0 18px 34px -20px #0052ccb3;cursor:pointer;transition:transform .18s ease,box-shadow .18s ease,background .18s ease}.file-input__button:hover,.file-input__button:focus-visible{transform:translateY(-1px);box-shadow:0 22px 40px -22px #0052ccbf;background:linear-gradient(135deg,#1c56c4,#063588)}.file-input__name{color:var(--color-body);font-size:.85rem}.order-field--full{grid-column:1 / -1}.shirt-color-picker{position:relative}.shirt-color-picker__button{width:100%;padding:1rem 1.1rem;border-radius:16px;border:1px solid rgba(0,82,204,.14);background:#fffffffa;font-size:.95rem;font-weight:600;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:space-between;gap:.5rem;min-height:48px}.shirt-color-picker__button:hover{border-color:#0052cc59;box-shadow:0 0 0 3px #0052cc1a;transform:translateY(-1px)}.shirt-color-picker__button svg{flex-shrink:0;opacity:.8;transition:transform .2s ease}.shirt-color-picker__button:focus{outline:none;border-color:#0052ccbf;box-shadow:0 0 0 3px #0052cc2e}.shirt-color-picker__dropdown{position:absolute;top:calc(100% + .5rem);left:0;right:0;background:#fff;border-radius:16px;padding:1.25rem;box-shadow:0 12px 32px #00000026;z-index:1000;min-width:100%}.shirt-color-picker__grid{display:grid;grid-template-columns:repeat(6,1fr);gap:.75rem}.shirt-color-picker__swatch{width:100%;aspect-ratio:1;border:3px solid rgba(0,0,0,.1);border-radius:12px;cursor:pointer;transition:all .2s ease;padding:0;background:none;position:relative;display:flex;align-items:center;justify-content:center;min-height:48px}.shirt-color-picker__swatch:hover{transform:scale(1.1);border-color:#0052cc;box-shadow:0 4px 12px #0052cc66;z-index:1}.shirt-color-picker__swatch.active{border-color:#0052cc;border-width:4px;box-shadow:0 0 0 2px #0052cc33}.shirt-color-picker__swatch svg{width:20px;height:20px;color:#fff;filter:drop-shadow(0 1px 2px rgba(0,0,0,.3));stroke-width:3}.order-file{color:var(--color-body);font-size:.85rem;display:block;margin-top:.4rem}.order-file-hint{color:#10182899;font-size:.8rem;display:block;margin-top:.3rem;font-style:italic}.order-preview{margin-top:.75rem;display:flex;flex-direction:column;gap:.6rem;align-items:flex-start}.order-preview img{width:min(220px,100%);border-radius:14px;border:1px solid rgba(0,82,204,.18);box-shadow:0 18px 36px -26px #00338b8c}.order-preview__clear{padding:.55rem 1rem;border-radius:12px;background:#dc262614;color:#7f1d1d;font-weight:600;border:1px solid rgba(220,38,38,.2);cursor:pointer;transition:background .2s ease,color .2s ease}.order-preview__clear:hover,.order-preview__clear:focus-visible{background:#dc262626;color:#b91c1c}.order-alert{padding:.95rem 1.1rem;border-radius:16px;font-weight:500}.order-alert--error{background:#dc26261a;color:#7f1d1d}.order-alert--success{background:#22c55e1a;color:#14532d}.order-actions{display:flex;justify-content:space-between;gap:1rem}.order-actions .btn{min-width:180px;box-shadow:0 18px 40px -20px #0052cc80}.order-total{display:flex;justify-content:space-between;align-items:center;padding:.9rem 1.1rem;border-radius:16px;background:#0052cc0f;border:1px solid rgba(0,82,204,.14);color:#101828e6;font-weight:600}.template-modal{position:fixed;inset:0;display:flex;align-items:center;justify-content:center;z-index:2000}.template-modal__overlay{position:absolute;inset:0;background:#06122ca6;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.template-modal__content{position:relative;width:min(520px,92%);background:var(--color-surface);border-radius:24px;padding:2.4rem 2rem;box-shadow:0 42px 96px -48px #06122c8c;display:flex;flex-direction:column;gap:1.2rem;text-align:left}.template-modal__content h2{margin:0;font-size:1.6rem;color:var(--color-heading)}.template-modal__content p{margin:0;color:#101828d6;line-height:1.6}.template-modal__actions{display:flex;flex-wrap:wrap;gap:.75rem;justify-content:flex-end}.template-designer{display:flex;flex-direction:column;gap:1.6rem;padding:1.6rem 1.2rem 1.4rem;border-radius:24px;background:#0052cc0f;border:1px solid rgba(0,82,204,.14)}.template-library{display:flex;gap:1rem;overflow-x:auto;padding-bottom:.4rem;scrollbar-width:thin}.template-library::-webkit-scrollbar{height:6px}.template-library::-webkit-scrollbar-thumb{background:#0052cc59;border-radius:999px}.template-card{display:flex;flex-direction:column;gap:.45rem;padding:1.2rem 1.1rem;border-radius:20px;background:#0052cc14;color:var(--color-heading);border:1px solid transparent;cursor:pointer;text-align:left;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.template-card--active{transform:translateY(-4px);border-color:#0052cc73;box-shadow:0 20px 45px -32px #0052cc99}.template-card__title{font-weight:700}.template-card__description{font-size:.9rem;color:var(--color-body)}.template-preview{display:flex;justify-content:center;align-items:center}.template-preview--editable{padding:clamp(.6rem,2vw,1rem);width:100%;display:flex;justify-content:center}.template-preview__card-editable{position:relative;width:min(100%,280px);border-radius:18px;overflow:hidden;box-shadow:0 16px 40px -28px #0a1e4666}.template-preview__bg{width:100%;height:auto;display:block;object-fit:contain}.template-preview__overlay{position:absolute;inset:0;pointer-events:none}.template-field{position:absolute;cursor:pointer;min-width:20px;min-height:1.2em;pointer-events:auto;transition:background .2s ease,box-shadow .2s ease,border .2s ease;padding:.15rem .3rem;margin:-.15rem -.3rem;border:1px solid transparent;border-radius:4px;-webkit-user-select:none;user-select:none}.template-field:hover{background:#ffffff26;border-color:#fff6}.template-field--saved{cursor:default;pointer-events:none;padding:0;margin:0;border:none;background:transparent!important}.template-field--saved:hover{background:transparent!important;border-color:transparent!important;box-shadow:none!important}.template-edit-input{position:absolute;z-index:10;min-width:200px}.template-edit-input input{width:100%;padding:.5rem .75rem;border:2px solid rgba(0,82,204,.8);border-radius:8px;font-size:.95rem;background:#fff;box-shadow:0 4px 12px #0003;outline:none;font-family:inherit}.template-edit-input input:focus{border-color:#0052cc;box-shadow:0 4px 16px #0052cc4d}.template-field--company{top:8%;left:55%;font-size:clamp(.7rem,2vw,.85rem);font-weight:600;text-transform:uppercase;letter-spacing:.1em;color:#ffffffe6}.template-field--headline{top:18%;left:55%;font-size:clamp(1.2rem,3vw,1.6rem);font-weight:700;color:#fff;line-height:1.2}.template-field--subheadline{top:30%;left:55%;font-size:clamp(.85rem,2vw,1rem);color:#ffffffd9;line-height:1.4}.template-field--name{top:45%;left:55%;font-size:clamp(1rem,2.5vw,1.2rem);font-weight:700;color:#fff}.template-field--role{top:53%;left:55%;font-size:clamp(.8rem,2vw,.95rem);color:#fffc}.template-field--phone{top:62%;left:55%;font-size:clamp(.75rem,1.8vw,.9rem);color:#ffffffe6}.template-field--email{top:68%;left:55%;font-size:clamp(.75rem,1.8vw,.9rem);color:#ffffffe6}.template-field--website{top:74%;left:55%;font-size:clamp(.75rem,1.8vw,.9rem);color:#ffffffe6}.template-form-fields{margin-top:2rem;padding:1.8rem 1.4rem;border-radius:24px;background:#fffffff2;border:1px solid rgba(0,82,204,.1);box-shadow:0 20px 50px -30px #0c225859}.template-form-fields h3{margin:0 0 1.4rem;font-size:1.2rem;font-weight:700;color:var(--color-heading)}.template-form-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.2rem}.template-form-field{display:flex;flex-direction:column;gap:.5rem}.template-form-field span{font-size:.9rem;font-weight:600;color:#101828cc;letter-spacing:.02em}.template-form-field input{width:100%;padding:.75rem 1rem;border-radius:12px;border:1px solid rgba(0,82,204,.16);font-size:.95rem;background:#fff;transition:border-color .2s ease,box-shadow .2s ease;font-family:inherit}.template-form-field input:focus{outline:none;border-color:#0052cc99;box-shadow:0 0 0 3px #0052cc1f}.template-form-field input::placeholder{color:#10182866}@media(max-width:768px){.template-preview--editable{padding:.5rem}.template-preview__card-editable{width:min(75vw,260px)}.template-form-fields{margin-top:1.6rem;padding:1.4rem 1.2rem}.template-form-grid{grid-template-columns:1fr;gap:1rem}}.template-preview__card{width:min(320px,100%);border-radius:28px;padding:1.8rem 1.6rem;box-shadow:0 36px 72px -48px #06122c8c;display:flex;flex-direction:column;gap:.85rem}.template-preview__company{text-transform:uppercase;font-size:.78rem;letter-spacing:.28em;opacity:.82}.template-preview__headline{margin:0;font-size:1.35rem;font-weight:700;line-height:1.25}.template-preview__subheadline{margin:0;font-size:.92rem;line-height:1.5}.template-preview__divider{height:3px;width:42px;border-radius:999px}.template-preview__identity{display:flex;flex-direction:column;gap:.25rem}.template-preview__name{font-weight:700;font-size:1.05rem}.template-preview__role{font-size:.88rem}.template-preview__contact{list-style:none;margin:0;padding:0;display:grid;gap:.35rem}.template-preview__contact li{display:flex;gap:.6rem;align-items:center;font-size:.88rem}.template-preview__cta{margin-top:.6rem;align-self:flex-start;padding:.6rem 1.2rem;border-radius:999px;font-size:.9rem;font-weight:600;border:1px solid transparent;display:inline-flex;align-items:center;justify-content:center}.template-designer__actions{display:flex;justify-content:flex-end;gap:.75rem;flex-wrap:wrap}.template-designer__placeholder{margin:0;font-size:.95rem;color:#101828bf}.template-summary{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:2rem;padding:2rem 1.6rem;border-radius:24px;background:#0052cc0d;border:1px solid rgba(0,82,204,.14);align-items:start}.template-summary__preview{display:flex;justify-content:center;align-items:center;padding:clamp(.6rem,2vw,1rem);width:100%}.template-summary__preview .template-preview__card-editable{width:min(100%,280px);border-radius:18px;overflow:hidden;box-shadow:0 16px 40px -28px #0a1e4666;position:relative}.template-summary__preview .template-preview__bg{width:100%;height:auto;display:block;object-fit:contain}.template-summary__preview .template-preview__overlay{position:absolute;inset:0;pointer-events:none}@media(max-width:768px){.template-summary{grid-template-columns:1fr;gap:1.6rem;padding:1.4rem 1.2rem}.template-summary__preview{padding:.5rem}.template-summary__preview .template-preview__card-editable{width:min(75vw,260px)}}.template-summary__details{display:flex;flex-direction:column;gap:.9rem;color:#101828bf}.save-success-modal{position:fixed;inset:0;z-index:1000;display:flex;align-items:center;justify-content:center;padding:1rem}.save-success-modal__overlay{position:absolute;inset:0;background:#06122cb3;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.save-success-modal__content{position:relative;width:min(420px,92%);background:var(--color-surface);border-radius:24px;padding:2.4rem 2rem;box-shadow:0 42px 96px -48px #06122ca6;display:flex;flex-direction:column;align-items:center;gap:1.2rem;text-align:center}.save-success-modal__icon{width:64px;height:64px;border-radius:50%;background:linear-gradient(135deg,#07b27726,#07b27740);color:#07b277;display:flex;align-items:center;justify-content:center;font-size:2rem;font-weight:700;line-height:1}.save-success-modal__content h2{margin:0;font-size:1.5rem;color:var(--color-heading)}.save-success-modal__content p{margin:0;color:#101828bf;line-height:1.6}.save-success-modal__content .btn{margin-top:.4rem;min-width:120px}.btn-loader{display:inline-flex;align-items:center;gap:.6rem}.btn-loader__spinner{width:18px;height:18px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.template-gallery__item,.template-gallery__visual,.template-gallery__visual img,.template-gallery__label,.template-preview__image,.template-preview__content,.template-preview__col,.template-preview__col--contact,.template-preview__icon{display:none}@media(max-width:768px){.order-hero{display:flex;flex-direction:column;align-items:center;gap:1rem}.order-visual--tshirt,.order-visual--jersey{position:sticky!important;top:0!important;left:auto!important;transform:none!important;z-index:1000!important;width:auto!important;max-width:380px!important;max-height:480px!important;margin:0 auto!important;padding-top:1rem!important;align-self:flex-start!important}.order-hero__content{width:100%;margin-top:0!important}.order-hero__content{align-items:center;text-align:center}.order-actions{flex-direction:column-reverse;align-items:stretch}.order-actions .btn{width:100%}.order-grid{grid-template-columns:1fr;gap:1.2rem}.order-visual{max-width:380px;max-height:480px;aspect-ratio:4 / 5;margin:0 auto}.order-visual--tshirt,.order-visual--jersey{position:sticky;top:0;z-index:10;max-width:380px;max-height:480px}.order-visual--flyer,.order-visual--print{max-width:160px;max-height:200px;aspect-ratio:auto}.order-visual--cards{max-width:180px;max-height:auto}.order-visual--cards img{max-width:100%;max-height:200px}.order-visual img{max-height:100%;object-fit:contain}.tshirt-images-grid,.jersey-images-grid{grid-template-columns:repeat(2,1fr);gap:.75rem}.tshirt-image-btn,.jersey-image-btn{padding:.75rem}.tshirt-image-btn img,.jersey-image-btn img{max-width:120px}.order-field{width:100%;box-sizing:border-box}.order-field input,.order-field select,.order-field textarea{width:100%;box-sizing:border-box;padding:.85rem .95rem;font-size:.9rem;max-width:100%}.order-field select{padding-right:2.5rem;background-position:right .75rem center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.order-field input[type=file]{padding:.5rem .5rem .5rem .65rem;font-size:.85rem;width:100%;box-sizing:border-box}.order-field input[type=file]::file-selector-button{padding:.55rem 1rem;font-size:.85rem;margin-right:.75rem}.order-field input[type=file]::-webkit-file-upload-button{padding:.55rem 1rem;font-size:.85rem;margin-right:.75rem}.order-field span{font-size:.88rem}.order-shell{width:100%;max-width:100%;box-sizing:border-box}.order-preview,.order-preview img{width:100%;max-width:100%}.order-file{font-size:.8rem;word-break:break-word;overflow-wrap:break-word}}@media(max-width:480px){.social-login{width:100%;max-width:100%;margin:0;padding:0;box-sizing:border-box}.btn-social{width:100%;max-width:100%;padding:.85rem .9rem;font-size:.875rem;gap:.6rem;min-height:48px;box-sizing:border-box;justify-content:center;align-items:center;overflow:hidden}.btn-social svg{width:18px;height:18px;margin:0;flex-shrink:0}.btn-social span{font-size:.875rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;flex:0 1 auto;min-width:0}}@media(max-width:400px){.social-login{width:100%;max-width:100vw;padding:0;margin:0}.btn-social{width:100%;max-width:100%;padding:.8rem .75rem;font-size:.85rem;gap:.5rem}.btn-social span{font-size:.85rem}}@media(max-width:400px){.order-page{padding:1.4rem .85rem 1.8rem}.order-form{padding:1.2rem .85rem}.order-field input,.order-field select,.order-field textarea{padding:.75rem .85rem;font-size:.88rem}.order-field input[type=file]::file-selector-button{padding:.5rem .85rem;font-size:.8rem;margin-right:.5rem}.order-field input[type=file]::-webkit-file-upload-button{padding:.5rem .85rem;font-size:.8rem;margin-right:.5rem}}.order-visual img{width:100%;height:100%;object-fit:contain;display:block}.tshirt-selection-grid,.jersey-selection-grid{margin-top:1.5rem;padding:1.5rem;background:var(--color-surface);border-radius:20px;border:1px solid rgba(0,82,204,.1)}@media(max-width:768px){.tshirt-selection-grid,.jersey-selection-grid{margin-top:1rem;padding:1rem}.tshirt-selection-grid h3,.jersey-selection-grid h3{font-size:1rem;margin-bottom:1rem}}.tshirt-selection-grid h3,.jersey-selection-grid h3{margin:0 0 1.5rem;font-size:1.2rem;font-weight:600;color:var(--color-heading)}.tshirt-images-grid,.jersey-images-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}.tshirt-image-btn,.jersey-image-btn{position:relative;display:flex;flex-direction:column;align-items:center;gap:.5rem;padding:1rem;border:2px solid rgba(0,82,204,.15);border-radius:16px;background:#fff;cursor:pointer;transition:all .2s ease;text-align:center}.tshirt-image-btn:hover,.jersey-image-btn:hover{border-color:var(--color-primary);transform:translateY(-2px);box-shadow:0 8px 20px -10px #0052cc66}.tshirt-image-btn.selected,.jersey-image-btn.selected{border-color:var(--color-primary);background:#0052cc0d;box-shadow:0 4px 12px -6px #0052cc80}.tshirt-image-btn img,.jersey-image-btn img{width:100%;max-width:150px;height:auto;border-radius:12px;object-fit:cover;aspect-ratio:3 / 4}.tshirt-image-btn span,.jersey-image-btn span{font-size:.9rem;font-weight:500;color:var(--color-heading)}.template-gallery-wrapper{position:relative}.template-gallery{display:flex;gap:1rem;overflow-x:auto;padding-bottom:1.2rem;scrollbar-width:none;-ms-overflow-style:none}.template-gallery::-webkit-scrollbar{display:none}.template-thumb{display:flex;flex-direction:column;align-items:center;gap:.5rem;min-width:260px;padding:.8rem;border-radius:18px;border:2px solid transparent;background:#ffffffeb;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.template-thumb img{width:100%;height:auto;max-height:190px;object-fit:contain;border-radius:16px;display:block;background:#fff}.tshirt-editor{display:flex;flex-direction:column;position:relative;width:100%;max-width:800px;margin:0 auto;background:transparent;border-radius:0;min-height:auto;padding-bottom:80px}.tshirt-editor__top-controls{display:flex;gap:.5rem;padding:.75rem 1rem;background:#1a1a1a;position:absolute;top:0;left:0;right:0;z-index:100;align-items:center}.tshirt-editor__shirt-indicator{width:12px;height:12px;border-radius:50%;border:2px solid #ffffff;display:inline-block;margin-left:.25rem;vertical-align:middle}.tshirt-editor__control-btn{width:36px;height:36px;border-radius:50%;background:#ffffff1a;border:none;color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .2s ease}.tshirt-editor__control-btn:hover:not(:disabled){background:#fff3}.tshirt-editor__control-btn:disabled{opacity:.4;cursor:not-allowed}.tshirt-editor__control-btn svg{width:18px;height:18px}.tshirt-editor__control-btn--help{margin-left:auto}.tshirt-editor__canvas-container{position:relative;display:flex;align-items:center;justify-content:center;width:100%;max-width:800px;margin:0 auto;padding:0;background:transparent;overflow:hidden}.tshirt-editor__canvas-wrapper{position:relative;width:100%;max-width:800px;margin:0 auto;display:flex;align-items:center;justify-content:center;overflow:visible;aspect-ratio:800 / 1000}.tshirt-editor__canvas{position:relative;border-radius:8px;box-shadow:0 4px 12px #00000026;cursor:crosshair;display:block;-webkit-user-select:none;user-select:none;image-rendering:-webkit-optimize-contrast;image-rendering:crisp-edges;flex-shrink:0;visibility:visible!important;opacity:1!important;z-index:1}.tshirt-editor__canvas-container{-webkit-user-select:none;user-select:none}.tshirt-editor__fab-group{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);display:flex;flex-direction:column;gap:.75rem;z-index:10}.tshirt-editor__fab{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.25rem;padding:.75rem 1rem;border-radius:12px;border:none;background:#fffffff2;color:#0052cc;font-size:.75rem;font-weight:600;cursor:pointer;box-shadow:0 4px 12px #0000004d;transition:all .2s ease;min-width:80px}.tshirt-editor__fab:hover{background:#fff;transform:translateY(-2px);box-shadow:0 6px 16px #0006}.tshirt-editor__fab--primary{background:#0052cc;color:#fff}.tshirt-editor__fab--primary:hover{background:#0040a0}.tshirt-editor__fab svg{width:24px;height:24px}.tshirt-editor__bottom-toolbar{display:none}.tshirt-editor__toolbar-btn{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.35rem;padding:.75rem .5rem;border:none;background:transparent;color:#1a1a1a;font-size:.65rem;font-weight:600;cursor:pointer;border-radius:8px;transition:all .2s ease;width:100%;min-height:70px}.tshirt-editor__toolbar-btn:hover{background:#0052cc14;color:#0052cc}.tshirt-editor__toolbar-btn--danger{color:#dc2626}.tshirt-editor__toolbar-btn--danger:hover{background:#dc26261a;color:#c82333}.tshirt-editor__toolbar-btn svg{width:24px;height:24px;flex-shrink:0}.tshirt-editor__toolbar-btn span{text-align:center;line-height:1.2}.tshirt-editor__bottom-nav{display:flex;gap:0;background:#fffffff2;border-top:1px solid rgba(0,0,0,.1);position:fixed;bottom:0;left:0;right:0;z-index:100;box-shadow:0 -4px 12px #0000001a}.tshirt-editor__nav-btn{display:flex;flex-direction:column;align-items:center;gap:.25rem;padding:.5rem;border:none;background:transparent;color:#666;font-size:.65rem;font-weight:600;cursor:pointer;flex:1;transition:color .2s ease;border-top:3px solid transparent}.tshirt-editor__nav-btn:hover,.tshirt-editor__nav-btn.active{color:#0052cc;border-top-color:#0052cc}.tshirt-editor__nav-btn--save{color:#0052cc}.tshirt-editor__nav-btn--save:hover{color:#0040a0}.tshirt-editor__nav-btn svg{width:22px;height:22px}.tshirt-editor__panel{position:fixed;bottom:70px;left:0;right:0;max-height:calc(100vh - 140px);overflow-y:auto;background:#fff;border-top:1px solid rgba(0,0,0,.1);box-shadow:0 -4px 12px #0000001a;z-index:90;animation:slideUp .3s ease}@keyframes slideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}.tshirt-editor__panel--categories{background:#f5f5f5}.tshirt-editor__panel-header{display:flex;align-items:center;justify-content:space-between;padding:1rem;background:#fff;border-bottom:1px solid rgba(0,0,0,.1);position:sticky;top:0;z-index:10}.tshirt-editor__panel-header h3{margin:0;font-size:1.1rem;color:#1a1a1a;font-weight:600}.tshirt-editor__panel-header button{background:none;border:none;font-size:1.5rem;color:#666;cursor:pointer;padding:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:background .2s ease}.tshirt-editor__panel-header button:hover{background:#0000000d}.tshirt-editor__panel-controls{display:flex;flex-direction:column;gap:1rem;padding:1rem}.tshirt-editor__panel-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.tshirt-editor__panel-controls label{display:flex;flex-direction:column;gap:.4rem}.tshirt-editor__panel-controls label span{font-size:.85rem;font-weight:600;color:#1a1a1a}.tshirt-editor__panel-controls input[type=text],.tshirt-editor__panel-controls input[type=number],.tshirt-editor__panel-controls input[type=color],.tshirt-editor__panel-controls input[type=range],.tshirt-editor__panel-controls select,.tshirt-editor__panel-controls textarea{padding:.6rem .8rem;border:1px solid rgba(0,0,0,.1);border-radius:8px;font-size:.9rem;background:#fff;transition:border-color .2s ease;font-family:inherit}.tshirt-editor__panel-controls input[type=range]{padding:0;cursor:pointer}.tshirt-editor__panel-controls input:focus,.tshirt-editor__panel-controls select:focus,.tshirt-editor__panel-controls textarea:focus{outline:none;border-color:#0052cc;box-shadow:0 0 0 3px #0052cc1a}.tshirt-editor__panel-controls input[type=checkbox]{width:1.2rem;height:1.2rem;cursor:pointer}.tshirt-editor__panel-actions{display:flex;gap:.5rem;margin-top:.5rem}.tshirt-editor__panel-actions .btn{flex:1;font-size:.85rem;padding:.6rem 1rem}.tshirt-editor__panel-hint{font-size:.85rem;color:#666;margin:1rem;text-align:center}.tshirt-editor__categories-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;padding:1rem}.tshirt-editor__category-btn{display:flex;flex-direction:column;align-items:center;gap:.5rem;padding:1.5rem 1rem;border:1px solid rgba(0,0,0,.1);border-radius:12px;background:#fff;cursor:pointer;transition:all .2s ease}.tshirt-editor__category-btn:hover{border-color:#0052cc;background:#0052cc0d;transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}.tshirt-editor__category-icon{font-size:2rem}.tshirt-editor__category-name{font-size:.85rem;font-weight:600;color:#1a1a1a}.tshirt-editor__artwork-grid{padding:1rem}.tshirt-editor__panel-actions-inline{display:flex;gap:.5rem;margin:.5rem 0}.tshirt-editor__panel-actions-inline .btn{flex:1}.tshirt-editor__color-picker-wrapper{position:relative}.tshirt-editor__color-btn{width:100%;padding:.6rem .8rem;border:2px solid rgba(0,0,0,.1);border-radius:8px;background:#fff;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:space-between;min-height:40px}.tshirt-editor__color-btn:hover{border-color:#0052cc;box-shadow:0 0 0 3px #0052cc1a}.tshirt-editor__color-btn span{font-size:.85rem;color:#1a1a1a;font-weight:500;text-transform:uppercase}.tshirt-editor__color-picker-popup{position:absolute;top:calc(100% + .5rem);left:0;z-index:1000}.tshirt-editor__color-picker-overlay{position:fixed;inset:0;z-index:-1}.tshirt-editor__color-picker-popup .sketch-picker{box-shadow:0 4px 20px #00000026!important;border-radius:8px!important}.tshirt-editor__color-dropdown{position:relative}.tshirt-editor__color-btn{display:flex;align-items:center;justify-content:space-between;gap:.5rem}.tshirt-editor__color-btn svg{flex-shrink:0;opacity:.7;transition:transform .2s ease}.tshirt-editor__color-dropdown-menu{position:absolute;top:calc(100% + .5rem);left:0;right:0;background:#fff;border-radius:12px;padding:1rem;box-shadow:0 8px 24px #00000026;z-index:1000;min-width:280px;max-height:500px;overflow-y:auto}.tshirt-editor__color-palette-grid{display:grid;grid-template-columns:repeat(8,1fr);gap:.5rem;margin-bottom:1rem;padding-bottom:1rem;border-bottom:1px solid rgba(0,0,0,.1)}.tshirt-editor__color-swatch{width:32px;height:32px;border:2px solid rgba(0,0,0,.1);border-radius:6px;cursor:pointer;transition:all .2s ease;padding:0;background:none;position:relative}.tshirt-editor__color-swatch:hover{transform:scale(1.15);border-color:#0052cc;box-shadow:0 2px 8px #0052cc66;z-index:1}.tshirt-editor__color-picker-advanced{margin-top:1rem}.tshirt-editor__color-picker-label{font-size:.85rem;font-weight:600;color:#1a1a1a;margin-bottom:.75rem}.tshirt-editor__text-preview{margin-bottom:1.5rem;padding:1rem;background:#fff;border:1px solid rgba(0,0,0,.1);border-radius:12px}.tshirt-editor__text-preview-label{display:block;font-size:.85rem;font-weight:600;color:#1a1a1a;margin-bottom:.75rem}.tshirt-editor__text-preview-content{word-wrap:break-word;overflow-wrap:break-word;white-space:pre-wrap;line-height:1.4}.tshirt-editor__fonts-section{margin-bottom:1.5rem}.tshirt-editor__fonts-section:last-child{margin-bottom:0}.tshirt-editor__fonts-section h4{font-size:.9rem;font-weight:600;color:#666;margin:0 1rem .75rem;text-transform:uppercase;letter-spacing:.5px}.tshirt-editor__fonts-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem;padding:0 1rem 1rem;max-height:400px;overflow-y:auto}.tshirt-editor__font-btn{padding:1rem .75rem;border:2px solid rgba(0,0,0,.1);border-radius:12px;background:#fff;cursor:pointer;transition:all .2s ease;font-size:.9rem;font-weight:500;text-align:center;min-height:50px;display:flex;align-items:center;justify-content:center}.tshirt-editor__font-btn:hover{border-color:#0052cc;background:#0052cc0d;transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}.tshirt-editor__font-btn.active{border-color:#0052cc;background:#0052cc26;color:#0052cc;font-weight:600}.tshirt-editor__panel--emoji{padding:0;max-height:500px;overflow:hidden;display:flex;flex-direction:column}.tshirt-editor__emoji-picker-wrapper{flex:1;overflow-y:auto;padding:.5rem}.tshirt-editor__emoji-picker-wrapper .EmojiPickerReact{--epr-emoji-size: 32px;--epr-hover-bg-color: rgba(0, 82, 204, .1);--epr-focus-bg-color: rgba(0, 82, 204, .15);--epr-active-skin-tone-bg-color: rgba(0, 82, 204, .2);--epr-search-input-bg-color: #f5f5f5;--epr-search-border-color: rgba(0, 0, 0, .1);--epr-category-label-bg-color: #ffffff;--epr-header-padding: .5rem;box-shadow:none;border:none;font-family:inherit}.tshirt-editor__emoji-picker-wrapper .epr-body::-webkit-scrollbar{width:6px}.tshirt-editor__emoji-picker-wrapper .epr-body::-webkit-scrollbar-track{background:#f5f5f5;border-radius:3px}.tshirt-editor__emoji-picker-wrapper .epr-body::-webkit-scrollbar-thumb{background:#ccc;border-radius:3px}.tshirt-editor__emoji-picker-wrapper .epr-body::-webkit-scrollbar-thumb:hover{background:#aaa}.tshirt-editor__shirt-selector{padding:1rem}.tshirt-editor__shirt-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;max-height:500px;overflow-y:auto}.tshirt-editor__shirt-option{display:flex;flex-direction:column;align-items:center;gap:.5rem;padding:1rem;border:2px solid rgba(0,0,0,.1);border-radius:12px;background:#fff;cursor:pointer;transition:all .2s ease}.tshirt-editor__shirt-option:hover{border-color:#0052cc;transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}.tshirt-editor__shirt-option.active{border-color:#0052cc;background:#0052cc0d}.tshirt-editor__shirt-preview{width:100%;aspect-ratio:3/4;border-radius:8px;overflow:hidden;display:flex;align-items:center;justify-content:center;position:relative}.tshirt-editor__shirt-preview img{width:100%;height:100%;object-fit:contain;filter:brightness(.9)}.tshirt-editor__shirt-name{font-size:.85rem;font-weight:500;color:#1a1a1a;text-align:center}.tshirt-editor__shirt-option.active .tshirt-editor__shirt-name{color:#0052cc;font-weight:600}.tshirt-designs-grid{margin-bottom:2rem}.tshirt-designs-grid h3{font-size:1.1rem;font-weight:600;color:var(--color-heading);margin-bottom:1rem}.tshirt-designs-cards{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1rem;margin-bottom:1.5rem}.tshirt-design-card{background:#fff;border:2px solid rgba(0,0,0,.1);border-radius:12px;overflow:hidden;transition:all .2s ease}.tshirt-design-card:hover{border-color:#0052cc;box-shadow:0 4px 12px #0000001a;transform:translateY(-2px)}.tshirt-design-card{display:flex;flex-direction:column}.tshirt-design-card img{width:100%;min-height:250px;max-height:350px;aspect-ratio:3/4;object-fit:contain;background:#f5f5f5;display:block;border-radius:8px 8px 0 0}.tshirt-design-card__actions{display:flex;gap:.5rem;padding:.75rem;background:#fff}.tshirt-design-card__actions .btn{flex:1;font-size:.85rem;padding:.5rem .75rem}.tshirt-design-card__actions .btn-danger{background:#dc3545;color:#fff;border-color:#dc3545}.tshirt-design-card__actions .btn-danger:hover{background:#c82333;border-color:#bd2130}.tshirt-editor__modal{position:fixed;inset:0;background:#00000080;display:flex;align-items:flex-end;z-index:200;animation:fadeIn .2s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.tshirt-editor__modal-content{width:100%;max-height:80vh;background:#fff;border-radius:16px 16px 0 0;overflow-y:auto;animation:slideUp .3s ease}.tshirt-editor__product-info,.tshirt-editor__help-content{padding:1.5rem}.tshirt-editor__product-info h4{margin:.5rem 0 1rem;font-size:1.2rem;color:#1a1a1a}.tshirt-editor__product-info button{width:100%;margin-bottom:.5rem}.tshirt-editor__help-content ul{margin:1rem 0;padding-left:1.5rem}.tshirt-editor__help-content li{margin-bottom:.5rem;color:#666}@media(max-width:768px){.tshirt-editor__canvas-container{width:100%;max-width:100%;height:auto;aspect-ratio:800 / 1000;margin:0 auto;padding:0;display:flex;align-items:center;justify-content:center;overflow:hidden}.tshirt-editor__canvas-wrapper{width:100%;max-width:100%;height:auto;aspect-ratio:800 / 1000}.tshirt-editor__canvas{width:100%!important;height:100%!important}.tshirt-editor__fab-group{gap:.5rem}.tshirt-editor__fab{min-width:70px;padding:.6rem .8rem;font-size:.7rem}.tshirt-editor__fab svg{width:20px;height:20px}.tshirt-editor__bottom-toolbar{width:70px;padding:.75rem .5rem;gap:.4rem;top:60px}.tshirt-editor__toolbar-btn{min-height:65px;padding:.6rem .4rem;font-size:.6rem;gap:.3rem}.tshirt-editor__toolbar-btn svg{width:22px;height:22px}.tshirt-editor__nav-btn{padding:.4rem .25rem;font-size:.6rem}.tshirt-editor__nav-btn svg{width:20px;height:20px}.tshirt-editor__categories-grid{grid-template-columns:repeat(2,1fr);gap:.75rem;padding:.75rem}.tshirt-editor__category-btn{padding:1rem .75rem}.tshirt-editor__category-icon{font-size:1.5rem}.tshirt-editor__category-name{font-size:.75rem}.tshirt-editor__color-picker-popup{position:fixed;bottom:100px;left:50%;transform:translate(-50%);z-index:1000}.tshirt-editor__fonts-section h4{font-size:.85rem;margin:0 .75rem .5rem}.tshirt-editor__fonts-grid{grid-template-columns:repeat(2,1fr);gap:.5rem;padding:0 .75rem .75rem;max-height:300px}.tshirt-editor__font-btn{padding:.75rem .5rem;font-size:.8rem;min-height:45px}.tshirt-editor__panel--emoji{max-height:400px}.tshirt-editor__emoji-picker-wrapper{padding:.25rem}.tshirt-editor__emoji-picker-wrapper .EmojiPickerReact{--epr-emoji-size: 28px}.tshirt-editor__shirt-grid{grid-template-columns:repeat(2,1fr);gap:.75rem;padding:.75rem}.tshirt-editor__shirt-option{padding:.75rem}.tshirt-editor__shirt-name{font-size:.8rem}.tshirt-designs-cards{grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:.75rem}.tshirt-design-card__actions{flex-direction:column;gap:.4rem;padding:.6rem}.tshirt-design-card__actions .btn{width:100%}}.template-thumb span{font-weight:600;color:var(--color-heading);font-size:.9rem}.template-thumb--active{transform:translateY(-4px);border-color:#0052cc99;box-shadow:0 18px 40px -24px #0052cc73}.template-dots{position:absolute;bottom:.2rem;left:50%;transform:translate(-50%);display:flex;justify-content:center;gap:.6rem;z-index:1}.template-dot{width:10px;height:10px;border-radius:50%;border:none;background:#0052cc40;cursor:pointer;transition:background .2s ease,transform .2s ease;padding:0}.template-dot:hover{background:#0052cc66}.template-dot--active{background:#0052ccd9;transform:scale(1.2)}@media(max-width:768px){.template-thumb{min-width:80vw}.template-thumb img{max-height:clamp(200px,60vw,260px)}}.bottom-navigation{position:fixed;bottom:0;left:0;right:0;display:flex;align-items:center;justify-content:space-around;background-color:#fff;border-top:1px solid #e5e7eb;padding:8px 0;padding-bottom:calc(8px + env(safe-area-inset-bottom));z-index:1000;box-shadow:0 -2px 8px #0000000d}.bottom-navigation__item{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;padding:8px 12px;border:none;background:none;cursor:pointer;color:#6b7280;transition:color .2s ease;min-width:60px;flex:1;position:relative}.bottom-navigation__item:hover,.bottom-navigation__item--active{color:#000}.bottom-navigation__item--active:before{content:"";position:absolute;top:0;left:50%;transform:translate(-50%);width:40px;height:3px;background-color:#000;border-radius:0 0 3px 3px}.bottom-navigation__icon{display:flex;align-items:center;justify-content:center;width:24px;height:24px}.bottom-navigation__icon svg{width:100%;height:100%;stroke-width:2}.bottom-navigation__label{font-size:11px;font-weight:500;line-height:1.2;text-align:center}@media(min-width:768px){.bottom-navigation{display:none}}@supports (padding: max(0px)){.bottom-navigation{padding-bottom:max(8px,env(safe-area-inset-bottom))}}.offline-indicator{position:fixed;top:0;left:0;right:0;background-color:#ff6b6b;color:#fff;padding:12px 16px;z-index:2000;box-shadow:0 2px 8px #00000026;animation:slideDown .3s ease-out;padding-top:calc(12px + env(safe-area-inset-top))}.offline-indicator__content{display:flex;align-items:center;justify-content:center;gap:8px;max-width:1200px;margin:0 auto}.offline-indicator__icon{width:20px;height:20px;flex-shrink:0}.offline-indicator__message{font-size:14px;font-weight:500;line-height:1.4}@keyframes slideDown{0%{transform:translateY(-100%);opacity:0}to{transform:translateY(0);opacity:1}}@supports (padding: max(0px)){.offline-indicator{padding-top:max(12px,env(safe-area-inset-top))}}.install-prompt{position:fixed;bottom:0;left:0;right:0;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:16px;z-index:3000;box-shadow:0 -4px 20px #0000004d;animation:slideUp .4s ease-out;padding-bottom:calc(16px + env(safe-area-inset-bottom))}.install-prompt__content{max-width:1200px;margin:0 auto;display:flex;flex-direction:column;gap:12px}.install-prompt__header{display:flex;align-items:center;gap:12px}.install-prompt__icon{flex-shrink:0;width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:#fff3;border-radius:10px}.install-prompt__icon svg{width:20px;height:20px;stroke:currentColor}.install-prompt__title{margin:0;font-size:16px;font-weight:600;line-height:1.3;flex:1}.install-prompt__description{margin:0;font-size:13px;line-height:1.4;opacity:.95;padding-left:52px}.install-prompt__actions{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:4px}.install-prompt__button{border:none;border-radius:8px;padding:10px 20px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s ease;white-space:nowrap}.install-prompt__button--primary{background:#fff;color:#667eea;flex:0 0 auto}.install-prompt__button--primary:hover:not(:disabled){background:#f0f0f0;transform:translateY(-1px);box-shadow:0 4px 12px #0003}.install-prompt__button--primary:disabled{opacity:.7;cursor:not-allowed}.install-prompt__button--secondary{background:#fff3;color:#fff;padding:10px;width:40px;height:40px;display:flex;align-items:center;justify-content:center;margin-left:auto}.install-prompt__button--secondary:hover{background:#ffffff4d}.install-prompt__button--secondary svg{width:20px;height:20px;stroke:currentColor}@keyframes slideUp{0%{transform:translateY(100%);opacity:0}to{transform:translateY(0);opacity:1}}@media(max-width:767px){.install-prompt{bottom:70px}.install-prompt__description{padding-left:0}}@supports (padding: max(0px)){.install-prompt{padding-bottom:max(16px,env(safe-area-inset-bottom))}}.app-layout{min-height:100vh;display:flex;flex-direction:column}.app-layout__content{flex:1;width:100%;padding-bottom:0}@media(max-width:767px){.app-layout__content{padding-bottom:70px}}.otp-input-container{width:100%;display:flex;flex-direction:column;align-items:center;gap:12px}.otp-input-wrapper{display:flex;gap:12px;justify-content:center;align-items:center;flex-wrap:wrap}.otp-input-digit{width:56px;height:56px;border:2px solid #e0e0e0;border-radius:8px;text-align:center;font-size:24px;font-weight:600;color:#1a1a1a;background-color:#fff;transition:all .2s ease;outline:none}.otp-input-digit:focus{border-color:#4285f4;box-shadow:0 0 0 3px #4285f41a;transform:scale(1.05)}.otp-input-digit.otp-input-filled{border-color:#34a853;background-color:#f8fff9}.otp-input-digit.otp-input-error{border-color:#ea4335;background-color:#fff5f5;animation:shake .3s ease-in-out}.otp-input-digit:disabled{background-color:#f5f5f5;cursor:not-allowed;opacity:.6}.otp-input-error-message{color:#ea4335;font-size:14px;font-weight:500;text-align:center;margin-top:4px;animation:fadeIn .2s ease-in}@keyframes shake{0%,to{transform:translate(0)}25%{transform:translate(-4px)}75%{transform:translate(4px)}}@keyframes fadeIn{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}@media(max-width:768px){.otp-input-digit{width:48px;height:48px;font-size:20px}.otp-input-wrapper{gap:8px}}@media(max-width:480px){.otp-input-digit{width:44px;height:44px;font-size:18px}.otp-input-wrapper{gap:6px}}.otp-verification-page{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:20px;background:linear-gradient(135deg,#667eea,#764ba2);position:fixed;inset:0;z-index:1000}.otp-verification-container{background:#fff;border-radius:16px;box-shadow:0 20px 60px #0000004d;padding:40px;max-width:480px;width:100%;animation:slideUp .3s ease-out}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.otp-verification-header{text-align:center;margin-bottom:32px}.otp-verification-title{font-size:28px;font-weight:700;color:#1a1a1a;margin:0 0 12px}.otp-verification-description{font-size:16px;color:#666;margin:0;line-height:1.5}.otp-verification-content{display:flex;flex-direction:column;gap:24px}.otp-success-message{background-color:#d4edda;color:#155724;padding:12px 16px;border-radius:8px;font-size:14px;font-weight:500;text-align:center;border:1px solid #c3e6cb;animation:fadeIn .2s ease-in}.otp-input-section{display:flex;flex-direction:column;gap:16px}.otp-input-label{font-size:14px;font-weight:600;color:#1a1a1a;text-align:center}.otp-actions{display:flex;justify-content:center}.otp-resend-button{background:none;border:none;color:#4285f4;font-size:14px;font-weight:500;cursor:pointer;padding:8px 16px;border-radius:6px;transition:all .2s ease}.otp-resend-button:hover:not(:disabled){background-color:#f0f4ff;color:#3367d6}.otp-resend-button:disabled{color:#999;cursor:not-allowed;opacity:.6}.otp-footer{display:flex;justify-content:center;padding-top:16px;border-top:1px solid #e0e0e0}.otp-back-button{background:none;border:none;color:#666;font-size:14px;cursor:pointer;padding:8px;transition:color .2s ease}.otp-back-button:hover{color:#1a1a1a}@media(max-width:768px){.otp-verification-container{padding:32px 24px;border-radius:12px}.otp-verification-title{font-size:24px}.otp-verification-description{font-size:14px}}
