.clients-page h1{margin-top:0}.clients-stats{display:flex;gap:16px;flex-wrap:wrap;margin:16px 0 24px}.clients-stat{background:#fff7f3;border:1px solid #ffd8c7;border-radius:10px;padding:12px 16px;min-width:120px}.clients-stat-value{display:block;font-size:22px;font-weight:700;color:#ff6b35}.clients-stat-label{font-size:12px;color:#6b7280}.clients-filters{margin-bottom:20px}.clients-filters-actions{display:flex;gap:8px;margin-top:8px}.clients-table a{font-weight:600}.clients-pagination{display:flex;align-items:center;gap:12px;margin-top:16px}.clients-profile{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin:20px 0 28px}.clients-timeline{display:flex;flex-direction:column;gap:12px}.clients-timeline-item{border-left:3px solid #ff6b35;padding:12px 16px;background:#fafafa;border-radius:0 8px 8px 0}.clients-timeline-head{display:flex;justify-content:space-between;gap:12px}.clients-receipt{margin:8px 0 0;padding-left:18px;font-size:13px}.clients-import-panel{margin-top:8px;padding-top:20px;border-top:1px solid #e5e7eb}.clients-empty-hint{background:#fff7f3;border:1px solid #ffd8c7;border-radius:10px;padding:16px 20px;margin:16px 0;font-size:14px}.clients-empty-hint ol{margin:8px 0 0;padding-left:20px}.clients-empty-hint li{margin-bottom:6px}.clients-import-status{margin-top:12px}.clients-progress{height:8px;background:#e5e7eb;border-radius:999px;overflow:hidden;margin:8px 0}.clients-progress-bar{height:100%;background:#ff6b35;transition:width .3s ease}@media(max-width:640px){.clients-profile{grid-template-columns:1fr}}.base-hub h1{margin-top:0}.base-steps{display:flex;gap:8px;flex-wrap:wrap;margin:20px 0 24px}.base-step{display:flex;align-items:center;gap:8px;padding:8px 12px;border-radius:999px;background:#f3f4f6;font-size:13px;color:#6b7280}.base-step--active{background:#fff7f3;color:#ff6b35;border:1px solid #ffd8c7}.base-step--done{background:#ecfdf5;color:#16a34a}.base-step-num{width:22px;height:22px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;background:#0000000f;font-weight:700;font-size:12px}.base-panel{padding:16px 0}.base-panel .btn{margin-top:12px;margin-right:8px}.base-radio{display:block;margin:12px 0;cursor:pointer}.base-progress-bar-wrap{height:12px;background:#e5e7eb;border-radius:999px;overflow:hidden;margin:12px 0 8px}.base-progress-bar{height:100%;background:linear-gradient(90deg,#ff6b35,#ff8f66);transition:width .4s ease}.base-progress-head{display:flex;justify-content:space-between;gap:12px;flex-wrap:wrap}.base-feed{margin-top:20px;border:1px solid #e5e7eb;border-radius:12px;overflow:hidden}.base-feed-title{padding:10px 14px;background:#fafafa;font-weight:600;font-size:13px;border-bottom:1px solid #e5e7eb}.base-feed-scroll{max-height:280px;overflow-y:auto;padding:8px}.base-feed-item{display:grid;grid-template-columns:1fr 1fr auto;gap:8px;padding:10px 12px;border-radius:8px;font-size:13px;margin-bottom:6px;background:#fff7f3;border:1px solid #ffe8dc}.base-feed-item--enter{animation:baseSlideIn .45s ease}.base-feed-id{font-weight:600;color:#ff6b35}.base-feed-sum{font-weight:600}@keyframes baseSlideIn{0%{opacity:0;transform:translateY(-12px)}to{opacity:1;transform:translateY(0)}}.nav-bell{position:relative;display:inline-flex;align-items:center;padding:6px 10px;border-radius:8px;color:#4b5563}.nav-bell--active{color:#ff6b35;animation:bellPulse 1.2s ease infinite}.nav-bell-badge{position:absolute;top:0;right:0;min-width:18px;height:18px;padding:0 5px;border-radius:999px;background:#ff6b35;color:#fff;font-size:11px;font-weight:700;display:flex;align-items:center;justify-content:center}.nav-link--active{font-weight:700;text-decoration:underline}.nav-link-muted{margin-left:auto;color:#6b7280}@keyframes bellPulse{0%,to{transform:scale(1)}50%{transform:scale(1.08)}}.client-row--new{animation:baseSlideIn .5s ease;background:#fff7f3}.base-panel--done{text-align:center;padding:24px}*{box-sizing:border-box}body{margin:0;font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif;background:#f4f6f8;color:#1a1a1a}a{color:#ff6b35;text-decoration:none}a:hover{text-decoration:underline}.container{max-width:960px;margin:0 auto;padding:24px 16px}.card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:20px;margin-bottom:16px}.btn{display:inline-block;border:none;border-radius:8px;padding:10px 16px;background:#ff6b35;color:#fff;cursor:pointer;font-size:14px}.btn:hover{background:#e85a28}.btn.secondary{background:#6b7280}.btn.danger{background:#dc2626}.input,.select,.textarea{width:100%;padding:10px 12px;border:1px solid #d1d5db;border-radius:8px;font-size:14px;margin-bottom:12px}.label{display:block;font-size:13px;margin-bottom:6px;color:#4b5563}.nav{display:flex;gap:16px;align-items:center;margin-bottom:24px;flex-wrap:wrap}.nav strong{margin-right:auto}.table{width:100%;border-collapse:collapse}.table th,.table td{text-align:left;padding:10px 8px;border-bottom:1px solid #e5e7eb;font-size:14px}.muted{color:#6b7280;font-size:13px}.error{color:#dc2626;font-size:14px;margin-bottom:12px}.success{color:#16a34a;font-size:14px;margin-bottom:12px}.grid-2{display:grid;grid-template-columns:1fr 1fr;gap:12px}@media(max-width:640px){.grid-2{grid-template-columns:1fr}}:root{--base-orange: #ff6b35;--base-orange-hover: #e85a28;--base-orange-light: #fff4ef;--base-bg: #f9fafb;--base-text: #1f2937;--base-muted: #6b7280;--base-border: #e5e7eb}.auth-page{min-height:100vh;background:var(--base-bg);display:flex;flex-direction:column;color:var(--base-text);font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,sans-serif}.auth-page a{color:var(--base-orange);text-decoration:none}.auth-page a:hover{text-decoration:underline}.auth-topbar{display:flex;justify-content:flex-end;padding:20px 32px 0}.auth-lang{display:inline-flex;align-items:center;gap:8px;padding:8px 12px;background:#fff;border:1px solid var(--base-border);border-radius:10px;font-size:14px;color:var(--base-text);cursor:default}.auth-layout{flex:1;display:grid;grid-template-columns:1fr 1fr;gap:24px;align-items:center;padding:24px 48px 32px;max-width:1280px;margin:0 auto;width:100%}.auth-form-column{display:flex;justify-content:center;align-items:center}.auth-footer{display:flex;justify-content:space-between;align-items:flex-start;gap:24px;padding:20px 48px 28px;font-size:12px;color:var(--base-muted);flex-wrap:wrap}.auth-footer-left{display:flex;align-items:flex-start;gap:8px;max-width:420px;line-height:1.5}.auth-footer-right{display:flex;align-items:center;gap:16px;flex-wrap:wrap}.auth-marketing{position:relative;min-height:520px;padding-right:24px}.auth-marketing-copy h1{font-size:clamp(2rem,3.5vw,2.75rem);line-height:1.15;font-weight:700;margin:0 0 16px;max-width:480px}.auth-accent{color:var(--base-orange)}.auth-marketing-copy p{margin:0;font-size:1.05rem;line-height:1.6;color:var(--base-muted);max-width:440px}.auth-visuals{position:absolute;top:120px;right:0;bottom:0;left:40px;pointer-events:none}.auth-float{position:absolute;background:#fff;border-radius:16px;box-shadow:0 12px 40px #0f172a14;border:1px solid rgba(255,255,255,.8)}.auth-float-chart{left:0;top:0;width:220px;padding:16px}.auth-float-title{font-size:13px;font-weight:600;margin-bottom:12px}.auth-chart-line{height:2px;background:linear-gradient(90deg,var(--base-orange),#ffb38a);border-radius:2px;margin-bottom:12px}.auth-chart-bars{display:flex;align-items:flex-end;gap:8px;height:64px}.auth-chart-bars span{flex:1;background:linear-gradient(180deg,#ff8a5c,var(--base-orange));border-radius:6px 6px 2px 2px;opacity:.85}.auth-float-arrow{left:200px;top:-20px;padding:12px;border-radius:20px;transform:rotate(-8deg)}.auth-float-funnel{left:180px;top:100px;width:160px;padding:16px}.auth-funnel-stage{height:14px;background:#f3f4f6;border-radius:6px;margin-bottom:8px}.auth-funnel-stage.wide{width:100%}.auth-funnel-stage.narrow{width:55%;margin-left:auto;margin-right:auto}.auth-funnel-avatars{display:flex;gap:4px;margin-top:8px}.auth-funnel-avatars span{width:24px;height:24px;border-radius:50%;background:linear-gradient(135deg,#ffd4c2,var(--base-orange));border:2px solid #fff}.auth-funnel-avatars span:nth-child(2),.auth-funnel-avatars span:nth-child(3){margin-left:-8px}.auth-float-widget{padding:12px 14px;min-width:120px}.auth-widget-label{display:block;font-size:11px;color:var(--base-muted);margin-bottom:4px}.auth-float-roi{left:20px;top:200px}.auth-float-roi strong{color:var(--base-orange);font-size:20px}.auth-float-channels{left:280px;top:180px}.auth-donut{width:36px;height:36px;border-radius:50%;border:6px solid #f3f4f6;border-top-color:var(--base-orange);border-right-color:#ffb38a}.auth-float-auto{left:100px;top:280px}.auth-flow{display:flex;align-items:center;gap:4px}.auth-flow span{width:20px;height:8px;background:var(--base-orange-light);border:1px solid #ffd4c2;border-radius:4px}.auth-flow span:nth-child(2){width:28px;background:#ffe8dc}.auth-float-target{left:320px;top:60px;padding:10px;border-radius:50%}.auth-float-megaphone{left:360px;top:260px;font-size:28px;background:transparent;box-shadow:none;border:none}.auth-card{width:100%;max-width:420px;background:#fff;border-radius:20px;padding:36px 32px 28px;box-shadow:0 20px 50px #0f172a14;border:1px solid var(--base-border)}.auth-logo{display:flex;justify-content:center;margin-bottom:20px}.auth-logo span{display:flex;align-items:center;justify-content:center;width:44px;height:44px;background:var(--base-orange);color:#fff;font-weight:800;font-size:20px;border-radius:12px}.auth-card-title{margin:0 0 8px;text-align:center;font-size:1.5rem;font-weight:700}.auth-card-subtitle{margin:0 0 24px;text-align:center;color:var(--base-muted);font-size:14px;line-height:1.5}.auth-error{background:#fef2f2;color:#dc2626;border:1px solid #fecaca;border-radius:10px;padding:10px 12px;font-size:14px;margin-bottom:16px}.auth-form{display:flex;flex-direction:column}.auth-label{font-size:14px;font-weight:500;margin-bottom:8px;color:var(--base-text)}.auth-input-wrap{position:relative;margin-bottom:16px}.auth-input-icon{position:absolute;left:14px;top:50%;transform:translateY(-50%);color:#9ca3af;pointer-events:none}.auth-input{width:100%;padding:12px 44px 12px 42px;border:1px solid var(--base-border);border-radius:12px;font-size:15px;outline:none;transition:border-color .15s,box-shadow .15s;background:#fff}.auth-input:focus{border-color:var(--base-orange);box-shadow:0 0 0 3px #ff6b3526}.auth-eye-btn{position:absolute;right:10px;top:50%;transform:translateY(-50%);border:none;background:transparent;color:#9ca3af;cursor:pointer;padding:4px;display:flex}.auth-eye-btn:hover{color:var(--base-muted)}.auth-row{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:20px;font-size:14px}.auth-checkbox{display:inline-flex;align-items:center;gap:8px;cursor:pointer;color:var(--base-muted);-webkit-user-select:none;user-select:none}.auth-checkbox input{position:absolute;opacity:0;width:0;height:0}.auth-checkbox-box{width:18px;height:18px;border:2px solid var(--base-border);border-radius:5px;display:inline-flex;align-items:center;justify-content:center;transition:all .15s}.auth-checkbox input:checked+.auth-checkbox-box{background:var(--base-orange);border-color:var(--base-orange)}.auth-checkbox input:checked+.auth-checkbox-box:after{content:"";width:5px;height:9px;border:solid #fff;border-width:0 2px 2px 0;transform:rotate(45deg) translateY(-1px)}.auth-link{color:var(--base-orange);font-weight:500;white-space:nowrap}.auth-btn-primary{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;padding:14px 20px;border:none;border-radius:12px;background:var(--base-orange);color:#fff;font-size:16px;font-weight:600;cursor:pointer;margin-bottom:12px;transition:background .15s}.auth-btn-primary:hover:not(:disabled){background:var(--base-orange-hover)}.auth-btn-primary:disabled{opacity:.7;cursor:wait}.auth-btn-secondary{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;padding:13px 20px;border:1px solid var(--base-border);border-radius:12px;background:#fff;color:var(--base-text);font-size:15px;font-weight:500;cursor:pointer;transition:background .15s}.auth-btn-secondary:hover{background:#f9fafb}.auth-btn-link{text-decoration:none;margin-top:10px}.auth-btn-link:hover{text-decoration:none;color:var(--base-text)}.auth-secure{display:flex;align-items:center;justify-content:center;gap:8px;margin-top:20px;font-size:13px;color:var(--base-muted)}.auth-card-footer{text-align:center;margin:20px 0 0;font-size:14px;color:var(--base-muted)}.auth-admin-link{text-align:center;margin:12px 0 0;font-size:13px}.auth-admin-link a{color:var(--base-muted)}@media(max-width:960px){.auth-layout{grid-template-columns:1fr;padding:16px 20px 24px}.auth-marketing{min-height:auto;padding-right:0}.auth-visuals{display:none}.auth-marketing-copy h1{font-size:1.75rem;text-align:center;margin-left:auto;margin-right:auto}.auth-marketing-copy p{text-align:center;margin-left:auto;margin-right:auto}.auth-footer{flex-direction:column;padding:16px 20px 24px}.auth-footer-right{flex-direction:column;align-items:flex-start;gap:8px}}
