:root{--bg:#071b24;--panel:#0c2a35;--line:#20424e;--teal:#16c7ad;--orange:#ff7900;--muted:#88a4ad}*{box-sizing:border-box}body,html{margin:0;min-height:100%;background:var(--bg);color:#f4fbfc;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}a{color:inherit;text-decoration:none}button,input{font:inherit}.growth-layout>aside{position:fixed;inset:0 auto 0 0;width:250px;background:#061820;border-right:1px solid #173641;display:flex;flex-direction:column;z-index:20}.growth-brand{height:88px;background:#fff;padding:14px 20px;display:flex;align-items:center;gap:8px;color:#073541}.growth-brand img{width:155px;height:50px;object-fit:contain}.growth-brand b{font-size:9px;background:#073541;color:#fff;padding:5px;border-radius:4px}.growth-layout>aside nav{overflow:auto;padding:13px 10px;flex:1 1}.growth-layout>aside nav a{display:flex;gap:10px;align-items:center;padding:10px 12px;border-radius:8px;margin:2px 0;color:#b7cbd0;font-size:13px;font-weight:650}.growth-layout>aside nav a.active,.growth-layout>aside nav a:hover{color:#fff;background:#123743}.growth-layout>aside nav a.active{box-shadow:inset 3px 0 var(--teal)}.growth-layout>aside nav i{font-style:normal;color:var(--teal);width:19px;text-align:center}.growth-layout>aside>p{margin:0;padding:16px;border-top:1px solid #173641;font-size:11px;color:var(--muted)}.growth-layout>aside>p span{color:var(--teal)}.growth-layout>main{margin-left:250px;min-height:100vh}.growth-layout>main>header{height:72px;display:flex;align-items:center;justify-content:space-between;padding:0 28px;background:#09212b;border-bottom:1px solid var(--line);position:-webkit-sticky;position:sticky;top:0;z-index:10}.growth-layout header>div:first-child{display:grid}.growth-layout header small{color:var(--muted);font-size:11px}.growth-layout header>div:last-child{display:flex;gap:8px;align-items:center}.growth-layout header button,.growth-layout header>div:last-child span{width:38px;height:38px;border:1px solid var(--line);background:#0c2a35;color:#fff;border-radius:9px;display:grid;place-items:center}.growth-layout header>div:last-child span{font-size:10px;font-weight:900}.growth-page{padding:30px;max-width:1500px;margin:auto}.growth-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin-bottom:24px}.growth-heading p{margin:0 0 6px;color:var(--teal);font-size:10px;letter-spacing:.14em;font-weight:900}.growth-heading h1{font-size:31px;margin:0 0 5px;letter-spacing:-.035em}.growth-heading span{color:var(--muted)}.growth-heading>a,.growth-heading>button{border:0;background:var(--teal);color:#032b2d;border-radius:9px;padding:12px 15px;font-weight:900}.growth-kpis{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:14px;gap:14px;margin-bottom:17px}.growth-kpis.three{grid-template-columns:repeat(3,1fr)}.dark-panel,.growth-kpis article{background:linear-gradient(145deg,#0d2c37,#0a242e);border:1px solid var(--line);border-radius:14px;padding:18px}.growth-kpis article{display:grid;grid-gap:8px;gap:8px}.growth-kpis small{color:var(--muted)}.growth-kpis strong{font-size:26px}.growth-kpis em{font-style:normal;color:var(--teal);font-size:11px;font-weight:800}.growth-grid{display:grid;grid-template-columns:1.4fr 1fr;grid-gap:16px;gap:16px}.panel-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px}.panel-head h2{margin:0;font-size:16px}.panel-head a{color:var(--teal);font-size:11px;font-weight:800}.channel{display:grid;grid-template-columns:1fr 100px 65px;grid-gap:10px;gap:10px;padding:15px 3px;border-bottom:1px solid #163843;font-size:12px}.channel span{color:#d2e1e4}.channel em{font-style:normal;color:var(--teal)}.worker{display:flex;gap:10px;align-items:center;padding:11px 2px;border-bottom:1px solid #163843}.worker>i{width:34px;height:34px;border-radius:9px;background:#12434a;color:var(--teal);display:grid;place-items:center;font-style:normal}.worker>span{display:grid;flex:1 1}.worker b{font-size:12px}.worker small{color:var(--muted);font-size:10px}.worker>em{color:var(--teal);font-style:normal}.crumb{font-size:11px;color:var(--muted);margin-bottom:16px}.crumb a{color:var(--teal)}.list-tools{display:flex;gap:8px;margin-bottom:13px}.list-tools label{display:flex;align-items:center;gap:8px;flex:1 1;border:1px solid var(--line);border-radius:9px;padding:0 12px}.list-tools input{width:100%;border:0;outline:0;background:transparent;color:#fff;padding:11px}.list-tools button{background:#123743;color:#fff;border:1px solid var(--line);border-radius:9px;padding:0 16px}.growth-table>div{display:grid;grid-template-columns:1fr 2fr 100px 100px;grid-gap:15px;gap:15px;align-items:center;padding:14px 5px;border-top:1px solid #173a46;font-size:12px}.growth-table small,.growth-table span{color:var(--muted)}.growth-table em{font-style:normal;color:var(--teal);font-weight:800}.growth-table em.review{color:var(--orange)}.growth-mobile{display:none}@media(max-width:900px){.growth-layout>aside{display:none}.growth-layout>main{margin-left:0}.growth-layout>main>header{height:62px;padding:0 15px}.growth-page{padding:20px 14px 88px}.growth-heading{align-items:flex-start;flex-direction:column}.growth-heading h1{font-size:27px}.growth-kpis,.growth-kpis.three{grid-template-columns:1fr 1fr}.growth-grid{grid-template-columns:1fr}.growth-mobile{display:grid;grid-template-columns:repeat(5,1fr);position:fixed;left:0;right:0;bottom:0;height:69px;background:#09212bf2;border-top:1px solid var(--line);z-index:40}.growth-mobile a{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;color:var(--muted)}.growth-mobile a.active{color:var(--teal)}.growth-mobile small{font-size:9px}.growth-table{overflow-x:auto}.growth-table>div{min-width:620px}}@media(max-width:520px){.growth-kpis,.growth-kpis.three{grid-template-columns:1fr 1fr}.growth-kpis article{padding:13px}.growth-kpis strong{font-size:21px}.growth-layout header small{display:none}}