:root{--bg:#050607;--ink:#f6f2ea;--muted:#a9a49a;--gold:#d9b46d;--blue:#62a7ff;--line:rgba(255,255,255,.12);--line2:rgba(255,255,255,.22)}
*{box-sizing:border-box}
html{background:var(--bg);color:var(--ink);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;scroll-behavior:smooth}
body{margin:0;background:var(--bg);color:var(--ink);text-rendering:optimizeLegibility}
a{color:inherit;text-decoration:none}
.viewport{position:relative;height:100svh;min-height:620px;overflow:hidden;background:var(--bg)}
.grid{position:absolute;inset:0;background-image:linear-gradient(to right,rgba(255,255,255,.060) 1px,transparent 1px),linear-gradient(to bottom,rgba(255,255,255,.060) 1px,transparent 1px),radial-gradient(circle at 65% 42%,rgba(217,180,109,.11),transparent 34%);background-size:96px 96px,96px 96px,100% 100%}
.grid:after{content:"";position:absolute;inset:0;background-image:radial-gradient(circle at 1px 1px,rgba(255,255,255,.085) 1px,transparent 0);background-size:9px 9px;opacity:.34}
#canvas{position:absolute;inset:0;width:100%;height:100%;z-index:1}
.topbar{position:absolute;z-index:5;left:0;right:0;top:0;height:76px;display:flex;align-items:center;justify-content:space-between;padding:0 clamp(20px,4vw,62px);border-bottom:1px solid var(--line);background:rgba(5,6,7,.72);backdrop-filter:blur(18px)}
.brand{display:flex;align-items:center;gap:16px;letter-spacing:.18em;font-weight:850}
.brand img{width:42px;height:42px;border-radius:50%;object-fit:cover;filter:saturate(1.04) contrast(1.06)}
.brand strong{font-size:clamp(14px,1.5vw,20px)}
.topbar nav{display:flex;gap:24px;color:rgba(246,242,234,.58);font-size:12px;letter-spacing:.12em;text-transform:uppercase}
.registry-data{position:absolute;z-index:4;left:clamp(22px,4.5vw,70px);top:118px;display:grid;grid-template-columns:repeat(3,minmax(120px,1fr));gap:0;width:min(760px,calc(100vw - 44px));border:1px solid rgba(255,255,255,.075);border-radius:22px;background:rgba(8,9,10,.22);backdrop-filter:blur(14px) saturate(120%);overflow:hidden;box-shadow:0 24px 90px rgba(0,0,0,.18)}
.registry-data div{padding:16px 18px;border-right:1px solid rgba(255,255,255,.07);border-bottom:1px solid rgba(255,255,255,.07)}
.registry-data div:nth-child(3n){border-right:0}.registry-data div:nth-last-child(-n+3){border-bottom:0}
.registry-data span{display:block;margin-bottom:8px;color:rgba(246,242,234,.34);font-size:10px;letter-spacing:.18em;text-transform:uppercase}
.registry-data strong{font-size:clamp(18px,2.2vw,30px);letter-spacing:-.03em;color:rgba(246,242,234,.82)}
.registry-data div:first-child strong,.registry-data div:nth-child(5) strong{color:var(--gold)}
.matrix-label{position:absolute;z-index:3;color:rgba(217,180,109,.58);font-size:10px;letter-spacing:.36em;text-transform:uppercase}
.matrix-label.left{left:clamp(22px,5vw,72px);bottom:40px}.matrix-label.right{right:clamp(22px,5vw,72px);bottom:40px}
.node-label{position:absolute;z-index:3;pointer-events:none;transform:translateY(-50%);text-align:left;white-space:nowrap;font-weight:850;letter-spacing:.18em;text-transform:uppercase;font-size:11px;text-shadow:0 10px 28px rgba(0,0,0,.82);padding-left:22px}
.node-label:before{content:"";position:absolute;left:0;top:50%;width:14px;height:1px;background:rgba(217,180,109,.55)}.node-label small{display:block;margin-top:5px;color:rgba(217,180,109,.58);font-size:9px;font-weight:500;letter-spacing:.14em}
.overlay{position:absolute;z-index:20;inset:0;display:grid;place-items:center;background:rgba(0,0,0,.56);backdrop-filter:blur(8px);opacity:0;pointer-events:none;transition:opacity .18s ease}
.overlay.open{opacity:1;pointer-events:auto}
.glass{position:relative;width:min(760px,calc(100vw - 36px));max-height:calc(100svh - 130px);overflow:auto;padding:34px;border:1px solid rgba(255,255,255,.20);border-radius:28px;background:linear-gradient(180deg,rgba(14,16,18,.80),rgba(5,6,7,.76)),radial-gradient(circle at 22% 0%,rgba(217,180,109,.16),transparent 46%);box-shadow:0 40px 180px rgba(0,0,0,.70);transform:scale(.985);transition:transform .18s ease}
.overlay.open .glass{transform:scale(1)}
.close{position:absolute;right:18px;top:18px;width:36px;height:36px;border:1px solid var(--line2);border-radius:50%;background:rgba(255,255,255,.04);color:var(--ink);font-size:22px;cursor:pointer}
.eyebrow{margin:0 0 18px;color:var(--gold);letter-spacing:.42em;font-size:11px;font-weight:850;text-transform:uppercase}
.glass h2{margin:0 0 16px;font-size:clamp(42px,7vw,86px);letter-spacing:-.075em;line-height:.9}
.glass p:not(.eyebrow){max-width:640px;color:rgba(246,242,234,.72);font-size:18px;line-height:1.45}
.glass dl{display:grid;gap:0;margin:28px 0 0}
.glass dl div{display:grid;grid-template-columns:160px 1fr;gap:18px;padding:13px 0;border-top:1px solid var(--line)}
dt{color:rgba(246,242,234,.42);font-size:10px;letter-spacing:.16em;text-transform:uppercase}dd{margin:0;min-width:0;overflow-wrap:anywhere}
.chips{display:flex;gap:8px;flex-wrap:wrap;margin-top:24px}
.chips span{padding:8px 10px;border:1px solid var(--line);border-radius:999px;color:rgba(246,242,234,.60);font-size:11px}
.registry-index{background:#070809;border-top:1px solid var(--line);padding:clamp(56px,8vw,110px) clamp(20px,6vw,92px)}
.intro{display:grid;grid-template-columns:.45fr 1.55fr;gap:48px;margin-bottom:54px}
.intro h1{margin:0;font-size:clamp(42px,6.8vw,96px);letter-spacing:-.075em;line-height:.90}
.intro p:last-child{max-width:860px;color:rgba(246,242,234,.66);font-size:19px;line-height:1.48}
.records{display:grid;gap:24px}
.record{border:1px solid var(--line);border-radius:26px;padding:28px;background:linear-gradient(180deg,rgba(255,255,255,.035),rgba(255,255,255,.012))}
.record h2{margin:0;font-size:clamp(34px,4.5vw,62px);letter-spacing:-.06em}
.record>p{color:rgba(246,242,234,.66);font-size:18px}
.record dl{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0 28px;margin:24px 0}
.record dl div{border-top:1px solid var(--line);padding:12px 0}
@media(max-width:900px){
  .topbar nav a:first-child{display:none}
  .registry-data{top:96px;grid-template-columns:repeat(2,minmax(0,1fr));width:calc(100vw - 32px);left:16px;background:rgba(8,9,10,.18)}
  .registry-data div{border-right:1px solid var(--line);border-bottom:1px solid var(--line)}
  .registry-data div:nth-child(3n){border-right:1px solid var(--line)}
  .registry-data div:nth-child(2n){border-right:0}
  .registry-data div:nth-last-child(-n+3){border-bottom:1px solid var(--line)}
  .registry-data div:nth-last-child(-n+2){border-bottom:0}
  .matrix-label.right{display:none}
  .intro{grid-template-columns:1fr;gap:20px;text-align:left}
  .record dl{grid-template-columns:1fr}
  .glass dl div{grid-template-columns:1fr;gap:4px}
  .viewport{min-height:600px}
}
@media(max-width:560px){
  .brand strong{font-size:13px}.topbar nav{gap:12px;font-size:10px}.brand img{width:36px;height:36px}
  .registry-data{grid-template-columns:1fr 1fr}.registry-data div{padding:12px}
  .registry-data strong{font-size:18px}
  .matrix-label{display:none}
}

/* V6 AES registry adjustments */
.node-label{font-size:9px;letter-spacing:.14em}
.node-label small{font-size:8px}
@media(max-width:900px){.topbar nav{gap:14px;font-size:10px}.node-label{font-size:8px}.node-label small{display:none}}


/* V7 scalable graph layer */
.graph-tools{
  position:absolute;
  z-index:6;
  right:clamp(22px,4.5vw,70px);
  top:118px;
  width:min(310px,calc(100vw - 44px));
  padding:14px;
  border:1px solid rgba(255,255,255,.075);
  border-radius:18px;
  background:rgba(8,9,10,.20);
  backdrop-filter:blur(14px) saturate(120%);
}
.graph-tools label{
  display:block;
  margin-bottom:9px;
  color:rgba(217,180,109,.70);
  font-size:10px;
  font-weight:850;
  letter-spacing:.24em;
  text-transform:uppercase;
}
.graph-tools input{
  width:100%;
  height:42px;
  border:1px solid rgba(255,255,255,.12);
  border-radius:999px;
  padding:0 16px;
  color:var(--ink);
  background:rgba(0,0,0,.22);
  outline:none;
  font:inherit;
}
.graph-tools input:focus{
  border-color:rgba(217,180,109,.45);
  box-shadow:0 0 0 3px rgba(217,180,109,.07);
}
.cluster-legend{
  position:absolute;
  z-index:4;
  right:clamp(22px,4.5vw,70px);
  bottom:38px;
  display:flex;
  gap:16px;
  color:rgba(246,242,234,.42);
  font-size:10px;
  letter-spacing:.18em;
  text-transform:uppercase;
}
.cluster-legend span{display:flex;align-items:center;gap:8px}
.cluster-legend i{
  width:8px;height:8px;border-radius:50%;
  background:rgba(217,180,109,.72);
  box-shadow:0 0 18px rgba(217,180,109,.35);
}
.cluster-legend span:nth-child(2) i{background:rgba(98,167,255,.80);box-shadow:0 0 18px rgba(98,167,255,.35)}

.node-label{
  opacity:0;
  transform:translateY(-50%) translateX(4px);
  transition:opacity .16s ease, transform .16s ease;
}
.node-label.visible{
  opacity:1!important;
  transform:translateY(-50%) translateX(0);
}
.node-label.dimmed{opacity:0!important}
.node-label:before{opacity:.8}

@media(max-width:900px){
  .graph-tools{
    top:auto;
    right:16px;
    bottom:74px;
    width:min(310px,calc(100vw - 32px));
    padding:12px;
  }
  .graph-tools input{height:38px}
  .cluster-legend{display:none}
}
@media(max-width:560px){
  .graph-tools{left:16px;right:16px;width:auto}
}


/* V8 LXCalendarium / DYPCLT positioning */
.live-time{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:14px;
  margin-bottom:12px;
  padding-bottom:10px;
  border-bottom:1px solid rgba(255,255,255,.075);
}
.live-time span{
  color:rgba(217,180,109,.62);
  font-size:10px;
  font-weight:850;
  letter-spacing:.24em;
  text-transform:uppercase;
}
.live-time strong{
  color:rgba(246,242,234,.78);
  font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;
  font-size:13px;
}
.registry-data strong{
  font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;
}


/* V9 dimensional spiral */
.cluster-legend span:nth-child(3) i{
  background:rgba(98,167,255,.80);
  box-shadow:0 0 18px rgba(98,167,255,.35);
}


/* V10 cycle colors and precise selection */
.node-picker{
  position:fixed;
  z-index:80;
  width:248px;
  max-height:280px;
  overflow:auto;
  padding:8px;
  border:1px solid rgba(255,255,255,.16);
  border-radius:16px;
  background:linear-gradient(180deg,rgba(13,15,17,.88),rgba(5,6,7,.82));
  backdrop-filter:blur(20px) saturate(130%);
  box-shadow:0 24px 90px rgba(0,0,0,.55);
  opacity:0;
  pointer-events:none;
  transform:translateY(6px) scale(.98);
  transition:opacity .16s ease, transform .16s ease;
}
.node-picker.open{
  opacity:1;
  pointer-events:auto;
  transform:translateY(0) scale(1);
}
.node-picker button{
  width:100%;
  display:grid;
  grid-template-columns:12px 1fr auto;
  align-items:center;
  gap:9px;
  padding:10px 8px;
  border:0;
  border-radius:10px;
  background:transparent;
  color:var(--ink);
  text-align:left;
  cursor:pointer;
}
.node-picker button:hover{background:rgba(255,255,255,.06)}
.node-picker span{
  width:8px;height:8px;border-radius:50%;
  box-shadow:0 0 14px currentColor;
}
.node-picker strong{
  min-width:0;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
  font-size:12px;
  letter-spacing:.08em;
  text-transform:uppercase;
}
.node-picker em{
  font-style:normal;
  color:rgba(246,242,234,.48);
  font-size:11px;
}
.cycle-key{
  position:absolute;
  z-index:4;
  left:clamp(22px,4.5vw,70px);
  bottom:72px;
  display:flex;
  gap:7px;
}
.cycle-key i{
  display:block;
  width:8px;height:8px;border-radius:50%;
}
@media(max-width:900px){
  .cycle-key{display:none}
}


/* V11 transient selector behavior */
.node-picker{
  transition:opacity .22s ease, transform .22s ease, filter .22s ease;
}
.node-picker:not(.open){
  filter:blur(2px);
}


/* V14 restored responsive graph */
.topbar{height:68px}
.brand img{width:34px;height:34px}
.brand strong{font-size:clamp(13px,1.4vw,18px)}
.topbar nav{gap:18px;font-size:11px}

/* Compact top panel while preserving full values */
.registry-data{
  top:88px!important;
  width:min(850px,calc(100vw - 44px))!important;
  grid-template-columns:repeat(6,minmax(0,1fr))!important;
  border-radius:18px!important;
  background:rgba(8,9,10,.16)!important;
  backdrop-filter:blur(12px) saturate(115%)!important;
  overflow:visible!important;
}
.registry-data div{
  padding:11px 13px!important;
  min-width:0;
  min-height:58px;
  border-bottom:0!important;
  border-right:1px solid rgba(255,255,255,.065)!important;
}
.registry-data div:last-child{border-right:0!important}
.registry-data span{
  margin-bottom:7px!important;
  font-size:8px!important;
  letter-spacing:.18em!important;
  white-space:nowrap;
}
.registry-data strong{
  display:block;
  overflow:visible!important;
  text-overflow:clip!important;
  white-space:normal!important;
  font-size:clamp(13px,1.45vw,20px)!important;
  line-height:1.15!important;
}
.registry-data div:nth-child(5),
.registry-data div:nth-child(6){min-width:155px}

/* Search card */
.graph-tools{
  top:auto!important;
  right:clamp(18px,4vw,58px)!important;
  bottom:82px!important;
  width:min(300px,calc(100vw - 36px))!important;
  padding:12px!important;
  border-radius:16px!important;
  background:rgba(8,9,10,.22)!important;
  z-index:7;
}
.live-time{margin-bottom:9px!important;padding-bottom:8px!important}
.graph-tools label{margin-bottom:7px!important;font-size:9px!important}
.graph-tools input{height:38px!important;font-size:14px!important}

/* Clean bottom indicators */
.cluster-legend{
  right:clamp(18px,4vw,58px)!important;
  bottom:42px!important;
  gap:10px!important;
  font-size:0!important;
}
.cluster-legend span{width:10px;height:10px;display:block!important}
.cluster-legend span i{width:8px!important;height:8px!important}
.cycle-key{
  bottom:72px!important;
  left:clamp(22px,4.5vw,70px)!important;
  padding:8px 10px;
  border:1px solid rgba(255,255,255,.055);
  border-radius:999px;
  background:rgba(8,9,10,.18);
  backdrop-filter:blur(10px);
}
.matrix-label.left{
  bottom:34px!important;
  left:clamp(22px,4.5vw,70px)!important;
}

@media(max-width:1200px){
  .registry-data{
    width:calc(100vw - 40px)!important;
    left:20px!important;
    grid-template-columns:repeat(3,minmax(0,1fr))!important;
  }
  .registry-data div{
    border-bottom:1px solid rgba(255,255,255,.065)!important;
  }
  .registry-data div:nth-child(3n){border-right:0!important}
  .registry-data div:nth-last-child(-n+3){border-bottom:0!important}
  .matrix-label.left{display:none!important}
  .cycle-key{bottom:34px!important}
}

@media(max-width:760px){
  .topbar{height:60px;padding:0 16px!important}
  .brand{gap:10px;letter-spacing:.14em}
  .brand img{width:30px;height:30px}
  .brand strong{font-size:12px!important}
  .topbar nav{gap:12px!important;font-size:9px!important;letter-spacing:.09em!important}
  .topbar nav a:nth-child(2){display:none}

  .registry-data{
    top:70px!important;
    left:12px!important;
    width:calc(100vw - 24px)!important;
    grid-template-columns:repeat(3,minmax(0,1fr))!important;
    border-radius:14px!important;
  }
  .registry-data div{
    min-height:46px;
    padding:7px 8px!important;
  }
  .registry-data span{
    font-size:6.5px!important;
    letter-spacing:.12em!important;
    margin-bottom:5px!important;
  }
  .registry-data strong{
    font-size:10.5px!important;
    line-height:1.12!important;
  }
  .registry-data div:nth-child(5),
  .registry-data div:nth-child(6){min-width:0}

  .graph-tools{
    left:12px!important;
    right:12px!important;
    bottom:54px!important;
    width:auto!important;
    padding:10px!important;
  }
  .live-time{display:none!important}
  .graph-tools input{height:34px!important;font-size:13px!important}
  .cluster-legend,.cycle-key,.matrix-label.left{display:none!important}
}

@media(max-width:430px){
  .registry-data{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
  }
  .registry-data div{min-height:40px}
  .registry-data div:nth-child(3n){border-right:1px solid rgba(255,255,255,.065)!important}
  .registry-data div:nth-child(2n){border-right:0!important}
  .registry-data div:nth-last-child(-n+3){border-bottom:1px solid rgba(255,255,255,.065)!important}
  .registry-data div:nth-last-child(-n+2){border-bottom:0!important}
}


/* V19 stable visual restoration */
.graph-tools{
  position:absolute!important;
  top:auto!important;
  right:clamp(18px,4vw,58px)!important;
  bottom:82px!important;
  left:auto!important;
  width:min(300px,calc(100vw - 36px))!important;
  z-index:8!important;
  transform:none!important;
}
.cycle-key{
  position:absolute!important;
  top:auto!important;
  left:clamp(22px,4.5vw,70px)!important;
  bottom:72px!important;
  z-index:6!important;
  transform:none!important;
}
.cluster-legend{
  position:absolute!important;
  top:auto!important;
  right:clamp(18px,4vw,58px)!important;
  bottom:42px!important;
  font-size:0!important;
  transform:none!important;
}
.spatium-subtitle{
  position:absolute!important;
  left:clamp(22px,4.5vw,70px)!important;
  top:176px!important;
  z-index:5!important;
}
.registry-data{z-index:5!important}
.identity-overlay,
.overlay,
#identityOverlay{
  z-index:70!important;
}
.identity-card,
.overlay-card,
.glass-panel{
  background:rgba(8,9,10,.88)!important;
  backdrop-filter:blur(24px) saturate(130%)!important;
}
@media(max-width:760px){
  .graph-tools{
    top:auto!important;
    bottom:54px!important;
    left:12px!important;
    right:12px!important;
    width:auto!important;
  }
  .cycle-key,.cluster-legend{display:none!important}
  .spatium-subtitle{
    top:178px!important;
    left:16px!important;
    right:16px!important;
  }
}


/* V20 full 72-position colimaçon and layout corrections */
.spatium-subtitle{
  top:230px!important;
  left:clamp(22px,4.5vw,70px)!important;
  max-width:360px!important;
  z-index:4!important;
  pointer-events:none!important;
}
.spatium-subtitle span{
  display:block!important;
  font-size:9px!important;
  line-height:1!important;
  margin-bottom:8px!important;
  letter-spacing:.28em!important;
  white-space:normal!important;
}
.spatium-subtitle strong{
  display:block!important;
  max-width:360px!important;
  font-size:16px!important;
  line-height:1.2!important;
  font-weight:650!important;
  white-space:normal!important;
}
.graph-tools{
  top:auto!important;
  right:clamp(18px,4vw,58px)!important;
  bottom:82px!important;
  left:auto!important;
  width:min(300px,calc(100vw - 36px))!important;
  z-index:8!important;
}
.cycle-key{
  top:auto!important;
  left:clamp(22px,4.5vw,70px)!important;
  bottom:72px!important;
  z-index:6!important;
}
.cluster-legend{
  top:auto!important;
  right:clamp(18px,4vw,58px)!important;
  bottom:42px!important;
  font-size:0!important;
}
.registry-data{
  top:88px!important;
  z-index:5!important;
}
.identity-overlay,
.overlay,
#identityOverlay{
  z-index:80!important;
}
.identity-card,
.overlay-card,
.glass-panel{
  max-height:calc(100vh - 96px)!important;
  overflow:auto!important;
  background:rgba(8,9,10,.90)!important;
  backdrop-filter:blur(26px) saturate(135%)!important;
}
@media(max-width:760px){
  .spatium-subtitle{
    top:190px!important;
    left:16px!important;
    right:16px!important;
    max-width:260px!important;
  }
  .spatium-subtitle span{font-size:7px!important;margin-bottom:6px!important}
  .spatium-subtitle strong{font-size:12px!important;max-width:260px!important}
  .graph-tools{
    top:auto!important;
    bottom:54px!important;
    left:12px!important;
    right:12px!important;
    width:auto!important;
  }
  .cycle-key,.cluster-legend{display:none!important}
}


/* V21 luminous visual restoration */
.spatium-subtitle{
  top:230px!important;
  left:clamp(22px,4.5vw,70px)!important;
  max-width:390px!important;
  z-index:4!important;
}
.spatium-subtitle span{
  display:block!important;
  font-size:9px!important;
  letter-spacing:.30em!important;
  margin-bottom:8px!important;
  white-space:normal!important;
}
.spatium-subtitle strong{
  display:block!important;
  max-width:390px!important;
  font-size:17px!important;
  line-height:1.2!important;
  white-space:normal!important;
}
.graph-tools{
  top:auto!important;
  bottom:82px!important;
  right:clamp(18px,4vw,58px)!important;
  left:auto!important;
}
.cycle-key{
  top:auto!important;
  bottom:72px!important;
  left:clamp(22px,4.5vw,70px)!important;
}
.cluster-legend{
  top:auto!important;
  bottom:42px!important;
}
@media(max-width:760px){
  .spatium-subtitle{
    top:190px!important;
    max-width:280px!important;
  }
  .spatium-subtitle strong{
    font-size:12px!important;
    max-width:280px!important;
  }
}


/* V22 full AES visibility and iPad stability */
.matrix-label.right,
.matrix-label.bottom,
.machine-readable-presence{
  display:none!important;
}
.graph-tools{
  top:auto!important;
  bottom:82px!important;
  right:clamp(18px,4vw,58px)!important;
  left:auto!important;
}
.cycle-key{
  top:auto!important;
  bottom:72px!important;
  left:clamp(22px,4.5vw,70px)!important;
}
.spatium-subtitle{
  top:230px!important;
}
@media(min-width:1100px){
  .registry-data{
    max-height:148px!important;
  }
}
@media(max-width:760px){
  .spatium-subtitle{
    top:190px!important;
  }
}


/* V23 precise final adjustments */
.registry-data div:has(strong#dypcltNow),
.registry-data div:has(#dypcltNow){
  min-width:220px!important;
}
#dypcltNow{
  white-space:nowrap!important;
  word-break:keep-all!important;
  overflow:visible!important;
  text-overflow:clip!important;
  letter-spacing:-.015em!important;
  font-size:clamp(14px,1.45vw,20px)!important;
}
.registry-data{
  grid-template-columns:1fr 1fr 1.12fr .90fr 1.10fr 1.45fr!important;
}
@media(max-width:1200px){
  .registry-data{
    grid-template-columns:repeat(3,minmax(0,1fr))!important;
  }
  #dypcltNow{
    font-size:13px!important;
  }
}
@media(max-width:760px){
  #dypcltNow{
    font-size:10.5px!important;
    letter-spacing:-.035em!important;
  }
}
