@font-face{
  font-family:"Astronomicon";
  src:url("../fonts/Astronomicon.ttf") format("truetype");
  font-weight:400;
  font-style:normal;
  font-display:block;
}
.voxena-planet-marker tspan[font-family="Astronomicon, sans-serif"],
.voxena-zodiac-glyph{font-family:"Astronomicon",sans-serif!important;font-weight:400!important;font-variant-emoji:text;}
/* Voxena public styles (Bootstrap 5 compatible) */
.hcode-voxena-wrap{max-width:1100px;margin:24px auto;padding:0 12px;font-family:ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial;}
.hcode-voxena-card{border:1px solid rgba(0,0,0,.08);border-radius:18px;background:#fff;box-shadow:0 10px 30px rgba(0,0,0,.06);overflow:hidden;}
.hcode-voxena-head{display:flex;gap:16px;align-items:center;justify-content:space-between;padding:18px;background:linear-gradient(135deg, rgba(0,0,0,.04), rgba(0,0,0,0));}
.hcode-voxena-title{font-size:20px;font-weight:700;}
.hcode-voxena-sub{font-size:13px;opacity:.75;margin-top:2px;}
.hcode-voxena-badge{font-size:12px;padding:6px 10px;border-radius:999px;border:1px solid rgba(0,0,0,.10);background:rgba(0,0,0,.03);font-weight:600;}
.hcode-voxena-form{padding:18px;}
.hcode-voxena-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px;}
.hcode-voxena-span2{grid-column:span 2;}
.hcode-voxena-label{display:block;font-size:13px;font-weight:600;margin-bottom:6px;}
.hcode-voxena-input{width:100%;padding:12px;border-radius:12px;border:1px solid rgba(0,0,0,.14);background:#fff;outline:none;transition:box-shadow .15s,border-color .15s;}
.hcode-voxena-input:focus{border-color:rgba(0,0,0,.30);box-shadow:0 0 0 4px rgba(0,0,0,.06);}
.hcode-voxena-help{font-size:12px;opacity:.7;margin-top:6px;}
.hcode-voxena-actions{display:flex;align-items:center;gap:12px;margin-top:14px;}
.hcode-voxena-btn{appearance:none;border:none;background:#111;color:#fff;border-radius:12px;padding:12px 14px;font-weight:700;cursor:pointer;}
.hcode-voxena-status{font-size:13px;opacity:.8;}
.hcode-voxena-result{padding:0 18px 18px;}
.hcode-voxena-panel{border:1px solid rgba(0,0,0,.08);border-radius:18px;padding:14px;background:#fff;}
.hcode-voxena-panel-title{font-weight:800;font-size:13px;margin-bottom:10px;opacity:.85;}
.hcode-voxena-kv{display:grid;grid-template-columns:80px 1fr;gap:8px 12px;font-size:14px;}
.hcode-voxena-k{opacity:.7;font-weight:600;}
.hcode-voxena-v{font-weight:800;}
/* autocomplete */
.hcode-voxena-suggest{position:relative;}
.hcode-voxena-suggest .box{position:absolute;left:0;right:0;top:8px;background:#fff;border:1px solid rgba(0,0,0,.12);border-radius:14px;box-shadow:0 16px 40px rgba(0,0,0,.08);overflow:hidden;z-index:999;}
.hcode-voxena-suggest .item{padding:10px 12px;cursor:pointer;display:flex;justify-content:space-between;gap:10px;}
.hcode-voxena-suggest .item:hover{background:rgba(0,0,0,.03);}
.hcode-voxena-suggest .muted{opacity:.7;font-weight:600;font-size:12px;}
@media (max-width:860px){.hcode-voxena-grid{grid-template-columns:1fr;}.hcode-voxena-span2{grid-column:auto;}}

/* panels grid */
.hcode-voxena-panels{display:grid;grid-template-columns:1fr 1fr;gap:14px;padding:0 18px 18px;}
.hcode-voxena-chart{width:100%;overflow:auto;}
.hcode-voxena-chart svg{max-width:100%;height:auto;display:block;margin:auto;}
.hcode-voxena-planets{display:grid;grid-template-columns:repeat(2, minmax(0,1fr));gap:10px;font-size:14px;}
.hcode-voxena-planet-item{display:flex;justify-content:space-between;gap:10px;border:1px solid rgba(0,0,0,.08);border-radius:14px;padding:10px 12px;background:#fff;}
.hcode-voxena-planet-left{display:flex;align-items:center;gap:10px;font-weight:800;}
.hcode-voxena-planet-glyph{font-size:18px;min-width:20px;text-align:center;}
.hcode-voxena-planet-right{opacity:.8;font-weight:700;}
@media (max-width:860px){
  .hcode-voxena-panels{grid-template-columns:1fr;}
}

.hcode-voxena-legend{display:flex;flex-wrap:wrap;gap:10px;font-size:12px;opacity:.8;margin-top:10px}
.hcode-voxena-legend span{border:1px solid rgba(0,0,0,.10);border-radius:999px;padding:4px 8px;background:rgba(0,0,0,.02);font-weight:700}

/* --- V0.5.1 Premium UI --- */
.hcode-voxena-wrap{
  padding:24px 12px;
  background: radial-gradient(circle at 20% 10%, rgba(15,23,42,1) 0%, rgba(11,17,32,1) 45%, rgba(6,9,19,1) 100%);
  border-radius:24px;
}
.hcode-voxena-card{
  background: rgba(255,255,255,0.06);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  border: 1px solid rgba(255,255,255,0.10);
  box-shadow: 0 20px 60px rgba(0,0,0,.35);
}
.hcode-voxena-head{
  color: rgba(255,255,255,.92);
  background: linear-gradient(135deg, rgba(255,255,255,.06), rgba(255,255,255,0));
}
.hcode-voxena-title{color:rgba(255,255,255,.95)}
.hcode-voxena-sub{color:rgba(255,255,255,.70)}
.hcode-voxena-badge{
  color: rgba(255,255,255,.85);
  border: 1px solid rgba(255,255,255,.18);
  background: rgba(255,255,255,.06);
}
.hcode-voxena-label{color:rgba(255,255,255,.80)}
.hcode-voxena-help{color:rgba(255,255,255,.60)}
.hcode-voxena-input{
  color: rgba(255,255,255,.92);
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.12);
  box-shadow: inset 0 0 0 1px rgba(0,0,0,0);
}
.hcode-voxena-input::placeholder{color:rgba(255,255,255,.45)}
.hcode-voxena-input:focus{
  border-color: rgba(255,255,255,.22);
  box-shadow: 0 0 0 4px rgba(255,255,255,.08);
}
.hcode-voxena-btn{
  background:#111;
  border:1px solid rgba(255,255,255,.14);
  box-shadow: 0 12px 30px rgba(0,0,0,.35);
}
.hcode-voxena-panel{
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.10);
}
.hcode-voxena-panel-title{color:rgba(255,255,255,.82)}
.hcode-voxena-k{color:rgba(255,255,255,.62)}
.hcode-voxena-v{color:rgba(255,255,255,.92)}
.hcode-voxena-status{color:rgba(255,255,255,.78)}
.hcode-voxena-planet-item{
  background: rgba(255,255,255,.05);
  border: 1px solid rgba(255,255,255,.10);
}
.hcode-voxena-planet-right{color:rgba(255,255,255,.85)}
/* Autocomplete dropdown */
.hcode-voxena-suggest .box{
  background: rgba(10,14,26,.98);
  border: 1px solid rgba(255,255,255,.10);
}
.hcode-voxena-suggest .item{color:rgba(255,255,255,.9)}
.hcode-voxena-suggest .item:hover{background:rgba(255,255,255,.06)}
/* Normalize date/time input UI (theme overrides can add icons/spacing) */
.hcode-voxena-input[type="date"],
.hcode-voxena-input[type="time"]{
  -webkit-appearance: none;
  appearance: none;
  background-image: none !important;
}
.hcode-voxena-chart svg{max-width:720px}
@media (max-width:860px){
  .hcode-voxena-wrap{border-radius:18px}
  .hcode-voxena-chart svg{max-width:100%}
}

/* --- V0.6.0 UI fixes --- */
.hcode-voxena-input{
  border-color: rgba(255,255,255,.14) !important;
}
.hcode-voxena-input:focus{
  border-color: rgba(255,255,255,.26) !important;
  box-shadow: 0 0 0 4px rgba(255,255,255,.10) !important;
}
.hcode-voxena-suggest{ position: relative; z-index: 9999; }
.hcode-voxena-suggest .box{
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(0,0,0,.45);
}
.hcode-voxena-suggest .item{
  padding: 14px 14px;
  font-size: 15px;
}
.hcode-voxena-suggest .muted{
  opacity: .70;
  font-size: 12px;
}

/* --- V0.9.0 dropdown portal + chart polish --- */
.hcode-voxena-chart{
  min-height: 860px;
  display:flex;
  align-items:center;
  justify-content:center;
}
.hcode-voxena-chart svg{
  max-width: 900px;
  height: auto;
}
.hcode-voxena-input{
  position: relative;
  z-index: 2;
}
.hcode-voxena-portal-dropdown{
  position: fixed;
  z-index: 2147483000;
  background: linear-gradient(180deg, rgba(13,19,35,.98), rgba(10,15,28,.98));
  border: 1px solid rgba(255,255,255,.10);
  border-radius: 18px;
  overflow: auto;
  box-shadow: 0 24px 70px rgba(0,0,0,.50);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
.hcode-voxena-portal-item{
  padding: 14px 16px;
  border-bottom: 1px solid rgba(255,255,255,.05);
  cursor: pointer;
  color: rgba(255,255,255,.94);
  transition: background .15s ease;
}
.hcode-voxena-portal-item:last-child{
  border-bottom: none;
}
.hcode-voxena-portal-item:hover{
  background: rgba(255,255,255,.06);
}
.hcode-voxena-portal-muted{
  font-size: 12px;
  opacity: .65;
  font-weight: 700;
}

/* --- V1.0.0 chart polish --- */
.hcode-voxena-chart{
  min-height: 920px;
  display:flex;
  align-items:center;
  justify-content:center;
}
.hcode-voxena-chart svg{
  max-width: 960px;
  height: auto;
}
.hcode-voxena-panel-title{
  letter-spacing:.25px;
}
.hcode-voxena-planet-item{
  background: rgba(255,255,255,.055);
}

/* --- V3.0.0 pro chart --- */
.hcode-voxena-chart{
  min-height: 1120px;
  display:flex;
  align-items:center;
  justify-content:center;
}
.hcode-voxena-chart svg{
  max-width: 1100px;
  height:auto;
}

/* --- V11 real calculation branch --- */
.hcode-voxena-portal-dropdown{
  position: fixed;
  z-index: 2147483000;
  background: linear-gradient(180deg, rgba(13,19,35,.98), rgba(10,15,28,.98));
  border: 1px solid rgba(255,255,255,.10);
  border-radius: 18px;
  overflow: auto;
  max-height: 260px;
  box-shadow: 0 24px 70px rgba(0,0,0,.50);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
.hcode-voxena-portal-item{
  padding: 14px 16px;
  border-bottom: 1px solid rgba(255,255,255,.05);
  cursor: pointer;
  color: rgba(255,255,255,.94);
  transition: background .15s ease;
}
.hcode-voxena-portal-item:last-child{border-bottom:none}
.hcode-voxena-portal-item:hover{background:rgba(255,255,255,.06)}
.hcode-voxena-portal-muted{
  font-size: 12px;
  opacity: .65;
  font-weight: 700;
}

/* --- V12 renderer upgrade --- */
.hcode-voxena-wrap{
  padding:24px 12px;
  background: radial-gradient(circle at 20% 10%, #10182a 0%, #0b1120 45%, #070b14 100%);
  border-radius:24px;
}
.hcode-voxena-card{
  background: rgba(255,255,255,.06);
  border:1px solid rgba(255,255,255,.10);
  box-shadow:0 20px 60px rgba(0,0,0,.35);
}
.hcode-voxena-head{
  color:#fff;
  background:linear-gradient(135deg, rgba(255,255,255,.06), rgba(255,255,255,0));
}
.hcode-voxena-title{color:rgba(255,255,255,.96)}
.hcode-voxena-sub,.hcode-voxena-help,.hcode-voxena-status,.hcode-voxena-k{color:rgba(255,255,255,.68)}
.hcode-voxena-badge,.hcode-voxena-panel,.hcode-voxena-planet-item{
  background:rgba(255,255,255,.05);
  border-color:rgba(255,255,255,.10);
  color:#fff;
}
.hcode-voxena-input{
  color:#fff;
  background:rgba(255,255,255,.06);
  border-color:rgba(255,255,255,.14);
}
.hcode-voxena-input::placeholder{color:rgba(255,255,255,.42)}
.hcode-voxena-input:focus{
  border-color:rgba(255,255,255,.26);
  box-shadow:0 0 0 4px rgba(255,255,255,.08);
}
.hcode-voxena-chart{
  min-height:860px;
  display:flex;
  align-items:center;
  justify-content:center;
}
.hcode-voxena-chart svg{
  max-width:920px;
  width:100%;
  height:auto;
  display:block;
  margin:auto;
  filter:drop-shadow(0 18px 40px rgba(0,0,0,.18));
}
.hcode-voxena-v,.hcode-voxena-panel-title,.hcode-voxena-label,.hcode-voxena-planet-right{color:#fff}

/* --- V13 renderer polish --- */
.hcode-voxena-chart{
  min-height:900px;
}
.hcode-voxena-chart svg{
  max-width:940px;
}

/* --- V14 option2 renderer --- */
.hcode-voxena-chart{min-height:940px}
.hcode-voxena-chart svg{max-width:960px}

/* --- V15 renderer polish --- */
.hcode-voxena-chart{min-height:960px}
.hcode-voxena-chart svg{max-width:980px}

/* --- V16 renderer cleanup --- */
.hcode-voxena-chart{min-height:980px}
.hcode-voxena-chart svg{max-width:990px}

/* --- V17 chart sizing + renderer cleanup --- */
.hcode-voxena-chart{min-height:860px}
.hcode-voxena-chart svg{max-width:900px}

/* --- V18 readability + size pass --- */
.hcode-voxena-chart{min-height:800px}
.hcode-voxena-chart svg{max-width:860px}

/* --- V19 light premium chart pass --- */
.hcode-voxena-chart{min-height:760px}
.hcode-voxena-chart svg{max-width:760px}

/* --- V20 smart label layout --- */
.hcode-voxena-chart{min-height:760px}
.hcode-voxena-chart svg{max-width:760px}

/* --- V25.0.0 classic full chart --- */
.hcode-voxena-classic-layout{
  display:grid;
  grid-template-columns:minmax(0,1fr) 320px;
  gap:24px;
  align-items:start;
}
.hcode-voxena-chart{
  min-height:900px;
  display:flex;
  align-items:flex-start;
  justify-content:center;
}
.hcode-voxena-chart svg{
  max-width:900px;
  width:100%;
  height:auto;
}
.hcode-voxena-chart-side{
  background:rgba(255,255,255,.045);
  border:1px solid rgba(255,255,255,.08);
  border-radius:18px;
  padding:16px;
  position:sticky;
  top:16px;
}
.hcode-voxena-mini-title{
  font-size:13px;
  font-weight:800;
  letter-spacing:.3px;
  color:#fff;
  margin:4px 0 12px;
}
.hcode-voxena-mini-title + *{ margin-bottom:18px; }
.hcode-voxena-body-list{
  display:grid;
  gap:8px;
  max-height:640px;
  overflow:auto;
  padding-right:4px;
}
.hcode-voxena-body-row{
  display:flex;
  justify-content:space-between;
  gap:12px;
  align-items:flex-start;
  padding:10px 12px;
  background:rgba(255,255,255,.055);
  border:1px solid rgba(255,255,255,.06);
  border-radius:14px;
}
.hcode-voxena-body-left{
  display:flex;
  align-items:center;
  gap:10px;
  font-weight:700;
  color:rgba(255,255,255,.94);
}
.hcode-voxena-body-glyph{
  min-width:20px;
  text-align:center;
  font-size:16px;
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI Symbol", "Noto Sans Symbols 2", sans-serif;
}
.hcode-voxena-body-right{
  text-align:right;
  font-size:12px;
  color:rgba(255,255,255,.86);
}
.hcode-voxena-body-meta{
  opacity:.65;
  margin-top:2px;
  font-weight:700;
}
.hcode-voxena-legend-grid{
  display:grid;
  grid-template-columns:1fr;
  gap:8px;
}
.hcode-voxena-legend-item{
  display:flex;
  align-items:center;
  gap:10px;
  padding:8px 10px;
  border-radius:12px;
  background:rgba(255,255,255,.04);
  color:rgba(255,255,255,.9);
  border:1px solid rgba(255,255,255,.05);
  font-size:13px;
}
.hcode-voxena-legend-symbol{
  display:inline-flex;
  width:18px;
  justify-content:center;
  font-weight:900;
}
.hcode-voxena-matrix-wrap{
  overflow:auto;
}
.hcode-voxena-matrix-table{
  border-collapse:collapse;
  min-width:740px;
  width:100%;
}
.hcode-voxena-matrix-table th,
.hcode-voxena-matrix-table td{
  width:40px;
  height:36px;
  text-align:center;
  vertical-align:middle;
  border:1px solid rgba(255,255,255,.08);
  background:rgba(255,255,255,.03);
  color:rgba(255,255,255,.92);
  font-weight:800;
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI Symbol", "Noto Sans Symbols 2", sans-serif;
}
.hcode-voxena-matrix-table thead th,
.hcode-voxena-matrix-table tbody th{
  background:rgba(255,255,255,.055);
  position:sticky;
}
.hcode-voxena-matrix-table thead th{ top:0; z-index:2; }
.hcode-voxena-matrix-table tbody th{ left:0; z-index:1; }
.hcode-voxena-matrix-table td.is-empty{ background:rgba(255,255,255,.015); }
@media (max-width:1200px){
  .hcode-voxena-classic-layout{ grid-template-columns:1fr; }
  .hcode-voxena-chart-side{ position:relative; top:auto; }
}
@media (max-width:860px){
  .hcode-voxena-chart{ min-height:640px; }
}

/* --- V26.0.0 theme-safe responsive UI pass --- */
.hcode-voxena-wrap,
.hcode-voxena-wrap *{
  box-sizing:border-box;
}
.hcode-voxena-wrap{
  --vx-bg:#0f172a;
  --vx-card:#172033;
  --vx-panel:#202938;
  --vx-panel-2:#252f40;
  --vx-border:rgba(255,255,255,.11);
  --vx-border-soft:rgba(255,255,255,.075);
  --vx-text:#f8fafc;
  --vx-muted:rgba(248,250,252,.66);
  --vx-muted-2:rgba(248,250,252,.50);
  --vx-accent:#ff9d43;
  --vx-radius:22px;
  --vx-radius-sm:14px;
  --vx-shadow:0 24px 70px rgba(0,0,0,.28);
  width:100% !important;
  max-width:1320px !important;
  margin:24px auto !important;
  padding:14px !important;
  font-family:Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif !important;
  font-size:16px !important;
  line-height:1.45 !important;
  color:var(--vx-text) !important;
  background:radial-gradient(circle at 20% 0%, rgba(43,55,83,.88) 0%, #111827 48%, #070b14 100%) !important;
  border-radius:28px !important;
  isolation:isolate;
}
.hcode-voxena-wrap img,
.hcode-voxena-wrap svg{max-width:100%;}
.hcode-voxena-card{
  width:100% !important;
  overflow:hidden !important;
  border-radius:var(--vx-radius) !important;
  background:rgba(17,24,39,.72) !important;
  border:1px solid var(--vx-border) !important;
  box-shadow:var(--vx-shadow) !important;
}
.hcode-voxena-head{
  padding:22px 24px !important;
  gap:16px !important;
  flex-wrap:wrap !important;
  background:linear-gradient(135deg, rgba(255,255,255,.055), rgba(255,255,255,0)) !important;
}
.hcode-voxena-title{
  margin:0 !important;
  font-size:clamp(20px,2.2vw,30px) !important;
  line-height:1.15 !important;
  font-weight:800 !important;
  color:var(--vx-text) !important;
  letter-spacing:-.025em !important;
}
.hcode-voxena-sub{
  margin-top:8px !important;
  font-size:14px !important;
  line-height:1.4 !important;
  color:var(--vx-muted) !important;
  opacity:1 !important;
}
.hcode-voxena-badge{
  width:auto !important;
  min-width:58px !important;
  height:58px !important;
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  padding:0 14px !important;
  border-radius:999px !important;
  font-size:16px !important;
  line-height:1 !important;
  color:var(--vx-text) !important;
  background:rgba(255,255,255,.06) !important;
  border:1px solid var(--vx-border) !important;
}
.hcode-voxena-form{
  padding:22px 24px !important;
}
.hcode-voxena-grid{
  display:grid !important;
  grid-template-columns:repeat(2,minmax(0,1fr)) !important;
  gap:18px !important;
}
.hcode-voxena-span2{grid-column:1 / -1 !important;}
.hcode-voxena-label{
  display:block !important;
  margin:0 0 8px !important;
  font-size:14px !important;
  line-height:1.25 !important;
  font-weight:700 !important;
  color:var(--vx-text) !important;
}
.hcode-voxena-input{
  width:100% !important;
  min-height:48px !important;
  padding:12px 14px !important;
  border-radius:14px !important;
  font-size:16px !important;
  line-height:1.3 !important;
  font-weight:500 !important;
  color:var(--vx-text) !important;
  background:rgba(255,255,255,.055) !important;
  border:1px solid var(--vx-border) !important;
  box-shadow:none !important;
}
.hcode-voxena-input:focus{
  border-color:rgba(255,157,67,.55) !important;
  box-shadow:0 0 0 4px rgba(255,157,67,.13) !important;
  outline:none !important;
}
.hcode-voxena-help{
  margin-top:8px !important;
  font-size:13px !important;
  line-height:1.45 !important;
  color:var(--vx-muted) !important;
  opacity:1 !important;
}
.hcode-voxena-actions{
  display:flex !important;
  align-items:center !important;
  gap:12px !important;
  flex-wrap:wrap !important;
  margin-top:18px !important;
}
.hcode-voxena-btn{
  appearance:none !important;
  min-height:48px !important;
  padding:12px 18px !important;
  border-radius:14px !important;
  border:1px solid rgba(255,255,255,.16) !important;
  background:#050505 !important;
  color:#fff !important;
  font-size:16px !important;
  line-height:1.2 !important;
  font-weight:800 !important;
  cursor:pointer !important;
  box-shadow:0 12px 28px rgba(0,0,0,.32) !important;
}
.hcode-voxena-status{
  min-height:22px !important;
  font-size:14px !important;
  color:var(--vx-muted) !important;
  opacity:1 !important;
}
.hcode-voxena-result{
  padding:0 !important;
}
.hcode-voxena-panels{
  display:grid !important;
  grid-template-columns:repeat(2,minmax(0,1fr)) !important;
  gap:16px !important;
  padding:0 24px 24px !important;
}
.hcode-voxena-panel{
  min-width:0 !important;
  padding:18px !important;
  border-radius:18px !important;
  background:rgba(255,255,255,.045) !important;
  border:1px solid var(--vx-border) !important;
  color:var(--vx-text) !important;
}
.hcode-voxena-panel-title{
  margin:0 0 14px !important;
  font-size:15px !important;
  line-height:1.25 !important;
  font-weight:800 !important;
  letter-spacing:.01em !important;
  color:var(--vx-text) !important;
  opacity:1 !important;
}
.hcode-voxena-kv{
  display:grid !important;
  grid-template-columns:minmax(72px,auto) minmax(0,1fr) !important;
  gap:8px 12px !important;
  font-size:14px !important;
  line-height:1.35 !important;
}
.hcode-voxena-k{color:var(--vx-muted) !important;font-weight:700 !important;}
.hcode-voxena-v{color:var(--vx-text) !important;font-weight:800 !important;min-width:0 !important;overflow-wrap:anywhere !important;}
.hcode-voxena-classic-layout{
  display:grid !important;
  grid-template-columns:minmax(0,1fr) minmax(280px,340px) !important;
  gap:18px !important;
  align-items:start !important;
}
.hcode-voxena-chart{
  min-width:0 !important;
  min-height:0 !important;
  overflow:auto !important;
  display:flex !important;
  justify-content:center !important;
  align-items:flex-start !important;
  padding:10px !important;
  border-radius:18px !important;
  background:rgba(255,255,255,.025) !important;
}
.hcode-voxena-chart svg{
  width:min(100%,860px) !important;
  max-width:860px !important;
  min-width:520px !important;
  height:auto !important;
  display:block !important;
  margin:0 auto !important;
  filter:drop-shadow(0 16px 32px rgba(0,0,0,.16)) !important;
}
.hcode-voxena-chart-side{
  min-width:0 !important;
  position:relative !important;
  top:auto !important;
  padding:16px !important;
  border-radius:18px !important;
  background:rgba(255,255,255,.045) !important;
  border:1px solid var(--vx-border) !important;
}
.hcode-voxena-mini-title{
  margin:0 0 12px !important;
  font-size:14px !important;
  line-height:1.25 !important;
  font-weight:800 !important;
  color:var(--vx-text) !important;
}
.hcode-voxena-body-list{
  display:grid !important;
  gap:8px !important;
  max-height:520px !important;
  overflow:auto !important;
  padding:0 4px 0 0 !important;
}
.hcode-voxena-body-row{
  display:grid !important;
  grid-template-columns:minmax(0,1fr) auto !important;
  align-items:center !important;
  gap:10px !important;
  padding:10px 11px !important;
  border-radius:13px !important;
  background:rgba(255,255,255,.055) !important;
  border:1px solid var(--vx-border-soft) !important;
}
.hcode-voxena-body-left{
  min-width:0 !important;
  display:flex !important;
  align-items:center !important;
  gap:8px !important;
  font-size:14px !important;
  line-height:1.25 !important;
  font-weight:700 !important;
  color:var(--vx-text) !important;
}
.hcode-voxena-body-left span:last-child{
  min-width:0 !important;
  overflow:hidden !important;
  text-overflow:ellipsis !important;
  white-space:nowrap !important;
}
.hcode-voxena-body-glyph{
  flex:0 0 22px !important;
  width:22px !important;
  min-width:22px !important;
  text-align:center !important;
  font-size:15px !important;
  line-height:1 !important;
}
.hcode-voxena-body-right{
  min-width:86px !important;
  text-align:right !important;
  font-size:12px !important;
  line-height:1.3 !important;
  color:rgba(255,255,255,.84) !important;
  white-space:nowrap !important;
}
.hcode-voxena-body-meta{
  margin-top:2px !important;
  font-size:11px !important;
  color:var(--vx-muted-2) !important;
  font-weight:800 !important;
}
.hcode-voxena-legend-grid{
  display:grid !important;
  grid-template-columns:repeat(2,minmax(0,1fr)) !important;
  gap:8px !important;
}
.hcode-voxena-legend-item{
  min-width:0 !important;
  display:flex !important;
  align-items:center !important;
  gap:8px !important;
  padding:8px 10px !important;
  border-radius:12px !important;
  background:rgba(255,255,255,.045) !important;
  border:1px solid var(--vx-border-soft) !important;
  color:rgba(255,255,255,.88) !important;
  font-size:12px !important;
  line-height:1.25 !important;
}
.hcode-voxena-legend-symbol{width:18px !important;flex:0 0 18px !important;text-align:center !important;font-weight:900 !important;}
.hcode-voxena-matrix-wrap{
  max-width:100% !important;
  overflow:auto !important;
  border:1px solid var(--vx-border-soft) !important;
  border-radius:16px !important;
  background:rgba(255,255,255,.025) !important;
  -webkit-overflow-scrolling:touch !important;
}
.hcode-voxena-matrix-table{
  min-width:680px !important;
  width:100% !important;
  border-collapse:separate !important;
  border-spacing:0 !important;
  table-layout:fixed !important;
  font-size:13px !important;
  margin:0 !important;
}
.hcode-voxena-matrix-table th,
.hcode-voxena-matrix-table td{
  width:42px !important;
  height:38px !important;
  padding:0 !important;
  text-align:center !important;
  vertical-align:middle !important;
  border:0 !important;
  border-right:1px solid rgba(255,255,255,.06) !important;
  border-bottom:1px solid rgba(255,255,255,.06) !important;
  background:rgba(255,255,255,.018) !important;
  color:rgba(255,255,255,.9) !important;
  font-size:14px !important;
  line-height:1 !important;
}
.hcode-voxena-matrix-table th{
  background:rgba(255,255,255,.045) !important;
  font-weight:900 !important;
}
.hcode-voxena-matrix-table thead th{position:sticky !important;top:0 !important;z-index:2 !important;}
.hcode-voxena-matrix-table tbody th{position:sticky !important;left:0 !important;z-index:1 !important;}
.hcode-voxena-portal-dropdown{
  max-height:280px !important;
  font-size:14px !important;
  border-radius:16px !important;
}
.hcode-voxena-portal-item{padding:12px 14px !important;}
@media (max-width:1100px){
  .hcode-voxena-classic-layout{grid-template-columns:1fr !important;}
  .hcode-voxena-chart-side{display:grid !important;grid-template-columns:1.2fr .8fr !important;gap:16px !important;}
  .hcode-voxena-mini-title{grid-column:auto !important;}
  .hcode-voxena-body-list{max-height:420px !important;}
}
@media (max-width:860px){
  .hcode-voxena-wrap{margin:12px auto !important;padding:8px !important;border-radius:20px !important;}
  .hcode-voxena-head{padding:18px !important;}
  .hcode-voxena-badge{height:44px !important;min-width:44px !important;font-size:13px !important;}
  .hcode-voxena-form{padding:18px !important;}
  .hcode-voxena-grid{grid-template-columns:1fr !important;gap:14px !important;}
  .hcode-voxena-actions{align-items:stretch !important;}
  .hcode-voxena-btn{width:100% !important;}
  .hcode-voxena-panels{grid-template-columns:1fr !important;padding:0 12px 12px !important;gap:12px !important;}
  .hcode-voxena-panel{padding:14px !important;border-radius:16px !important;}
  .hcode-voxena-kv{grid-template-columns:1fr !important;gap:4px !important;}
  .hcode-voxena-classic-layout{grid-template-columns:1fr !important;gap:12px !important;}
  .hcode-voxena-chart{padding:8px !important;justify-content:flex-start !important;}
  .hcode-voxena-chart svg{min-width:560px !important;width:560px !important;}
  .hcode-voxena-chart-side{display:block !important;padding:12px !important;}
  .hcode-voxena-body-list{max-height:none !important;overflow:visible !important;}
  .hcode-voxena-legend-grid{grid-template-columns:1fr !important;}
  .hcode-voxena-matrix-table{min-width:620px !important;}
}
@media (max-width:480px){
  .hcode-voxena-wrap{padding:6px !important;background:#0b1120 !important;}
  .hcode-voxena-head{padding:16px !important;}
  .hcode-voxena-title{font-size:22px !important;}
  .hcode-voxena-sub{font-size:12px !important;}
  .hcode-voxena-input{font-size:15px !important;min-height:46px !important;}
  .hcode-voxena-chart svg{min-width:520px !important;width:520px !important;}
  .hcode-voxena-body-row{grid-template-columns:1fr !important;align-items:start !important;}
  .hcode-voxena-body-right{text-align:left !important;min-width:0 !important;}
}
/* V26 final breakpoint correction */
@media (max-width:1100px){
  .hcode-voxena-chart-side{display:block !important;}
}

/* ===== V34 Single Chart + Bootstrap Tabs Layout ===== */
.hcode-voxena-v34-shell{margin-top:18px}
.hcode-voxena-v34-head{margin-bottom:14px}
.hcode-voxena-v34-kicker{font-size:12px;letter-spacing:.22em;text-transform:uppercase;opacity:.72;margin-bottom:6px}
.hcode-voxena-v34-chart-stage{background:linear-gradient(180deg,rgba(255,255,255,.06),rgba(255,255,255,.03));border:1px solid rgba(255,255,255,.10);border-radius:26px;padding:26px;margin-bottom:18px}
.hcode-voxena-v34-shell .hcode-voxena-chart{background:#f7f4ee;border-radius:24px;padding:24px;min-height:540px;display:flex;align-items:center;justify-content:center}
.hcode-voxena-v34-shell .hcode-voxena-wheel-svg,.hcode-voxena-v34-shell .hcode-voxena-chart svg{width:min(100%,860px)!important;height:auto!important;display:block}
.hcode-voxena-v34-overview-cards{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.hcode-voxena-v34-overview-card{background:rgba(255,255,255,.045);border:1px solid rgba(255,255,255,.08);border-radius:18px;padding:14px 16px}.hcode-voxena-v34-overview-label{font-size:12px;opacity:.72;margin-bottom:6px;text-transform:uppercase;letter-spacing:.08em}.hcode-voxena-v34-overview-value{font-size:15px;font-weight:800;line-height:1.45}.hcode-voxena-v34-meta-line{display:flex;justify-content:space-between;gap:12px;font-size:13px;opacity:.78;margin-top:10px;flex-wrap:wrap}.hcode-voxena-v34-tabs-wrap{margin-top:18px}.hcode-voxena-v34-tabs{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:14px}.hcode-voxena-v34-tabs button{appearance:none;border:1px solid rgba(255,255,255,.12);background:rgba(255,255,255,.035);color:inherit;border-radius:999px;padding:11px 16px;font-weight:800;line-height:1;cursor:pointer;transition:all .2s ease}.hcode-voxena-v34-tabs button.is-active{background:rgba(255,255,255,.12);border-color:rgba(255,255,255,.22);box-shadow:inset 0 1px 0 rgba(255,255,255,.08)}.hcode-voxena-v34-tabpanel{background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.08);border-radius:24px;padding:20px}.hcode-voxena-v34-panel-head{display:flex;align-items:end;justify-content:space-between;gap:14px;margin-bottom:16px}.hcode-voxena-v34-panel-head h3{margin:0;font-size:28px;line-height:1.1}.hcode-voxena-v34-panel-kicker{font-size:12px;text-transform:uppercase;letter-spacing:.18em;opacity:.6;margin-bottom:6px}.hcode-voxena-v34-summary-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.hcode-voxena-v34-summary-box{background:rgba(255,255,255,.03);border:1px solid rgba(255,255,255,.06);border-radius:20px;padding:18px}.hcode-voxena-v34-box-title{font-size:14px;font-weight:800;margin-bottom:12px;opacity:.9}.hcode-voxena-v34-facts{display:grid;gap:10px}.hcode-voxena-v34-fact{display:grid;grid-template-columns:140px 1fr;gap:12px;align-items:start}.hcode-voxena-v34-fact span{opacity:.66}.hcode-voxena-v34-fact strong{font-weight:800}.hcode-voxena-v34-table-wrap{width:100%;overflow:hidden;border-radius:18px;border:1px solid rgba(255,255,255,.08);background:rgba(255,255,255,.025)}.hcode-voxena-v34-table{width:100%;border-collapse:collapse;table-layout:fixed}.hcode-voxena-v34-table thead th{text-align:left;font-size:13px;padding:14px 16px;background:rgba(255,255,255,.04);border-bottom:1px solid rgba(255,255,255,.08)}.hcode-voxena-v34-table tbody td{padding:14px 16px;border-bottom:1px solid rgba(255,255,255,.06);font-size:14px;vertical-align:middle}.hcode-voxena-v34-table tbody tr:last-child td{border-bottom:none}.hcode-voxena-v34-table tbody tr:hover td{background:rgba(255,255,255,.03)}.hcode-voxena-v34-entity{display:flex;align-items:center;gap:10px;min-width:0}.hcode-voxena-v34-entity-glyph{width:28px;height:28px;border-radius:50%;border:1px solid rgba(255,255,255,.12);display:flex;align-items:center;justify-content:center;background:rgba(255,255,255,.045);font-weight:800;flex:0 0 28px}.hcode-voxena-v34-aspect-badge{display:inline-flex;align-items:center;gap:6px;border:1px solid rgba(255,255,255,.16);background:rgba(255,255,255,.04);color:var(--accent);padding:6px 10px;border-radius:999px;font-weight:700;font-size:13px}.hcode-voxena-v34-shell .hcode-voxena-matrix-wrap{overflow:hidden;border-radius:18px;border:1px solid rgba(255,255,255,.08);background:rgba(255,255,255,.025)}.hcode-voxena-v34-shell .hcode-voxena-matrix-table{width:100%;table-layout:fixed;border-collapse:collapse}.hcode-voxena-v34-shell .hcode-voxena-matrix-table th,.hcode-voxena-v34-shell .hcode-voxena-matrix-table td{border:1px solid rgba(255,255,255,.055);text-align:center;padding:10px 4px;font-size:17px}.hcode-voxena-v34-shell .hcode-voxena-matrix-table th{background:rgba(255,255,255,.04);font-size:16px;font-weight:800}.hcode-voxena-v34-shell .hcode-voxena-matrix-table td.is-empty{background:rgba(255,255,255,.015)}@media(max-width:991px){.hcode-voxena-v34-overview-cards{grid-template-columns:repeat(2,minmax(0,1fr))}.hcode-voxena-v34-summary-grid{grid-template-columns:1fr}}@media(max-width:767px){.hcode-voxena-v34-chart-stage{padding:12px;border-radius:20px}.hcode-voxena-v34-shell .hcode-voxena-chart{padding:10px;min-height:auto;border-radius:18px}.hcode-voxena-v34-overview-cards{grid-template-columns:1fr 1fr;gap:10px}.hcode-voxena-v34-tabs{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}.hcode-voxena-v34-tabs button{width:100%;text-align:center}.hcode-voxena-v34-tabpanel{padding:14px;border-radius:18px}.hcode-voxena-v34-panel-head h3{font-size:22px}.hcode-voxena-v34-fact{grid-template-columns:1fr;gap:4px}.hcode-voxena-v34-table thead th,.hcode-voxena-v34-table tbody td{padding:10px 8px;font-size:12px}.hcode-voxena-v34-shell .hcode-voxena-matrix-table th,.hcode-voxena-v34-shell .hcode-voxena-matrix-table td{padding:6px 2px;font-size:12px}.hcode-voxena-v34-shell .hcode-voxena-matrix-table th{font-size:11px}}

/* ===== V36 classic pro wheel + retained mobile fixes ===== */
.hcode-voxena-v34-shell .hcode-voxena-chart{
  background:#fbf7ea !important;
}
@media (max-width: 767px){
  .hcode-voxena-v34-chart-stage{
    padding:10px !important;
    border-radius:18px !important;
  }
  .hcode-voxena-v34-shell .hcode-voxena-chart{
    padding:8px !important;
    min-height:0 !important;
    overflow:hidden !important;
    justify-content:center !important;
    align-items:center !important;
  }
  .hcode-voxena-v34-shell .hcode-voxena-wheel-svg,
  .hcode-voxena-v34-shell .hcode-voxena-chart svg{
    width:100% !important;
    max-width:100% !important;
    min-width:0 !important;
    height:auto !important;
    display:block !important;
    margin:0 auto !important;
  }
  .hcode-voxena-v34-overview-cards{grid-template-columns:1fr !important;}
  .hcode-voxena-v34-tabs{grid-template-columns:1fr 1fr !important;gap:8px !important;}
  .hcode-voxena-v34-tabs button{padding:10px 12px !important;font-size:14px !important;}
  .hcode-voxena-v34-panel-head{margin-bottom:12px !important;}
  .hcode-voxena-v34-panel-head h3{font-size:20px !important;}
  .hcode-voxena-v34-table-wrap{overflow:visible !important;border-radius:16px !important;}
  .hcode-voxena-v34-table,
  .hcode-voxena-v34-table thead,
  .hcode-voxena-v34-table tbody,
  .hcode-voxena-v34-table tr,
  .hcode-voxena-v34-table th,
  .hcode-voxena-v34-table td{display:block !important;width:100% !important;}
  .hcode-voxena-v34-table thead{display:none !important;}
  .hcode-voxena-v34-table tbody{display:grid !important;gap:10px !important;}
  .hcode-voxena-v34-table tbody tr{border:1px solid rgba(255,255,255,.08) !important;border-radius:14px !important;background:rgba(255,255,255,.03) !important;overflow:hidden !important;}
  .hcode-voxena-v34-table tbody td{border-bottom:1px solid rgba(255,255,255,.06) !important;padding:10px 12px !important;display:flex !important;justify-content:space-between !important;align-items:center !important;gap:12px !important;text-align:right !important;font-size:13px !important;white-space:normal !important;}
  .hcode-voxena-v34-table tbody td:last-child{border-bottom:none !important;}
  .hcode-voxena-v34-table tbody td::before{content:attr(data-label);font-size:12px;font-weight:700;opacity:.72;text-align:left;flex:0 0 38%;}
  .hcode-voxena-v34-entity{justify-content:flex-end !important;text-align:right !important;gap:8px !important;}
  .hcode-voxena-v34-aspect-badge{white-space:nowrap !important;font-size:12px !important;padding:5px 9px !important;}
  .hcode-voxena-v34-shell .hcode-voxena-matrix-wrap{overflow:hidden !important;}
  .hcode-voxena-v34-shell .hcode-voxena-matrix-table th,
  .hcode-voxena-v34-shell .hcode-voxena-matrix-table td{padding:4px 1px !important;font-size:10px !important;}
  .hcode-voxena-v34-shell .hcode-voxena-matrix-table th{font-size:9px !important;}
}


/* ===== V47 reference app chart renderer polish ===== */
.hcode-voxena-v34-shell .hcode-voxena-chart{
  background:#fbfae8 !important;
  border-radius:18px !important;
}
.hcode-voxena-v34-shell .hcode-voxena-wheel-svg,
.hcode-voxena-v34-shell .hcode-voxena-chart svg{
  width:min(100%,900px)!important;
  max-width:100%!important;
  height:auto!important;
  display:block!important;
  margin:0 auto!important;
}
.hcode-voxena-v34-chart-stage{
  background:#fbfae8 !important;
  border-color:rgba(139,122,43,.20) !important;
}
@media (max-width:767px){
  .hcode-voxena-v34-chart-stage{padding:8px!important;background:#fbfae8!important;}
  .hcode-voxena-v34-shell .hcode-voxena-chart{padding:0!important;background:#fbfae8!important;overflow:hidden!important;}
}

/* V51 Astronomicon embedded font support */
.hcode-voxena-chart svg text{font-variant-emoji:text;}

/* V51 chart readability polish */
.hcode-voxena-chart svg text,
.hcode-voxena-chart svg tspan{paint-order:stroke fill;stroke:#fbfae8;stroke-width:.35px;stroke-linejoin:round;}
.hcode-voxena-chart svg .voxena-zodiac-glyph{stroke:none!important;paint-order:normal!important;}
.voxena-planet-marker text{font-kerning:normal;}


/* ===== V53 reference gap fixes: slightly reduced chart scale ===== */
.hcode-voxena-v34-chart-stage{background:transparent!important;border:none!important;box-shadow:none!important;padding:0!important;margin-bottom:12px!important;}
.hcode-voxena-v34-shell .hcode-voxena-chart{background:transparent!important;border:none!important;border-radius:0!important;box-shadow:none!important;padding:0!important;min-height:700px!important;display:flex!important;align-items:center!important;justify-content:center!important;overflow:visible!important;}
.hcode-voxena-v34-shell .hcode-voxena-wheel-svg,.hcode-voxena-v34-shell .hcode-voxena-chart svg{width:min(100%,920px)!important;max-width:100%!important;height:auto!important;display:block!important;margin:0 auto!important;}
.hcode-voxena-chart{overflow:visible!important;}
.hcode-voxena-chart svg .voxena-house-num{stroke:none!important;paint-order:normal!important;letter-spacing:0!important;}
@media (max-width:767px){.hcode-voxena-v34-chart-stage{padding:0!important;margin-bottom:10px!important;}.hcode-voxena-v34-shell .hcode-voxena-chart{min-height:auto!important;padding:0!important;}.hcode-voxena-v34-shell .hcode-voxena-wheel-svg,.hcode-voxena-v34-shell .hcode-voxena-chart svg{width:96%!important;max-width:96%!important;}}


/* ===== V54 transparent chart background + visible house numbers ===== */
.hcode-voxena-v34-shell .hcode-voxena-chart,.hcode-voxena-v34-chart-stage,.hcode-voxena-chart{background:transparent!important;}
.hcode-voxena-chart svg{background:transparent!important;}
.hcode-voxena-chart svg .voxena-house-labels text,.hcode-voxena-chart svg .voxena-house-num{stroke:none!important;paint-order:normal!important;fill:#17130a!important;opacity:1!important;visibility:visible!important;}


/* ===== V55 house numbers + spacing polish ===== */
.hcode-voxena-chart svg .voxena-house-labels text,.hcode-voxena-chart svg .voxena-house-num{font-family:Arial, Helvetica, sans-serif!important;font-size:22px!important;font-weight:700!important;fill:#17130a!important;stroke:none!important;paint-order:normal!important;visibility:visible!important;opacity:1!important;}
.hcode-voxena-chart svg .voxena-house-labels--top text{filter:none!important;}
.voxena-planet-marker text tspan{letter-spacing:0!important;}


/* ===== V56 guaranteed house number visibility ===== */
.hcode-voxena-chart svg .voxena-house-labels,.hcode-voxena-chart svg .voxena-house-labels--top{display:block!important;opacity:1!important;visibility:visible!important;}
.hcode-voxena-chart svg .voxena-house-num{font-size:24px!important;font-weight:800!important;fill:#111!important;stroke:#fbfae8!important;stroke-width:2px!important;paint-order:stroke fill!important;}


/* ===== V57 global cleanup polish ===== */
.hcode-voxena-chart svg .voxena-house-labels text,.hcode-voxena-chart svg .voxena-house-num{font-size:17px!important;font-weight:700!important;fill:#17130a!important;}
.hcode-voxena-chart svg .voxena-planet-marker--stacked text,.hcode-voxena-chart svg .voxena-planet-marker--inline text{stroke:none!important;paint-order:normal!important;}


/* ===== V58 line/text overlap cleanup ===== */
.hcode-voxena-chart svg .voxena-house-labels text,.hcode-voxena-chart svg .voxena-house-num{font-size:15px!important;font-weight:700!important;fill:#17130a!important;stroke:#fbfae8!important;stroke-width:.8px!important;paint-order:stroke fill!important;}
.hcode-voxena-chart svg .voxena-planet-marker text{paint-order:stroke fill;stroke:#fbfae8;stroke-width:1.2px;stroke-linejoin:round;}
.hcode-voxena-chart svg .voxena-planet-marker line{stroke:rgba(108,88,38,.26)!important;}
.hcode-voxena-chart svg .voxena-planet-marker circle{opacity:.8!important;}
