:root{--teal: #115E59;--teal-deep: #0A3D3A;--teal-light: #1A8A83;--teal-bright: #2DD4BF;--ink: #0F1F1E;--paper: #F7FAF9;--cream: #ECF3F1;--stone: #5E7370;--amber: #B45309;--red: #DC2626;--green: #059669;--sans: "DM Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--mono: "JetBrains Mono", "Fira Code", monospace}*{margin:0;padding:0;box-sizing:border-box}body{font-family:var(--sans);background:var(--paper);color:var(--ink);line-height:1.6;-webkit-font-smoothing:antialiased}a{color:var(--teal);text-decoration:none}a:hover{text-decoration:underline}.container{max-width:1100px;margin:0 auto;padding:0 1.5rem}.narrow{max-width:640px}.btn{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;border-radius:100px;font-size:.95rem;font-weight:500;font-family:var(--sans);cursor:pointer;border:none;transition:all .25s;text-decoration:none}.btn-primary{background:var(--ink);color:var(--paper)}.btn-primary:hover{background:var(--teal-deep);transform:translateY(-1px);text-decoration:none}.btn-secondary{background:transparent;color:var(--teal);border:1px solid var(--teal)}.btn-secondary:hover{background:var(--teal);color:#fff;text-decoration:none}.btn-ghost{background:transparent;color:var(--stone)}.btn-ghost:hover{color:var(--teal)}.btn:disabled{opacity:.5;cursor:not-allowed}.btn-sm{padding:.5rem 1rem;font-size:.85rem}.btn-full{width:100%;justify-content:center}.card{background:#fff;border:1px solid rgba(15,31,30,.06);border-radius:12px;padding:1.5rem;transition:all .3s}.card:hover{border-color:var(--teal-light)}.card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.card-title{font-size:1.1rem;font-weight:600}.form-group{margin-bottom:1.25rem}.form-label{display:block;font-size:.85rem;font-weight:500;color:var(--stone);margin-bottom:.4rem}.form-input,.form-select,.form-textarea{width:100%;padding:.7rem 1rem;border:1px solid rgba(15,31,30,.12);border-radius:8px;font-size:.95rem;font-family:var(--sans);background:#fff;color:var(--ink);transition:border-color .2s}.form-input:focus,.form-select:focus,.form-textarea:focus{outline:none;border-color:var(--teal);box-shadow:0 0 0 3px #115e5914}.form-textarea{min-height:120px;resize:vertical}.form-hint{font-size:.8rem;color:var(--stone);margin-top:.3rem}.form-error{font-size:.8rem;color:var(--red);margin-top:.3rem}.nav{display:flex;align-items:center;justify-content:space-between;padding:1rem 0;border-bottom:1px solid rgba(15,31,30,.06)}.nav-logo{font-size:1.1rem;font-weight:700;color:var(--teal)}.nav-logo span{color:var(--stone);font-weight:400}.nav-links{display:flex;gap:1.5rem;align-items:center}.nav-links a{font-size:.9rem;color:var(--stone)}.nav-links a:hover{color:var(--teal);text-decoration:none}.hero{padding:5rem 0 3rem;text-align:center}.hero h1{font-size:2.8rem;font-weight:700;line-height:1.15;margin-bottom:1.25rem}.hero h1 em{font-style:normal;color:var(--teal)}.hero p{font-size:1.15rem;color:var(--stone);max-width:560px;margin:0 auto 2rem}.onboard-container{min-height:100vh;display:flex;flex-direction:column}.onboard-header{padding:1.5rem 0;border-bottom:1px solid rgba(15,31,30,.06)}.onboard-body{flex:1;display:flex;align-items:center;justify-content:center;padding:2rem 0}.onboard-card{width:100%;max-width:520px}.onboard-card h2{font-size:1.6rem;font-weight:700;margin-bottom:.5rem}.onboard-card p{color:var(--stone);margin-bottom:1.5rem}.progress-bar{display:flex;gap:.5rem;margin-bottom:2rem}.progress-step{flex:1;height:4px;border-radius:2px;background:#0f1f1e14;transition:background .3s}.progress-step.active{background:var(--teal)}.progress-step.done{background:var(--teal-bright)}.status-dot{width:8px;height:8px;border-radius:50%;display:inline-block;margin-right:.4rem}.status-dot.green{background:var(--green)}.status-dot.yellow{background:var(--amber)}.status-dot.red{background:var(--red)}.status-dot.grey{background:var(--stone)}.dash-layout{display:grid;grid-template-columns:240px 1fr;min-height:100vh}.dash-sidebar{background:var(--ink);color:var(--paper);padding:1.5rem;display:flex;flex-direction:column}.dash-sidebar .nav-logo{color:var(--teal-bright);margin-bottom:2rem}.dash-nav a{display:flex;align-items:center;gap:.75rem;padding:.6rem .75rem;border-radius:8px;color:var(--stone);font-size:.9rem;margin-bottom:.25rem;transition:all .2s}.dash-nav a:hover,.dash-nav a.active{background:#ffffff0f;color:var(--paper);text-decoration:none}.dash-main{padding:2rem;overflow-y:auto}.dash-main h1{font-size:1.6rem;font-weight:700;margin-bottom:1.5rem}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;margin-bottom:2rem}.stat-card{text-align:center}.stat-value{font-size:2rem;font-weight:700;color:var(--teal)}.stat-label{font-size:.8rem;color:var(--stone);text-transform:uppercase;letter-spacing:.05em}.channel-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1rem}.channel-card{display:flex;align-items:center;gap:1rem}.channel-icon{font-size:1.5rem}.channel-info{flex:1}.channel-name{font-weight:600}.channel-status{font-size:.85rem;color:var(--stone)}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;margin:3rem 0}.feature-card{padding:2rem}.feature-icon{font-size:2rem;margin-bottom:1rem}.feature-card h3{font-size:1.1rem;font-weight:600;margin-bottom:.5rem}.feature-card p{font-size:.9rem;color:var(--stone)}.pricing-card{max-width:400px;margin:3rem auto;text-align:center;padding:2.5rem;border:2px solid var(--teal)}.pricing-amount{font-size:3rem;font-weight:700;color:var(--teal)}.pricing-period{font-size:1rem;color:var(--stone)}.pricing-features{text-align:left;margin:1.5rem 0}.pricing-features li{padding:.4rem 0;font-size:.95rem;list-style:none}.pricing-features li:before{content:"✓ ";color:var(--teal);font-weight:700}.footer{padding:2rem 0;border-top:1px solid rgba(15,31,30,.06);text-align:center;color:var(--stone);font-size:.85rem}@media(max-width:768px){.hero h1{font-size:2rem}.dash-layout{grid-template-columns:1fr}.dash-sidebar{display:none}.features-grid{grid-template-columns:1fr}}
