*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--black:#000;--surface:#0a0a0a;--surface2:#111;--surface3:#181818;--border:#ffffff14;--border-light:#ffffff2e;--accent:#c8cdd8;--accent-glow:#c8cdd814;--silver:#c8cdd8;--silver-dim:#8a909e;--white:#f4f5f7;--text-muted:#666b78;--muted:#666b78;--font:"Inter", system-ui, -apple-system, sans-serif;--radius:10px;--radius-lg:16px}html{scroll-behavior:smooth}body{font-family:var(--font);background:var(--black);color:var(--white);-webkit-font-smoothing:antialiased;line-height:1.6}#root{flex-direction:column;min-height:100vh;display:flex}a{color:var(--silver);text-decoration:none}a:hover{color:var(--white)}button{cursor:pointer;font-family:var(--font)}img,svg{display:block}.container{width:100%;max-width:1160px;margin:0 auto;padding:0 24px}.section{padding:88px 0}.section-sm{padding:48px 0}.flex-1{flex:1}.section-label{justify-content:center;align-items:center;gap:20px;margin-bottom:56px;display:flex}.section-label:before,.section-label:after{content:"";background:linear-gradient(to right, transparent, var(--border-light));flex:1;height:1px}.section-label:after{background:linear-gradient(to left, transparent, var(--border-light))}.section-label h2{letter-spacing:.14em;text-transform:uppercase;color:var(--white);white-space:nowrap;font-size:clamp(1.125rem,3vw,1.5rem);font-weight:700}.card{background:var(--surface2);border:1px solid var(--border);border-radius:var(--radius-lg);padding:28px}.card-glow{border-color:var(--border-light);box-shadow:0 0 28px #ffffff0a}.btn{border-radius:var(--radius);letter-spacing:.04em;white-space:nowrap;border:none;justify-content:center;align-items:center;gap:8px;padding:12px 24px;font-size:.875rem;font-weight:600;transition:all .18s;display:inline-flex}.btn-primary{background:var(--white);color:#000;box-shadow:0 0 20px #ffffff14}.btn-primary:hover{background:#fff;transform:translateY(-1px);box-shadow:0 0 32px #ffffff29}.btn-outline{color:var(--white);border:1px solid var(--border-light);background:0 0}.btn-outline:hover{background:#ffffff0f;border-color:#ffffff59}.btn-ghost{color:var(--silver);border:1px solid var(--border);background:#ffffff0d}.btn-ghost:hover{color:var(--white);background:#ffffff17}.btn-lg{padding:15px 32px;font-size:1rem}.btn-sm{padding:8px 16px;font-size:.8125rem}.btn:disabled{opacity:.4;cursor:not-allowed;transform:none!important}.badge{letter-spacing:.06em;text-transform:uppercase;border-radius:999px;align-items:center;gap:5px;padding:4px 12px;font-size:.72rem;font-weight:600;display:inline-flex}.form-group{flex-direction:column;gap:6px;display:flex}.form-label{color:var(--silver);letter-spacing:.03em;font-size:.8125rem;font-weight:500}.form-input,.form-select,.form-textarea{background:var(--surface3);border:1px solid var(--border);border-radius:var(--radius);color:var(--white);font-family:var(--font);outline:none;width:100%;padding:11px 14px;font-size:.9375rem;transition:border-color .2s,box-shadow .2s}.form-input:focus,.form-select:focus,.form-textarea:focus{border-color:#fff6;box-shadow:0 0 0 3px #ffffff0a}.form-input::placeholder,.form-textarea::placeholder{color:var(--text-muted)}.form-select option{background:var(--surface3);color:var(--white)}.form-textarea{resize:vertical;min-height:88px}.table-wrap{border-radius:var(--radius-lg);overflow-x:auto}table{border-collapse:collapse;width:100%;font-size:.875rem}th{text-align:left;color:var(--text-muted);letter-spacing:.09em;text-transform:uppercase;border-bottom:1px solid var(--border);white-space:nowrap;padding:10px 14px;font-size:.72rem;font-weight:500}td{border-bottom:1px solid var(--border);color:var(--silver);padding:13px 14px}tr:last-child td{border-bottom:none}tr:hover td{background:#ffffff05}.divider{background:linear-gradient(to right, transparent, var(--border), transparent);height:1px}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:var(--black)}::-webkit-scrollbar-thumb{background:var(--surface3);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#222}@media (width<=768px){.section{padding:60px 0}.card{padding:20px}.container{padding:0 16px}}.header{z-index:100;border-bottom:1px solid var(--border);-webkit-backdrop-filter:blur(16px);background:#000000eb;position:sticky;top:0}.header-inner{align-items:center;gap:32px;height:68px;display:flex}.logo{flex-shrink:0;align-items:center;gap:12px;text-decoration:none;display:flex}.logo-icon{letter-spacing:-1px;background:linear-gradient(135deg,#1a1a1a,#0a0a0a);border:1.5px solid #c8cdd880;border-radius:4px;justify-content:center;align-items:center;width:44px;height:44px;font-size:1rem;font-weight:900;line-height:1;display:flex;position:relative;overflow:hidden}.logo-icon:before{content:"";background:linear-gradient(135deg,#ffffff12 0%,#0000 60%);position:absolute;inset:0}.logo-l,.logo-4,.logo-y{color:#e0e4ec}.logo-text{flex-direction:column;gap:1px;display:flex}.logo-name{letter-spacing:.04em;background:linear-gradient(90deg,#fff,#c8cdd8);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:1rem;font-weight:800}.logo-net{color:var(--silver);-webkit-text-fill-color:var(--silver)}.logo-tagline{letter-spacing:.18em;color:var(--text-muted);text-transform:uppercase;font-size:.6rem}.nav{flex:1;align-items:center;gap:4px;display:flex}.nav-link{color:var(--text-muted);letter-spacing:.03em;background:0 0;border:none;border-radius:6px;padding:8px 14px;font-size:.875rem;font-weight:500;transition:color .15s,background .15s}.nav-link:hover{color:var(--white);background:#ffffff0d}.header-actions{align-items:center;gap:12px;margin-left:auto;display:flex}.mobile-toggle{color:var(--silver);background:0 0;border:none;padding:6px;display:none}.mobile-nav{border-top:1px solid var(--border);background:var(--surface);flex-direction:column;gap:2px;padding:16px 24px 20px;display:flex}.mobile-nav-link{text-align:left;color:var(--silver);border:none;border-bottom:1px solid var(--border);background:0 0;padding:12px 8px;font-size:1rem}.mobile-nav-link:last-of-type{border-bottom:none}.user-menu-wrap{position:relative}.user-menu-trigger{background:var(--surface2);border:1px solid var(--border);color:var(--silver);cursor:pointer;border-radius:8px;align-items:center;gap:.4rem;padding:.35rem .6rem .35rem .45rem;font-size:.875rem;transition:border-color .15s;display:flex}.user-menu-trigger:hover{border-color:var(--silver)}.user-avatar{background:var(--surface3);border:1px solid var(--border);width:26px;height:26px;color:var(--white);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:.75rem;font-weight:700;display:flex}.user-name{text-overflow:ellipsis;white-space:nowrap;max-width:100px;color:var(--white);overflow:hidden}.user-chevron{flex-shrink:0;transition:transform .2s}.user-chevron.open{transform:rotate(180deg)}.user-dropdown{background:var(--surface2);border:1px solid var(--border);z-index:200;border-radius:10px;min-width:200px;position:absolute;top:calc(100% + 8px);right:0;overflow:hidden;box-shadow:0 12px 32px #0009}.user-dropdown-header{flex-direction:column;gap:.2rem;padding:.75rem 1rem;display:flex}.user-dropdown-name{color:var(--white);font-size:.875rem;font-weight:600}.user-dropdown-email{color:var(--muted);text-overflow:ellipsis;white-space:nowrap;font-size:.75rem;overflow:hidden}.user-dropdown-badge{text-transform:uppercase;letter-spacing:.08em;color:var(--white);background:var(--surface3);border:1px solid var(--border);border-radius:4px;align-self:flex-start;padding:.1rem .4rem;font-size:.65rem;font-weight:700}.user-dropdown-divider{background:var(--border);height:1px}.user-dropdown-item{width:100%;color:var(--silver);text-align:left;cursor:pointer;background:0 0;border:none;align-items:center;gap:.5rem;padding:.6rem 1rem;font-size:.875rem;transition:background .12s,color .12s;display:flex}.user-dropdown-item:hover{background:var(--surface3);color:var(--white)}.user-dropdown-logout{color:#ff6b6b}.user-dropdown-logout:hover{color:#ff6b6b;background:#ff6b6b14}.mobile-nav-link{align-items:center;gap:.5rem;display:flex}@media (width<=860px){.nav{display:none}.mobile-toggle{display:flex}}.footer{background:var(--surface);border-top:1px solid var(--border);margin-top:auto;padding:48px 0 32px}.footer-inner{text-align:center;flex-direction:column;align-items:center;gap:32px;display:flex}.footer-logo{align-items:center;gap:14px;display:flex}.footer-logo-icon{letter-spacing:-1px;color:#e0e4ec;background:linear-gradient(135deg,#1a1f2e,#0e1117);border:1.5px solid #c8cdd84d;border-radius:4px;justify-content:center;align-items:center;width:48px;height:48px;font-size:1rem;font-weight:900;display:flex}.footer-logo-name{letter-spacing:.04em;color:var(--white);font-size:1.1rem;font-weight:800}.footer-logo-tag{letter-spacing:.16em;color:var(--text-muted);text-transform:uppercase;font-size:.6rem}.footer-badges{flex-wrap:wrap;justify-content:center;gap:10px;display:flex}.footer-badge{border:1px solid var(--border);color:var(--text-muted);letter-spacing:.05em;border-radius:999px;padding:5px 14px;font-size:.75rem}.footer-bottom{color:var(--text-muted);flex-direction:column;align-items:center;gap:6px;font-size:.8125rem;display:flex}.footer-note{font-size:.75rem}.footer-support{color:var(--silver);font-size:.75rem}.footer-support strong{color:var(--blue)}.hero{padding:80px 0 72px;position:relative;overflow:hidden}.hero-bg{pointer-events:none;background:radial-gradient(50% 60% at 70%,#ffffff06 0%,#0000 70%);position:absolute;inset:0}.hero-inner{grid-template-rows:auto auto;grid-template-columns:1fr auto;gap:0 60px;display:grid}.hero-content-top{grid-area:1/1;padding-bottom:32px}.hero-content-bottom{grid-area:2/1}.hero-eyebrow{border:1px solid var(--border-light);letter-spacing:.12em;text-transform:uppercase;color:var(--silver);background:#ffffff0a;border-radius:999px;align-items:center;gap:8px;margin-bottom:24px;padding:6px 16px;font-size:.72rem;font-weight:600;display:inline-flex}.hero-heading{letter-spacing:-.02em;color:var(--white);margin-bottom:20px;font-size:clamp(2rem,5vw,3.25rem);font-weight:900;line-height:1.08}.hero-heading-accent{background:linear-gradient(135deg,#fff 0%,#c8cdd8 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.hero-sub{color:var(--text-muted);max-width:520px;margin-bottom:32px;font-size:1.0625rem;line-height:1.75}.hero-features{flex-wrap:wrap;gap:8px;margin-bottom:36px;display:flex}.hero-feature{border:1px solid var(--border);color:var(--silver-dim);background:#ffffff08;border-radius:999px;align-items:center;gap:6px;padding:6px 14px;font-size:.8125rem;font-weight:500;display:inline-flex}.hero-actions{flex-wrap:wrap;gap:12px;display:flex}.hero-visual{flex-shrink:0;grid-area:1/2/3;justify-content:center;align-self:center;align-items:center;width:560px;display:flex}.hero-photo{object-fit:contain;filter:drop-shadow(0 12px 40px #000c);border-radius:12px;width:100%;height:auto}@media (width<=960px){.hero{padding:56px 0 52px}.hero-inner{grid-template-rows:auto;grid-template-columns:1fr;gap:28px}.hero-content-top{grid-area:1/1;padding-bottom:0}.hero-visual{grid-area:2/1;width:100%;max-width:100%;margin:0 auto}.hero-content-bottom{grid-area:3/1}}@media (width<=600px){.hero{padding:44px 0 40px}.hero-eyebrow{padding:5px 12px;font-size:.68rem}.hero-sub{font-size:.9375rem}.hero-features{gap:6px}.hero-feature{padding:5px 11px;font-size:.75rem}.hero-actions{flex-direction:column;gap:10px}.hero-actions .btn{justify-content:center;width:100%}.hero-visual{max-width:100%}}.hiw-grid{grid-template-columns:1fr auto 1fr;align-items:stretch;gap:24px;display:grid}.hiw-card{background:#fff;border:1.5px solid #c8cdd8;flex-direction:column;gap:24px;display:flex}.hiw-header{align-items:flex-start;gap:16px;display:flex}.hiw-icon-wrap{color:#444;background:#0000000f;border:1px solid #00000026;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:52px;height:52px;display:flex}.hiw-icon-silver{color:#222;background:#00000014;border-color:#0000002e}.hiw-option{letter-spacing:.14em;text-transform:uppercase;color:#888;margin-bottom:4px;font-size:.7rem;font-weight:700}.hiw-title{color:#111;margin-bottom:2px;font-size:1.25rem;font-weight:800}.hiw-subtitle{color:#666;font-size:1.0625rem}.hiw-steps{flex-direction:column;gap:12px;list-style:none;display:flex}.hiw-step{color:#333;align-items:center;gap:14px;font-size:1.0625rem;display:flex}.hiw-num{color:#666;background:#0000000f;border:1px solid #0000001f;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;font-size:.75rem;font-weight:700;display:flex}.hiw-num-silver{color:#444;background:#00000017;border-color:#00000029}.hiw-center-logo,.hiw-logo-box{justify-content:center;align-items:center;display:flex}@media (width<=860px){.hiw-grid{grid-template-columns:1fr;gap:16px}.hiw-center-logo{display:none}}@media (width<=520px){.hiw-steps{gap:10px}.hiw-step{font-size:.875rem}}.pricing-tiers{grid-template-columns:repeat(4,1fr);align-items:stretch;gap:16px;margin-bottom:48px;display:grid}.pricing-card{flex-direction:column;gap:10px;display:flex}.pricing-card-header{align-items:flex-start;gap:10px;display:flex}.pricing-icon{color:var(--silver-dim);flex-shrink:0;margin-top:1px}.pricing-title{color:var(--white);letter-spacing:.04em;text-transform:uppercase;font-size:.8125rem;font-weight:700;line-height:1.3}.pricing-price{background:linear-gradient(135deg, #fff, var(--silver));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:1.625rem;font-weight:900;line-height:1.1}.pricing-price-alt{flex-direction:column;font-size:1.375rem;display:flex}.pricing-or{color:var(--text-muted);-webkit-text-fill-color:var(--text-muted);letter-spacing:.06em;font-size:.75rem;font-weight:400;line-height:1.6}.pricing-desc{color:var(--text-muted);flex:1;font-size:1.0625rem;line-height:1.65}.pricing-bopp{flex-direction:column;gap:16px;display:flex}.pricing-bopp-title{color:var(--white);text-align:center;letter-spacing:.06em;text-transform:uppercase;font-size:1.125rem;font-weight:700}.pricing-moq-note{color:var(--text-muted);border-top:1px solid var(--border);text-align:center;margin-top:8px;padding:14px 16px 0;font-size:1.0625rem}@media (width<=900px){.pricing-tiers{grid-template-columns:repeat(2,1fr)}}@media (width<=500px){.pricing-tiers{grid-template-columns:1fr}}.materials-grid{grid-template-columns:repeat(2,1fr);gap:20px;max-width:760px;margin:0 auto;display:grid}.material-card{flex-direction:column;gap:14px;display:flex}.material-header{align-items:center;gap:14px;display:flex}.material-icon{color:var(--silver)}.material-swatch{border-radius:8px;justify-content:center;align-items:center;width:100%;height:80px;display:flex;overflow:hidden}.bopp-swatch{background:linear-gradient(135deg,#e8ecf0,#d0d5de,#e8ecf0);border:1px solid #ffffff14}.bopp-label-mock{background:#fff;border-left:4px solid #555;border-radius:4px;flex-direction:column;align-items:center;padding:6px 14px;display:flex}.mock-brand{color:#555;letter-spacing:.08em;font-size:.55rem;font-weight:800}.mock-num{color:#222;font-size:1rem;font-weight:900}.holo-swatch{background:linear-gradient(135deg,#ff6ec4,#7873f5,#4adede,#ff6ec4,#7873f5) 0 0/200% 200%;animation:4s infinite holo-shift}@keyframes holo-shift{0%{background-position:0%}50%{background-position:100%}to{background-position:0%}}.holo-label-mock{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#ffffffbf;border:1px solid #fff9;border-radius:4px;flex-direction:column;align-items:center;padding:5px 12px;display:flex}.material-name{color:var(--white);font-size:1.125rem;font-weight:700}.material-desc{color:var(--text-muted);font-size:1.0625rem;line-height:1.65}.material-tag{letter-spacing:.05em;color:var(--text-muted);border:1px solid var(--border);border-radius:999px;width:fit-content;padding:4px 12px;font-size:.72rem;font-weight:600;display:inline-flex}.material-tag-silver{color:var(--silver);border-color:var(--border-light);background:#ffffff0a}.size-list{flex-direction:column;gap:12px;padding-top:8px;list-style:none;display:flex}.size-item{color:var(--silver);align-items:center;gap:12px;font-size:1rem;font-weight:500;display:flex}.size-dot{background:var(--silver-dim);border-radius:50%;flex-shrink:0;width:6px;height:6px}.turnaround-rows{flex-direction:column;gap:0;padding-top:8px;display:flex}.turnaround-row{justify-content:space-between;align-items:center;padding:14px 0;display:flex}.turnaround-divider{background:var(--border);height:1px}.turnaround-label{color:var(--text-muted);font-size:1.0625rem}.turnaround-value{color:var(--white);font-size:1.0625rem;font-weight:700}@media (width<=700px){.materials-grid{grid-template-columns:1fr}}.trust-strip{border-top:1px solid var(--border);border-bottom:1px solid var(--border);background:var(--surface)}.trust-grid{grid-template-columns:repeat(4,1fr);gap:32px;display:grid}.trust-item{align-items:flex-start;gap:14px;display:flex}.trust-icon{color:var(--blue);flex-shrink:0;margin-top:2px}.trust-title{color:var(--white);margin-bottom:2px;font-size:.9375rem;font-weight:700}.trust-desc{color:var(--text-muted);font-size:1.0625rem;line-height:1.5}@media (width<=860px){.trust-grid{grid-template-columns:repeat(2,1fr);gap:24px}}@media (width<=500px){.trust-grid{grid-template-columns:1fr}}.faq-list{flex-direction:column;gap:8px;max-width:760px;margin:0 auto;display:flex}.faq-item{border:1px solid var(--border);border-radius:var(--radius);transition:border-color .2s;overflow:hidden}.faq-open{border-color:var(--border-blue)}.faq-question{width:100%;color:var(--white);text-align:left;background:0 0;border:none;justify-content:space-between;align-items:center;gap:16px;padding:18px 20px;font-size:1.0625rem;font-weight:600;transition:background .15s;display:flex}.faq-question:hover{background:#ffffff08}.faq-chevron{color:var(--text-muted);flex-shrink:0;transition:transform .2s}.faq-open .faq-chevron{color:var(--blue);transform:rotate(180deg)}.faq-answer{color:var(--text-muted);border-top:1px solid var(--border);padding:16px 20px 18px;font-size:1.0625rem;line-height:1.7}.qf-layout{grid-template-columns:340px 1fr;align-items:start;gap:40px;display:grid}.qf-info{flex-direction:column;gap:24px;display:flex;position:sticky;top:88px}.qf-info-title{color:var(--white);font-size:1.25rem;font-weight:800}.qf-info-body{color:var(--text-muted);font-size:.9rem;line-height:1.7}.qf-contact-box{border:1px solid var(--border-light);border-radius:var(--radius);background:#ffffff08;flex-direction:column;gap:6px;padding:20px;display:flex}.qf-contact-title{color:var(--white);font-size:1rem;font-weight:700}.qf-contact-body{color:var(--text-muted);font-size:.875rem}.qf-contact-email{color:var(--silver);word-break:break-all;font-size:.9375rem;font-weight:600}.qf-contact-email:hover{color:var(--white)}.qf-payment-strip{border:1px solid var(--border-light);border-radius:var(--radius);background:#ffffff08;flex-wrap:wrap;align-items:flex-start;gap:20px;margin-bottom:28px;padding:20px 24px;display:flex}.qf-payment-strip-methods{flex-direction:column;flex:1;gap:10px;min-width:200px;display:flex}.qf-payment-strip-deposit{background:#ff9f400f;border:1px solid #ff9f4047;border-radius:8px;flex:1;min-width:200px;padding:12px 16px}.qf-payment-box{border:1px solid var(--border-light);border-radius:var(--radius);background:#ffffff08;flex-direction:column;gap:12px;padding:20px;display:flex}.qf-payment-title{color:var(--silver);letter-spacing:.08em;text-transform:uppercase;font-size:.8125rem;font-weight:700}.qf-payment-row{gap:8px;display:flex}.qf-pay-badge{border:1px solid var(--border-light);color:var(--white);background:#ffffff0d;border-radius:999px;padding:5px 16px;font-size:.875rem;font-weight:700}.qf-payment-note{color:var(--text-muted);font-size:.8125rem;line-height:1.6}.qf-form{background:#fff;border:1.5px solid #c8cdd8;flex-direction:column;gap:16px;display:flex}.qf-form .form-label{color:#333}.qf-form .form-input,.qf-form .form-select,.qf-form .form-textarea{color:#111;background:#f8f9fa;border-color:#00000026}.qf-form .form-input:focus,.qf-form .form-select:focus,.qf-form .form-textarea:focus{border-color:#0006;box-shadow:0 0 0 3px #0000000f}.qf-form .form-input::placeholder,.qf-form .form-textarea::placeholder{color:#aaa}.qf-form .file-upload-area{background:#f3f4f6;border-color:#00000026}.qf-form .file-upload-area:hover{background:#eaecef;border-color:#0000004d}.qf-form .file-upload-icon{color:#888}.qf-form .file-upload-text{color:#555}.qf-form .btn-ghost{color:#444;background:#0000000d;border-color:#00000026}.qf-form .btn-ghost:hover{color:#111;background:#00000017}.qf-form .qf-error{color:#dc2626;background:#ef444412;border-color:#ef44444d}.qf-row{grid-template-columns:1fr 1fr;gap:16px;display:grid}.file-upload-area{border:2px dashed var(--border);border-radius:var(--radius);cursor:pointer;background:var(--surface3);text-align:center;flex-direction:column;align-items:center;gap:8px;padding:28px 20px;transition:border-color .2s,background .2s;display:flex}.file-upload-area:hover{background:#ffffff08;border-color:#ffffff40}.file-upload-icon{color:var(--text-muted)}.file-upload-text{color:var(--text-muted);font-size:.875rem}.qf-error{border-radius:var(--radius);color:#fca5a5;background:#ef444414;border:1px solid #ef444440;padding:12px 16px;font-size:.875rem}.qf-submit{width:100%;margin-top:4px}.form-success{text-align:center;flex-direction:column;align-items:center;gap:16px;max-width:520px;margin:0 auto;padding:56px 40px;display:flex}.success-icon{color:var(--silver)}.form-success h2{color:var(--white);font-size:1.75rem;font-weight:800}.form-success p{color:var(--text-muted);font-size:.9375rem;line-height:1.7}.success-payment{color:var(--silver)!important}.success-payment strong{color:var(--white)}@keyframes spin{to{transform:rotate(360deg)}}.spin{animation:.8s linear infinite spin}@media (width<=860px){.qf-layout{grid-template-columns:1fr}.qf-info{position:static}}@media (width<=520px){.qf-row{grid-template-columns:1fr}}.final-cta{background:var(--black)}.cta-card{text-align:center;flex-direction:column;align-items:center;gap:20px;padding:64px 40px;display:flex;position:relative;overflow:hidden}.cta-glow-bg{pointer-events:none;background:radial-gradient(60% 50%,#ffffff06 0%,#0000 70%);position:absolute;inset:0}.cta-heading{color:var(--white);letter-spacing:-.02em;font-size:clamp(1.75rem,4vw,2.5rem);font-weight:900}.cta-sub{color:var(--text-muted);max-width:440px;font-size:1.0625rem}.cta-actions{flex-wrap:wrap;justify-content:center;gap:12px;margin-top:8px;display:flex}@media (width<=600px){.cta-card{padding:40px 20px}.cta-actions{flex-direction:column;align-items:stretch}}.timeline{flex-direction:column;display:flex}.timeline-empty{color:var(--text-muted);padding:24px 0;font-size:.9rem}.tl-item{gap:14px;display:flex;position:relative}.tl-line-col{flex-direction:column;flex-shrink:0;align-items:center;width:32px;display:flex}.tl-dot{background:var(--surface3);border:1px solid var(--border);z-index:1;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;font-size:.875rem;display:flex}.tl-dot-paymentreceived{background:#34d39914;border-color:#34d39966}.tl-dot-proofsent{border-color:var(--border-light);background:#ffffff0d}.tl-dot-designupload,.tl-dot-shipped{background:#a78bfa14;border-color:#a78bfa66}.tl-line{background:var(--border);flex:1;width:1px;min-height:24px;margin:4px 0}.tl-content{flex:1;min-width:0;padding-bottom:24px}.tl-last .tl-content{padding-bottom:0}.tl-header{justify-content:space-between;align-items:baseline;gap:12px;margin-bottom:4px;display:flex}.tl-title{color:var(--white);font-size:.9rem;font-weight:600}.tl-time{color:var(--text-muted);white-space:nowrap;flex-shrink:0;font-size:.75rem}.tl-desc{color:var(--text-muted);font-size:.8125rem;line-height:1.6}.tl-image-wrap{margin-top:10px}.tl-image{border:1px solid var(--border);object-fit:cover;border-radius:8px;width:100%;max-width:320px}.tl-owner-only{color:var(--text-muted);border:1px solid var(--border);letter-spacing:.06em;border-radius:999px;margin-top:6px;padding:2px 8px;font-size:.7rem;display:inline-block}.acct-settings{flex-direction:column;gap:1.5rem;display:flex}.acct-nav{border-bottom:1px solid var(--border);flex-wrap:wrap;gap:.5rem;padding-bottom:.75rem;display:flex}.acct-nav-btn{color:var(--muted);cursor:pointer;background:0 0;border:1px solid #0000;border-radius:8px;align-items:center;gap:.35rem;padding:.4rem .75rem;font-size:.85rem;font-weight:500;transition:all .15s;display:flex}.acct-nav-btn:hover{color:var(--silver);border-color:var(--border)}.acct-nav-btn.active{color:var(--white);background:var(--surface3);border-color:var(--border)}.acct-body{max-width:480px}.acct-form{flex-direction:column;gap:1rem;display:flex}.acct-section-title{color:var(--white);margin:0 0 .25rem;font-size:1rem;font-weight:600}.acct-current-email{color:var(--muted);margin:0;font-size:.85rem}.acct-current-email strong{color:var(--silver)}.acct-row{grid-template-columns:1fr 1fr;gap:.75rem;display:grid}.acct-field{flex-direction:column;gap:.35rem;display:flex}.acct-field label{color:var(--silver);text-transform:uppercase;letter-spacing:.05em;font-size:.78rem;font-weight:500}.acct-input-wrap{align-items:center;display:flex;position:relative}.acct-icon{color:var(--muted);pointer-events:none;position:absolute;left:.65rem}.acct-input-wrap input{background:var(--surface);border:1px solid var(--border);width:100%;color:var(--white);box-sizing:border-box;border-radius:8px;padding:.55rem .75rem .55rem 2.1rem;font-size:.875rem;transition:border-color .15s}.acct-input-wrap input::placeholder{color:var(--muted)}.acct-input-wrap input:focus{border-color:var(--silver);outline:none}.acct-pw-toggle{color:var(--muted);cursor:pointer;background:0 0;border:none;align-items:center;padding:0;transition:color .15s;display:flex;position:absolute;right:.65rem}.acct-pw-toggle:hover{color:var(--silver)}.acct-error{color:#ff6b6b;background:#ff6b6b14;border:1px solid #ff6b6b40;border-radius:8px;margin:0;padding:.5rem .75rem;font-size:.83rem}.acct-success{color:#4ade80;background:#4ade8014;border:1px solid #4ade8040;border-radius:8px;align-items:center;gap:.4rem;margin:0;padding:.5rem .75rem;font-size:.83rem;display:flex}.dash-page{background:var(--black);min-height:100vh;padding-bottom:60px}.dash-back{margin-top:24px;margin-bottom:12px}.dash-layout{grid-template-columns:220px 1fr;min-height:calc(100vh - 68px);display:grid}.dash-sidebar{background:var(--surface);border-right:1px solid var(--border);flex-direction:column;gap:4px;height:calc(100vh - 68px);padding:24px 12px;display:flex;position:sticky;top:68px}.dash-sidebar-logo{border-bottom:1px solid var(--border);align-items:center;gap:10px;margin-bottom:8px;padding:8px 12px 20px;display:flex}.dash-logo-icon{letter-spacing:-1px;color:var(--white);font-size:1.25rem;font-weight:900}.dash-logo-label{color:var(--text-muted);letter-spacing:.1em;text-transform:uppercase;font-size:.75rem;font-weight:600}.dash-nav-btn{border-radius:var(--radius);color:var(--text-muted);text-align:left;background:0 0;border:none;align-items:center;gap:10px;width:100%;padding:10px 14px;font-size:.875rem;font-weight:500;transition:background .15s,color .15s;display:flex}.dash-nav-btn:hover{color:var(--white);background:#ffffff0d}.dash-nav-active{color:var(--white)!important;background:#ffffff12!important}.dash-main{min-width:0;padding:28px 32px}.dash-section-title-row{align-items:center;gap:12px;margin-bottom:24px;display:flex}.dash-page-title{color:var(--white);font-size:1.5rem;font-weight:800}.dash-count{color:var(--text-muted);font-size:.8125rem}.dash-header{justify-content:space-between;align-items:center;margin-bottom:28px;padding-top:32px;display:flex}.dash-welcome{align-items:center;gap:16px;display:flex}.dash-avatar{border:1px solid var(--border);width:48px;height:48px;color:var(--silver);background:#ffffff0d;border-radius:50%;justify-content:center;align-items:center;display:flex}.dash-title{color:var(--white);font-size:1.375rem;font-weight:800}.dash-subtitle{color:var(--text-muted);margin-top:2px;font-size:.875rem}.dash-stats{grid-template-columns:repeat(5,1fr);gap:14px;margin-bottom:20px;display:grid}.dash-stat{text-align:center;padding:18px 12px}.dash-stat-value{color:var(--white);font-size:1.75rem;font-weight:900;line-height:1}.dash-stat-label{color:var(--text-muted);letter-spacing:.04em;text-transform:uppercase;margin-top:6px;font-size:.75rem}.dash-stat-money .dash-stat-value{color:#ff9f40;font-size:1.25rem}.dash-filters{flex-wrap:wrap;gap:6px;margin-bottom:0;display:flex}.dash-empty{text-align:center;color:var(--text-muted);padding:48px 0;font-size:.9375rem}.link-btn{color:var(--silver);cursor:pointer;font-size:inherit;background:0 0;border:none;text-decoration:underline}.order-detail-layout{grid-template-columns:1fr 300px;align-items:start;gap:20px;margin-top:16px;display:grid}.order-detail-left{flex-direction:column;display:flex}.order-detail-right{position:sticky;top:88px}.order-detail-header-card{flex-direction:column;gap:16px;display:flex}.order-detail-top{justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.detail-sku{color:var(--white);font-size:1.375rem;font-weight:800}.detail-meta{color:var(--text-muted);margin-top:3px;font-size:.8125rem}.order-financials{border:1px solid var(--border);border-radius:var(--radius);grid-template-columns:repeat(4,1fr);gap:0;display:grid;overflow:hidden}.fin-cell{border-right:1px solid var(--border);text-align:center;padding:12px 16px}.fin-cell:last-child{border-right:none}.fin-label{color:var(--text-muted);letter-spacing:.08em;text-transform:uppercase;margin-bottom:4px;font-size:.7rem}.fin-value{color:var(--white);font-size:1rem;font-weight:700}.detail-notes-box{color:var(--text-muted);background:var(--surface3);border-radius:var(--radius);padding:10px 14px;font-size:.875rem}.detail-file-row{align-items:center;gap:8px;font-size:.875rem;display:flex}.detail-label{color:var(--text-muted);letter-spacing:.06em;text-transform:uppercase;font-size:.75rem;font-weight:600}.order-info-pills{grid-template-columns:repeat(4,1fr);gap:10px;display:grid}.order-info-pill{background:var(--surface3);border:1px solid var(--border);border-radius:var(--radius);padding:12px 14px}.oip-label{color:var(--text-muted);letter-spacing:.08em;text-transform:uppercase;margin-bottom:5px;font-size:.68rem;font-weight:600}.oip-value{color:var(--white);font-size:1rem;font-weight:700}.customer-info-grid{flex-direction:column;gap:8px;display:flex}.ci-row{align-items:baseline;gap:10px;display:flex}.ci-label{color:var(--text-muted);letter-spacing:.07em;text-transform:uppercase;flex-shrink:0;min-width:72px;font-size:.7rem;font-weight:600}.ci-value{color:var(--white);font-size:.9375rem;font-weight:500}.ci-link{color:var(--silver);text-decoration:none}.ci-link:hover{color:var(--white);text-decoration:underline}.payment-box{border-radius:var(--radius);border:1px solid var(--border-light);color:var(--silver);background:#ff9f400f;align-items:flex-start;gap:14px;padding:16px 18px;display:flex}.payment-box-title{color:#ff9f40;margin-bottom:4px;font-size:.875rem;font-weight:700}.payment-box-body{color:var(--text-muted);font-size:.8125rem;line-height:1.65}.payment-box-body strong{color:var(--white)}.timeline-header{justify-content:space-between;align-items:center;margin-bottom:20px;display:flex}.dash-section-title{color:var(--white);font-size:1rem;font-weight:700}.tl-add-form{background:var(--surface3);border-radius:var(--radius);border:1px solid var(--border);flex-direction:column;gap:12px;margin-bottom:0;padding:16px;display:flex}.owner-edit-panel{flex-direction:column;gap:14px;display:flex}.owner-panel-title{color:var(--white);font-size:1rem;font-weight:700}.fin-remaining-pill{text-align:center;background:var(--surface3);border-radius:var(--radius);padding:8px;font-size:.875rem;font-weight:700}.settings-card{flex-direction:column;gap:14px;display:flex}.settings-section{color:var(--silver);letter-spacing:.06em;text-transform:uppercase;border-bottom:1px solid var(--border);padding-bottom:8px;font-size:.875rem;font-weight:700}.settings-toggle-row{justify-content:space-between;align-items:center;gap:12px;padding:4px 0;display:flex}.dash-login-page{justify-content:center;align-items:center;padding:60px 24px;display:flex}.dash-login-card{border-color:var(--border-light);flex-direction:column;gap:16px;width:100%;max-width:400px;padding:40px;display:flex}.dash-login-logo{letter-spacing:-1px;color:var(--white);text-align:center;border:1.5px solid var(--border-light);background:linear-gradient(135deg,#1a1a1a,#0a0a0a);border-radius:6px;justify-content:center;align-items:center;width:60px;height:60px;margin:0 auto;font-size:2rem;font-weight:900;display:flex}.dash-login-title{color:var(--white);text-align:center;font-size:1.375rem;font-weight:800}.dash-login-sub{color:var(--text-muted);text-align:center;font-size:.875rem}.dash-login-form{flex-direction:column;gap:14px;display:flex}.dash-login-divider{background:var(--border);height:1px}.dash-login-new{color:var(--text-muted);text-align:center;font-size:.875rem}@media (width<=1024px){.dash-stats{grid-template-columns:repeat(3,1fr)}.order-detail-layout{grid-template-columns:1fr}.order-detail-right{position:static}}@media (width<=768px){.dash-layout{grid-template-columns:1fr}.dash-sidebar{border-right:none;border-bottom:1px solid var(--border);flex-flow:wrap;height:auto;padding:12px;position:static}.dash-main{padding:20px 16px}.dash-stats,.order-financials,.order-info-pills{grid-template-columns:repeat(2,1fr)}}.auth-page{background:var(--black);justify-content:center;align-items:center;min-height:100vh;padding:2rem 1rem;display:flex}.auth-card{background:var(--surface2);border:1px solid var(--border);border-radius:16px;width:100%;max-width:480px;padding:2.5rem 2rem}.auth-logo{text-align:center;margin-bottom:2rem}.auth-logo-link{align-items:center;gap:.5rem;text-decoration:none;display:inline-flex}.auth-logo-l4y{color:var(--white);background:var(--surface3);border:1px solid var(--border);letter-spacing:1px;border-radius:8px;padding:.2rem .5rem;font-size:1.4rem;font-weight:800}.auth-logo-text{color:var(--silver);font-size:1.1rem;font-weight:600}.auth-tabs{background:var(--surface);border:1px solid var(--border);border-radius:10px;gap:4px;margin-bottom:1.75rem;padding:4px;display:flex}.auth-tab{color:var(--muted);cursor:pointer;background:0 0;border:none;border-radius:8px;flex:1;padding:.5rem;font-size:.875rem;font-weight:500;transition:all .15s}.auth-tab:hover{color:var(--silver)}.auth-tab.active{background:var(--surface3);color:var(--white);border:1px solid var(--border)}.auth-form{flex-direction:column;gap:1rem;display:flex}.auth-row{grid-template-columns:1fr 1fr;gap:.75rem;display:grid}.auth-field{flex-direction:column;gap:.35rem;display:flex}.auth-field label{color:var(--silver);text-transform:uppercase;letter-spacing:.05em;font-size:.8rem;font-weight:500}.auth-input-wrap{align-items:center;display:flex;position:relative}.auth-input-icon{color:var(--muted);pointer-events:none;flex-shrink:0;position:absolute;left:.75rem}.auth-input-wrap input{background:var(--surface);border:1px solid var(--border);width:100%;color:var(--white);box-sizing:border-box;border-radius:8px;padding:.6rem .75rem .6rem 2.4rem;font-size:.9rem;transition:border-color .15s}.auth-input-wrap input::placeholder{color:var(--muted)}.auth-input-wrap input:focus{border-color:var(--silver);outline:none}.auth-pw-toggle{color:var(--muted);cursor:pointer;background:0 0;border:none;align-items:center;padding:0;transition:color .15s;display:flex;position:absolute;right:.75rem}.auth-pw-toggle:hover{color:var(--silver)}.auth-submit{justify-content:center;align-items:center;gap:.5rem;width:100%;margin-top:.5rem;padding:.75rem;font-size:.95rem;display:flex}.auth-spinner{border:2px solid #0000004d;border-top-color:#000;border-radius:50%;width:16px;height:16px;animation:.7s linear infinite spin;display:inline-block}.auth-error{color:#ff6b6b;background:#ff6b6b14;border:1px solid #ff6b6b40;border-radius:8px;margin:0;padding:.6rem .75rem;font-size:.85rem}.auth-forgot-link{color:var(--muted);cursor:pointer;text-align:center;background:0 0;border:none;padding:0;font-size:.85rem;transition:color .15s}.auth-forgot-link:hover{color:var(--silver)}.auth-terms{color:var(--muted);text-align:center;margin:0;font-size:.75rem;line-height:1.5}.auth-forgot{flex-direction:column;gap:.75rem;display:flex}.auth-back-btn{color:var(--muted);cursor:pointer;background:0 0;border:none;align-self:flex-start;align-items:center;gap:.35rem;padding:0;font-size:.85rem;transition:color .15s;display:flex}.auth-back-btn:hover{color:var(--silver)}.auth-forgot-title{color:var(--white);margin:0;font-size:1.25rem;font-weight:600}.auth-forgot-desc{color:var(--muted);margin:0;font-size:.875rem;line-height:1.5}.auth-sent{text-align:center;flex-direction:column;align-items:center;gap:1rem;padding:1rem 0;display:flex}.auth-sent-icon{color:#4ade80}.auth-sent h2{color:var(--white);margin:0;font-size:1.25rem;font-weight:600}.auth-sent p{color:var(--muted);margin:0;font-size:.875rem;line-height:1.6}.auth-sent strong{color:var(--silver)}.auth-loading{background:var(--black);justify-content:center;align-items:center;min-height:100vh;display:flex}.auth-loading-spinner{border:3px solid var(--border);border-top-color:var(--silver);border-radius:50%;width:36px;height:36px;animation:.8s linear infinite spin}.reset-title{color:var(--white);margin:0 0 .25rem;font-size:1.25rem;font-weight:600}.reset-subtitle{color:var(--muted);margin:0 0 1.5rem;font-size:.85rem}.reset-subtitle strong{color:var(--silver)}.reset-state{text-align:center;flex-direction:column;align-items:center;gap:1rem;padding:1rem 0;display:flex}.reset-state h2{color:var(--white);margin:0;font-size:1.25rem;font-weight:600}.reset-state p{color:var(--muted);max-width:320px;margin:0;font-size:.875rem;line-height:1.6}.reset-icon-ok{color:#4ade80}.reset-icon-err{color:#ff6b6b}
