/* Generated from user-supplied domains-dashboard-teal.html; scoped to HostingJet Domains page. */
body .hj-reference-v286.hj-page-current-domains .hj107-page-ui{
    --surface:#FFFFFF;
    --bg-subtle:#F2FAF9;

    --border:#DCEDE9;
    --border-strong:#C7E2DC;

    --ink:#0C1E1D;
    --ink-2:#4E6C69;
    --ink-3:#8FAAA6;

    --teal:#0FB5AE;
    --teal-deep:#0A8C86;
    --teal-tint:#E0F7F5;

    --cyan:#17B8D6;
    --cyan-tint:#E3F7FB;

    --green:#17B26A;
    --green-tint:#E7F9EF;

    --amber:#F2A93C;
    --amber-tint:#FDF3E3;

    --red:#E5484D;
    --red-tint:#FCE8E9;

    --radius-card:18px;
    --radius-control:10px;
    --radius-full:999px;

    --shadow-card:0 1px 2px rgba(6,40,38,0.05), 0 10px 26px rgba(6,40,38,0.06);
    --shadow-card-hover:0 6px 16px rgba(6,40,38,0.08), 0 26px 50px rgba(6,40,38,0.12);

    --ease:cubic-bezier(0.16,1,0.3,1);
    --ease-spring:cubic-bezier(0.34,1.56,0.64,1);
  }
body .hj-reference-v286.hj-page-current-domains .hj107-page-ui *{box-sizing:border-box;}
body .hj-reference-v286.hj-page-current-domains .hj107-page-ui{scroll-behavior:smooth;}
body .hj-reference-v286.hj-page-current-domains .hj107-page-ui,
body .hj-reference-v286.hj-page-current-domains .hj107-page-ui{margin:0;padding:0;}
body .hj-reference-v286.hj-page-current-domains .hj107-page-ui{
    background:var(--bg-subtle);
    color:var(--ink);
    font-family:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale;
    font-size:14px;
    min-height:100vh;
  }
body .hj-reference-v286.hj-page-current-domains .hj107-page-ui button,
body .hj-reference-v286.hj-page-current-domains .hj107-page-ui input{font-family:inherit;}
body .hj-reference-v286.hj-page-current-domains .hj107-page-ui svg{display:block;}
body .hj-reference-v286.hj-page-current-domains .hj107-page-ui a{color:inherit; text-decoration:none;}
body .hj-reference-v286.hj-page-current-domains .hj107-page-ui::selection{background:var(--teal-tint); color:var(--teal-deep);}
body .hj-reference-v286.hj-page-current-domains .hj107-page-ui::-webkit-scrollbar{width:10px; height:10px;}
body .hj-reference-v286.hj-page-current-domains .hj107-page-ui::-webkit-scrollbar-track{background:transparent;}
body .hj-reference-v286.hj-page-current-domains .hj107-page-ui::-webkit-scrollbar-thumb{background:var(--border-strong); border-radius:99px; border:2.5px solid var(--bg-subtle);}
body .hj-reference-v286.hj-page-current-domains .hj107-page-ui::-webkit-scrollbar-thumb:hover{background:var(--ink-3);}
body .hj-reference-v286.hj-page-current-domains .hj107-page-ui button:focus-visible,
body .hj-reference-v286.hj-page-current-domains .hj107-page-ui input:focus-visible{outline:2px solid var(--teal); outline-offset:2px;}
@media (prefers-reduced-motion: reduce){body .hj-reference-v286.hj-page-current-domains .hj107-page-ui *{animation:none !important; transition:none !important;}
body .hj-reference-v286.hj-page-current-domains .hj107-page-ui .reveal{opacity:1 !important; transform:none !important;}}
body .hj-reference-v286.hj-page-current-domains .hj107-page-ui .reveal{opacity:0; transform:translateY(16px); animation:fadeUp .7s var(--ease) forwards; animation-delay:var(--d,0s);}
@keyframes fadeUp{to{opacity:1; transform:translateY(0);}}
/* ================= Full-bleed hero band ================= */
body .hj-reference-v286.hj-page-current-domains .hj107-page-ui .hero-band{
    position:relative; overflow:hidden; width:100%;
    padding:60px clamp(20px,5vw,72px) 100px;
    background:linear-gradient(120deg, #063432 0%, #0B6E66 30%, #0FB5AE 56%, #17B8D6 78%, #0B6E66 100%);
    background-size:220% 220%;
    animation:auroraShift 18s ease-in-out infinite;
    color:#fff;
  }
@keyframes auroraShift{0%,100%{background-position:0% 30%;} 50%{background-position:100% 70%;}}
body .hj-reference-v286.hj-page-current-domains .hj107-page-ui .hero-orbs{position:absolute; inset:0; pointer-events:none; overflow:hidden;}
body .hj-reference-v286.hj-page-current-domains .hj107-page-ui .orb{position:absolute; border-radius:50%; filter:blur(72px); opacity:0.55; mix-blend-mode:screen;}
body .hj-reference-v286.hj-page-current-domains .hj107-page-ui .orb-1{width:420px; height:420px; background:#22D3EE; top:-160px; left:-90px; animation:orbFloat1 14s ease-in-out infinite;}
body .hj-reference-v286.hj-page-current-domains .hj107-page-ui .orb-2{width:380px; height:380px; background:#7C6CF0; bottom:-200px; right:-70px; animation:orbFloat2 18s ease-in-out infinite;}
body .hj-reference-v286.hj-page-current-domains .hj107-page-ui .orb-3{width:260px; height:260px; background:#0FB5AE; top:30%; right:18%; animation:orbFloat3 20s ease-in-out infinite;}
@keyframes orbFloat1{0%,100%{transform:translate(0,0) scale(1);} 50%{transform:translate(60px,40px) scale(1.15);}}
@keyframes orbFloat2{0%,100%{transform:translate(0,0) scale(1);} 50%{transform:translate(-50px,-30px) scale(1.1);}}
@keyframes orbFloat3{0%,100%{transform:translate(0,0) scale(1);} 50%{transform:translate(-40px,45px) scale(1.2);}}
body .hj-reference-v286.hj-page-current-domains .hj107-page-ui .hero-band-head{position:relative; z-index:1; max-width:1440px; margin:0 auto;}
body .hj-reference-v286.hj-page-current-domains .hj107-page-ui .page-kicker{
    display:inline-flex; align-items:center; gap:8px;
    background:rgba(255,255,255,0.12); border:1px solid rgba(255,255,255,0.22);
    backdrop-filter:blur(8px);
    border-radius:var(--radius-full); padding:6px 13px 6px 11px;
    font-size:11.5px; font-weight:700; letter-spacing:0.06em; text-transform:uppercase;
    color:#E8FFFC; margin-bottom:18px;
  }
body .hj-reference-v286.hj-page-current-domains .hj107-page-ui .page-kicker .dot{width:6px; height:6px; border-radius:50%; background:#5EF2C8; box-shadow:0 0 0 0 rgba(94,242,200,0.55); animation:pulseDot 2.4s ease-in-out infinite;}
body .hj-reference-v286.hj-page-current-domains .hj107-page-ui .page-head{display:flex; align-items:flex-start; justify-content:space-between; gap:24px;}
body .hj-reference-v286.hj-page-current-domains .hj107-page-ui .page-head h1{font-size:36px; font-weight:800; letter-spacing:-0.025em; margin:0 0 10px; color:#fff; text-shadow:0 2px 20px rgba(3,30,28,0.18);}
body .hj-reference-v286.hj-page-current-domains .hj107-page-ui .page-head p{font-size:15px; color:rgba(255,255,255,0.8); margin:0; max-width:480px; line-height:1.6;}
body .hj-reference-v286.hj-page-current-domains .hj107-page-ui .head-actions{display:flex; align-items:center; gap:10px; flex-shrink:0; padding-top:4px;}
body .hj-reference-v286.hj-page-current-domains .hj107-page-ui .btn-ghost{
    display:inline-flex; align-items:center; gap:7px;
    background:var(--surface); color:var(--ink-2);
    border:1px solid var(--border-strong); border-radius:var(--radius-full);
    padding:9px 16px; font-size:13px; font-weight:600; cursor:pointer;
    transition:background 0.15s var(--ease), border-color 0.15s var(--ease), color 0.15s var(--ease), transform 0.15s var(--ease);
  }
body .hj-reference-v286.hj-page-current-domains .hj107-page-ui .btn-ghost:hover{background:var(--bg-subtle); border-color:var(--ink-3); color:var(--ink); transform:translateY(-1px);}
body .hj-reference-v286.hj-page-current-domains .hj107-page-ui .btn-ghost:active{transform:translateY(0) scale(0.97);}
body .hj-reference-v286.hj-page-current-domains .hj107-page-ui .btn-ghost svg{width:14px;height:14px;}
body .hj-reference-v286.hj-page-current-domains .hj107-page-ui .hero-band-head .btn-ghost{background:rgba(255,255,255,0.12); border-color:rgba(255,255,255,0.30); color:#fff; backdrop-filter:blur(8px);}
body .hj-reference-v286.hj-page-current-domains .hj107-page-ui .hero-band-head .btn-ghost:hover{background:rgba(255,255,255,0.2);}
body .hj-reference-v286.hj-page-current-domains .hj107-page-ui .spin-once{animation:spin360 .6s var(--ease);}
@keyframes spin360{to{transform:rotate(360deg);}}
body .hj-reference-v286.hj-page-current-domains .hj107-page-ui .btn-primary{
    position:relative; overflow:hidden;
    display:inline-flex; align-items:center; gap:8px;
    background:var(--teal); color:#fff; border:1px solid var(--teal);
    border-radius:var(--radius-full); padding:9px 18px;
    font-size:13px; font-weight:600; cursor:pointer;
    box-shadow:0 4px 12px rgba(15,181,174,0.30);
    transition:background 0.15s var(--ease), box-shadow 0.15s var(--ease), transform 0.15s var(--ease);
  }
body .hj-reference-v286.hj-page-current-domains .hj107-page-ui .btn-primary:hover{background:var(--teal-deep); box-shadow:0 8px 20px rgba(15,181,174,0.38); transform:translateY(-1px);}
body .hj-reference-v286.hj-page-current-domains .hj107-page-ui .btn-primary:active{transform:translateY(0) scale(0.97);}
body .hj-reference-v286.hj-page-current-domains .hj107-page-ui .btn-primary svg{width:13px;height:13px; position:relative; z-index:1;}
body .hj-reference-v286.hj-page-current-domains .hj107-page-ui .btn-primary span{position:relative; z-index:1;}
body .hj-reference-v286.hj-page-current-domains .hj107-page-ui .btn-primary::after{
    content:""; position:absolute; top:0; left:-160%; width:60%; height:100%;
    background:linear-gradient(115deg, transparent, rgba(255,255,255,0.35), transparent);
    transform:skewX(-20deg); transition:left 0.65s var(--ease);
  }
body .hj-reference-v286.hj-page-current-domains .hj107-page-ui .btn-primary:hover::after{left:160%;}
body .hj-reference-v286.hj-page-current-domains .hj107-page-ui .hero-band-head .btn-primary{background:#fff; color:var(--teal-deep); border-color:#fff; box-shadow:0 12px 26px rgba(3,30,28,0.28);}
body .hj-reference-v286.hj-page-current-domains .hj107-page-ui .hero-band-head .btn-primary:hover{background:#EAFFFD; box-shadow:0 14px 30px rgba(3,30,28,0.32);}
body .hj-reference-v286.hj-page-current-domains .hj107-page-ui .hero-band-head .btn-primary::after{background:linear-gradient(115deg, transparent, rgba(15,181,174,0.22), transparent);}
@keyframes pulseDot{
    0%{box-shadow:0 0 0 0 rgba(94,242,200,0.5);}
    70%{box-shadow:0 0 0 7px rgba(94,242,200,0);}
    100%{box-shadow:0 0 0 0 rgba(94,242,200,0);}
  }
/* ================= Content ================= */
body .hj-reference-v286.hj-page-current-domains .hj107-page-ui .content{
    width:100%;
    padding:0 clamp(20px,5vw,72px) 110px;
    background:radial-gradient(1200px 320px at 50% 0%, rgba(15,181,174,0.06), transparent 70%), var(--bg-subtle);
  }
body .hj-reference-v286.hj-page-current-domains .hj107-page-ui .content-inner{max-width:1440px; margin:0 auto;}
/* ---------- Hero identity glass card ---------- */
body .hj-reference-v286.hj-page-current-domains .hj107-page-ui .hero-card{
    position:relative; z-index:5; margin-top:-76px; margin-bottom:22px;
    background:rgba(255,255,255,0.88); backdrop-filter:blur(20px) saturate(160%);
    border:1px solid rgba(255,255,255,0.7); border-radius:var(--radius-card);
    box-shadow:0 24px 60px rgba(4,34,32,0.22), 0 4px 14px rgba(4,34,32,0.10);
    overflow:hidden;
  }
body .hj-reference-v286.hj-page-current-domains .hj107-page-ui .hero-top{display:flex; align-items:center; justify-content:space-between; gap:20px; padding:24px 28px;}
body .hj-reference-v286.hj-page-current-domains .hj107-page-ui .hero-id{display:flex; align-items:center; gap:15px; min-width:0;}
body .hj-reference-v286.hj-page-current-domains .hj107-page-ui .hero-icon{
    width:48px;height:48px; border-radius:13px; background:var(--teal-tint);
    display:flex; align-items:center; justify-content:center; flex-shrink:0; position:relative;
    box-shadow:0 0 0 6px rgba(15,181,174,0.08);
  }
body .hj-reference-v286.hj-page-current-domains .hj107-page-ui .hero-icon svg{width:22px;height:22px; stroke:var(--teal-deep);}
body .hj-reference-v286.hj-page-current-domains .hj107-page-ui .hero-status-dot{
    position:absolute; bottom:-2px; right:-2px; width:13px;height:13px; border-radius:50%;
    background:var(--green); border:2.5px solid var(--surface);
    animation:pulseGreen 2.4s ease-in-out infinite;
  }
@keyframes pulseGreen{
    0%{box-shadow:0 0 0 0 rgba(23,178,106,0.42);}
    70%{box-shadow:0 0 0 7px rgba(23,178,106,0);}
    100%{box-shadow:0 0 0 0 rgba(23,178,106,0);}
  }
body .hj-reference-v286.hj-page-current-domains .hj107-page-ui .hero-id-name{display:flex; align-items:center; gap:8px;}
body .hj-reference-v286.hj-page-current-domains .hj107-page-ui .hero-id-name span{font-size:18px; font-weight:700; color:var(--ink); letter-spacing:-0.01em;}
body .hj-reference-v286.hj-page-current-domains .hj107-page-ui .hero-id-name svg{width:14px;height:14px; stroke:var(--ink-3); cursor:pointer; transition:stroke 0.15s var(--ease), transform 0.15s var(--ease);}
body .hj-reference-v286.hj-page-current-domains .hj107-page-ui .hero-id-name svg:hover{stroke:var(--teal); transform:translateY(-1px);}
body .hj-reference-v286.hj-page-current-domains .hj107-page-ui .hero-id-sub{font-size:12.5px; color:var(--ink-3); margin-top:4px;}
body .hj-reference-v286.hj-page-current-domains .hj107-page-ui .hero-actions{display:flex; align-items:center; gap:10px; flex-shrink:0;}
body .hj-reference-v286.hj-page-current-domains .hj107-page-ui .hero-grid{display:grid; grid-template-columns:repeat(4,1fr); border-top:1px solid var(--border);}
body .hj-reference-v286.hj-page-current-domains .hj107-page-ui .hero-cell{padding:18px 28px; display:flex; flex-direction:column; gap:9px; transition:background 0.15s var(--ease);}
body .hj-reference-v286.hj-page-current-domains .hj107-page-ui .hero-cell:hover{background:rgba(15,181,174,0.05);}
body .hj-reference-v286.hj-page-current-domains .hj107-page-ui .hero-cell + .hero-cell{border-left:1px solid var(--border);}
body .hj-reference-v286.hj-page-current-domains .hj107-page-ui .hero-cell-top{display:flex; align-items:center; gap:9px;}
body .hj-reference-v286.hj-page-current-domains .hj107-page-ui .hero-cell-icon{width:26px;height:26px; border-radius:7px; background:var(--surface); border:1px solid var(--border); display:flex; align-items:center; justify-content:center; flex-shrink:0;}
body .hj-reference-v286.hj-page-current-domains .hj107-page-ui .hero-cell-icon svg{width:13px;height:13px; stroke:var(--ink-2);}
body .hj-reference-v286.hj-page-current-domains .hj107-page-ui .hero-cell-label{font-size:13.5px; font-weight:600; color:var(--ink);}
body .hj-reference-v286.hj-page-current-domains .hj107-page-ui .hero-cell-status{font-size:12px; color:var(--ink-3);}
body .hj-reference-v286.hj-page-current-domains .hj107-page-ui .hero-cell a.hero-link{font-size:12.5px; font-weight:600; color:var(--teal-deep); display:inline-flex; align-items:center; gap:3px; width:fit-content;}
body .hj-reference-v286.hj-page-current-domains .hj107-page-ui .hero-cell a.hero-link::after{content:"→"; opacity:0; transform:translateX(-4px); transition:opacity 0.15s var(--ease), transform 0.15s var(--ease);}
body .hj-reference-v286.hj-page-current-domains .hj107-page-ui .hero-cell a.hero-link:hover::after{opacity:1; transform:translateX(0);}
/* ---------- Quick link cards ---------- */
body .hj-reference-v286.hj-page-current-domains .hj107-page-ui .quick-grid{display:grid; grid-template-columns:1.3fr 1fr 1fr 1fr; gap:18px; margin-bottom:22px;}
body .hj-reference-v286.hj-page-current-domains .hj107-page-ui .quick-card{
    background:var(--surface); border:1px solid var(--border); border-radius:var(--radius-card);
    box-shadow:var(--shadow-card); padding:20px 22px;
    transition:box-shadow 0.25s var(--ease), transform 0.25s var(--ease), border-color 0.25s var(--ease);
  }
body .hj-reference-v286.hj-page-current-domains .hj107-page-ui .quick-card:hover{box-shadow:var(--shadow-card-hover); transform:translateY(-3px); border-color:var(--border-strong);}
body .hj-reference-v286.hj-page-current-domains .hj107-page-ui .quick-card-head{display:flex; align-items:center; gap:9px; margin-bottom:16px;}
body .hj-reference-v286.hj-page-current-domains .hj107-page-ui .quick-card-head .ic{width:22px;height:22px;}
body .hj-reference-v286.hj-page-current-domains .hj107-page-ui .quick-card-head span{font-size:13.5px; font-weight:700; color:var(--ink);}
body .hj-reference-v286.hj-page-current-domains .hj107-page-ui .ring-wrap{display:flex; align-items:center; gap:16px;}
body .hj-reference-v286.hj-page-current-domains .hj107-page-ui .score-ring{width:64px;height:64px; position:relative; flex-shrink:0;}
body .hj-reference-v286.hj-page-current-domains .hj107-page-ui .score-ring svg{width:100%; height:100%;}
body .hj-reference-v286.hj-page-current-domains .hj107-page-ui .ring-fill{
    stroke-dasharray:163.36; stroke-dashoffset:163.36;
    filter:drop-shadow(0 0 4px rgba(23,178,106,0.4));
    animation:ringFill 1.3s var(--ease) 0.5s forwards;
  }
@keyframes ringFill{to{stroke-dashoffset:0;}}
body .hj-reference-v286.hj-page-current-domains .hj107-page-ui .ring-score{position:absolute; inset:0; display:flex; align-items:center; justify-content:center; font-size:17px; font-weight:800; color:var(--ink);}
body .hj-reference-v286.hj-page-current-domains .hj107-page-ui .ring-meta{display:flex; flex-direction:column; gap:2px;}
body .hj-reference-v286.hj-page-current-domains .hj107-page-ui .ring-meta .t1{font-size:12.5px; color:var(--ink-2);}
body .hj-reference-v286.hj-page-current-domains .hj107-page-ui .ring-meta a{font-size:12.5px; font-weight:600; color:var(--teal-deep); margin-top:6px; width:fit-content;}
body .hj-reference-v286.hj-page-current-domains .hj107-page-ui .ring-meta a:hover{text-decoration:underline;}
body .hj-reference-v286.hj-page-current-domains .hj107-page-ui .quick-simple{display:flex; flex-direction:column; align-items:flex-start; justify-content:center; height:64px; gap:6px;}
body .hj-reference-v286.hj-page-current-domains .hj107-page-ui .quick-simple .sub{font-size:12px; color:var(--ink-3);}
body .hj-reference-v286.hj-page-current-domains .hj107-page-ui .quick-simple a{font-size:12.5px; font-weight:600; color:var(--teal-deep);}
body .hj-reference-v286.hj-page-current-domains .hj107-page-ui .quick-simple a:hover{text-decoration:underline;}
/* ---------- Tip callout ---------- */
body .hj-reference-v286.hj-page-current-domains .hj107-page-ui .tip-card{
    display:flex; align-items:center; justify-content:space-between; gap:18px;
    background:linear-gradient(135deg, var(--teal-tint), #DDF9F4);
    border:1px solid rgba(15,181,174,0.18);
    border-radius:var(--radius-card); padding:18px 24px; margin-bottom:32px;
    transition:opacity 0.3s ease, transform 0.3s ease, max-height 0.3s ease, margin 0.3s ease, padding 0.3s ease;
  }
body .hj-reference-v286.hj-page-current-domains .hj107-page-ui .tip-left{display:flex; align-items:center; gap:16px; min-width:0;}
body .hj-reference-v286.hj-page-current-domains .hj107-page-ui .tip-icon{width:40px;height:40px; border-radius:11px; background:var(--surface); display:flex; align-items:center; justify-content:center; flex-shrink:0; box-shadow:0 2px 6px rgba(15,181,174,0.14); transition:transform 0.3s var(--ease-spring);}
body .hj-reference-v286.hj-page-current-domains .hj107-page-ui .tip-card:hover .tip-icon{transform:rotate(-8deg) scale(1.06);}
body .hj-reference-v286.hj-page-current-domains .hj107-page-ui .tip-icon svg{width:19px;height:19px; stroke:var(--teal-deep);}
body .hj-reference-v286.hj-page-current-domains .hj107-page-ui .tip-text strong{display:block; font-size:14px; font-weight:700; color:var(--ink); margin-bottom:2px;}
body .hj-reference-v286.hj-page-current-domains .hj107-page-ui .tip-text p{margin:0; font-size:12.5px; color:var(--ink-2);}
body .hj-reference-v286.hj-page-current-domains .hj107-page-ui .tip-right{display:flex; align-items:center; gap:14px; flex-shrink:0;}
body .hj-reference-v286.hj-page-current-domains .hj107-page-ui .btn-dark{
    display:inline-flex; align-items:center; gap:7px;
    background:var(--ink); color:#fff; border:none; border-radius:var(--radius-full);
    padding:9px 16px; font-size:12.5px; font-weight:600; cursor:pointer;
    transition:transform 0.15s var(--ease), box-shadow 0.15s var(--ease);
  }
body .hj-reference-v286.hj-page-current-domains .hj107-page-ui .btn-dark:hover{transform:translateY(-1px); box-shadow:0 6px 14px rgba(6,20,19,0.28);}
body .hj-reference-v286.hj-page-current-domains .hj107-page-ui .btn-dark:active{transform:translateY(0) scale(0.97);}
body .hj-reference-v286.hj-page-current-domains .hj107-page-ui .tip-close{width:26px;height:26px; display:flex; align-items:center; justify-content:center; color:var(--ink-3); cursor:pointer; border:none; background:transparent; border-radius:50%; transition:background 0.15s var(--ease), color 0.15s var(--ease);}
body .hj-reference-v286.hj-page-current-domains .hj107-page-ui .tip-close:hover{background:rgba(12,30,29,0.06); color:var(--ink);}
body .hj-reference-v286.hj-page-current-domains .hj107-page-ui .tip-close svg{width:14px;height:14px;}
/* ---------- Section ---------- */
body .hj-reference-v286.hj-page-current-domains .hj107-page-ui .section{margin-bottom:32px;}
body .hj-reference-v286.hj-page-current-domains .hj107-page-ui .section-head{display:flex; align-items:flex-end; justify-content:space-between; gap:20px; margin-bottom:14px;}
body .hj-reference-v286.hj-page-current-domains .hj107-page-ui .section-eyebrow{font-size:11px; font-weight:700; letter-spacing:0.06em; text-transform:uppercase; color:var(--ink-3); display:block; margin-bottom:6px;}
body .hj-reference-v286.hj-page-current-domains .hj107-page-ui .section-title{font-size:17.5px; font-weight:700; margin:0 0 4px; color:var(--ink); letter-spacing:-0.01em;}
body .hj-reference-v286.hj-page-current-domains .hj107-page-ui .section-desc{font-size:13px; color:var(--ink-2); margin:0;}
body .hj-reference-v286.hj-page-current-domains .hj107-page-ui .panel{background:var(--surface); border:1px solid var(--border); border-radius:var(--radius-card); box-shadow:var(--shadow-card); overflow:hidden; transition:box-shadow 0.25s var(--ease), border-color 0.25s var(--ease);}
body .hj-reference-v286.hj-page-current-domains .hj107-page-ui .panel:hover{box-shadow:var(--shadow-card-hover); border-color:var(--border-strong);}
body .hj-reference-v286.hj-page-current-domains .hj107-page-ui .toolbar{display:flex; align-items:center; justify-content:space-between; gap:14px; padding:14px 20px; border-bottom:1px solid var(--border); flex-wrap:wrap;}
body .hj-reference-v286.hj-page-current-domains .hj107-page-ui .toolbar-left{display:flex; align-items:center; gap:8px; flex-wrap:wrap;}
body .hj-reference-v286.hj-page-current-domains .hj107-page-ui .search-field{
    display:flex; align-items:center; gap:9px;
    border:1px solid var(--border-strong); border-radius:var(--radius-full);
    padding:8px 14px; min-width:220px; background:var(--bg-subtle);
    transition:border-color 0.15s var(--ease), background 0.15s var(--ease);
  }
body .hj-reference-v286.hj-page-current-domains .hj107-page-ui .search-field:focus-within{border-color:var(--teal); background:var(--surface); box-shadow:0 0 0 3px var(--teal-tint);}
body .hj-reference-v286.hj-page-current-domains .hj107-page-ui .search-field svg{width:14px;height:14px; stroke:var(--ink-3); flex-shrink:0;}
body .hj-reference-v286.hj-page-current-domains .hj107-page-ui .search-field input{border:none; outline:none; background:transparent; font-size:13px; color:var(--ink); width:100%;}
body .hj-reference-v286.hj-page-current-domains .hj107-page-ui .search-field input::placeholder{color:var(--ink-3);}
body .hj-reference-v286.hj-page-current-domains .hj107-page-ui .chip-btn{
    display:inline-flex; align-items:center; gap:7px;
    border:1px solid var(--border-strong); background:var(--surface);
    border-radius:var(--radius-full); padding:8px 14px;
    font-size:12.5px; font-weight:600; color:var(--ink-2); cursor:pointer; white-space:nowrap;
    transition:background 0.15s var(--ease), border-color 0.15s var(--ease), color 0.15s var(--ease);
  }
body .hj-reference-v286.hj-page-current-domains .hj107-page-ui .chip-btn:hover{background:var(--bg-subtle); border-color:var(--ink-3); color:var(--ink);}
body .hj-reference-v286.hj-page-current-domains .hj107-page-ui .chip-btn svg{width:13px;height:13px;}
body .hj-reference-v286.hj-page-current-domains .hj107-page-ui .toolbar-right{display:flex; align-items:center; gap:8px;}
body .hj-reference-v286.hj-page-current-domains .hj107-page-ui .icon-square{
    width:34px;height:34px; border-radius:var(--radius-control); border:1px solid var(--border-strong);
    background:var(--surface); display:flex; align-items:center; justify-content:center; color:var(--ink-2); cursor:pointer; flex-shrink:0;
    transition:background 0.15s var(--ease), border-color 0.15s var(--ease), color 0.15s var(--ease), transform 0.15s var(--ease);
  }
body .hj-reference-v286.hj-page-current-domains .hj107-page-ui .icon-square:hover{background:var(--bg-subtle); border-color:var(--ink-3); color:var(--ink); transform:translateY(-1px);}
body .hj-reference-v286.hj-page-current-domains .hj107-page-ui .icon-square:active{transform:translateY(0) scale(0.94);}
body .hj-reference-v286.hj-page-current-domains .hj107-page-ui .icon-square svg{width:14px;height:14px;}
body .hj-reference-v286.hj-page-current-domains .hj107-page-ui .col-head{
    display:grid;
    grid-template-columns:26px minmax(210px,1.6fr) minmax(150px,1fr) minmax(140px,1fr) 150px 74px;
    align-items:center; gap:16px; padding:11px 20px; border-bottom:1px solid var(--border); background:var(--bg-subtle);
  }
body .hj-reference-v286.hj-page-current-domains .hj107-page-ui .col-head span{font-size:10.5px; font-weight:700; letter-spacing:0.06em; text-transform:uppercase; color:var(--ink-3); display:flex; align-items:center; gap:4px;}
body .hj-reference-v286.hj-page-current-domains .hj107-page-ui .col-head span:last-child{justify-content:flex-end;}
body .hj-reference-v286.hj-page-current-domains .hj107-page-ui .col-head svg{width:11px;height:11px;}
body .hj-reference-v286.hj-page-current-domains .hj107-page-ui .row{
    position:relative; display:grid;
    grid-template-columns:26px minmax(210px,1.6fr) minmax(150px,1fr) minmax(140px,1fr) 150px 74px;
    align-items:center; gap:16px; padding:16px 20px; transition:background 0.15s var(--ease);
  }
body .hj-reference-v286.hj-page-current-domains .hj107-page-ui .row::before{content:""; position:absolute; left:0; top:0; bottom:0; width:0; background:var(--teal); border-radius:0 4px 4px 0; transition:width 0.2s var(--ease);}
body .hj-reference-v286.hj-page-current-domains .hj107-page-ui .row:hover{background:var(--bg-subtle);}
body .hj-reference-v286.hj-page-current-domains .hj107-page-ui .row:hover::before{width:3px;}
body .hj-reference-v286.hj-page-current-domains .hj107-page-ui .row + .row{border-top:1px solid var(--border);}
body .hj-reference-v286.hj-page-current-domains .hj107-page-ui .row-check{width:16px;height:16px; border-radius:5px; border:1.5px solid var(--border-strong); background:var(--surface); transition:border-color 0.15s var(--ease);}
body .hj-reference-v286.hj-page-current-domains .hj107-page-ui .row:hover .row-check{border-color:var(--ink-3);}
body .hj-reference-v286.hj-page-current-domains .hj107-page-ui .row-id{display:flex; align-items:center; gap:12px; min-width:0;}
body .hj-reference-v286.hj-page-current-domains .hj107-page-ui .orbit-icon{width:30px;height:30px; flex-shrink:0; transition:transform 0.25s var(--ease-spring);}
body .hj-reference-v286.hj-page-current-domains .hj107-page-ui .row:hover .orbit-icon{transform:rotate(-8deg) scale(1.05);}
body .hj-reference-v286.hj-page-current-domains .hj107-page-ui .id-block{min-width:0;}
body .hj-reference-v286.hj-page-current-domains .hj107-page-ui .id-name-line{display:flex; align-items:center; gap:9px;}
body .hj-reference-v286.hj-page-current-domains .hj107-page-ui .id-name{font-size:14.5px; font-weight:700; color:var(--ink); white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
body .hj-reference-v286.hj-page-current-domains .hj107-page-ui .chip-badge{
    font-size:10.5px; font-weight:700; letter-spacing:0.03em; color:var(--cyan);
    background:var(--cyan-tint); border-radius:6px; padding:2.5px 7px; flex-shrink:0;
  }
body .hj-reference-v286.hj-page-current-domains .hj107-page-ui .id-crumb{display:flex; align-items:center; gap:5px; font-size:11.5px; font-weight:600; color:var(--teal-deep); margin-bottom:3px;}
body .hj-reference-v286.hj-page-current-domains .hj107-page-ui .id-crumb svg{width:10px;height:10px; stroke:var(--teal-deep);}
body .hj-reference-v286.hj-page-current-domains .hj107-page-ui .id-meta{font-size:12px; color:var(--ink-3); margin-top:3px;}
body .hj-reference-v286.hj-page-current-domains .hj107-page-ui .field{display:flex; flex-direction:column; gap:4px; min-width:0;}
body .hj-reference-v286.hj-page-current-domains .hj107-page-ui .field-label{font-size:10.5px; font-weight:700; letter-spacing:0.05em; text-transform:uppercase; color:var(--ink-3); display:none;}
body .hj-reference-v286.hj-page-current-domains .hj107-page-ui .field-value{font-size:13px; font-weight:600; color:var(--ink); line-height:1.4;}
body .hj-reference-v286.hj-page-current-domains .hj107-page-ui .field-value.wrap{word-break:break-all;}
body .hj-reference-v286.hj-page-current-domains .hj107-page-ui .field-sub{font-size:12px; color:var(--ink-3);}
body .hj-reference-v286.hj-page-current-domains .hj107-page-ui .status{display:flex; align-items:center; gap:7px; font-size:13px; font-weight:600; color:var(--green); white-space:nowrap;}
body .hj-reference-v286.hj-page-current-domains .hj107-page-ui .status-dot{width:6px;height:6px; border-radius:50%; background:var(--green); flex-shrink:0; animation:pulseGreen 2.4s ease-in-out infinite;}
body .hj-reference-v286.hj-page-current-domains .hj107-page-ui .status svg{width:12px;height:12px; stroke:var(--ink-3); margin-left:1px; cursor:pointer; transition:stroke 0.15s var(--ease);}
body .hj-reference-v286.hj-page-current-domains .hj107-page-ui .status svg:hover{stroke:var(--teal);}
body .hj-reference-v286.hj-page-current-domains .hj107-page-ui .row-actions{display:flex; align-items:center; gap:6px; justify-self:end;}
body .hj-reference-v286.hj-page-current-domains .hj107-page-ui .btn-manage{
    display:inline-flex; align-items:center; gap:6px;
    background:var(--surface); color:var(--ink); border:1px solid var(--border-strong);
    border-radius:var(--radius-full); padding:7px 14px; font-size:12.5px; font-weight:600; cursor:pointer;
    transition:background 0.15s var(--ease), border-color 0.15s var(--ease), color 0.15s var(--ease);
    white-space:nowrap;
  }
body .hj-reference-v286.hj-page-current-domains .hj107-page-ui .btn-manage svg{width:12px;height:12px; transition:transform 0.15s var(--ease);}
body .hj-reference-v286.hj-page-current-domains .hj107-page-ui .btn-manage:hover{background:var(--teal); border-color:var(--teal); color:#fff;}
body .hj-reference-v286.hj-page-current-domains .hj107-page-ui .btn-manage:hover svg{transform:translateX(3px);}
body .hj-reference-v286.hj-page-current-domains .hj107-page-ui .btn-icon-row{
    width:30px;height:30px; display:flex; align-items:center; justify-content:center;
    background:transparent; border:1px solid var(--border-strong); border-radius:50%; color:var(--ink-2); cursor:pointer; flex-shrink:0;
    transition:background 0.15s var(--ease), color 0.15s var(--ease);
  }
body .hj-reference-v286.hj-page-current-domains .hj107-page-ui .btn-icon-row:hover{background:var(--bg-subtle); color:var(--ink);}
body .hj-reference-v286.hj-page-current-domains .hj107-page-ui .btn-icon-row svg{width:14px;height:14px;}
body .hj-reference-v286.hj-page-current-domains .hj107-page-ui .row.new-row{animation:rowHighlight 2.2s ease;}
@keyframes rowHighlight{0%{background:var(--teal-tint);} 100%{background:transparent;}}
/* ================= Drawer ================= */
body .hj-reference-v286.hj-page-current-domains .hj107-page-ui .drawer-overlay{
    position:fixed; inset:0; background:rgba(4,26,25,0.45); backdrop-filter:blur(2px);
    opacity:0; pointer-events:none; transition:opacity 0.3s var(--ease); z-index:100;
  }
body .hj-reference-v286.hj-page-current-domains .hj107-page-ui .drawer-overlay.open{opacity:1; pointer-events:auto;}
body .hj-reference-v286.hj-page-current-domains .hj107-page-ui .drawer{
    position:fixed; top:0; right:0; height:100%; width:min(440px,92vw);
    background:var(--surface); box-shadow:-20px 0 60px rgba(4,26,25,0.20);
    z-index:101; transform:translateX(100%); transition:transform 0.4s var(--ease);
    display:flex; flex-direction:column;
  }
body .hj-reference-v286.hj-page-current-domains .hj107-page-ui .drawer.open{transform:translateX(0);}
body .hj-reference-v286.hj-page-current-domains .hj107-page-ui .drawer-header{display:flex; align-items:flex-start; justify-content:space-between; gap:12px; padding:24px 24px 16px; border-bottom:1px solid var(--border);}
body .hj-reference-v286.hj-page-current-domains .hj107-page-ui .drawer-eyebrow{font-size:11px; font-weight:700; letter-spacing:0.06em; text-transform:uppercase; color:var(--teal-deep); display:block; margin-bottom:6px;}
body .hj-reference-v286.hj-page-current-domains .hj107-page-ui .drawer-header h3{margin:0; font-size:19px; font-weight:800; color:var(--ink); letter-spacing:-0.01em;}
body .hj-reference-v286.hj-page-current-domains .hj107-page-ui .drawer-close{
    width:32px;height:32px; border-radius:50%; border:none; background:var(--bg-subtle); color:var(--ink-2);
    display:flex; align-items:center; justify-content:center; cursor:pointer; flex-shrink:0;
    transition:background 0.15s var(--ease), color 0.15s var(--ease);
  }
body .hj-reference-v286.hj-page-current-domains .hj107-page-ui .drawer-close:hover{background:var(--border); color:var(--ink);}
body .hj-reference-v286.hj-page-current-domains .hj107-page-ui .drawer-close svg{width:15px;height:15px;}
body .hj-reference-v286.hj-page-current-domains .hj107-page-ui .drawer-progress{height:3px; background:var(--border); position:relative; overflow:hidden;}
body .hj-reference-v286.hj-page-current-domains .hj107-page-ui .drawer-progress .bar{position:absolute; left:0; top:0; bottom:0; width:33.333%; background:linear-gradient(90deg, var(--teal), var(--cyan)); transition:width 0.4s var(--ease);}
body .hj-reference-v286.hj-page-current-domains .hj107-page-ui .drawer-body{flex:1; overflow-y:auto; padding:26px 24px;}
body .hj-reference-v286.hj-page-current-domains .hj107-page-ui .drawer-step{animation:stepIn 0.35s var(--ease);}
@keyframes stepIn{from{opacity:0; transform:translateX(10px);} to{opacity:1; transform:translateX(0);}}
body .hj-reference-v286.hj-page-current-domains .hj107-page-ui .drawer-lead{font-size:13.5px; color:var(--ink-2); line-height:1.65; margin:0 0 20px;}
body .hj-reference-v286.hj-page-current-domains .hj107-page-ui .field-label-strong{display:block; font-size:12.5px; font-weight:700; color:var(--ink); margin-bottom:8px;}
body .hj-reference-v286.hj-page-current-domains .hj107-page-ui .drawer-input{
    width:100%; border:1.5px solid var(--border-strong); border-radius:var(--radius-control);
    padding:12px 14px; font-size:14.5px; color:var(--ink); outline:none;
    transition:border-color 0.15s var(--ease), box-shadow 0.15s var(--ease);
  }
body .hj-reference-v286.hj-page-current-domains .hj107-page-ui .drawer-input:focus{border-color:var(--teal); box-shadow:0 0 0 3px var(--teal-tint);}
body .hj-reference-v286.hj-page-current-domains .hj107-page-ui .drawer-hint{font-size:12px; color:var(--red); margin-top:9px; min-height:16px;}
body .hj-reference-v286.hj-page-current-domains .hj107-page-ui .ns-row{
    display:flex; align-items:center; justify-content:space-between; gap:12px;
    border:1px solid var(--border-strong); border-radius:var(--radius-control);
    padding:12px 14px; margin-bottom:12px; background:var(--bg-subtle);
  }
body .hj-reference-v286.hj-page-current-domains .hj107-page-ui .ns-info{display:flex; flex-direction:column; gap:3px; min-width:0;}
body .hj-reference-v286.hj-page-current-domains .hj107-page-ui .ns-label{font-size:10.5px; font-weight:700; letter-spacing:0.05em; text-transform:uppercase; color:var(--ink-3);}
body .hj-reference-v286.hj-page-current-domains .hj107-page-ui .ns-value{font-size:13.5px; font-weight:700; color:var(--ink); font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;}
body .hj-reference-v286.hj-page-current-domains .hj107-page-ui .ns-copy{
    flex-shrink:0; border:1px solid var(--border-strong); background:var(--surface); border-radius:var(--radius-full);
    padding:7px 13px; font-size:12px; font-weight:600; color:var(--ink-2); cursor:pointer;
    transition:background 0.15s var(--ease), color 0.15s var(--ease), border-color 0.15s var(--ease);
  }
body .hj-reference-v286.hj-page-current-domains .hj107-page-ui .ns-copy:hover{background:var(--teal-tint); border-color:var(--teal); color:var(--teal-deep);}
body .hj-reference-v286.hj-page-current-domains .hj107-page-ui .ns-copy.copied{background:var(--green-tint); border-color:var(--green); color:var(--green);}
body .hj-reference-v286.hj-page-current-domains .hj107-page-ui .drawer-note{font-size:12px; color:var(--ink-3); line-height:1.65; margin-top:16px;}
body .hj-reference-v286.hj-page-current-domains .hj107-page-ui .drawer-domain-echo{color:var(--teal-deep);}
body .hj-reference-v286.hj-page-current-domains .hj107-page-ui .verify-state{display:flex; flex-direction:column; align-items:center; text-align:center; gap:16px; padding:34px 8px 10px;}
body .hj-reference-v286.hj-page-current-domains .hj107-page-ui .verify-spinner{width:52px;height:52px; border-radius:50%; border:3px solid var(--teal-tint); border-top-color:var(--teal); animation:spin 0.9s linear infinite;}
@keyframes spin{to{transform:rotate(360deg);}}
body .hj-reference-v286.hj-page-current-domains .hj107-page-ui .verify-icon{width:52px;height:52px; border-radius:50%; display:flex; align-items:center; justify-content:center; animation:popIn 0.4s var(--ease-spring);}
body .hj-reference-v286.hj-page-current-domains .hj107-page-ui .verify-icon.fail{background:var(--red-tint); color:var(--red);}
body .hj-reference-v286.hj-page-current-domains .hj107-page-ui .verify-icon.success{background:var(--green-tint); color:var(--green);}
@keyframes popIn{from{transform:scale(0.5); opacity:0;} to{transform:scale(1); opacity:1;}}
body .hj-reference-v286.hj-page-current-domains .hj107-page-ui .verify-icon svg{width:24px;height:24px;}
body .hj-reference-v286.hj-page-current-domains .hj107-page-ui .verify-title{font-size:15px; font-weight:700; color:var(--ink);}
body .hj-reference-v286.hj-page-current-domains .hj107-page-ui .verify-desc{font-size:13px; color:var(--ink-2); line-height:1.6; max-width:280px;}
body .hj-reference-v286.hj-page-current-domains .hj107-page-ui .verify-retry{
    display:inline-flex; align-items:center; gap:7px; margin-top:4px;
    background:var(--ink); color:#fff; border:none; border-radius:var(--radius-full);
    padding:9px 18px; font-size:12.5px; font-weight:600; cursor:pointer;
    transition:transform 0.15s var(--ease), box-shadow 0.15s var(--ease);
  }
body .hj-reference-v286.hj-page-current-domains .hj107-page-ui .verify-retry:hover{transform:translateY(-1px); box-shadow:0 6px 14px rgba(6,20,19,0.24);}
body .hj-reference-v286.hj-page-current-domains .hj107-page-ui .drawer-footer{padding:18px 24px; border-top:1px solid var(--border); display:flex; align-items:center; justify-content:flex-end; gap:10px;}
body .hj-reference-v286.hj-page-current-domains .hj107-page-ui .drawer-footer .btn-primary{width:auto;}
/* ---------- Toast ---------- */
body .hj-reference-v286.hj-page-current-domains .hj107-page-ui .toast{
    position:fixed; bottom:24px; right:24px; z-index:200;
    background:var(--ink); color:#fff; padding:14px 18px; border-radius:14px;
    display:flex; align-items:center; gap:10px; box-shadow:0 20px 44px rgba(4,26,25,0.32);
    transform:translateY(20px); opacity:0; pointer-events:none;
    transition:transform 0.4s var(--ease-spring), opacity 0.35s var(--ease);
    font-size:13px; font-weight:600; max-width:320px;
  }
body .hj-reference-v286.hj-page-current-domains .hj107-page-ui .toast.show{transform:translateY(0); opacity:1;}
body .hj-reference-v286.hj-page-current-domains .hj107-page-ui .toast .toast-dot{width:8px;height:8px; border-radius:50%; background:var(--green); flex-shrink:0; box-shadow:0 0 0 4px rgba(23,178,106,0.25);}
/* ---------- Responsive ---------- */
@media (max-width:1000px){body .hj-reference-v286.hj-page-current-domains .hj107-page-ui .quick-grid{grid-template-columns:1fr 1fr;}
body .hj-reference-v286.hj-page-current-domains .hj107-page-ui .hero-grid{grid-template-columns:1fr 1fr;}
body .hj-reference-v286.hj-page-current-domains .hj107-page-ui .hero-cell:nth-child(3){border-left:1px solid var(--border);}}
@media (max-width:860px){body .hj-reference-v286.hj-page-current-domains .hj107-page-ui .hero-band{padding:48px 18px 56px;}
body .hj-reference-v286.hj-page-current-domains .hj107-page-ui .hero-card{margin-top:-32px;}
body .hj-reference-v286.hj-page-current-domains .hj107-page-ui .content{padding:0 18px 90px;}
body .hj-reference-v286.hj-page-current-domains .hj107-page-ui .page-head h1{font-size:28px;}
body .hj-reference-v286.hj-page-current-domains .hj107-page-ui .quick-grid{grid-template-columns:1fr;}
body .hj-reference-v286.hj-page-current-domains .hj107-page-ui .hero-grid{grid-template-columns:1fr;}
body .hj-reference-v286.hj-page-current-domains .hj107-page-ui .hero-cell{border-left:none !important; border-top:1px solid var(--border);}
body .hj-reference-v286.hj-page-current-domains .hj107-page-ui .hero-cell:first-child{border-top:none;}
body .hj-reference-v286.hj-page-current-domains .hj107-page-ui .col-head{display:none;}
body .hj-reference-v286.hj-page-current-domains .hj107-page-ui .row{grid-template-columns:1fr; gap:12px; padding:18px 16px;}
body .hj-reference-v286.hj-page-current-domains .hj107-page-ui .row-check{display:none;}
body .hj-reference-v286.hj-page-current-domains .hj107-page-ui .field{flex-direction:row; align-items:baseline; gap:8px;}
body .hj-reference-v286.hj-page-current-domains .hj107-page-ui .field-label{display:inline; width:100px; flex-shrink:0;}
body .hj-reference-v286.hj-page-current-domains .hj107-page-ui .row-actions{justify-self:stretch;}
body .hj-reference-v286.hj-page-current-domains .hj107-page-ui .btn-manage{flex:1; justify-content:center;}
body .hj-reference-v286.hj-page-current-domains .hj107-page-ui .toolbar{flex-direction:column; align-items:stretch;}
body .hj-reference-v286.hj-page-current-domains .hj107-page-ui .toolbar-right{justify-content:flex-end;}
body .hj-reference-v286.hj-page-current-domains .hj107-page-ui .search-field{min-width:0;}
body .hj-reference-v286.hj-page-current-domains .hj107-page-ui .page-head{flex-direction:column;}
body .hj-reference-v286.hj-page-current-domains .hj107-page-ui .hero-top{flex-direction:column; align-items:flex-start;}
body .hj-reference-v286.hj-page-current-domains .hj107-page-ui .tip-card{flex-direction:column; align-items:flex-start;}}

/* HostingJet integration layer — v0.28.107 */
body .hj-reference-v286.hj-page-current-domains .hj303-domain-page.hj107-domains{
  width:100%!important;max-width:none!important;margin:0!important;padding:0!important;gap:0!important;background:#F2FAF9!important;overflow:visible!important;
}
body .hj-reference-v286.hj-page-current-domains .hj107-page-ui{width:100%;min-height:100%;overflow:clip;background:#F2FAF9;color:#0C1E1D;}
body .hj-reference-v286.hj-page-current-domains .hj107-page-ui .hero-band{border-radius:0;}
body .hj-reference-v286.hj-page-current-domains .hj107-page-ui button.hero-link,
body .hj-reference-v286.hj-page-current-domains .hj107-page-ui .quick-simple button,
body .hj-reference-v286.hj-page-current-domains .hj107-page-ui .ring-meta button{
  appearance:none;border:0;background:transparent;padding:0;font:inherit;cursor:pointer;color:var(--teal-deep);font-size:12.5px;font-weight:600;text-align:left;
}
body .hj-reference-v286.hj-page-current-domains .hj107-page-ui .hero-id-name a{display:grid;place-items:center;color:var(--ink-3);}
body .hj-reference-v286.hj-page-current-domains .hj107-page-ui .hero-id-name a svg{width:14px;height:14px;}
body .hj-reference-v286.hj-page-current-domains .hj107-page-ui .hero-status-dot.is-off{background:var(--amber);}
body .hj-reference-v286.hj-page-current-domains .hj107-page-ui .quick-card-head>svg{width:22px;height:22px;color:var(--teal);}
body .hj-reference-v286.hj-page-current-domains .hj107-page-ui .ring-meta button:hover,
body .hj-reference-v286.hj-page-current-domains .hj107-page-ui .quick-simple button:hover{text-decoration:underline;}
body .hj-reference-v286.hj-page-current-domains .hj107-page-ui .status.is-pending{color:var(--amber);}
body .hj-reference-v286.hj-page-current-domains .hj107-page-ui .status.is-pending .status-dot{background:var(--amber);animation:none;}
body .hj-reference-v286.hj-page-current-domains .hj107-page-ui .status a{display:grid;place-items:center;color:var(--ink-3);}
body .hj-reference-v286.hj-page-current-domains .hj107-page-ui .status a svg{width:12px;height:12px;}
body .hj-reference-v286.hj-page-current-domains .hj107-page-ui .orbit-icon{width:30px;height:30px;display:grid;place-items:center;border:1px solid var(--border);border-radius:9px;background:var(--teal-tint);color:var(--teal-deep);}
body .hj-reference-v286.hj-page-current-domains .hj107-page-ui .orbit-icon svg{width:16px;height:16px;}
body .hj-reference-v286.hj-page-current-domains .hj107-page-ui .orbit-icon.is-cyan{background:var(--cyan-tint);color:var(--cyan);}
body .hj-reference-v286.hj-page-current-domains .hj107-page-ui .hj107-refresh-form{margin:0;display:inline-flex;}
body .hj-reference-v286.hj-page-current-domains .hj107-page-ui [data-hj107-refresh].is-loading svg{animation:spin360 .75s linear infinite;}
body .hj-reference-v286.hj-page-current-domains .hj107-page-ui .hj107-notice-wrap{max-width:1440px;margin:0 auto 16px;}
body .hj-reference-v286.hj-page-current-domains .hj107-page-ui .hj107-notice-wrap .hj-inline-notice{margin:0;border-radius:12px;}

body .hj-reference-v286.hj-page-current-domains .hj107-page-ui .hj107-workspace-picker{position:relative;z-index:15;width:max-content;margin-bottom:18px;}
body .hj-reference-v286.hj-page-current-domains .hj107-page-ui .hj107-workspace-picker>summary{margin-bottom:0;list-style:none;cursor:pointer;user-select:none;}
body .hj-reference-v286.hj-page-current-domains .hj107-page-ui .hj107-workspace-picker>summary::-webkit-details-marker{display:none;}
body .hj-reference-v286.hj-page-current-domains .hj107-page-ui .hj107-workspace-picker>summary>svg{width:11px;height:11px;transform:rotate(90deg);transition:transform .15s var(--ease);}
body .hj-reference-v286.hj-page-current-domains .hj107-page-ui .hj107-workspace-picker[open]>summary>svg{transform:rotate(-90deg);}
body .hj-reference-v286.hj-page-current-domains .hj107-page-ui .hj107-workspace-menu{position:absolute;left:0;top:calc(100% + 8px);width:260px;padding:8px;border:1px solid rgba(255,255,255,.34);border-radius:14px;background:rgba(255,255,255,.97);box-shadow:0 20px 50px rgba(3,30,28,.24);backdrop-filter:blur(18px);}
body .hj-reference-v286.hj-page-current-domains .hj107-page-ui .hj107-workspace-menu a{display:flex;align-items:center;gap:10px;min-height:42px;padding:8px 10px;border-radius:9px;color:#27433f;font-size:12px;}
body .hj-reference-v286.hj-page-current-domains .hj107-page-ui .hj107-workspace-menu a:hover,
body .hj-reference-v286.hj-page-current-domains .hj107-page-ui .hj107-workspace-menu a.is-active{background:#E8F8F5;color:#087d77;}
body .hj-reference-v286.hj-page-current-domains .hj107-page-ui .hj107-workspace-menu a>span{width:28px;height:28px;display:grid;place-items:center;border-radius:8px;background:#F2FAF9;}
body .hj-reference-v286.hj-page-current-domains .hj107-page-ui .hj107-workspace-menu a>span svg{width:14px;height:14px;}
body .hj-reference-v286.hj-page-current-domains .hj107-page-ui .hj107-workspace-menu a>b{min-width:0;flex:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
body .hj-reference-v286.hj-page-current-domains .hj107-page-ui .hj107-workspace-menu a>i{width:16px;height:16px;color:var(--green);font-style:normal;}
body .hj-reference-v286.hj-page-current-domains .hj107-page-ui .hj107-workspace-menu a>i svg{width:14px;height:14px;}

body .hj-reference-v286.hj-page-current-domains .hj107-page-ui .hj107-filter-wrap,
body .hj-reference-v286.hj-page-current-domains .hj107-page-ui .hj107-more-wrap{position:relative;}
body .hj-reference-v286.hj-page-current-domains .hj107-page-ui .hj107-filter-menu,
body .hj-reference-v286.hj-page-current-domains .hj107-page-ui .hj107-more-menu{position:absolute;z-index:45;padding:7px;border:1px solid var(--border-strong);border-radius:12px;background:#fff;box-shadow:0 18px 42px rgba(6,40,38,.14);}
body .hj-reference-v286.hj-page-current-domains .hj107-page-ui .hj107-filter-menu{top:calc(100% + 7px);left:0;min-width:170px;}
body .hj-reference-v286.hj-page-current-domains .hj107-page-ui .hj107-filter-menu label{display:flex;align-items:center;gap:8px;padding:8px 9px;border-radius:8px;color:var(--ink-2);font-size:12px;cursor:pointer;}
body .hj-reference-v286.hj-page-current-domains .hj107-page-ui .hj107-filter-menu label:hover{background:var(--bg-subtle);}
body .hj-reference-v286.hj-page-current-domains .hj107-page-ui .hj107-filter-menu input{accent-color:var(--teal);}
body .hj-reference-v286.hj-page-current-domains .hj107-page-ui .hj107-more-menu{right:0;top:calc(100% + 7px);min-width:180px;}
body .hj-reference-v286.hj-page-current-domains .hj107-page-ui .hj107-more-menu a,
body .hj-reference-v286.hj-page-current-domains .hj107-page-ui .hj107-more-menu button{width:100%;display:flex;align-items:center;min-height:36px;padding:0 10px;border:0;border-radius:8px;background:transparent;color:var(--ink-2);font-size:12px;font-weight:600;text-align:left;cursor:pointer;}
body .hj-reference-v286.hj-page-current-domains .hj107-page-ui .hj107-more-menu a:hover,
body .hj-reference-v286.hj-page-current-domains .hj107-page-ui .hj107-more-menu button:hover{background:var(--bg-subtle);color:var(--ink);}
body .hj-reference-v286.hj-page-current-domains .hj107-page-ui [hidden]{display:none!important;}
body .hj-reference-v286.hj-page-current-domains .hj107-page-ui .hj107-empty-row{min-height:230px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:34px 20px;color:var(--ink-2);}
body .hj-reference-v286.hj-page-current-domains .hj107-page-ui .hj107-empty-row .hero-icon{margin-bottom:14px;}
body .hj-reference-v286.hj-page-current-domains .hj107-page-ui .hj107-empty-row strong{color:var(--ink);font-size:15px;}
body .hj-reference-v286.hj-page-current-domains .hj107-page-ui .hj107-empty-row p{max-width:430px;margin:7px 0 16px;font-size:12.5px;line-height:1.55;}

/* Real Add Domain action, visually converted from the old center modal to the supplied right drawer language. */
body.hj303-add-domain-open{overflow:hidden;}
body .hj-reference-v286.hj-page-current-domains .hj107-domains .hj303-add-domain-modal{position:fixed!important;inset:0!important;z-index:10000!important;display:block!important;pointer-events:none;}
body .hj-reference-v286.hj-page-current-domains .hj107-domains .hj303-add-domain-modal[hidden]{display:none!important;}
body .hj-reference-v286.hj-page-current-domains .hj107-domains .hj303-add-domain-modal.is-open{pointer-events:auto;}
body .hj-reference-v286.hj-page-current-domains .hj107-domains .hj303-add-domain-backdrop{position:absolute!important;inset:0!important;border:0!important;background:rgba(4,26,25,.45)!important;backdrop-filter:blur(2px)!important;opacity:0;transition:opacity .3s cubic-bezier(.16,1,.3,1)!important;}
body .hj-reference-v286.hj-page-current-domains .hj107-domains .hj303-add-domain-modal.is-open .hj303-add-domain-backdrop{opacity:1;}
body .hj-reference-v286.hj-page-current-domains .hj107-domains .hj303-add-domain-card{position:absolute!important;top:0!important;right:0!important;bottom:0!important;width:min(440px,92vw)!important;max-width:none!important;height:100%!important;margin:0!important;border:0!important;border-radius:0!important;background:#fff!important;box-shadow:-20px 0 60px rgba(4,26,25,.20)!important;transform:translateX(100%)!important;transition:transform .4s cubic-bezier(.16,1,.3,1)!important;display:flex!important;flex-direction:column!important;overflow:hidden!important;}
body .hj-reference-v286.hj-page-current-domains .hj107-domains .hj303-add-domain-modal.is-open .hj303-add-domain-card{transform:translateX(0)!important;}
body .hj-reference-v286.hj-page-current-domains .hj107-domains .hj303-add-domain-card>header{display:flex!important;align-items:flex-start!important;justify-content:space-between!important;gap:12px!important;padding:24px 24px 16px!important;border-bottom:1px solid #DCEDE9!important;background:#fff!important;}
body .hj-reference-v286.hj-page-current-domains .hj107-domains .hj303-add-domain-card>header span{display:block!important;margin-bottom:6px!important;color:#0A8C86!important;font-size:11px!important;font-weight:700!important;letter-spacing:.06em!important;text-transform:uppercase!important;}
body .hj-reference-v286.hj-page-current-domains .hj107-domains .hj303-add-domain-card>header h2{margin:0!important;color:#0C1E1D!important;font-size:19px!important;font-weight:800!important;letter-spacing:-.01em!important;}
body .hj-reference-v286.hj-page-current-domains .hj107-domains .hj303-add-domain-card>header p{margin:7px 0 0!important;color:#4E6C69!important;font-size:12px!important;line-height:1.55!important;}
body .hj-reference-v286.hj-page-current-domains .hj107-domains .hj303-add-domain-card>header>button{width:32px!important;height:32px!important;display:grid!important;place-items:center!important;flex:0 0 32px!important;border:0!important;border-radius:50%!important;background:#F2FAF9!important;color:#4E6C69!important;}
body .hj-reference-v286.hj-page-current-domains .hj107-domains .hj303-add-domain-card>header>button svg{width:15px!important;height:15px!important;}
body .hj-reference-v286.hj-page-current-domains .hj107-domains .hj303-add-domain-card>form{flex:1!important;min-height:0!important;display:flex!important;flex-direction:column!important;gap:18px!important;padding:26px 24px!important;overflow-y:auto!important;background:#fff!important;}
body .hj-reference-v286.hj-page-current-domains .hj107-domains .hj303-add-domain-card label{display:flex!important;flex-direction:column!important;gap:8px!important;}
body .hj-reference-v286.hj-page-current-domains .hj107-domains .hj303-add-domain-card label>span{color:#0C1E1D!important;font-size:12.5px!important;font-weight:700!important;}
body .hj-reference-v286.hj-page-current-domains .hj107-domains .hj303-add-domain-card label em{color:#8FAAA6!important;font-size:10.5px!important;font-style:normal!important;font-weight:600!important;}
body .hj-reference-v286.hj-page-current-domains .hj107-domains .hj303-add-domain-card input{width:100%!important;min-height:46px!important;padding:0 14px!important;border:1.5px solid #C7E2DC!important;border-radius:10px!important;background:#fff!important;color:#0C1E1D!important;outline:0!important;font-size:14px!important;box-shadow:none!important;}
body .hj-reference-v286.hj-page-current-domains .hj107-domains .hj303-add-domain-card input:focus{border-color:#0FB5AE!important;box-shadow:0 0 0 3px #E0F7F5!important;}
body .hj-reference-v286.hj-page-current-domains .hj107-domains .hj303-add-domain-card label small{color:#8FAAA6!important;font-size:11.5px!important;line-height:1.5!important;}
body .hj-reference-v286.hj-page-current-domains .hj107-domains .hj107-ns-guide{display:flex;flex-direction:column;gap:8px;padding:15px;border:1px solid #DCEDE9;border-radius:12px;background:#F2FAF9;}
body .hj-reference-v286.hj-page-current-domains .hj107-domains .hj107-ns-guide>span{color:#0C1E1D;font-size:12px;font-weight:700;}
body .hj-reference-v286.hj-page-current-domains .hj107-domains .hj107-ns-guide code{display:block;padding:9px 10px;border:1px solid #DCEDE9;border-radius:8px;background:#fff;color:#0A8C86;font-size:12px;}
body .hj-reference-v286.hj-page-current-domains .hj107-domains .hj107-ns-guide small{color:#8FAAA6;font-size:11.5px;line-height:1.5;}
body .hj-reference-v286.hj-page-current-domains .hj107-domains .hj303-add-domain-card footer{margin:auto -24px -26px!important;padding:18px 24px!important;border-top:1px solid #DCEDE9!important;display:flex!important;align-items:center!important;justify-content:flex-end!important;gap:10px!important;background:#fff!important;}
body .hj-reference-v286.hj-page-current-domains .hj107-domains .hj303-add-domain-card footer button{min-height:38px!important;border-radius:999px!important;padding:0 16px!important;font-size:12.5px!important;font-weight:600!important;}
body .hj-reference-v286.hj-page-current-domains .hj107-domains .hj303-add-domain-card footer .hj303-black-button{border:1px solid #0FB5AE!important;background:#0FB5AE!important;color:#fff!important;}

@media(max-width:680px){
  body .hj-reference-v286.hj-page-current-domains .hj107-page-ui .hero-band{padding-top:40px!important;}
  body .hj-reference-v286.hj-page-current-domains .hj107-page-ui .head-actions{width:100%;}
  body .hj-reference-v286.hj-page-current-domains .hj107-page-ui .head-actions>*{flex:1;}
  body .hj-reference-v286.hj-page-current-domains .hj107-page-ui .head-actions .btn-ghost,
  body .hj-reference-v286.hj-page-current-domains .hj107-page-ui .head-actions .btn-primary{width:100%;justify-content:center;}
  body .hj-reference-v286.hj-page-current-domains .hj107-page-ui .hero-actions{width:100%;}
  body .hj-reference-v286.hj-page-current-domains .hj107-page-ui .hero-actions>*{flex:1;justify-content:center;}
  body .hj-reference-v286.hj-page-current-domains .hj107-page-ui .toolbar-right{width:100%;justify-content:space-between;}
}

body .hj-reference-v286.hj-page-current-domains .hj107-page-ui .quick-card:first-child .quick-card-head>svg{color:var(--green);}
@media(min-width:901px){
  body .hj-reference-v286.hj-page-current-domains .hj-main{padding:0!important;background:#F2FAF9!important;}
  body .hj-reference-v286.hj-page-current-domains .hj-main>.hj107-domains{margin:0!important;max-width:none!important;}
}
body .hj-reference-v286.hj-page-current-domains .hj107-page-ui .hero-cell button.hero-link{display:inline-flex;align-items:center;gap:3px;width:fit-content;margin:0;color:var(--teal-deep);}
body .hj-reference-v286.hj-page-current-domains .hj107-page-ui .hero-cell button.hero-link::after{content:"→";opacity:0;transform:translateX(-4px);transition:opacity .15s var(--ease),transform .15s var(--ease);}
body .hj-reference-v286.hj-page-current-domains .hj107-page-ui .hero-cell button.hero-link:hover::after{opacity:1;transform:translateX(0);}
body .hj-reference-v286.hj-page-current-domains .hj107-page-ui .ring-meta button{margin-top:6px;width:fit-content;}

/* v0.28.108 — universal neutral header + true full-width domains canvas. */
body .hj-reference-v286.hj-page-current-domains .hj-main{
  padding-left:0!important;
  padding-right:0!important;
  background:#F5F6F7!important;
  overflow-x:hidden!important;
}
body .hj-reference-v286.hj-page-current-domains .hj-main>.hj107-domains,
body .hj-reference-v286.hj-page-current-domains .hj303-domain-page.hj107-domains{
  width:100%!important;
  max-width:none!important;
  margin-left:0!important;
  margin-right:0!important;
}
body .hj-reference-v286.hj-page-current-domains .hj107-page-ui .hero-band-head,
body .hj-reference-v286.hj-page-current-domains .hj107-page-ui .content-inner{
  width:100%!important;
  max-width:none!important;
}
body .hj-reference-v286.hj-page-current-domains .hj107-page-ui .hero-band{
  background:linear-gradient(135deg,#111214 0%,#1A1B1E 52%,#25262A 100%)!important;
  background-size:100% 100%!important;
  animation:none!important;
  box-shadow:inset 0 -1px 0 rgba(255,255,255,.08)!important;
}
body .hj-reference-v286.hj-page-current-domains .hj107-page-ui .hero-orbs{display:none!important;}
body .hj-reference-v286.hj-page-current-domains .hj107-page-ui .page-kicker{
  background:rgba(255,255,255,.08)!important;
  border-color:rgba(255,255,255,.14)!important;
  color:rgba(255,255,255,.82)!important;
}
body .hj-reference-v286.hj-page-current-domains .hj107-page-ui .page-kicker .dot{
  background:#D5D7DB!important;
  animation:none!important;
  box-shadow:none!important;
}
body .hj-reference-v286.hj-page-current-domains .hj107-page-ui .hero-band-head .btn-ghost{
  background:rgba(255,255,255,.08)!important;
  border-color:rgba(255,255,255,.16)!important;
}
body .hj-reference-v286.hj-page-current-domains .hj107-page-ui .hero-band-head .btn-ghost:hover{background:rgba(255,255,255,.14)!important;}
body .hj-reference-v286.hj-page-current-domains .hj107-page-ui .hero-band-head .btn-primary{
  background:#fff!important;color:#151619!important;border-color:#fff!important;box-shadow:0 10px 24px rgba(0,0,0,.20)!important;
}
body .hj-reference-v286.hj-page-current-domains .hj107-page-ui .hero-band-head .btn-primary:hover{background:#F2F3F4!important;color:#0A0B0C!important;}
body .hj-reference-v286.hj-page-current-domains .hj107-page-ui .content{
  background:linear-gradient(180deg,#F4F5F6 0%,#F7F8F9 100%)!important;
}
body .hj-reference-v286.hj-page-current-domains .hj107-page-ui .chip-badge.is-propagating{
  color:#A15C00!important;background:#FFF3D8!important;border:1px solid #F2D18D!important;
}
body .hj-reference-v286.hj-page-current-domains .hj107-page-ui .status.is-pending{color:#A15C00!important;}
body .hj-reference-v286.hj-page-current-domains .hj107-page-ui .status.is-pending .status-dot{background:#F2A93C!important;animation:none!important;}
body .hj-reference-v286.hj-page-current-domains .hj107-page-ui .btn-manage.is-propagating{color:#6D4700!important;border-color:#E8C36F!important;background:#FFF9EB!important;}
body .hj-reference-v286.hj-page-current-domains .hj107-page-ui .btn-manage.is-propagating:hover{color:#3D2900!important;border-color:#D8A83D!important;background:#FFF2D0!important;}
body .hj-reference-v286.hj-page-current-domains .hj107-page-ui .btn-manage.is-propagating svg{width:13px;height:13px;}

/* Keep the global HostingJet top bar aligned to the new full-bleed Domains canvas. */
body .hj-reference-v286.hj-page-current-domains .hj-main>.hj-topbar{
  width:100%!important;
  max-width:none!important;
  margin-left:0!important;
  margin-right:0!important;
}

/* =========================================================
   0.28.111 · Live pending-domain propagation manager
   ========================================================= */
.hj107-domains .hj111-row-progress{display:inline-flex;align-items:center;gap:5px;margin-left:9px;padding-left:9px;border-left:1px solid var(--border);font-size:11.5px;font-weight:650;color:#9a6a13;white-space:nowrap}
.hj107-domains .chip-badge.is-propagating{background:#fff7df;color:#96610c;border:1px solid #f0ddb1}
.hj107-domains .btn-manage.is-propagating{background:#fffaf0;border-color:#ead7ab;color:#76500c}
.hj107-domains .btn-manage.is-propagating:hover{background:#171717;border-color:#171717;color:#fff}

.hj111-propagation-manager{--hj111-amber:#b77910;--hj111-amber-soft:#fff8e8;--hj111-ink:#171717;--hj111-muted:#6f7177;--hj111-line:#e7e7e8;--hj111-green:#138a55}
.hj111-propagation-manager .hj303-drawer-scroll{padding-bottom:34px}
.hj111-pulse-logo{position:relative;overflow:visible}
.hj111-pulse-logo:after{content:"";position:absolute;inset:-5px;border:1px solid rgba(23,23,23,.16);border-radius:12px;animation:hj111Pulse 2.2s ease-out infinite;pointer-events:none}
@keyframes hj111Pulse{0%{transform:scale(.82);opacity:.7}70%,100%{transform:scale(1.25);opacity:0}}

.hj111-propagation-identity{margin-bottom:14px}
.hj111-live-pill{display:inline-flex!important;align-items:center;gap:7px;width:max-content;margin:5px 8px 0 0;padding:4px 9px;border:1px solid #ecd9af;border-radius:999px;background:var(--hj111-amber-soft);font-size:11.5px!important;font-weight:700!important;color:#81560e!important}
.hj111-live-pill>i{width:6px;height:6px;border-radius:50%;background:#d4911f;box-shadow:0 0 0 0 rgba(212,145,31,.33);animation:hj111Dot 1.8s ease-out infinite}
.hj111-live-pill.is-connecting{border-color:#bde2ce;background:#eefaf4;color:#0d7145!important}
.hj111-live-pill.is-connecting>i{background:#16905a}
@keyframes hj111Dot{0%{box-shadow:0 0 0 0 rgba(212,145,31,.38)}75%,100%{box-shadow:0 0 0 7px rgba(212,145,31,0)}}

.hj111-propagation-card{margin:0 20px 14px;padding:18px;border:1px solid var(--hj111-line);border-radius:15px;background:#fff;box-shadow:0 1px 2px rgba(10,10,10,.03)}
.hj111-propagation-head{display:flex;align-items:flex-end;justify-content:space-between;gap:18px;margin-bottom:13px}
.hj111-propagation-head>div{display:flex;flex-direction:column;gap:3px;min-width:0}
.hj111-propagation-head span{font-size:11.5px;font-weight:650;color:var(--hj111-muted)}
.hj111-propagation-head strong{font-size:14px;font-weight:720;color:var(--hj111-ink)}
.hj111-propagation-head>b{font-size:22px;letter-spacing:-.04em;color:var(--hj111-ink)}
.hj111-progress-track{height:7px;overflow:hidden;border-radius:999px;background:#efeff0}
.hj111-progress-track>i{display:block;height:100%;min-width:3px;border-radius:inherit;background:#171717;transition:width .65s cubic-bezier(.16,1,.3,1)}
.hj111-resolver-line{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-top:12px;color:#7a7b80;font-size:11.5px;line-height:1.45}
.hj111-resolver-line>span:first-child{min-width:0}
.hj111-monitor-dot{display:inline-flex;align-items:center;gap:6px;flex:0 0 auto;padding:4px 8px;border-radius:999px;background:#f4f4f5;color:#707176;font-size:10.5px;font-weight:700;white-space:nowrap}
.hj111-monitor-dot>i{width:6px;height:6px;border-radius:50%;background:#a1a1a5}
.hj111-monitor-dot.is-live{background:#edf9f3;color:#107146}
.hj111-monitor-dot.is-live>i{background:#15925a;box-shadow:0 0 0 3px rgba(21,146,90,.1)}

.hj111-propagation-stats{margin-bottom:14px}
.hj111-propagation-stats>div strong{font-size:12.5px;line-height:1.35;word-break:break-word}
.hj111-ns-box{margin:0 20px 14px;padding:18px;border:1px solid var(--hj111-line);border-radius:15px;background:#fbfbfc}
.hj111-ns-box>header{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-bottom:14px}
.hj111-ns-box>header>div{display:flex;flex-direction:column;gap:3px;min-width:0}
.hj111-ns-box>header span{font-size:11.5px;color:var(--hj111-muted)}
.hj111-ns-box>header strong{font-size:13.5px;color:var(--hj111-ink)}
.hj111-ns-list,.hj111-seen>div{display:flex;flex-wrap:wrap;gap:7px}
.hj111-ns-list code,.hj111-seen code{display:inline-flex;align-items:center;min-height:29px;padding:5px 9px;border:1px solid #dedee0;border-radius:8px;background:#fff;color:#26272a;font:600 11.5px/1.2 ui-monospace,SFMono-Regular,Menlo,Consolas,monospace}
.hj111-seen{margin-top:14px;padding-top:13px;border-top:1px solid #e8e8e9}
.hj111-seen>span{display:block;margin-bottom:8px;font-size:10.5px;font-weight:700;letter-spacing:.035em;text-transform:uppercase;color:#898a90}
.hj111-seen em{font-size:11.5px;line-height:1.5;color:#88898e}
.hj111-ns-box [data-hj111-force-check-domain].is-loading{opacity:.7;pointer-events:none}
.hj111-ns-box [data-hj111-force-check-domain].is-loading svg{animation:hj111Spin .8s linear infinite}
@keyframes hj111Spin{to{transform:rotate(360deg)}}

.hj111-live-note{display:flex;gap:13px;margin:0 20px 14px;padding:14px 15px;border:1px solid #e3e3e5;border-radius:13px;background:#f8f8f9}
.hj111-live-note strong{display:block;margin-bottom:3px;font-size:12.5px;color:#202124}
.hj111-live-note p{margin:0;color:#717278;font-size:11.5px;line-height:1.55}
.hj111-live-wave{display:flex;align-items:center;gap:2px;width:21px;height:20px;flex:0 0 21px}
.hj111-live-wave i{display:block;width:3px;border-radius:999px;background:#1f1f20;animation:hj111Wave 1.05s ease-in-out infinite}
.hj111-live-wave i:nth-child(1){height:7px}
.hj111-live-wave i:nth-child(2){height:15px;animation-delay:.12s}
.hj111-live-wave i:nth-child(3){height:10px;animation-delay:.24s}
@keyframes hj111Wave{0%,100%{transform:scaleY(.55);opacity:.45}50%{transform:scaleY(1);opacity:1}}
.hj111-provider-note{margin:0 20px 10px;padding:10px 12px;border-radius:10px;background:#f6f6f7;color:#6d6e73;font-size:11.5px;line-height:1.5}
.hj111-provider-note.is-error{border:1px solid #f0c9c9;background:#fff2f2;color:#a63737}
.hj111-pending-menu{margin-top:6px}

.hj111-pending-edit-form{display:grid;gap:14px;margin-top:18px}
.hj111-pending-edit-form label{display:grid;gap:7px}
.hj111-pending-edit-form label>span{font-size:11.5px;font-weight:700;color:#5f6065}
.hj111-pending-edit-form input{width:100%;height:42px;padding:0 12px;border:1px solid #d8d8da;border-radius:10px;background:#fff;color:#171717;font:inherit;outline:none;transition:border-color .15s,box-shadow .15s}
.hj111-pending-edit-form input:focus{border-color:#85858a;box-shadow:0 0 0 3px rgba(0,0,0,.055)}
.hj111-danger-button{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:40px;padding:0 14px;border:0;border-radius:10px;background:#b42318;color:#fff;font-weight:700;cursor:pointer}
.hj111-danger-button:hover{background:#912018}

@media (max-width:720px){
  .hj107-domains .hj111-row-progress{display:flex;margin:5px 0 0;padding:0;border:0}
  .hj111-propagation-card,.hj111-ns-box,.hj111-live-note,.hj111-provider-note{margin-left:14px;margin-right:14px}
  .hj111-resolver-line{align-items:flex-start;flex-direction:column;gap:8px}
  .hj111-ns-box>header{align-items:flex-start;flex-direction:column}
  .hj111-ns-box>header .hj303-light-button{width:100%;justify-content:center}
}

@media (prefers-reduced-motion:reduce){
  .hj111-pulse-logo:after,.hj111-live-pill>i,.hj111-live-wave i{animation:none!important}
}

/* Active propagation lives inside Add Domain as well, so pending requests are never hidden. */
.hj111-active-propagations{margin:0 20px 4px;padding:14px;border:1px solid #e4e4e6;border-radius:14px;background:#fafafa}
.hj111-active-propagations-head{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-bottom:10px}
.hj111-active-propagations-head>div{display:grid;gap:2px}
.hj111-active-propagations-head span{font-size:10.5px;font-weight:750;letter-spacing:.045em;text-transform:uppercase;color:#8a8b90}
.hj111-active-propagations-head strong{font-size:12.5px;color:#242528}
.hj111-active-propagations-head>b{padding:4px 8px;border-radius:999px;background:#fff4d8;color:#8c5e0d;font-size:10.5px;font-weight:750;white-space:nowrap}
.hj111-active-propagations-list{display:grid;gap:7px}
.hj111-active-propagation-row{display:grid;grid-template-columns:34px minmax(0,1fr) auto;align-items:center;gap:10px;width:100%;padding:10px;border:1px solid #e5e5e7;border-radius:11px;background:#fff;color:#171717;text-align:left;cursor:pointer;transition:border-color .15s,box-shadow .15s,transform .15s}
.hj111-active-propagation-row:hover{border-color:#c9c9cd;box-shadow:0 4px 12px rgba(0,0,0,.055);transform:translateY(-1px)}
.hj111-active-propagation-icon{position:relative;display:grid;place-items:center;width:34px;height:34px;border-radius:9px;background:#f3f3f4;color:#292a2d}
.hj111-active-propagation-icon svg{width:16px;height:16px}
.hj111-active-propagation-icon>i{position:absolute;right:2px;bottom:2px;width:7px;height:7px;border:1.5px solid #fff;border-radius:50%;background:#d08b18;animation:hj111Dot 1.8s ease-out infinite}
.hj111-active-propagation-copy{display:grid;gap:3px;min-width:0}
.hj111-active-propagation-copy>strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:12.5px}
.hj111-active-propagation-copy>small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#77787d;font-size:10.5px}
.hj111-active-propagation-copy>i{display:block;overflow:hidden;width:100%;height:3px;border-radius:99px;background:#ececee}
.hj111-active-propagation-copy>i>b{display:block;height:100%;min-width:2px;border-radius:inherit;background:#202124;transition:width .6s cubic-bezier(.16,1,.3,1)}
.hj111-active-propagation-open{display:inline-flex;align-items:center;gap:4px;color:#66676b;font-size:10.5px;font-weight:700;white-space:nowrap}
.hj111-active-propagation-open svg{width:11px;height:11px}
@media(max-width:620px){.hj111-active-propagations{margin-left:14px;margin-right:14px}.hj111-active-propagation-row{grid-template-columns:34px minmax(0,1fr)}.hj111-active-propagation-open{display:none}}

/* v0.28.114 — live current public nameservers from Google + Cloudflare DoH. */
.hj114-public-ns-section{display:flex;flex-direction:column;gap:12px}
.hj114-public-ns-head{display:flex;align-items:flex-start;justify-content:space-between;gap:14px}
.hj114-public-ns-head>div{min-width:0}
.hj114-public-ns-head h3{margin:0 0 4px!important}
.hj114-public-ns-head p{margin:0;color:#73777f;font-size:12px;line-height:1.5}
.hj114-public-ns-head [data-hj114-refresh-ns].is-loading svg{animation:hj111Spin .8s linear infinite}
.hj114-public-ns-card{padding:14px;border:1px solid #e2e3e6;border-radius:13px;background:#fafafb;transition:border-color .18s ease,background .18s ease}
.hj114-public-ns-section.is-hostingjet .hj114-public-ns-card{border-color:#bfe7d2;background:#f5fbf7}
.hj114-public-ns-section.is-mixed .hj114-public-ns-card{border-color:#ecd6a4;background:#fffaf0}
.hj114-public-ns-list{display:flex;flex-wrap:wrap;gap:7px;min-height:29px}
.hj114-public-ns-list code{display:inline-flex;align-items:center;gap:7px;min-height:30px;padding:5px 9px;border:1px solid #dedee0;border-radius:8px;background:#fff;color:#24262a;font:600 11.5px/1.2 ui-monospace,SFMono-Regular,Menlo,Consolas,monospace}
.hj114-public-ns-list code .hj114-ns-coverage{padding-left:7px;border-left:1px solid #e5e5e7;color:#858992;font:700 9.5px/1.2 Inter,system-ui,sans-serif}
.hj114-public-ns-list em{color:#858992;font-size:12px;font-style:normal;line-height:30px}
.hj114-public-ns-meta{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-top:10px;color:#858992;font-size:10.5px;font-weight:600}
.hj111-seen>small{display:block;margin:3px 0 8px;color:#92959b;font-size:10.5px;line-height:1.4}
@media(max-width:560px){
  .hj114-public-ns-head{flex-direction:column}
  .hj114-public-ns-head .hj303-light-button{width:100%;justify-content:center}
  .hj114-public-ns-meta{align-items:flex-start;flex-direction:column}
}
.hj111-active-propagation-copy>.hj114-active-current-ns{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#96989f;font-size:9.8px}


/* ===== v0.28.116 supplied domains-dashboard-final scoped styles ===== */
body .hj-reference-v286.hj-page-current-domains .hj115-domain-exact{
    --ink:#0B0B12;
    --ink-soft:#3D3D48;
    --muted:#6B7280;
    --faint:#9CA0AC;

    --page:#FFFFFF;
    --card:#FFFFFF;
    --panel:#F6F6F8;
    --panel-2:#F1F1F4;
    --border:#E6E6EC;
    --border-strong:#D8D8E2;

    --blue:#2563EB;
    --blue-dark:#1D4FD1;
    --blue-tint:#EAF1FE;
    --teal:#0B8A72;
    --teal-tint:#E6F5F1;
    --green:#16A34A;
    --green-tint:#EAF8EE;
    --amber:#D97706;
    --amber-tint:#FDF1E0;
    --red:#DC2626;
    --red-tint:#FCEAEA;

    --r-xl:22px;
    --r-lg:16px;
    --r-md:12px;
    --r-sm:9px;

    --shadow-xs:0 1px 2px rgba(15,15,25,.04);
    --shadow-sm:0 2px 10px -4px rgba(15,15,25,.08);
    --shadow-md:0 14px 30px -14px rgba(15,15,25,.18);
    --shadow-lg:0 30px 60px -24px rgba(15,15,25,.28);
    --shadow-blue:0 10px 22px -8px rgba(37,99,235,.38);

    --ease:cubic-bezier(.4,0,.2,1);
    --font:"Poppins",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  }
body .hj-reference-v286.hj-page-current-domains .hj115-domain-exact *{box-sizing:border-box;}
body .hj-reference-v286.hj-page-current-domains .hj115-domain-exact{
    margin:0;
    background:var(--page);
    color:var(--ink);
    font-family:var(--font);
  }
body .hj-reference-v286.hj-page-current-domains .hj115-domain-exact a{color:inherit;}
body .hj-reference-v286.hj-page-current-domains .hj115-domain-exact button{font-family:inherit;}
body .hj-reference-v286.hj-page-current-domains .hj115-domain-exact :focus-visible{outline:2px solid var(--blue);outline-offset:3px;border-radius:6px;}
body .hj-reference-v286.hj-page-current-domains .hj115-domain-exact .topline{height:3px;background:var(--blue);}
body .hj-reference-v286.hj-page-current-domains .hj115-domain-exact .page{max-width:1180px;margin:0 auto;padding:34px 32px 100px;}
/* Eyebrow */
body .hj-reference-v286.hj-page-current-domains .hj115-domain-exact .eyebrow-row{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px;flex-wrap:wrap;gap:10px;}
body .hj-reference-v286.hj-page-current-domains .hj115-domain-exact .eyebrow{
    display:inline-flex;align-items:center;gap:9px;
    padding:6px 14px 6px 10px;border:1px solid var(--border-strong);
    border-radius:999px;background:#fff;box-shadow:var(--shadow-xs);
    font-size:12.5px;font-weight:600;color:var(--ink-soft);
  }
body .hj-reference-v286.hj-page-current-domains .hj115-domain-exact .eyebrow .dot{width:7px;height:7px;border-radius:50%;background:var(--blue);}
body .hj-reference-v286.hj-page-current-domains .hj115-domain-exact .breadcrumb-mini{font-size:12.5px;color:var(--faint);font-weight:500;}
/* Hero */
body .hj-reference-v286.hj-page-current-domains .hj115-domain-exact .hero{
    border:1px solid var(--border);
    border-radius:var(--r-xl);
    background:var(--panel);
    padding:30px 32px 26px;
    box-shadow:var(--shadow-xs);
  }
body .hj-reference-v286.hj-page-current-domains .hj115-domain-exact .hero-top{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;flex-wrap:wrap;}
body .hj-reference-v286.hj-page-current-domains .hj115-domain-exact .hero-id{display:flex;align-items:center;gap:15px;}
body .hj-reference-v286.hj-page-current-domains .hj115-domain-exact .hero-icon{width:48px;height:48px;border-radius:14px;flex-shrink:0;background:var(--ink);display:flex;align-items:center;justify-content:center;box-shadow:var(--shadow-sm);}
body .hj-reference-v286.hj-page-current-domains .hj115-domain-exact .hero-icon svg{width:22px;height:22px;stroke:#fff;}
body .hj-reference-v286.hj-page-current-domains .hj115-domain-exact .hero-name-row{display:flex;align-items:center;gap:10px;flex-wrap:wrap;}
body .hj-reference-v286.hj-page-current-domains .hj115-domain-exact .hero-name{margin:0;font-weight:700;font-size:26px;letter-spacing:-.01em;color:var(--ink);}
body .hj-reference-v286.hj-page-current-domains .hj115-domain-exact .copy-chip{display:inline-flex;align-items:center;justify-content:center;width:26px;height:26px;border-radius:8px;background:#fff;border:1px solid var(--border-strong);cursor:pointer;transition:border-color .15s var(--ease),transform .1s var(--ease);}
body .hj-reference-v286.hj-page-current-domains .hj115-domain-exact .copy-chip svg{width:12px;height:12px;stroke:var(--muted);}
body .hj-reference-v286.hj-page-current-domains .hj115-domain-exact .copy-chip:hover{border-color:var(--faint);}
body .hj-reference-v286.hj-page-current-domains .hj115-domain-exact .copy-chip:active{transform:scale(.92);}
body .hj-reference-v286.hj-page-current-domains .hj115-domain-exact .hero-sub{margin:6px 0 0;font-size:13.5px;color:var(--muted);font-weight:500;}
body .hj-reference-v286.hj-page-current-domains .hj115-domain-exact .hero-meta{display:flex;align-items:center;gap:6px;font-size:12px;color:var(--faint);font-weight:500;margin-top:10px;}
body .hj-reference-v286.hj-page-current-domains .hj115-domain-exact .hero-meta svg{width:12px;height:12px;stroke:var(--faint);}
body .hj-reference-v286.hj-page-current-domains .hj115-domain-exact .hero-meta button{background:none;border:none;color:var(--blue);font-weight:600;cursor:pointer;font-size:12px;padding:0;font-family:inherit;}
body .hj-reference-v286.hj-page-current-domains .hj115-domain-exact .hero-actions{display:flex;gap:10px;}
body .hj-reference-v286.hj-page-current-domains .hj115-domain-exact .btn{
    appearance:none;border:none;cursor:pointer;
    font-size:13.5px;font-weight:600;font-family:inherit;
    padding:11px 19px;border-radius:999px;
    display:inline-flex;align-items:center;gap:7px;
    transition:border-color .15s var(--ease),background .15s var(--ease),box-shadow .15s var(--ease),transform .1s var(--ease);
    white-space:nowrap;
  }
body .hj-reference-v286.hj-page-current-domains .hj115-domain-exact .btn svg{width:14px;height:14px;}
body .hj-reference-v286.hj-page-current-domains .hj115-domain-exact .btn:active{transform:scale(.97);}
body .hj-reference-v286.hj-page-current-domains .hj115-domain-exact .btn-dark{background:var(--ink);color:#fff;box-shadow:var(--shadow-sm);}
body .hj-reference-v286.hj-page-current-domains .hj115-domain-exact .btn-dark:hover{background:#26262f;}
body .hj-reference-v286.hj-page-current-domains .hj115-domain-exact .btn-outline{background:#fff;color:var(--ink);border:1px solid var(--border-strong);}
body .hj-reference-v286.hj-page-current-domains .hj115-domain-exact .btn-outline:hover{border-color:var(--faint);background:#FAFAFB;}
body .hj-reference-v286.hj-page-current-domains .hj115-domain-exact .btn-blue{background:var(--blue);color:#fff;box-shadow:var(--shadow-blue);}
body .hj-reference-v286.hj-page-current-domains .hj115-domain-exact .btn-blue:hover{background:var(--blue-dark);}
body .hj-reference-v286.hj-page-current-domains .hj115-domain-exact .btn-sm{padding:8px 15px;font-size:12.5px;}
body .hj-reference-v286.hj-page-current-domains .hj115-domain-exact .btn-link{background:none;border:none;color:var(--blue);font-weight:600;font-size:12.5px;cursor:pointer;padding:0;display:inline-flex;align-items:center;gap:4px;font-family:inherit;}
body .hj-reference-v286.hj-page-current-domains .hj115-domain-exact .btn-link:hover{text-decoration:underline;}
body .hj-reference-v286.hj-page-current-domains .hj115-domain-exact .btn-link.faint{color:var(--faint);}
body .hj-reference-v286.hj-page-current-domains .hj115-domain-exact .btn-link.teal{color:var(--teal);}
body .hj-reference-v286.hj-page-current-domains .hj115-domain-exact .btn-link svg{width:11px;height:11px;}
body .hj-reference-v286.hj-page-current-domains .hj115-domain-exact .btn-full{width:100%;justify-content:center;}
/* ============ HERO HEALTH BANNER ============ */
/* The single bold signal on the page: everything else below is deliberately quiet. */
body .hj-reference-v286.hj-page-current-domains .hj115-domain-exact .hero-health{
    display:flex;align-items:center;gap:18px;
    margin-top:22px;padding:16px 20px;
    background:var(--red-tint);border:1px solid #F3D3D3;border-radius:var(--r-md);
  }
body .hj-reference-v286.hj-page-current-domains .hj115-domain-exact .gauge{position:relative;width:52px;height:52px;flex-shrink:0;}
body .hj-reference-v286.hj-page-current-domains .hj115-domain-exact .gauge svg{transform:rotate(-90deg);}
body .hj-reference-v286.hj-page-current-domains .hj115-domain-exact .gauge-num{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;font-size:16.5px;font-weight:700;color:var(--red);}
body .hj-reference-v286.hj-page-current-domains .hj115-domain-exact .hero-health-text{flex:1;min-width:0;}
body .hj-reference-v286.hj-page-current-domains .hj115-domain-exact .hero-health-title{font-size:14px;font-weight:700;color:var(--ink);margin-bottom:2px;}
body .hj-reference-v286.hj-page-current-domains .hj115-domain-exact .hero-health-title span{color:var(--red);}
body .hj-reference-v286.hj-page-current-domains .hj115-domain-exact .hero-health-sub{font-size:12.5px;color:var(--ink-soft);}
body .hj-reference-v286.hj-page-current-domains .hj115-domain-exact .hero-health .btn-link{flex-shrink:0;color:var(--red);}
/* ============ STATUS PANEL (replaces the 8-card grid) ============ */
body .hj-reference-v286.hj-page-current-domains .hj115-domain-exact .status-panel{
    margin-top:18px;background:var(--card);border:1px solid var(--border);
    border-radius:var(--r-lg);overflow:hidden;box-shadow:var(--shadow-xs);
  }
body .hj-reference-v286.hj-page-current-domains .hj115-domain-exact .status-group + .status-group{border-top:8px solid var(--panel);}
body .hj-reference-v286.hj-page-current-domains .hj115-domain-exact .status-group-label{
    padding:16px 22px 6px;font-size:11px;font-weight:700;letter-spacing:.06em;
    text-transform:uppercase;color:var(--faint);
  }
body .hj-reference-v286.hj-page-current-domains .hj115-domain-exact .status-row{
    display:flex;align-items:center;gap:14px;padding:13px 22px;
    border-top:1px solid var(--border);transition:background .15s var(--ease);
  }
body .hj-reference-v286.hj-page-current-domains .hj115-domain-exact .status-group-label + .status-row{border-top:none;}
body .hj-reference-v286.hj-page-current-domains .hj115-domain-exact .status-row:hover{background:var(--panel);}
body .hj-reference-v286.hj-page-current-domains .hj115-domain-exact .status-row.child{padding-left:64px;position:relative;}
body .hj-reference-v286.hj-page-current-domains .hj115-domain-exact .status-row.child::before{
    content:"";position:absolute;left:38px;top:0;bottom:0;width:1px;background:var(--border-strong);
  }
body .hj-reference-v286.hj-page-current-domains .hj115-domain-exact .status-row.child:last-child::before{bottom:50%;}
body .hj-reference-v286.hj-page-current-domains .hj115-domain-exact .status-row.child::after{
    content:"";position:absolute;left:38px;top:50%;width:12px;height:1px;background:var(--border-strong);
  }
body .hj-reference-v286.hj-page-current-domains .hj115-domain-exact .status-icon{width:30px;height:30px;border-radius:9px;display:flex;align-items:center;justify-content:center;flex-shrink:0;background:var(--panel-2);}
body .hj-reference-v286.hj-page-current-domains .hj115-domain-exact .status-icon svg{width:14px;height:14px;stroke:var(--ink-soft);}
body .hj-reference-v286.hj-page-current-domains .hj115-domain-exact .status-icon.amber{background:var(--amber-tint);}
body .hj-reference-v286.hj-page-current-domains .hj115-domain-exact .status-icon.amber svg{stroke:var(--amber);}
body .hj-reference-v286.hj-page-current-domains .hj115-domain-exact .status-icon.teal{background:var(--teal-tint);}
body .hj-reference-v286.hj-page-current-domains .hj115-domain-exact .status-icon.teal svg{stroke:var(--teal);}
body .hj-reference-v286.hj-page-current-domains .hj115-domain-exact .status-icon.gray svg{stroke:var(--faint);}
body .hj-reference-v286.hj-page-current-domains .hj115-domain-exact .status-text{flex:1;min-width:0;display:flex;align-items:baseline;gap:9px;flex-wrap:wrap;}
body .hj-reference-v286.hj-page-current-domains .hj115-domain-exact .status-label{font-size:13.5px;font-weight:600;color:var(--ink);white-space:nowrap;}
body .hj-reference-v286.hj-page-current-domains .hj115-domain-exact .status-value{font-size:12.5px;color:var(--muted);}
body .hj-reference-v286.hj-page-current-domains .hj115-domain-exact .status-value.warn{color:var(--amber);font-weight:600;}
body .hj-reference-v286.hj-page-current-domains .hj115-domain-exact .status-value.dim{color:var(--faint);}
body .hj-reference-v286.hj-page-current-domains .hj115-domain-exact .status-lock{
    display:inline-flex;align-items:center;gap:5px;font-size:11.5px;font-weight:600;color:var(--faint);
  }
body .hj-reference-v286.hj-page-current-domains .hj115-domain-exact .status-lock svg{width:11px;height:11px;stroke:var(--faint);}
body .hj-reference-v286.hj-page-current-domains .hj115-domain-exact .status-row .btn-link{flex-shrink:0;}
/* Compact trigger that opens the Resources & Connection drawer */
body .hj-reference-v286.hj-page-current-domains .hj115-domain-exact .status-trigger{
    display:flex;align-items:center;gap:14px;width:100%;margin-top:18px;
    background:var(--card);border:1px solid var(--border);border-radius:var(--r-lg);
    padding:16px 20px;cursor:pointer;text-align:left;box-shadow:var(--shadow-xs);
    transition:border-color .15s var(--ease),box-shadow .15s var(--ease),transform .15s var(--ease);
  }
body .hj-reference-v286.hj-page-current-domains .hj115-domain-exact .status-trigger:hover{border-color:var(--border-strong);box-shadow:var(--shadow-md);transform:translateY(-1px);}
body .hj-reference-v286.hj-page-current-domains .hj115-domain-exact .status-trigger-icons{display:flex;flex-shrink:0;}
body .hj-reference-v286.hj-page-current-domains .hj115-domain-exact .mini-ic{
    width:30px;height:30px;border-radius:9px;background:var(--panel-2);
    display:flex;align-items:center;justify-content:center;
    border:2px solid #fff;box-shadow:0 0 0 1px var(--border);
  }
body .hj-reference-v286.hj-page-current-domains .hj115-domain-exact .mini-ic svg{width:14px;height:14px;stroke:var(--ink-soft);}
body .hj-reference-v286.hj-page-current-domains .hj115-domain-exact .mini-ic.teal{background:var(--teal-tint);}
body .hj-reference-v286.hj-page-current-domains .hj115-domain-exact .mini-ic.teal svg{stroke:var(--teal);}
body .hj-reference-v286.hj-page-current-domains .hj115-domain-exact .mini-ic.amber{background:var(--amber-tint);}
body .hj-reference-v286.hj-page-current-domains .hj115-domain-exact .mini-ic.amber svg{stroke:var(--amber);}
body .hj-reference-v286.hj-page-current-domains .hj115-domain-exact .status-trigger-icons .mini-ic + .mini-ic{margin-left:-9px;}
body .hj-reference-v286.hj-page-current-domains .hj115-domain-exact .status-trigger-text{flex:1;min-width:0;display:flex;flex-direction:column;gap:2px;}
body .hj-reference-v286.hj-page-current-domains .hj115-domain-exact .status-trigger-title{font-size:14px;font-weight:700;color:var(--ink);}
body .hj-reference-v286.hj-page-current-domains .hj115-domain-exact .status-trigger-sub{font-size:12.5px;color:var(--muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
body .hj-reference-v286.hj-page-current-domains .hj115-domain-exact .status-trigger-chevron{width:26px;height:26px;border-radius:50%;background:var(--panel-2);display:flex;align-items:center;justify-content:center;flex-shrink:0;}
body .hj-reference-v286.hj-page-current-domains .hj115-domain-exact .status-trigger-chevron svg{width:13px;height:13px;stroke:var(--ink-soft);}
/* Drawer drill-down: list -> detail, per action */
body .hj-reference-v286.hj-page-current-domains .hj115-domain-exact .detail-back{
    display:flex;align-items:center;gap:6px;background:none;border:none;cursor:pointer;
    color:var(--muted);font-weight:600;font-size:12.5px;font-family:inherit;
    padding:18px 26px 4px;transition:color .15s var(--ease);
  }
body .hj-reference-v286.hj-page-current-domains .hj115-domain-exact .detail-back svg{width:13px;height:13px;stroke:var(--muted);}
body .hj-reference-v286.hj-page-current-domains .hj115-domain-exact .detail-back:hover{color:var(--ink);}
body .hj-reference-v286.hj-page-current-domains .hj115-domain-exact .detail-pane{display:none;}
body .hj-reference-v286.hj-page-current-domains .hj115-domain-exact .detail-pane.active{display:block;animation:hj115-enter .2s var(--ease);}
body .hj-reference-v286.hj-page-current-domains .hj115-domain-exact .detail-head{display:flex;align-items:center;gap:12px;padding:14px 26px 18px;}
body .hj-reference-v286.hj-page-current-domains .hj115-domain-exact .detail-icon{width:38px;height:38px;border-radius:11px;background:var(--panel-2);display:flex;align-items:center;justify-content:center;flex-shrink:0;}
body .hj-reference-v286.hj-page-current-domains .hj115-domain-exact .detail-icon svg{width:17px;height:17px;stroke:var(--ink-soft);}
body .hj-reference-v286.hj-page-current-domains .hj115-domain-exact .detail-icon.amber{background:var(--amber-tint);}
body .hj-reference-v286.hj-page-current-domains .hj115-domain-exact .detail-icon.amber svg{stroke:var(--amber);}
body .hj-reference-v286.hj-page-current-domains .hj115-domain-exact .detail-icon.teal{background:var(--teal-tint);}
body .hj-reference-v286.hj-page-current-domains .hj115-domain-exact .detail-icon.teal svg{stroke:var(--teal);}
body .hj-reference-v286.hj-page-current-domains .hj115-domain-exact .detail-title{font-size:15px;font-weight:700;color:var(--ink);}
body .hj-reference-v286.hj-page-current-domains .hj115-domain-exact .detail-sub{font-size:12.5px;color:var(--muted);margin-top:2px;}
body .hj-reference-v286.hj-page-current-domains .hj115-domain-exact .detail-body{padding:0 26px 26px;}
body .hj-reference-v286.hj-page-current-domains .hj115-domain-exact .locked-empty{text-align:center;padding:14px 6px 4px;}
body .hj-reference-v286.hj-page-current-domains .hj115-domain-exact .locked-empty-icon{width:52px;height:52px;border-radius:50%;background:var(--panel-2);display:flex;align-items:center;justify-content:center;margin:0 auto 16px;}
body .hj-reference-v286.hj-page-current-domains .hj115-domain-exact .locked-empty-icon svg{width:22px;height:22px;stroke:var(--faint);}
body .hj-reference-v286.hj-page-current-domains .hj115-domain-exact .locked-empty p{font-size:13px;color:var(--muted);line-height:1.55;margin:0 0 18px;}
/* sections */
body .hj-reference-v286.hj-page-current-domains .hj115-domain-exact .section{margin-top:46px;}
body .hj-reference-v286.hj-page-current-domains .hj115-domain-exact .section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:16px;flex-wrap:wrap;margin-bottom:18px;}
body .hj-reference-v286.hj-page-current-domains .hj115-domain-exact .section-title-row{display:flex;align-items:center;gap:10px;}
body .hj-reference-v286.hj-page-current-domains .hj115-domain-exact .section-title{display:flex;align-items:center;gap:8px;font-size:11.5px;font-weight:700;letter-spacing:.06em;color:var(--teal);text-transform:uppercase;margin:0 0 8px;}
body .hj-reference-v286.hj-page-current-domains .hj115-domain-exact .section-title::before{content:"";width:16px;height:2px;background:var(--teal);display:inline-block;}
body .hj-reference-v286.hj-page-current-domains .hj115-domain-exact .count-chip{
    display:inline-flex;align-items:center;font-size:11px;font-weight:700;color:var(--ink-soft);
    background:var(--panel-2);border-radius:999px;padding:3px 9px;margin-bottom:8px;
  }
body .hj-reference-v286.hj-page-current-domains .hj115-domain-exact .section-head h2{margin:0 0 4px;font-weight:700;font-size:22px;letter-spacing:-.01em;}
body .hj-reference-v286.hj-page-current-domains .hj115-domain-exact .section-head p{margin:0;font-size:13.5px;color:var(--muted);max-width:520px;}
body .hj-reference-v286.hj-page-current-domains .hj115-domain-exact .toolbar{display:flex;align-items:center;gap:10px;margin-bottom:12px;flex-wrap:wrap;}
body .hj-reference-v286.hj-page-current-domains .hj115-domain-exact .search{
    flex:1;min-width:240px;display:flex;align-items:center;gap:9px;
    background:#fff;border:1px solid var(--border-strong);
    border-radius:12px;padding:11px 12px 11px 16px;
    transition:border-color .15s var(--ease), box-shadow .15s var(--ease);
  }
body .hj-reference-v286.hj-page-current-domains .hj115-domain-exact .search:focus-within{border-color:var(--blue);box-shadow:0 0 0 4px var(--blue-tint);}
body .hj-reference-v286.hj-page-current-domains .hj115-domain-exact .search svg{width:15px;height:15px;stroke:var(--faint);flex-shrink:0;}
body .hj-reference-v286.hj-page-current-domains .hj115-domain-exact .search input{border:none;outline:none;font-size:13.5px;font-family:inherit;width:100%;color:var(--ink);background:transparent;}
body .hj-reference-v286.hj-page-current-domains .hj115-domain-exact .search input::placeholder{color:var(--faint);}
body .hj-reference-v286.hj-page-current-domains .hj115-domain-exact .chevron{width:16px;height:16px;stroke:var(--faint);flex-shrink:0;}
body .hj-reference-v286.hj-page-current-domains .hj115-domain-exact .sync-note{font-size:11.5px;color:var(--faint);font-weight:500;margin:0 0 16px;display:flex;align-items:center;gap:6px;}
body .hj-reference-v286.hj-page-current-domains .hj115-domain-exact .sync-note svg{width:11px;height:11px;stroke:var(--faint);}
/* domain cards */
body .hj-reference-v286.hj-page-current-domains .hj115-domain-exact .domain-list{display:flex;flex-direction:column;gap:14px;}
body .hj-reference-v286.hj-page-current-domains .hj115-domain-exact .domain-card{
    background:var(--card);border:1px solid var(--border);border-radius:var(--r-lg);
    padding:20px 22px;transition:transform .18s var(--ease), box-shadow .18s var(--ease), border-color .18s var(--ease);
  }
body .hj-reference-v286.hj-page-current-domains .hj115-domain-exact .domain-card:hover{box-shadow:var(--shadow-md);border-color:var(--border-strong);transform:translateY(-1px);}
body .hj-reference-v286.hj-page-current-domains .hj115-domain-exact .dc-top{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;flex-wrap:wrap;}
body .hj-reference-v286.hj-page-current-domains .hj115-domain-exact .dc-id{display:flex;align-items:center;gap:12px;flex-wrap:wrap;}
body .hj-reference-v286.hj-page-current-domains .hj115-domain-exact .dc-icon{width:36px;height:36px;border-radius:10px;background:var(--panel);border:1px solid var(--border);display:flex;align-items:center;justify-content:center;flex-shrink:0;}
body .hj-reference-v286.hj-page-current-domains .hj115-domain-exact .dc-icon svg{width:16px;height:16px;stroke:var(--ink-soft);}
body .hj-reference-v286.hj-page-current-domains .hj115-domain-exact .dc-name-wrap{display:flex;flex-direction:column;gap:4px;}
body .hj-reference-v286.hj-page-current-domains .hj115-domain-exact .dc-name-line{display:flex;align-items:center;gap:9px;flex-wrap:wrap;}
body .hj-reference-v286.hj-page-current-domains .hj115-domain-exact .dc-name{font-weight:600;font-size:15.5px;color:var(--ink);}
body .hj-reference-v286.hj-page-current-domains .hj115-domain-exact .mini-copy{width:20px;height:20px;border-radius:6px;border:1px solid var(--border);background:#fff;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;flex-shrink:0;transition:border-color .15s var(--ease);}
body .hj-reference-v286.hj-page-current-domains .hj115-domain-exact .mini-copy svg{width:10px;height:10px;stroke:var(--faint);}
body .hj-reference-v286.hj-page-current-domains .hj115-domain-exact .mini-copy:hover{border-color:var(--faint);}
body .hj-reference-v286.hj-page-current-domains .hj115-domain-exact .dc-sub{font-size:12.5px;color:var(--muted);}
body .hj-reference-v286.hj-page-current-domains .hj115-domain-exact .badge{display:inline-flex;align-items:center;gap:6px;font-size:11px;font-weight:600;padding:5px 11px;border-radius:999px;box-shadow:var(--shadow-xs);}
body .hj-reference-v286.hj-page-current-domains .hj115-domain-exact .badge .bdot{width:5px;height:5px;border-radius:50%;background:#fff;}
body .hj-reference-v286.hj-page-current-domains .hj115-domain-exact .badge-blue{background:var(--blue);color:#fff;}
body .hj-reference-v286.hj-page-current-domains .hj115-domain-exact .badge-amber{background:var(--amber);color:#fff;}
body .hj-reference-v286.hj-page-current-domains .hj115-domain-exact .dc-actions{display:flex;gap:8px;align-items:center;position:relative;}
body .hj-reference-v286.hj-page-current-domains .hj115-domain-exact .kebab{width:34px;height:34px;border-radius:9px;border:1px solid var(--border-strong);background:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;flex-shrink:0;transition:border-color .15s var(--ease), box-shadow .15s var(--ease);}
body .hj-reference-v286.hj-page-current-domains .hj115-domain-exact .kebab svg{width:15px;height:15px;stroke:var(--muted);}
body .hj-reference-v286.hj-page-current-domains .hj115-domain-exact .kebab:hover{border-color:var(--faint);box-shadow:var(--shadow-xs);}
body .hj-reference-v286.hj-page-current-domains .hj115-domain-exact .menu{
    position:absolute;top:calc(100% + 6px);right:0;min-width:190px;
    background:#fff;border:1px solid var(--border);border-radius:var(--r-md);
    box-shadow:var(--shadow-lg);padding:6px;display:none;z-index:5;
  }
body .hj-reference-v286.hj-page-current-domains .hj115-domain-exact .menu.open{display:block;}
body .hj-reference-v286.hj-page-current-domains .hj115-domain-exact .menu button{
    width:100%;text-align:left;background:none;border:none;padding:9px 10px;border-radius:8px;
    font-size:13px;color:var(--ink-soft);cursor:pointer;display:flex;align-items:center;gap:9px;
  }
body .hj-reference-v286.hj-page-current-domains .hj115-domain-exact .menu button svg{width:14px;height:14px;stroke:var(--muted);}
body .hj-reference-v286.hj-page-current-domains .hj115-domain-exact .menu button:hover{background:var(--panel);}
body .hj-reference-v286.hj-page-current-domains .hj115-domain-exact .menu button.danger{color:var(--red);}
body .hj-reference-v286.hj-page-current-domains .hj115-domain-exact .menu button.danger svg{stroke:var(--red);}
body .hj-reference-v286.hj-page-current-domains .hj115-domain-exact .menu hr{border:none;border-top:1px solid var(--border);margin:5px 2px;}
body .hj-reference-v286.hj-page-current-domains .hj115-domain-exact .dc-divider{height:1px;background:var(--border);margin:16px 0 15px;}
body .hj-reference-v286.hj-page-current-domains .hj115-domain-exact .dc-checks{display:flex;gap:10px;flex-wrap:wrap;}
body .hj-reference-v286.hj-page-current-domains .hj115-domain-exact .check-item{
    display:flex;align-items:center;gap:8px;font-size:12.5px;color:var(--ink-soft);font-weight:500;
    background:var(--panel);border:1px solid var(--border);border-radius:999px;padding:6px 12px 6px 6px;
  }
body .hj-reference-v286.hj-page-current-domains .hj115-domain-exact .check-circle{width:18px;height:18px;border-radius:50%;flex-shrink:0;display:flex;align-items:center;justify-content:center;}
body .hj-reference-v286.hj-page-current-domains .hj115-domain-exact .check-circle svg{width:10px;height:10px;stroke:#fff;stroke-width:3;}
body .hj-reference-v286.hj-page-current-domains .hj115-domain-exact .check-done{background:var(--blue);}
body .hj-reference-v286.hj-page-current-domains .hj115-domain-exact .check-pending{background:var(--amber);}
body .hj-reference-v286.hj-page-current-domains .hj115-domain-exact .check-pending svg{stroke-width:0;fill:#fff;}
body .hj-reference-v286.hj-page-current-domains .hj115-domain-exact .verify-track{width:110px;height:5px;border-radius:99px;background:var(--panel-2);overflow:hidden;}
body .hj-reference-v286.hj-page-current-domains .hj115-domain-exact .verify-fill{height:100%;border-radius:99px;background:var(--amber);}
body .hj-reference-v286.hj-page-current-domains .hj115-domain-exact .card-enter{animation:hj115-enter .4s var(--ease);}
@keyframes hj115-enter{from{opacity:0;transform:translateY(-8px);}to{opacity:1;transform:translateY(0);}}
body .hj-reference-v286.hj-page-current-domains .hj115-domain-exact .flash{box-shadow:0 0 0 3px var(--blue-tint), var(--shadow-md);border-color:var(--blue);}
@media (max-width:640px){body .hj-reference-v286.hj-page-current-domains .hj115-domain-exact .page{padding:22px 16px 70px;}
body .hj-reference-v286.hj-page-current-domains .hj115-domain-exact .hero{padding:24px 20px 22px;}
body .hj-reference-v286.hj-page-current-domains .hj115-domain-exact .hero-health{flex-wrap:wrap;row-gap:10px;}
body .hj-reference-v286.hj-page-current-domains .hj115-domain-exact .hero-health .btn-link{flex-basis:100%;}
body .hj-reference-v286.hj-page-current-domains .hj115-domain-exact .status-row{flex-wrap:wrap;padding:13px 18px;}
body .hj-reference-v286.hj-page-current-domains .hj115-domain-exact .status-row.child{padding-left:52px;}
body .hj-reference-v286.hj-page-current-domains .hj115-domain-exact .status-row.child::before{left:26px;}
body .hj-reference-v286.hj-page-current-domains .hj115-domain-exact .status-row.child::after{left:26px;width:10px;}
body .hj-reference-v286.hj-page-current-domains .hj115-domain-exact .status-text{flex-basis:100%;}}
/* ============ DRAWER ============ */
body .hj-reference-v286.hj-page-current-domains .hj115-domain-exact .overlay{
    position:fixed;inset:0;background:rgba(11,11,18,.45);
    opacity:0;pointer-events:none;transition:opacity .25s var(--ease);z-index:60;
  }
body .hj-reference-v286.hj-page-current-domains .hj115-domain-exact .overlay.open{opacity:1;pointer-events:auto;}
body .hj-reference-v286.hj-page-current-domains .hj115-domain-exact .drawer{
    position:fixed;top:0;right:0;height:100vh;width:min(480px,94vw);
    background:#fff;box-shadow:var(--shadow-lg);
    display:flex;flex-direction:column;
    transform:translateX(100%);transition:transform .3s var(--ease);
    z-index:61;
  }
body .hj-reference-v286.hj-page-current-domains .hj115-domain-exact .drawer.open{transform:translateX(0);}
body .hj-reference-v286.hj-page-current-domains .hj115-domain-exact .drawer-header{padding:24px 26px 18px;border-bottom:1px solid var(--border);display:flex;align-items:flex-start;justify-content:space-between;gap:14px;flex-shrink:0;}
body .hj-reference-v286.hj-page-current-domains .hj115-domain-exact .drawer-header h3{margin:0 0 5px;font-size:18px;font-weight:700;letter-spacing:-.01em;}
body .hj-reference-v286.hj-page-current-domains .hj115-domain-exact .drawer-header p{margin:0;font-size:12.5px;color:var(--muted);max-width:340px;line-height:1.5;}
body .hj-reference-v286.hj-page-current-domains .hj115-domain-exact .drawer-close{width:32px;height:32px;border-radius:9px;border:1px solid var(--border-strong);background:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;flex-shrink:0;transition:border-color .15s var(--ease);}
body .hj-reference-v286.hj-page-current-domains .hj115-domain-exact .drawer-close svg{width:14px;height:14px;stroke:var(--muted);}
body .hj-reference-v286.hj-page-current-domains .hj115-domain-exact .drawer-close:hover{border-color:var(--faint);}
body .hj-reference-v286.hj-page-current-domains .hj115-domain-exact .stepper{display:flex;align-items:center;padding:18px 26px;border-bottom:1px solid var(--border);flex-shrink:0;}
body .hj-reference-v286.hj-page-current-domains .hj115-domain-exact .step-item{display:flex;align-items:center;gap:9px;}
body .hj-reference-v286.hj-page-current-domains .hj115-domain-exact .step-circle{
    width:26px;height:26px;border-radius:50%;flex-shrink:0;
    display:flex;align-items:center;justify-content:center;
    font-size:11.5px;font-weight:700;
    background:#fff;border:1.5px solid var(--border-strong);color:var(--faint);
    transition:all .2s var(--ease);
  }
body .hj-reference-v286.hj-page-current-domains .hj115-domain-exact .step-circle svg{width:11px;height:11px;stroke:#fff;stroke-width:3;display:none;}
body .hj-reference-v286.hj-page-current-domains .hj115-domain-exact .step-label{font-size:11.5px;font-weight:600;color:var(--faint);white-space:nowrap;transition:color .2s var(--ease);}
body .hj-reference-v286.hj-page-current-domains .hj115-domain-exact .step-line{flex:1;height:1.5px;background:var(--border-strong);margin:0 8px;transition:background .2s var(--ease);}
body .hj-reference-v286.hj-page-current-domains .hj115-domain-exact .step-item.active .step-circle{background:var(--blue);border-color:var(--blue);color:#fff;}
body .hj-reference-v286.hj-page-current-domains .hj115-domain-exact .step-item.active .step-label{color:var(--ink);}
body .hj-reference-v286.hj-page-current-domains .hj115-domain-exact .step-item.done .step-circle{background:var(--blue);border-color:var(--blue);}
body .hj-reference-v286.hj-page-current-domains .hj115-domain-exact .step-item.done .step-circle span{display:none;}
body .hj-reference-v286.hj-page-current-domains .hj115-domain-exact .step-item.done .step-circle svg{display:block;}
body .hj-reference-v286.hj-page-current-domains .hj115-domain-exact .step-item.done .step-label{color:var(--ink-soft);}
body .hj-reference-v286.hj-page-current-domains .hj115-domain-exact .step-item.done ~ .step-line,
body .hj-reference-v286.hj-page-current-domains .hj115-domain-exact .step-item.active ~ .step-line{background:var(--border-strong);}
body .hj-reference-v286.hj-page-current-domains .hj115-domain-exact .step-line.filled{background:var(--blue);}
body .hj-reference-v286.hj-page-current-domains .hj115-domain-exact .drawer-body{flex:1;overflow-y:auto;padding:26px;}
body .hj-reference-v286.hj-page-current-domains .hj115-domain-exact .step-panel{display:none;}
body .hj-reference-v286.hj-page-current-domains .hj115-domain-exact .step-panel.active{display:block;animation:hj115-enter .25s var(--ease);}
body .hj-reference-v286.hj-page-current-domains .hj115-domain-exact .field-label{font-size:12.5px;font-weight:600;color:var(--ink-soft);margin-bottom:8px;display:block;}
body .hj-reference-v286.hj-page-current-domains .hj115-domain-exact .field-input{
    width:100%;border:1px solid var(--border-strong);border-radius:12px;padding:13px 14px;
    font-size:14.5px;font-family:inherit;color:var(--ink);outline:none;
    transition:border-color .15s var(--ease), box-shadow .15s var(--ease);
  }
body .hj-reference-v286.hj-page-current-domains .hj115-domain-exact .field-input:focus{border-color:var(--blue);box-shadow:0 0 0 4px var(--blue-tint);}
body .hj-reference-v286.hj-page-current-domains .hj115-domain-exact .field-hint{font-size:12px;color:var(--faint);margin-top:8px;line-height:1.5;}
body .hj-reference-v286.hj-page-current-domains .hj115-domain-exact .tld-row{display:flex;gap:8px;margin-top:14px;flex-wrap:wrap;}
body .hj-reference-v286.hj-page-current-domains .hj115-domain-exact .tld-chip{
    border:1px solid var(--border-strong);background:#fff;border-radius:999px;
    padding:7px 13px;font-size:12.5px;font-weight:600;color:var(--ink-soft);cursor:pointer;
    transition:border-color .15s var(--ease), background .15s var(--ease);
  }
body .hj-reference-v286.hj-page-current-domains .hj115-domain-exact .tld-chip:hover{border-color:var(--blue);background:var(--blue-tint);color:var(--blue);}
body .hj-reference-v286.hj-page-current-domains .hj115-domain-exact .step-heading{font-size:15px;font-weight:700;margin:0 0 6px;}
body .hj-reference-v286.hj-page-current-domains .hj115-domain-exact .step-desc{font-size:13px;color:var(--muted);margin:0 0 20px;line-height:1.55;}
body .hj-reference-v286.hj-page-current-domains .hj115-domain-exact .option-card{
    border:1.5px solid var(--border-strong);border-radius:var(--r-md);padding:16px 16px 16px 14px;
    display:flex;gap:12px;align-items:flex-start;cursor:pointer;margin-bottom:12px;
    transition:border-color .15s var(--ease), background .15s var(--ease);
  }
body .hj-reference-v286.hj-page-current-domains .hj115-domain-exact .option-card:hover{border-color:var(--faint);}
body .hj-reference-v286.hj-page-current-domains .hj115-domain-exact .option-card.selected{border-color:var(--blue);background:var(--blue-tint);}
body .hj-reference-v286.hj-page-current-domains .hj115-domain-exact .option-radio{
    width:18px;height:18px;border-radius:50%;border:1.5px solid var(--border-strong);flex-shrink:0;margin-top:2px;
    display:flex;align-items:center;justify-content:center;transition:border-color .15s var(--ease);
  }
body .hj-reference-v286.hj-page-current-domains .hj115-domain-exact .option-card.selected .option-radio{border-color:var(--blue);}
body .hj-reference-v286.hj-page-current-domains .hj115-domain-exact .option-radio-dot{width:9px;height:9px;border-radius:50%;background:var(--blue);opacity:0;transition:opacity .15s var(--ease);}
body .hj-reference-v286.hj-page-current-domains .hj115-domain-exact .option-card.selected .option-radio-dot{opacity:1;}
body .hj-reference-v286.hj-page-current-domains .hj115-domain-exact .option-title{font-size:13.5px;font-weight:600;color:var(--ink);margin-bottom:3px;}
body .hj-reference-v286.hj-page-current-domains .hj115-domain-exact .option-text{font-size:12.5px;color:var(--muted);line-height:1.5;}
body .hj-reference-v286.hj-page-current-domains .hj115-domain-exact .option-recommended{display:inline-block;font-size:10px;font-weight:700;color:var(--blue);background:var(--blue-tint);padding:2px 7px;border-radius:999px;margin-left:8px;}
body .hj-reference-v286.hj-page-current-domains .hj115-domain-exact .connect-tabs{display:flex;gap:6px;background:var(--panel);border-radius:999px;padding:4px;margin-bottom:18px;}
body .hj-reference-v286.hj-page-current-domains .hj115-domain-exact .connect-tab{flex:1;text-align:center;padding:8px 10px;border-radius:999px;font-size:12.5px;font-weight:600;color:var(--muted);cursor:pointer;transition:background .15s var(--ease),color .15s var(--ease);}
body .hj-reference-v286.hj-page-current-domains .hj115-domain-exact .connect-tab.active{background:#fff;color:var(--ink);box-shadow:var(--shadow-xs);}
body .hj-reference-v286.hj-page-current-domains .hj115-domain-exact .value-row{
    border:1px solid var(--border);border-radius:var(--r-md);padding:12px 14px;
    display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:10px;background:var(--panel);
  }
body .hj-reference-v286.hj-page-current-domains .hj115-domain-exact .value-row-text{min-width:0;}
body .hj-reference-v286.hj-page-current-domains .hj115-domain-exact .value-row-label{font-size:10.5px;font-weight:700;color:var(--faint);text-transform:uppercase;letter-spacing:.04em;margin-bottom:3px;}
body .hj-reference-v286.hj-page-current-domains .hj115-domain-exact .value-row-value{font-size:13.5px;font-weight:600;color:var(--ink);word-break:break-all;}
body .hj-reference-v286.hj-page-current-domains .hj115-domain-exact .record-grid{display:grid;grid-template-columns:64px 1fr;gap:2px 14px;font-size:12.5px;}
body .hj-reference-v286.hj-page-current-domains .hj115-domain-exact .record-grid .rk{color:var(--faint);font-weight:600;}
body .hj-reference-v286.hj-page-current-domains .hj115-domain-exact .record-grid .rv{color:var(--ink);font-weight:600;word-break:break-all;}
body .hj-reference-v286.hj-page-current-domains .hj115-domain-exact .verify-stage{display:flex;flex-direction:column;align-items:center;text-align:center;padding:30px 10px 10px;}
body .hj-reference-v286.hj-page-current-domains .hj115-domain-exact .spinner{width:46px;height:46px;border-radius:50%;border:3px solid var(--border);border-top-color:var(--blue);animation:hj115-spin .8s linear infinite;margin-bottom:20px;}
@keyframes hj115-spin{to{transform:rotate(360deg);}}
body .hj-reference-v286.hj-page-current-domains .hj115-domain-exact .verify-title{font-size:15.5px;font-weight:700;margin:0 0 6px;}
body .hj-reference-v286.hj-page-current-domains .hj115-domain-exact .verify-text{font-size:13px;color:var(--muted);max-width:300px;line-height:1.55;margin:0;}
body .hj-reference-v286.hj-page-current-domains .hj115-domain-exact .success-icon{width:56px;height:56px;border-radius:50%;background:var(--blue);display:flex;align-items:center;justify-content:center;margin-bottom:20px;}
body .hj-reference-v286.hj-page-current-domains .hj115-domain-exact .success-icon svg{width:26px;height:26px;stroke:#fff;stroke-width:3;}
body .hj-reference-v286.hj-page-current-domains .hj115-domain-exact .success-summary{width:100%;text-align:left;margin-top:22px;background:var(--panel);border:1px solid var(--border);border-radius:var(--r-md);padding:14px 16px;}
body .hj-reference-v286.hj-page-current-domains .hj115-domain-exact .summary-row{display:flex;justify-content:space-between;font-size:12.5px;padding:6px 0;}
body .hj-reference-v286.hj-page-current-domains .hj115-domain-exact .summary-row .sk{color:var(--faint);font-weight:600;}
body .hj-reference-v286.hj-page-current-domains .hj115-domain-exact .summary-row .sv{color:var(--ink);font-weight:600;}
body .hj-reference-v286.hj-page-current-domains .hj115-domain-exact .summary-row + .summary-row{border-top:1px solid var(--border);}
body .hj-reference-v286.hj-page-current-domains .hj115-domain-exact .drawer-footer{padding:18px 26px;border-top:1px solid var(--border);display:flex;gap:10px;flex-shrink:0;}
body .hj-reference-v286.hj-page-current-domains .hj115-domain-exact .drawer-footer.hidden{display:none;}
body .hj-reference-v286.hj-page-current-domains .hj115-domain-exact .drawer-footer .btn{flex:1;justify-content:center;}
body .hj-reference-v286.hj-page-current-domains .hj115-domain-exact .drawer-footer .btn-outline{flex:0 0 auto;padding-left:22px;padding-right:22px;}
@media (prefers-reduced-motion:reduce){body .hj-reference-v286.hj-page-current-domains .hj115-domain-exact *{animation:none !important;transition:none !important;}}


/* HostingJet v0.28.116 — exact supplied Domains dashboard mapped to live HALO data. */
body .hj-reference-v286.hj-page-current-domains .hj-main{
  padding-left:0!important;padding-right:0!important;background:#fff!important;overflow-x:hidden!important;
}
body .hj-reference-v286.hj-page-current-domains .hj115-domain-exact{
  display:block!important;width:100%!important;max-width:none!important;margin:0!important;padding:0!important;gap:0!important;background:#fff!important;overflow:visible!important;
  --ink:#0B0B12;--ink-soft:#3D3D48;--muted:#6B7280;--faint:#9CA0AC;--page:#FFFFFF;--card:#FFFFFF;--panel:#F6F6F8;--panel-2:#F1F1F4;--border:#E6E6EC;--border-strong:#D8D8E2;--blue:#2563EB;--blue-dark:#1D4FD1;--blue-tint:#EAF1FE;--teal:#0B8A72;--teal-tint:#E6F5F1;--green:#16A34A;--green-tint:#EAF8EE;--amber:#D97706;--amber-tint:#FDF1E0;--red:#DC2626;--red-tint:#FCEAEA;--r-xl:22px;--r-lg:16px;--r-md:12px;--r-sm:9px;--shadow-xs:0 1px 2px rgba(15,15,25,.04);--shadow-sm:0 2px 10px -4px rgba(15,15,25,.08);--shadow-md:0 14px 30px -14px rgba(15,15,25,.18);--shadow-lg:0 30px 60px -24px rgba(15,15,25,.28);--shadow-blue:0 10px 22px -8px rgba(37,99,235,.38);--ease:cubic-bezier(.4,0,.2,1);--font:'Poppins',-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;
}
body .hj-reference-v286.hj-page-current-domains .hj115-domain-exact .page{max-width:none!important;width:100%!important;margin:0!important;padding:34px clamp(24px,3.3vw,58px) 100px!important;}
body .hj-reference-v286.hj-page-current-domains .hj115-domain-exact .topline{width:100%;}
body .hj-reference-v286.hj-page-current-domains .hj115-domain-exact .hero-health .hj115-gauge-progress{stroke:var(--red);}
body .hj-reference-v286.hj-page-current-domains .hj115-domain-exact .hero-health.is-healthy{background:var(--green-tint);border-color:#CDEBD7;}
body .hj-reference-v286.hj-page-current-domains .hj115-domain-exact .hero-health.is-healthy .hj115-gauge-progress{stroke:var(--green);}
body .hj-reference-v286.hj-page-current-domains .hj115-domain-exact .hero-health.is-healthy .gauge-num,
body .hj-reference-v286.hj-page-current-domains .hj115-domain-exact .hero-health.is-healthy .hero-health-title span,
body .hj-reference-v286.hj-page-current-domains .hj115-domain-exact .hero-health.is-healthy .btn-link{color:var(--green);}
body .hj-reference-v286.hj-page-current-domains .hj115-domain-exact .hero.is-empty{min-height:150px;display:flex;align-items:center;}
body .hj-reference-v286.hj-page-current-domains .hj115-domain-exact .hero.is-empty .hero-top{width:100%;align-items:center;}
body .hj-reference-v286.hj-page-current-domains .hj115-domain-exact .copy-chip,
body .hj-reference-v286.hj-page-current-domains .hj115-domain-exact .mini-copy{padding:0;}
body .hj-reference-v286.hj-page-current-domains .hj115-domain-exact .menu a{
  width:100%;text-align:left;background:none;border:none;padding:9px 10px;border-radius:8px;font-size:13px;color:var(--ink-soft);cursor:pointer;display:flex;align-items:center;gap:9px;text-decoration:none;
}
body .hj-reference-v286.hj-page-current-domains .hj115-domain-exact .menu a svg{width:14px;height:14px;stroke:var(--muted);}
body .hj-reference-v286.hj-page-current-domains .hj115-domain-exact .menu a:hover{background:var(--panel);}
body .hj-reference-v286.hj-page-current-domains .hj115-domain-exact [data-hj107-row].hidden{display:none!important;}
body .hj-reference-v286.hj-page-current-domains .hj115-domain-exact .hj115-empty-state{min-height:180px;border:1px dashed var(--border-strong);border-radius:var(--r-lg);display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:30px;color:var(--muted);gap:8px;background:var(--panel);}
body .hj-reference-v286.hj-page-current-domains .hj115-domain-exact .hj115-empty-state strong{font-size:15px;color:var(--ink);}
body .hj-reference-v286.hj-page-current-domains .hj115-domain-exact .hj115-empty-state p{max-width:430px;margin:0 0 8px;font-size:12.5px;line-height:1.55;}
body .hj-reference-v286.hj-page-current-domains .hj115-domain-exact .hj115-notice-wrap{margin:0 0 16px;}
body .hj-reference-v286.hj-page-current-domains .hj115-domain-exact .hj115-notice-wrap .hj-inline-notice{margin:0;border-radius:12px;}
body .hj-reference-v286.hj-page-current-domains .hj115-domain-exact .hj115-current-ns-chip{max-width:100%;}
body .hj-reference-v286.hj-page-current-domains .hj115-domain-exact .hj115-current-ns-chip>span{max-width:min(560px,65vw);overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
body .hj-reference-v286.hj-page-current-domains .hj115-domain-exact .status-row .btn-link{border:0;background:transparent;}
body .hj-reference-v286.hj-page-current-domains .hj115-domain-exact .status-row a.btn-link{text-decoration:none;}
body .hj-reference-v286.hj-page-current-domains .hj115-domain-exact .status-row a.btn-link:hover{text-decoration:underline;}
body .hj-reference-v286.hj-page-current-domains .hj115-domain-exact .hj115-status-drawer .detail-pane{flex:1;min-height:0;overflow-y:auto;}
body .hj-reference-v286.hj-page-current-domains .hj115-domain-exact .hj115-status-drawer.is-detail .drawer-header,
body .hj-reference-v286.hj-page-current-domains .hj115-domain-exact .hj115-status-drawer.is-detail .hj115-status-list{display:none;}
body .hj-reference-v286.hj-page-current-domains .hj115-domain-exact .hj115-live-card{padding:16px;border:1px solid var(--border);border-radius:var(--r-md);background:var(--panel);}
body .hj-reference-v286.hj-page-current-domains .hj115-domain-exact .hj115-live-head{display:flex;justify-content:space-between;gap:12px;align-items:center;font-size:12px;color:var(--muted);}
body .hj-reference-v286.hj-page-current-domains .hj115-domain-exact .hj115-live-head strong{font-size:13.5px;color:var(--ink);}
body .hj-reference-v286.hj-page-current-domains .hj115-domain-exact .hj115-live-track{width:100%;margin:13px 0;}
body .hj-reference-v286.hj-page-current-domains .hj115-domain-exact .hj115-live-card p{margin:9px 0;color:var(--muted);font-size:12px;line-height:1.55;}
body .hj-reference-v286.hj-page-current-domains .hj115-domain-exact .hj115-detail-action{margin-top:10px;}
body .hj-reference-v286.hj-page-current-domains .hj115-domain-exact .hj115-current-ns-list{display:grid;gap:8px;margin-bottom:12px;}
body .hj-reference-v286.hj-page-current-domains .hj115-domain-exact .hj115-current-ns-list code{display:block;padding:11px 12px;border:1px solid var(--border);border-radius:10px;background:var(--panel);font:600 12px/1.35 'Poppins',sans-serif;color:var(--ink);word-break:break-all;}
body .hj-reference-v286.hj-page-current-domains .hj115-domain-exact .hj115-add-domain-shell{position:fixed;inset:0;z-index:10000;display:block!important;pointer-events:none;}
body .hj-reference-v286.hj-page-current-domains .hj115-domain-exact .hj115-add-domain-shell[hidden]{display:none!important;}
body .hj-reference-v286.hj-page-current-domains .hj115-domain-exact .hj115-add-domain-shell.is-open{pointer-events:auto;}
body .hj-reference-v286.hj-page-current-domains .hj115-domain-exact .hj115-add-domain-shell .overlay{opacity:0;pointer-events:none;}
body .hj-reference-v286.hj-page-current-domains .hj115-domain-exact .hj115-add-domain-shell.is-open .overlay{opacity:1;pointer-events:auto;}
body .hj-reference-v286.hj-page-current-domains .hj115-domain-exact .hj115-add-domain-shell .drawer{transform:translateX(100%);}
body .hj-reference-v286.hj-page-current-domains .hj115-domain-exact .hj115-add-domain-shell.is-open .drawer{transform:translateX(0);}
body .hj-reference-v286.hj-page-current-domains .hj115-domain-exact .hj115-add-domain-shell .drawer-header{padding-right:26px;}
body .hj-reference-v286.hj-page-current-domains .hj115-domain-exact .hj115-add-domain-shell .drawer-body{padding-bottom:110px;}
body .hj-reference-v286.hj-page-current-domains .hj115-domain-exact .hj115-add-domain-shell .drawer-footer{position:absolute;left:0;right:0;bottom:0;background:#fff;z-index:2;}
body .hj-reference-v286.hj-page-current-domains .hj115-domain-exact .hj115-option-disabled{opacity:.55;cursor:not-allowed;background:var(--panel);}
body .hj-reference-v286.hj-page-current-domains .hj115-domain-exact .hj115-option-disabled:hover{border-color:var(--border-strong);}
body .hj-reference-v286.hj-page-current-domains .hj115-domain-exact .hj115-tab-disabled{opacity:.45;cursor:not-allowed;}
body .hj-reference-v286.hj-page-current-domains .hj115-domain-exact .field-input.is-invalid{border-color:var(--red);box-shadow:0 0 0 4px var(--red-tint);}
body .hj-reference-v286.hj-page-current-domains .hj115-domain-exact .field-hint.is-error{color:var(--red);}
body.hj303-add-domain-open{overflow:hidden;}
@media(max-width:760px){
  body .hj-reference-v286.hj-page-current-domains .hj115-domain-exact .page{padding:22px 16px 70px!important;}
  body .hj-reference-v286.hj-page-current-domains .hj115-domain-exact .hero-actions{width:100%;}
  body .hj-reference-v286.hj-page-current-domains .hj115-domain-exact .hero-actions .btn{flex:1;justify-content:center;}
  body .hj-reference-v286.hj-page-current-domains .hj115-domain-exact .toolbar>.btn{width:100%;justify-content:center;}
  body .hj-reference-v286.hj-page-current-domains .hj115-domain-exact .hj115-add-domain-shell .drawer,
  body .hj-reference-v286.hj-page-current-domains .hj115-domain-exact .hj115-status-drawer{top:auto;bottom:0;width:100%;max-width:none;height:min(92dvh,820px);border-radius:20px 20px 0 0;transform:translateY(102%);}
  body .hj-reference-v286.hj-page-current-domains .hj115-domain-exact .hj115-add-domain-shell.is-open .drawer,
  body .hj-reference-v286.hj-page-current-domains .hj115-domain-exact .hj115-status-drawer.open{transform:translateY(0);}
}

/* v0.28.116 final precedence guards against legacy domain-page integration patches. */
body .hj-reference-v286.hj-page-current-domains .hj303-domain-page.hj107-domains.hj115-domain-exact{
  display:block!important;width:100%!important;max-width:none!important;margin:0!important;padding:0!important;gap:0!important;background:#fff!important;overflow:visible!important;
}
body .hj-reference-v286.hj-page-current-domains .hj303-domain-page.hj107-domains.hj115-domain-exact .hj115-add-domain-shell .hj303-add-domain-card{
  position:absolute!important;top:0!important;right:0!important;bottom:0!important;width:min(480px,94vw)!important;max-width:none!important;height:100vh!important;margin:0!important;border:0!important;border-radius:0!important;background:#fff!important;box-shadow:var(--shadow-lg)!important;display:flex!important;flex-direction:column!important;overflow:hidden!important;transform:translateX(100%)!important;transition:transform .3s var(--ease)!important;
}
body .hj-reference-v286.hj-page-current-domains .hj303-domain-page.hj107-domains.hj115-domain-exact .hj115-add-domain-shell.is-open .hj303-add-domain-card{transform:translateX(0)!important;}
body .hj-reference-v286.hj-page-current-domains .hj303-domain-page.hj107-domains.hj115-domain-exact .hj115-add-domain-shell .field-input{
  width:100%!important;min-height:0!important;height:auto!important;border:1px solid var(--border-strong)!important;border-radius:12px!important;padding:13px 14px!important;background:#fff!important;color:var(--ink)!important;box-shadow:none!important;font:500 14.5px/1.4 var(--font)!important;
}
body .hj-reference-v286.hj-page-current-domains .hj303-domain-page.hj107-domains.hj115-domain-exact .hj115-add-domain-shell .field-input:focus{border-color:var(--blue)!important;box-shadow:0 0 0 4px var(--blue-tint)!important;}
body .hj-reference-v286.hj-page-current-domains .hj303-domain-page.hj107-domains.hj115-domain-exact .hj115-add-domain-shell .field-input.is-invalid{border-color:var(--red)!important;box-shadow:0 0 0 4px var(--red-tint)!important;}
body.hj115-status-open{overflow:hidden;}
@media(max-width:760px){
  body .hj-reference-v286.hj-page-current-domains .hj303-domain-page.hj107-domains.hj115-domain-exact .hj115-add-domain-shell .hj303-add-domain-card{top:auto!important;bottom:0!important;width:100%!important;max-width:none!important;height:min(92dvh,820px)!important;border-radius:20px 20px 0 0!important;transform:translateY(102%)!important;}
  body .hj-reference-v286.hj-page-current-domains .hj303-domain-page.hj107-domains.hj115-domain-exact .hj115-add-domain-shell.is-open .hj303-add-domain-card{transform:translateY(0)!important;}
}
body .hj-reference-v286.hj-page-current-domains .hj115-domain-exact .hj115-workspace-picker{position:relative;z-index:20;}
body .hj-reference-v286.hj-page-current-domains .hj115-domain-exact .hj115-workspace-picker>summary{list-style:none;cursor:pointer;}
body .hj-reference-v286.hj-page-current-domains .hj115-domain-exact .hj115-workspace-picker>summary::-webkit-details-marker{display:none;}
body .hj-reference-v286.hj-page-current-domains .hj115-domain-exact .hj115-workspace-picker>summary>svg{width:12px;height:12px;stroke:var(--faint);transition:transform .15s var(--ease);}
body .hj-reference-v286.hj-page-current-domains .hj115-domain-exact .hj115-workspace-picker[open]>summary>svg{transform:rotate(180deg);}
body .hj-reference-v286.hj-page-current-domains .hj115-domain-exact .hj115-workspace-menu{position:absolute;left:0;top:calc(100% + 7px);width:260px;padding:6px;border:1px solid var(--border);border-radius:12px;background:#fff;box-shadow:var(--shadow-lg);}
body .hj-reference-v286.hj-page-current-domains .hj115-domain-exact .hj115-workspace-menu a{min-height:38px;display:flex;align-items:center;justify-content:space-between;gap:10px;padding:8px 10px;border-radius:8px;text-decoration:none;color:var(--ink-soft);font-size:12.5px;font-weight:600;}
body .hj-reference-v286.hj-page-current-domains .hj115-domain-exact .hj115-workspace-menu a:hover,
body .hj-reference-v286.hj-page-current-domains .hj115-domain-exact .hj115-workspace-menu a.is-active{background:var(--panel);color:var(--ink);}
body .hj-reference-v286.hj-page-current-domains .hj115-domain-exact .hj115-workspace-menu b{font-size:10px;color:var(--blue);font-weight:700;}

/* ===== v0.28.117 — verbatim domains-dashboard-final renderer =====
 * The supplied HTML runs inside a same-origin iframe so HALO/global WordPress
 * styles cannot alter a single selector, spacing value or component rule.
 */
body .hj-reference-v286.hj-page-current-domains .hj303-domain-page.hj115-domain-exact{
  display:block!important;width:100%!important;max-width:none!important;margin:0!important;padding:0!important;background:#fff!important;overflow:hidden!important;
}
body .hj-reference-v286.hj-page-current-domains .hj115-domain-exact > .topline,
body .hj-reference-v286.hj-page-current-domains .hj115-domain-exact > .page,
body .hj-reference-v286.hj-page-current-domains .hj115-domain-exact > .hj115-status-overlay,
body .hj-reference-v286.hj-page-current-domains .hj115-domain-exact > .hj115-status-drawer,
body .hj-reference-v286.hj-page-current-domains .hj115-domain-exact > .hj115-add-domain-shell{
  display:none!important;
}
body .hj-reference-v286.hj-page-current-domains .hj117-exact-frame-shell{
  width:100%;height:calc(100dvh - 64px);min-height:680px;margin:0;padding:0;overflow:hidden;background:#fff;
}
body .hj-reference-v286.hj-page-current-domains .hj117-exact-frame{
  display:block;width:100%;height:100%;margin:0;border:0;background:#fff;
}
@media(max-width:760px){
  body .hj-reference-v286.hj-page-current-domains .hj117-exact-frame-shell{height:calc(100dvh - 56px);min-height:560px;}
}
body .hj-reference-v286.hj-page-current-domains .hj-content{background:#fff!important;padding:0!important;}
