.hcode-voxena-portal-dropdown{
  position:fixed;
  z-index:2147483000;
  background:none!important;
  background-color:transparent!important;
  background-image:none!important;
  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);
}

@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;}

.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;}

.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;}}


.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}


.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)}

.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)}

.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%}
}


.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;
}


.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-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;
}


.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);
}


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


.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;
}


.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}


.hcode-voxena-chart{
  min-height:900px;
}
.hcode-voxena-chart svg{
  max-width:940px;
}


.hcode-voxena-chart{min-height:940px}
.hcode-voxena-chart svg{max-width:960px}


.hcode-voxena-chart{min-height:960px}
.hcode-voxena-chart svg{max-width:980px}


.hcode-voxena-chart{min-height:980px}
.hcode-voxena-chart svg{max-width:990px}


.hcode-voxena-chart{min-height:860px}
.hcode-voxena-chart svg{max-width:900px}


.hcode-voxena-chart{min-height:800px}
.hcode-voxena-chart svg{max-width:860px}


.hcode-voxena-chart{min-height:760px}
.hcode-voxena-chart svg{max-width:760px}


.hcode-voxena-chart{min-height:760px}
.hcode-voxena-chart svg{max-width:760px}


.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; }
}


.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-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;}
}

@media (max-width:1100px){
  .hcode-voxena-chart-side{display:block !important;}
}


.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}}


.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;}
}

.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;}
}


.hcode-voxena-chart svg text{font-variant-emoji:text;}


.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;}

.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;}}

.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;}

.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;}

.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;}

.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;}

.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;}

.hcode-voxena-v34-table strong[style*="#c7322e"]{font-size:13px;font-weight:900;}
.voxena-planet-marker text .is-retro{fill:#c7322e;}

.hcode-voxena-chart svg .voxena-house-labels text,.hcode-voxena-chart svg .voxena-house-num{font-size:18px!important;fill:#17130a!important;stroke:#fbfae8!important;stroke-width:1px!important;paint-order:stroke fill!important;}
.hcode-voxena-chart svg .voxena-planet-marker text{paint-order:stroke fill;stroke:#fbfae8;stroke-width:1.6px;stroke-linejoin:round;}
.hcode-voxena-chart svg .voxena-planet-marker line{stroke:rgba(108,88,38,.24)!important;stroke-width:.60px!important;}
.hcode-voxena-chart svg .voxena-planet-marker circle{opacity:.72!important;}
.hcode-voxena-chart svg .voxena-planet-marker--row text{stroke-width:1.8px!important;}

.hcode-voxena-chart svg .voxena-house-labels text,.hcode-voxena-chart svg .voxena-house-num{font-size:17px!important;stroke-width:.9px!important;}
.hcode-voxena-chart svg .voxena-planet-marker text{stroke-width:1.8px!important;}
.hcode-voxena-chart svg .voxena-planet-marker line{stroke:rgba(108,88,38,.19)!important;stroke-width:.54px!important;}
.hcode-voxena-chart svg .voxena-planet-marker circle{opacity:.62!important;}

.hcode-voxena-chart svg .voxena-house-labels text,.hcode-voxena-chart svg .voxena-house-num{font-size:15px!important;stroke-width:.85px!important;}
.hcode-voxena-chart svg .voxena-planet-marker text{stroke-width:2px!important;}
.hcode-voxena-chart svg .voxena-planet-marker line{stroke:rgba(108,88,38,.16)!important;stroke-width:.50px!important;}
.hcode-voxena-chart svg .voxena-planet-marker circle{opacity:.48!important;}
.hcode-voxena-chart svg .voxena-planet-marker--stacked text,.hcode-voxena-chart svg .voxena-planet-marker--row text{font-kerning:none!important;}

.hcode-voxena-chart svg .voxena-house-labels text,
.hcode-voxena-chart svg .voxena-house-num{font-size:14px!important;font-weight:600!important;stroke:#fbfae8!important;stroke-width:.75px!important;paint-order:stroke fill!important;}
.hcode-voxena-chart svg .voxena-planet-marker text{paint-order:stroke fill;stroke:#fbfae8;stroke-width:1.45px;stroke-linejoin:round;}
.hcode-voxena-chart svg .voxena-planet-marker line{stroke:rgba(108,88,38,.18)!important;stroke-width:.46px!important;}
.hcode-voxena-chart svg .voxena-planet-marker circle{opacity:.60!important;}

.hcode-voxena-chart svg .voxena-planet-marker text{stroke-width:1.9px!important;}
.hcode-voxena-chart svg .voxena-planet-marker line{stroke:rgba(108,88,38,.14)!important;stroke-width:.42px!important;}
.hcode-voxena-chart svg .voxena-house-labels text,.hcode-voxena-chart svg .voxena-house-num{font-size:16px!important;stroke-width:.9px!important;}

.hcode-voxena-chart svg .voxena-planet-marker rect{display:none!important;}
.hcode-voxena-chart svg .voxena-planet-marker text{paint-order:stroke fill!important;stroke:#fbfae8!important;stroke-width:1.35px!important;stroke-linejoin:round!important;}
.hcode-voxena-chart svg .voxena-planet-marker line{stroke:rgba(108,88,38,.13)!important;stroke-width:.40px!important;}
.hcode-voxena-chart svg .voxena-planet-marker circle{opacity:.55!important;}


.hcode-voxena-studio-wrap,
.hcode-voxena-studio-wrap *{box-sizing:border-box;}
.hcode-voxena-studio-wrap{
  max-width:1380px!important;
  margin:24px auto!important;
  padding:18px!important;
  font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif!important;
  color:#f8fbff!important;
  background:radial-gradient(circle at 50% 28%,#17243a 0,#0d1626 54%,#08101d 100%)!important;
  border-radius:30px!important;
  overflow:hidden!important;
}
.hcode-voxena-studio-card{
  background:transparent!important;
  border:1px solid rgba(255,255,255,.08)!important;
  border-radius:28px!important;
  box-shadow:0 24px 70px rgba(0,0,0,.22)!important;
  overflow:hidden!important;
}
.hcode-voxena-studio-hero{
  display:flex!important;align-items:flex-start!important;justify-content:space-between!important;gap:18px!important;
  padding:26px 28px 12px!important;
  background:none!important;
  background-color:transparent!important;
  background-image:none!important;
}
.hcode-voxena-studio-wrap .hcode-voxena-title{
  color:#fff!important;font-size:30px!important;line-height:1.05!important;font-weight:900!important;letter-spacing:-.035em!important;margin:0!important;
}
.hcode-voxena-studio-wrap .hcode-voxena-sub,
.hcode-voxena-studio-desc{color:#b8c1d1!important;font-size:14px!important;line-height:1.55!important;margin:8px 0 0!important;max-width:620px!important;}
.hcode-voxena-studio-wrap .hcode-voxena-v34-kicker,
.hcode-voxena-studio-wrap .hcode-voxena-v34-panel-kicker{
  font-size:12px!important;letter-spacing:.28em!important;text-transform:uppercase!important;color:#aab5c8!important;margin-bottom:8px!important;font-weight:700!important;
}
.hcode-voxena-studio-wrap .hcode-voxena-badge{
  background:#f6c437!important;color:#172035!important;border-color:#f6c437!important;border-radius:999px!important;font-weight:900!important;padding:10px 14px!important;
}
.hcode-voxena-studio-form{
  margin:0 28px 24px!important;
  border:1px solid rgba(255,255,255,.08)!important;
  background:rgba(255,255,255,.045)!important;
  border-radius:22px!important;
  padding:20px!important;
}
.hcode-voxena-studio-input-grid{gap:14px!important;}
.hcode-voxena-studio-wrap .hcode-voxena-label{color:#d8e0ed!important;font-weight:800!important;font-size:12px!important;letter-spacing:.04em!important;}
.hcode-voxena-studio-wrap .hcode-voxena-input{
  background:rgba(255,255,255,.065)!important;color:#fff!important;border:1px solid rgba(255,255,255,.12)!important;
  border-radius:14px!important;padding:13px 14px!important;box-shadow:none!important;outline:none!important;
}
.hcode-voxena-studio-wrap .hcode-voxena-input::placeholder{color:#7f8ba0!important;}
.hcode-voxena-studio-wrap .hcode-voxena-input:focus{border-color:#f6c437!important;box-shadow:0 0 0 3px rgba(246,196,55,.14)!important;}
.hcode-voxena-studio-wrap .hcode-voxena-help{color:#96a2b5!important;font-size:12px!important;margin-top:8px!important;}
.hcode-voxena-studio-wrap .hcode-voxena-actions{margin-top:16px!important;display:flex!important;align-items:center!important;gap:12px!important;flex-wrap:wrap!important;}
.hcode-voxena-studio-wrap .hcode-voxena-btn{
  border:0!important;background:#f6c437!important;color:#172035!important;border-radius:999px!important;padding:13px 18px!important;
  font-weight:900!important;letter-spacing:-.01em!important;box-shadow:0 12px 30px rgba(246,196,55,.18)!important;
}
.hcode-voxena-studio-wrap .hcode-voxena-status{color:#cbd5e7!important;font-weight:700!important;}
.hcode-voxena-studio-result{padding:0 28px 28px!important;}
.hcode-voxena-studio-layout{
  display:grid!important;grid-template-columns:330px minmax(0,1fr)!important;gap:24px!important;align-items:stretch!important;
  margin-top:8px!important;
}
.hcode-voxena-studio-sidebar{
  border:1px solid rgba(255,255,255,.08)!important;
  background:linear-gradient(180deg,rgba(255,255,255,.06),rgba(255,255,255,.025))!important;
  border-radius:28px!important;padding:24px!important;box-shadow:0 24px 70px rgba(0,0,0,.18)!important;
}
.hcode-voxena-studio-sidebar h2{font-size:26px!important;line-height:1.05!important;margin:0!important;color:#fff!important;font-weight:900!important;letter-spacing:-.03em!important;}
.hcode-voxena-studio-profile{background:rgba(255,255,255,.055)!important;border:1px solid rgba(255,255,255,.08)!important;border-radius:20px!important;padding:18px!important;margin:20px 0!important;}
.hcode-voxena-studio-name{font-size:24px!important;font-weight:900!important;color:#fff!important;margin-bottom:4px!important;letter-spacing:-.025em!important;}
.hcode-voxena-studio-type{font-weight:800!important;color:#dce6ff!important;}
.hcode-voxena-studio-meta{font-size:13px!important;line-height:1.55!important;color:#c6cfdd!important;margin-top:10px!important;}
.hcode-voxena-studio-meta strong{color:#fff!important;}
.hcode-voxena-studio-mini-grid{display:grid!important;grid-template-columns:1fr 1fr!important;gap:10px!important;margin-bottom:18px!important;}
.hcode-voxena-studio-mini-grid>div,
.hcode-voxena-studio-tech>div{
  border:1px solid rgba(255,255,255,.08)!important;background:rgba(255,255,255,.04)!important;border-radius:16px!important;padding:12px!important;min-width:0!important;
}
.hcode-voxena-studio-mini-grid span,
.hcode-voxena-studio-tech span{display:block!important;color:#9eaabd!important;font-size:11px!important;text-transform:uppercase!important;letter-spacing:.08em!important;font-weight:800!important;margin-bottom:5px!important;}
.hcode-voxena-studio-mini-grid strong,
.hcode-voxena-studio-tech strong{display:block!important;color:#fff!important;font-size:13px!important;font-weight:900!important;word-break:break-word!important;}
.hcode-voxena-studio-tech{display:grid!important;gap:8px!important;}
.hcode-voxena-studio-stage{display:flex!important;align-items:center!important;justify-content:center!important;min-width:0!important;position:relative!important;}
.hcode-voxena-studio-caption{position:absolute!important;left:20px!important;top:16px!important;color:rgba(255,255,255,.70)!important;font-size:11px!important;letter-spacing:.28em!important;text-transform:uppercase!important;font-weight:800!important;z-index:2!important;}
.hcode-voxena-studio-caption strong{display:block!important;letter-spacing:0!important;text-transform:none!important;font-size:17px!important;color:white!important;margin-top:8px!important;font-weight:900!important;font-style:normal!important;}
.hcode-voxena-studio-wrap .hcode-voxena-v34-chart-stage{background:transparent!important;border:none!important;box-shadow:none!important;padding:0!important;margin:0!important;width:100%!important;}
.hcode-voxena-studio-wrap .hcode-voxena-chart{background:transparent!important;border:none!important;box-shadow:none!important;min-height:0!important;padding:0!important;overflow:visible!important;width:100%!important;display:flex!important;align-items:center!important;justify-content:center!important;}
.hcode-voxena-studio-wrap .hcode-voxena-wheel-svg,
.hcode-voxena-studio-wrap .hcode-voxena-chart svg{
  width:min(100%,980px)!important;height:auto!important;display:block!important;overflow:visible!important;margin:0 auto!important;
  filter:drop-shadow(0 28px 45px rgba(0,0,0,.28))!important;
}
.hcode-voxena-studio-wrap svg text{font-family:Arial,Helvetica,sans-serif;}
.hcode-voxena-studio-wrap svg .voxena-zodiac-glyph,
.hcode-voxena-studio-wrap .voxena-planet-marker text[font-family="Astronomicon"],
.hcode-voxena-studio-wrap .voxena-planet-marker tspan[font-family="Astronomicon"]{font-family:"Astronomicon",sans-serif!important;}
.hcode-voxena-studio-wrap .voxena-planet-marker text,
.hcode-voxena-studio-wrap .voxena-planet-marker tspan{paint-order:stroke fill;stroke:#fbfae8;stroke-width:1.4px;stroke-linejoin:round;}
.hcode-voxena-studio-wrap .voxena-zodiac-glyph{stroke:none!important;paint-order:normal!important;}
.hcode-voxena-studio-wrap .hcode-voxena-v34-overview{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:12px!important;margin:20px 0!important;}
.hcode-voxena-studio-wrap .hcode-voxena-v34-overview-card,
.hcode-voxena-studio-wrap .hcode-voxena-v34-tabpanel{
  background:rgba(255,255,255,.045)!important;border:1px solid rgba(255,255,255,.08)!important;color:#f8fbff!important;border-radius:20px!important;
}
.hcode-voxena-studio-wrap .hcode-voxena-v34-overview-label{color:#aab5c8!important;opacity:1!important;}
.hcode-voxena-studio-wrap .hcode-voxena-v34-overview-value{color:#fff!important;}
.hcode-voxena-studio-wrap .hcode-voxena-v34-tabs{display:flex!important;gap:10px!important;flex-wrap:wrap!important;margin-bottom:14px!important;}
.hcode-voxena-studio-wrap .hcode-voxena-v34-tabs button{border:1px solid rgba(255,255,255,.1)!important;background:rgba(255,255,255,.04)!important;color:#d8e0ed!important;border-radius:999px!important;padding:10px 14px!important;font-weight:900!important;}
.hcode-voxena-studio-wrap .hcode-voxena-v34-tabs button.is-active{background:#f6c437!important;color:#172035!important;border-color:#f6c437!important;box-shadow:none!important;}
.hcode-voxena-studio-wrap .hcode-voxena-v34-panel-head h3{color:#fff!important;}
.hcode-voxena-studio-wrap .hcode-voxena-v34-table-wrap,
.hcode-voxena-studio-wrap .hcode-voxena-matrix-wrap{background:rgba(255,255,255,.035)!important;border-color:rgba(255,255,255,.08)!important;}
.hcode-voxena-studio-wrap .hcode-voxena-v34-table th,
.hcode-voxena-studio-wrap .hcode-voxena-v34-table td{color:#edf3ff!important;border-color:rgba(255,255,255,.07)!important;}
.hcode-voxena-studio-wrap .hcode-voxena-v34-table thead th{background:rgba(255,255,255,.05)!important;}
@media(max-width:1100px){
  .hcode-voxena-studio-layout{grid-template-columns:1fr!important;}
  .hcode-voxena-studio-sidebar{order:2!important;}
  .hcode-voxena-studio-stage{order:1!important;}
  .hcode-voxena-studio-caption{position:static!important;margin-bottom:10px!important;width:100%!important;}
}
@media(max-width:767px){
  .hcode-voxena-studio-wrap{margin:10px auto!important;padding:10px!important;border-radius:22px!important;}
  .hcode-voxena-studio-hero,.hcode-voxena-studio-result{padding-left:14px!important;padding-right:14px!important;}
  .hcode-voxena-studio-form{margin:0 14px 18px!important;padding:14px!important;}
  .hcode-voxena-studio-wrap .hcode-voxena-title{font-size:23px!important;}
  .hcode-voxena-studio-mini-grid,.hcode-voxena-studio-wrap .hcode-voxena-v34-overview{grid-template-columns:1fr 1fr!important;}
  .hcode-voxena-studio-wrap .hcode-voxena-wheel-svg,
  .hcode-voxena-studio-wrap .hcode-voxena-chart svg{width:100%!important;filter:none!important;}
}

.hcode-voxena-studio-wrap .hcode-voxena-sub{display:none!important;}
.hcode-voxena-studio-wrap .hcode-voxena-v34-overview{display:none!important;}
.hcode-voxena-studio-layout{
  grid-template-columns:300px minmax(520px,1fr) 380px!important;
  gap:22px!important;
  align-items:start!important;
}
.hcode-voxena-studio-data-panel{
  min-width:0!important;
  border:1px solid rgba(255,255,255,.08)!important;
  background:linear-gradient(180deg,rgba(255,255,255,.045),rgba(255,255,255,.02))!important;
  border-radius:28px!important;
  padding:18px!important;
  box-shadow:0 24px 70px rgba(0,0,0,.14)!important;
  align-self:stretch!important;
}
.hcode-voxena-studio-data-panel .hcode-voxena-v34-tabs-wrap{margin:0!important;}
.hcode-voxena-studio-data-panel .hcode-voxena-v34-tabs{
  display:grid!important;
  grid-template-columns:1fr 1fr!important;
  gap:8px!important;
  margin:0 0 14px!important;
}
.hcode-voxena-studio-data-panel .hcode-voxena-v34-tabs button{
  width:100%!important;
  padding:10px 12px!important;
  font-size:13px!important;
  text-align:center!important;
  white-space:nowrap!important;
}
.hcode-voxena-studio-data-panel .hcode-voxena-v34-tabpanel{
  padding:16px!important;
  border-radius:20px!important;
  max-height:720px!important;
  overflow:auto!important;
}
.hcode-voxena-studio-data-panel .hcode-voxena-v34-panel-head{margin-bottom:12px!important;}
.hcode-voxena-studio-data-panel .hcode-voxena-v34-panel-head h3{font-size:22px!important;}
.hcode-voxena-studio-data-panel .hcode-voxena-v34-summary-grid,
.hcode-voxena-studio-data-panel .hcode-voxena-v34-summary-grid--compact{grid-template-columns:1fr!important;gap:12px!important;}
.hcode-voxena-studio-data-panel .hcode-voxena-v34-summary-box{padding:14px!important;border-radius:16px!important;}
.hcode-voxena-studio-data-panel .hcode-voxena-v34-fact{grid-template-columns:108px 1fr!important;gap:10px!important;}
.hcode-voxena-studio-data-panel .hcode-voxena-v34-table-wrap,
.hcode-voxena-studio-data-panel .hcode-voxena-matrix-wrap{max-height:560px!important;overflow:auto!important;}
.hcode-voxena-studio-data-panel .hcode-voxena-v34-table{font-size:12px!important;}
.hcode-voxena-studio-data-panel .hcode-voxena-v34-table thead th,
.hcode-voxena-studio-data-panel .hcode-voxena-v34-table tbody td{padding:10px 8px!important;font-size:12px!important;}
.hcode-voxena-studio-data-panel .hcode-voxena-v34-entity{gap:7px!important;}
.hcode-voxena-studio-data-panel .hcode-voxena-v34-entity-glyph{width:24px!important;height:24px!important;flex-basis:24px!important;}
.hcode-voxena-studio-sidebar h2{font-size:24px!important;}
.hcode-voxena-studio-profile{margin:16px 0!important;}
.hcode-voxena-studio-tech>div:nth-child(3),
.hcode-voxena-studio-tech>div:nth-child(4){display:none!important;}
@media(max-width:1320px){
  .hcode-voxena-studio-layout{grid-template-columns:280px minmax(480px,1fr) 340px!important;gap:18px!important;}
  .hcode-voxena-studio-wrap .hcode-voxena-wheel-svg,
  .hcode-voxena-studio-wrap .hcode-voxena-chart svg{width:min(100%,880px)!important;}
}
@media(max-width:1100px){
  .hcode-voxena-studio-layout{grid-template-columns:1fr!important;}
  .hcode-voxena-studio-stage{order:1!important;}
  .hcode-voxena-studio-sidebar{order:2!important;}
  .hcode-voxena-studio-data-panel{order:3!important;}
  .hcode-voxena-studio-data-panel .hcode-voxena-v34-tabpanel{max-height:none!important;}
}
@media(max-width:767px){
  .hcode-voxena-studio-data-panel{padding:12px!important;border-radius:20px!important;}
  .hcode-voxena-studio-data-panel .hcode-voxena-v34-tabs{display:flex!important;overflow-x:auto!important;flex-wrap:nowrap!important;padding-bottom:4px!important;}
  .hcode-voxena-studio-data-panel .hcode-voxena-v34-tabs button{min-width:max-content!important;width:auto!important;}
  .hcode-voxena-studio-data-panel .hcode-voxena-v34-fact{grid-template-columns:1fr!important;gap:4px!important;}
  .hcode-voxena-studio-mini-grid{grid-template-columns:1fr 1fr!important;}
}

.hcode-voxena-studio-data-panel{border:none!important;background:transparent!important;box-shadow:none!important;padding:0!important;border-radius:0!important;align-self:start!important;}
.hcode-voxena-studio-data-panel .hcode-voxena-v34-tabs-wrap{margin:0!important;display:flex!important;flex-direction:column!important;gap:14px!important;}
.hcode-voxena-studio-data-panel .hcode-voxena-v34-tabpanels{min-width:0!important;}
.hcode-voxena-studio-data-panel .hcode-voxena-v34-tabs{display:grid!important;grid-template-columns:1fr 1fr!important;gap:10px!important;margin:0!important;}
.hcode-voxena-studio-data-panel .hcode-voxena-v34-tabs button{border-color:rgba(255,255,255,.10)!important;background:rgba(255,255,255,.035)!important;padding:12px 14px!important;}
.hcode-voxena-studio-data-panel .hcode-voxena-v34-tabpanel{background:transparent!important;border:none!important;padding:0!important;border-radius:0!important;max-height:none!important;overflow:visible!important;}
.hcode-voxena-studio-data-panel .hcode-voxena-v34-panel-head,.hcode-voxena-studio-data-panel .hcode-voxena-v34-panel-kicker{display:none!important;}
.hcode-voxena-studio-data-panel .hcode-voxena-v34-summary-grid,.hcode-voxena-studio-data-panel .hcode-voxena-v34-summary-grid--compact{grid-template-columns:1fr!important;gap:12px!important;}
.hcode-voxena-studio-data-panel .hcode-voxena-v34-summary-box,.hcode-voxena-studio-data-panel .hcode-voxena-v34-table-wrap,.hcode-voxena-studio-data-panel .hcode-voxena-matrix-wrap{background:linear-gradient(180deg,rgba(255,255,255,.05),rgba(255,255,255,.028))!important;border:1px solid rgba(255,255,255,.07)!important;border-radius:22px!important;box-shadow:none!important;}
.hcode-voxena-studio-data-panel .hcode-voxena-v34-summary-box{padding:16px 18px!important;}
.hcode-voxena-studio-data-panel .hcode-voxena-v34-summary-box--legend .hcode-voxena-v34-box-title{display:none!important;}
.hcode-voxena-studio-data-panel .hcode-voxena-v34-box-title{display:none!important;}
.hcode-voxena-studio-data-panel .hcode-voxena-v34-table-wrap,.hcode-voxena-studio-data-panel .hcode-voxena-matrix-wrap{overflow:auto!important;max-height:640px!important;}
.hcode-voxena-studio-data-panel .hcode-voxena-v34-table thead th{background:rgba(255,255,255,.045)!important;}
.hcode-voxena-studio-data-panel .hcode-voxena-v34-facts{gap:12px!important;}
.hcode-voxena-studio-data-panel .hcode-voxena-v34-fact{grid-template-columns:112px 1fr!important;gap:12px!important;}
.hcode-voxena-studio-data-panel .hcode-voxena-v34-fact span{color:#9eaabd!important;opacity:1!important;font-weight:700!important;}
.hcode-voxena-studio-data-panel .hcode-voxena-v34-fact strong{color:#fff!important;}
.hcode-voxena-studio-sidebar .hcode-voxena-studio-tech>div:nth-child(3),.hcode-voxena-studio-sidebar .hcode-voxena-studio-tech>div:nth-child(4){display:none!important;}
.hcode-voxena-studio-profile .hcode-voxena-studio-type{font-style:normal!important;}
.hcode-voxena-studio-tech{gap:10px!important;}
@media(max-width:767px){.hcode-voxena-studio-data-panel .hcode-voxena-v34-tabs{display:flex!important;overflow-x:auto!important;flex-wrap:nowrap!important;}.hcode-voxena-studio-data-panel .hcode-voxena-v34-tabs button{min-width:max-content!important;}.hcode-voxena-studio-data-panel .hcode-voxena-v34-summary-box,.hcode-voxena-studio-data-panel .hcode-voxena-v34-table-wrap,.hcode-voxena-studio-data-panel .hcode-voxena-matrix-wrap{border-radius:18px!important;}.hcode-voxena-studio-data-panel .hcode-voxena-v34-fact{grid-template-columns:1fr!important;gap:4px!important;}}


@media (max-width: 767px){
  html body .hcode-voxena-studio-wrap{
    width:100%!important;
    max-width:100%!important;
    margin:0!important;
    padding:0!important;
    border-radius:0!important;
    background:#08101d!important;
    overflow:visible!important;
  }
  html body .hcode-voxena-studio-card{
    border:none!important;
    border-radius:0!important;
    box-shadow:none!important;
    overflow:visible!important;
  }
  html body .hcode-voxena-studio-hero{
    padding:18px 18px 10px!important;
    display:block!important;
  }
  html body .hcode-voxena-studio-wrap .hcode-voxena-v34-kicker{
    font-size:10px!important;
    letter-spacing:.22em!important;
    margin-bottom:7px!important;
  }
  html body .hcode-voxena-studio-wrap .hcode-voxena-title{
    font-size:26px!important;
    line-height:1.05!important;
    max-width:310px!important;
  }
  html body .hcode-voxena-studio-wrap .hcode-voxena-badge{
    display:none!important;
  }
  html body .hcode-voxena-studio-form{
    width:auto!important;
    margin:12px 14px 18px!important;
    padding:16px!important;
    border-radius:24px!important;
    background:linear-gradient(180deg,rgba(255,255,255,.07),rgba(255,255,255,.035))!important;
  }
  html body .hcode-voxena-studio-input-grid,
  html body .hcode-voxena-grid{
    display:grid!important;
    grid-template-columns:1fr!important;
    gap:13px!important;
  }
  html body .hcode-voxena-span2{
    grid-column:auto!important;
  }
  html body .hcode-voxena-studio-wrap .hcode-voxena-label{
    font-size:12px!important;
    margin-bottom:7px!important;
  }
  html body .hcode-voxena-studio-wrap .hcode-voxena-input{
    width:100%!important;
    min-height:48px!important;
    border-radius:16px!important;
    padding:12px 14px!important;
    font-size:16px!important;
  }
  html body .hcode-voxena-studio-wrap .hcode-voxena-help{
    font-size:12px!important;
    line-height:1.45!important;
  }
  html body .hcode-voxena-studio-wrap .hcode-voxena-actions{
    margin-top:16px!important;
    display:block!important;
  }
  html body .hcode-voxena-studio-wrap .hcode-voxena-btn{
    width:100%!important;
    min-height:54px!important;
    padding:13px 18px!important;
    font-size:17px!important;
    line-height:1.15!important;
  }
  html body .hcode-voxena-studio-wrap .hcode-voxena-status{
    display:block!important;
    margin-top:12px!important;
    font-size:14px!important;
  }
  html body .hcode-voxena-studio-result{
    padding:0 12px 22px!important;
  }
  html body .hcode-voxena-studio-layout{
    display:flex!important;
    flex-direction:column!important;
    gap:18px!important;
    margin-top:0!important;
  }
  html body .hcode-voxena-studio-stage{
    order:1!important;
    width:100%!important;
    min-width:0!important;
    padding:0!important;
  }
  html body .hcode-voxena-studio-sidebar{
    order:2!important;
    width:100%!important;
    padding:16px!important;
    border-radius:24px!important;
    background:linear-gradient(180deg,rgba(255,255,255,.06),rgba(255,255,255,.03))!important;
    box-shadow:none!important;
  }
  html body .hcode-voxena-studio-sidebar h2{
    font-size:23px!important;
  }
  html body .hcode-voxena-studio-profile{
    margin:14px 0!important;
    padding:15px!important;
    border-radius:18px!important;
  }
  html body .hcode-voxena-studio-name{
    font-size:22px!important;
  }
  html body .hcode-voxena-studio-mini-grid{
    grid-template-columns:1fr 1fr!important;
    gap:9px!important;
  }
  html body .hcode-voxena-studio-mini-grid>div,
  html body .hcode-voxena-studio-tech>div{
    padding:10px!important;
    border-radius:14px!important;
  }
  html body .hcode-voxena-studio-data-panel{
    order:3!important;
    width:100%!important;
  }
  html body .hcode-voxena-studio-data-panel .hcode-voxena-v34-tabs-wrap{
    gap:12px!important;
  }
  html body .hcode-voxena-studio-data-panel .hcode-voxena-v34-tabs{
    display:grid!important;
    grid-template-columns:1fr 1fr!important;
    gap:8px!important;
    overflow:visible!important;
    padding:0!important;
  }
  html body .hcode-voxena-studio-data-panel .hcode-voxena-v34-tabs button{
    min-width:0!important;
    width:100%!important;
    padding:11px 10px!important;
    font-size:13px!important;
  }
  html body .hcode-voxena-studio-data-panel .hcode-voxena-v34-summary-box,
  html body .hcode-voxena-studio-data-panel .hcode-voxena-v34-table-wrap,
  html body .hcode-voxena-studio-data-panel .hcode-voxena-matrix-wrap{
    border-radius:18px!important;
  }
  html body .hcode-voxena-studio-wrap .hcode-voxena-v34-chart-stage{
    width:100%!important;
    padding:0!important;
  }
  html body .hcode-voxena-studio-wrap .hcode-voxena-chart{
    width:100%!important;
    overflow:visible!important;
    justify-content:center!important;
  }
  html body .hcode-voxena-studio-wrap .hcode-voxena-wheel-svg,
  html body .hcode-voxena-studio-wrap .hcode-voxena-chart svg{
    width:min(100%,96vw)!important;
    max-width:96vw!important;
    height:auto!important;
    margin:0 auto!important;
    filter:none!important;
  }
}

@media (max-width: 420px){
  html body .hcode-voxena-studio-wrap .hcode-voxena-title{font-size:24px!important;}
  html body .hcode-voxena-studio-form{margin-left:10px!important;margin-right:10px!important;padding:14px!important;}
  html body .hcode-voxena-studio-result{padding-left:10px!important;padding-right:10px!important;}
  html body .hcode-voxena-studio-mini-grid{grid-template-columns:1fr!important;}
  html body .hcode-voxena-studio-data-panel .hcode-voxena-v34-tabs{grid-template-columns:1fr 1fr!important;}
}

html body .hcode-voxena-wrap.hcode-voxena-studio-wrap,
html body .entry-content .hcode-voxena-wrap.hcode-voxena-studio-wrap,
html body .site-main .hcode-voxena-wrap.hcode-voxena-studio-wrap,
html body main .hcode-voxena-wrap.hcode-voxena-studio-wrap{
  width:100vw!important;
  max-width:none!important;
  min-height:100svh!important;
  margin-left:calc(50% - 50vw)!important;
  margin-right:calc(50% - 50vw)!important;
  margin-top:0!important;
  margin-bottom:0!important;
  padding:clamp(18px,3.2vw,46px)!important;
  border-radius:0!important;
  border:none!important;
  box-shadow:none!important;
  overflow:hidden!important;
  background:none!important;
  background-color:transparent!important;
  background-image:none!important;
}
html body .hcode-voxena-studio-card,
html body .hcode-voxena-wrap .hcode-voxena-card.hcode-voxena-studio-card{
  width:100%!important;
  max-width:none!important;
  min-height:calc(100svh - clamp(36px,6.4vw,92px))!important;
  margin:0!important;
  padding:0!important;
  border:none!important;
  border-radius:0!important;
  background:transparent!important;
  box-shadow:none!important;
  overflow:visible!important;
}
html body .hcode-voxena-studio-hero{
  padding:0 0 clamp(18px,2.4vw,34px)!important;
  margin:0!important;
  max-width:1480px!important;
  width:100%!important;
  margin-inline:auto!important;
}
html body .hcode-voxena-studio-form{
  width:100%!important;
  max-width:1480px!important;
  margin:0 auto clamp(26px,3vw,44px)!important;
  padding:clamp(18px,2vw,26px)!important;
  border-radius:28px!important;
  background:linear-gradient(180deg,rgba(255,255,255,.07),rgba(255,255,255,.035))!important;
  border:1px solid rgba(255,255,255,.085)!important;
  box-shadow:0 28px 90px rgba(0,0,0,.18)!important;
}
html body .hcode-voxena-studio-input-grid{
  grid-template-columns:minmax(220px,1.1fr) minmax(160px,.7fr) minmax(160px,.7fr) minmax(260px,1.3fr)!important;
  gap:16px!important;
  align-items:end!important;
}
html body .hcode-voxena-studio-input-grid .hcode-voxena-span2{
  grid-column:auto!important;
}
html body .hcode-voxena-studio-form .hcode-voxena-help{
  display:none!important;
}
html body .hcode-voxena-studio-wrap .hcode-voxena-actions{
  margin-top:18px!important;
  justify-content:flex-start!important;
}
html body .hcode-voxena-studio-result{
  width:100%!important;
  max-width:1480px!important;
  margin:0 auto!important;
  padding:0!important;
}
html body .hcode-voxena-studio-layout{
  display:grid!important;
  grid-template-columns:minmax(260px,310px) minmax(520px,1fr) minmax(300px,360px)!important;
  gap:clamp(18px,2.3vw,34px)!important;
  align-items:start!important;
  width:100%!important;
}
html body .hcode-voxena-studio-sidebar{
  width:100%!important;
  background:linear-gradient(180deg,rgba(255,255,255,.055),rgba(255,255,255,.028))!important;
  border:1px solid rgba(255,255,255,.075)!important;
  border-radius:28px!important;
  padding:22px!important;
  box-shadow:none!important;
}
html body .hcode-voxena-studio-stage{
  min-width:0!important;
  width:100%!important;
  display:flex!important;
  align-items:flex-start!important;
  justify-content:center!important;
  padding-top:clamp(4px,1vw,16px)!important;
}
html body .hcode-voxena-studio-wrap .hcode-voxena-wheel-svg,
html body .hcode-voxena-studio-wrap .hcode-voxena-chart svg{
  width:min(100%,900px)!important;
  max-width:min(100%,900px)!important;
  height:auto!important;
  margin:0 auto!important;
}
html body .hcode-voxena-studio-data-panel{
  width:100%!important;
  min-width:0!important;
}
html body .hcode-voxena-studio-data-panel .hcode-voxena-v34-tabs{
  display:grid!important;
  grid-template-columns:1fr 1fr!important;
  gap:10px!important;
}
html body .hcode-voxena-studio-data-panel .hcode-voxena-v34-tabpanel{
  background:transparent!important;
  border:none!important;
  padding:0!important;
  border-radius:0!important;
}
html body .hcode-voxena-studio-data-panel .hcode-voxena-v34-summary-box,
html body .hcode-voxena-studio-data-panel .hcode-voxena-v34-table-wrap,
html body .hcode-voxena-studio-data-panel .hcode-voxena-matrix-wrap{
  background:linear-gradient(180deg,rgba(255,255,255,.048),rgba(255,255,255,.025))!important;
  border:1px solid rgba(255,255,255,.07)!important;
  border-radius:22px!important;
  box-shadow:none!important;
}
@media (max-width:1280px){
  html body .hcode-voxena-studio-layout{
    grid-template-columns:minmax(240px,285px) minmax(430px,1fr) minmax(280px,330px)!important;
    gap:18px!important;
  }
  html body .hcode-voxena-studio-wrap .hcode-voxena-wheel-svg,
  html body .hcode-voxena-studio-wrap .hcode-voxena-chart svg{
    width:min(100%,760px)!important;
    max-width:min(100%,760px)!important;
  }
}
@media (max-width:1024px){
  html body .hcode-voxena-studio-input-grid{
    grid-template-columns:1fr 1fr!important;
  }
  html body .hcode-voxena-studio-layout{
    grid-template-columns:1fr!important;
    gap:22px!important;
  }
  html body .hcode-voxena-studio-stage{order:1!important;}
  html body .hcode-voxena-studio-sidebar{order:2!important;}
  html body .hcode-voxena-studio-data-panel{order:3!important;}
  html body .hcode-voxena-studio-wrap .hcode-voxena-wheel-svg,
  html body .hcode-voxena-studio-wrap .hcode-voxena-chart svg{
    width:min(100%,92vw)!important;
    max-width:92vw!important;
  }
}
@media (max-width:767px){
  html body .hcode-voxena-wrap.hcode-voxena-studio-wrap,
  html body .entry-content .hcode-voxena-wrap.hcode-voxena-studio-wrap,
  html body .site-main .hcode-voxena-wrap.hcode-voxena-studio-wrap,
  html body main .hcode-voxena-wrap.hcode-voxena-studio-wrap{
    width:100vw!important;
    max-width:none!important;
    min-height:100svh!important;
    margin-left:calc(50% - 50vw)!important;
    margin-right:calc(50% - 50vw)!important;
    padding:18px 14px 28px!important;
    overflow-x:hidden!important;
  }
  html body .hcode-voxena-studio-card{
    min-height:calc(100svh - 46px)!important;
  }
  html body .hcode-voxena-studio-hero{
    padding:0 0 18px!important;
  }
  html body .hcode-voxena-studio-wrap .hcode-voxena-title{
    font-size:clamp(28px,9vw,40px)!important;
    line-height:.98!important;
    max-width:12ch!important;
  }
  html body .hcode-voxena-studio-wrap .hcode-voxena-v34-kicker{
    font-size:12px!important;
    letter-spacing:.24em!important;
  }
  html body .hcode-voxena-studio-form{
    max-width:none!important;
    width:100%!important;
    margin:0 0 24px!important;
    padding:18px!important;
    border-radius:24px!important;
  }
  html body .hcode-voxena-studio-input-grid{
    grid-template-columns:1fr!important;
    gap:14px!important;
  }
  html body .hcode-voxena-studio-wrap .hcode-voxena-input{
    min-height:54px!important;
    font-size:16px!important;
    border-radius:17px!important;
  }
  html body .hcode-voxena-studio-wrap .hcode-voxena-btn{
    width:100%!important;
    min-height:58px!important;
    border-radius:999px!important;
  }
  html body .hcode-voxena-studio-result{
    width:100%!important;
    max-width:none!important;
  }
  html body .hcode-voxena-studio-layout{
    grid-template-columns:1fr!important;
    gap:20px!important;
  }
  html body .hcode-voxena-studio-stage{
    width:100%!important;
    overflow:visible!important;
  }
  html body .hcode-voxena-studio-wrap .hcode-voxena-chart{
    width:100%!important;
    overflow:visible!important;
  }
  html body .hcode-voxena-studio-wrap .hcode-voxena-wheel-svg,
  html body .hcode-voxena-studio-wrap .hcode-voxena-chart svg{
    width:calc(100vw - 28px)!important;
    max-width:calc(100vw - 28px)!important;
    height:auto!important;
  }
  html body .hcode-voxena-studio-sidebar{
    width:100%!important;
    padding:18px!important;
    border-radius:24px!important;
  }
  html body .hcode-voxena-studio-mini-grid{
    grid-template-columns:1fr 1fr!important;
  }
  html body .hcode-voxena-studio-data-panel .hcode-voxena-v34-tabs{
    display:grid!important;
    grid-template-columns:1fr 1fr!important;
    overflow:visible!important;
    gap:8px!important;
  }
  html body .hcode-voxena-studio-data-panel .hcode-voxena-v34-tabs button{
    min-width:0!important;
    width:100%!important;
    font-size:13px!important;
    padding:12px 10px!important;
  }
  html body .hcode-voxena-studio-data-panel .hcode-voxena-v34-table-wrap,
  html body .hcode-voxena-studio-data-panel .hcode-voxena-matrix-wrap{
    max-height:none!important;
    overflow:auto!important;
  }
}
@media (max-width:420px){
  html body .hcode-voxena-studio-mini-grid{grid-template-columns:1fr!important;}
  html body .hcode-voxena-studio-wrap .hcode-voxena-title{font-size:30px!important;}
}

html body .hcode-voxena-wrap.hcode-voxena-studio-wrap,
html body .entry-content .hcode-voxena-wrap.hcode-voxena-studio-wrap,
html body .site-main .hcode-voxena-wrap.hcode-voxena-studio-wrap,
html body main .hcode-voxena-wrap.hcode-voxena-studio-wrap{
  background:none!important;
  background-color:transparent!important;
  background-image:none!important;
}

.hcode-voxena-studio-hero{
  background:none!important;
  background-color:transparent!important;
  background-image:none!important;
}

html body .hcode-voxena-wrap.hcode-voxena-studio-wrap,
html body .entry-content .hcode-voxena-wrap.hcode-voxena-studio-wrap,
html body .site-main .hcode-voxena-wrap.hcode-voxena-studio-wrap,
html body main .hcode-voxena-wrap.hcode-voxena-studio-wrap{
  background:none!important;
  background-color:transparent!important;
  background-image:none!important;
}

.hcode-voxena-studio-hero{
  background:none!important;
  background-color:transparent!important;
  background-image:none!important;
}

.hcode-voxena-wrap,
.hcode-voxena-studio-wrap,
.hcode-voxena-card,
.hcode-voxena-studio-card,
.hcode-voxena-studio-hero,
.hcode-voxena-title,
.hcode-voxena-label,
.hcode-voxena-help,
.hcode-voxena-status,
.hcode-voxena-v34-kicker,
.hcode-voxena-v34-table,
.hcode-voxena-v34-table *,
.hcode-voxena-v34-aspect-badge,
.hcode-voxena-studio-sidebar,
.hcode-voxena-studio-data-panel{
  font-style:normal!important;
}

.hcode-voxena-title{
  display:flex!important;
  align-items:center!important;
  gap:10px!important;
  line-height:1.04!important;
}

.hcode-voxena-badge{
  white-space:nowrap!important;
  font-style:normal!important;
  letter-spacing:.02em!important;
}

.hcode-voxena-v34-table-wrap,
.hcode-voxena-matrix-wrap{
  overflow-x:auto!important;
  -webkit-overflow-scrolling:touch!important;
}

.hcode-voxena-v34-table{
  width:100%!important;
  table-layout:auto!important;
  border-collapse:separate!important;
  border-spacing:0!important;
}

.hcode-voxena-v34-table th,
.hcode-voxena-v34-table td{
  white-space:normal!important;
  overflow-wrap:anywhere!important;
  word-break:normal!important;
  line-height:1.25!important;
  vertical-align:middle!important;
}

.hcode-voxena-v34-table--planets th,
.hcode-voxena-v34-table--planets td,
.hcode-voxena-v34-table--aspects th,
.hcode-voxena-v34-table--aspects td{
  font-size:clamp(11px,.78vw,13px)!important;
  padding:9px 8px!important;
}

.hcode-voxena-v34-table--planets th:first-child,
.hcode-voxena-v34-table--planets td:first-child{
  min-width:112px!important;
}

.hcode-voxena-v34-table--aspects th:first-child,
.hcode-voxena-v34-table--aspects td:first-child,
.hcode-voxena-v34-table--aspects th:nth-child(3),
.hcode-voxena-v34-table--aspects td:nth-child(3){
  min-width:92px!important;
}

.hcode-voxena-v34-entity{
  min-width:0!important;
  display:flex!important;
  align-items:center!important;
  gap:7px!important;
}

.hcode-voxena-v34-entity span:last-child{
  min-width:0!important;
  overflow-wrap:anywhere!important;
}

.hcode-voxena-v34-entity-glyph{
  flex:0 0 auto!important;
}

.hcode-voxena-v34-aspect-badge{
  display:inline-flex!important;
  align-items:center!important;
  gap:4px!important;
  max-width:100%!important;
  white-space:normal!important;
  overflow-wrap:anywhere!important;
  line-height:1.15!important;
  padding:5px 7px!important;
}

@media(max-width:767px){
  .hcode-voxena-v34-table--planets,
  .hcode-voxena-v34-table--aspects{
    min-width:0!important;
  }
  .hcode-voxena-v34-table--planets th,
  .hcode-voxena-v34-table--planets td,
  .hcode-voxena-v34-table--aspects th,
  .hcode-voxena-v34-table--aspects td{
    font-size:11px!important;
    padding:7px 5px!important;
  }
  .hcode-voxena-v34-table--planets th:first-child,
  .hcode-voxena-v34-table--planets td:first-child{
    min-width:82px!important;
  }
  .hcode-voxena-v34-table--aspects th:first-child,
  .hcode-voxena-v34-table--aspects td:first-child,
  .hcode-voxena-v34-table--aspects th:nth-child(3),
  .hcode-voxena-v34-table--aspects td:nth-child(3){
    min-width:68px!important;
  }
}


.hcode-voxena-wrap,
.hcode-voxena-wrap *,
.hcode-voxena-studio-wrap,
.hcode-voxena-studio-wrap *,
.hcode-voxena-portal-dropdown,
.hcode-voxena-portal-dropdown *{
  font-style:normal!important;
  font-synthesis-style:none!important;
}

.hcode-voxena-title,
.hcode-voxena-label,
.hcode-voxena-input,
.hcode-voxena-btn,
.hcode-voxena-status,
.hcode-voxena-studio-name,
.hcode-voxena-studio-type,
.hcode-voxena-studio-meta,
.hcode-voxena-studio-sidebar h2,
.hcode-voxena-studio-mini-grid span,
.hcode-voxena-studio-mini-grid strong,
.hcode-voxena-studio-tech span,
.hcode-voxena-studio-tech strong,
.hcode-voxena-v34-tabs button,
.hcode-voxena-v34-table th,
.hcode-voxena-v34-table td,
.hcode-voxena-v34-aspect-badge{
  font-family:Arial, Helvetica, sans-serif!important;
  font-style:normal!important;
  transform:none!important;
  letter-spacing:normal;
}

.hcode-voxena-label,
.hcode-voxena-v34-kicker,
.hcode-voxena-studio-mini-grid span,
.hcode-voxena-studio-tech span{
  letter-spacing:.04em!important;
}

.hcode-voxena-input[type="time"],
.hcode-voxena-input[type="date"]{
  font-style:normal!important;
  font-family:Arial, Helvetica, sans-serif!important;
}

.hcode-voxena-portal-dropdown{
  font-size:13px!important;
  line-height:1.25!important;
  padding:6px!important;
  max-height:220px!important;
}

.hcode-voxena-portal-item{
  font-size:13px!important;
  line-height:1.25!important;
  padding:9px 10px!important;
}

.hcode-voxena-portal-row{
  display:flex!important;
  justify-content:space-between!important;
  gap:10px!important;
  align-items:center!important;
}

.hcode-voxena-portal-place{
  font-weight:650!important;
  font-size:13px!important;
  line-height:1.25!important;
  min-width:0!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
  white-space:nowrap!important;
}

.hcode-voxena-portal-place span{
  font-weight:450!important;
  opacity:.85!important;
}

.hcode-voxena-portal-muted{
  font-size:11px!important;
  line-height:1.2!important;
  opacity:.7!important;
  white-space:nowrap!important;
  flex:0 0 auto!important;
}

@media(max-width:767px){
  .hcode-voxena-portal-dropdown{
    font-size:12px!important;
    max-height:200px!important;
  }
  .hcode-voxena-portal-item{
    font-size:12px!important;
    padding:8px 9px!important;
  }
  .hcode-voxena-portal-place{
    font-size:12px!important;
  }
  .hcode-voxena-portal-muted{
    font-size:10px!important;
  }
}


/* ===== V83 non-italic ui + dropdown size polish ===== */

.hcode-voxena-label,
.hcode-voxena-title,
.hcode-voxena-badge,
.hcode-voxena-btn,
.hcode-voxena-status,
.hcode-voxena-v34-kicker,
.hcode-voxena-studio-sidebar h2,
.hcode-voxena-studio-name,
.hcode-voxena-studio-type,
.hcode-voxena-studio-meta,
.hcode-voxena-studio-meta strong,
.hcode-voxena-studio-mini-grid span,
.hcode-voxena-studio-mini-grid strong,
.hcode-voxena-studio-tech span,
.hcode-voxena-studio-tech strong,
.hcode-voxena-v34-tabs button,
.hcode-voxena-v34-table,
.hcode-voxena-v34-table th,
.hcode-voxena-v34-table td,
.hcode-voxena-v34-aspect-badge,
.hcode-voxena-studio-profile,
.hcode-voxena-studio-caption,
.hcode-voxena-studio-caption strong,
.hcode-voxena-input,
.hcode-voxena-input::placeholder{
  font-style:normal!important;
  font-family:"Segoe UI", Roboto, Arial, sans-serif!important;
  letter-spacing:normal!important;
}

.hcode-voxena-label,
.hcode-voxena-v34-kicker,
.hcode-voxena-studio-mini-grid span,
.hcode-voxena-studio-tech span{
  font-weight:700!important;
}

.hcode-voxena-input[type="date"],
.hcode-voxena-input[type="time"]{
  font-style:normal!important;
  font-family:"Segoe UI", Roboto, Arial, sans-serif!important;
}

.hcode-voxena-portal-dropdown{
  font-size:12px!important;
  line-height:1.2!important;
  max-height:210px!important;
  padding:6px!important;
}
.hcode-voxena-portal-item{
  padding:8px 10px!important;
  font-size:12px!important;
  line-height:1.2!important;
}
.hcode-voxena-portal-row{
  gap:8px!important;
}
.hcode-voxena-portal-place{
  font-size:12px!important;
  font-weight:600!important;
  line-height:1.2!important;
}
.hcode-voxena-portal-place span{
  font-size:12px!important;
  font-weight:450!important;
}
.hcode-voxena-portal-muted{
  font-size:10px!important;
  line-height:1.1!important;
  opacity:.72!important;
}
@media (max-width:767px){
  .hcode-voxena-portal-dropdown{max-height:190px!important;}
  .hcode-voxena-portal-item{padding:7px 9px!important;}
  .hcode-voxena-portal-place{font-size:11.5px!important;}
  .hcode-voxena-portal-place span{font-size:11.5px!important;}
  .hcode-voxena-portal-muted{font-size:9.5px!important;}
}


.hcode-voxena-share-panel{
  grid-column:2/3!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:10px!important;
  flex-wrap:wrap!important;
  margin:12px auto 0!important;
  width:100%!important;
  max-width:640px!important;
}

.hcode-voxena-share-btn{
  appearance:none!important;
  border:1px solid rgba(255,255,255,.14)!important;
  border-radius:999px!important;
  padding:11px 16px!important;
  min-height:42px!important;
  cursor:pointer!important;
  font-family:"Segoe UI",Roboto,Arial,sans-serif!important;
  font-size:13px!important;
  font-weight:800!important;
  font-style:normal!important;
  line-height:1!important;
  background:rgba(255,255,255,.035)!important;
  color:#f7f9ff!important;
  transition:transform .16s ease,border-color .16s ease,background .16s ease!important;
}

.hcode-voxena-share-btn:hover{
  transform:translateY(-1px)!important;
  border-color:rgba(246,196,55,.55)!important;
}

.hcode-voxena-share-btn--main{
  background:#f6c437!important;
  color:#07111f!important;
  border-color:#f6c437!important;
}

.hcode-voxena-share-btn--whatsapp{
  border-color:rgba(37,211,102,.55)!important;
}

.hcode-voxena-share-status{
  flex:0 0 100%!important;
  text-align:center!important;
  min-height:16px!important;
  font-family:"Segoe UI",Roboto,Arial,sans-serif!important;
  font-size:12px!important;
  font-weight:600!important;
  font-style:normal!important;
  color:rgba(248,251,255,.72)!important;
}

@media(max-width:1180px){
  .hcode-voxena-share-panel{
    grid-column:1/-1!important;
    order:3!important;
  }
}

@media(max-width:767px){
  .hcode-voxena-share-panel{
    justify-content:stretch!important;
    gap:8px!important;
    max-width:none!important;
  }
  .hcode-voxena-share-btn{
    flex:1 1 calc(50% - 8px)!important;
    padding:10px 12px!important;
    font-size:12px!important;
  }
  .hcode-voxena-share-btn--main{
    flex-basis:100%!important;
  }
}


/* ===== V85 share layout fix ===== */
.hcode-voxena-studio-stage .hcode-voxena-share-panel{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:10px!important;
  flex-wrap:wrap!important;
  width:100%!important;
  max-width:520px!important;
  margin:14px auto 0!important;
  padding:0!important;
  grid-column:auto!important;
  order:initial!important;
}

.hcode-voxena-studio-stage .hcode-voxena-share-btn{
  appearance:none!important;
  border:1px solid rgba(255,255,255,.14)!important;
  border-radius:999px!important;
  padding:11px 18px!important;
  min-height:42px!important;
  cursor:pointer!important;
  font-family:"Segoe UI",Roboto,Arial,sans-serif!important;
  font-size:13px!important;
  font-weight:800!important;
  font-style:normal!important;
  line-height:1!important;
  background:rgba(255,255,255,.035)!important;
  color:#f7f9ff!important;
  transition:transform .16s ease,border-color .16s ease,background .16s ease!important;
}

.hcode-voxena-studio-stage .hcode-voxena-share-btn:hover{
  transform:translateY(-1px)!important;
  border-color:rgba(246,196,55,.55)!important;
}

.hcode-voxena-studio-stage .hcode-voxena-share-btn--main{
  background:#f6c437!important;
  color:#07111f!important;
  border-color:#f6c437!important;
}

.hcode-voxena-studio-stage .hcode-voxena-share-btn--whatsapp{
  border-color:rgba(37,211,102,.68)!important;
}

.hcode-voxena-studio-stage .hcode-voxena-share-btn--download{
  display:none!important;
}

.hcode-voxena-studio-stage .hcode-voxena-share-status{
  flex:0 0 100%!important;
  text-align:center!important;
  min-height:16px!important;
  font-family:"Segoe UI",Roboto,Arial,sans-serif!important;
  font-size:12px!important;
  font-weight:600!important;
  font-style:normal!important;
  color:rgba(248,251,255,.72)!important;
}

@media(max-width:767px){
  .hcode-voxena-studio-stage .hcode-voxena-share-panel{
    justify-content:stretch!important;
    gap:8px!important;
    max-width:none!important;
    margin-top:12px!important;
  }
  .hcode-voxena-studio-stage .hcode-voxena-share-btn{
    flex:1 1 calc(50% - 8px)!important;
    padding:10px 12px!important;
    font-size:12px!important;
  }
}


/* ===== V86 summary share button ===== */
.hcode-voxena-studio-stage .hcode-voxena-share-panel{
  display:none!important;
}

.hcode-voxena-v34-tabpanel[data-v34-panel="summary"] .hcode-voxena-share-panel{
  display:flex!important;
  align-items:center!important;
  justify-content:flex-start!important;
  gap:10px!important;
  flex-wrap:wrap!important;
  width:100%!important;
  max-width:none!important;
  margin:14px 0 0!important;
  padding:0!important;
  grid-column:auto!important;
  order:initial!important;
}

.hcode-voxena-v34-tabpanel[data-v34-panel="summary"] .hcode-voxena-share-btn{
  appearance:none!important;
  border:1px solid #f6c437!important;
  border-radius:999px!important;
  padding:11px 18px!important;
  min-height:42px!important;
  cursor:pointer!important;
  font-family:"Segoe UI",Roboto,Arial,sans-serif!important;
  font-size:13px!important;
  font-weight:800!important;
  font-style:normal!important;
  line-height:1!important;
  background:#f6c437!important;
  color:#07111f!important;
  box-shadow:none!important;
  transition:transform .16s ease,border-color .16s ease,background .16s ease!important;
}

.hcode-voxena-v34-tabpanel[data-v34-panel="summary"] .hcode-voxena-share-btn:hover{
  transform:translateY(-1px)!important;
}

.hcode-voxena-v34-tabpanel[data-v34-panel="summary"] .hcode-voxena-share-status{
  flex:1 1 100%!important;
  text-align:left!important;
  min-height:16px!important;
  font-family:"Segoe UI",Roboto,Arial,sans-serif!important;
  font-size:12px!important;
  font-weight:600!important;
  font-style:normal!important;
  color:rgba(248,251,255,.72)!important;
}

@media(max-width:767px){
  .hcode-voxena-v34-tabpanel[data-v34-panel="summary"] .hcode-voxena-share-btn{
    width:100%!important;
    justify-content:center!important;
    text-align:center!important;
  }
}
