.kdz-root{min-height:100vh;background:#08090b;color:#f5f4f1;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;--kdz-border:#22252b;--kdz-soft:#111318;--kdz-card:#0f1115;--kdz-muted:#858b95;--kdz-orange:#fd4526;--kdz-orange2:#ff6a4f;overflow-x:hidden}.kdz-root *{box-sizing:border-box}.kdz-root a{color:inherit}.kdz-topbar{height:82px;gap:30px;padding:0 34px;border-bottom:1px solid var(--kdz-border);background:rgba(8,9,11,.88);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);position:sticky;top:0;z-index:80}.kdz-brand,.kdz-topbar{display:flex;align-items:center}.kdz-brand{gap:13px;text-decoration:none;min-width:190px}.kdz-brand-mark{width:48px;height:48px;display:grid;place-items:center;border-radius:15px;background:linear-gradient(145deg,#17191f,#0b0c0f);border:1px solid #2d3037;box-shadow:0 12px 28px rgba(0,0,0,.22)}.kdz-brand-mark img{width:34px;height:34px}.kdz-brand>span:last-child{display:grid;line-height:1}.kdz-brand b{font-size:17px;letter-spacing:-.02em}.kdz-brand small{font-size:9px;color:#fd654b;letter-spacing:.18em;margin-top:7px;font-weight:900}.kdz-nav{gap:6px;flex:1 1}.kdz-nav,.kdz-nav a{display:flex;align-items:center}.kdz-nav a{height:42px;padding:0 13px;border-radius:11px;gap:8px;text-decoration:none;color:#8e939c;font-size:12px;font-weight:700;transition:.2s ease}.kdz-nav a svg{width:15px}.kdz-nav a:hover{color:#fff;background:#14161b}.kdz-nav a.active{color:#fff;background:#17191f;box-shadow:inset 0 0 0 1px #292c33}.kdz-nav a.active:after{content:"";width:5px;height:5px;border-radius:50%;background:var(--kdz-orange);box-shadow:0 0 12px rgba(253,69,38,.65)}.kdz-account-wrap{position:relative}.kdz-account{border:1px solid #292c33;background:#111318;color:#fff;border-radius:14px;padding:7px 9px 7px 7px;display:flex;align-items:center;gap:10px;cursor:pointer;min-width:220px}.kdz-account>svg{width:14px;color:#686e78;margin-left:auto}.kdz-account-copy{display:grid;text-align:left;line-height:1.15;min-width:0}.kdz-account-copy b{font-size:11px}.kdz-account-copy b,.kdz-account-copy small{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:130px}.kdz-account-copy small{font-size:9px;color:#727984;margin-top:4px}.kdz-avatar{width:34px;height:34px;border-radius:10px;border:1px solid #353943;background:#1b1e25;overflow:hidden;display:grid;place-items:center;flex:0 0 auto}.kdz-avatar img{width:100%;height:100%;object-fit:cover}.kdz-avatar b{font-size:11px}.kdz-avatar.big{width:48px;height:48px;border-radius:14px}.kdz-avatar.huge{width:82px;height:82px;border-radius:24px}.kdz-avatar.huge b{font-size:22px}.kdz-account-menu{position:absolute;right:0;top:58px;width:300px;background:#111318;border:1px solid #2b2e35;border-radius:16px;padding:10px;box-shadow:0 26px 80px rgba(0,0,0,.48);animation:kdz-pop .18s ease both}.kdz-account-card{display:flex;align-items:center;gap:12px;padding:10px 10px 14px;border-bottom:1px solid #22252a;margin-bottom:7px}.kdz-account-card>div{display:grid}.kdz-account-card b{font-size:13px}.kdz-account-card small{font-size:10px;color:#7d838d;margin-top:4px}.kdz-account-menu>a{display:flex;align-items:center;gap:9px;padding:10px;border-radius:10px;text-decoration:none;color:#aeb3bb;font-size:11px}.kdz-account-menu>a:hover{background:#191c22;color:#fff}.kdz-account-menu>a svg{width:14px}.kdz-signin{display:flex;align-items:center;gap:8px;text-decoration:none;border:1px solid #30333a;padding:10px 14px;border-radius:11px;font-size:12px;font-weight:750}.kdz-signin svg{width:15px}.kdz-main{max-width:1480px;margin:0 auto;padding:52px 44px 110px}.kdz-footer{border-top:1px solid #1f2227;padding:28px 36px;justify-content:space-between;gap:24px;color:#707680}.kdz-footer,.kdz-footer-brand{display:flex;align-items:center}.kdz-footer-brand{gap:10px}.kdz-footer-brand img{width:30px;height:30px}.kdz-footer-brand span{display:grid}.kdz-footer-brand b{font-size:11px;color:#d8dade}.kdz-footer-brand small{font-size:9px;margin-top:3px}.kdz-footer>div:last-child{display:flex;align-items:center;gap:18px;font-size:10px}.kdz-footer>div:last-child span{display:flex;align-items:center;gap:7px}.kdz-footer svg{width:13px}.kdz-footer a{text-decoration:none}.kdz-footer a:hover{color:#fff}.kdz-eyebrow{display:inline-flex;align-items:center;gap:7px;color:#fd654b;font-size:9px;font-weight:900;letter-spacing:.17em;text-transform:uppercase}.kdz-eyebrow svg{width:13px}.kdz-primary,.kdz-secondary{min-height:42px;border-radius:11px;padding:0 15px;display:inline-flex;align-items:center;justify-content:center;gap:8px;text-decoration:none;font-weight:800;font-size:11px;cursor:pointer;transition:.2s ease}.kdz-primary{background:linear-gradient(135deg,var(--kdz-orange),#ff6247);border:1px solid #ff6f56;color:#fff;box-shadow:0 10px 24px rgba(253,69,38,.18)}.kdz-primary:hover{transform:translateY(-1px);box-shadow:0 14px 32px rgba(253,69,38,.28)}.kdz-secondary{background:#15171c;border:1px solid #2c3037;color:#d5d7db}.kdz-secondary:hover{background:#1b1e24;border-color:#3a3e47}.kdz-primary svg,.kdz-secondary svg{width:15px}.kdz-primary.wide,.kdz-secondary.wide{width:100%}.kdz-primary:disabled,.kdz-secondary:disabled{opacity:.45;cursor:not-allowed;transform:none}.kdz-status{display:inline-flex;align-items:center;gap:7px;border:1px solid #30343a;border-radius:999px;padding:6px 9px;font-size:9px;font-weight:850;letter-spacing:.03em;text-transform:uppercase;white-space:nowrap}.kdz-status i{width:6px;height:6px;border-radius:50%;background:#8a909a}.kdz-status.good{border-color:#24533d;background:#101a15;color:#9be2be}.kdz-status.good i{background:#52d28a;box-shadow:0 0 10px rgba(82,210,138,.55)}.kdz-status.warn{border-color:#5b4827;background:#1b1810;color:#efcf94}.kdz-status.warn i{background:#f0b54f}.kdz-status.bad{border-color:#572d32;background:#1d1215;color:#f6a8b1}.kdz-status.bad i{background:#ed6574}.kdz-alert{display:flex;gap:9px;align-items:flex-start;border:1px solid #343840;border-radius:12px;padding:13px 15px;margin:16px 0;font-size:11px;line-height:1.5}.kdz-alert svg{width:16px;flex:0 0 auto}.kdz-alert.bad{border-color:#5a2c34;background:#1b1114;color:#ffb2ba}.kdz-alert.good{border-color:#24503c;background:#101915;color:#a7e4c2}.kdz-alert.warn{border-color:#5c4929;background:#1c1810;color:#f3d39a}.kdz-market-hero{display:grid;grid-template-columns:150px minmax(0,1.15fr) minmax(300px,.55fr);gap:40px;align-items:center;padding:34px 0 48px;position:relative}.kdz-market-brandmark{width:130px;height:130px;border-radius:36px;border:1px solid #31343c;background:radial-gradient(circle at 35% 30%,#24272e,#0d0f13 68%);display:grid;place-items:center;position:relative;box-shadow:0 34px 90px rgba(0,0,0,.34)}.kdz-market-brandmark img{width:78px;height:78px;filter:drop-shadow(0 12px 28px rgba(0,0,0,.32))}.kdz-market-orbit{position:absolute;border:1px solid rgba(253,69,38,.35);border-radius:50%;pointer-events:none}.kdz-market-orbit.one{inset:-14px;animation:kdz-spin 18s linear infinite}.kdz-market-orbit.one:after{content:"";position:absolute;width:7px;height:7px;background:#fd4526;border-radius:50%;top:13px;left:23px;box-shadow:0 0 14px #fd4526}.kdz-market-orbit.two{inset:-28px;border-color:rgba(255,255,255,.08);animation:kdz-spin 30s linear infinite reverse}.kdz-market-copy h1{font-size:clamp(52px,6.2vw,92px);line-height:.91;letter-spacing:-.072em;margin:14px 0 25px;max-width:850px}.kdz-market-copy h1 em{font-style:normal;color:#7d818a}.kdz-market-copy>p{color:#9aa0aa;max-width:740px;font-size:15px;line-height:1.75}.kdz-market-points{display:flex;flex-wrap:wrap;gap:10px;margin-top:22px}.kdz-market-points span{display:flex;align-items:center;gap:7px;color:#aeb3bb;font-size:10px;border:1px solid #262930;background:#0e1014;padding:8px 10px;border-radius:999px}.kdz-market-points svg{width:13px;color:#fd654b}.kdz-market-trust{display:grid;gap:9px}.kdz-market-trust>div{border:1px solid #262930;background:linear-gradient(145deg,#111318,#0d0f13);border-radius:15px;padding:17px;display:flex;gap:14px;align-items:center;transition:.22s ease}.kdz-market-trust>div:hover{transform:translateX(-3px);border-color:#383c44}.kdz-market-trust strong{font-size:19px;letter-spacing:-.04em;min-width:54px}.kdz-market-trust span{display:grid}.kdz-market-trust b{font-size:11px}.kdz-market-trust small{font-size:9px;color:#747b85;margin-top:4px}.kdz-search-card{border:1px solid #2c3037;background:linear-gradient(145deg,#13151a,#0e1014);border-radius:20px;padding:16px;box-shadow:0 28px 90px rgba(0,0,0,.24)}.kdz-search-card form{display:flex;align-items:center;gap:10px;background:#090a0d;border:1px solid #343840;border-radius:14px;padding:8px 8px 8px 16px}.kdz-search-card form>svg{width:22px;color:#666d77}.kdz-search-card form input{flex:1 1;min-width:0;background:transparent;border:0;outline:0;color:#fff;font-size:18px;padding:12px 4px}.kdz-search-card form button{min-width:160px;height:46px;border:0;border-radius:10px;background:var(--kdz-orange);color:#fff;font-size:11px;font-weight:850;display:flex;align-items:center;justify-content:center;gap:8px;cursor:pointer}.kdz-search-card form button:hover{background:#ff5c40}.kdz-search-card form button svg{width:15px}.kdz-search-tools{display:flex;align-items:center;gap:16px;padding:14px 2px 0}.kdz-search-tools>label{display:flex;align-items:center;gap:8px;color:#7c838d;font-size:10px}.kdz-search-tools>label svg{width:13px}.kdz-search-tools select{background:#191c22;border:1px solid #30343c;color:#d9dbe0;border-radius:9px;padding:8px 10px;font-size:10px;outline:0}.kdz-search-tools>p{margin:0 0 0 auto;display:flex;align-items:center;gap:7px;max-width:520px;color:#6d737d;font-size:9px;line-height:1.5}.kdz-search-tools>p svg{width:13px;flex:0 0 auto}.kdz-country-tool{display:flex;align-items:center;gap:9px}.kdz-country-tool>span{display:flex;align-items:center;gap:6px;font-size:10px;color:#7c838d}.kdz-country-tool>span svg{width:13px}.kdz-featured-tlds{margin-top:36px;display:grid;grid-template-columns:250px 1fr;gap:28px;align-items:start}.kdz-featured-tlds h2{font-size:22px;letter-spacing:-.035em;margin:7px 0}.kdz-featured-tlds>div:last-child{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:8px}.kdz-featured-tlds button{border:1px solid #24272e;background:#0f1115;color:#fff;border-radius:12px;padding:13px 12px;text-align:left;display:grid;grid-template-columns:1fr auto;gap:2px 8px;cursor:pointer;transition:.2s ease}.kdz-featured-tlds button:hover{border-color:#4a332e;background:#151314;transform:translateY(-2px)}.kdz-featured-tlds b{font-size:14px}.kdz-featured-tlds span{font-size:8px;color:#717781}.kdz-featured-tlds svg{grid-column:2;grid-row:1/3;width:14px;align-self:center;color:#fd654b}.kdz-results{margin-top:48px}.kdz-section-head{display:flex;align-items:end;justify-content:space-between;gap:24px;margin:0 0 18px}.kdz-section-head.compact{align-items:center}.kdz-section-head h2{font-size:27px;letter-spacing:-.045em;margin:6px 0 0}.kdz-section-head p{color:#7e848e;font-size:10px;line-height:1.55;max-width:660px;margin:6px 0 0}.kdz-section-head>span{color:#6d737c;font-size:10px}.kdz-result-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.kdz-result-grid article{border:1px solid #24272e;background:linear-gradient(145deg,#111318,#0e1014);border-radius:16px;padding:18px;min-height:285px;display:flex;flex-direction:column;position:relative;overflow:hidden;transition:border-color .2s ease,box-shadow .2s ease}.kdz-result-grid article:hover{border-color:#363a43;box-shadow:0 20px 50px rgba(0,0,0,.22)}.kdz-result-grid article.exact{border-color:#66342a;background:linear-gradient(150deg,rgba(253,69,38,.1),#111318 43%)}.kdz-result-grid article.quote{border-style:dashed}.kdz-result-top{display:flex;justify-content:space-between;align-items:center;gap:10px}.kdz-tld-badge{border:1px solid #30343b;background:#181a1f;border-radius:8px;padding:6px 8px;color:#b8bdc5;font-size:10px;font-weight:850}.kdz-result-grid h3{font-size:21px;letter-spacing:-.035em;margin:18px 0 14px;word-break:break-word}.kdz-price-main{display:grid}.kdz-price-main b{font-size:25px;letter-spacing:-.04em}.kdz-price-main small{font-size:9px;color:#747b85;margin-top:3px}.kdz-result-renew{display:flex;justify-content:space-between;align-items:center;padding:12px 0;margin-top:12px;border-top:1px solid #23262c;border-bottom:1px solid #23262c}.kdz-result-renew span{font-size:9px;color:#747b85}.kdz-result-renew b{font-size:10px}.kdz-result-note{font-size:9px;line-height:1.55;color:#777e88;margin:12px 0}.kdz-result-button{margin-top:auto;border:1px solid #dedbd5;background:#f3f0eb;color:#101115;border-radius:10px;height:40px;display:flex;align-items:center;justify-content:center;gap:8px;font-size:10px;font-weight:850;cursor:pointer}.kdz-result-button:hover{background:#fff}.kdz-result-button svg{width:13px}.kdz-result-button:disabled{opacity:.48;cursor:not-allowed}.kdz-result-button.muted{background:#17191e;color:#7c828b;border-color:#2a2d34}.kdz-extension-directory{margin-top:58px;border-top:1px solid #1f2227;padding-top:42px}.kdz-extension-search{display:flex;align-items:center;gap:8px;border:1px solid #2b2e35;background:#101216;border-radius:11px;padding:0 12px;height:42px;min-width:270px}.kdz-extension-search svg{width:14px;color:#626975}.kdz-extension-search input{border:0;outline:0;background:transparent;color:#fff;font-size:10px;width:100%}.kdz-extension-cloud{display:flex;flex-wrap:wrap;gap:7px}.kdz-extension-cloud button{border:1px solid #262930;background:#101216;color:#9ea4ad;border-radius:9px;padding:8px 10px;font-size:10px;font-weight:750;cursor:pointer;transition:.18s ease}.kdz-extension-cloud button:hover{border-color:#5e362d;color:#fff;background:#181414;transform:translateY(-1px)}.kdz-directory-note{margin:15px 0 0;display:flex;align-items:center;gap:8px;color:#68707a;font-size:9px}.kdz-directory-note svg{width:13px}.kdz-how{margin-top:64px;padding:28px;border:1px solid #24272e;background:#0e1014;border-radius:20px;display:grid;grid-template-columns:260px 1fr;gap:30px}.kdz-how h2{font-size:25px;letter-spacing:-.04em;margin:7px 0}.kdz-how ol{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(4,1fr);gap:10px}.kdz-how li{border:1px solid #24272e;background:#111318;border-radius:13px;padding:14px;display:flex;gap:11px}.kdz-how li i{font-style:normal;color:#fd654b;font-size:9px;font-weight:900}.kdz-how li span{display:grid}.kdz-how li b{font-size:11px}.kdz-how li small{font-size:9px;color:#737a84;line-height:1.5;margin-top:4px}.kdz-country{position:relative}.kdz-country-trigger{height:38px;min-width:150px;border:1px solid #30343c;background:#191c22;color:#fff;border-radius:9px;display:flex;align-items:center;gap:8px;padding:5px 9px;cursor:pointer}.kdz-country.compact .kdz-country-trigger{height:34px;min-width:132px}.kdz-country-trigger>span:nth-child(2){display:grid;text-align:left;line-height:1}.kdz-country-trigger b{font-size:9px}.kdz-country-trigger small{font-size:8px;color:#737983;margin-top:3px}.kdz-country-trigger>svg{width:13px;margin-left:auto;color:#757b84}.kdz-flag{font-size:18px;line-height:1}.kdz-country-popover{position:absolute;z-index:120;top:44px;left:0;width:310px;max-height:370px;background:#111318;border:1px solid #30343b;border-radius:14px;padding:9px;box-shadow:0 30px 90px rgba(0,0,0,.48);animation:kdz-pop .18s ease both}.kdz-country-search{display:flex;align-items:center;gap:7px;background:#0a0b0e;border:1px solid #2a2d34;border-radius:9px;padding:0 10px}.kdz-country-search svg{width:13px;color:#656c76}.kdz-country-search input{height:38px;border:0;background:transparent;outline:0;color:#fff;width:100%;font-size:10px}.kdz-country-list{display:grid;gap:3px;max-height:300px;overflow:auto;margin-top:7px}.kdz-country-list button{border:0;background:transparent;color:#aeb3bb;border-radius:9px;padding:8px;display:flex;align-items:center;gap:9px;text-align:left;cursor:pointer}.kdz-country-list button.active,.kdz-country-list button:hover{background:#1a1d23;color:#fff}.kdz-country-list button>span:nth-child(2){display:grid}.kdz-country-list b{font-size:10px}.kdz-country-list small{font-size:8px;color:#6f7680}.kdz-country-list svg{width:13px;margin-left:auto;color:#56d690}.kdz-dashboard-hero{display:grid;grid-template-columns:minmax(0,1fr) 390px;gap:50px;align-items:end;padding:24px 0 38px}.kdz-dashboard-hero h1{font-size:clamp(48px,5.4vw,78px);line-height:.94;letter-spacing:-.065em;margin:12px 0 20px}.kdz-dashboard-hero h1 em{font-style:normal;color:#7b8089}.kdz-dashboard-hero p{color:#8a9099;font-size:13px;line-height:1.7;max-width:650px}.kdz-hero-actions{display:flex;gap:9px;margin-top:20px}.kdz-dashboard-profile{border:1px solid #292c33;background:linear-gradient(145deg,#121419,#0e1014);border-radius:20px;padding:20px;box-shadow:0 28px 70px rgba(0,0,0,.22)}.kdz-dashboard-profile-top{display:flex;align-items:center;gap:15px}.kdz-dashboard-profile-top>div{display:grid}.kdz-dashboard-profile-top small{font-size:8px;letter-spacing:.15em;color:#fd654b;font-weight:900}.kdz-dashboard-profile-top h2{font-size:20px;letter-spacing:-.03em;margin:5px 0 0}.kdz-dashboard-profile-top p{font-size:10px;margin:4px 0 0;color:#757b85}.kdz-profile-badges{display:flex;gap:8px;margin-top:16px;padding-top:14px;border-top:1px solid #25282e}.kdz-profile-badges span{display:flex;align-items:center;gap:6px;border:1px solid #2c3037;background:#0d0f13;border-radius:999px;padding:7px 9px;font-size:9px;color:#9aa0a9}.kdz-profile-badges svg{width:12px;color:#fd654b}.kdz-stat-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin:8px 0 46px}.kdz-stat-grid article{border:1px solid #24272e;background:#101216;border-radius:15px;padding:17px;display:flex;gap:13px;align-items:flex-start}.kdz-stat-icon{width:38px;height:38px;border:1px solid #30343c;background:#17191f;border-radius:11px;display:grid;place-items:center}.kdz-stat-icon svg{width:16px;color:#fd654b}.kdz-stat-grid article>div{display:grid}.kdz-stat-grid small{font-size:9px;color:#777e88}.kdz-stat-grid strong{font-size:27px;letter-spacing:-.045em;margin-top:2px}.kdz-stat-grid p{font-size:8px;color:#626974;margin:2px 0 0}.kdz-domain-cards{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:11px}.kdz-domain-card{display:block;border:1px solid #272a31;background:linear-gradient(145deg,#111318,#0d0f13);border-radius:18px;padding:19px;text-decoration:none;box-shadow:0 18px 48px rgba(0,0,0,.12)}.kdz-domain-card:hover{border-color:#3a3e47}.kdz-domain-card-top{display:flex;align-items:center;gap:12px}.kdz-domain-glyph{width:44px;height:44px;border:1px solid #333740;background:radial-gradient(circle at 35% 30%,#22252c,#121419);border-radius:13px;display:grid;place-items:center;flex:0 0 auto}.kdz-domain-glyph svg{width:18px;color:#fd654b}.kdz-domain-glyph.small{width:34px;height:34px;border-radius:10px}.kdz-domain-glyph.hero{width:70px;height:70px;border-radius:20px}.kdz-domain-glyph.hero svg{width:28px}.kdz-domain-card-top>div{display:grid;min-width:0}.kdz-domain-card-top h3{font-size:18px;letter-spacing:-.03em;margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.kdz-domain-card-top p{font-size:9px;color:#747b85;margin:4px 0 0}.kdz-domain-card-top>.kdz-status{margin-left:auto}.kdz-domain-card-meta{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin-top:18px}.kdz-domain-card-meta span{border:1px solid #23262c;background:#0c0e12;border-radius:10px;padding:10px;display:grid}.kdz-domain-card-meta small{font-size:8px;color:#666d77}.kdz-domain-card-meta b{font-size:10px;margin-top:4px}.kdz-renew-strip{display:flex;align-items:center;justify-content:space-between;gap:12px;border-top:1px solid #24272d;margin-top:14px;padding-top:13px;color:#777e88;font-size:9px}.kdz-renew-strip>span:first-child{display:flex;align-items:center;gap:7px;color:#aeb3bb}.kdz-renew-strip svg{width:13px}.kdz-renew-strip.urgent>span:first-child{color:#f1c272}.kdz-card-open{display:flex;align-items:center;justify-content:flex-end;gap:7px;color:#fd654b;font-size:9px;font-weight:850;margin-top:14px}.kdz-card-open svg{width:13px}.kdz-pending-list{display:grid;gap:7px}.kdz-pending-list article{border:1px solid #24272e;background:#0f1115;border-radius:13px;padding:12px 14px;display:flex;align-items:center;gap:11px}.kdz-pending-list article>div:nth-child(2){display:grid}.kdz-pending-list b{font-size:11px}.kdz-pending-list small{font-size:8px;color:#707782;margin-top:2px}.kdz-pending-list>.kdz-status{margin-left:auto}.kdz-pending-actions{display:flex;gap:7px;margin-left:auto}.kdz-pending-actions a{display:flex;align-items:center;gap:6px;border:1px solid #2d3037;border-radius:8px;padding:8px 9px;text-decoration:none;color:#aeb3bb;font-size:9px}.kdz-pending-actions svg{width:12px}.kdz-empty,.kdz-soft-empty{border:1px dashed #30343b;border-radius:15px;min-height:190px;display:grid;place-items:center;text-align:center;padding:24px;color:#777e88}.kdz-empty svg{width:28px}.kdz-empty h3{font-size:13px;color:#d7d9dd;margin:8px 0 0}.kdz-empty p{font-size:10px;margin:0;max-width:420px}.kdz-empty .kdz-primary{margin-top:8px}.kdz-soft-empty{min-height:100px;font-size:10px}.kdz-backrow{display:flex;align-items:center;justify-content:space-between;margin-bottom:18px}.kdz-backrow a,.kdz-backrow button{border:0;background:transparent;color:#858b95;display:flex;align-items:center;gap:7px;text-decoration:none;font-size:10px;cursor:pointer}.kdz-backrow svg{width:13px}.kdz-domain-hero{border:1px solid #2b2e35;background:linear-gradient(145deg,#14161b,#0e1014);border-radius:20px;padding:22px;display:flex;align-items:center;justify-content:space-between;gap:24px;position:relative;overflow:hidden}.kdz-domain-hero:after{content:"";position:absolute;width:320px;height:320px;border-radius:50%;right:-130px;top:-170px;background:radial-gradient(circle,rgba(253,69,38,.14),transparent 68%);pointer-events:none}.kdz-domain-hero-main{display:flex;align-items:center;gap:16px;position:relative;z-index:1}.kdz-domain-hero h1{font-size:34px;letter-spacing:-.05em;margin:5px 0 0}.kdz-domain-hero p{font-size:10px;color:#747b85;margin:5px 0 0}.kdz-domain-hero-side{display:flex;align-items:center;gap:18px;position:relative;z-index:1}.kdz-domain-hero-side>div{display:grid;text-align:right}.kdz-domain-hero-side small{font-size:8px;color:#6b727c}.kdz-domain-hero-side b{font-size:12px;margin-top:3px}.kdz-domain-hero-side em{font-style:normal;font-size:8px;color:#787f89;margin-top:3px}.kdz-domain-hero-side em.urgent{color:#f1bf6b}.kdz-tabs{display:flex;gap:4px;border-bottom:1px solid #22252a;margin-top:22px}.kdz-tabs button{border:0;background:transparent;color:#777e88;padding:12px 14px;font-size:10px;font-weight:750;cursor:pointer;border-bottom:2px solid transparent}.kdz-tabs button:hover{color:#d3d6db}.kdz-tabs button.active{color:#fff;border-color:#fd4526}.kdz-tab-panel{padding-top:18px}.kdz-panel-grid,.kdz-tab-panel{display:grid;gap:12px}.kdz-panel-grid.two{grid-template-columns:repeat(2,minmax(0,1fr))}.kdz-panel-grid.dns{grid-template-columns:minmax(0,1.45fr) minmax(340px,.55fr)}.kdz-panel{border:1px solid #25282f;background:#0f1115;border-radius:16px;padding:18px}.kdz-panel-head{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:14px}.kdz-panel-head h2{font-size:18px;letter-spacing:-.03em;margin:5px 0 0}.kdz-panel-head>svg{width:18px;color:#fd654b}.kdz-panel-copy{font-size:10px;color:#7c838d;line-height:1.65}.kdz-info-list{display:grid;gap:0}.kdz-info-list>div{display:flex;justify-content:space-between;gap:20px;padding:10px 0;border-top:1px solid #22252b}.kdz-info-list>div:first-child{border-top:0}.kdz-info-list span{font-size:9px;color:#717882}.kdz-info-list b{font-size:10px}.kdz-renew-box{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin:15px 0}.kdz-renew-box span{border:1px solid #282b32;background:#0b0d10;border-radius:11px;padding:12px;display:grid}.kdz-renew-box small{font-size:8px;color:#6f7680}.kdz-renew-box b{font-size:13px;margin-top:4px}.kdz-ns-grid{display:flex;flex-wrap:wrap;gap:7px}.kdz-ns-grid code{border:1px solid #2b2e35;background:#090b0e;border-radius:9px;padding:9px 10px;color:#b8bdc5;font-size:10px}.kdz-service-list{display:grid;gap:6px}.kdz-service-list>div{display:grid;grid-template-columns:1fr auto auto;align-items:center;gap:12px;padding:10px 0;border-top:1px solid #22252a}.kdz-service-list>div:first-child{border-top:0}.kdz-service-list>div>span:first-child{display:grid}.kdz-service-list b{font-size:10px}.kdz-service-list small{font-size:8px;color:#6e7580;margin-top:3px}.kdz-dns-setup{display:flex;align-items:center;justify-content:space-between;gap:30px}.kdz-dns-setup h2{font-size:20px;margin:5px 0}.kdz-dns-setup p{font-size:10px;color:#777e88;line-height:1.6;max-width:820px}.kdz-count{min-width:28px;height:28px;border-radius:9px;background:#181a20;border:1px solid #2d3037;display:grid;place-items:center;font-size:9px;color:#a6acb5}.kdz-dns-list{display:grid;gap:5px}.kdz-dns-list>div{display:grid;grid-template-columns:52px minmax(0,1fr) 70px auto 30px;gap:10px;align-items:center;padding:10px;border:1px solid #23262c;background:#0b0d10;border-radius:10px}.kdz-dns-type{width:42px;height:28px;border-radius:8px;background:#1a1d23;border:1px solid #30343b;display:grid;place-items:center;font-size:8px;font-weight:900;color:#fd7a62}.kdz-dns-list>div>span:nth-child(2){display:grid;min-width:0}.kdz-dns-list>div>span:nth-child(2) b{font-size:10px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.kdz-dns-list>div>span:nth-child(2) small{font-size:8px;color:#6d747e;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.kdz-dns-list>div>span:nth-child(3){display:grid}.kdz-dns-list>div>span:nth-child(3) small{font-size:7px;color:#636a74}.kdz-dns-list>div>span:nth-child(3) b{font-size:9px}.kdz-dns-list>div>button{border:0;background:transparent;color:#747b84;cursor:pointer}.kdz-dns-list>div>button:hover{color:#f07884}.kdz-dns-list>div>button svg{width:14px}.kdz-form-stack{display:grid;gap:10px}.kdz-form-stack label{display:grid;gap:6px;color:#848b95;font-size:9px}.kdz-form-stack input,.kdz-form-stack select,.kdz-form-stack textarea,.kdz-ns-request textarea{width:100%;background:#0a0c0f;border:1px solid #2b2f36;color:#f1f2f3;border-radius:9px;padding:10px 11px;outline:0;font-size:10px}.kdz-form-stack textarea,.kdz-ns-request textarea{min-height:78px;resize:vertical}.kdz-inline-fields{display:grid;grid-template-columns:1fr 1fr;gap:8px}.kdz-check{display:flex!important;align-items:flex-start!important;gap:9px!important;border:1px solid #292c33;border-radius:10px;padding:10px}.kdz-check input{width:auto!important;margin-top:2px}.kdz-check span{display:grid}.kdz-check b{font-size:9px;color:#d6d8dc}.kdz-check small{font-size:8px;color:#6d747e;margin-top:2px}.kdz-ns-request{display:grid;grid-template-columns:1fr auto;gap:10px;align-items:end}.kdz-ns-request textarea{min-height:86px}.kdz-toggle-list{display:grid;gap:7px;margin-bottom:14px}.kdz-toggle{display:grid;grid-template-columns:40px 1fr 36px;gap:11px;align-items:center;border:1px solid #262930;background:#0b0d10;border-radius:12px;padding:11px;cursor:pointer;position:relative}.kdz-toggle-icon{width:34px;height:34px;border-radius:9px;border:1px solid #30343b;background:#17191e;display:grid;place-items:center}.kdz-toggle-icon svg{width:14px;color:#fd654b}.kdz-toggle>span:nth-child(2){display:grid}.kdz-toggle b{font-size:10px}.kdz-toggle small{font-size:8px;color:#6f7680;margin-top:3px;line-height:1.4}.kdz-toggle input{position:absolute;opacity:0}.kdz-toggle>i{width:34px;height:19px;border-radius:999px;background:#282c33;border:1px solid #363a43;position:relative}.kdz-toggle>i:after{content:"";width:13px;height:13px;border-radius:50%;background:#8b919a;position:absolute;left:2px;top:2px;transition:.2s ease}.kdz-toggle input:checked~i{background:#50251e;border-color:#874032}.kdz-toggle input:checked~i:after{left:17px;background:#fd654b}.kdz-transfer-quote{border:1px solid #343840;background:#0a0c0f;border-radius:12px;padding:12px;display:grid;gap:7px}.kdz-transfer-quote>div{display:flex;justify-content:space-between;gap:14px;font-size:9px;color:#8a919b}.kdz-transfer-quote>div b{color:#e9eaec}.kdz-transfer-quote>div.total{border-top:1px solid #25282e;padding-top:9px;margin-top:3px}.kdz-transfer-quote>div.total b{font-size:14px}.kdz-transfer-quote p{display:flex;gap:7px;color:#e1bd7d;font-size:8px;line-height:1.5}.kdz-transfer-quote p svg{width:12px;flex:0 0 auto}.kdz-steps{list-style:none;margin:0;padding:0;display:grid;gap:8px}.kdz-steps li{display:flex;gap:10px;border-top:1px solid #24272d;padding:11px 0}.kdz-steps li:first-child{border-top:0}.kdz-steps i{width:26px;height:26px;border:1px solid #373b43;background:#181a20;border-radius:8px;display:grid;place-items:center;font-style:normal;color:#fd654b;font-size:8px;font-weight:900}.kdz-steps span{display:grid}.kdz-steps b{font-size:10px}.kdz-steps small{font-size:8px;color:#6e7580;margin-top:3px;line-height:1.4}.v609-register-wrap{background:#08090b!important}.v609-register-brand,.v609-register-top{max-width:1180px!important}.v609-register-brand{margin:10px auto 24px!important;gap:15px!important}.v609-register-brand img{width:58px!important;height:58px!important;padding:10px;border:1px solid #30343b;border-radius:17px;background:#14161b}.v609-register-brand b{font-size:20px!important}.v609-register-card,.v609-register-summary{border-radius:18px!important}.v609-register-card{box-shadow:0 24px 80px rgba(0,0,0,.24)}@keyframes kdz-pop{0%{opacity:0;transform:translateY(-6px) scale(.985)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes kdz-spin{to{transform:rotate(1turn)}}@media(max-width:1180px){.kdz-main{padding:42px 26px 90px}.kdz-market-hero{grid-template-columns:110px 1fr}.kdz-market-trust{grid-column:1/-1;grid-template-columns:repeat(3,1fr)}.kdz-market-brandmark{width:100px;height:100px;border-radius:28px}.kdz-market-brandmark img{width:58px;height:58px}.kdz-featured-tlds{grid-template-columns:1fr}.kdz-featured-tlds>div:last-child{grid-template-columns:repeat(4,1fr)}.kdz-result-grid{grid-template-columns:repeat(2,1fr)}.kdz-how{grid-template-columns:1fr}.kdz-dashboard-hero{grid-template-columns:1fr 330px}.kdz-panel-grid.dns{grid-template-columns:1fr}.kdz-nav a{padding:0 9px;font-size:0}.kdz-nav a svg{width:16px}.kdz-nav a.active:after{display:none}}@media(max-width:820px){.kdz-topbar{padding:0 15px;height:72px;gap:14px}.kdz-brand{min-width:auto}.kdz-brand-mark{width:42px;height:42px;border-radius:13px}.kdz-brand-mark img{width:29px;height:29px}.kdz-brand>span:last-child{display:none}.kdz-nav{justify-content:center}.kdz-nav a{height:40px}.kdz-account{min-width:auto}.kdz-account-copy,.kdz-account>svg{display:none}.kdz-main{padding:28px 15px 70px}.kdz-market-hero{grid-template-columns:1fr;padding-top:10px;gap:24px}.kdz-market-brandmark{margin:auto}.kdz-market-copy{text-align:center}.kdz-market-copy .kdz-eyebrow{justify-content:center}.kdz-market-copy>p{margin-left:auto;margin-right:auto}.kdz-market-points{justify-content:center}.kdz-market-trust{grid-template-columns:1fr}.kdz-search-card form{flex-wrap:wrap}.kdz-search-card form input{font-size:15px}.kdz-search-card form button{width:100%}.kdz-search-tools{align-items:flex-start;flex-wrap:wrap}.kdz-search-tools>p{margin-left:0;width:100%}.kdz-featured-tlds>div:last-child{grid-template-columns:repeat(2,1fr)}.kdz-result-grid{grid-template-columns:1fr}.kdz-section-head{align-items:flex-start;flex-direction:column}.kdz-extension-search{min-width:100%;width:100%}.kdz-how ol{grid-template-columns:1fr 1fr}.kdz-dashboard-hero{grid-template-columns:1fr}.kdz-stat-grid{grid-template-columns:1fr 1fr}.kdz-domain-cards,.kdz-panel-grid.two{grid-template-columns:1fr}.kdz-domain-hero{align-items:flex-start;flex-direction:column}.kdz-domain-hero-side{width:100%;justify-content:space-between}.kdz-dns-list>div{grid-template-columns:45px 1fr auto}.kdz-dns-list>div>.kdz-status,.kdz-dns-list>div>span:nth-child(3){display:none}.kdz-ns-request{grid-template-columns:1fr}.kdz-footer{align-items:flex-start;flex-direction:column}.kdz-footer>div:last-child{flex-wrap:wrap}.kdz-country-popover{left:auto;right:0;width:min(310px,calc(100vw - 30px))}}@media(max-width:520px){.kdz-nav a:nth-child(3),.kdz-nav a:nth-child(4){display:none}.kdz-market-copy h1{font-size:48px}.kdz-featured-tlds>div:last-child{grid-template-columns:1fr 1fr}.kdz-how ol,.kdz-stat-grid{grid-template-columns:1fr}.kdz-dashboard-profile-top{align-items:flex-start}.kdz-avatar.huge{width:64px;height:64px;border-radius:18px}.kdz-domain-card-meta{grid-template-columns:1fr}.kdz-tabs{overflow-x:auto}.kdz-tabs button{white-space:nowrap}.kdz-domain-hero h1{font-size:27px}.kdz-inline-fields{grid-template-columns:1fr}}@media(prefers-reduced-motion:reduce){.kdz-root *{animation:none!important;transition:none!important;scroll-behavior:auto!important}.kdz-market-orbit{display:none}}.kdz-v3{--kdz-v3-glow:rgba(253,69,38,.16)}.kdz-topbar .kdz-brand-mark{width:56px;height:56px;border-radius:17px}.kdz-topbar .kdz-brand-mark img{width:38px;height:38px}.kdz-topbar .kdz-brand b{font-size:19px}.kdz-topbar .kdz-brand small{font-size:9px}.kdz-dashboard-hero.v3{position:relative;overflow:hidden}.kdz-dashboard-hero.v3:before{content:"";position:absolute;inset:-35% 35% auto -15%;height:320px;background:radial-gradient(circle,var(--kdz-v3-glow),transparent 70%);pointer-events:none}.kdz-dashboard-hero.v3>div{position:relative;z-index:1}.kdz-profile-mini{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:13px}.kdz-profile-mini span{display:grid;border:1px solid #292d34;background:#0b0d10;border-radius:11px;padding:11px}.kdz-profile-mini b{font-size:17px}.kdz-profile-mini small{font-size:8px;color:#727984;margin-top:3px}.kdz-expiry-policy{margin:18px 0 24px;border:1px solid #46382b;background:linear-gradient(135deg,#17130f,#101115);border-radius:15px;padding:15px 17px;display:flex;align-items:flex-start;gap:12px}.kdz-expiry-policy>svg{width:18px;color:#f1b35d;flex:0 0 auto}.kdz-expiry-policy b{font-size:11px}.kdz-expiry-policy p{font-size:9px;color:#999085;line-height:1.6;margin:4px 0 0;max-width:1100px}.kdz-stat-grid.v3{grid-template-columns:repeat(4,minmax(0,1fr))}.kdz-section-head.portfolio-head{margin-top:42px}.kdz-portfolio-tools{display:flex;justify-content:space-between;align-items:center;gap:18px;margin:14px 0 18px}.kdz-portfolio-tools>label{flex:1 1;max-width:520px;height:44px;display:flex;align-items:center;gap:9px;border:1px solid #2b2f36;background:#0d0f13;border-radius:12px;padding:0 13px}.kdz-portfolio-tools>label svg{width:16px;color:#696f79}.kdz-portfolio-tools input{flex:1 1;min-width:0;background:transparent;border:0;outline:0;color:#f2f2f3;font-size:11px}.kdz-filter-pills{display:flex;align-items:center;gap:6px;flex-wrap:wrap}.kdz-filter-pills>span{display:flex;align-items:center;gap:6px;color:#737a84;font-size:9px;margin-right:4px}.kdz-filter-pills>span svg{width:13px}.kdz-filter-pills button{height:34px;border:1px solid #292d34;background:#111318;color:#838a95;border-radius:999px;padding:0 11px;font-size:9px;font-weight:800;cursor:pointer}.kdz-filter-pills button.active,.kdz-filter-pills button:hover{border-color:#5a332c;color:#fff;background:#221511}.kdz-filter-pills button.active{box-shadow:inset 0 0 0 1px rgba(253,69,38,.18)}.kdz-domain-cards.v3 .kdz-domain-card{position:relative;overflow:hidden}.kdz-domain-cards.v3 .kdz-domain-card:before{content:"";position:absolute;left:0;top:0;bottom:0;width:2px;background:#2d3138}.kdz-domain-cards.v3 .kdz-domain-card.grace:before{background:#e9aa4b}.kdz-domain-cards.v3 .kdz-domain-card.suspended:before{background:#e05f6e}.kdz-card-title-line{display:flex;align-items:center;gap:8px}.kdz-card-title-line h3{margin:0}.kdz-heart{width:13px!important;height:13px!important;color:#fd654b;fill:rgba(253,69,38,.25)}.kdz-fqdn-sub{color:#babec5!important;font-size:9px!important;margin:2px 0!important}.kdz-domain-hero.v3{position:relative;overflow:hidden}.kdz-domain-hero.v3:before{content:"";position:absolute;inset:-80px auto auto -40px;width:320px;height:220px;background:radial-gradient(circle,rgba(253,69,38,.12),transparent 68%);pointer-events:none}.kdz-domain-hero.v3.grace{border-color:#5b4829}.kdz-domain-hero.v3.suspended{border-color:#5b3036;background:linear-gradient(145deg,#151013,#0e1014)}.kdz-domain-realname{display:block;color:#9da3ad;font-size:12px;margin-top:-4px;margin-bottom:5px;font-weight:650}.kdz-lifecycle-alert{display:flex;align-items:center;gap:13px;border-radius:14px;padding:14px 16px;margin:14px 0;border:1px solid #554229;background:#17140f}.kdz-lifecycle-alert.bad{border-color:#583038;background:#1b1114}.kdz-lifecycle-alert>svg{width:20px;color:#efb056;flex:0 0 auto}.kdz-lifecycle-alert.bad>svg{color:#ee7280}.kdz-lifecycle-alert>div{flex:1 1}.kdz-lifecycle-alert b{font-size:11px}.kdz-lifecycle-alert p{font-size:9px;color:#a99e8c;line-height:1.55;margin:3px 0 0}.kdz-lifecycle-alert.bad p{color:#b7949a}.kdz-lifecycle-alert .kdz-primary{flex:0 0 auto}.kdz-tabs.v3{margin-top:18px}.kdz-renew-action{display:grid;grid-template-columns:150px 1fr;gap:9px}.kdz-renew-action select{background:#0a0c0f;border:1px solid #2b2f36;color:#f1f2f3;border-radius:10px;padding:0 10px;font-size:10px;outline:0}.kdz-check b{display:flex;align-items:center;gap:6px}.kdz-check b svg{width:13px;color:#fd654b}.kdz-text-link{display:flex;align-items:center;gap:7px;color:#aab0b9!important;font-size:9px;text-decoration:none;margin-top:2px}.kdz-text-link:hover{color:#fff!important}.kdz-text-link svg{width:12px}.kdz-code-list{display:flex;flex-wrap:wrap;gap:7px}.kdz-code-list code{border:1px solid #2b2e35;background:#090b0e;border-radius:9px;padding:9px 10px;color:#b8bdc5;font-size:10px}.kdz-dns-top-actions{display:flex;gap:8px;flex-wrap:wrap}.kdz-quick-subdomain{background:linear-gradient(145deg,#11141a,#0e1014)}.kdz-subdomain-builder{display:grid;grid-template-columns:140px auto 110px minmax(190px,1fr) auto;gap:8px;align-items:center}.kdz-subdomain-builder input,.kdz-subdomain-builder select{height:40px;background:#090b0e;border:1px solid #2b2f36;color:#f2f3f4;border-radius:9px;padding:0 10px;outline:0;font-size:10px}.kdz-subdomain-builder>span{font-size:10px;color:#727985}.kdz-dns-search{height:38px;display:flex;align-items:center;gap:8px;border:1px solid #272b32;background:#0a0c0f;border-radius:9px;padding:0 10px;margin-bottom:10px}.kdz-dns-search svg{width:14px;height:14px;color:#686f79}.kdz-dns-search input{flex:1 1;background:transparent;border:0;outline:0;color:#f2f2f3;font-size:9px}.kdz-dns-list.v3>div{grid-template-columns:52px minmax(0,1fr) 70px auto 60px}.kdz-dns-list.v3>div>span:nth-child(2) em{font-style:normal;font-size:7px;color:#565e69;margin-top:3px}.kdz-record-actions{display:flex;align-items:center;gap:2px}.kdz-icon-button,.kdz-record-actions button{width:28px;height:28px;border:0;background:transparent;color:#777e88;border-radius:7px;display:grid;place-items:center;cursor:pointer}.kdz-icon-button:hover,.kdz-record-actions button:hover{background:#1a1d23;color:#fff}.kdz-record-actions button:last-child:hover{color:#f07884}.kdz-record-actions button:disabled{opacity:.35;cursor:not-allowed}.kdz-icon-button svg,.kdz-record-actions svg{width:13px}.kdz-security-stack{display:grid;gap:8px}.kdz-security-row,.kdz-security-select{border:1px solid #292c33;background:#0b0d10;border-radius:12px;padding:12px;display:flex;align-items:center;justify-content:space-between;gap:14px}.kdz-security-row>span,.kdz-security-select>span{display:grid}.kdz-security-row b,.kdz-security-select b{font-size:10px}.kdz-security-row small,.kdz-security-select small{font-size:8px;color:#707781;margin-top:3px;line-height:1.4}.kdz-switch{min-width:82px;height:34px;border:1px solid #343840;background:#17191e;color:#9298a1;border-radius:999px;padding:0 8px;display:flex;align-items:center;gap:7px;cursor:pointer}.kdz-switch i{width:17px;height:17px;border-radius:50%;background:#747b85}.kdz-switch em{font-style:normal;font-size:8px;font-weight:850;text-transform:uppercase}.kdz-switch.on{background:#1c1714;border-color:#6a392f;color:#ff9a87}.kdz-switch.on i{background:#fd654b;box-shadow:0 0 13px rgba(253,69,38,.4)}.kdz-switch svg{width:14px}.kdz-security-select select{background:#181a20;border:1px solid #31353c;color:#f0f1f2;border-radius:9px;padding:8px 10px;font-size:9px}.kdz-soft-empty svg{width:17px;margin-right:5px;vertical-align:middle}.kdz-lifecycle-timeline{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-top:6px}.kdz-lifecycle-timeline span{position:relative;border:1px solid #292c33;background:#0b0d10;border-radius:12px;padding:13px;display:grid}.kdz-lifecycle-timeline i{width:27px;height:27px;border-radius:9px;background:#1a1d23;border:1px solid #343840;color:#fd765f;display:grid;place-items:center;font-style:normal;font-size:9px;font-weight:900;margin-bottom:8px}.kdz-lifecycle-timeline b{font-size:10px}.kdz-lifecycle-timeline small{font-size:8px;color:#707781;margin-top:3px;line-height:1.4}.kdz-lifecycle-timeline span.done{border-color:#5b3a2c;background:#16110f}.kdz-lifecycle-timeline span.done i{background:#472218;border-color:#81402f}.kdz-activity-list{display:grid}.kdz-activity-list article{display:grid;grid-template-columns:38px minmax(0,1fr) auto;gap:12px;align-items:start;padding:13px 0;border-top:1px solid #22252b}.kdz-activity-list article:first-child{border-top:0}.kdz-activity-dot{width:34px;height:34px;border:1px solid #2d3138;background:#14161b;border-radius:10px;display:grid;place-items:center}.kdz-activity-dot svg{width:13px;color:#fd654b}.kdz-activity-list article>div{display:grid}.kdz-activity-list b{font-size:10px;text-transform:capitalize}.kdz-activity-list p{font-size:9px;color:#767d87;margin:4px 0 0;line-height:1.5}.kdz-activity-list time{font-size:8px;color:#606772;white-space:nowrap}@media(max-width:1100px){.kdz-stat-grid.v3{grid-template-columns:1fr 1fr}.kdz-subdomain-builder{grid-template-columns:1fr auto 100px}.kdz-subdomain-builder input:nth-of-type(2){grid-column:1/3}.kdz-subdomain-builder button{grid-column:3}.kdz-lifecycle-alert{align-items:flex-start}.kdz-lifecycle-alert .kdz-primary{align-self:center}}@media(max-width:820px){.kdz-portfolio-tools{align-items:stretch;flex-direction:column}.kdz-portfolio-tools>label{max-width:none}.kdz-subdomain-builder{grid-template-columns:1fr auto}.kdz-subdomain-builder button,.kdz-subdomain-builder input:nth-of-type(2),.kdz-subdomain-builder select{grid-column:1/-1}.kdz-lifecycle-timeline,.kdz-renew-action{grid-template-columns:1fr}.kdz-lifecycle-alert{flex-wrap:wrap}.kdz-lifecycle-alert .kdz-primary{width:100%}.kdz-dns-list.v3>div{grid-template-columns:45px minmax(0,1fr) 60px}.kdz-dns-list.v3>div>.kdz-status,.kdz-dns-list.v3>div>span:nth-child(3){display:none}.kdz-record-actions{justify-self:end}.kdz-security-row,.kdz-security-select{align-items:flex-start;flex-direction:column}.kdz-security-row .kdz-switch,.kdz-security-select select{align-self:stretch}.kdz-security-select select{width:100%}}@media(max-width:520px){.kdz-stat-grid.v3{grid-template-columns:1fr}.kdz-filter-pills>span{width:100%}.kdz-domain-hero.v3 .kdz-domain-hero-main{align-items:flex-start}.kdz-domain-hero.v3 .kdz-domain-glyph.hero{width:50px;height:50px}.kdz-dns-top-actions>*{width:100%}.kdz-activity-list article{grid-template-columns:34px 1fr}.kdz-activity-list time{grid-column:2}}.kdz-lifecycle-alert.good{border-color:#24513a;background:#0f1914}.kdz-lifecycle-alert.good>svg{color:#65d99a}.kdz-lifecycle-alert.good p{color:#98b9a8}.kdz-dns-toolbox{background:linear-gradient(145deg,#101318,#0d0f13)}.kdz-dns-presets{display:flex;flex-wrap:wrap;gap:8px;margin:12px 0 16px}.kdz-dns-presets button{appearance:none;border:1px solid #292d34;background:#14171c;color:#dfe3e9;border-radius:999px;padding:8px 11px;font-size:10px;font-weight:700;cursor:pointer;transition:transform .16s ease,border-color .16s ease,background .16s ease}.kdz-dns-presets button:hover{transform:translateY(-1px);border-color:#5b3a31;background:#1a1514}.kdz-bulk-dns{display:grid;grid-template-columns:minmax(170px,.75fr) minmax(230px,1fr) auto;gap:10px;align-items:end;padding:13px;border:1px solid #23272e;background:#0b0d10;border-radius:12px}.kdz-bulk-dns label{display:grid;gap:6px;font-size:9px;color:#7f8793;text-transform:uppercase;letter-spacing:.08em}.kdz-bulk-dns select{width:100%;border:1px solid #2a2e35;background:#12151a;color:#e8ebef;border-radius:9px;padding:10px 11px;font-size:11px;text-transform:none;letter-spacing:0}.kdz-bulk-dns .kdz-secondary{height:38px;white-space:nowrap}@media(max-width:900px){.kdz-bulk-dns{grid-template-columns:1fr 1fr}.kdz-bulk-dns .kdz-secondary{grid-column:1/-1}}@media(max-width:620px){.kdz-bulk-dns{grid-template-columns:1fr}.kdz-bulk-dns .kdz-secondary{grid-column:auto}.kdz-dns-presets button{flex-grow:1;flex-shrink:1;flex-basis:calc(50% - 8px)}}:root{--kd4-bg:#070809;--kd4-bg2:#0b0d10;--kd4-panel:#0f1115;--kd4-panel2:#12151a;--kd4-line:#242830;--kd4-line2:#303640;--kd4-text:#f7f7f4;--kd4-muted:#8b929d;--kd4-faint:#5e6570;--kd4-orange:#fd4526;--kd4-orange2:#ff765f;--kd4-cyan:#58e3d7;--kd4-purple:#9b78ff;--kd4-green:#72e2a6;--kd4-red:#ff7784;--kd4-yellow:#f4c66a;--kd4-shadow:0 30px 80px rgba(0,0,0,.34)}.kdz4-root{min-height:100vh;background:var(--kd4-bg);color:var(--kd4-text);position:relative;isolation:isolate;display:flex;flex-direction:column;overflow-x:clip}.kdz4-root *{box-sizing:border-box}.kdz4-noise{inset:0;z-index:-1;opacity:.22;background-image:radial-gradient(rgba(255,255,255,.07) .6px,transparent .7px);background-size:6px 6px;-webkit-mask-image:linear-gradient(180deg,#000,transparent 80%);mask-image:linear-gradient(180deg,#000,transparent 80%)}.kdz4-noise,.kdz4-root:before{position:fixed;pointer-events:none}.kdz4-root:before{content:"";z-index:-2;inset:-20vh -10vw auto;width:90vw;height:75vh;background:radial-gradient(circle at 28% 30%,rgba(253,69,38,.1),transparent 42%),radial-gradient(circle at 76% 18%,rgba(88,227,215,.055),transparent 34%);filter:blur(16px)}.kdz4-header{position:sticky;top:0;z-index:80;background:rgba(7,8,9,.86);border-bottom:1px solid rgba(255,255,255,.07);-webkit-backdrop-filter:blur(22px) saturate(130%);backdrop-filter:blur(22px) saturate(130%)}.kdz4-header-inner{height:76px;max-width:1540px;margin:0 auto;padding:0 28px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:28px}.kdz4-logo{display:flex;align-items:center;justify-content:center;width:54px;height:54px;text-decoration:none;position:relative;flex:0 0 auto}.kdz4-logo:after{content:"";position:absolute;inset:1px;border-radius:50%;background:radial-gradient(circle,rgba(253,69,38,.14),transparent 64%);opacity:0;transform:scale(.7);transition:.22s ease}.kdz4-logo:hover:after{opacity:1;transform:scale(1.2)}.kdz4-logo img{width:40px;height:40px;object-fit:contain;position:relative;z-index:1;filter:drop-shadow(0 0 14px rgba(253,69,38,.16));transition:transform .2s ease,filter .2s ease}.kdz4-logo:hover img{transform:rotate(-3deg) scale(1.06);filter:drop-shadow(0 0 20px rgba(253,69,38,.32))}.kdz4-nav{gap:5px}.kdz4-nav,.kdz4-nav a{display:flex;align-items:center}.kdz4-nav a{height:42px;padding:0 13px;gap:8px;border-radius:11px;text-decoration:none;color:#858c96;font-size:12px;font-weight:730;position:relative;transition:.18s ease}.kdz4-nav a svg{width:15px;height:15px}.kdz4-nav a:hover{color:#f4f5f6;background:#12151a}.kdz4-nav a.active{color:#fff;background:#15171c}.kdz4-nav a.active:after{content:"";position:absolute;left:13px;right:13px;bottom:-18px;height:2px;background:linear-gradient(90deg,transparent,var(--kd4-orange),transparent);box-shadow:0 0 12px rgba(253,69,38,.55)}.kdz4-nav-external{width:11px!important;opacity:.45}.kdz4-header-actions{display:flex;align-items:center;gap:10px;justify-content:flex-end}.kdz4-live-pill{height:32px;padding:0 10px;border:1px solid #252a31;background:#0d1013;border-radius:999px;display:flex;align-items:center;gap:7px;color:#767e89;font-size:9px;font-weight:760;white-space:nowrap}.kdz4-live-pill i{width:6px;height:6px;border-radius:50%;background:var(--kd4-green);box-shadow:0 0 11px rgba(114,226,166,.6)}.kdz4-account-wrap{position:relative}.kdz4-account{height:48px;min-width:188px;border:1px solid #252a31;background:#0e1014;border-radius:13px;padding:5px 8px 5px 6px;color:#fff;display:grid;grid-template-columns:36px minmax(0,1fr) 14px;align-items:center;gap:9px;cursor:pointer;text-align:left;transition:.18s ease}.kdz4-account:hover{background:#13161b;border-color:#363c45}.kdz4-account>svg{width:13px;color:#747b84}.kdz4-avatar{width:36px;height:36px;border-radius:50%;background:#1a1d22;display:grid;place-items:center;overflow:hidden;border:1px solid #343a44;box-shadow:0 0 0 2px #0b0d10}.kdz4-avatar img{width:100%;height:100%;object-fit:cover}.kdz4-avatar b{font-size:10px}.kdz4-avatar.big{width:46px;height:46px}.kdz4-account-copy{display:grid;min-width:0}.kdz4-account-copy b{font-size:10px}.kdz4-account-copy b,.kdz4-account-copy small{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.kdz4-account-copy small{font-size:8px;color:#69717c;margin-top:2px}.kdz4-account-menu{position:absolute;right:0;top:58px;width:280px;padding:9px;border:1px solid #2a2f36;border-radius:14px;background:#0d1014;box-shadow:0 24px 70px rgba(0,0,0,.58);z-index:120}.kdz4-account-card{display:flex;align-items:center;gap:10px;padding:9px 9px 13px;border-bottom:1px solid #20242a;margin-bottom:5px}.kdz4-account-card>div{display:grid;min-width:0}.kdz4-account-card b{font-size:11px}.kdz4-account-card small{font-size:8px;color:#6f7680;margin-top:2px;overflow:hidden;text-overflow:ellipsis}.kdz4-account-menu>a{height:38px;padding:0 9px;display:flex;align-items:center;gap:8px;border-radius:9px;color:#9ca2aa;text-decoration:none;font-size:10px;font-weight:700}.kdz4-account-menu>a:hover{background:#16191e;color:#fff}.kdz4-account-menu>a svg{width:13px}.kdz4-account-menu>a svg:last-child{margin-left:auto;opacity:.45}.kdz4-signin{height:42px;border-radius:11px;background:#f7f7f4;color:#111;padding:0 15px;display:flex;align-items:center;gap:8px;text-decoration:none;font-size:10px;font-weight:850}.kdz4-signin svg{width:14px}.kdz4-menu-button{display:none;width:42px;height:42px;border:1px solid #292e35;background:#101318;color:#fff;border-radius:11px;place-items:center;cursor:pointer}.kdz4-menu-button svg{width:18px}.kdz4-mobile-nav{display:none}.kdz4-main{flex:1 1;display:block;width:100%}.kdz4-market{width:min(1380px,calc(100% - 44px));margin:0 auto;padding:62px 0 90px}.kdz4-hero{min-height:510px;display:grid;grid-template-columns:minmax(0,1.05fr) minmax(430px,.95fr);align-items:center;gap:62px;position:relative;padding:34px 20px 30px;overflow:visible}.kdz4-hero-glow{position:absolute;border-radius:50%;filter:blur(48px);pointer-events:none;opacity:.62}.kdz4-hero-glow.glow-a{width:340px;height:260px;background:rgba(253,69,38,.12);left:8%;top:15%}.kdz4-hero-glow.glow-b{width:260px;height:240px;background:rgba(88,227,215,.07);right:12%;top:12%}.kdz4-hero-copy{position:relative;z-index:3;max-width:760px}.kdz4-kicker{display:inline-flex;align-items:center;gap:8px;color:#ff6c51;font-size:10px;font-weight:900;letter-spacing:.16em;text-transform:uppercase}.kdz4-kicker svg{width:14px;height:14px}.kdz4-hero h1{font-size:clamp(54px,6vw,92px);line-height:.91;letter-spacing:-.065em;margin:22px 0 26px;font-weight:870;color:#f7f7f3}.kdz4-hero h1 em{font-style:normal;color:#858993;font-weight:820}.kdz4-hero-copy>p{max-width:680px;color:#939aa4;font-size:15px;line-height:1.75;margin:0}.kdz4-hero-actions{display:flex;gap:10px;margin-top:30px;flex-wrap:wrap}.kdz4-hero-actions a,.kdz4-hero-actions button{height:48px;padding:0 18px;border-radius:12px;display:inline-flex;align-items:center;gap:9px;font-size:11px;font-weight:850;text-decoration:none;cursor:pointer}.kdz4-hero-actions button{border:0;background:var(--kd4-orange);color:white;box-shadow:0 14px 34px rgba(253,69,38,.16)}.kdz4-hero-actions button:hover{background:#ff5c40;transform:translateY(-1px)}.kdz4-hero-actions a{border:1px solid #2b3038;background:#101318;color:#d9dce0}.kdz4-hero-actions a:hover{border-color:#434a55;background:#15181d}.kdz4-hero-actions svg{width:15px}.kdz4-hero-proof{display:flex;gap:8px;flex-wrap:wrap;margin-top:22px}.kdz4-hero-proof span{height:30px;border:1px solid #242831;background:#0d0f13;border-radius:999px;padding:0 10px;display:flex;align-items:center;gap:6px;color:#747c87;font-size:8px;font-weight:760}.kdz4-hero-proof svg{width:12px;color:#fd735b}.kdz4-hero-visual{height:450px;position:relative;display:grid;place-items:center;z-index:2}.kdz4-hero-visual>img{width:152px;height:152px;object-fit:contain;z-index:5;filter:drop-shadow(0 0 38px rgba(253,69,38,.22));animation:kd4-float 5.5s ease-in-out infinite}.kdz4-hero-visual .ring{position:absolute;border-radius:50%;border:1px solid rgba(255,255,255,.1);box-shadow:inset 0 0 40px rgba(255,255,255,.015)}.kdz4-hero-visual .r1{width:230px;height:230px;border-color:rgba(253,69,38,.23);animation:kd4-spin 18s linear infinite}.kdz4-hero-visual .r2{width:340px;height:340px;border-style:dashed;border-color:rgba(255,255,255,.09);animation:kd4-spin-rev 30s linear infinite}.kdz4-hero-visual .r3{width:430px;height:430px;border-color:rgba(88,227,215,.08)}.kdz4-hero-visual .node{position:absolute;width:7px;height:7px;border-radius:50%;background:var(--kd4-orange);box-shadow:0 0 14px rgba(253,69,38,.72);z-index:4}.kdz4-hero-visual .n1{transform:translate(110px,-170px)}.kdz4-hero-visual .n2{transform:translate(-184px,-76px);background:var(--kd4-cyan);box-shadow:0 0 14px rgba(88,227,215,.65)}.kdz4-hero-visual .n3{transform:translate(176px,100px);background:var(--kd4-purple);box-shadow:0 0 14px rgba(155,120,255,.62)}.kdz4-hero-visual .n4{transform:translate(-96px,186px)}.kdz4-visual-card{position:absolute;min-width:190px;border:1px solid #2a2e35;background:rgba(14,17,21,.89);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-radius:13px;padding:10px 12px;display:flex;align-items:center;gap:9px;box-shadow:0 18px 55px rgba(0,0,0,.35);z-index:8}.kdz4-visual-card>svg{width:17px;color:#fe7258}.kdz4-visual-card>span{display:grid}.kdz4-visual-card b{font-size:9px}.kdz4-visual-card small{font-size:7px;color:#666e79;margin-top:3px}.kdz4-visual-card.c1{left:4%;top:24%;animation:kd4-card-float 6.5s ease-in-out infinite}.kdz4-visual-card.c2{right:0;top:39%;animation:kd4-card-float 7.2s ease-in-out infinite reverse}.kdz4-visual-card.c3{left:12%;bottom:16%;animation:kd4-card-float 7.7s ease-in-out infinite}@keyframes kd4-spin{to{transform:rotate(1turn)}}@keyframes kd4-spin-rev{to{transform:rotate(-1turn)}}@keyframes kd4-float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes kd4-card-float{0%,to{transform:translateY(0)}50%{transform:translateY(-7px)}}.kdz4-search-panel{border:1px solid #252a31;background:linear-gradient(180deg,rgba(17,20,25,.95),rgba(11,13,16,.96));border-radius:18px;padding:12px;box-shadow:var(--kd4-shadow);position:relative;z-index:10}.kdz4-search-panel:before{content:"";position:absolute;inset:-1px;border-radius:18px;padding:1px;background:linear-gradient(115deg,rgba(253,69,38,.36),transparent 24%,transparent 78%,rgba(88,227,215,.13));-webkit-mask:linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0);-webkit-mask-composite:xor;mask-composite:exclude;pointer-events:none}.kdz4-search-panel form{height:62px;border:1px solid #303640;background:#080a0d;border-radius:13px;padding:0 7px 0 18px;display:grid;grid-template-columns:24px minmax(0,1fr) auto;align-items:center;gap:10px}.kdz4-search-panel form>svg{width:19px;color:#5f6671}.kdz4-search-panel input{width:100%;border:0;background:transparent;outline:0;color:#f4f5f6;font-size:16px;font-weight:650}.kdz4-search-panel input::placeholder{color:#4e5560}.kdz4-search-panel form button{height:48px;border:0;border-radius:10px;background:var(--kd4-orange);color:#fff;padding:0 17px;display:flex;align-items:center;gap:8px;font-size:10px;font-weight:900;cursor:pointer}.kdz4-search-panel form button:hover{background:#ff5d42}.kdz4-search-panel form button:disabled{opacity:.66;cursor:wait}.kdz4-search-panel form button svg{width:15px}.kdz4-search-meta{min-height:48px;padding:10px 6px 2px;display:flex;align-items:center;gap:16px;flex-wrap:wrap}.kdz4-search-meta>label{display:flex;align-items:center;gap:7px;color:#69717d;font-size:8px;font-weight:750}.kdz4-search-meta>label>svg{width:13px}.kdz4-search-meta select{height:30px;border:1px solid #2a2f36;background:#111419;color:#cdd1d7;border-radius:8px;padding:0 8px;font-size:8px;outline:0}.kdz4-search-meta>p{margin-left:auto;color:#555d68;font-size:8px;display:flex;align-items:center;gap:7px}.kdz4-search-meta>p svg{width:12px;color:#707a85}.kdz4-country-tool{display:flex;align-items:center;gap:8px}.kdz4-country-tool>span{font-size:8px;color:#69717d;display:flex;align-items:center;gap:6px}.kdz4-country-tool>span svg{width:12px}.kdz4-country{position:relative;min-width:220px}.kdz4-country.compact{min-width:155px}.kdz4-country-trigger{width:100%;min-height:44px;border:1px solid #2a2e35;background:#0d1014;border-radius:10px;color:#fff;padding:6px 9px;display:grid;grid-template-columns:30px minmax(0,1fr) 14px;align-items:center;gap:8px;text-align:left;cursor:pointer}.kdz4-country.compact .kdz4-country-trigger{min-height:32px;grid-template-columns:24px 1fr 12px;padding:3px 7px;border-radius:8px}.kdz4-country-trigger:hover{border-color:#3b424c}.kdz4-country-trigger>span:nth-child(2){display:grid}.kdz4-country-trigger b{font-size:9px}.kdz4-country-trigger small{font-size:7px;color:#69717b;margin-top:1px}.kdz4-country-trigger>svg{width:12px;color:#68717b}.kdz4-flag,.kdz4-flag-fallback{width:30px;height:22px;border-radius:5px;overflow:hidden;display:grid;place-items:center;background:#171a1f;border:1px solid #30353d}.kdz4-country.compact .kdz4-flag,.kdz4-country.compact .kdz4-flag-fallback{width:24px;height:18px;border-radius:4px}.kdz4-flag img{width:100%;height:100%;object-fit:cover;display:block}.kdz4-flag-fallback svg{width:12px;color:#7d858f}.kdz4-country-popover{position:absolute;top:calc(100% + 8px);left:0;width:330px;z-index:180;border:1px solid #2a2f36;background:#0d1014;border-radius:14px;padding:8px;box-shadow:0 24px 75px rgba(0,0,0,.6)}.kdz4-country.compact .kdz4-country-popover{left:auto;right:0}.kdz4-country-search{height:40px;border:1px solid #272c33;background:#090b0e;border-radius:9px;display:flex;align-items:center;gap:8px;padding:0 10px}.kdz4-country-search svg{width:14px;color:#646d78}.kdz4-country-search input{border:0;background:transparent;outline:0;color:#fff;font-size:10px;flex:1 1}.kdz4-country-list{max-height:330px;overflow:auto;margin-top:7px;display:grid;gap:2px;padding-right:2px}.kdz4-country-list button{height:45px;border:0;background:transparent;border-radius:8px;padding:4px 7px;color:#cfd3d8;display:grid;grid-template-columns:31px 1fr 14px;align-items:center;gap:8px;text-align:left;cursor:pointer}.kdz4-country-list button.active,.kdz4-country-list button:hover{background:#171a20}.kdz4-country-list button>span:nth-child(2){display:grid}.kdz4-country-list b{font-size:9px}.kdz4-country-list small{font-size:7px;color:#616975}.kdz4-country-list button>svg{width:13px;color:var(--kd4-orange)}.kdz4-feature-strip{display:grid;grid-template-columns:220px minmax(0,1fr);gap:26px;margin:56px 0 46px;align-items:start}.kdz4-section-head>div>span,.kdz4-section-title>span{display:block;color:#ff6c50;font-size:8px;font-weight:900;letter-spacing:.15em;text-transform:uppercase}.kdz4-section-head h2,.kdz4-section-title h2{margin:6px 0 5px;font-size:25px;letter-spacing:-.035em}.kdz4-section-head p,.kdz4-section-title p{margin:0;color:#6e7681;font-size:9px;line-height:1.55}.kdz4-featured-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:8px}.kdz4-featured-grid button{min-height:64px;border:1px solid #242931;background:#0d1014;border-radius:11px;padding:10px 11px;color:#fff;display:flex;align-items:center;justify-content:space-between;text-align:left;cursor:pointer;transition:.18s ease}.kdz4-featured-grid button:hover{transform:translateY(-2px);border-color:#4b3631;background:#131316;box-shadow:0 14px 30px rgba(0,0,0,.2)}.kdz4-featured-grid button>span{display:grid}.kdz4-featured-grid b{font-size:12px}.kdz4-featured-grid small{font-size:7px;color:#6e7680;margin-top:4px}.kdz4-featured-grid svg{width:14px;color:#fd6a50}.kdz4-service-bento{display:grid;grid-template-columns:1.3fr .85fr .85fr;gap:10px;margin:0 0 58px}.kdz4-service-bento article{min-height:210px;border:1px solid #252a31;background:linear-gradient(145deg,#101318,#0b0d10);border-radius:16px;padding:22px;position:relative;overflow:hidden;transition:.2s ease}.kdz4-service-bento article:hover{border-color:#3c424b;transform:translateY(-2px)}.kdz4-service-bento article:after{content:"";position:absolute;width:180px;height:180px;border-radius:50%;background:rgba(253,69,38,.06);filter:blur(28px);right:-70px;bottom:-90px}.kdz4-service-bento small{font-size:8px;letter-spacing:.13em;color:#6b737e;font-weight:900}.kdz4-service-bento h3{font-size:21px;letter-spacing:-.035em;margin:10px 0 8px;max-width:390px}.kdz4-service-bento p{font-size:9px;color:#747c87;line-height:1.6;max-width:470px;margin:0}.kdz4-bento-icon{width:38px;height:38px;border:1px solid #30353e;border-radius:10px;background:#171a1f;display:grid;place-items:center;margin-bottom:30px}.kdz4-bento-icon svg{width:17px;color:#fd7158}.kdz4-record-demo{margin-top:18px;border:1px solid #252a31;background:#090b0e;border-radius:11px;padding:7px}.kdz4-record-demo span{display:grid;grid-template-columns:55px 90px 1fr;gap:8px;padding:8px;border-top:1px solid #1d2127;font-size:8px}.kdz4-record-demo span:first-child{border-top:0}.kdz4-record-demo b{color:#ff745c}.kdz4-record-demo code{color:#c9ced4}.kdz4-record-demo em{font-style:normal;color:#727a84;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.kdz4-alert{min-height:44px;border:1px solid #5a3037;background:#1b1114;color:#e7a6ad;border-radius:11px;margin:0 0 20px;padding:10px 13px;display:flex;align-items:center;gap:9px;font-size:9px}.kdz4-alert svg{width:15px}.kdz4-results{margin:0 0 62px}.kdz4-section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin-bottom:18px}.kdz4-section-head>strong{font-size:9px;color:#646c76;font-weight:760}.kdz4-result-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.kdz4-result-grid article{min-height:280px;border:1px solid #242930;background:linear-gradient(150deg,#101318,#0b0d10);border-radius:16px;padding:18px;position:relative;overflow:hidden;display:flex;flex-direction:column;transition:border-color .2s ease,box-shadow .2s ease}.kdz4-result-grid article:hover{border-color:#353c45;box-shadow:0 22px 50px rgba(0,0,0,.22)}.kdz4-result-grid article.exact{border-color:#5d382f;background:linear-gradient(150deg,#15100f,#0b0d10)}.kdz4-result-grid article.quote{opacity:.88}.kdz4-result-top{display:flex;align-items:center;gap:6px;min-height:24px}.kdz4-tld{height:24px;padding:0 8px;border:1px solid #303640;background:#15181d;border-radius:7px;font-size:9px}.kdz4-deal,.kdz4-tld{display:inline-flex;align-items:center;font-weight:900}.kdz4-deal{padding:0 7px;border:1px solid #315d4b;background:#0e1814;color:#7be4aa;font-size:6px;letter-spacing:.08em}.kdz4-deal,.kdz4-state{height:22px;border-radius:999px}.kdz4-state{margin-left:auto;padding:0 8px;display:flex;align-items:center;gap:5px;border:1px solid #353a42;background:#15181d;color:#9299a3;font-size:7px;font-weight:850;text-transform:uppercase}.kdz4-state i{width:5px;height:5px;border-radius:50%;background:#8c939c}.kdz4-state.good{color:#76dea4;border-color:#28513d;background:#0e1713}.kdz4-state.good i{background:#67dfa0}.kdz4-state.bad{color:#e98690;border-color:#593139;background:#1a1013}.kdz4-state.bad i{background:#ed7582}.kdz4-state.warn{color:#e3bc70;border-color:#5a482c;background:#17140e}.kdz4-state.warn i{background:#e7b95f}.kdz4-result-grid h3{font-size:17px;letter-spacing:-.025em;margin:22px 0 13px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.kdz4-price{display:flex;align-items:baseline;gap:6px}.kdz4-price b{font-size:28px;letter-spacing:-.04em}.kdz4-price small{font-size:9px;color:#747b85}.kdz4-renewal{display:flex;justify-content:space-between;gap:12px;border-top:1px solid #22262c;border-bottom:1px solid #22262c;padding:10px 0;margin:13px 0;color:#767e89;font-size:8px}.kdz4-renewal b{color:#c8cdd3}.kdz4-result-note{font-size:8px;color:#656d78;line-height:1.55;margin:0 0 12px}.kdz4-review-note{font-size:7px;color:#d8aa64;display:flex;align-items:center;gap:5px;margin:0 0 9px}.kdz4-review-note svg{width:11px}.kdz4-result-button{margin-top:auto;height:40px;border:1px solid #383e47;background:#f5f5f1;color:#111;border-radius:10px;padding:0 11px;display:flex;align-items:center;gap:7px;font-size:9px;font-weight:900;cursor:pointer}.kdz4-result-button:hover:not(:disabled){background:#fff;transform:translateY(-1px)}.kdz4-result-button svg{width:13px}.kdz4-result-button svg:last-child{margin-left:auto}.kdz4-result-button:disabled{opacity:.4;cursor:not-allowed}.kdz4-result-button.muted{background:#171a1f;color:#8a919b}.kdz4-load-more{height:43px;margin:18px auto 0;border:1px solid #2b3038;background:#111419;color:#bfc4ca;border-radius:11px;padding:0 16px;display:flex;align-items:center;gap:8px;font-size:9px;font-weight:850;cursor:pointer}.kdz4-load-more:hover{border-color:#414852;color:#fff}.kdz4-load-more svg{width:13px}.kdz4-directory{border-top:1px solid #1c2025;padding-top:54px}.kdz4-section-head.directory-head{align-items:center}.kdz4-extension-search{width:330px;height:42px;border:1px solid #292e35;background:#0d1014;border-radius:10px;padding:0 11px;display:flex;align-items:center;gap:8px}.kdz4-extension-search svg{width:14px;color:#69717c}.kdz4-extension-search input{flex:1 1;border:0;outline:0;background:transparent;color:#fff;font-size:10px}.kdz4-extension-groups{display:flex;gap:7px;flex-wrap:wrap;margin:18px 0}.kdz4-extension-groups button{height:32px;border:1px solid #272c33;background:#0f1216;color:#737b85;border-radius:999px;padding:0 11px;font-size:8px;font-weight:850;cursor:pointer}.kdz4-extension-groups button.active,.kdz4-extension-groups button:hover{color:#fff;border-color:#594038;background:#191311}.kdz4-extension-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:7px}.kdz4-extension-grid button{height:58px;border:1px solid #22272e;background:#0d1014;border-radius:10px;color:#fff;padding:8px 10px;display:flex;align-items:center;justify-content:space-between;text-align:left;cursor:pointer;transition:.16s ease}.kdz4-extension-grid button:hover{transform:translateY(-2px);background:#12151a;border-color:#3b414a}.kdz4-extension-grid button>span{display:grid}.kdz4-extension-grid b{font-size:10px}.kdz4-extension-grid small{font-size:7px;color:#646c76;margin-top:3px}.kdz4-extension-grid svg{width:12px;color:#fd674d}.kdz4-directory-footer{margin-top:14px;display:flex;align-items:center;justify-content:space-between;gap:12px}.kdz4-directory-footer>span{font-size:8px;color:#626a74;display:flex;align-items:center;gap:7px}.kdz4-directory-footer>span svg{width:13px}.kdz4-directory-footer button{height:38px;border:1px solid #2b3038;background:#111419;color:#c3c7cd;border-radius:10px;padding:0 13px;display:flex;align-items:center;gap:7px;font-size:8px;font-weight:850;cursor:pointer}.kdz4-directory-footer button svg{width:12px}.kdz4-footer{border-top:1px solid rgba(255,255,255,.07);background:#070809;margin-top:auto}.kdz4-footer-grid{width:min(1500px,calc(100% - 56px));margin:0 auto;padding:54px 0 42px;display:grid;grid-template-columns:minmax(280px,1.5fr) repeat(4,minmax(130px,.65fr));gap:34px}.kdz4-footer-mark>a{display:inline-flex}.kdz4-footer-mark img{width:52px;height:52px;filter:drop-shadow(0 0 18px rgba(253,69,38,.18))}.kdz4-footer-mark p{font-size:9px;line-height:1.65;color:#6c747e;max-width:330px;margin:16px 0 13px}.kdz4-footer-mark>span{font-size:8px;color:#7c848f;display:flex;align-items:center;gap:7px}.kdz4-footer-mark>span svg{width:13px;color:#fd6a50}.kdz4-footer-col{display:grid;align-content:start;gap:9px}.kdz4-footer-col b{font-size:9px;color:#e7e8ea;margin-bottom:5px}.kdz4-footer-col a{font-size:8px;color:#68717b;text-decoration:none}.kdz4-footer-col a:hover{color:#fff}.kdz4-footer-bottom{width:min(1500px,calc(100% - 56px));margin:0 auto;border-top:1px solid #1d2126;padding:18px 0 26px;display:flex;justify-content:space-between;gap:20px;color:#555d67;font-size:7px;line-height:1.5}.kdz4-footer-bottom span:last-child{text-align:right;max-width:690px}.kdz4-root .kdz-dashboard,.kdz4-root .kdz-domain-detail,.kdz4-root .kdz-orders{width:min(1380px,calc(100% - 44px));margin-inline:auto}.kdz4-root .kdz-dashboard{padding-top:48px;padding-bottom:80px}.kdz4-root .kdz-domain-detail{padding-top:36px;padding-bottom:80px}.kdz4-root .kdz-dashboard-hero.v3,.kdz4-root .kdz-domain-hero.v3{border-radius:18px;border-color:#2a2f36;background:linear-gradient(145deg,#111419,#0b0d10);box-shadow:0 26px 70px rgba(0,0,0,.22)}.kdz4-root .kdz-dns-toolbox,.kdz4-root .kdz-domain-card,.kdz4-root .kdz-panel,.kdz4-root .kdz-quick-subdomain,.kdz4-root .kdz-stat-grid.v3 article{border-color:#252a31;background:#0f1216}.kdz4-root .kdz-domain-card:hover{border-color:#3e454f;box-shadow:0 18px 42px rgba(0,0,0,.2)}.kdz4-root .kdz-primary{background:var(--kd4-orange)!important;color:#fff!important;border-color:var(--kd4-orange)!important}.kdz4-root .kdz-primary:hover{background:#ff5d41!important}.kdz4-root .kdz-secondary{background:#111419!important;border-color:#2d323a!important;color:#d7dade!important}.kdz4-root .kdz-eyebrow{color:#ff6b50!important}.kdz4-root .kdz-tabs{background:#0d1014;border-color:#252a31}.kdz4-root .kdz-tabs button.active{background:#191311;color:#fff;border-color:#5b382f}.kdz4-root .kdz-dns-presets button:hover{border-color:#654036;background:#1a1311}.v609-domain-pay,.v609-register-wrap{background:radial-gradient(circle at 20% 0,rgba(253,69,38,.08),transparent 30%),#070809!important;color:#f4f5f6;min-height:100vh}.kdz4-register-brand{display:flex!important;align-items:center!important;gap:14px!important}.kdz4-register-brand>a{width:50px;height:50px;display:grid;place-items:center}.kdz4-register-brand img{width:44px!important;height:44px!important;filter:drop-shadow(0 0 16px rgba(253,69,38,.2))}.kdz4-register-brand>span{font-size:9px!important;color:#6d7580!important}.v609-domain-pay-hero,.v609-pay-card,.v609-register-card,.v609-register-summary{border-color:#282d34!important;background:#0f1216!important;box-shadow:0 24px 70px rgba(0,0,0,.22)!important}.v609-register-primary{background:var(--kd4-orange)!important;border-color:var(--kd4-orange)!important;color:#fff!important}@media(max-width:1250px){.kdz4-header-inner{padding:0 20px;gap:18px}.kdz4-live-pill{display:none}.kdz4-nav a{padding:0 10px}.kdz4-market{width:min(1180px,calc(100% - 36px))}.kdz4-hero{grid-template-columns:1fr 430px;gap:28px}.kdz4-hero h1{font-size:64px}.kdz4-featured-grid{grid-template-columns:repeat(4,1fr)}.kdz4-extension-grid{grid-template-columns:repeat(5,1fr)}}@media(max-width:980px){.kdz4-nav{display:none}.kdz4-menu-button{display:grid}.kdz4-header-inner{grid-template-columns:auto 1fr auto}.kdz4-header-actions{grid-column:3}.kdz4-mobile-nav{display:grid;padding:8px 18px 13px;border-top:1px solid #1e2228;background:#0a0c0f}.kdz4-mobile-nav a{height:42px;padding:0 10px;display:flex;align-items:center;gap:9px;color:#929aa4;text-decoration:none;border-radius:8px;font-size:10px;font-weight:800}.kdz4-mobile-nav a.active,.kdz4-mobile-nav a:hover{background:#15181d;color:#fff}.kdz4-mobile-nav a svg{width:14px}.kdz4-mobile-nav a svg:last-child{margin-left:auto;opacity:.5}.kdz4-hero{grid-template-columns:1fr;min-height:auto;padding-top:40px}.kdz4-hero-copy{max-width:780px}.kdz4-hero-visual{height:360px}.kdz4-service-bento{grid-template-columns:1fr 1fr}.kdz4-service-bento .wide{grid-column:1/-1}.kdz4-result-grid{grid-template-columns:1fr 1fr}.kdz4-feature-strip{grid-template-columns:1fr}.kdz4-extension-grid,.kdz4-featured-grid{grid-template-columns:repeat(4,1fr)}.kdz4-footer-grid{grid-template-columns:1.5fr repeat(2,1fr)}.kdz4-footer-mark{grid-row:span 2}}@media(max-width:700px){.kdz4-header-inner{height:66px;padding:0 14px;gap:8px}.kdz4-logo{width:46px;height:46px}.kdz4-logo img{width:36px;height:36px}.kdz4-account{min-width:0;width:46px;grid-template-columns:34px;padding:5px}.kdz4-account-copy,.kdz4-account>svg{display:none}.kdz4-account-menu{right:-50px;width:min(280px,calc(100vw - 24px))}.kdz4-market{width:calc(100% - 24px);padding-top:30px}.kdz4-hero{padding-inline:2px;gap:14px}.kdz4-hero h1{font-size:clamp(45px,14vw,66px);margin-top:15px}.kdz4-hero-copy>p{font-size:12px}.kdz4-hero-actions>*{flex:1 1;justify-content:center;min-width:160px}.kdz4-hero-proof{display:grid;grid-template-columns:1fr 1fr}.kdz4-hero-visual{height:300px}.kdz4-hero-visual>img{width:112px;height:112px}.kdz4-hero-visual .r1{width:180px;height:180px}.kdz4-hero-visual .r2{width:250px;height:250px}.kdz4-hero-visual .r3{width:300px;height:300px}.kdz4-visual-card{min-width:150px;padding:8px 9px}.kdz4-visual-card.c1{left:0}.kdz4-visual-card.c2{right:0}.kdz4-visual-card.c3{left:4%}.kdz4-search-panel form{height:auto;min-height:58px;grid-template-columns:20px 1fr}.kdz4-search-panel form button{grid-column:1/-1;width:100%;justify-content:center;margin-bottom:2px}.kdz4-search-meta{align-items:stretch;flex-direction:column}.kdz4-country-tool,.kdz4-search-meta>label{justify-content:space-between}.kdz4-search-meta>p{margin-left:0}.kdz4-country.compact{min-width:170px}.kdz4-country.compact .kdz4-country-popover{right:auto;left:0}.kdz4-featured-grid{grid-template-columns:repeat(2,1fr)}.kdz4-service-bento{grid-template-columns:1fr}.kdz4-service-bento .wide{grid-column:auto}.kdz4-result-grid{grid-template-columns:1fr}.kdz4-extension-grid{grid-template-columns:repeat(2,1fr)}.kdz4-section-head{align-items:flex-start;flex-direction:column}.kdz4-extension-search{width:100%}.kdz4-directory-footer{align-items:flex-start;flex-direction:column}.kdz4-footer-grid{width:calc(100% - 30px);grid-template-columns:1fr 1fr;padding-top:36px}.kdz4-footer-mark{grid-column:1/-1;grid-row:auto}.kdz4-footer-bottom{width:calc(100% - 30px);flex-direction:column}.kdz4-footer-bottom span:last-child{text-align:left}.kdz4-root .kdz-dashboard,.kdz4-root .kdz-domain-detail,.kdz4-root .kdz-orders{width:calc(100% - 24px)}}@media(max-width:430px){.kdz4-extension-grid,.kdz4-featured-grid,.kdz4-footer-grid,.kdz4-hero-proof{grid-template-columns:1fr}.kdz4-footer-col{border-top:1px solid #1d2126;padding-top:14px}}@media(prefers-reduced-motion:reduce){.kdz4-root *{scroll-behavior:auto!important}.kdz4-hero-visual .ring,.kdz4-hero-visual>img,.kdz4-visual-card{animation:none!important;transition:none!important}}:root{--d5-bg:#08090b;--d5-card:#101216;--d5-card2:#0c0e12;--d5-line:rgba(255,255,255,.09);--d5-text:#f6f7f8;--d5-muted:#8e96a6;--d5-accent:#ff4b31;--d5-good:#34d399;--d5-warn:#fbbf24}.d5-admin{display:grid;gap:18px}.d5-admin-tabs{position:sticky;top:74px;z-index:12;display:flex;gap:8px;flex-wrap:wrap;padding:10px;border:1px solid var(--d5-line);border-radius:16px;background:rgba(9,10,12,.88);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.d5-admin-tabs button,.d5-panel button{min-height:38px;border:1px solid var(--d5-line);border-radius:10px;background:#15181d;color:var(--d5-text);padding:0 14px;font-weight:700;cursor:pointer;transition:.18s ease}.d5-admin-tabs button:hover,.d5-panel button:hover{transform:translateY(-1px);border-color:rgba(255,75,49,.45)}.d5-admin-tabs .active{background:rgba(255,75,49,.13);border-color:rgba(255,75,49,.5);color:#fff}.d5-admin-note{padding:12px 14px;border-radius:12px;border:1px solid rgba(52,211,153,.25);background:rgba(52,211,153,.08);color:#c8f7e5}.d5-metrics{display:grid;grid-template-columns:repeat(6,minmax(120px,1fr));gap:10px}.d5-metrics>div{padding:16px;border:1px solid var(--d5-line);border-radius:14px;background:linear-gradient(145deg,#11141a,#0b0d10)}.d5-metrics span{display:block;color:var(--d5-muted);font-size:12px}.d5-metrics b{display:block;margin-top:6px;font-size:24px}.d5-panel{padding:20px;border:1px solid var(--d5-line);border-radius:18px;background:linear-gradient(145deg,rgba(18,20,26,.96),rgba(10,12,15,.96));box-shadow:0 24px 60px rgba(0,0,0,.22)}.d5-panel h3{display:flex;align-items:center;gap:9px;margin:0 0 8px;font-size:18px}.d5-panel h3 svg{width:18px;color:var(--d5-accent)}.d5-panel p{max-width:900px;color:var(--d5-muted);line-height:1.55}.d5-panel label{display:grid;gap:7px;color:#d8dce5;font-size:13px}.d5-panel input,.d5-panel select,.d5-panel textarea{width:100%;min-height:40px;border:1px solid var(--d5-line);border-radius:10px;background:#090b0e;color:#fff;padding:10px 12px;outline:none}.d5-panel textarea{min-height:92px;resize:vertical}.d5-panel input:focus,.d5-panel select:focus,.d5-panel textarea:focus{border-color:rgba(255,75,49,.58);box-shadow:0 0 0 3px rgba(255,75,49,.08)}.d5-inline{display:grid;grid-template-columns:repeat(auto-fit,minmax(130px,1fr));gap:9px;align-items:end;margin:14px 0}.d5-table{display:grid;gap:7px}.d5-table>div{display:grid;grid-template-columns:minmax(150px,1.3fr) .6fr 2fr auto;gap:10px;align-items:center;padding:11px 12px;border:1px solid var(--d5-line);border-radius:11px;background:#0b0d11}.d5-table small{color:var(--d5-muted)}.d5-stack{display:grid;gap:12px}.d5-price-grid,.d5-provider-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(210px,1fr));gap:10px;margin-top:14px}.d5-price-grid>div,.d5-provider-grid>div{display:grid;gap:5px;padding:14px;border:1px solid var(--d5-line);border-radius:12px;background:#0b0d11}.d5-price-grid small,.d5-provider-grid small{color:var(--d5-muted)}.d5-provider-grid a{color:#aeb7c8}.d5-cost-warning{margin:12px 0;padding:12px 14px;border-radius:12px;border:1px solid rgba(251,191,36,.25);background:rgba(251,191,36,.07);color:#ffe9aa;display:flex;gap:9px;align-items:center}.d5-plan-row{display:grid;grid-template-columns:120px 130px repeat(3,minmax(110px,1fr)) 48px;gap:8px;align-items:center;padding:10px;border:1px solid var(--d5-line);border-radius:12px;background:#0a0c10}.d5-fx{display:flex;align-items:center;gap:10px;flex-wrap:wrap;padding:12px 0}.d5-fx code{padding:5px 8px;border-radius:8px;background:#08090b;color:#cbd5e1}.d5-badge{display:inline-flex;align-items:center;gap:6px;border:1px solid var(--d5-line);border-radius:999px;padding:5px 8px;font-size:11px;color:#bec5d2}.d5-badge.good{border-color:rgba(52,211,153,.3);color:#9cf1cf}.d5-badge.warn{border-color:rgba(251,191,36,.3);color:#ffe39a}.d5-phone-row{display:grid!important;grid-template-columns:auto 1fr auto!important}.d5-phone-prefix{display:flex;align-items:center;padding:0 12px;border:1px solid var(--d5-line);border-radius:10px;background:#080a0d;color:#fff;font-weight:800;min-height:42px}.d5-phone-note{color:var(--d5-muted);font-size:11px}.d5-pay-layout{display:grid;grid-template-columns:minmax(0,1fr) 330px;gap:18px;align-items:start}.d5-pay-methods{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.d5-pay-method{display:flex;gap:10px;text-align:left;padding:14px!important;height:auto!important;min-height:74px!important}.d5-pay-method.active{border-color:rgba(255,75,49,.55)!important;background:rgba(255,75,49,.08)!important}.d5-pay-method span{display:grid;gap:3px}.d5-pay-method small{color:var(--d5-muted);font-weight:500}.d5-vouchers{display:grid;gap:10px;margin:14px 0}.d5-voucher{display:grid;grid-template-columns:1.4fr .55fr .45fr .45fr 1fr auto;gap:8px;align-items:end;padding:11px;border:1px solid var(--d5-line);border-radius:12px;background:#090b0e}.d5-voucher label{font-size:11px;color:var(--d5-muted)}.d5-voucher button{min-width:42px;padding:0!important}.d5-pay-meta{display:grid;grid-template-columns:repeat(3,1fr);gap:9px;margin:12px 0}.d5-pay-meta>div{padding:11px;border:1px solid var(--d5-line);border-radius:10px;background:#0a0c10}.d5-pay-meta span{display:block;color:var(--d5-muted);font-size:11px}.d5-pay-meta b{display:block;margin-top:4px}.d5-external-help{display:flex;align-items:center;gap:8px;color:#d7dce6;text-decoration:none;padding:10px 12px;border:1px dashed var(--d5-line);border-radius:10px}.d5-external-help:hover{border-color:rgba(255,75,49,.42)}@media(max-width:1150px){.d5-metrics{grid-template-columns:repeat(3,1fr)}.d5-plan-row{grid-template-columns:1fr 1fr 1fr}.d5-pay-layout{grid-template-columns:1fr}.d5-voucher{grid-template-columns:1fr 1fr 1fr}.d5-voucher>:nth-child(5){grid-column:1/-1}}@media(max-width:700px){.d5-metrics{grid-template-columns:repeat(2,1fr)}.d5-admin-tabs{top:62px;overflow:auto;flex-wrap:nowrap}.d5-pay-methods,.d5-plan-row,.d5-table>div,.d5-voucher{grid-template-columns:1fr}.d5-voucher>:nth-child(5){grid-column:auto}.d5-phone-row{grid-template-columns:auto 1fr!important}.d5-phone-row button{grid-column:1/-1}.d5-pay-meta{grid-template-columns:1fr}}@media(prefers-reduced-motion:reduce){.d5-admin-tabs button,.d5-panel button{transition:none!important}.d5-admin-tabs button:hover,.d5-panel button:hover{transform:none!important}}.d5-pay{max-width:1180px;margin:0 auto;padding:42px 22px 70px;color:var(--d5-text)}.d5-pay-top{display:flex;justify-content:space-between;gap:14px;align-items:center;margin-bottom:36px;color:var(--d5-muted);font-size:12px}.d5-pay-top a,.d5-pay-top span{display:flex;align-items:center;gap:7px;color:inherit;text-decoration:none}.d5-pay-top svg{width:14px}.d5-pay-title{max-width:820px;margin-bottom:26px}.d5-pay-title>span{font-size:11px;letter-spacing:.16em;color:var(--d5-accent);font-weight:900}.d5-pay-title h1{font-size:clamp(34px,5vw,58px);line-height:1;margin:10px 0 12px;letter-spacing:-.045em}.d5-pay-title p{color:var(--d5-muted);line-height:1.55}.d5-pay-grid{display:grid;grid-template-columns:minmax(0,1fr) 330px;gap:16px;align-items:start}.d5-pay-card,.d5-pay-summary{border:1px solid var(--d5-line);background:linear-gradient(145deg,#111318,#0b0d10);border-radius:18px;padding:20px}.d5-methods{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-bottom:16px}.d5-methods button{display:flex;gap:10px;text-align:left;align-items:flex-start;border:1px solid var(--d5-line);background:#0a0c10;color:#fff;border-radius:12px;padding:14px;cursor:pointer}.d5-methods button.active{border-color:rgba(255,75,49,.55);background:rgba(255,75,49,.08)}.d5-methods button svg{width:19px;color:var(--d5-accent)}.d5-methods span{display:grid;gap:4px}.d5-methods small{color:var(--d5-muted);font-weight:500;line-height:1.35}.d5-pay-card>label{display:grid;gap:7px;margin:12px 0;color:#d9dee8;font-size:12px}.d5-pay-card input{width:100%;min-height:43px;border:1px solid var(--d5-line);border-radius:10px;background:#080a0d;color:#fff;padding:10px 12px}.d5-recipient{display:grid;gap:5px;padding:12px;border:1px solid var(--d5-line);border-radius:11px;background:#090b0e;margin:12px 0}.d5-recipient code{overflow-wrap:anywhere;color:#d9dee8}.d5-voucher-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:16px}.d5-voucher-head>div{display:grid;gap:3px}.d5-voucher-head small{color:var(--d5-muted)}.d5-voucher-head button,.d5-vouchers>button{display:inline-flex;align-items:center;gap:6px;border:1px solid var(--d5-line);background:#14171c;color:#fff;border-radius:10px;padding:9px 11px;cursor:pointer}.d5-voucher-total{margin:10px 0;color:var(--d5-muted)}.d5-voucher-total b{color:#fff}.d5-external{display:inline-flex;margin:8px 0;color:#e5e9f1}.d5-confirm{display:flex!important;grid-template-columns:auto 1fr!important;align-items:flex-start!important;gap:10px!important;padding:12px;border:1px solid var(--d5-line);border-radius:11px;background:#090b0e}.d5-confirm input{width:auto!important;min-height:auto!important;margin-top:3px}.d5-confirm span{display:grid;gap:3px}.d5-confirm small{color:var(--d5-muted)}.d5-primary{width:100%;min-height:45px;border:0;border-radius:11px;background:var(--d5-accent);color:#fff;font-weight:900;display:flex;align-items:center;justify-content:center;gap:8px;cursor:pointer}.d5-primary:disabled{opacity:.5;cursor:not-allowed}.d5-alert{display:flex;gap:9px;align-items:flex-start;padding:12px 14px;border-radius:11px;border:1px solid rgba(251,191,36,.26);background:rgba(251,191,36,.07);color:#ffe7a3;margin:10px 0}.d5-pay-success{padding:30px;border:1px solid rgba(52,211,153,.25);border-radius:18px;background:rgba(52,211,153,.06)}.d5-pay-success svg{color:var(--d5-good)}.d5-pay-summary{display:grid;gap:0;position:sticky;top:92px}.d5-pay-summary>span{color:var(--d5-accent);font-size:10px;font-weight:900;letter-spacing:.12em}.d5-pay-summary h2{font-size:24px;margin:10px 0 16px;overflow-wrap:anywhere}.d5-pay-summary>div{display:flex;justify-content:space-between;gap:12px;padding:12px 0;border-top:1px solid var(--d5-line)}.d5-pay-summary small,.d5-summary-note{color:var(--d5-muted)}.d5-summary-note{display:grid!important;grid-template-columns:auto 1fr!important;justify-content:start!important;font-size:12px;line-height:1.5}.d5-summary-note svg{color:var(--d5-accent);width:18px}@media(max-width:900px){.d5-pay-grid{grid-template-columns:1fr}.d5-pay-summary{position:static}.d5-pay-top{align-items:flex-start;flex-direction:column}.d5-methods{grid-template-columns:1fr}}@layer kamerzo-domain-v7{.kdz4-root{--d7-bg:#08090a;--d7-panel:#0d0f12;--d7-line:#24272e;--d7-text:#f1f1ef;--d7-muted:#747985;background:var(--d7-bg)!important;color:var(--d7-text)}.kdz4-noise{opacity:.018!important}.kdz4-header{position:sticky!important;top:0;z-index:80;height:auto!important;border-bottom:1px solid #1d2025!important;background:rgba(8,9,10,.92)!important;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.kdz4-header-inner{width:min(1340px,calc(100% - 32px))!important;min-height:66px!important;margin:auto}.kdz4-logo{padding:0!important;border:0!important;border-radius:0!important;background:transparent!important}.kdz4-logo,.kdz4-logo img{width:35px!important;height:35px!important}.kdz4-nav{margin-left:23px!important;gap:2px!important}.kdz4-nav a{min-height:36px!important;padding:0 11px!important;border:1px solid transparent!important;border-radius:8px!important;color:#777c86!important;font-size:9px!important}.kdz4-nav a svg{width:13px!important}.kdz4-nav a:hover{color:#d1d3d8!important;background:#101216!important}.kdz4-nav a.active{color:#f0f1f3!important;border-color:#292c33!important;background:#111318!important;box-shadow:inset 0 -2px #fd4526}.kdz4-live-pill{border-color:#243027!important;background:#0d130f!important;color:#6d9c7d!important;font-size:7px!important}.kdz4-account{min-height:42px!important;border-color:#272a31!important;background:#0d0f12!important;border-radius:9px!important}.kdz4-account-menu{border-color:#2a2d34!important;background:#0c0e11f6!important;box-shadow:0 25px 70px rgba(0,0,0,.5)!important;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.kdz4-main{width:min(1340px,calc(100% - 32px))!important;margin:auto!important;padding:0!important}.kdz4-market{padding:0 0 100px!important}.kdz4-hero{min-height:600px!important;padding:90px 0 52px!important;display:grid!important;grid-template-columns:.9fr 1.1fr!important;gap:72px!important;align-items:center!important;border-bottom:0!important}.kdz4-hero:before{content:"";position:absolute;inset:-60px -120px auto 40%;height:500px;pointer-events:none;background:radial-gradient(circle,rgba(253,69,38,.06),transparent 62%);filter:blur(30px)}.kdz4-hero-copy{max-width:650px!important}.kdz4-kicker{color:#ff684a!important;font-size:8px!important;letter-spacing:.17em!important}.kdz4-hero h1{margin:18px 0 22px!important;max-width:720px;font-size:clamp(58px,6vw,88px)!important;line-height:.91!important;letter-spacing:-.066em!important}.kdz4-hero h1 em{color:#686b73!important}.kdz4-hero-copy>p{max-width:590px!important;color:#8b8f99!important;font-size:15px!important;line-height:1.72!important}.kdz4-hero-actions{gap:9px!important;margin-top:30px!important}.kdz4-hero-actions a,.kdz4-hero-actions button{min-height:42px!important;padding:0 14px!important;border-radius:9px!important;font-size:9px!important}.kdz4-hero-actions button{background:#fd4526!important;border-color:#fd4526!important;box-shadow:0 13px 35px rgba(253,69,38,.18)!important}.kdz4-hero-proof{margin-top:24px!important;gap:10px 16px!important;color:#666b75!important;font-size:8px!important}.kdz4-hero-visual{min-height:390px!important;border:1px solid #20232a;border-radius:18px;background:radial-gradient(circle at 50% 48%,rgba(253,69,38,.065),transparent 24%),linear-gradient(180deg,#0d0f12,#090a0c);overflow:hidden;box-shadow:0 35px 100px rgba(0,0,0,.34)}.kdz4-hero-visual>img{width:74px!important;height:74px!important;filter:drop-shadow(0 10px 26px rgba(0,0,0,.5))}.kdz4-hero-visual .ring{border-color:#282b32!important;opacity:.65}.kdz4-visual-card{border-color:#2b2e35!important;background:rgba(11,13,16,.88)!important;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);box-shadow:0 18px 44px rgba(0,0,0,.32)!important;border-radius:10px!important}.kdz4-search-panel{position:relative!important;z-index:6;margin-top:-22px!important;padding:12px!important;border:1px solid #292c33!important;border-radius:14px!important;background:#0e1013f2!important;box-shadow:0 20px 50px rgba(0,0,0,.28)!important;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.kdz4-search-panel form{min-height:54px!important;border-color:#2b2e35!important;border-radius:10px!important;background:#090b0e!important}.kdz4-search-panel form input{font-size:14px!important}.kdz4-search-panel form button{min-height:40px!important;border-radius:8px!important;background:#fd4526!important}.kdz4-search-meta{min-height:42px!important;padding:8px 3px 0!important}.kdz4-country-tool,.kdz4-search-meta label{color:#5f646e!important;font-size:8px!important}.kdz4-search-meta select{border-color:#282b32!important;background:#101216!important;color:#a0a4ad!important}.kdz4-directory,.kdz4-feature-strip,.kdz4-results,.kdz4-service-bento{margin-top:70px!important}.kdz4-section-head span,.kdz4-section-title span{color:#ff684a!important;font-size:7px!important;letter-spacing:.17em!important}.kdz4-section-head h2,.kdz4-section-title h2{font-size:32px!important;letter-spacing:-.045em!important}.kdz4-section-head p,.kdz4-section-title p{color:#6f747e!important;font-size:10px!important}.kdz4-featured-grid{gap:8px!important}.kdz4-extension-grid button,.kdz4-featured-grid button{min-height:58px!important;border-color:#22252c!important;border-radius:10px!important;background:#0d0f12!important}.kdz4-extension-grid button:hover,.kdz4-featured-grid button:hover{border-color:#373a43!important;background:#121419!important;transform:translateY(-2px)}.kdz4-extension-grid b,.kdz4-featured-grid b{font-size:11px!important}.kdz4-extension-grid small,.kdz4-featured-grid small{color:#5e636d!important;font-size:7px!important}.kdz4-service-bento{grid-template-columns:repeat(12,1fr)!important;gap:10px!important}.kdz4-service-bento article{min-height:210px!important;padding:22px!important;border-color:#22252c!important;border-radius:13px!important;background:#0d0f12!important}.kdz4-service-bento article.wide{grid-column:span 7!important}.kdz4-service-bento article:not(.wide){grid-column:span 5!important}.kdz4-service-bento h3{font-size:22px!important;letter-spacing:-.04em!important}.kdz4-service-bento p{color:#6f747e!important;font-size:9px!important}.kdz4-result-grid{gap:9px!important}.kdz4-result-card{min-height:250px!important;padding:20px!important;border-color:#24272e!important;border-radius:13px!important;background:linear-gradient(180deg,#0e1013,#0b0d10)!important}.kdz4-result-card:hover{border-color:#3a3d46!important;transform:translateY(-2px)}.kdz4-result-card .kdz4-price b{font-size:27px!important;letter-spacing:-.045em!important}.kdz4-result-card .kdz4-price small{color:#6d727c!important}.kdz4-result-note,.kdz4-review-note{color:#5f646f!important;font-size:7px!important}.kdz4-result-button{min-height:39px!important;border-radius:8px!important;font-size:8px!important}.kdz4-directory-footer button,.kdz4-load-more{min-height:40px!important;border-color:#282b32!important;border-radius:9px!important;background:#0f1114!important;color:#8a8f99!important}.kdz4-extension-groups button{border-color:#24272e!important;border-radius:999px!important;background:#0c0e11!important;color:#6f747e!important;font-size:8px!important}.kdz4-extension-groups button.active{background:#17191e!important;color:#d1d3d8!important;border-color:#373a42!important}.kdz4-extension-search{min-height:41px!important;border-color:#292c33!important;border-radius:9px!important;background:#0b0d10!important}.kdz4-footer{margin-top:0!important;border-top:1px solid #1d2025!important;background:#070809!important}.kdz4-footer-grid{width:min(1340px,calc(100% - 32px))!important;margin:auto!important;padding:70px 0 52px!important;gap:60px!important}.kdz4-footer-mark>a{width:35px!important;height:35px!important}.kdz4-footer-mark p{max-width:420px!important;color:#666b75!important;font-size:9px!important;line-height:1.7!important}.kdz4-footer-col b{color:#b5b8bf!important;font-size:8px!important}.kdz4-footer-col a{color:#5f646e!important;font-size:8px!important}.kdz4-footer-bottom{width:min(1340px,calc(100% - 32px))!important;margin:auto!important;color:#4f545e!important;font-size:7px!important}.d5-pay,.d5-register,.d5-wizard{color:#eef0f2}.d5-pay-card,.d5-pay-summary,.d5-register-card,.d5-register-summary{border-color:#24272e!important;border-radius:13px!important;background:#0d0f12!important;box-shadow:none!important}.d5-methods button{border-color:#272a31!important;border-radius:9px!important;background:#0b0d10!important}.d5-methods button.active{border-color:#fd684a!important;background:#fd45260c!important;box-shadow:inset 2px 0 #fd4526}.d5-voucher{border-color:#24272e!important;background:#0b0d10!important;border-radius:10px!important}.d5-primary{background:#fd4526!important;border-color:#fd4526!important;border-radius:9px!important}@media(max-width:1000px){.kdz4-hero{grid-template-columns:1fr!important;gap:38px!important}.kdz4-hero-visual{min-height:320px!important}.kdz4-service-bento article.wide,.kdz4-service-bento article:not(.wide){grid-column:span 6!important}}@media(max-width:720px){.kdz4-footer-bottom,.kdz4-footer-grid,.kdz4-header-inner,.kdz4-main{width:min(100% - 22px,1340px)!important}.kdz4-live-pill{display:none!important}.kdz4-hero{padding-top:60px!important}.kdz4-hero h1{font-size:52px!important}.kdz4-hero-visual{display:none!important}.kdz4-search-panel{margin-top:0!important}.kdz4-service-bento article.wide,.kdz4-service-bento article:not(.wide){grid-column:span 12!important}.kdz4-footer-grid{grid-template-columns:1fr 1fr!important}.kdz4-footer-mark{grid-column:1/-1!important}}}