/* NexusOS Faz 1 UI additions - mobile nav, support, currency, whois */
:root{
  --ahost-primary:#ff2f7d;
  --ahost-primary-2:#7c3aed;
  --ahost-dark:#12172a;
  --ahost-muted:#6b7280;
  --ahost-card:#ffffff;
  --ahost-border:rgba(18,23,42,.10);
  --ahost-shadow:0 18px 55px rgba(18,23,42,.16);
}
.ahost-currency-wrap{display:inline-flex;align-items:center;gap:10px;margin-left:10px;vertical-align:middle}
.ahost-currency-switch{display:inline-flex;align-items:center;background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.22);border-radius:999px;padding:4px;box-shadow:0 8px 24px rgba(0,0,0,.10);backdrop-filter:blur(10px)}
.ahost-currency-btn{border:0;background:transparent;color:inherit;font-weight:800;font-size:12px;line-height:1;padding:8px 11px;border-radius:999px;cursor:pointer;transition:.22s ease;letter-spacing:.02em}
.ahost-currency-btn.is-active{background:linear-gradient(135deg,var(--ahost-primary),var(--ahost-primary-2));color:#fff;box-shadow:0 8px 18px rgba(255,47,125,.25)}
.ahost-rate-chip{display:inline-flex;align-items:center;gap:6px;padding:8px 12px;border-radius:999px;background:#fff;color:#172033;border:1px solid var(--ahost-border);box-shadow:0 10px 25px rgba(18,23,42,.10);font-size:12px;font-weight:800;white-space:nowrap}
.ahost-rate-chip i{color:var(--ahost-primary)}
.ahost-price-updated{transition:transform .2s ease,opacity .2s ease}.ahost-price-updated.is-changing{transform:translateY(-2px);opacity:.72}
.ahost-mobile-bottom-nav,.ahost-mobile-support{display:none}
@media(max-width:991px){
  body{padding-bottom:92px!important}.footer{padding-bottom:86px}
  .tabphone{display:none!important}
  .ahost-mobile-bottom-nav{position:fixed;left:12px;right:12px;bottom:10px;z-index:9998;display:grid;grid-template-columns:repeat(5,1fr);gap:4px;padding:8px;border-radius:24px;background:rgba(18,23,42,.94);box-shadow:0 18px 50px rgba(0,0,0,.32);backdrop-filter:blur(16px);border:1px solid rgba(255,255,255,.10)}
  .ahost-mobile-bottom-nav a{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:52px;border-radius:18px;color:rgba(255,255,255,.72);font-size:10px;font-weight:800;text-decoration:none;line-height:1.1;transition:.22s ease}
  .ahost-mobile-bottom-nav a i{font-size:18px;margin-bottom:5px}.ahost-mobile-bottom-nav a.is-active,.ahost-mobile-bottom-nav a:active{background:linear-gradient(135deg,var(--ahost-primary),var(--ahost-primary-2));color:#fff;box-shadow:0 10px 22px rgba(255,47,125,.22)}
  .ahost-mobile-support{position:fixed;right:18px;bottom:92px;z-index:9999;display:block}.ahost-support-toggle{width:58px;height:58px;border:0;border-radius:20px;background:linear-gradient(135deg,var(--ahost-primary),var(--ahost-primary-2));color:#fff;box-shadow:0 18px 38px rgba(124,58,237,.34);font-size:22px;display:flex;align-items:center;justify-content:center;cursor:pointer}.ahost-support-toggle .fa-times{display:none}.ahost-mobile-support.is-open .fa-comments{display:none}.ahost-mobile-support.is-open .fa-times{display:inline-block}
  .ahost-support-panel{position:absolute;right:0;bottom:70px;width:218px;background:#fff;border-radius:22px;padding:10px;box-shadow:var(--ahost-shadow);border:1px solid var(--ahost-border);opacity:0;pointer-events:none;transform:translateY(12px) scale(.96);transition:.22s ease}.ahost-mobile-support.is-open .ahost-support-panel{opacity:1;pointer-events:auto;transform:translateY(0) scale(1)}
  .ahost-support-panel:after{content:"";position:absolute;right:20px;bottom:-8px;width:18px;height:18px;background:#fff;transform:rotate(45deg);border-right:1px solid var(--ahost-border);border-bottom:1px solid var(--ahost-border)}
  .ahost-support-title{font-size:13px;font-weight:900;color:#111827;padding:8px 10px 2px}.ahost-support-sub{font-size:11px;color:var(--ahost-muted);padding:0 10px 8px}.ahost-support-panel a{display:flex;align-items:center;gap:10px;padding:11px 10px;border-radius:15px;color:#172033;text-decoration:none;font-weight:800;font-size:13px}.ahost-support-panel a:hover,.ahost-support-panel a:active{background:#f5f6fb;color:var(--ahost-primary)}.ahost-support-panel a i{width:22px;height:22px;border-radius:8px;display:flex;align-items:center;justify-content:center;background:rgba(255,47,125,.10);color:var(--ahost-primary)}
}
@media(max-width:430px){.ahost-mobile-bottom-nav{left:8px;right:8px;bottom:8px}.ahost-mobile-bottom-nav a{font-size:9px}.ahost-mobile-support{right:14px;bottom:88px}.ahost-currency-wrap{margin-left:0;margin-top:8px}.ahost-rate-chip{display:none}}
.ahost-whois-shell{max-width:1100px;margin:0 auto 35px}.ahost-whois-card{background:#fff;border:1px solid var(--ahost-border);border-radius:28px;box-shadow:var(--ahost-shadow);overflow:hidden}.ahost-whois-head{padding:26px 28px;background:linear-gradient(135deg,#151a32,#2a1b55);color:#fff;display:flex;align-items:center;justify-content:space-between;gap:18px;flex-wrap:wrap}.ahost-whois-head h2{margin:0;color:#fff;font-size:24px;font-weight:900}.ahost-whois-head p{margin:6px 0 0;color:rgba(255,255,255,.78)}.ahost-whois-badge{display:inline-flex;gap:8px;align-items:center;padding:9px 13px;border-radius:999px;background:rgba(255,255,255,.13);border:1px solid rgba(255,255,255,.16);font-weight:800}.ahost-whois-body{padding:24px}.ahost-whois-toolbar{display:flex;gap:10px;flex-wrap:wrap;margin-bottom:15px}.ahost-whois-btn{border:0;border-radius:14px;padding:11px 15px;font-weight:900;background:linear-gradient(135deg,var(--ahost-primary),var(--ahost-primary-2));color:#fff;cursor:pointer}.ahost-whois-btn.secondary{background:#f4f5fb;color:#172033}.ahost-whois-raw{white-space:pre-wrap;word-break:break-word;background:#0f172a;color:#e5e7eb;border-radius:20px;padding:18px;line-height:1.65;font-size:13px;max-height:560px;overflow:auto}.ahost-whois-empty{padding:20px;border-radius:18px;background:#fff8eb;border:1px solid #ffe1a6;color:#684200;font-weight:700}.ahost-domain-tools-modal{position:fixed;inset:0;z-index:10050;display:none}.ahost-domain-tools-modal.is-open{display:block}.ahost-domain-tools-backdrop{position:absolute;inset:0;background:rgba(5,10,25,.62);backdrop-filter:blur(6px)}.ahost-domain-tools-dialog{position:relative;width:min(920px,calc(100% - 24px));max-height:calc(100vh - 44px);overflow:auto;margin:22px auto;background:#fff;border-radius:28px;box-shadow:0 28px 90px rgba(0,0,0,.35)}.ahost-domain-tools-header{padding:22px 24px;background:linear-gradient(135deg,#151a32,#2a1b55);color:#fff;display:flex;justify-content:space-between;gap:12px}.ahost-domain-tools-header h3{margin:0;color:#fff;font-weight:900}.ahost-domain-tools-close{border:0;background:rgba(255,255,255,.14);color:#fff;border-radius:12px;width:40px;height:40px}.ahost-domain-tabs{display:flex;gap:8px;padding:14px 18px;border-bottom:1px solid var(--ahost-border);overflow-x:auto}.ahost-domain-tab{border:0;background:#f4f5fb;border-radius:999px;padding:10px 14px;font-weight:900}.ahost-domain-tab.is-active{background:linear-gradient(135deg,var(--ahost-primary),var(--ahost-primary-2));color:#fff}.ahost-domain-panel{display:none;padding:22px}.ahost-domain-panel.is-active{display:block}.ahost-domain-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.ahost-domain-info{border:1px solid var(--ahost-border);border-radius:18px;padding:14px;background:#fff}.ahost-domain-info span{display:block;color:var(--ahost-muted);font-size:12px;font-weight:800}.ahost-domain-info b{display:block;color:#111827;margin-top:4px}.ahost-domain-pre{background:#0f172a;color:#e5e7eb;border-radius:18px;padding:16px;white-space:pre-wrap;word-break:break-word;min-height:140px}.ahost-whois-lookup-btn{display:inline-flex;align-items:center;gap:7px;border:0;border-radius:999px;background:linear-gradient(135deg,var(--ahost-primary),var(--ahost-primary-2));color:#fff!important;font-weight:900;padding:9px 13px;margin-left:8px;text-decoration:none!important;box-shadow:0 10px 22px rgba(255,47,125,.20);cursor:pointer}
@media(max-width:700px){.ahost-domain-grid{grid-template-columns:1fr}.ahost-domain-tools-dialog{border-radius:22px;margin:12px auto;max-height:calc(100vh - 24px)}.ahost-whois-head{padding:22px}.ahost-whois-body{padding:16px}}
.ahost-record-list{margin:8px 0 0;padding-left:18px;max-height:160px;overflow:auto}.ahost-record-list li{font-size:12px;line-height:1.55;word-break:break-word}.ahost-loading{padding:18px;border-radius:18px;background:#f7f8fd;color:#172033;font-weight:800;border:1px solid var(--ahost-border)}.ahost-health{display:inline-flex;align-items:center;margin:2px 4px 2px 0;padding:4px 8px;border-radius:999px;font-size:11px;font-weight:900}.ahost-health.ok{background:#e9fbf0;color:#087a39}.ahost-health.warn{background:#fff4df;color:#a15c00}.ahost-domain-info em{display:block;margin-top:6px;color:#6b7280;font-style:normal;font-weight:700}.ahost-domain-panel .ahost-domain-grid + .ahost-domain-pre{margin-top:14px}
