@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&display=swap');
:root{--ink:#142019;--muted:#67746d;--line:#e2e9e4;--green:#0c9f6c;--mint:#dff8ec;--navy:#13231d;--paper:#f7faf8}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Manrope,Arial,sans-serif;color:var(--ink);background:#fff}a{color:inherit;text-decoration:none}.header{height:78px;display:flex;align-items:center;justify-content:space-between;max-width:1220px;margin:auto;padding:0 28px;border-bottom:1px solid #edf1ee}.brand{display:flex;align-items:center;gap:10px;font-size:22px;font-weight:800;letter-spacing:-1px}.brand-mark{width:29px;height:29px;border-radius:9px;background:var(--navy);display:flex;gap:2px;align-items:end;justify-content:center;padding:7px}.brand-mark i{display:block;width:3px;background:#56e6ad;border-radius:2px}.brand-mark i:nth-child(1){height:7px}.brand-mark i:nth-child(2){height:14px}.brand-mark i:nth-child(3){height:10px}.nav{display:flex;gap:36px;font-size:14px;color:#59665f}.nav a:hover{color:var(--green)}.header-actions{display:flex;align-items:center;gap:22px;font-size:14px;font-weight:600}.button{border:0;border-radius:10px;padding:14px 20px;font:700 14px Manrope;display:inline-flex;align-items:center;justify-content:center;gap:16px;cursor:pointer}.button-primary{background:var(--navy);color:#fff;box-shadow:0 8px 22px #13231d26}.button-primary:hover{background:#244235}.button-small{padding:11px 18px}.button-ghost{background:#edf6f1}.hero{max-width:1220px;margin:auto;min-height:650px;padding:82px 28px 70px;display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:center;background:radial-gradient(circle at 70% 45%,#e9fbf2 0,transparent 34%)}.eyebrow,.section-heading>span{font-size:11px;letter-spacing:1.8px;font-weight:800;color:#368168}.eyebrow{display:flex;align-items:center;gap:9px}.eyebrow span{width:8px;height:8px;border-radius:50%;background:#28c78e;box-shadow:0 0 0 5px #dff8ed}.hero h1{font-size:62px;line-height:1.04;letter-spacing:-4px;margin:23px 0}.hero h1 em{color:var(--green);font-style:normal}.hero-lead{font-size:17px;line-height:1.7;color:var(--muted);max-width:560px}.domain-form{margin-top:30px;border:1px solid #dfe7e2;padding:6px;border-radius:13px;display:flex;align-items:center;box-shadow:0 16px 50px #17342510;background:#fff;max-width:570px}.domain-icon{font-size:24px;color:#829087;padding-left:13px}.domain-form input{border:0;outline:0;font:500 15px Manrope;padding:14px;width:100%;min-width:80px}.domain-form .button{white-space:nowrap}.trust-row{display:flex;gap:22px;margin-top:18px;font-size:11px;color:#829087}.trust-row span:first-letter{color:var(--green)}.monitor-card-wrap{position:relative;max-width:510px}.glow{position:absolute;inset:10% -8%;background:#6be6b8;filter:blur(90px);opacity:.22}.monitor-card{position:relative;background:#fff;border:1px solid #dfe8e2;border-radius:18px;padding:22px;box-shadow:0 28px 80px #183c2b25;transform:rotate(-1deg)}.card-top{display:flex;justify-content:space-between;color:#7d8b84;font-size:9px;letter-spacing:1px;border-bottom:1px solid #edf1ee;padding-bottom:17px}.live-dot{display:inline-block;width:8px;height:8px;background:#34d399;border-radius:50%;box-shadow:0 0 0 4px #34d39922;margin-right:7px}.site-head{display:flex;align-items:center;gap:12px;padding:20px 0}.site-logo{width:38px;height:38px;border-radius:10px;background:var(--navy);color:#65e1af;display:grid;place-items:center;font-weight:800}.site-head div:nth-child(2){display:flex;flex-direction:column}.site-head b{font-size:15px}.site-head small,.checks small{font-size:9px;color:#94a099;margin-top:3px}.site-head .online{margin-left:auto;font-size:9px;background:#e5f9ef;color:#16825d;padding:6px 9px;border-radius:20px}.metrics{display:grid;grid-template-columns:1fr 1fr;gap:10px}.metrics>div{border:1px solid #edf1ee;border-radius:10px;padding:13px;display:grid;grid-template-columns:1fr auto}.metrics span,.metrics small{font-size:9px;color:#8c9992}.metrics b{font-size:18px}.metrics .green{color:#13a873}.metrics b small{font-size:8px}.checks{padding:8px 0}.checks>div{display:flex;align-items:center;gap:10px;border-bottom:1px solid #f0f3f1;padding:10px 3px}.check-icon,.feature-icon{display:grid;place-items:center;border-radius:8px}.check-icon{width:29px;height:29px;font-size:11px}.green-bg{background:#e3f8ee;color:#0a9e69}.blue-bg{background:#e4f1ff;color:#377ec4}.violet-bg{background:#f0eaff;color:#8060d3}.amber-bg{background:#fff3d8;color:#b88214}.checks p{display:flex;flex-direction:column;margin:0}.checks b{font-size:10px}.checks em{font-size:9px;font-style:normal;color:#238363;margin-left:auto}.pulse-line{height:35px}.pulse-line svg{width:100%;height:100%}.alert-toast{position:absolute;right:-30px;bottom:55px;background:#14241e;color:#fff;padding:13px 17px;border-radius:12px;display:flex;gap:10px;align-items:center;box-shadow:0 15px 40px #0003}.alert-toast>span{background:#264038;padding:8px;border-radius:8px}.alert-toast div{display:flex;flex-direction:column}.alert-toast b{font-size:10px}.alert-toast small{color:#a8bab2;font-size:8px}.logo-strip{border-top:1px solid var(--line);border-bottom:1px solid var(--line);min-height:88px;display:flex;align-items:center;justify-content:center;gap:38px;color:#92a098;font-size:10px;letter-spacing:1.4px}.logo-strip>span{color:#6e7b74;letter-spacing:0}.section{max-width:1160px;margin:auto;padding:105px 28px}.section-heading{text-align:center;max-width:670px;margin:0 auto 48px}.section-heading h2{font-size:40px;letter-spacing:-2.4px;line-height:1.16;margin:14px 0}.section-heading p{color:var(--muted);font-size:15px;line-height:1.7}.feature-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.feature{min-height:260px;border:1px solid var(--line);border-radius:15px;padding:25px;position:relative;overflow:hidden}.feature-wide{grid-column:span 2}.feature-telegram{grid-column:span 2;background:#eef9f4}.feature-icon{width:40px;height:40px;margin-bottom:25px}.feature h3{font-size:16px;margin:0 0 11px}.feature p{color:var(--muted);font-size:12px;line-height:1.65;margin:0}.mini-chart{height:70px;display:flex;align-items:end;gap:8px;margin-top:24px;border-bottom:1px solid #dbe5df}.mini-chart span{font-size:8px;color:#6d7b74;align-self:flex-start}.mini-chart i{width:10%;height:30%;background:#8be4bd;border-radius:3px 3px 0 0}.mini-chart i:nth-of-type(2){height:48%}.mini-chart i:nth-of-type(3){height:38%}.mini-chart i:nth-of-type(4){height:64%}.mini-chart i:nth-of-type(5){height:53%}.mini-chart i:nth-of-type(6){height:72%}.days{display:block;font-size:29px;margin-top:29px;color:#267eb3}.days small{font-size:10px;color:#7d8983}.progress{margin-top:38px;height:6px;border-radius:8px;background:#eee}.progress i{display:block;height:100%;border-radius:8px;background:#8267ca}.feature code{display:block;margin-top:32px;padding:11px;background:#f5f8f6;color:#547063;font-size:10px}.feature-dark{background:#14231e;color:#fff}.feature-dark p{color:#9eb0a7}.safe-pill{margin-top:35px;background:#203b31;color:#68dbad;border-radius:8px;padding:10px;font-size:10px}.feature-telegram .feature-icon{background:#2ca7e0;color:#fff}.telegram-message{margin-top:24px;background:#fff;border-radius:10px;padding:14px;display:flex;flex-direction:column;box-shadow:0 8px 24px #1d543b12}.telegram-message b{font-size:11px}.telegram-message span{font-size:9px;color:#78867e;margin-top:5px}.how{background:var(--paper);max-width:none}.steps{max-width:1100px;margin:auto;display:grid;grid-template-columns:repeat(3,1fr);gap:40px}.steps article{text-align:center;padding:15px 35px}.steps b{font-size:11px;color:#32aa7e;background:#e3f7ee;border-radius:50%;width:38px;height:38px;display:inline-grid;place-items:center}.steps h3{font-size:17px}.steps p{color:var(--muted);font-size:12px;line-height:1.7}.price-card{max-width:820px;margin:auto;border:1px solid var(--line);border-radius:17px;padding:35px;display:grid;grid-template-columns:1.1fr 1fr auto;align-items:center;gap:35px;box-shadow:0 20px 60px #1534250d}.price-card>div>span{font-size:10px;color:var(--green);font-weight:800}.price-card h3{font-size:30px;margin:9px 0}.price-card h3 small{font-size:10px;color:#849088;font-weight:500}.price-card p,.price-card li{font-size:11px;color:var(--muted)}.price-card ul{list-style:none;padding:0;line-height:2}.cta{background:var(--navy);color:#fff;text-align:center;padding:82px 20px}.cta h2{font-size:40px;line-height:1.15;letter-spacing:-2px;margin:19px}.cta p{color:#a9b9b1;font-size:13px;margin-bottom:30px}.button-light{background:#fff;color:#14231e}.footer{max-width:1160px;margin:auto;padding:30px 28px;display:flex;align-items:center;gap:35px;font-size:11px;color:#7b8981}.brand-footer{font-size:16px;color:var(--ink)}.brand-footer .brand-mark{width:24px;height:24px;padding:5px}.footer span:last-child{margin-left:auto}.auth-page{min-height:calc(100vh - 150px);display:grid;place-items:center;padding:60px 20px;background:var(--paper)}.auth-card{width:100%;max-width:440px;background:#fff;border:1px solid var(--line);border-radius:17px;padding:36px;box-shadow:0 25px 70px #183c2b12}.auth-card h1{font-size:28px;letter-spacing:-1px;margin:0 0 8px}.auth-card>p{font-size:13px;color:var(--muted);line-height:1.6}.field{margin-top:18px}.field label{font-size:11px;font-weight:700;display:block;margin-bottom:7px}.field input{width:100%;padding:13px;border:1px solid #d9e2dc;border-radius:9px;outline:0;font:13px Manrope}.field input:focus{border-color:#4bb991;box-shadow:0 0 0 3px #4bb99118}.form-row{display:flex;justify-content:space-between;align-items:center;font-size:11px;margin:16px 0}.auth-card .button{width:100%}.auth-foot{text-align:center;margin-top:20px;font-size:11px!important}.auth-card a{color:#087d58;font-weight:700}.error{font-size:10px;color:#c33;margin-top:5px}.status{background:#e8f8f0;color:#147553;padding:11px;border-radius:8px;font-size:11px}.dashboard{max-width:1080px;margin:auto;padding:60px 28px}.dashboard-head{display:flex;justify-content:space-between;align-items:center}.empty-state{margin-top:35px;border:1px dashed #bdccc3;border-radius:16px;text-align:center;padding:70px 20px;background:var(--paper)}.empty-state span{font-size:35px}.empty-state p{color:var(--muted);font-size:13px}.inline-form{display:inline}.logout{background:0;border:0;font:600 13px Manrope;cursor:pointer;color:#607068}
@media(max-width:900px){.nav{display:none}.hero{grid-template-columns:1fr;padding-top:55px}.hero-copy{text-align:center}.eyebrow{justify-content:center}.hero-lead,.domain-form{margin-left:auto;margin-right:auto}.trust-row{justify-content:center}.monitor-card-wrap{margin:auto;width:90%}.feature-grid{grid-template-columns:repeat(2,1fr)}.logo-strip{flex-wrap:wrap;padding:25px}.price-card{grid-template-columns:1fr 1fr}.price-card .button{grid-column:span 2}.alert-toast{right:-10px}.hero h1{font-size:52px}}
@media(max-width:600px){.header{height:66px;padding:0 16px}.login-link{display:none}.hero{padding:48px 16px 55px;gap:55px;min-height:auto}.hero h1{font-size:42px;letter-spacing:-2.7px}.hero-lead{font-size:14px}.domain-form{display:grid;grid-template-columns:30px 1fr}.domain-form .button{grid-column:span 2}.trust-row{gap:10px;flex-wrap:wrap}.monitor-card{padding:15px}.alert-toast{bottom:-32px}.logo-strip{margin-top:30px;gap:18px}.logo-strip>span{width:100%;text-align:center}.section{padding:75px 16px}.section-heading h2{font-size:31px}.feature-grid,.steps{grid-template-columns:1fr}.feature-wide,.feature-telegram{grid-column:auto}.steps{gap:5px}.price-card{grid-template-columns:1fr;padding:25px}.price-card .button{grid-column:auto}.cta h2{font-size:32px}.footer{flex-wrap:wrap}.footer p{display:none}.auth-card{padding:27px}.site-head .online{display:none}}

.pricing{max-width:1280px}.landing-pricing-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;align-items:stretch}.landing-price-card{position:relative;display:flex;flex-direction:column;min-height:480px;padding:28px 24px;border:1px solid var(--line);border-radius:18px;background:#fff;box-shadow:0 14px 45px #1534250a;transition:transform .2s,box-shadow .2s,border-color .2s}.landing-price-card:hover{transform:translateY(-5px);box-shadow:0 24px 60px #15342517}.landing-price-card.is-featured{border:2px solid #208662;background:linear-gradient(180deg,#f2fcf7 0,#fff 38%);box-shadow:0 22px 60px #1269481a}.landing-price-badge{position:absolute;right:18px;top:18px;padding:6px 9px;border-radius:20px;background:#dff7eb;color:#087850;font-size:8px;letter-spacing:.8px;font-weight:800}.landing-price-head>span{display:block;color:var(--green);font-size:10px;letter-spacing:1.3px;font-weight:800}.landing-price-head h3{margin:15px 0 10px;font-size:30px;letter-spacing:-1.3px}.landing-price-head h3 small{font-size:10px;color:#849088;font-weight:500;letter-spacing:0}.landing-price-head p{min-height:42px;margin:0;color:var(--muted);font-size:11px;line-height:1.6}.landing-price-card ul{flex:1;margin:23px 0;padding:20px 0 5px;border-top:1px solid #e8eeea;list-style:none}.landing-price-card li{position:relative;margin:11px 0;padding-left:20px;color:#506158;font-size:10px;line-height:1.45}.landing-price-card li:before{content:'✓';position:absolute;left:0;color:var(--green);font-weight:800}.landing-price-card .button{width:100%;padding:13px 12px}.landing-price-card .button-ghost{background:#eef6f2;color:#17362a;box-shadow:none}.landing-price-card .button-ghost:hover{background:#e2f1e9}

@media(max-width:1000px){.landing-pricing-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.landing-price-card{min-height:440px}}
@media(max-width:600px){.landing-pricing-grid{grid-template-columns:1fr}.landing-price-card{min-height:auto;padding:25px 22px}.landing-price-head p{min-height:auto}.landing-price-card ul{flex:none}.landing-price-card:hover{transform:none}}
.dash-actions,.site-row,.site-meta,.site-detail-head,.site-detail-head>div,.detail-actions,.toggle-row{display:flex;align-items:center}.dash-actions{gap:18px}.site-grid{display:grid;gap:13px;margin-top:30px}.site-item{border:1px solid var(--line);border-radius:14px;padding:20px;background:#fff;transition:.2s}.site-item:hover{border-color:#82c7aa;box-shadow:0 12px 35px #183c2b12}.site-row{gap:13px}.site-avatar{width:39px;height:39px;border-radius:10px;background:var(--navy);color:#5fe0ad;display:grid;place-items:center;font-weight:800}.site-row>div{display:flex;flex-direction:column}.site-row small{color:var(--muted);font-size:10px;margin-top:4px}.site-row em{margin-left:auto;font-style:normal;font-size:9px;padding:6px 10px;border-radius:20px}.status-pending{background:#fff5dc;color:#98711c}.status-paused{background:#eef1ef;color:#6d7972}.site-meta{gap:35px;margin-top:18px;padding-top:15px;border-top:1px solid #edf1ee}.site-meta span{font-size:9px;color:#8a9790}.site-meta b{color:#34463d;margin-left:5px}.site-form>a,.back-link{font-size:11px;color:var(--green);font-weight:700}.field label span{color:#929e97;font-weight:400}.security-note{background:#eef8f3;color:#507065;font-size:10px;padding:11px;border-radius:8px;margin:18px 0}.site-detail-head{justify-content:space-between;margin:25px 0}.site-detail-head>div{gap:15px}.site-detail-head h1{margin:0 0 3px;font-size:27px}.site-detail-head a{font-size:11px;color:var(--green)}.site-avatar.large{width:50px;height:50px}.pending-badge{font-size:10px;background:#fff4d9;color:#886a24;padding:9px 12px;border-radius:20px}.detail-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.detail-grid article{border:1px solid var(--line);border-radius:13px;padding:20px;display:flex;flex-direction:column}.detail-grid span,.detail-grid small{font-size:9px;color:#8a9790}.detail-grid b{font-size:13px;margin:13px 0 5px}.detail-actions{justify-content:space-between;margin-top:25px}.danger-button{border:0;background:transparent;color:#b34242;font:600 11px Manrope;cursor:pointer}.toggle-row{justify-content:space-between;margin:25px 0;padding:16px 0;border-block:1px solid var(--line)}.toggle-row>div{display:flex;flex-direction:column}.toggle-row b{font-size:12px}.toggle-row small{font-size:9px;color:var(--muted);margin-top:4px}.toggle-row input[type=checkbox]{width:38px;height:20px;accent-color:var(--green)}
@media(max-width:700px){.dashboard-head{align-items:flex-start;gap:20px}.dashboard-head h1{font-size:25px}.dash-actions{flex-direction:column;align-items:flex-end}.site-meta{display:grid;grid-template-columns:1fr 1fr;gap:10px}.detail-grid{grid-template-columns:1fr 1fr}.site-detail-head{align-items:flex-start;gap:20px}.pending-badge{max-width:130px}.site-row em{display:none}}
@media(max-width:450px){.detail-grid{grid-template-columns:1fr}.site-detail-head{flex-direction:column}.dashboard{padding-inline:16px}.site-row small{max-width:210px;overflow:hidden;text-overflow:ellipsis}}
