.landing{min-height:100vh;background:#f8fafc;position:relative;overflow-x:hidden}.landing-bg{position:fixed;top:0;right:0;bottom:0;left:0;pointer-events:none;z-index:0}.particles-background{position:absolute;top:0;right:0;bottom:0;left:0;overflow:hidden}.particle{position:absolute;border-radius:50%;background:linear-gradient(135deg,#16a34a,#3b82f6);animation:particle-float 20s ease-in-out infinite}@keyframes particle-float{0%,to{transform:translate(0) scale(1)}25%{transform:translate(10px,-15px) scale(1.1)}50%{transform:translate(-8px,10px) scale(.95)}75%{transform:translate(12px,5px) scale(1.05)}}.landing-grid{position:absolute;top:0;right:0;bottom:0;left:0;background-image:radial-gradient(circle at 20% 80%,rgba(22,163,74,.06) 0%,transparent 50%),radial-gradient(circle at 80% 20%,rgba(59,130,246,.06) 0%,transparent 50%),linear-gradient(rgba(0,0,0,.03) 1px,transparent 1px),linear-gradient(90deg,rgba(0,0,0,.03) 1px,transparent 1px);background-size:100% 100%,100% 100%,48px 48px,48px 48px;animation:grid-shift 30s linear infinite}@keyframes grid-shift{0%{transform:translate(0)}to{transform:translate(60px,60px)}}.landing-glow{position:absolute;border-radius:50%;filter:blur(120px);opacity:.55;animation:glow-pulse 6s ease-in-out infinite}.landing-glow-1{width:500px;height:500px;background:linear-gradient(135deg,#16a34a,#22c55e);top:-200px;right:-100px}.landing-glow-2{width:400px;height:400px;background:linear-gradient(135deg,#3b82f6,#6366f1);bottom:20%;left:-150px;animation-delay:-3s}.landing-glow-3{width:300px;height:300px;background:linear-gradient(135deg,#f97316,#eab308);bottom:-100px;right:20%;animation-delay:-5s}@keyframes glow-pulse{0%,to{opacity:.4;transform:scale(1) translate(0)}25%{opacity:.5;transform:scale(1.05) translate(40px,-50px)}50%{opacity:.6;transform:scale(1.1) translate(-30px,60px)}75%{opacity:.5;transform:scale(1.05) translate(-50px,-30px)}}.landing-header{position:relative;z-index:10;display:flex;align-items:center;justify-content:space-between;padding:1.25rem 2.5rem;max-width:1200px;margin:0 auto}.landing-header .landing-logo{flex-shrink:0}.landing-logo{display:inline-flex;align-items:center;gap:.4rem;transition:transform .2s}.landing-logo:hover{transform:scale(1.03)}.logo-text{font-size:1.5rem;font-weight:700;color:#0f172a;letter-spacing:-.02em}.logo-check{display:inline-flex;align-items:center;justify-content:center;width:1.5rem;height:1.5rem;background:#16a34a;color:#fff;font-size:.75rem;font-weight:700;border-radius:50%}.landing-nav{display:flex;align-items:center;gap:2rem;margin-left:auto;padding-right:.5rem}.landing-nav a:not(.btn){color:#475569;font-size:.9375rem;font-weight:500;transition:color .2s}.landing-nav a:not(.btn):hover{color:#0f172a}.btn{display:inline-flex;align-items:center;justify-content:center;padding:.5rem 1rem;border-radius:8px;font-size:.9375rem;font-weight:600;border:none;transition:all .2s}.btn-ghost{background:#fff;color:#0f172a;box-shadow:0 1px 2px #0000000d}.btn-ghost:hover{background:#f1f5f9;transform:translateY(-1px);box-shadow:0 4px 12px #00000014}.btn-primary{background:#0f172a;color:#fff}.btn-primary:hover{background:#1e293b;transform:translateY(-1px);box-shadow:0 4px 12px #0f172a4d}.landing-main{position:relative;z-index:1;max-width:1100px;margin:0 auto;padding:0 2rem 4rem}.hero-marquee-strip{display:flex;flex-direction:column;gap:.75rem;margin-bottom:2rem;width:100%;overflow:hidden}.marquee-section{overflow:hidden;-webkit-user-select:none;user-select:none}.marquee-icons .marquee-track{display:flex;align-items:center;gap:1rem}.marquee-icon-badge{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:#fff;border-radius:999px;font-size:.875rem;font-weight:600;color:var(--badge-color, #0f172a);box-shadow:0 2px 12px #00000014;border:1px solid rgba(0,0,0,.06);white-space:nowrap;flex-shrink:0;transition:transform .2s,box-shadow .2s}.marquee-icon-badge:hover{transform:translateY(-2px);box-shadow:0 6px 20px #0000001f}.marquee-icon-emoji{font-size:1.1rem}.marquee-icon-name{letter-spacing:-.02em}.marquee-features .marquee-track{display:flex;align-items:center;gap:.5rem}.marquee-feature-tag{padding:.4rem 1rem;background:#fffc;border-radius:999px;font-size:.9rem;font-weight:500;color:#475569;border:1px solid #e2e8f0;white-space:nowrap;flex-shrink:0;transition:all .2s}.marquee-feature-tag:hover{background:#16a34a;color:#fff;border-color:#16a34a}.horizontal-scroll-section{width:100%;overflow:hidden;margin-bottom:2rem}.horizontal-scroll-inner{will-change:transform}.hero{text-align:center;padding:4rem 0 6rem}.hero-visual{position:relative;width:280px;height:280px;margin:0 auto 2.5rem}.hero-orb{position:absolute;border-radius:50%;filter:blur(40px)}.hero-orb-1{width:180px;height:180px;background:#16a34a;top:50%;left:50%;transform:translate(-50%,-50%);opacity:.5;animation:orb-float 6s ease-in-out infinite}.hero-orb-2{width:120px;height:120px;background:#3b82f6;top:25%;right:15%;opacity:.4;animation:orb-float-2 5s ease-in-out infinite;animation-delay:-1s}@keyframes orb-float-2{0%,to{transform:scale(1);opacity:.4}50%{transform:scale(1.25);opacity:.55}}@keyframes orb-float{0%,to{transform:translate(-50%,-50%) scale(1);opacity:.5}50%{transform:translate(-50%,-60%) scale(1.2);opacity:.65}}.hero-platforms{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center}.platform-center{position:relative;z-index:2;width:72px;height:72px;border-radius:50%;background:#f56400;color:#fff;display:flex;align-items:center;justify-content:center;box-shadow:0 6px 24px #f5640059;animation:center-spin 8s linear infinite}@keyframes center-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.orbit-ring{position:absolute;top:0;right:0;bottom:0;left:0;animation:orbit-rotate 20s linear infinite}@keyframes orbit-rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.orbit-badge{position:absolute;width:58px;height:58px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.55rem;font-weight:700;letter-spacing:.01em;text-transform:uppercase;white-space:nowrap;color:#fff;box-shadow:0 4px 14px #00000026;animation:counter-rotate 20s linear infinite}@keyframes counter-rotate{0%{transform:rotate(0)}to{transform:rotate(-360deg)}}.orbit-badge:nth-child(1){background:#16a34a;top:calc(50% - 120px);left:50%;translate:-50% -50%}.orbit-badge:nth-child(2){background:#3b82f6;top:calc(50% - 60px);left:calc(50% + 104px);translate:-50% -50%}.orbit-badge:nth-child(3){background:#8b5cf6;top:calc(50% + 60px);left:calc(50% + 104px);translate:-50% -50%}.orbit-badge:nth-child(4){background:#f59e0b;top:calc(50% + 120px);left:50%;translate:-50% -50%}.orbit-badge:nth-child(5){background:#06b6d4;top:calc(50% + 60px);left:calc(50% - 104px);translate:-50% -50%}.orbit-badge:nth-child(6){background:#10b981;top:calc(50% - 60px);left:calc(50% - 104px);translate:-50% -50%}.hero-title{font-size:clamp(2.2rem,5vw,3.2rem);font-weight:800;color:#0f172a;line-height:1.1;letter-spacing:-.04em;margin:0 0 1rem;animation:fadeInUp .6s ease-out}.hero-subtitle{font-size:1.2rem;color:#64748b;margin:0 0 1.5rem;line-height:1.6;max-width:540px;margin-left:auto;margin-right:auto}.btn-cta{display:inline-flex;align-items:center;justify-content:center;padding:.9rem 1.75rem;background:#16a34a;color:#fff;font-size:1rem;font-weight:600;border-radius:10px;border:none;transition:all .2s}.btn-cta:hover{background:#15803d;transform:translateY(-2px);box-shadow:0 8px 24px #16a34a59}.hero-trial{font-size:.9rem;color:#64748b;margin:1rem 0 3rem}.hero-stats{display:flex;justify-content:center;gap:3rem;flex-wrap:wrap;padding:2.5rem 0;border-top:1px solid #e2e8f0}.stat-card{display:flex;flex-direction:column;align-items:center;padding:.75rem 1.25rem;background:#fff9;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-radius:14px;border:1px solid rgba(255,255,255,.8);box-shadow:0 4px 20px #0000000a;transition:transform .2s,box-shadow .2s;animation:fadeInUp .6s ease-out backwards}.stat-card:hover{transform:translateY(-4px) scale(1.02);box-shadow:0 12px 36px #0000001a;transition:transform .3s cubic-bezier(.34,1.56,.64,1),box-shadow .3s}.stat-card:nth-child(1){animation-delay:.1s}.stat-card:nth-child(2){animation-delay:.2s}.stat-card:nth-child(3){animation-delay:.3s}.stat-card:nth-child(4){animation-delay:.4s}.stat-value{font-size:2rem;font-weight:700;color:#0f172a;letter-spacing:-.02em}.stat-label{font-size:.875rem;color:#64748b;margin-top:.25rem}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.value-section,.features-section,.testimonials-section{padding:5rem 0}.section-title{font-size:1.75rem;font-weight:700;color:#0f172a;text-align:center;margin:0 0 3rem}.value-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem}.value-card{background:#fff;border-radius:16px;padding:2rem;box-shadow:0 4px 20px #0000000f;border:1px solid rgba(0,0,0,.04);transition:transform .2s,box-shadow .2s;animation:fadeInUp .5s ease-out backwards;animation-delay:calc(var(--i) * .1s)}.value-card:hover,.value-card-hover:hover{transform:translateY(-8px) scale(1.02);box-shadow:0 24px 56px #00000024,0 0 0 1px #16a34a26;border-color:#16a34a40}.value-card-hover{transition:transform .3s cubic-bezier(.34,1.56,.64,1),box-shadow .3s,border-color .3s}.value-icon{font-size:2rem;display:block;margin-bottom:1rem}.value-card h3{font-size:1.25rem;font-weight:700;color:#0f172a;margin:0 0 .5rem}.value-card p{font-size:.95rem;color:#64748b;line-height:1.5;margin:0}.features-grid{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem}.feature-tag{padding:.6rem 1.2rem;background:#fff;border-radius:999px;font-size:.9rem;font-weight:500;color:#475569;box-shadow:0 2px 8px #0000000d;border:1px solid #e2e8f0;transition:all .2s;animation:fadeInUp .4s ease-out backwards;animation-delay:calc(var(--i) * .05s)}.feature-tag:hover{background:#16a34a;color:#fff;transform:translateY(-2px);box-shadow:0 4px 12px #16a34a4d}.skill-badge{--badge-bg: #16a34a;display:inline-flex;align-items:center;padding:.5rem 1rem;background:#16a34a1a;color:var(--badge-bg);border:1px solid rgba(22,163,74,.25);border-radius:8px;font-size:.875rem;font-weight:600;transition:all .25s ease;box-shadow:0 1px 3px #0000000a}.skill-badge:hover{background:var(--badge-bg);color:#fff;transform:translateY(-3px);box-shadow:0 6px 20px #16a34a59;border-color:transparent}.features-grid-badges{gap:.75rem}.features-grid-badges .skill-badge{animation:fadeInUp .4s ease-out backwards;animation-delay:calc(var(--i, 0) * .05s)}.testimonials-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem}.testimonial-card{background:#fff;border-radius:16px;padding:2rem;margin:0;box-shadow:0 4px 20px #0000000f;border:1px solid rgba(0,0,0,.04);font-style:normal;transition:transform .2s}.testimonial-card:hover,.testimonial-card-hover:hover{transform:translateY(-6px) scale(1.01);box-shadow:0 16px 48px #0000001f,0 0 0 1px #0000000a}.testimonial-card-hover{transition:transform .35s cubic-bezier(.34,1.56,.64,1),box-shadow .35s}.testimonial-card p{font-size:1rem;color:#334155;line-height:1.6;margin:0 0 1rem}.testimonial-card cite{font-size:.875rem;color:#64748b;font-style:normal}.cta-section{text-align:center;padding:5rem 2rem;background:linear-gradient(135deg,#0f172a,#1e293b);border-radius:24px;color:#fff;margin:2rem 0}.cta-section h2{font-size:2rem;font-weight:700;margin:0 0 .5rem}.cta-section p{font-size:1.1rem;color:#94a3b8;margin:0 0 1.5rem}.btn-cta-lg{padding:1rem 2rem;font-size:1.1rem;background:#16a34a!important}.btn-cta-lg:hover{background:#22c55e!important}.cta-trial{font-size:.9rem;color:#64748b!important;margin:1rem 0 0!important}.landing-footer{position:relative;z-index:1;display:flex;align-items:center;justify-content:center;gap:2rem;padding:2rem;font-size:.875rem;color:#64748b}.landing-footer a{color:#64748b}.landing-footer a:hover{color:#0f172a}.auth-page{min-height:100vh;background:#f8fafc;position:relative;overflow:hidden}.auth-bg-shapes{position:fixed;top:0;right:0;bottom:0;left:0;pointer-events:none;z-index:0}.auth-bg-shapes:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:radial-gradient(circle at 20% 80%,rgba(22,163,74,.08) 0%,transparent 45%),radial-gradient(circle at 80% 20%,rgba(59,130,246,.08) 0%,transparent 45%),linear-gradient(rgba(0,0,0,.025) 1px,transparent 1px),linear-gradient(90deg,rgba(0,0,0,.025) 1px,transparent 1px);background-size:100% 100%,100% 100%,48px 48px,48px 48px;animation:auth-grid 25s linear infinite}@keyframes auth-grid{0%{transform:translate(0)}to{transform:translate(48px,48px)}}.auth-shape{position:absolute;border-radius:50%;filter:blur(100px);opacity:.5;animation:auth-float 7s ease-in-out infinite}.auth-shape-1{width:400px;height:400px;background:linear-gradient(135deg,#16a34a,#22c55e);top:-120px;right:-100px}.auth-shape-2{width:320px;height:320px;background:linear-gradient(135deg,#0f172a,#334155);bottom:15%;left:-100px;animation-delay:-2s}.auth-shape-3{width:200px;height:200px;background:linear-gradient(135deg,#3b82f6,#6366f1);bottom:-60px;right:25%;animation-delay:-4s}@keyframes auth-float{0%,to{transform:translate(0) scale(1);opacity:.5}50%{transform:translate(25px,-25px) scale(1.05);opacity:.6}}.auth-header{position:relative;z-index:1;padding:1.5rem 2.5rem}.auth-logo{display:inline-flex;align-items:center;gap:.4rem;font-size:1.5rem;font-weight:700;color:#0f172a;transition:transform .2s}.auth-logo:hover{transform:scale(1.03)}.auth-logo .logo-check{display:inline-flex;align-items:center;justify-content:center;width:1.5rem;height:1.5rem;background:#16a34a;color:#fff;font-size:.7rem;border-radius:50%}.auth-main{position:relative;z-index:1;display:flex;align-items:center;justify-content:center;padding:2rem;min-height:calc(100vh - 90px)}.auth-card{background:#ffffffd9;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-radius:24px;padding:2.5rem 2.75rem;width:100%;max-width:440px;box-shadow:0 0 0 1px #ffffffe6,0 4px 6px -1px #0000000f,0 20px 50px -12px #0000001f;border:1px solid rgba(255,255,255,.6);animation:auth-card-in .5s ease-out}@keyframes auth-card-in{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.auth-card h1{font-size:1.875rem;font-weight:700;margin:0 0 .25rem;color:#0f172a;letter-spacing:-.02em}.auth-desc{color:#64748b;font-size:.95rem;margin:0 0 1.75rem;line-height:1.5}.auth-error{padding:.875rem 1rem;background:#fef2f2;color:#b91c1c;border-radius:12px;font-size:.875rem;margin-bottom:1.25rem;border:1px solid #fecaca;animation:auth-shake .4s ease-out}@keyframes auth-shake{0%,to{transform:translate(0)}25%{transform:translate(-4px)}75%{transform:translate(4px)}}.auth-form{display:flex;flex-direction:column;gap:1.125rem}.auth-form label{display:flex;flex-direction:column;gap:.45rem;font-size:.875rem;font-weight:600;color:#334155}.auth-form input{padding:.875rem 1rem;border:1px solid #e2e8f0;border-radius:12px;font-size:.95rem;background:#fff;transition:border-color .2s,box-shadow .2s}.auth-form input:focus{outline:none;border-color:#16a34a;box-shadow:0 0 0 3px #16a34a26}.auth-form input::placeholder{color:#94a3b8}.auth-page .btn{display:inline-flex;align-items:center;justify-content:center;padding:.5rem 1rem;border-radius:8px;font-size:.9375rem;font-weight:600;border:none;cursor:pointer;transition:all .2s}.auth-page .btn-primary{background:#16a34a;color:#fff}.auth-page .btn-primary:hover:not(:disabled){background:#15803d}.auth-page .btn-block{width:100%;padding:.9rem 1rem;margin-top:.5rem;font-size:1rem;font-weight:600;border-radius:12px;display:flex;align-items:center;justify-content:center;transition:all .2s}.auth-page .btn-block:not(:disabled):hover{transform:translateY(-1px);box-shadow:0 4px 12px #16a34a4d}.btn-spinner{width:22px;height:22px;border:2px solid rgba(255,255,255,.35);border-top-color:#fff;border-radius:50%;animation:auth-spin .7s linear infinite}@keyframes auth-spin{to{transform:rotate(360deg)}}.auth-footer{margin:1.75rem 0 0;font-size:.9rem;color:#64748b;text-align:center;padding-top:1.25rem;border-top:1px solid #e2e8f0}.auth-footer a{color:#16a34a;font-weight:600;transition:color .2s}.auth-footer a:hover{color:#15803d;text-decoration:underline}.animate-in{animation:auth-fade-in .4s ease-out}@keyframes auth-fade-in{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}.dash-layout{display:grid;grid-template-columns:56px 1fr;grid-template-rows:auto 1fr;min-height:100vh;background:#fff}.nav-rail{grid-row:1 / -1;grid-column:1;width:56px;background:#f8fafc;border-right:1px solid #e2e8f0;display:flex;flex-direction:column;justify-content:space-between;align-items:center;padding:.75rem 0;z-index:10}.nav-rail-top,.nav-rail-bottom{display:flex;flex-direction:column;align-items:center;gap:.25rem}.nav-rail-logo{width:36px;height:36px;display:flex;align-items:center;justify-content:center;font-size:1.125rem;font-weight:800;color:#16a34a;background:#dcfce7;border-radius:10px;margin-bottom:.75rem;text-decoration:none}.nav-rail-item{width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:10px;color:#64748b;background:transparent;border:none;cursor:pointer;transition:background .15s,color .15s;text-decoration:none}.nav-rail-item:hover{background:#e2e8f0;color:#0f172a}.nav-rail-item.active{background:#e2e8f0;color:#16a34a}.nav-rail-avatar{width:34px;height:34px;border-radius:50%;background:#16a34a;color:#fff;display:flex;align-items:center;justify-content:center;font-size:.8125rem;font-weight:700;margin-top:.5rem}.dash-shop-bar{grid-column:2;grid-row:1;padding:.625rem 1rem;border-bottom:1px solid #e2e8f0;position:relative}.shop-selector{display:flex;align-items:center;gap:.625rem;padding:.5rem .75rem;border-radius:10px;border:1px solid #e2e8f0;background:#fff;cursor:pointer;width:240px;font-family:inherit}.shop-sel-icon{width:28px;height:28px;border-radius:50%;background:#fff3e0;color:#f16521;display:flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:800;flex-shrink:0}.shop-sel-info{display:flex;flex-direction:column;flex:1;min-width:0}.shop-sel-platform{font-size:.6875rem;color:#94a3b8;line-height:1}.shop-sel-name{font-size:.8125rem;color:#0f172a;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.shop-dropdown{position:absolute;top:100%;left:1rem;width:240px;background:#fff;border:1px solid #e2e8f0;border-radius:10px;box-shadow:0 8px 24px #00000014;z-index:50;padding:.5rem 0;margin-top:.25rem}.shop-dd-item{display:flex;align-items:center;gap:.5rem;width:100%;padding:.5rem .75rem;border:none;background:transparent;cursor:pointer;font-family:inherit;font-size:.8125rem;color:#334155;text-align:left}.shop-dd-item:hover{background:#f1f5f9}.shop-dd-item.active{background:#ecfdf5;color:#16a34a;font-weight:600}.shop-dd-icon{width:24px;height:24px;border-radius:50%;background:#fff3e0;color:#f16521;display:flex;align-items:center;justify-content:center;font-size:.625rem;font-weight:800;flex-shrink:0}.shop-dd-name{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.shop-dd-empty{padding:1rem;text-align:center;color:#94a3b8;font-size:.8125rem;margin:0}.shop-dd-add{display:flex;align-items:center;justify-content:center;gap:.375rem;width:100%;padding:.625rem;border:none;border-top:1px solid #e2e8f0;background:transparent;color:#16a34a;font-weight:600;font-size:.8125rem;cursor:pointer;font-family:inherit}.shop-dd-add:hover{background:#ecfdf5}.dash-content-area{grid-column:2;grid-row:2;overflow:auto}.dash-page{display:flex;min-height:100%}.dash-sidebar-filters{width:220px;min-width:220px;border-right:1px solid #e2e8f0;background:#f8fafc;padding:1rem .75rem;overflow-y:auto}.filter-group{margin-bottom:1.25rem}.filter-group-title{font-size:.6875rem;font-weight:700;color:#64748b;text-transform:uppercase;letter-spacing:.06em;margin-bottom:.375rem;padding:0 .5rem}.filter-btn{display:flex;align-items:center;justify-content:space-between;width:100%;padding:.4rem .5rem;border:none;background:transparent;font-size:.8125rem;color:#475569;text-align:left;border-radius:6px;cursor:pointer;transition:background .15s,color .15s;font-family:inherit}.filter-btn:hover{background:#e2e8f0;color:#0f172a}.filter-btn.active{background:#dcfce7;color:#166534;font-weight:600}.filter-label{flex:1}.filter-count{font-size:.75rem;color:#94a3b8;min-width:28px;text-align:right}.filter-btn.active .filter-count{color:#16a34a}.filter-checkbox{display:flex;align-items:center;gap:.5rem;font-size:.8125rem;color:#475569;padding:.25rem .5rem;cursor:pointer}.filter-checkbox input[type=checkbox]{width:14px;height:14px;accent-color:#16a34a}.filter-show-more{border:none;background:none;color:#16a34a;font-size:.8125rem;font-weight:600;cursor:pointer;padding:.25rem .5rem;font-family:inherit}.filter-show-more:hover{text-decoration:underline}.filter-input{width:100%;padding:.4rem .5rem;border:1px solid #e2e8f0;border-radius:6px;font-size:.8125rem;font-family:inherit}.filter-input::placeholder{color:#cbd5e1}.filter-select{width:100%;padding:.4rem .5rem;border:1px solid #e2e8f0;border-radius:6px;font-size:.8125rem;font-family:inherit;background:#fff}.filter-stat{display:flex;justify-content:space-between;padding:.25rem .5rem;font-size:.8125rem;color:#475569}.filter-toggle-dot{width:10px;height:10px;border-radius:50%;background:#cbd5e1;display:inline-block}.filter-toggle-dot.on{background:#16a34a}.score-slider{padding:.25rem .5rem}.score-range{width:100%;accent-color:#16a34a;height:4px}.score-labels{display:flex;justify-content:space-between;font-size:.6875rem;color:#94a3b8;margin-top:.25rem}.dash-main{flex:1;display:flex;flex-direction:column;min-width:0}.dash-header{display:flex;align-items:center;justify-content:space-between;padding:.75rem 1.25rem;border-bottom:1px solid #e2e8f0;background:#fff;gap:.75rem;flex-wrap:wrap}.dash-header-left{display:flex;align-items:center;gap:.5rem}.dash-header-title{font-size:1rem;font-weight:700;color:#0f172a;margin:0}.dash-header-refresh{display:flex;align-items:center;justify-content:center;width:28px;height:28px;border:none;background:transparent;color:#94a3b8;border-radius:6px;cursor:pointer}.dash-header-refresh:hover{background:#f1f5f9;color:#0f172a}.dash-header-right{display:flex;align-items:center;gap:.625rem}.dash-search-wrap{position:relative;display:flex;align-items:center}.dash-search-wrap svg{position:absolute;left:10px;color:#94a3b8;pointer-events:none}.dash-search{width:200px;padding:.4rem .75rem .4rem 32px;border:1px solid #e2e8f0;border-radius:8px;font-size:.8125rem;font-family:inherit}.dash-search::placeholder{color:#cbd5e1}.dash-btn{padding:.4rem .875rem;font-size:.8125rem;font-weight:600;border-radius:8px;border:none;cursor:pointer;transition:background .15s,transform .1s;font-family:inherit}.dash-btn-primary{background:#16a34a;color:#fff}.dash-btn-primary:hover{background:#15803d;transform:translateY(-1px)}.dash-btn-secondary{background:#fff;color:#334155;border:1px solid #e2e8f0}.dash-btn-secondary:hover{background:#f8fafc}.dash-table-area{flex:1;overflow:auto;padding:1rem 1.25rem}.table-wrap{overflow-x:auto;border:1px solid #e2e8f0;border-radius:10px;background:#fff}.listings-table{width:100%;border-collapse:collapse;font-size:.8125rem}.listings-table th,.listings-table td{padding:.625rem .75rem;text-align:left;border-bottom:1px solid #f1f5f9}.listings-table th{font-weight:600;color:#64748b;background:#f8fafc;font-size:.75rem;text-transform:uppercase;letter-spacing:.03em}.listings-table tbody tr{transition:background .12s}.listings-table tbody tr:hover{background:#f8fafc}.listing-row{cursor:pointer}.col-check{width:36px}.col-img{width:52px}.col-title{min-width:200px;color:#0f172a;max-width:320px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.col-stock{width:70px}.col-price{width:80px}.col-expires{width:85px}.col-section{width:110px}.col-score{width:56px}.col-shops{width:48px}.listing-thumb{width:40px;height:40px;border-radius:6px;overflow:hidden;background:#f1f5f9;display:flex;align-items:center;justify-content:center}.listing-thumb img{width:100%;height:100%;object-fit:cover}.listing-thumb-placeholder{font-size:.75rem;color:#94a3b8}.score-badge{display:inline-flex;align-items:center;justify-content:center;width:26px;height:26px;border-radius:50%;font-size:.6875rem;font-weight:700}.score-A{background:#dcfce7;color:#166534}.score-B{background:#dbeafe;color:#1e40af}.score-C{background:#fef9c3;color:#a16207}.score-D{background:#fed7aa;color:#c2410c}.score-F{background:#fecaca;color:#b91c1c}.shop-dot{display:inline-block;width:22px;height:22px;border-radius:50%;background:#fff3e0}.shop-dot.etsy{background:#f16521;background:linear-gradient(135deg,#f16521,#f2862e)}.table-loading,.table-empty{text-align:center;color:#94a3b8;padding:3rem 1rem!important}.table-pagination{display:flex;align-items:center;justify-content:space-between;margin-top:.75rem;font-size:.8125rem;color:#64748b}.pagination-info{color:#94a3b8}.pagination-controls{display:flex;align-items:center;gap:.25rem}.pagination-controls button{padding:.3rem .55rem;border:1px solid #e2e8f0;background:#fff;border-radius:6px;color:#475569;font-size:.8125rem;cursor:pointer;font-family:inherit}.pagination-controls button:hover:not(:disabled){background:#f1f5f9;color:#0f172a}.pagination-controls button:disabled{opacity:.4;cursor:not-allowed}.pagination-controls .page-num.active{background:#16a34a;color:#fff;border-color:#16a34a}.pagination-ellipsis{color:#94a3b8;padding:0 .25rem}.empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 2rem;text-align:center}.empty-state-icon{margin-bottom:1.25rem}.empty-state-title{font-size:1rem;font-weight:700;color:#334155;margin:0 0 .5rem}.empty-state-text{font-size:.875rem;color:#94a3b8;max-width:360px;margin:0 0 1.25rem}.profiles-list{display:flex;flex-direction:column;gap:1rem}.profile-card{border:1px solid #e2e8f0;border-radius:10px;padding:1.25rem;background:#fff}.profile-card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem}.profile-card-name{font-size:1rem;font-weight:700;color:#0f172a;margin:0}.profile-card-meta{display:flex;align-items:center;gap:.75rem;font-size:.8125rem;color:#64748b}.profile-card-type{text-transform:capitalize}.profile-connect-btn{border:none;background:none;color:#16a34a;font-weight:600;cursor:pointer;font-size:.8125rem}.profile-connect-btn:hover{text-decoration:underline}.profile-show-all{border:none;background:none;color:#16a34a;font-size:.8125rem;font-weight:600;cursor:pointer;margin-top:.5rem;padding:0}.profile-toggle{display:flex;align-items:center;gap:.5rem;font-size:.8125rem;color:#94a3b8}.schedule-nav{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.schedule-range{display:flex;align-items:center;gap:.625rem}.schedule-today-badge{background:#16a34a;color:#fff;padding:.2rem .5rem;border-radius:4px;font-size:.6875rem;font-weight:700;text-transform:uppercase}.schedule-range-label{font-size:.875rem;color:#334155;font-weight:600}.schedule-arrows{display:flex;gap:.375rem}.schedule-arrows button{width:28px;height:28px;border:1px solid #e2e8f0;border-radius:6px;background:#fff;color:#64748b;cursor:pointer;font-size:1rem;display:flex;align-items:center;justify-content:center}.schedule-arrows button:hover{background:#f1f5f9;color:#0f172a}.schedule-grid{border:1px solid #e2e8f0;border-radius:10px;overflow:hidden}.schedule-header-row{display:grid;grid-template-columns:repeat(14,1fr);border-bottom:1px solid #e2e8f0}.schedule-day-header{display:flex;flex-direction:column;align-items:center;padding:.5rem .25rem;font-size:.6875rem}.schedule-day-name{color:#94a3b8;font-weight:500}.schedule-day-num{color:#334155;font-weight:700;font-size:.8125rem}.schedule-day-header.today .schedule-day-num{background:#16a34a;color:#fff;border-radius:50%;width:24px;height:24px;display:flex;align-items:center;justify-content:center}.schedule-body{min-height:320px;position:relative}.schedule-empty{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);display:flex;flex-direction:column;align-items:center;gap:.75rem;color:#94a3b8;font-size:.875rem}.media-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:.75rem}.media-card{aspect-ratio:1;border-radius:8px;overflow:hidden;border:1px solid #e2e8f0;cursor:pointer}.media-card:hover{border-color:#16a34a}.media-card-img{width:100%;height:100%;object-fit:cover}.listing-row.selected{background:#f0fdf4}.listing-row.selected:hover{background:#dcfce7}.bulk-bar{display:flex;align-items:center;justify-content:space-between;padding:.5rem 1rem;background:#0f172a;border-radius:10px;margin:.75rem 0 0;animation:bulkSlideUp .2s ease}@keyframes bulkSlideUp{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.bulk-bar-count{font-size:.8125rem;font-weight:600;color:#fff}.bulk-bar-actions{display:flex;align-items:center;gap:.375rem}.bulk-bar-btn{display:inline-flex;align-items:center;gap:.3rem;padding:.35rem .75rem;border:1px solid rgba(255,255,255,.15);border-radius:6px;background:#ffffff14;color:#e2e8f0;font-size:.75rem;font-weight:600;cursor:pointer;transition:background .15s;font-family:inherit}.bulk-bar-btn:hover:not(:disabled){background:#ffffff26}.bulk-bar-btn:disabled{opacity:.5;cursor:not-allowed}.bulk-bar-edit{color:#a5f3fc;border-color:#a5f3fc4d}.bulk-bar-copy{color:#d9f99d;border-color:#d9f99d4d}.bulk-bar-delete{color:#fca5a5;border-color:#fca5a54d}.bulk-bar-deselect{color:#94a3b8;border-color:transparent;background:transparent}.bulk-bar-deselect:hover{color:#fff}.bulk-panel-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f172a80;z-index:100;display:flex;justify-content:flex-end;animation:bulkFadeIn .15s ease}@keyframes bulkFadeIn{0%{opacity:0}to{opacity:1}}.bulk-panel{width:520px;max-width:90vw;height:100%;background:#fff;display:flex;flex-direction:column;box-shadow:-4px 0 24px #00000026;animation:bulkSlideIn .2s ease}@keyframes bulkSlideIn{0%{transform:translate(100%)}to{transform:translate(0)}}.bulk-panel-header{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.25rem;border-bottom:1px solid #e2e8f0}.bulk-panel-header h2{font-size:1rem;font-weight:700;color:#0f172a;margin:0}.bulk-panel-close{width:32px;height:32px;display:flex;align-items:center;justify-content:center;border:none;background:#f1f5f9;border-radius:8px;font-size:1.125rem;color:#64748b;cursor:pointer}.bulk-panel-close:hover{background:#e2e8f0}.bulk-panel-body{flex:1;overflow-y:auto;padding:1.25rem}.bulk-panel-label{display:block;font-size:.75rem;font-weight:600;color:#64748b;text-transform:uppercase;letter-spacing:.04em;margin-bottom:.5rem}.bulk-panel-fields{margin-bottom:1.25rem}.bulk-panel-field-list{display:flex;flex-wrap:wrap;gap:.325rem}.bulk-field-btn{padding:.3rem .625rem;border:1px solid #e2e8f0;border-radius:6px;background:#fff;font-size:.75rem;font-weight:500;color:#475569;cursor:pointer;font-family:inherit;transition:all .12s}.bulk-field-btn:hover{border-color:#16a34a;color:#16a34a}.bulk-field-btn.active{background:#16a34a;border-color:#16a34a;color:#fff}.bulk-panel-modes{margin-bottom:1.25rem}.bulk-mode-row{display:flex;gap:.5rem}.bulk-mode-card{flex:1;display:flex;flex-direction:column;padding:.625rem;border:2px solid #e2e8f0;border-radius:8px;cursor:pointer;transition:border-color .15s}.bulk-mode-card input[type=radio]{display:none}.bulk-mode-card strong{font-size:.8125rem;color:#0f172a}.bulk-mode-card span{font-size:.6875rem;color:#94a3b8;line-height:1.3;margin-top:.125rem}.bulk-mode-card.selected{border-color:#16a34a;background:#f0fdf4}.bulk-panel-value{margin-bottom:1rem}.bulk-panel-field-group{margin-bottom:.75rem}.bulk-panel-input{width:100%;padding:.5rem .75rem;border:1px solid #e2e8f0;border-radius:8px;font-size:.875rem;font-family:inherit;color:#0f172a;box-sizing:border-box}.bulk-panel-input:focus{outline:none;border-color:#16a34a;box-shadow:0 0 0 3px #16a34a1a}.bulk-panel-textarea{width:100%;padding:.5rem .75rem;border:1px solid #e2e8f0;border-radius:8px;font-size:.875rem;font-family:inherit;color:#0f172a;resize:vertical;box-sizing:border-box}.bulk-panel-textarea:focus{outline:none;border-color:#16a34a;box-shadow:0 0 0 3px #16a34a1a}.bulk-panel-select{width:100%;padding:.5rem .75rem;border:1px solid #e2e8f0;border-radius:8px;font-size:.875rem;font-family:inherit;color:#334155;background:#fff;box-sizing:border-box}.bulk-panel-result{padding:.5rem .75rem;border-radius:8px;font-size:.8125rem;font-weight:600}.bulk-panel-result.success{background:#f0fdf4;color:#16a34a;border:1px solid #bbf7d0}.bulk-panel-result.error{background:#fef2f2;color:#dc2626;border:1px solid #fecaca}.bulk-panel-footer{display:flex;align-items:center;justify-content:space-between;padding:.75rem 1.25rem;border-top:1px solid #e2e8f0}.bulk-panel-footer-right{display:flex;gap:.5rem}.bulk-panel-btn-cancel{padding:.45rem .875rem;border:1px solid #e2e8f0;border-radius:8px;background:#fff;color:#475569;font-size:.8125rem;font-weight:600;cursor:pointer;font-family:inherit}.bulk-panel-btn-cancel:hover{background:#f8fafc}.bulk-panel-btn-apply{padding:.45rem 1rem;border:none;border-radius:8px;background:#16a34a;color:#fff;font-size:.8125rem;font-weight:600;cursor:pointer;font-family:inherit}.bulk-panel-btn-apply:hover:not(:disabled){background:#15803d}.bulk-panel-btn-apply:disabled{opacity:.6;cursor:not-allowed}.bulk-panel-btn-done{padding:.45rem .875rem;border:1px solid #16a34a;border-radius:8px;background:#f0fdf4;color:#16a34a;font-size:.8125rem;font-weight:600;cursor:pointer;font-family:inherit}.bulk-panel-btn-done:hover{background:#dcfce7}.dash-btn-outline{display:inline-flex;align-items:center;gap:.3rem;padding:.45rem .75rem;border:1px solid #e2e8f0;border-radius:8px;background:#fff;color:#475569;font-size:.8125rem;font-weight:600;cursor:pointer;font-family:inherit;transition:all .12s}.dash-btn-outline:hover{border-color:#16a34a;color:#16a34a}.dash-btn-outline:disabled{opacity:.5;cursor:not-allowed}.dash-header-count{font-size:.75rem;font-weight:600;color:#94a3b8;background:#f1f5f9;padding:.15rem .5rem;border-radius:10px}.schedule-cells{display:grid;grid-template-columns:repeat(14,1fr);gap:2px;min-height:200px}.schedule-cell{display:flex;flex-direction:column;gap:4px;padding:4px;min-height:120px;background:#fafbfc;border-radius:4px}.schedule-card{padding:.375rem .5rem;background:#fff;border-radius:6px;border-left:3px solid #f59e0b;box-shadow:0 1px 2px #0000000d;font-size:.6875rem}.schedule-card-title{font-weight:600;color:#0f172a;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.schedule-card-field{color:#64748b;margin-top:2px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.schedule-card-meta{display:flex;align-items:center;justify-content:space-between;margin-top:4px}.schedule-card-status{font-weight:600;font-size:.625rem;text-transform:uppercase}.schedule-card-cancel{border:none;background:none;color:#dc2626;font-size:.625rem;font-weight:600;cursor:pointer;padding:0}.schedule-card-cancel:hover{text-decoration:underline}.profiles-list{display:flex;flex-direction:column;gap:.75rem;padding:.5rem 0}.profile-card{background:#fff;border:1px solid #e2e8f0;border-radius:10px;padding:1rem 1.25rem;transition:border-color .12s}.profile-card:hover{border-color:#cbd5e1}.profile-card-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:.5rem}.profile-card-name{font-size:.9375rem;font-weight:700;color:#0f172a;margin:0}.profile-card-actions{display:flex;align-items:center;gap:.5rem}.profile-toggle{display:inline-flex;align-items:center;gap:.3rem;font-size:.6875rem;color:#94a3b8;cursor:pointer}.profile-toggle input[type=checkbox]{accent-color:#16a34a}.profile-apply-btn{padding:.2rem .5rem;border:1px solid #16a34a;border-radius:5px;background:#f0fdf4;color:#16a34a;font-size:.6875rem;font-weight:600;cursor:pointer;font-family:inherit}.profile-apply-btn:hover{background:#dcfce7}.profile-delete-btn{width:24px;height:24px;display:flex;align-items:center;justify-content:center;border:none;background:none;color:#94a3b8;font-size:.875rem;cursor:pointer;border-radius:4px}.profile-delete-btn:hover{background:#fef2f2;color:#dc2626}.profile-card-meta{display:flex;align-items:center;gap:.75rem;font-size:.75rem;color:#64748b}.profile-card-type{background:#f1f5f9;padding:.1rem .4rem;border-radius:4px;text-transform:capitalize;font-weight:600}.profile-card-count{color:#94a3b8}.profile-show-all{display:block;margin-top:.5rem;border:none;background:none;color:#16a34a;font-size:.75rem;font-weight:600;cursor:pointer;padding:0;font-family:inherit}.profile-show-all:hover{text-decoration:underline}.profile-linked-list{margin-top:.5rem;border-top:1px solid #f1f5f9;padding-top:.5rem}.profile-linked-empty{font-size:.75rem;color:#94a3b8;font-style:italic}.profile-linked-item{display:flex;align-items:center;gap:.5rem;padding:.3rem 0;font-size:.75rem}.profile-linked-img{width:28px;height:28px;border-radius:4px;object-fit:cover}.profile-linked-title{flex:1;color:#0f172a;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.profile-linked-price{color:#16a34a;font-weight:600}.media-card{position:relative}.media-card-overlay{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(transparent,#000000b3);padding:.5rem;display:flex;align-items:flex-end;justify-content:space-between;opacity:0;transition:opacity .15s;border-radius:0 0 8px 8px}.media-card:hover .media-card-overlay{opacity:1}.media-card-name{font-size:.625rem;color:#fff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:80%}.media-card-delete{width:20px;height:20px;display:flex;align-items:center;justify-content:center;border:none;background:#fff3;color:#fff;border-radius:4px;font-size:.75rem;cursor:pointer}.media-card-delete:hover{background:#dc2626}.analytics-panel{padding:0 0 1.25rem;border-bottom:1px solid #f1f5f9;margin-bottom:1rem}.analytics-cards{display:grid;grid-template-columns:repeat(4,1fr);gap:.75rem;margin-bottom:1rem}.analytics-card{display:flex;align-items:center;gap:.75rem;padding:.875rem 1rem;background:#fff;border:1px solid #f1f5f9;border-radius:10px;transition:border-color .12s}.analytics-card:hover{border-color:#e2e8f0}.analytics-card-icon{width:36px;height:36px;display:flex;align-items:center;justify-content:center;border-radius:8px;flex-shrink:0}.analytics-card-content{display:flex;flex-direction:column}.analytics-card-value{font-size:1.25rem;font-weight:700;color:#0f172a;line-height:1.2}.analytics-card-label{font-size:.6875rem;color:#94a3b8;font-weight:500}.analytics-charts{display:grid;grid-template-columns:repeat(3,1fr);gap:.75rem;margin-bottom:.5rem}.analytics-chart-box{background:#fff;border:1px solid #f1f5f9;border-radius:10px;padding:.75rem 1rem}.analytics-chart-title{font-size:.75rem;font-weight:600;color:#64748b;margin:0 0 .5rem}.analytics-mini-chart{display:flex;align-items:flex-end;gap:4px;height:64px}.analytics-bar-col{flex:1;display:flex;flex-direction:column;align-items:center;height:100%;justify-content:flex-end}.analytics-bar{width:100%;border-radius:3px 3px 0 0;min-height:4px;transition:height .3s}.analytics-bar-label{font-size:.5625rem;color:#94a3b8;margin-top:3px}.analytics-note{font-size:.6875rem;color:#cbd5e1;text-align:center;margin:0;font-style:italic}@media (max-width: 900px){.analytics-cards{grid-template-columns:repeat(2,1fr)}.analytics-charts{grid-template-columns:1fr}}.listing-editor{display:flex;flex-direction:column;min-height:100%;background:#fff}.le-loading{display:flex;align-items:center;justify-content:center;min-height:400px;color:#94a3b8;font-size:.9375rem}.le-header{padding:1rem 1.5rem .75rem;border-bottom:1px solid #e2e8f0}.le-header-etsy-id{font-size:.6875rem;color:#94a3b8;text-transform:uppercase;letter-spacing:.05em;font-weight:600}.le-header-title{font-size:1.125rem;font-weight:700;color:#0f172a;margin:.25rem 0 0;line-height:1.3}.le-tabs{display:flex;gap:0;border-bottom:2px solid #e2e8f0;padding:0 1.5rem;overflow-x:auto;-webkit-overflow-scrolling:touch}.le-tab{padding:.625rem .875rem;border:none;background:transparent;font-size:.8125rem;font-weight:500;color:#64748b;cursor:pointer;white-space:nowrap;border-bottom:2px solid transparent;margin-bottom:-2px;transition:color .15s,border-color .15s;font-family:inherit}.le-tab:hover{color:#0f172a}.le-tab.active{color:#16a34a;border-bottom-color:#16a34a;font-weight:600}.le-profile-bar{padding:.625rem 1.5rem;background:#16a34a}.le-profile-btn{display:flex;align-items:center;gap:.5rem;padding:.4rem .75rem;border:1px solid rgba(255,255,255,.3);border-radius:8px;background:#ffffff26;color:#fff;font-size:.8125rem;font-weight:600;cursor:pointer;font-family:inherit}.le-profile-btn:hover{background:#ffffff40}.le-body{flex:1;overflow-y:auto;padding:1.5rem 1.5rem 5rem}.le-section{max-width:900px}.le-section-title{font-size:1rem;font-weight:700;color:#16a34a;margin:0 0 1rem}.le-field-group{margin-bottom:1.25rem}.le-label{display:block;font-size:.8125rem;font-weight:600;color:#334155;margin-bottom:.375rem}.le-optional{font-weight:400;color:#94a3b8;font-style:italic}.le-helper{font-size:.75rem;color:#94a3b8;margin-top:.25rem;display:block}.le-input{width:100%;padding:.5rem .75rem;border:1px solid #e2e8f0;border-radius:8px;font-size:.875rem;font-family:inherit;color:#0f172a;transition:border-color .15s;box-sizing:border-box}.le-input:focus{outline:none;border-color:#16a34a;box-shadow:0 0 0 3px #16a34a1a}.le-input::placeholder{color:#cbd5e1}.le-input-lg{font-size:1rem;padding:.625rem .875rem}.le-input-sm{width:120px}.le-textarea{width:100%;padding:.625rem .875rem;border:1px solid #e2e8f0;border-radius:8px;font-size:.875rem;font-family:inherit;color:#0f172a;resize:vertical;box-sizing:border-box}.le-textarea:focus{outline:none;border-color:#16a34a;box-shadow:0 0 0 3px #16a34a1a}.le-select{width:100%;padding:.5rem .75rem;border:1px solid #e2e8f0;border-radius:8px;font-size:.875rem;font-family:inherit;color:#334155;background:#fff;box-sizing:border-box}.le-select:focus{outline:none;border-color:#16a34a}.le-char-count{font-size:.75rem;color:#94a3b8;margin-top:.25rem;display:block}.le-input-unit{display:flex;gap:0}.le-input-unit .le-input{border-top-right-radius:0;border-bottom-right-radius:0;flex:1}.le-input-unit .le-unit,.le-input-unit .le-unit-label{padding:.5rem .625rem;border:1px solid #e2e8f0;border-left:none;border-radius:0 8px 8px 0;font-size:.8125rem;background:#f8fafc;color:#64748b;font-family:inherit;display:flex;align-items:center;white-space:nowrap}.le-field-row{margin-bottom:1.25rem}.le-field-row-2{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.le-field-row-3,.le-field-row-4{display:grid;grid-template-columns:1fr 1fr 1fr;gap:.75rem}.le-radio-cards{display:flex;gap:.75rem}.le-radio-card{flex:1;display:flex;flex-direction:column;padding:.875rem;border:2px solid #e2e8f0;border-radius:10px;cursor:pointer;transition:border-color .15s}.le-radio-card input[type=radio]{display:none}.le-radio-card strong{font-size:.875rem;color:#0f172a;margin-bottom:.25rem}.le-radio-card span{font-size:.75rem;color:#94a3b8;line-height:1.3}.le-radio-card.selected{border-color:#16a34a;background:#f0fdf4}.le-radio-card.selected strong{color:#16a34a}.le-radio-row{display:flex;align-items:center;gap:1rem;font-size:.875rem;color:#334155}.le-radio-row label{display:flex;align-items:center;gap:.375rem;cursor:pointer}.le-radio-row input[type=radio]{accent-color:#16a34a}.le-link-btn{border:none;background:none;color:#dc2626;font-size:.8125rem;font-weight:600;cursor:pointer;padding:0}.le-link-btn:hover{text-decoration:underline}.le-checkbox-list{border:1px solid #e2e8f0;border-radius:8px;max-height:180px;overflow-y:auto;padding:.25rem 0}.le-checkbox-item{display:flex;align-items:center;gap:.5rem;padding:.35rem .75rem;font-size:.8125rem;color:#334155;cursor:pointer}.le-checkbox-item:hover{background:#f8fafc}.le-checkbox-item input[type=checkbox]{width:15px;height:15px;accent-color:#16a34a}.le-chips{display:flex;flex-wrap:wrap;gap:.375rem;margin-top:.5rem}.le-chip{display:inline-flex;align-items:center;gap:.25rem;padding:.3rem .625rem;background:#e2e8f0;border-radius:999px;font-size:.8125rem;color:#334155}.le-chip-x{display:flex;align-items:center;justify-content:center;width:16px;height:16px;border:none;background:#cbd5e1;border-radius:50%;color:#fff;font-size:.75rem;cursor:pointer;padding:0;line-height:1}.le-chip-x:hover{background:#94a3b8}.le-photo-count{font-size:.8125rem;color:#94a3b8;font-weight:500}.le-photos-grid{display:flex;gap:.75rem;flex-wrap:wrap;margin-bottom:.75rem}.le-photo-card{width:140px;height:140px;border-radius:10px;overflow:hidden;border:1px solid #e2e8f0;position:relative;cursor:grab;transition:transform .15s,box-shadow .15s}.le-photo-card:hover{box-shadow:0 2px 12px #0000001a}.le-photo-card.dragging{opacity:.4;transform:scale(.95)}.le-photo-card.primary{border:2px solid #16a34a}.le-photo-card img{width:100%;height:100%;object-fit:cover}.le-photo-badge{position:absolute;top:6px;left:6px;background:#16a34a;color:#fff;font-size:.625rem;font-weight:700;padding:2px 6px;border-radius:4px;text-transform:uppercase;letter-spacing:.05em}.le-photo-remove{position:absolute;top:4px;right:4px;width:22px;height:22px;background:#0000008c;color:#fff;border:none;border-radius:50%;cursor:pointer;font-size:.875rem;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .15s}.le-photo-card:hover .le-photo-remove{opacity:1}.le-photo-drag-handle{position:absolute;bottom:4px;right:4px;color:#fffc;font-size:1rem;text-shadow:0 1px 2px rgba(0,0,0,.4);opacity:0;transition:opacity .15s}.le-photo-card:hover .le-photo-drag-handle{opacity:1}.le-photo-upload{width:140px;height:140px;border:2px dashed #16a34a;border-radius:10px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.25rem;cursor:pointer;color:#16a34a;font-size:.8125rem;font-weight:600;transition:background .15s}.le-photo-upload:hover{background:#f0fdf4}.le-media-picker-btn{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;color:#475569;font-size:.8125rem;font-weight:600;cursor:pointer;transition:border-color .15s}.le-media-picker-btn:hover{border-color:#16a34a;color:#16a34a}.le-video-remove{margin-top:.5rem;background:none;border:none;color:#ef4444;font-size:.8125rem;font-weight:600;cursor:pointer}.le-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0006;display:flex;align-items:center;justify-content:center;z-index:1000}.le-modal{background:#fff;border-radius:14px;width:90%;max-width:640px;max-height:80vh;display:flex;flex-direction:column;box-shadow:0 8px 32px #00000026}.le-modal-header{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.25rem;border-bottom:1px solid #e2e8f0}.le-modal-header h3{font-size:1rem;font-weight:700;margin:0}.le-modal-close{background:none;border:none;font-size:1.25rem;cursor:pointer;color:#64748b;width:28px;height:28px;display:flex;align-items:center;justify-content:center;border-radius:6px}.le-modal-close:hover{background:#f1f5f9}.le-modal-body{padding:1rem 1.25rem;overflow-y:auto;flex:1}.le-media-picker-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(100px,1fr));gap:.5rem}.le-media-picker-item{aspect-ratio:1;border-radius:8px;overflow:hidden;border:2px solid transparent;cursor:pointer;position:relative;transition:border-color .15s}.le-media-picker-item:hover,.le-media-picker-item.selected{border-color:#16a34a}.le-media-picker-item img{width:100%;height:100%;object-fit:cover}.le-media-picker-check{position:absolute;top:4px;right:4px;width:20px;height:20px;background:#16a34a;color:#fff;border-radius:50%;font-size:.75rem;display:flex;align-items:center;justify-content:center}.le-modal-footer{padding:.75rem 1.25rem;border-top:1px solid #e2e8f0;display:flex;justify-content:flex-end}.le-empty-media{display:flex;flex-direction:column;align-items:center;gap:.75rem;padding:3rem;color:#94a3b8;font-size:.875rem}.le-toggle-row{display:flex;align-items:center;gap:.75rem;font-size:.875rem;color:#334155;font-weight:600}.le-toggle{position:relative;display:inline-block;width:44px;height:24px}.le-toggle input{opacity:0;width:0;height:0}.le-toggle-slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background:#cbd5e1;border-radius:24px;transition:background .2s}.le-toggle-slider:before{content:"";position:absolute;width:18px;height:18px;left:3px;bottom:3px;background:#fff;border-radius:50%;transition:transform .2s}.le-toggle input:checked+.le-toggle-slider{background:#16a34a}.le-toggle input:checked+.le-toggle-slider:before{transform:translate(20px)}.le-var-tabs{display:flex;align-items:center;gap:0;border-bottom:1px solid #e2e8f0;margin-bottom:1rem}.le-var-tab{padding:.5rem .75rem;border:none;background:transparent;font-size:.8125rem;color:#64748b;cursor:pointer;border-bottom:2px solid transparent;margin-bottom:-1px;font-family:inherit}.le-var-tab:hover{color:#0f172a}.le-var-tab.active{color:#0f172a;border-bottom-color:#0f172a;font-weight:600}.le-var-show-all{margin-left:auto;font-size:.8125rem;color:#16a34a;font-weight:600}.le-var-body{padding:.5rem 0}.le-footer{position:sticky;bottom:0;display:flex;align-items:center;justify-content:space-between;padding:.625rem 1.5rem;border-top:1px solid #e2e8f0;background:#fff;z-index:20}.le-footer-right{display:flex;align-items:center;gap:.5rem}.le-footer-btn{display:inline-flex;align-items:center;gap:.375rem;padding:.45rem .875rem;font-size:.8125rem;font-weight:600;border-radius:8px;cursor:pointer;font-family:inherit;transition:background .15s,transform .1s}.le-btn-cancel{border:1px solid #e2e8f0;background:#fff;color:#475569}.le-btn-cancel:hover{background:#f8fafc}.le-btn-etsy{border:1px solid #e2e8f0;background:#fff;color:#475569}.le-etsy-dot{width:8px;height:8px;border-radius:50%;background:#f16521;display:inline-block}.le-btn-outline{border:1px solid #e2e8f0;background:#fff;color:#475569}.le-btn-outline:hover{background:#f8fafc}.le-btn-publish{border:none;background:#16a34a;color:#fff;padding:.45rem 1.25rem}.le-btn-publish:hover:not(:disabled){background:#15803d;transform:translateY(-1px)}.le-btn-publish:disabled{opacity:.6;cursor:not-allowed}@media (max-width: 768px){.le-field-row-2,.le-field-row-3,.le-field-row-4{grid-template-columns:1fr}.le-radio-cards{flex-direction:column}.le-footer{flex-direction:column;gap:.5rem}.le-footer-right{flex-wrap:wrap;justify-content:center}.le-tabs{padding:0 .75rem}.le-body{padding:1rem}}.connect-shop-page{min-height:100vh;display:flex;align-items:center;justify-content:center;background:#f8fafc}.connect-shop-card{background:#fff;border-radius:16px;box-shadow:0 4px 24px #0000000f;padding:3rem 2.5rem;width:100%;max-width:420px;text-align:center}.connect-shop-logo{width:56px;height:56px;background:#16a34a;color:#fff;font-size:1.5rem;font-weight:800;border-radius:14px;display:inline-flex;align-items:center;justify-content:center;margin-bottom:1.25rem}.connect-shop-welcome{font-size:.7rem;letter-spacing:.12em;color:#94a3b8;font-weight:600;margin:0 0 .25rem}.connect-shop-title{font-size:1.75rem;font-weight:700;color:#0f172a;margin:0 0 2rem}.connect-shop-btn{display:flex;align-items:center;width:100%;padding:.875rem 1.25rem;background:#fff;border:1px solid #e2e8f0;border-radius:12px;cursor:pointer;transition:border-color .15s,box-shadow .15s;gap:.75rem}.connect-shop-btn:hover{border-color:#f97316;box-shadow:0 2px 8px #f973161a}.connect-shop-btn-icon{width:40px;height:40px;border-radius:10px;display:flex;align-items:center;justify-content:center;font-weight:800;font-size:1.1rem;flex-shrink:0}.connect-shop-btn-icon.etsy-icon{background:#fff3e0;color:#f97316}.connect-shop-btn-label{font-size:1rem;font-weight:600;color:#0f172a;flex:1;text-align:left}.connect-shop-btn-plus{font-size:1.25rem;color:#94a3b8;font-weight:300}.connect-shop-divider{display:flex;align-items:center;gap:.75rem;margin:1.5rem 0}.connect-shop-divider:before,.connect-shop-divider:after{content:"";flex:1;height:1px;background:#e2e8f0}.connect-shop-divider span{font-size:.75rem;color:#94a3b8;font-weight:500}.connect-shop-demo-btn{width:100%;padding:.75rem;background:#f8fafc;border:1px dashed #cbd5e1;border-radius:10px;color:#475569;font-size:.875rem;font-weight:600;cursor:pointer;transition:background .15s,border-color .15s}.connect-shop-demo-btn:hover{background:#f0fdf4;border-color:#16a34a;color:#16a34a}.connect-shop-demo-btn:disabled{opacity:.6;cursor:not-allowed}.connect-shop-demo-hint{font-size:.6875rem;color:#cbd5e1;margin:.5rem 0 0}.lenis:not(.lenis-autoToggle).lenis-stopped{overflow:clip}.lenis [data-lenis-prevent],.lenis [data-lenis-prevent-wheel],.lenis [data-lenis-prevent-touch],.lenis [data-lenis-prevent-vertical],.lenis [data-lenis-prevent-horizontal]{overscroll-behavior:contain}.lenis.lenis-autoToggle{transition-property:overflow;transition-duration:1ms;transition-behavior:allow-discrete}*,*:before,*:after{box-sizing:border-box}:root{--bg: #ffffff;--text: #0f172a;--text-muted: #64748b;--border: #e2e8f0;--accent: #16a34a;--accent-hover: #15803d;--sidebar-bg: #f8fafc;--header-border: #e2e8f0;--font-sans: "DM Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif}html.lenis,html.lenis body{height:auto}.lenis.lenis-smooth{scroll-behavior:auto!important}.lenis.lenis-smooth [data-lenis-prevent]{overscroll-behavior:contain}.lenis.lenis-stopped{overflow:hidden}.lenis.lenis-smooth iframe{pointer-events:none}body{margin:0;font-family:var(--font-sans);background:var(--bg);color:var(--text);line-height:1.5;-webkit-font-smoothing:antialiased;-ms-overflow-style:none;scrollbar-width:none}::-webkit-scrollbar{display:none}a{color:inherit;text-decoration:none}button{font-family:inherit;cursor:pointer}input,select{font-family:inherit}.auth-loading{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;background:#f8fafc;color:#64748b}.auth-loading-spinner{width:40px;height:40px;border:3px solid #e2e8f0;border-top-color:#16a34a;border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}
