
:root{
  --bg: lab(2.16493% .468493 -8.28032);
  --bg-fallback: #0b0f16;

  
  --bg-soft: color-mix(in lab, var(--bg), white 6%);
  --panel:    color-mix(in lab, var(--bg), white 10%);
  --panel-2:  color-mix(in lab, var(--bg), white 14%);
  --border:   color-mix(in lab, var(--bg), white 22%);

  --text:#e5e7eb;
  --muted:#a6b0bf;

  
  --blue:   lab(15.9906% -1.03891 -16.2169);
  --blue-2: lab(15.9906% -1.03891 -16.2169);
  --nav-border: lab(12 -1.05 -12.3);

  --link:#8ab4ff;
}

*{ box-sizing:border-box }
html,body{ height:100% }

::-webkit-scrollbar{ width:0; height:0 }
*{ scrollbar-width:none; -ms-overflow-style:none }

body.theme-dark{
  

  margin:0;
  color:var(--text);
  font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial;
  position:relative;
}

body.theme-dark::before{
  content:""; position:fixed; inset:0; pointer-events:none;
  background:
    radial-gradient(900px 500px at 25% -8%, rgba(64,96,140,.22), transparent 65%),
    radial-gradient(900px 500px at 75% -8%, rgba(64,96,140,.22), transparent 65%);
  mix-blend-mode:screen;
  opacity:.9;
}

body.theme-dark::after{
  content:""; position:fixed; inset:0; pointer-events:none;
  background: radial-gradient(120% 120% at 50% 0%, rgba(0,0,0,0), rgba(0,0,0,.15) 70%, rgba(0,0,0,.22) 100%);
}

.icon{ width:18px; height:20px; stroke:currentColor; fill:none; display:inline-block  }
.link{ color:var(--link); text-decoration:none }
.link:hover{ text-decoration:underline }
.page{ max-width:1200px; margin:0 auto; padding:40px 20px 80px }

.nav{
  position: sticky;
  top: 0;
  z-index: 50;
  border-bottom: none;
  background: transparent;
  backdrop-filter: none;
}

.nav-inner{
  max-width: 1000px;
  margin: 28px auto;
  padding: 11px 16px;
  background: color-mix(in lab, var(--bg), transparent 80%);
  border: 1px solid var(--nav-border);
  border-radius: 14px;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 12px;

  isolation: isolate;

  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.nav-col{ display:flex; align-items:center; gap:18px }
.nav-left{ justify-content:flex-start; margin-left:6px }
.nav-right{ justify-content:flex-end; gap:12px }

.nav-item{
  color:var(--muted); font-weight:500; font-size:14px; text-decoration:none;
  padding:6px 8px; border-radius:6px; transition:color .2s ease;
}
.nav-item:hover{ color:#fff }

.nav-icon{
  display:inline-flex; align-items:center; justify-content:center;
  width:36px; height:32px; color:#dbeafe; background:transparent; border:none; border-radius:8px;
}

.btn{
  text-decoration:none; border-radius:8px; font-size:13px; font-weight:500;
  display:inline-flex; align-items:center; justify-content:center;
  padding:8px 16px; min-width:110px; transform:scale(.9); transform-origin:center;
  color:#fff !important; background:transparent;
  border:1px solid var(--nav-border);
}

.btn:hover{ color:#fff !important; background:none !important; border-color:var(--nav-border) !important }
.btn-outline{} 
.btn-solid{}   

.hero{ text-align:center; padding:70px 0 14px }
.hero-compact{ padding-top:30px }
.hero-title{ font-weight:800; font-size:60px; line-height:1.1; margin:0 0 26px }
.hero-terms{ margin-top:14px; color:var(--muted); font-size:13px }

.hero-search{
  position: relative;
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: 0;
  max-width: 820px;
  margin: 0 auto;
  background: color-mix(in lab, var(--bg), white 12%);
  border: 1px solid color-mix(in lab, var(--bg), white 18%);
  border-radius: 10px;
  height: 52px;
  overflow: visible; 
}

.hs-left{
  position: relative;
  display: flex;
  align-items: center;
  padding: 0;
  background: color-mix(in lab, var(--bg), rgb(63, 59, 59) 25%);

  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  background-clip: padding-box; 
}

.hs-left::after{
  content:"";
  position:absolute;
  right:0;
  top:8px;
  bottom:8px;
  width:1px;
  background: color-mix(in lab, var(--bg), white 14%);
  pointer-events:none;
}

.hs-trigger{
  display:flex; align-items:center; justify-content:flex-start; gap:8px;
  height:52px; padding:0 14px; border:none; background:transparent; color:#e7e5e4;
  cursor:pointer; min-width:170px;  font-size:14px; line-height:1;
}
.hs-trigger .icon{ width:16px; height:16px; stroke-width:1.6 }
.hs-trigger .caret{     border: none !important;
    background: transparent;
    margin-right: -4px; }

.hs-input{
  flex:1; background:transparent; border:none; color:#e5e7eb;
  padding:0 14px; font-size:15px;
}
.hs-input:focus{ outline:none }
.hs-submit{
  width:56px; border:none; background:transparent; color:#e5e7eb; cursor:pointer;
border-left: 1px solid
 color-mix(in lab, var(--bg), white 14%);
  display:flex; align-items:center; justify-content:center;
}

.hs-dropdown{
position: absolute;
    left: 0px;
    top: 56px;
    width: 172px;
    background: 
 color-mix(in lab, var(--bg), black 10%);
    border-radius: 11px;
    border: 1px solid
 color-mix(in lab, var(--bg), white 18%);
    padding: 4px;
    display: none;
    z-index: 60;

}
.hs-left.open .hs-dropdown{ display:block }

.hs-item{
  display:flex; align-items:center; justify-content:flex-start; gap:8px;
  width:100%; height:42px; padding:0 14px;
  background:transparent; border:none; color:#e5e7eb; text-align:left;
  cursor:pointer; font-size:13px; font-weight:500; transition:background .15s ease;
}
.hs-item .icon{ width:13px; height:13px; stroke-width:1.6 }
.hs-item span{ flex:1 1 auto; text-align:left }
.hs-item .check{ margin-left:auto; opacity:0; width:14px; height:14px }
.hs-item:hover{ background:#1c2230 }
.hs-item.selected{ background:#1c2230  }
.hs-item.selected .check{ opacity:1; margin-right: 2px; }

.hs-dropdown .hs-item:first-child{ border-top-left-radius:10px; border-top-right-radius:10px }
.hs-dropdown .hs-item:last-child { border-bottom-left-radius:10px; border-bottom-right-radius:10px }

.results-stats{
  margin:16px auto 0; max-width:820px; text-align:left; color:var(--muted); font-size:13px;
}

.results{ max-width:1000px; margin:16px auto 0; padding:0 6px }
.result-empty{ color:var(--muted); padding:16px }

.ix-card{
  border:1px solid var(--border);
  background:var(--panel);
  border-radius:10px;
  padding:10px 12px 12px;
  margin:14px 0;
}
.ix-head{ display:flex; align-items:center; justify-content:space-between; gap:12px; margin-bottom:8px }
.ix-head-left{ min-width:0; flex:1 1 auto }
.ix-filename{
  display:block; max-width:100%; overflow:hidden; text-overflow:ellipsis; white-space:nowrap;
  color:#8ab4ff; text-decoration:none; font-size:16px; font-weight:700;
}
.ix-filename:hover{ text-decoration:underline }
.ix-meta-right{ display:flex; align-items:center; gap:10px; color:#cbd5e1; font-size:13px; white-space:nowrap }
.ix-badge{ background:var(--blue); color:#fff; font-size:12px; font-weight:800; padding:2px 6px; border-radius:5px }

.ix-preview{
  background:var(--panel-2);
  border:1px solid var(--border);
  border-radius:6px;
  padding:8px 8px 6px;
  overflow:auto; max-height:260px;
  line-height:0; white-space:normal;
}
.ix-preview::-webkit-scrollbar{ display:none }
.ix-preview .px   { display:inline-block; width:7px; height:10px; background:#0f172a; margin:1px 1px 0 0; border-radius:1px }
.ix-preview .px-sp{ display:inline-block; width:7px; height:10px; background:transparent; margin:1px 1px 0 0; border-radius:1px }

.ix-foot{ display:flex; align-items:center; justify-content:space-between; margin-top:8px }
.ix-foot-left{ display:flex; align-items:center; gap:8px; color:#cbd5e1; font-size:13px }
.ix-full{ color:#8ab4ff; text-decoration:none; font-weight:700 }
.ix-full:hover{ text-decoration:underline }

.hs-dropdown, .hs-item, .hs-trigger{
  font-family:"Inter","Segoe UI",sans-serif; letter-spacing:.1px
}

.results-stats span{
  position: relative;
  top: -3px;   
}

.results-stats{
     margin-top: 20px;
    max-width: 1000px;
    padding-left: 8px;
    text-align: left;
    margin-bottom: -10px;
}

.nav{
  position: sticky;
  top: 12px;   
  z-index: 50;
}

@keyframes loupe-search {
  0%   { transform: translate(0, 0)      rotate(0deg); }
  10%  { transform: translate(4px,-4px)  rotate(-10deg); }
  25%  { transform: translate(10px,-2px) rotate(-5deg); }
  40%  { transform: translate(6px, 4px)  rotate(8deg); }
  55%  { transform: translate(-2px, 8px) rotate(4deg); }
  70%  { transform: translate(-8px, 2px) rotate(-8deg); }
  85%  { transform: translate(-4px,-3px) rotate(6deg); }
  100% { transform: translate(0, 0)      rotate(0deg); }
}

body.is-searching .hs-submit .icon {
  animation: loupe-search 3s ease-in-out;
  transform-origin: 50% 50%;
}

body.is-searching .hs-submit .icon {
  animation: none !important;
}

.hs-submit .icon {
  transition: transform 0.12s ease-out;
}

.hs-submit .icon {
  transition: transform 0.2s ease-out;
}

.nav-logo-wrap{
  display:flex;
  align-items:center;
  text-decoration:none;
  margin-right:10px;
}

.nav-logo{
  height:22px;              
  width:auto;
  display:block;
  object-fit:contain;
}

.nav-left{
  justify-content:flex-start;
  margin-left:6px;
  gap:14px;                 
}

.hs-trigger{
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  height: 52px;
  padding: 0 16px;
  border: none;
  background: transparent;
  color: #e7e5e4;
  cursor: pointer;
  min-width: 170px;
  font-weight: 500;
  font-size: 14px;
  
  line-height: 1;
}

.hs-trigger .icon{
  width: 16px;
  height: 16px;
  stroke-width: 1.6;
  opacity: .85;
}
.hs-trigger .caret{
  width: 12px;
  height: 12px;
  opacity: .75;
  margin-left: auto;
   border: 1px solid var(--nav-border);
}

.hs-item{
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  width: 100%;
  height: 40px;
  padding: 0 10px 0 12px;
  margin: 2px 0;
  border-radius: 9px;
  border: none;
  background: transparent;
  color: #e5e7eb;
  cursor: pointer;
  font-size: 13px;
 
  text-align: left;
  transition: background .15s ease, color .15s ease, transform .12s ease;
}

.hs-item .icon{
  width: 12px;
  height: 12px;
  stroke-width: 1.6;
  opacity: .9;
}
.hs-item span{
  flex: 1 1 auto;
}
.hs-item .check{
  margin-left: auto;
  opacity: 0;
  width: 10px;
  height: 10px;
}

.hs-item.selected{
  background: color-mix(in lab, var(--bg), white 16%);
}
.hs-item.selected .check{
  opacity: 1;
}

.hs-trigger .caret{
  transition: transform .18s ease, opacity .15s ease;
}
.hs-item{
  transition: background .15s ease, color .15s ease;
  transform: none;                 

}

.hs-item:hover{
  
  transform: none;                 
}

.hs-item.selected{
  background: color-mix(in lab, var(--bg), white 16%);
}

.hs-item.selected:hover{

}

.hs-item.selected .check{
  opacity: 1;                
}

.hs-item.selected{
  background: color-mix(in lab, var(--bg), white 16%);
}
.hs-item.selected .check{
  opacity: 1;
}

.hs-dropdown:hover .hs-item.selected:not(:hover){
  background: transparent;
}

.hs-dropdown{
 position: absolute;
    left: 0px;
    top: 56px;
    width: 172px;
    background: 
 color-mix(in lab, var(--bg), black 10%);
    border-radius: 12px;
    border: 1px solid
 color-mix(in lab, var(--bg), white 18%);
    padding: 4px;
    display: none;
    z-index: 60;
}

.hs-trigger .caret{
  border: none !important;
  background: transparent;
}

.hs-dropdown{
  padding: 0;                 
}

.hs-item{
  margin: 0;
  border-radius: 0;           
  width: 100%;
}

.hs-item + .hs-item{
  margin-top: 4px;
}

.hs-dropdown .hs-item:first-child{
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}
.hs-dropdown .hs-item:last-child{
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
}

.hs-trigger{
  padding: 0 18px !important;
}

.hs-item{
  padding: 0 18px !important;   
  gap: 10px !important;         
  height: 42px;                 
}

.hs-trigger .icon,
.hs-item .icon{
  width: 16px !important;
  height: 16px !important;
  stroke-width: 1.6;
}

.hs-trigger span,
.hs-item span{
  line-height: 1;
}

.hs-item .check{
  margin-left: auto;
  width: 14px !important;
  height: 14px !important;
}

.hs-trigger span,
.hs-item span{
  position: relative;
  top: 0.5px;          
}

.hero-search{
  position: relative;
  display: flex;
  align-items: stretch;
  max-width: 820px;
  margin: 0 auto;
  height: 52px;

  background: color-mix(in lab, var(--bg), white 10%);
  border: 1px solid color-mix(in lab, var(--bg), white 18%);
  border-radius: 10px;
  overflow: hidden; 
}

.hs-input{
  flex: 1;
  border: none;
  background: transparent;
  color: #e5e7eb;
  padding: 0 16px;
  font-size: 15px;
}
.hs-input::placeholder{
  color: color-mix(in lab, var(--bg), white 45%);
}
.hs-input:focus{
  outline: none;
}

.hs-submit{
  width: 60px;
  border: none;
  cursor: pointer;

  display: flex;
  align-items: center;
  justify-content: center;

  
  background: linear-gradient(
    135deg,
    color-mix(in lab, var(--bg), black 35%) 0%,
    color-mix(in lab, var(--bg), black 15%) 100%
  );
  border-left: 1px solid color-mix(in lab, var(--bg), white 8%);
}
.hs-submit .icon{
  width: 18px;
  height: 18px;
  stroke: #e5e7eb;
  fill: none;
}

.hs-submit:hover{
  background: linear-gradient(
    135deg,
    color-mix(in lab, var(--bg), black 30%) 0%,
    color-mix(in lab, var(--bg), black 10%) 100%
  );
}

.modal-root{
  position: fixed;
  inset: 0;
  z-index: 80;
  display: none;                 
  font-family: inherit;
}

.modal-root.is-open{
  display: block;
}

.modal-backdrop{
  position: absolute;
  inset: 0;
  background: rgba(3,10,20,.75);
  backdrop-filter: blur(4px);
}

.modal-panel{
  position: absolute;
  inset: 40px 32px;
  margin: auto;
  background: color-mix(in lab, var(--bg), white 6%);
  border-radius: 10px;
  border: 1px solid color-mix(in lab, var(--bg), white 18%);
  box-shadow: 0 18px 45px rgba(0,0,0,.7);
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.modal-topbar{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 16px;
  background: color-mix(in lab, var(--bg), white 4%);
  border-bottom: 1px solid color-mix(in lab, var(--bg), white 10%);
}

.modal-back-btn{
  border: 1px solid color-mix(in lab, var(--bg), white 18%);
  background: transparent;
  color: var(--text);
  font-size: 13px;
  padding: 5px 10px;
  border-radius: 6px;
  cursor: pointer;
}

.modal-top-actions{
  display: flex;
  align-items: center;
  gap: 8px;
}

.modal-icon-btn{
  border: 1px solid color-mix(in lab, var(--bg), white 14%);
  background: transparent;
  color: var(--text);
  width: 26px;
  height: 26px;
  border-radius: 6px;
  cursor: pointer;
  font-size: 13px;
}

.modal-title-row{
  padding: 10px 18px 6px;
  display: flex;
  align-items: baseline;
  gap: 10px;
}
.modal-title{
  margin: 0;
  font-size: 18px;
  font-weight: 600;
  color: #e5e7eb;
}
.modal-date{
  font-size: 12px;
  color: var(--muted);
}

.modal-tabs{
  display: flex;
  align-items: center;
  gap: 0;
  padding: 0 18px;
  border-bottom: 1px solid color-mix(in lab, var(--bg), white 10%);
}
.modal-tab{
  padding: 8px 14px;
  font-size: 13px;
  background: transparent;
  border: none;
  color: var(--muted);
  cursor: default;
}
.modal-tab.active{
  color: #f9fafb;
  border-bottom: 2px solid #f9fafb;
}
.modal-tab.disabled{
  opacity: .45;
}

.modal-toolbar{
  padding: 8px 18px;
  background: color-mix(in lab, var(--bg), white 6%);
  border-bottom: 1px solid color-mix(in lab, var(--bg), white 10%);
}
.modal-search-label{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: var(--text);
}
.modal-search-input{
  
  background: color-mix(in lab, var(--bg), white 4%);
  color: var(--text);
  font-size: 13px;
  padding: 4px 8px;
  border-radius: 4px;
  min-width: 220px;
}
.modal-search-input:focus{
  outline: none;
 
}

.modal-body{
  flex: 1;
  margin: 0;
  padding: 12px 18px 18px;
  overflow: auto;
  background: color-mix(in lab, var(--bg), white 3%);
  color: #e5e7eb;
  font-family: Menlo, Consolas, ui-monospace, SFMono-Regular, monospace;
  font-size: 12px;
  line-height: 1.4;
  white-space: pre;
}

.modal-body .px{
  display:inline-block;
  width:7px;
  height:10px;
  background:#0f172a;
  margin:1px 1px 0 0;
  border-radius:1px;
}
.modal-body .px-sp{
  display:inline-block;
  width:7px;
  height:10px;
  background:transparent;
  margin:1px 1px 0 0;
  border-radius:1px;
}

.modal-back-btn{
  display: inline-flex;
  align-items: center;
  gap: 6px;

  padding: 6px 12px;
  border-radius: 4px; 
  border: 1px solid color-mix(in lab, var(--bg), white 22%);
  background: transparent;
  color: #e5e7eb;
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
}

.modal-back-btn svg{
  width: 14px;
  height: 14px;
}

.modal-icon-btn{
  border: none !important;
  background: transparent;
  border-radius: 999px; 
  
}

.modal-icon-btn:hover{
  background: rgba(255,255,255,.06);
}

.modal-search{
  margin: 10px 0 12px;
}

.modal-search-inner {
    display: flex;
    align-items: center;
    gap: 0;
    height: 38px;
    width: 1050px;
    margin-left: 15px;
    border-radius: 8px;
    background: 
 color-mix(in lab, var(--bg), white 10%);
    border: 1px solid
 color-mix(in lab, var(--bg), white 20%);
    padding: 0 10px;
}

.modal-search-icon{
  width: 16px;
  height: 16px;
  opacity: .85;
  margin-right: 6px;
}

.modal-search-input{
  flex: 1;
  background: transparent;
  border: none;
  outline: none;
  color: #e5e7eb;
  font-size: 13px;
}

.modal-search-inner:focus-within{
  border-color: color-mix(in lab, var(--bg), white 30%);
  box-shadow: 0 0 0 1px rgba(255,255,255,.04);
}

.modal-hit{
  background: #fbbf24;
  color: #111827;
  border-radius: 2px;
  padding: 0 2px;
}

.modal-toolbar{
  padding: 0;                 
}

.modal-search{
  margin: 0;
}

.modal-search-inner{
  height: 38px;
  
  margin: 12px 11px;
  width: calc(100% - 20px);   

  display: flex;
  align-items: center;
  gap: 0;

  border-radius: 8px;
  background: color-mix(in lab, var(--bg), white 10%);
  border: 1px solid color-mix(in lab, var(--bg), white 20%);
  padding: 0 10px;
}
.modal-body{
  flex: 1 1 auto;
  min-height: 0;                    
  padding: 12px 18px 18px;
  overflow: auto;
  background: color-mix(in lab, var(--bg), white 3%);
  color: #e5e7eb;
  font-family: Menlo, Consolas, ui-monospace, SFMono-Regular, monospace;
  font-size: 12px;
  line-height: 1.4;

  
  white-space: pre-wrap;            
  word-break: break-word;           
}

.ix-full{
  background: none !important;
  border: none !important;
  padding: 0 !important;
  margin: 0;
  display: inline;
  color: #8ab4ff;
  font-weight: 700;
  text-decoration: none;
}

.ix-full:hover{
  text-decoration: underline;
  background: none !important;
}

.ix-full:focus-visible{
  outline: 1px solid rgba(138,180,255,.6);
  outline-offset: 2px;
}

.auth-page{
  min-height: 100vh;          
  display: flex;
  align-items: center;        
  justify-content: center;    
  padding: 0 16px;            
}

.auth-card{
  width:100%;
  max-width:435px;
  background: color-mix(in lab, var(--bg), transparent 80%);
  border: 1px solid var(--nav-border);
  border-radius:16px;
  padding:28px 32px 24px;

  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
   margin: 0;
}

.auth-title{
  margin:0 0 6px;
  font-size:22px;
  font-weight:600;
  color:#f9fafb;
}

.auth-subtitle{
  margin:0 0 22px;
  font-size:12px;
  color:var(--muted);
}

.auth-alert{
  width: fit-content;
  max-width: 100%;
  margin: -2px 0 0;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size:12px;
  line-height:1.25;
  font-weight:400;
  color:#e9b8ba;
  background:rgba(32,15,22,.22);
  border:0;
  border-radius:4px;
  padding:3px 6px;
  text-shadow:0 0 12px rgba(248,113,113,.34);
  box-shadow:0 0 22px rgba(15,23,42,.22);
}

.auth-alert::before{
  content:"!";
  width:14px;
  height:14px;
  border-radius:50%;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  flex:0 0 auto;
  background:#f0b8ba;
  color:#3f1d21;
  font-size:10px;
  font-weight:900;
  line-height:1;
  transform:translateY(-1px);
}

.auth-alert-success{
  color:#bbf7d0;
  background:rgba(6,78,59,.20);
  text-shadow:0 0 12px rgba(52,211,153,.25);
}

.auth-alert-success::before{
  content:"\2713";
  background:#39c46a;
  color:#ecfdf5;
}

.auth-form{
  display:flex;
  flex-direction:column;
  gap:14px;
}

.auth-form-secondary{
  margin-top:10px;
}

.auth-field{
  display:flex;
  flex-direction:column;
  gap:6px;
  text-align:left;
}

.auth-label-row{
  display:flex;
  justify-content:space-between;
  align-items:center;
}

.auth-label{
  font-size:13px;
  font-weight:500;
  color:#e5e7eb;
}

.auth-link-small{
  font-size:12px;
  color:#8ab4ff;
  text-decoration:none;
}
.auth-link-small:hover{
  text-decoration:underline;
}

.auth-input-wrap{
  margin-top: 6px;
  display: flex;
  align-items: center;
  gap: 8px;
  height: 44px;

  background: color-mix(in lab, var(--bg), transparent 82%);
  border: 1px solid color-mix(in lab, var(--bg), white 16%);
  border-radius: 9px;
  padding: 0 12px;

  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
.auth-input-wrap:focus-within{
  border-color: color-mix(in lab, var(--bg), white 26%);
}

.auth-input-icon{
  width: 16px;
  height: 16px;
  opacity: .85;
  flex-shrink: 0;
}

.auth-input{
  flex: 1;
  border: none;
  background: transparent !important;
  color: #e5e7eb;
  font-size: 14px;
}
.auth-input::placeholder{
  color: color-mix(in lab, var(--bg), white 45%);
}
.auth-input:focus{
  outline: none;
}

.auth-input:-webkit-autofill,
.auth-input:-webkit-autofill:hover,
.auth-input:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0 1000px transparent inset !important;
  -webkit-text-fill-color: #e5e7eb !important;
  caret-color: #e5e7eb;
}

.auth-btn{
  margin-top:4px;
  height:42px;
  width:100%;
  border-radius:8px;
  border:1px solid transparent;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  font-size:14px;
  font-weight:500;
  cursor:pointer;
  text-decoration:none;
}

.auth-btn-primary{
  background:#f9fafb;
  color:#020617;
}
.auth-btn-primary:hover{
  background:#e5e7eb;
}

.auth-divider{
  display:flex;
  align-items:center;
  gap:10px;
  margin:14px 0 6px;
}
.auth-divider-line{
  flex:1;
  height:1px;
  background:color-mix(in lab, var(--bg), white 10%);
}
.auth-divider-text{
  font-size:11px;
  letter-spacing:.12em;
  text-transform:uppercase;
  color:color-mix(in lab, var(--bg), white 45%);
}

.auth-btn-ghost{
  background: color-mix(in lab, var(--bg), transparent 80%);;
  border-color: color-mix(in lab, var(--bg), white 12%);
  color:#e5e7eb;
}
.auth-btn-ghost:hover{
 
background-color: color-mix(in lab, var(--bg), transparent 6%);
}

.auth-btn:disabled,
.auth-btn[aria-disabled="true"]{
  opacity:.46;
  cursor:not-allowed;
  color:color-mix(in lab, var(--bg), white 48%);
  background:color-mix(in lab, var(--bg), transparent 88%);
}

.auth-btn:disabled:hover,
.auth-btn[aria-disabled="true"]:hover{
  background:color-mix(in lab, var(--bg), transparent 88%);
}

.auth-btn-icon{
  display:inline-flex;
  align-items:center;
  justify-content:center;
}

.auth-icon{
  width:16px;
  height:16px;
  stroke:none;
  fill:currentColor;
}

.auth-footer{
 margin-top: 18px;
    font-size: 13px;
    color: var(--muted);
    text-align: center;
    
    
    padding-bottom: -40px;
    margin-top: 20px;
}
.auth-footer .auth-link-small{
  font-size:13px;
}

.auth-footer-secondary{
  margin-top:14px;
}

.auth-challenge{
  display:flex;
  justify-content:center;
  min-height:65px;
  margin-top:6px;
}

.auth-page{
  height: 100%;          
  min-height: 0;
  display: flex;
  align-items: center;   
  justify-content: center;
  padding: 0 16px;
}

.auth-card{
  margin: 0;
}
body.theme-dark{
  
  --grid: 64px;
  --grid-light: rgba(255,255,255,.06);  
  --grid-dark:  rgba(0,0,0,.32);        

  
  background:
    repeating-linear-gradient(0deg,  var(--grid-light) 0 1px, transparent 1px var(--grid)),
    repeating-linear-gradient(90deg, var(--grid-light) 0 1px, transparent 1px var(--grid)),
    repeating-linear-gradient(0deg,  var(--grid-dark) 0 1px, transparent 1px var(--grid)),
    repeating-linear-gradient(90deg, var(--grid-dark) 0 1px, transparent 1px var(--grid)),
    linear-gradient(
      145deg,
      lab(1.4% .468493 -8.28032) 0%,  
      lab(6.5% 0 -14) 100%            
    );

  background-attachment: fixed;
  background-size: cover;
  margin:0;
  color:var(--text);
  font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial;
  position:relative;
}

body.theme-dark::before{
  content:"";
  position:fixed;
  inset:0;
  pointer-events:none;
  background:
    radial-gradient(900px 500px at 25% -8%, rgba(64,96,140,.18), transparent 65%),
    radial-gradient(900px 500px at 75% -8%, rgba(64,96,140,.18), transparent 65%);
  mix-blend-mode:screen;
  opacity:.8;
}

body.theme-dark::after{
  content:"";
  position:fixed;
  inset:0;
  pointer-events:none;
  background: radial-gradient(
    120% 120% at 50% 0%,
    rgba(0,0,0,0),
    rgba(0,0,0,.20) 70%,
    rgba(0,0,0,.28) 100%
  );
}

body.theme-dark::before{
  content:"";
  position:fixed;
  inset:0;
  pointer-events:none;
  background:
    radial-gradient(900px 500px at 25% -8%, rgba(64,96,140,.18), transparent 65%),
    radial-gradient(900px 500px at 75% -8%, rgba(64,96,140,.18), transparent 65%);
  mix-blend-mode:screen;
  opacity:.8;
}

body.theme-dark::after{
  content:"";
  position:fixed;
  inset:0;
  pointer-events:none;
  background: radial-gradient(
    120% 120% at 50% 0%,
    rgba(0,0,0,0),
    rgba(0,0,0,.20) 70%,
    rgba(0,0,0,.28) 100%
  );
}

body.login-page .nav {
  display: none;
}

.page:has(.auth-page){
  max-width: none;
  padding: 0;              
}

.auth-page{
  min-height: 100vh;       
  display: flex;
  align-items: center;     
  justify-content: center; 
  padding: 0 16px;         
}
.login-page .nav,
.register-page .nav{
  display:none;
}
.nav-avatar{
  width: 34px;
  height: 34px;
  border-radius: 999px;
  border: 1px solid color-mix(in lab, var(--bg), white 14%);
  background: color-mix(in lab, var(--bg), white 6%);
  color: #e5e7eb;
  text-align: center;
  margin-right: 8px;
  font-size: 13px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 0;
}
.nav-avatar:hover{
  background: color-mix(in lab, var(--bg), white 10%);
}

.nav-profile{
  position: relative;
}

.nav-avatar-btn{
  border: none;
  background: transparent;
  padding: 0;
  cursor: pointer;
}

.nav-profile-menu{
     position: absolute;
    right: -11px;
    top: 30px;
    min-width: 140px;
    background: #020617;
    border-radius: 10px;

    padding: 0;
    display: none;
    z-index: 150;
    overflow: visible;
}

.nav-profile.is-open .nav-profile-menu{
  display: block;
}

.nav-profile-header{
padding: 10px 16px 9px;
    background: #020617;
    border-bottom: 1.4px solid #111827;
}

.nav-profile-name{
  font-size: 14px;
  font-weight: 600;
  color: #f9fafb;
}

.nav-profile-email{
  font-size: 12px;
  color: var(--muted);
  margin-top: 2px;
}

.nav-profile-item{
width: 100%;
    border: none;
    background: #020617;
    padding: 9px 16px;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    color: #e1e1e1;
    text-align: left;
    cursor: pointer;
}

.nav-profile-item + .nav-profile-item{
  border-top: 1px solid color-mix(in lab, var(--bg), white 8%);
}

.nav-profile-item:hover{
  background: color(#27d17f);
}

.nav-profile-icon{
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}

.nav-profile-plan-label{
  font-weight: 700;
  letter-spacing: .08em;
}

.nav-profile-signout{

  text-decoration: none;
  font-size: 13px;
}

.nav-profile{
  position: relative;
}

.nav-avatar-btn{
  border: none;
  background: transparent;
  padding: 0;
  cursor: pointer;
}

.nav-profile.is-open .nav-profile-menu{
  display: block;
}

.nav-profile-header{
padding: 10px 16px 9px;
    background: #020617;
    border-bottom: 1.4px solid #111827;
    background: color-mix(in lab, lab(1 0 0), transparent 80%) !important;
}

.nav-profile-name{
  font-size: 15px;
  
  color: #f9fafb;
}

.nav-profile-email{
  margin-top: 2px;
  font-size: 13px;
  color: #9ca3af;
}

.nav-profile-item + .nav-profile-item{
  border-top: 1px solid #111827;
}

.nav-profile-item:hover{
  background: #020819;
}

.nav-profile-icon{
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  color: #9ca3af;
}

.nav-profile-signout{
  text-decoration: none;
}

.nav-profile-email{
  font-size: 13px;
  color: var(--muted);
  margin-top: 2px;
}
.ix-preview-text{
  margin: 0;
  font-family: Menlo, Consolas, ui-monospace, SFMono-Regular, monospace;
  font-size: 12px;
  line-height: 1.4;
  white-space: pre-wrap;
}
.nav-profile-item{
  width: 100%;
  border: none;
  background: #020617;
  padding: 9px 16px;
  display: flex;
  align-items: center;
  gap: 10px;
  color: #e1e1e1;
  text-align: left;
  cursor: pointer;
}

.nav-profile-item:last-child{
  padding-bottom: 11px;  
}

.pricing-page{
  max-width: 1100px;
  margin: 80px auto 100px;
  padding: 0 20px;
  text-align: center;
}

.pricing-title{
  margin: 0 0 40px;
  font-size: 32px;
  font-weight: 700;
  color: #e5e7eb;
}

.pricing-grid{
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
}

.pricing-card{
  background: color-mix(in lab, var(--bg), white 5%);
  border: 1px solid color-mix(in lab, var(--bg), white 14%);
  border-radius: 18px;
  padding: 26px 26px 22px;
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.pricing-card-highlight{
  border-color: color-mix(in lab, var(--bg), white 24%);
  box-shadow: 0 18px 35px rgba(0,0,0,.7);
}

.pricing-card-header{
  margin-bottom: 18px;
}

.pricing-card-name{
  margin: 0 0 6px;
  font-size: 26px;
  font-weight: 700;
  color: #f9fafb;
}

.pricing-card-price{
  display: flex;
  align-items: baseline;
  gap: 6px;
}

.pricing-price-amount{
  font-size: 28px;
  font-weight: 700;
  color: #38bdf8; 
}

.pricing-price-period{
  font-size: 14px;
  color: var(--muted);
}

.pricing-features{
  list-style: none;
  margin: 18px 0 22px;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
  font-size: 14px;
  color: #e5e7eb;
}

.pricing-features li{
  display: flex;
  align-items: center;
  gap: 10px;
}

.pricing-check{
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  color: #38bdf8;
}

.pricing-feature-disabled{
  opacity: .6;
}

.pricing-feature-disabled .pricing-cross{
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: #f97373;
}

.pricing-btn{
 width: 100%;
    height: 54px;
    border-radius: 12px;
    border: 1px solid rgba(148, 163, 184, 0.28);
    background: 
 color-mix(in lab, var(--bg), transparent 70%);
    color: #e5e7eb;
    font-size: 15px;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    margin-top: 10px;
    justify-content: center;
    gap: 10px;
    cursor: pointer;
    box-shadow: none;
}

.pricing-btn-icon{
  width: 16px;
  height: 16px;
}

.pricing-btn:hover{
  background: color-mix(in lab, var(--bg), white 4%);
}

.pricing-btn-primary{
  background: #f9fafb;
  color: #020617;
  border-color: #f9fafb;
}

.pricing-btn-primary:hover{
  background: #e5e7eb;
}

@media (max-width: 960px){
  .pricing-grid{
    grid-template-columns: 1fr;
    max-width: 520px;
    margin: 0 auto;
  }
}

.pricing-page{
  max-width: 1150px;
  margin: 80px auto 120px;
  padding: 0 24px;
  text-align: center;
}

.pricing-title{
  margin: 0 0 46px;
  font-size: 34px;
  font-weight: 700;
  color: #e5e7eb;
}

.pricing-grid{
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 32px;
}

.pricing-card{
     border-radius: 16px;
    padding: 32px 34px 49px;
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: 
 color-mix(in lab, var(--bg), transparent 78%);
    border: 1px solid var(--nav-border);
    box-shadow: none;
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);

}

.pricing-card-highlight{
  border-color: rgba(148,163,184,0.32);
}

.pricing-card-header{
  margin-bottom: 26px;
}

.pricing-card-name{
  margin: 0 0 16px;
  font-size: 36px;
  font-weight: 700;
  color: #f9fafb;
}

.pricing-card-price{
  display: flex;
  align-items: baseline;
  gap: 8px;
}

.pricing-price-amount{
 font-size: 34px;
    font-weight: 700;
    color: #e5e5e5;
}

.pricing-price-period{
  font-size: 16px;
  color: #9ca3af;
}

.pricing-features{
  list-style: none;
  margin: 20px 0 32px;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-size: 15px;
  color: #e5e7eb;
}

.pricing-features li{
  display: flex;
  align-items: center;
  gap: 10px;
}

.pricing-check{
 width: 16px;
    height: 16px;
    flex-shrink: 0;
    color: #c6c6c6;
}

.pricing-feature-disabled{
  opacity: .7;
}

.pricing-feature-disabled .pricing-cross{
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 17px;
  color: #f87171;
}

.pricing-btn{
  margin-top: auto;
  width: 100%;
  height: 56px;
  border-radius: 12px;
  border: 1px solid rgba(148,163,184,0.28);
  background: rgba(15,23,42,0.95);
  color: #e5e7eb;
  font-size: 15px;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  cursor: pointer;
}

.pricing-btn-icon{
  width: 16px;
  height: 16px;
}

.pricing-btn:hover{
  background: rgba(15,23,42,0.99);
}

.pricing-card-highlight .pricing-btn{
  background: #f9fafb;
  color: #020617;
  border-color: #f9fafb;
}

.pricing-card-highlight .pricing-btn:hover{
  background: #e5e7eb;
}

@media (max-width: 960px){
  .pricing-grid{
    grid-template-columns: 1fr;
    max-width: 520px;
    margin: 0 auto;
  }
}

.pricing-page{
  max-width: 1100px;
  margin: 110px auto 130px;
  padding: 0 24px;
  text-align: center;

  display: flex;
  flex-direction: column;
  align-items: center;   
}

.pricing-title{
     margin-bottom: 35px;
}

.pricing-grid{
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 30px;
}

.pricing-card{
   border-radius: 16px;
    padding: 32px 34px 49px;
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-color: #cef0ff;
    background: 
 color-mix(in lab, var(--bg), transparent 78%);
    border: 1px solid lab(77 -1.3 -1.1 / 0.43);
    box-shadow: none;
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
}

.pricing-card-highlight{
 border-color: #9baab0;
    background: 
color-mix(in lab, var(--bg), transparent 78%)
}

.pricing-btn{
 width: 100%;
    height: 54px;
    border-radius: 12px;
    border: 1px solid rgba(148, 163, 184, 0.28);
    background: 
 color-mix(in lab, var(--bg), transparent 70%);
    color: #e5e7eb;
    font-size: 15px;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    margin-top: 10px;
    justify-content: center;
    gap: 10px;
    cursor: pointer;
    box-shadow: none;
}

.pricing-card-highlight .pricing-btn{
  background: #f9fafb;
  color: #020617;
  border-color: #f9fafb;
}

@media (max-width: 960px){
  .pricing-grid{
    grid-template-columns: 1fr;
    max-width: 520px;
    margin: 0 auto;
  }
}
.pricing-page{
  max-width: 1100px;
  margin: -40px auto 0;   
  padding: 0 24px 60px;
  min-height: calc(100vh - 120px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.pricing-grid{
  margin-top: 0;   
}

.nav-profile{
  position: relative;
}

.nav-avatar-btn{
  border: none;
  background: transparent;
  padding: 0;
  cursor: pointer;
}

.nav-profile-menu{
  position: absolute;
  right: 0;
  top: 52px;                 
  min-width: 260px;
  background: #020617;
  border-radius: 14px;       
  border: 1px solid #111827;
  padding: 0;
  display: none;
  z-index: 80;
  overflow: visible;         
}

.nav-profile.is-open .nav-profile-menu{
  display: block;
}

.nav-profile-menu::before{
     content: "";
    position: absolute;
    top: -7px;
    right: 33px;
    width: 12px;
    height: 12px;
    background: #020617;
    border-left: 1px solid rgb(100 100 100 / 34%);
    border-top: 1px solid rgb(100 100 100 / 34%);
    transform: rotate(45deg);
    border-radius: 2px;
}

.nav-profile{
  position: relative;
}

.nav-avatar-btn{
  border: none;
  background: transparent;
  padding: 0;
  cursor: pointer;
}

.nav-profile-menu{
      position: absolute;
    right: 0px;
    top: 50px;
    min-width: 140px;
    background: #020617;
    border-radius: 10px;
   
    padding: 0;
    display: none;
    z-index: 150;
    overflow: visible;
}

.nav-profile-menu{
   border: 1px solid rgb(100 100 100 / 27%);
}

.nav-profile-menu::before{
  border-left-color: rgba(148, 163, 184, 0.45);
  border-top-color: rgba(148, 163, 184, 0.45);
}

.nav-profile.is-open .nav-profile-menu{
  display: block;
}

.nav-profile-menu::before{
    content: "";
    position: absolute;
    top: -7px;
    right: 33px;
    width: 12px;
    height: 12px;
    background: #020617;
    border-left: 1px solid rgb(100 100 100 / 34%);
    border-top: 1px solid rgb(100 100 100 / 34%);
    transform: rotate(45deg);
    border-radius: 2px;
}

.nav-profile-header{
  padding: 10px 16px 9px;
  background: #020617;
  border-bottom: 1px solid #111827;
  border-top-left-radius: 14px;
  border-top-right-radius: 14px;
  background: color-mix(in lab, lab(1 0 0), transparent 80%);
}

.nav-profile-name{
  font-size: 15px;
  font-weight: 600;
  color: #f9fafb;
}

.nav-profile-email{
  margin-top: 2px;
  font-size: 13px;
  color: #9ca3af;
}

.nav-profile-item{
  width: 100%;
  border: none;
  background: #020617;
  padding: 9px 16px;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  color: #e1e1e1;
  text-align: left;
  cursor: pointer;
  background: color-mix(in lab, lab(1 0 0), transparent 80%) !important;
}

.nav-profile-item + .nav-profile-item{
  border-top: 1px solid #111827;
}

.nav-profile-item:last-child{
  padding-bottom: 12px;
  border-bottom-left-radius: 14px;
  border-bottom-right-radius: 14px;
}

.nav-profile-item:hover{
  background: #020819;
}

.nav-profile-icon{
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  color: #9ca3af;
}

.nav-profile-signout{
  text-decoration: none;
  color: #e5e7eb;
  font-size: 13px;
}
.nav-profile-menu::before{

  
  border-left: 1px solid rgb(100 100 100 / 34%);
  border-top: 1px solid rgb(100 100 100 / 34%);
}

.admin-page .page{
  max-width: 1200px;
  padding-top: 40px;
}

.admin-wrapper{
  max-width: 1100px;
  margin: 0 auto 80px;
}

.admin-card{
border-radius: 14px;
    background: 
 color-mix(in lab, var(--bg), transparent 80%);
    border: 1px solid
 color-mix(in lab, var(--bg), white 12%);
    padding: 18px 18px 14px;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.admin-header{
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  margin-bottom: 14px;
}

.admin-title{
  margin: 0;
  font-size: 18px;
  font-weight: 600;
  color: #e5e7eb;
}

.admin-subtitle{
  margin: 4px 0 0;
  font-size: 13px;
  color: var(--muted);
}

.admin-table-wrap{
  border-radius:14px;
  overflow:visible;         
  border:1px solid color-mix(in lab, var(--bg), white 10%);
}

.admin-table{
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
  color: #e5e7eb;
}

.admin-table thead{
  background: color-mix(in lab, var(--bg), white 4%);
}

.admin-card{
  background: color-mix(in lab, var(--bg), transparent 80%); 
  border-radius: 14px;
  border: 1px solid color-mix(in lab, var(--bg), white 12%);
  padding: 18px 18px 14px;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.admin-table thead{
  background: transparent;          
}

.admin-table tbody tr:last-child td{
  border-bottom: none;
}

.admin-col-avatar{
  width: 80px;
}

.admin-col-actions{
  width: 40px;
}

.admin-avatar{
  width: 32px;
  height: 32px;
  border-radius: 999px;
  background: color-mix(in lab, var(--bg), white 8%);
  border: 1px solid color-mix(in lab, var(--bg), white 16%);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 500;
  color: #e5e7eb;
}

.admin-email{
  font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI;
}

.admin-badges{
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.badge{
  display: inline-flex;
  align-items: center;
  padding: 2px 10px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 500;
  border: 1px solid transparent;
  background: rgba(15,23,42,.6);
}

.badge-admin{
  background: #f9fafb;
  color: #020617;
}

.badge-plan{
  background: #f9fafb;
 color: #020617;
  
}

.badge-muted{
  background: rgba(15,23,42,.4);
  color: #9ca3af;
}

.admin-row-menu{
  border: none;
  background: transparent;
  color: #e5e7eb;
  cursor: pointer;
  font-size: 18px;
  line-height: 1;
  padding: 0 4px;
}
.admin-row-menu:hover{
  color: #f9fafb;
}

.admin-card-header{
  display:flex;
  justify-content:space-between;
  align-items:flex-end;
  margin-bottom:18px;
}

.admin-title{
  margin:0;
  font-size:20px;
  font-weight:600;
  color:#f9fafb;
}
.admin-subtitle{
  margin:4px 0 0;
  font-size:13px;
  color:var(--muted);
}

.admin-table{
  width:100%;
  border-collapse:collapse;
  font-size:13px;
}

.admin-table thead{
  background: color-mix(in lab, var(--bg), white 4%);
}
.admin-table th,
.admin-table td{
  padding:10px 14px;
  border-bottom:1px solid color-mix(in lab, var(--bg), white 6%);
}
.admin-table th{
  text-align:left;
  font-weight:500;
  color:#9ca3af;
}

.admin-avatar{
  width:32px;
  height:32px;
  border-radius:999px;
  background: #020617;
  border:1px solid color-mix(in lab, var(--bg), white 18%);
  display:inline-flex;
  align-items:center;
  justify-content:center;
  font-size:12px;
}

.admin-tags{
  display:flex;
  flex-wrap:wrap;
  gap:6px;
}

.admin-tag{
  padding:2px 8px;
  border-radius:999px;
  border:1px solid color-mix(in lab, var(--bg), white 22%);
  font-size:11px;
  color:#e5e7eb;
  background: color-mix(in lab, var(--bg), white 4%);
}
.admin-tag-primary{
  border-color:#38bdf8;
  color:#e0f2fe;
  background:rgba(56,189,248,.12);
}
.admin-tag-muted{
  opacity:.7;
}
.admin-tag-danger{
  border-color:#f97373;
  color:#fecaca;
  background:rgba(248,113,113,.14);
}

.admin-col-actions{
  width:60px;
  text-align:right;
}

.users-actions{
  position:relative;
}

.users-actions-toggle{
  width:28px;
  height:28px;
  border-radius:999px;
  border:1px solid color-mix(in lab, var(--bg), white 14%);
  background: color-mix(in lab, var(--bg), white 4%);
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:2px;
  cursor:pointer;
}
.users-actions-toggle .dot{
  width:3px;
  height:3px;
  border-radius:999px;
  background:#e5e7eb;
}

.users-actions-menu{
  position:absolute;
  right:0;
  top:32px;
  min-width:160px;
 background: #020617;
  border-radius:10px;
  border:1px solid color-mix(in lab, var(--bg), white 18%);

  padding:4px 0;
  display:none;
  z-index:40;
}
.users-actions.open .users-actions-menu{
  display:block;
}

.users-actions-title{
  padding:6px 12px 8px;
  font-size:12px;
  font-weight:600;
  text-align: left;
  color:#e5e7eb;
  border-bottom:1px solid color-mix(in lab, var(--bg), white 8%);
}

.users-actions-item{
  width:100%;
  border:none;
  background:transparent;
  text-align:left;
  padding:8px 12px;
  font-size:13px;
  color:#e5e7eb;
  cursor:pointer;
}
.users-actions-item:hover{
   background: color-mix(in lab, var(--bg), white 6%);
}
.users-actions-ban{
  color:#f97373;
}

.admin-modal-root{
  position:fixed;
  inset:0;
  z-index:90;
  display:none;
}
.admin-modal-root.is-open{
  display:flex;
  align-items:center;
  justify-content:center;
}

.admin-modal-backdrop{
  position:absolute;
  inset:0;
  background:rgba(3,10,20,.8);
  backdrop-filter:blur(4px);
}

.admin-modal-panel{
     position: relative;
    width: 510px;
    height: 500px;
    max-width: 95vw;
    border-radius: 18px;
    border: 1px solid
    color-mix(in lab, var(--bg), white 12%);
    backdrop-filter: blur(10px);
    padding: 20px 22px 22px;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
        background: 
 color-mix(in lab, var(--bg), #00000052 78%);
    display: flex;
    flex-direction: column;
}

.admin-modal-header{
  display:flex;
  align-items:center;
  justify-content:space-between;
  margin-bottom:16px;
}
.admin-modal-title{
  margin:0;
  font-size:20px;
  font-weight:600;
  color:#f9fafb;
}
.admin-modal-close{
  border:none;
  background:transparent;
  color:#9ca3af;
  cursor:pointer;
  font-size:16px;
}
.admin-modal-close:hover{
  color:#e5e7eb;
}

.admin-modal-body{
  margin-top:6px;
}
.admin-modal-row{
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding:10px 0;
  border-bottom:1px solid color-mix(in lab, var(--bg), white 8%);
}
.admin-modal-row:last-child{
  border-bottom:none;
}
.admin-modal-label .row-title{
  font-size:15px;
  color:#e5e7eb;
}
.admin-modal-label .row-sub{
  font-size:13px;
  color:#9ca3af;
  margin-top:2px;
}
.admin-modal-row-admin .row-title{
  display:flex;
  align-items:center;
  gap:6px;
}
.admin-warning{
  font-size:13px;
  color:#fbbf24;
}

.admin-modal-footer{
  margin-top:16px;
  display:flex;
  justify-content:flex-start;
}
.admin-modal-save{
     min-width: 90px;
    height: 34px;
    border-radius: 8px;
    border: none;
    background: #f9fafb;
    color: #020617;
    font-size: 14px;
    font-weight: 500;
    margin-top: 130px;
    cursor: pointer;
}
.admin-modal-save:hover{
  background:#e5e7eb;
}

.toggle{
  position:relative;
  width:40px;
  height:22px;
  flex-shrink:0;
}
.toggle input{
  opacity:0;
  width:0;
  height:0;
}
.toggle-slider{
  position: absolute;
  inset: 0;
  border-radius: 999px;
  background: #111827;
  border: 1px solid #ffffff;
  transition: background .15s ease, border-color .15s ease;
}
.toggle-slider::before{
  content: "";
  position: absolute;
  left: 2px;
  top: 50%;
  width: 16px;
  height: 16px;
  border-radius: 999px;
  background: #717c92;
  transform: translateY(-50%);
  transition: transform .15s ease;
}
.toggle input:checked + .toggle-slider{
  background: #ffffff;
    border-color: #000000;
}
.toggle input:checked + .toggle-slider::before{
  transform:translate(16px, -50%);
}
.toggle input:disabled + .toggle-slider{
  opacity:.45;
}

.admin-card{
  background: color-mix(in lab, var(--bg), transparent 80%); 
  border-radius: 14px;
  border: 1px solid color-mix(in lab, var(--bg), white 12%);
  padding: 18px 18px 14px;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.admin-table thead{
  background: transparent;          
}

.users-actions{
  position: relative;
}

.users-actions-menu{
    position: absolute;
    right: -11px;
    top: 30px;
    min-width: 140px;
    background: #020617;
    border-radius: 10px;
   
    padding: 0;
    display: none;
    z-index: 150;
    overflow: visible;
}

.users-actions.open .users-actions-menu{
  display: block;
}

.users-actions-menu::before{
  content: "";
  position: absolute;
  top: -7.5px;                      
  right: 18px;                      
  width: 13px;
  height: 13px;
  background: #020617;
  border-left: 1px solid rgb(100 100 100 / 34%);
  border-top: 1px solid rgb(100 100 100 / 34%);
  transform: rotate(45deg);
  border-radius: 2px;
}

.users-actions-title{
  padding: 10px 14px 8px;
  font-size: 13px;
  font-weight: 600;
  color: #e5e7eb;
  border-bottom: 1px solid #111827;
  border-top-left-radius: 14px;
  border-top-right-radius: 14px;
  background: #020617;
}

.users-actions-item{
  width: 100%;
  border: none;
  background: #020617;
  padding: 9px 14px;
  font-size: 14px;
  color: #e5e7eb;
  text-align: left;
  cursor: pointer;
}

.users-actions-item + .users-actions-item{
  border-top: 1px solid #111827;
}

.users-actions-item:last-child{
  border-bottom-left-radius: 14px;
  border-bottom-right-radius: 14px;
}

.users-actions-item:hover{
  background: #020819;
}

.users-actions-ban{
  color: #f97373;
}

.users-actions-toggle{
  border: none !important;
  background: transparent !important;
 
}

.users-actions-toggle .dot{

  border-radius: 999px;
  background: #e5e7eb;
}
.admin-modal-save{
  min-width: 90px;
  height: 34px;
  border-radius: 8px;
  border: none;
  background: #f9fafb;
  color: #020617;
  font-size: 14px;
  font-weight: 500;
  margin-top: 130px;
  cursor: pointer;

  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;              
}

.admin-modal-save-icon{
  width: 14px;
  height: 14px;
  fill: #020617;         
}
.pricing-card-low{
   border-radius: 16px;
    padding: 32px 34px 49px;
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-color: #cef0ff4c;
    background: 
 color-mix(in lab, var(--bg), transparent 78%);
    border: 1px solid lab(40.77% 0.47 -2.42 / 0.43);
    box-shadow: none;
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
}

.pricing-card-low{
  order: 1;
  border-color: lab(77 -1.3 -1.1 / 0.43);
}

.pricing-card:not(.pricing-card-highlight){
  order: 3;
}

.pricing-card-highlight{
  order: 2;
  position: relative;
}

.pricing-card-popular{
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 138px;
  height: 29px;
  padding: 0 20px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.52);
  background: #f9fafb;
  color: #020617;
  font-size: 12px;
  font-weight: 700;
  line-height: 28px;
  text-align: center;
  white-space: nowrap;
  letter-spacing: 0;
  z-index: 2;
}

.ua-icon{
  width:16px;
  height:16px;
  margin-right:8px;
  flex-shrink:0;
  stroke: currentColor;
  fill: none;
  stroke-width: 1.8;
  opacity:.95;
}

.users-actions-ban{
  color:#f97373;
}
.users-actions-ban .ua-icon{
  color:#f97373;               
  stroke-width: 2;             
}

.users-actions-item:hover{
  background:#020819;
}

.users-actions-item{
  line-height: 1;                 
  padding: 8px 14px 10px;         
}

.users-actions-item .ua-icon{
  position: relative;
  top: 2px;
}

.users-actions-item .ua-label{     
  position: relative;
  top: 2px;                       
}

.users-actions-item .ua-label{
  position: relative;
  top: -2px;              
}

.users-actions-item{
  line-height: 1;
  padding: 9px 17px 14px; 
}

.users-actions-item .ua-label{
  position: relative;
  top: -4px;          
  display: inline-block;
}

.users-actions-item .ua-ico{
  position: relative;
  top: -5px;
}

.users-actions-item{
  line-height: 1;
  padding: 4px 14px 12px;  
}

.hero-search.is-loading {
  position: relative;
}

.hero-search.is-loading .hs-input,
.hero-search.is-loading #bucket-trigger {
  opacity: .6;
  cursor: progress;
}

.hero-search.is-loading .hs-dropdown { display: none !important; }

.hero-search .hs-submit .icon {
  transform-origin: 11px 11px; 
}

.hero-search.is-loading .hs-submit .icon {
  animation: loupe-search 1.2s ease-in-out infinite;
}
@keyframes loupe-search {
  0%   { transform: translate(0, 0)      rotate(0deg); }
  10%  { transform: translate(4px,-4px)  rotate(-10deg); }
  25%  { transform: translate(10px,-2px) rotate(-5deg); }
  40%  { transform: translate(6px, 4px)  rotate(8deg); }
  55%  { transform: translate(-2px, 8px) rotate(4deg); }
  70%  { transform: translate(-8px, 2px) rotate(-8deg); }
  85%  { transform: translate(-4px,-3px) rotate(6deg); }
  100% { transform: translate(0, 0)      rotate(0deg); }
}

.hero-search.is-invalid .hs-input {
  animation: hs-shake .28s linear 1;
  border-color: #ef4444;
}
@keyframes hs-shake {
  0%,100% { transform: translateX(0); }
  25% { transform: translateX(-4px); }
  75% { transform: translateX(4px); }
}

.users-actions-menu .users-actions-item{
display: flex;
    top: 10px;
    gap: 0px;
    line-height: 1.05;
    padding: 12px 14px 11px;
}

.users-actions-menu .users-actions-item .ua-label,
.users-actions-menu .users-actions-item span{
  position: relative;
  top: -1px !important;      
  display: inline-block;
}

.users-actions-menu .users-actions-item .ua-ico,
.users-actions-menu .users-actions-item svg{
         position: relative;
    top: -1.2px;
}

.admin-table th { white-space: nowrap; }

.sort-btn{
  all: unset;                 
  display: inline-flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
}

.th-label{
  display: inline-block;
         
  line-height: 1;
}

.th-sort{
  width: 16px;
  height: 16px;
  opacity: .75;
}

.sort-btn:hover .th-sort{ opacity: 1; }

.page-legal .page{
  max-width: 1000px;
  padding-top: 40px;
}

.legal-wrap{
  max-width: 920px;
  margin: 60px auto 100px;
  padding: 0 16px;
}

.legal-card{
  background: color-mix(in lab, var(--bg), transparent 80%);
  border: 1px solid var(--nav-border);
  border-radius: 16px;
  padding: 28px 28px 22px;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.legal-header{
  border-bottom: 1px solid color-mix(in lab, var(--bg), white 10%);
  padding-bottom: 14px;
  margin-bottom: 18px;
}

.legal-title{
  margin: 0 0 6px;
  font-size: 26px;
  font-weight: 700;
  color: #f9fafb;
}

.legal-subtitle{
  margin: 0;
  font-size: 13px;
  color: var(--muted);
}

.legal-section{
  margin: 18px 0 20px;
}

.legal-section h2{
  margin: 0 0 8px;
  font-size: 18px;
  font-weight: 600;
  color: #e5e7eb;
}

.legal-section p{
  margin: 0 0 10px;
  color: #d1d5db;
  line-height: 1.6;
  font-size: 14px;
}

.legal-list{
  list-style: none;
  padding: 0;
  margin: 8px 0 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
  color: #d1d5db;
  font-size: 14px;
}

.legal-list li{
  position: relative;
  padding-left: 18px;
}
.legal-list li::before{
  content: "•";
  position: absolute;
  left: 0;
  top: 0;
  color: #9ca3af;
}

.legal-footer{
  border-top: 1px solid color-mix(in lab, var(--bg), white 10%);
  margin-top: 10px;
  padding-top: 14px;
  display: flex;
  justify-content: flex-start;
}

.legal-back{
  font-weight: 600;
}
.nav-profile-icon-logout {
      width: 15px;
    height: 15px;
    flex-shrink: 0;
    color: #9ca3af;
    margin-left: 3px;
}

.pricing-note{
  margin: -22px 0 34px;          
  font-size: 13px;
  line-height: 1.55;
  color: color-mix(in lab, var(--bg), white 55%); 
  max-width: 780px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
a.pricing-btn,
a.pricing-btn:visited {
  text-decoration: none;     
  display: inline-flex;      
  align-items: center;
  justify-content: center;
}

a.pricing-btn:hover,
a.pricing-btn:focus,
a.pricing-btn:active {
  text-decoration: none;     
}

.modal-tabs{ position:relative; }
.tab-underline{
  position:absolute;
  bottom:-1px;            
  height:2px;
  width:0;
  background:#f9fafb;
  border-radius:2px;
  transition: transform .28s ease, width .28s ease, left .28s ease;
  will-change: transform, width, left;
}

.modal-tab.disabled,
.modal-tab[disabled]{
  opacity:.45;
  cursor:not-allowed;
}
.ix-full {
  color:#8ab4ff;
  font-weight:700;
  background:transparent;
  border:none;
  cursor:pointer;
}
.ix-full:hover { text-decoration:underline; }

.ix-full.ix-full-disabled,
.ix-full[disabled]{
  opacity:.5;
  text-decoration:none !important;
  cursor:not-allowed;
  pointer-events:none; 
}

.ix-full{
  pointer-events: auto;        
}

.ix-full.ix-full-disabled,
.ix-full[disabled]{
  pointer-events: none;        
  opacity: .5;
  cursor: not-allowed;
  text-decoration: none !important;
}

.hero-search.hero-search--with-bucket{
  display:flex;
  align-items:center;
  gap:0;
  height:52px;
  border-radius:12px;
  background: color-mix(in lab, var(--bg), white 7%);
  border:1px solid color-mix(in lab, var(--bg), white 16%);
  overflow:visible;           
}

.hs-trigger{
  display:inline-flex;
  align-items:center;
  gap:10px;
  height:52px;
  padding:0 14px;
  background:transparent;
  border:0;
  color:#e5e7eb;
  font-size:14px;
  cursor:pointer;
  white-space:nowrap;
}
.hs-trigger .icon{ width:18px; height:18px; opacity:.9; }
.hs-trigger .caret{ width:16px; height:16px; opacity:.65; margin-left:2px; }

.hero-search .hs-input{
  flex:1 1 auto;
  min-width:0;
  height:52px;
  background:transparent;
  border:0;
  color:#e5e7eb;
  padding:0 14px;
  font-size:15px;
  outline:none;
}

.hero-search .hs-submit{
  display:inline-flex; align-items:center; justify-content:center;
  width:56px; height:52px;
  background:transparent;
  border-left:1px solid color-mix(in lab, var(--bg), white 14%);
  color:#cbd5e1; border:0; cursor:pointer;
}
.hero-search .hs-submit .icon{ width:18px; height:18px; }

.hs-dropdown{
  position:absolute;
  top:100%;
  left:0;
  margin-top:10px;
  min-width:280px;
  background: color-mix(in lab, var(--bg), white 6%);
  border:1px solid color-mix(in lab, var(--bg), white 18%);
  border-radius:12px;

  padding:8px;
  z-index:40;
              
}

.hs-dropdown::before{
  content:"";
  position:absolute;
  top:-8px; left:20px;
  width:14px; height:14px;
  background: inherit;
  border-left:1px solid color-mix(in lab, var(--bg), white 18%);
  border-top:1px solid color-mix(in lab, var(--bg), white 18%);
  transform: rotate(45deg);
}

.hs-dropdown-header{
  font-size:12px; color:#94a3b8;
  padding:6px 8px 10px;
}

.hs-item{
  width:100%;
  display:flex; align-items:center; gap:10px;
  padding:10px 8px;
  border:0; background:transparent;
  color:#e5e7eb; font-size:14px; border-radius:8px; cursor:pointer;
}
.hs-item:hover{ background: rgba(255,255,255,.05); }
.hs-item .icon{ width:16px; height:16px; opacity:.75; }
.hs-item .check{ margin-left:auto; opacity:0; }
.hs-item.selected .check{ opacity:1; }
.hs-trigger{
  display:none;
  align-items:center;
  gap:8px;
  height:52px;
  padding:0 12px;
  border-right:1px solid color-mix(in lab, var(--bg), white 14%);
  color:var(--muted);
  background:transparent;
  border:none;
  cursor:pointer;
}
.hero-search.has-bucket .hs-trigger{ display:flex; }
.hs-dropdown-header{
  font-size:12px;
  color:#94a3b8;
  padding:6px 8px 10px;
}

.hs-label{
  font-size:14px;
  font-weight:500;
}

.hero-search {
  position: relative;
  display: flex;
  align-items: stretch;
  justify-content: center;
  max-width: 820px;
  margin: 0 auto;
  height: 52px;
  background: color-mix(in lab, var(--bg), white 10%);
  border: 1px solid color-mix(in lab, var(--bg), white 18%);
  border-radius: 10px;
  overflow: visible;
}

.hs-left {
  position: relative;
  display: flex;
  align-items: center;
  background: color-mix(in lab, var(--bg), black 10%);
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.hs-left::after {
  content: "";
  position: absolute;
  right: 0;
  top: 8px;
  bottom: 8px;
  width: 1px;
  background: color-mix(in lab, var(--bg), white 14%);
  pointer-events: none;
}

.hs-trigger {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  height: 52px;
  padding: 0 16px;
  border: none;
  background: transparent;
  color: #e7e5e4;
  cursor: pointer;
  min-width: 170px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  white-space: nowrap;
}

.hs-trigger .icon {
  width: 16px;
  height: 16px;
  stroke-width: 1.6;
  opacity: .85;
}

.hs-trigger .caret {
  width: 12px;
  height: 12px;
  opacity: .75;
  margin-left: auto;
  border: none;
  background: transparent;
  transition: transform .18s ease;
}

.hs-input {
  flex: 1;
  border: none;
  background: transparent;
  color: #e5e7eb;
  padding: 0 16px;
  font-size: 15px;
}

.hs-input::placeholder {
  color: color-mix(in lab, var(--bg), white 45%);
}

.hs-input:focus {
  outline: none;
}

.hs-submit {
  width: 60px;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(
    135deg,
    color-mix(in lab, var(--bg), black 35%) 0%,
    color-mix(in lab, var(--bg), black 15%) 100%
  );
  border-left: 1px solid color-mix(in lab, var(--bg), white 8%);
}

.hs-submit .icon {
  width: 18px;
  height: 18px;
  stroke: #e5e7eb;
  fill: none;
}

.hs-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  margin-top: 6px;
  min-width: 220px;
  background: color-mix(in lab, var(--bg), white 6%);
  border: 1px solid color-mix(in lab, var(--bg), white 18%);
  border-radius: 12px;
 
  padding: 4px;
  display: none;           
  z-index: 100;
}

.hs-left.open .hs-dropdown {
  display: block !important;
}

.hs-item {
  display: flex;
  align-items: center;
  gap: 8px;
  width: 100%;
  height: 40px;
  padding: 0 12px;
  margin: 2px 0;
  border-radius: 8px;
  border: none;
  background: transparent;
  color: #e5e7eb;
  cursor: pointer;
  font-size: 13px;
  text-align: left;
  transition: background .15s ease, color .15s ease;
}

.hs-item .icon {
  width: 14px;
  height: 14px;
  stroke-width: 1.6;
  opacity: .9;
}

.hs-item span {
  flex: 1 1 auto;
}

.hs-item .check {
  margin-left: auto;
  opacity: 0;
  width: 14px;
  height: 14px;
}

.hs-item:hover {
  background: rgba(15, 23, 42, 0.85);
}

.hs-item.selected {
  background: rgba(15, 23, 42, 0.95);
}

.hs-item.selected .check {
  opacity: 1;
}

.hs-dropdown .hs-item:first-child {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.hs-dropdown .hs-item:last-child {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.hero-search {
  position: relative;
  display: flex;
  align-items: stretch;
  max-width: 820px;
  margin: 0 auto;
  height: 52px;
  background: color-mix(in lab, var(--bg), white 10%);
  border: 1px solid color-mix(in lab, var(--bg), white 18%);
  border-radius: 10px;
  overflow: visible;
}

.hs-left {
  position: relative;
  display: flex;
  align-items: center;
  background: color-mix(in lab, var(--bg), black 10%);
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.hs-left::after {
  content: "";
  position: absolute;
  right: 0;
  top: 8px;
  bottom: 8px;
  width: 1px;
  background: color-mix(in lab, var(--bg), white 14%);
  pointer-events: none;
}

.hs-trigger {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  height: 52px;
  padding: 0 16px;
  border: none;
  background: transparent;
  color: #e5e7eb;
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  white-space: nowrap;
}

.hs-trigger .icon {
  width: 16px;
  height: 16px;
}

.hs-trigger .caret {
  margin-left: auto;
  opacity: .75;
  transition: transform .18s ease;
   margin-right: 0.4px;
}

.hs-left.open .hs-trigger .caret {
  transform: rotate(180deg);
       margin-right: 0.4px;
}

.hs-dropdown {
  position: absolute;
  left: 0;
  top: 54px;
  min-width: 230px;
  background: #020617;
  border-radius: 10px;
  border: 1px solid rgb(100 100 100 / 27%);
  padding: 4px 0;
  display: none;
  z-index: 150;
  overflow: visible;
  
}

.hs-dropdown::before {
  content: "";
  position: absolute;
  top: -7.5px;
  left: 28px;
  width: 13px;
  height: 13px;
  background: #020617;
  border-left: 1px solid rgb(100 100 100 / 34%);
  border-top: 1px solid rgb(100 100 100 / 34%);
  transform: rotate(45deg);
  border-radius: 2px;
}

.hs-left.open .hs-dropdown {
  display: block;
}

.hs-item {
  width: 100%;
  border: none;
  background: #020617;
  padding: 9px 16px;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  color: #e1e1e1;
  text-align: left;
  cursor: pointer;
}

.hs-item + .hs-item {
  border-top: 1px solid #111827;
}

.hs-item:hover {
  background: #020819;
}

.hs-item-icon {
  flex-shrink: 0;
  opacity: .9;
}

.hs-item .check {
  margin-left: auto;
  width: 16px;
  height: 16px;
  opacity: 0;
}

.hs-item.selected .check {
  opacity: 1;
}

.hs-dropdown .hs-item:first-child {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.hs-dropdown .hs-item:last-child {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.hs-dropdown {
  position: absolute;
  left: 0;
  top: 54px;
  min-width: 230px;
  background: #020613 !important;
  border-radius: 10px;
  border: 1px solid #111827;
  padding: 0;                 
  display: none;
  z-index: 150;
  overflow: hidden;           

}

.hs-dropdown::before {
  content: "";
  position: absolute;
  top: -7px;
  left: 28px;
  width: 13px;
  height: 13px;
  background: #020617;
  border-left: 1px solid #111827;
  border-top: 1px solid #111827;
  transform: rotate(45deg);
  border-radius: 2px;
}

.hs-left.open .hs-dropdown {
  display: block;
}

.hs-item {
  width: 100%;
  border: none;
  background: #020617;
  padding: 10px 16px;         
  margin: 0;                  
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  color: #e1e1e1;
  text-align: left;
  cursor: pointer;
  line-height: 1.1;
}

.hs-item + .hs-item {
  border-top: 1px solid #111827;   
}

.hs-item:hover {
  background: #020819;        
}

.hs-item-icon {
  flex-shrink: 0;
  opacity: .9;
}

.hs-item .check {
  margin-left: auto;
  width: 16px;
  height: 16px;
  opacity: 0;
}

.hs-item.selected .check {
  opacity: 1;
}

.hs-item + .hs-item { border-top: 1px solid #111827; }
.hs-item:hover { background: #020819; }

.hero-search{
  position: relative;
  overflow: visible;   
}

.hs-left{
  position: relative;
  overflow: visible;
}

.hs-dropdown{
  position: absolute;
  top: 52px;                
  left: 0;
  margin-top: 6px;

  min-width: 260px;
  background: #020613;
  border-radius: 14px;
  border: 1px solid rgb(100 100 100 / 27%);
  padding: 0;
  display: none;
  z-index: 150;
}

.hs-dropdown::before{
  content: "";
  position: absolute;
  top: -7.5px;
  left: 26px;              
  width: 13px;
  height: 13px;
  background: #020613;
  border-left: 1px solid rgb(100 100 100 / 34%);
  border-top: 1px solid rgb(100 100 100 / 34%);
  transform: rotate(45deg);
  border-radius: 2px;
}

.hs-left.open .hs-dropdown{
  display: block;
}

.hs-dropdown-list{
  padding: 4px 0;
}

.hs-dropdown-list .hs-item{
  width: 100%;
  border: none;
background: #020613;
  padding: 10px 16px;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  color: #e5e7eb;
  text-align: left;
  cursor: pointer;
  border-radius: 0;
}

.hs-dropdown-list .hs-item + .hs-item{
  border-top: 1px solid #111827;
}

.hs-dropdown-list .hs-item:hover{
  background: #020819;
}

.hs-dropdown-list .hs-item .check{
  margin-left: auto;
  opacity: 0;
}
.hs-dropdown-list .hs-item.selected .check{
  opacity: 1;
}

.hs-dropdown{
  position: absolute;
  left: 0;
  top: 56px;
  min-width: 260px;
   background: #020613;
  border-radius: 14px;
  border: 1px solid rgb(100 100 100 / 27%);
  padding: 0;                 
  z-index: 150;
  display: none;
}

.hs-dropdown::before{
  content: "";
  position: absolute;
  top: -7.5px;
  left: 24px;
  width: 13px;
  height: 13px;
    background: #020613;
  border-left: 1px solid rgb(100 100 100 / 34%);
  border-top: 1px solid rgb(100 100 100 / 34%);
  transform: rotate(45deg);
  border-radius: 2px;
}

.hs-dropdown-list{
  padding: 0;                 
  margin: 0;
}

.hs-item{
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  margin: 0;                  
  padding: 10px 16px;         
  border: none;
  background: transparent;
  color: #e5e7eb;
  font-size: 14px;
  cursor: pointer;
  line-height: 1.2;
}

.hs-item + .hs-item{
  border-top: 1px solid #111827;
}

.hs-item:hover{
  background: #020819;
}

.hs-item.selected{
  background: #020819;
}

.hs-dropdown .hs-item:first-child{
  border-top-left-radius: 14px;
  border-top-right-radius: 14px;
}

.hs-dropdown .hs-item:last-child{
  border-bottom-left-radius: 14px;
  border-bottom-right-radius: 14px;
}

.hs-item .hs-item-icon{
  width: 18px;
  height: 18px;
  flex-shrink: 0;
}

.hs-item .check{
  margin-left: auto;
  width: 16px;
  height: 16px;
  opacity: 0;
}

.hs-item.selected .check{
  opacity: 1;
}

.hs-dropdown{
  padding: 0 !important;      
}

.hs-dropdown-list{
  padding: 0 !important;
  margin: 0 !important;
}

.hs-item{
  margin: 0 !important;
  padding: 10px 16px;
}

.hs-item + .hs-item{
  border-top: 1px solid #111827;
}

.hs-dropdown .hs-item:last-child{
  border-bottom-left-radius: 14px;
  border-bottom-right-radius: 14px;
}

.hero-search .hs-left{
  position: relative;      
  flex: 0 0 auto;
}

.hero-search .hs-dropdown{
  position: absolute;
  top: 100%;               
  left: 0;
  right: 0;                
  margin-top: 5px;

  width: auto !important;
  min-width: 100% !important;
  box-sizing: border-box;

  
}

.hs-dropdown-list{
  width: 100%;
}

.hs-dropdown {
    background-color: #020613 !important;
}

.hero-search .hs-trigger{
  min-width: 220px;      
  padding: 0 20px;       
}
.hs-item {
  font-weight: 300 !important;
}
.hero-search .hs-left::after{
  content: none !important;   
  width: 0 !important;
  background: transparent !important;
}

.hero-search .hs-dropdown::before{
    z-index: -1;
    content: "";
    position: absolute;
    left: 20px;
    top: -7px;
    right: 49px;
    width: 12px;
    height: 12px;
    background: #020617;
    border-left: 1px solid rgb(100 100 100 / 34%);
    border-top: 1px solid rgb(100 100 100 / 34%);
    transform: rotate(45deg);
    border-radius: 2px;                  
}
.hero-search .hs-dropdown{
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  width: 100%;          
  
}

.hero-search {
  position: relative;
  overflow: visible;
}

.hs-left {
  position: relative;
  overflow: visible;
}

.hs-dropdown {
  position: absolute;
  top: calc(100% + 8px);  
  left: 0;
  right: 0;               
  width: auto;
  min-width: 100%;
  box-sizing: border-box;

  background: #020617;
  border-radius: 10px;
  border: 1px solid rgb(100 100 100 / 0.34);
  padding: 0;
  display: none;
  z-index: 150;
  overflow: visible;
}

.hs-dropdown::before {
  content: "";
  position: absolute;
  top: -7px;
  left: 50%;                           
  transform: translateX(-50%) rotate(45deg);
  width: 13px;
  height: 13px;
  background: #020617;
  border-left: 1px solid rgb(100 100 100 / 0.34);
  border-top: 1px solid rgb(100 100 100 / 0.34);
  border-radius: 2px;
}

.hs-left.open .hs-dropdown {
  display: block !important;
}

.hs-item {
  width: 100%;
  border: none;
  background: #020617;
  padding: 10px 16px;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  color: #e1e1e1;
  text-align: left;
  cursor: pointer;
  line-height: 1.1;
}

.hs-item + .hs-item {
  border-top: 1px solid #111827;
}

.hs-item:hover {
  background: #020819;
}

.hs-item-icon {
  flex-shrink: 0;
  opacity: .9;
}

.hs-item .check {
  margin-left: auto;
  width: 16px;
  height: 16px;
  opacity: 0;
}

.hs-item.selected .check {
  opacity: 1;
}

.hs-dropdown .hs-item:first-child {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.hs-dropdown .hs-item:last-child {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.hs-dropdown {
  position: absolute;
  top: calc(100% + 2px); 
  left: 0;
  right: 0;
  width: auto;
  min-width: 100%;
  box-sizing: border-box;

  background: #020617;
  border-radius: 10px;
  border: 1px solid rgb(100 100 100 / 0.34);
  padding: 0;
  display: none;
  z-index: 150;
  overflow: visible;
}
.hs-dropdown::before {
  top: -6px; 
}

.hs-item .check{
  margin-left: auto;
  width: 14px;
  height: 14px;
  opacity: 0;
  transform: translateX(0);                 
  transition: opacity .15s ease, 
              transform .18s ease;          
}

.hs-item.selected .check{
  opacity: 1;
  transform: translateX(2px);               
}

.modal-hit{ background:#fbbf24; color:#111827; border-radius:2px; }
.modal-hit.is-current{ outline:2px solid rgba(251,191,36,.35); }
.modal-hit{
  background:#fbbf24;
  color:#111827;
  border-radius:2px;
  padding:0 2px;
}

.modal-icon-btn{
  background: transparent !important;
  border: none !important;
  border-radius: 999px;           
  padding: 0;                     
}

.modal-icon-btn:hover,
.modal-icon-btn:active,
.modal-icon-btn:focus {
  background: transparent !important;
  box-shadow: none !important;
}

.modal-icon-btn svg,
.modal-icon-btn i,
.modal-icon-btn .icon {
  opacity: .7;
  transition: opacity .18s ease, transform .18s ease, color .18s ease;
     margin-top: 5px;
     width: 16px;
    height: 16px;
margin-left: -6px;
}

.modal-icon-btn:hover svg,
.modal-icon-btn:hover i,
.modal-icon-btn:hover .icon {
  opacity: 1;
  
}

.modal-icon-btn:hover svg path,
.modal-icon-btn:hover svg circle,
.modal-icon-btn:hover svg line {
  stroke: #fff;          
  
}

.modal-icon-btn:focus-visible {
  outline: 2px solid rgba(255,255,255,.35);
  outline-offset: 2px;
}

.modal-icon-btn:hover{
  background: color(#fff); 
}
.admin-modal-close:hover {
  
}

.ix-tip {
  position: relative;
  display: inline-block;
}

.ix-full-disabled {
  cursor: not-allowed;
  opacity: .65;
  pointer-events: none; 
}

.ix-tip-panel{
  position: absolute;
  top: calc(100% + 10px);
  right: 10px;                    
  z-index: 60;

  background: color-mix(in lab, var(--bg), white 6%);
  border: 1px solid color-mix(in lab, var(--bg), white 18%);
  border-radius: 8px;
  padding: 10px 12px;

  color: #e5e7eb;
  font-size: 12px;
  line-height: 1.25;
  white-space: nowrap;

  opacity: 0;
  transform: translateY(-4px);
  pointer-events: none;
  transition: opacity .14s ease, transform .14s ease;
}

.ix-tip-panel::before{
  content: "";
  position: absolute;
  top: -6px;
  right: 14px;                    
  width: 10px;
  height: 10px;
  transform: rotate(45deg);
  background: color-mix(in lab, var(--bg), white 6%);
  border-left: 1px solid color-mix(in lab, var(--bg), white 18%);
  border-top: 1px solid color-mix(in lab, var(--bg), white 18%);

}

.ix-tip:hover .ix-tip-panel,
.ix-tip:focus-within .ix-tip-panel{
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

@media (max-width: 520px){
  .ix-tip-panel{
    right: 50%;
    transform: translate(50%, -4px);
  }
  .ix-tip-panel::before{
    right: calc(50% - 5px);
  }
}

.hero-search .hs-submit .icon {
  transform-origin: 11px 11px;
}

.hero-search.is-loading .hs-submit .icon {
  
  animation: loupe-search 2.4s ease-in-out infinite;
}

@keyframes loupe-search {
  0%   { transform: translate(0, 0)        rotate(0deg); }
  10%  { transform: translate(2px,-2px)    rotate(-6deg); }
  25%  { transform: translate(5px,-1px)    rotate(-3deg); }
  40%  { transform: translate(3px, 2px)    rotate(5deg); }
  55%  { transform: translate(-1px, 4px)   rotate(3deg); }
  70%  { transform: translate(-4px, 1px)   rotate(-5deg); }
  85%  { transform: translate(-2px,-2px)   rotate(4deg); }
  100% { transform: translate(0, 0)        rotate(0deg); }
}

@media (prefers-reduced-motion: reduce) {
  .hero-search.is-loading .hs-submit .icon {
    animation: none;
  }
}
.hero-search .hs-submit .icon {
  transform-origin: 11px 11px;
}

.hero-search.is-loading .hs-submit .icon {
  animation: loupe-search 2.6s ease-in-out infinite;
  animation-direction: alternate; 
}

@keyframes loupe-search {
  0%   { transform: translate(0, 0)        rotate(0deg); }
  10%  { transform: translate(2px,-2px)    rotate(-6deg); }
  25%  { transform: translate(5px,-1px)    rotate(-3deg); }
  40%  { transform: translate(3px, 2px)    rotate(5deg); }
  55%  { transform: translate(-1px, 4px)   rotate(3deg); }
  70%  { transform: translate(-4px, 1px)   rotate(-5deg); }
  85%  { transform: translate(-2px,-2px)   rotate(4deg); }
  100% { transform: translate(0, 0)        rotate(0deg); }
}

.hero-search.is-loading .hs-submit .icon {
  animation: loupe-search 2.6s ease-in-out infinite; 
}

.hero-search.is-loading .hs-submit .icon.flip {
  animation-direction: reverse;
}

.hero-search .hs-submit .icon {
  transform-origin: 11px 11px;
  will-change: transform;
  
}

.hero-search.is-loading .hs-submit .icon {
  transition: transform 120ms ease;
}

@media (prefers-reduced-motion: reduce) {
  .hero-search.is-loading .hs-submit .icon { transition: none; }
}

.ix-filename {
  background: none;
  border: 0;
  padding: 0;
  margin: 0;
  font: inherit;
  color: var(--link, #4f46e5);
  cursor: pointer;
  text-decoration: none;
}

.ix-filename.is-locked {
  color: var(--muted-foreground, #9ca3af);
  cursor: not-allowed;
  text-decoration: none;
  position: relative;
  opacity: 0.8;
}

.ix-filename.is-locked::after {
  content: attr(data-tooltip);
  position: absolute;
  left: 0;
  top: 120%;
  white-space: nowrap;
  background: var(--surface, #0b0f1a);
  border: 1px solid var(--border, #1f2937);
  padding: 6px 10px;
  border-radius: 8px;
  font-size: 12px;
  line-height: 1;
  color: var(--foreground, #e5e7eb);
  box-shadow: 0 6px 20px rgba(0,0,0,.28);
  opacity: 0;
  transform: translateY(-4px);
  pointer-events: none;
  transition: opacity .18s ease, transform .18s ease;
}

.ix-filename.is-locked::before {
  content: "";
  position: absolute;
  left: 12px;
  top: 110%;
  border: 6px solid transparent;
  border-bottom-color: var(--surface, #0b0f1a);
  filter: drop-shadow(0 -1px 0 var(--border, #1f2937));
  opacity: 0;
  transform: translateY(-4px);
  transition: opacity .18s ease, transform .18s ease;
}

.beta-banner + .nav{
  top: 37px;  
}

.beta-banner--hidden + .nav{
  top: 0;
}

.nav {
  position: sticky;       
  top: 28px;              
  z-index: 900;           

}

.admin-tag-plan{
  font-size: 10px;      
  padding: 1px 6px;     
  line-height: 1.2;
}

.admin-tag-plan {
  font-size: 10px !important;
  padding: 2px 8px !important;       
  line-height: 1.15 !important;
  border-radius: 999px !important;
}

.admin-tag-primary.admin-tag-plan {
  background: rgba(56, 189, 248, 0.12) !important;
  border: 1px solid #38bdf8 !important;
  color: #bae6fd !important;
  box-shadow: none !important;       
}

.plan-chip{
  font-size: 10px;
  padding: 2px 8px;          
  line-height: 1.15;
  border-radius: 999px;
  border: 1px solid #1f2933;
  background: rgba(15, 23, 42, 0.9);
  color: #e5e7eb;
}

.plan-chip-pro{
  border-color: #38bdf8;
  color: #bae6fd;
  background: rgba(56, 189, 248, 0.12);
}

.nav-notifications{
  position: relative;
  margin-left: 4px;
}

.nav-bell-btn{
  position: relative;
  padding: 0;
  border: none;
  background: transparent;
  cursor: pointer;
}

.nav-bell-badge{
position: absolute;
    top: 4px;
    right: 5px;
    min-width: 12px;
    height: 12px;
    padding: 0 2px;
    border-radius: 999px;
    background: #ef4444;
    color: #fff;
    font-size: 8px;
    line-height: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 0 0.5px #020617;
}

.nav-notifications-menu{
  position: absolute;
  right: -6px;
  top: calc(100% + 10px);
  min-width: 260px;
  background: #020617;
  border-radius: 12px;

  padding: 0;
  border: 1px solid rgb(100 100 100 / 27%);
  display: none;
  z-index: 151;
  overflow: hidden;
}

.nav-notifications.is-open .nav-notifications-menu{
  display: block;
}

.nav-notifications-menu::before{
  content: "";
  position: absolute;
  top: -7px;
  right: 22px;
  width: 12px;
  height: 12px;
  background: #020617;
 border-left: 1px solid rgb(100 100 100 / 34%);
    border-top: 1px solid rgb(100 100 100 / 34%);
  transform: rotate(45deg);
  border-radius: 2px;
}

.nav-notifications-header{
  padding: 8px 14px 7px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #111827;
  background: #020617;
}

.nav-notifications-title{
  font-size: 13px;
  font-weight: 500;
  color: #f9fafb;
}

.nav-notifications-count{
  font-size: 11px;
  color: #9ca3af;
}

.nav-notifications-list{
  max-height: 260px;
  overflow-y: auto;
  background: #020617;
}

.nav-notification-item{
  display: flex;
  gap: 8px;
  padding: 8px 14px;
  font-size: 12px;
  color: #e5e7eb;
}

.nav-notification-dot{
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: #38bdf8;
  flex-shrink: 0;
  margin-top: 6px;
}

.nav-notification-text{
  flex: 1;
}

.nav-notification-empty{
  padding: 10px 14px;
  font-size: 12px;
  color: #6b7280;
}

.plan-chip{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  padding: 2px 8px;
  line-height: 1.1;
  border-radius: 999px;
  border: 1px solid #1f2937;
  background: rgba(15,23,42,0.95);
  color: #e5e7eb;
}

.plan-chip-pro{
  border-color: #38bdf8;
  background: rgba(56,189,248,0.12);
  color: #bae6fd;
}

.nav-notifications{
  position: relative;
  display: inline-flex;
  align-items: center;
}

.nav-notifications-menu{
  position: absolute;
  top: calc(100% + 10px);   
                 
  transform: translateX(-50%);
  min-width: 260px;
  background: #020617;
  border-radius: 12px;
 border: 1px solid rgb(100 100 100 / 27%);
  padding: 0;
  display: none;
  z-index: 151;
  overflow: visible;        
}

.nav-notifications.is-open .nav-notifications-menu{
  display: block;
}

.nav-notifications-menu::before{
  content: "";
  position: absolute;
  top: -8px;                              
                           
  transform: translateX(-50%) rotate(45deg);
  width: 14px;
  height: 14px;
  background: #020617;
 
  border-radius: 2px;
}
.nav-notifications-menu{
  position: absolute;
  top: calc(100% + 10px);
     left: -74.6px;
  transform: translateX(-50%);
  min-width: 260px;
  background: #020617;
  border-radius: 10px;          
  border: 1px solid #111827;
  padding: 0;
   border: 1px solid rgb(100 100 100 / 27%);
  display: none;
  z-index: 151;
    overflow: visible;  
       
}
.nav-notifications-header{
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
}

.nav-notifications-list{
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
}

.nav-notification-item .nav-notification-text{
  color: #e5e7eb;
  transition: color .25s ease, opacity .25s ease;
}

.nav-notification-item.is-unread .nav-notification-text{
  color: #f9fafb;
}
.nav-notification-item.is-unread .nav-notification-dot{
  opacity: 1;
}

.nav-notification-item.just-read .nav-notification-text{
  color: #f9fafb;
}
.nav-notification-item.just-read .nav-notification-dot{
  opacity: 1;
}

.nav-notification-item.was-read{
   background: color-mix(in lab, lab(1 0 0), transparent 80%) !important;
}
.nav-notification-item.was-read .nav-notification-text{
  color: #9ca3af;
}
.nav-notification-item.was-read .nav-notification-dot{
  opacity: 0;
}

.nav-notification-item .nav-notification-text{
  color: #e5e7eb;
  transition: color .25s ease, opacity .25s ease;
}

.nav-notification-item.is-unread .nav-notification-text{
  color: #f9fafb;
}
.nav-notification-item.is-unread .nav-notification-dot{
  background: #38bdf8;
  opacity: 1;
}

.nav-notification-item.just-read .nav-notification-text{
  color: #f9fafb;
}
.nav-notification-item.just-read .nav-notification-dot{
  background: #38bdf8;
  opacity: 1;
}

.nav-notification-item.was-read{
  background: #020617;
}
.nav-notification-item.was-read .nav-notification-text{
  color: #9ca3af;
}
.nav-notification-item.was-read .nav-notification-dot{
  background: #4b5563;   
  opacity: 1;            
}
.nav-notification-item{
  position: relative;
  display: flex;
  padding: 8px 14px 8px 20px; 
  font-size: 12px;
  color: #e5e7eb;
}

.nav-notification-dot{
     position: absolute;
    left: 8px;
    top: 31px;
    transform: translateY(-50%);
    width: 3px;
    height: 50px;
    border-radius: 999px;
    background: #4b5563;
    opacity: 1;

}

.nav-notification-item.is-unread .nav-notification-text{
  color: #f9fafb;
}
.nav-notification-item.is-unread .nav-notification-dot{
  background: #000effa1;
}

.nav-notification-item.just-read .nav-notification-text{
  color: #f9fafb;
}
.nav-notification-item.just-read .nav-notification-dot{
background: #000effa1;
}

.nav-notification-item.was-read{
  background: #020617;
}
.nav-notification-item.was-read .nav-notification-text{
  color: #9ca3af;
}
.nav-notification-item.was-read .nav-notification-dot{
  background: #4b5563;   
}
.nav-profile-menu {
   border: 1px solid rgb(100 100 100 / 27%);
}

.nav-notification-item{
  position: relative;
  display: flex;
  align-items: center;              
  padding: 10px 14px 10px 22px;     
  font-size: 12px;
  color: #e5e7eb;
}

.nav-notification-dot{
  position: absolute;
  left: 8px;
  top: 50%;                         
  transform: translateY(-50%);
  width: 3px;                       
  height: 60%;                      
  border-radius: 999px;             
  background: #4b5563;
  opacity: 1;
}
.nav-notification-item{
  position: relative;
  display: flex;
  align-items: center;              
  padding: 10px 14px 10px 22px;
  font-size: 12px;
  color: #e5e7eb;
}

.nav-notification-dot{
  position: absolute;
  left: 8px;
  top: 50%;
  transform: translateY(-50%);
  width: 3px;
  height: 55%;          
  border-radius: 999px;
  background: #4b5563;
  opacity: 1;
}

.nav-notification-item{
  position: relative;
  display: grid;
  grid-template-columns: 4px 1fr;  
  column-gap: 10px;
  padding: 10px 16px;
  font-size: 12px;
  color: #e5e7eb;
}

.nav-notification-dot{
  align-self: stretch;             
  justify-self: center;
  width: 3px;
  border-radius: 999px;
  background: #4b5563;             
}

.nav-notification-text{
  align-self: center;              
}

.nav-notification-item.is-unread .nav-notification-text{
  color: #f9fafb;
}
.nav-notification-item.is-unread .nav-notification-dot{
  background: #000effa1;
}

.nav-notification-item.just-read .nav-notification-text{
  color: #f9fafb;
}
.nav-notification-item.just-read .nav-notification-dot{
  background: #000effa1;
}

.nav-notification-item.was-read{
  background: #020617;
}
.nav-notification-item.was-read .nav-notification-text{
  color: #9ca3af;
}
.nav-notification-item.was-read .nav-notification-dot{
  background: #4b5563;
}

.nav-notification-item{
  position: relative;
  display: flex;
  align-items: center;            
  padding: 10px 16px 10px 22px;   
  font-size: 13px;
  color: #e5e7eb;
}

.nav-notification-dot{
  width: 3px;
  height: 70%;                    
  border-radius: 999px;
  background: #4b5563;            
  flex-shrink: 0;
  align-self: center;             
}

.nav-notification-text{
  flex: 1;
  line-height: 1.35;
  white-space: normal;
  word-break: normal;
}

.nav-notification-item.is-unread .nav-notification-text{
  color: #f9fafb;
}
.nav-notification-item.is-unread .nav-notification-dot{
  background: #000effa1;
}

.nav-notification-item.just-read .nav-notification-text{
  color: #f9fafb;
}
.nav-notification-item.just-read .nav-notification-dot{
  background: #000effa1;
}

.nav-notification-item.was-read{
  background: #020617;
}
.nav-notification-item.was-read .nav-notification-text{
  color: #9ca3af;
}
.nav-notification-item.was-read .nav-notification-dot{
  background: #4b5563;
}

.nav-notifications{
  position: relative;
  display: inline-flex;
  align-items: center;
  margin-left: 4px;
}

.nav-bell-btn{
  position: relative;
  padding: 0;
  border: none;
  background: transparent;
  cursor: pointer;
}

.nav-bell-badge{
position: absolute;
    top: 6px;
    right: 11px;
    min-width: 7px;
    height: 7px;
    padding: 0 1px;
    border-radius: 999px;
    background: #ef4444;
    color: #fff;
    font-size: 0px;
    line-height: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 0 0.5px #020617;

}

.nav-notifications-menu{
  position: absolute;
  right: -6px;
  top: calc(100% + 10px);
  min-width: 280px;
  background: #020617;
      border-radius: 10px;
  border: 1px solid rgb(100 100 100 / 27%);
  padding: 0;
  display: none;
  z-index: 151;
  overflow: visible; 
}

.nav-notifications.is-open .nav-notifications-menu{
  display: block;
}

.nav-notifications-menu::before{
  content: "";
    position: absolute;
    top: -7px;
    right: 40px;
    width: 12px;
    height: 12px;
    background: #020617;
    border-left: 1px solid rgb(100 100 100 / 34%);
    border-top: 1px solid rgb(100 100 100 / 34%);
    transform: rotate(45deg);
    border-radius: 2px;
}

.nav-notifications-header{
  padding: 8px 14px 7px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #111827;
  background: #020617;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
   background: color-mix(in lab, lab(1 0 0), transparent 80%) !important;
}

.nav-notifications-title{
  font-size: 13px;
  font-weight: 500;
  color: #f9fafb;
}

.nav-notifications-count{
  font-size: 11px;
  color: #9ca3af;
}

.nav-notifications-list{
  max-height: 260px;
  overflow-y: auto;
  background: #020617;
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
}

.nav-notification-item{
  position: relative;
  display: flex;
  align-items: center;            
  padding: 10px 16px 10px 22px;   
  font-size: 13px;
  color: #e5e7eb;
}

.nav-notification-dot{
  width: 3px;
  height: 70%;                    
  border-radius: 999px;
  background: #4b5563;            
  flex-shrink: 0;
  align-self: center;             
}

.nav-notification-text{
  flex: 1;
  line-height: 1.35;
  white-space: normal;
  word-break: normal;
  transition: color .25s ease, opacity .25s ease;
}

.nav-notification-empty{
  padding: 10px 16px;
  font-size: 12px;
  color: #6b7280;
}

.nav-notification-item.is-unread .nav-notification-text{
  color: #f9fafb;
}
.nav-notification-item.is-unread .nav-notification-dot{
  background: #000effa1;
}

.nav-notification-item.just-read .nav-notification-text{
  color: #f9fafb;
}
.nav-notification-item.just-read .nav-notification-dot{
  background: #000effa1;
}

.nav-notification-item.was-read{
  background: #020617;
}
.nav-notification-item.was-read .nav-notification-text{
  color: #9ca3af;
}
.nav-notification-item.was-read .nav-notification-dot{
  background: #4b5563;
}

.nav-notification-item{
  position: relative;
  padding: 10px 16px;
  font-size: 13px;
  color: #e5e7eb;
}

.nav-notification-text{
  position: relative;
  padding-left: 14px;        
  line-height: 1.35;
}

.nav-notification-text::before{
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;                 
  width: 3px;
  border-radius: 999px;
  background: #4b5563;       
}

.nav-notification-item.is-unread .nav-notification-text{
  color: #f9fafb;
}
.nav-notification-item.is-unread .nav-notification-text::before{
  background: #fdfdfdcc;
}

.nav-notification-item.just-read .nav-notification-text{
  color: #f9fafb;
}
.nav-notification-item.just-read .nav-notification-text::before{
  background: #fff;
}

.nav-notification-item.was-read{
  background: #020617;
}
.nav-notification-item.was-read .nav-notification-text{
  color: #9ca3af;
}
.nav-notification-item.was-read .nav-notification-text::before{
  background: #4b5563;
}

.nav-notification-dot{
  display: none !important;
}
.nav-profile-menu::before{

    content: "";
    position: absolute;
    top: -7px;
    right: 33px;
    width: 12px;
    height: 12px;
    background: #020617;
    border-left: 1px solid rgb(100 100 100 / 34%);
    border-top: 1px solid rgb(100 100 100 / 34%);
    transform: rotate(45deg);
    border-radius: 2px;
}
.icon:hover {
  color:#e5e7eb;

}

.nav-bell-btn{
  position: relative;
  padding: 0;
  border: none;
  background: transparent;
  cursor: pointer;
  border-radius: 999px;  

}

.nav-bell-btn:hover{
  background: rgba(15,23,42,.9);                 

}

.nav-bell-btn:hover .icon{
  color: #ffffff;
  opacity: 1;
}

.nav-bell-btn{
  position: relative;
  padding: 0;
  border: none;
  background: transparent;
  cursor: pointer;
}

.nav-bell-btn .icon{
  transition:
    color .18s ease,
    opacity .18s ease,
    transform .18s ease;
}

.nav-bell-btn:hover .icon{
  color: #ffffff;       
  opacity: 1;
 
}

.nav-bell-btn:hover{
  background: transparent;
  box-shadow: none;
}

.nav-bell-btn .icon{
  transition:
    color .18s ease,
    opacity .18s ease,
    transform .18s ease;
}

.nav-bell-btn:hover .icon,
.nav-notifications.is-open .nav-bell-btn .icon{
  color: #ffffff;
  opacity: 1;
  transform: scale(1.06);
}

.nav-bell-btn:hover,
.nav-notifications.is-open .nav-bell-btn{
  background: transparent;
  box-shadow: none;
}

body.nav-hidden .nav{
  opacity: 0;
  transform: translateY(-8px);
  pointer-events: none;
  transition:
    opacity .18s ease,
    transform .18s ease;
}

.nav{
  transition:
    opacity .18s ease,
    transform .18s ease;
}
.nav{
  transition:
    opacity .18s ease,
    transform .18s ease;
}

body.nav-hidden .nav{
  opacity: 0;
  transform: translateY(-8px);
  pointer-events: none;
}

.hide-navbar {
  display: none !important;
}

body.modal-open-hide-nav .nav {
  display: none !important;
}

body.modal-open-hide-nav .beta-banner {
  display: none !important;
}

body.nav-hidden .nav {
  display: none !important;
}

body.nav-hidden #beta-banner {
  display: none !important;
}

.hero-title {
  font-family: "Inter", system-ui, sans-serif;
  text-align: center;
  line-height: 1.1;
  font-weight: 800;
  letter-spacing: 0.01em;
  color: #b1b3ba;              
  margin-bottom: 2.5rem;
}

.hero-title-main {
  display: block;
  font-size: clamp(2.4rem, 3.0vw, 3rem);
}

.hero-title-typed {
  display: inline-flex;
  align-items: center;
  gap: 0.1rem;
  font-size: clamp(2rem, 3vw, 2.4rem);
  color: #c4c5cb;              
}

.hero-cursor {
  width: 0.08em;
  align-self: stretch;
  background: rgba(229, 231, 235, 0.7);
  animation: hero-cursor-blink 1s steps(2, start) infinite;
}

@keyframes hero-cursor-blink {
  0%, 40% { opacity: 1; }
  50%,100% { opacity: 0; }
}
.hero-title {
 
  text-align: center;
  line-height: 1.05;
  font-weight: 800;                      
  letter-spacing: 0.02em;
  margin-bottom: 2.5rem;
  color: #f9fafb;                        
}

.hero-title-main {
  display: block;
  font-size: clamp(2.8rem, 4vw, 3.4rem); 
}

.hero-title-typed {
  display: inline-flex;
  align-items: center;
  gap: 0.15rem;
  font-size: clamp(2.4rem, 3.4vw, 3rem);
    color: #d0d1d6;                     
}

.hero-cursor {
  width: 0.09em;
  align-self: stretch;
  background: rgba(249, 250, 251, 0.85);
  animation: hero-cursor-blink 1s steps(2, start) infinite;
}

@keyframes hero-cursor-blink {
  0%, 40% { opacity: 1; }
  50%,100% { opacity: 0; }
}
.hero-logo {
  display: flex;
  justify-content: center;
  margin-bottom: 1.25rem; 
}

.hero-logo-img {
  width: 64px;
  height: 64px;
  border-radius: 18px;              
  object-fit: cover;
  box-shadow:
    0 12px 35px rgba(0, 0, 0, 0.45),
    0 0 1px rgba(148, 163, 184, 0.5);
  opacity: 0.96;
}
.hero-title {
  margin-top: 4rem;   
}
.hero-title-main {
  display: block;
  font-size: clamp(2.2rem, 3.4vw, 2.8rem);   
}

.hero-title-typed {
  display: inline-flex;
  align-items: center;
  gap: 0.15rem;
  font-size: clamp(1.8rem, 2.8vw, 2.3rem);   
     color: #d0d1d6;
}
.hero-search-block {
  margin-top: 3rem;   
}

.hero-globe-wrap {
  display: flex;
  justify-content: center;
  margin-bottom: 1.8rem;        
}

.hero-globe {
  width: clamp(160px, 20vw, 220px);
  aspect-ratio: 1 / 1;
  filter: drop-shadow(0 22px 40px rgba(0, 0, 0, 0.8));
  animation: hero-globe-spin 26s linear infinite;
  transform-style: preserve-3d;
  transform-origin: center center;
}

.hero-globe svg {
  width: 100%;
  height: 100%;
  display: block;
}

.hero-globe .globe-sphere {
  fill: url(#heroGlobeGrad);
}

.hero-globe .globe-outline {
  fill: none;
  stroke: rgba(148, 163, 184, 0.85);
  stroke-width: 1.4;
}

.hero-globe .globe-line {
  fill: none;
  stroke: rgba(148, 163, 184, 0.18);
  stroke-width: 1;
}

.hero-globe .globe-arc {
  fill: none;
  stroke: rgba(209, 213, 219, 0.6);
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-dasharray: 140 140;
  stroke-dashoffset: 140;
  opacity: 0;
  animation: hero-globe-arc 5s ease-in-out infinite;
}

.hero-globe .globe-arc--delay1 {
  animation-delay: 1.1s;
}

.hero-globe .globe-arc--delay2 {
  animation-delay: 2.3s;
}

.hero-globe .globe-node {
  fill: rgba(248, 250, 252, 0.9);
  stroke: rgba(15, 23, 42, 0.9);
  stroke-width: 1.2;
  animation: hero-globe-node 2.6s ease-in-out infinite;
}

.hero-globe .globe-node--delay1 { animation-delay: 0.7s; }
.hero-globe .globe-node--delay2 { animation-delay: 1.4s; }
.hero-globe .globe-node--delay3 { animation-delay: 2.1s; }

@keyframes hero-globe-spin {
  0% {
    transform: rotateX(18deg) rotateY(-22deg);
  }
  100% {
    transform: rotateX(18deg) rotateY(338deg);
  }
}

@keyframes hero-globe-arc {
  0% {
    stroke-dashoffset: 140;
    opacity: 0;
  }
  15% {
    opacity: 1;
  }
  70% {
    stroke-dashoffset: 0;
    opacity: 1;
  }
  100% {
    stroke-dashoffset: 0;
    opacity: 0;
  }
}

@keyframes hero-globe-node {
  0%, 100% {
    transform: scale(1);
    opacity: 0.5;
  }
  50% {
    transform: scale(1.4);
    opacity: 1;
  }
}

.hero-globe-wrap {
  display: flex;
  justify-content: center;
  margin-bottom: 1.8rem;              
}

.hero-globe3d {
  width: clamp(170px, 19vw, 230px);
  aspect-ratio: 1 / 1;
  perspective: 900px;                 
}

.globe-sphere {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background:
    radial-gradient(circle at 30% 20%, rgba(148, 163, 184, 0.25), transparent 55%),
    radial-gradient(circle at 70% 80%, rgba(15, 23, 42, 0.9), #020617 80%);
  box-shadow:
    0 22px 45px rgba(0, 0, 0, 0.9),
    0 0 0 1px rgba(148, 163, 184, 0.35);
  transform-style: preserve-3d;
  transform-origin: center center;
  animation: globe-rotate 26s linear infinite;
}

.globe-lat,
.globe-lon,
.globe-orbit {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  transform-style: preserve-3d;
}

.globe-lat {
  border-top: 1px solid rgba(148, 163, 184, 0.22);
}

.globe-lat-1 {
  transform: rotateX(25deg) translateZ(0px);
}

.globe-lat-2 {
  transform: rotateX(-10deg) translateZ(0px);
  opacity: 0.9;
}

.globe-lat-3 {
  transform: rotateX(-35deg) translateZ(0px);
}

.globe-lon {
  border-left: 1px solid rgba(148, 163, 184, 0.2);
}

.globe-lon-1 {
  transform: rotateY(20deg);
}

.globe-lon-2 {
  transform: rotateY(60deg);
}

.globe-lon-3 {
  transform: rotateY(-25deg);
}

.globe-orbit {
  border-top: 1px solid rgba(203, 213, 225, 0.18);
  overflow: hidden;
}

.globe-orbit-1 {
  transform: rotateY(40deg) rotateX(65deg) translateZ(12px);
}

.globe-orbit-2 {
  transform: rotateY(-35deg) rotateX(70deg) translateZ(-4px);
}

.globe-orbit-segment {
  position: absolute;
  inset: -2px;
  background: linear-gradient(
    90deg,
    transparent 0%,
    rgba(248, 250, 252, 0.85) 45%,
    rgba(248, 250, 252, 0.6) 55%,
    transparent 100%
  );
  mix-blend-mode: screen;
  animation: globe-orbit-sweep 3.8s ease-in-out infinite;
}

.globe-point {
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: #f9fafb;
  box-shadow:
    0 0 10px rgba(248, 250, 252, 0.8),
    0 0 18px rgba(148, 163, 184, 0.9);
  transform-style: preserve-3d;
}

.globe-point-1 {
  top: 26%;
  left: 30%;
  transform: translateZ(26px);
}

.globe-point-2 {
  top: 38%;
  right: 22%;
  transform: translateZ(18px);
}

.globe-point-3 {
  bottom: 30%;
  left: 36%;
  transform: translateZ(-12px);
}

.globe-point-4 {
  bottom: 26%;
  right: 30%;
  transform: translateZ(14px);
}

.globe-point-1,
.globe-point-2,
.globe-point-3,
.globe-point-4 {
  animation: globe-point-pulse 2.7s ease-in-out infinite;
}

.globe-point-2 { animation-delay: 0.5s; }
.globe-point-3 { animation-delay: 1.1s; }
.globe-point-4 { animation-delay: 1.7s; }

@keyframes globe-rotate {
  0% {
    transform: rotateX(18deg) rotateY(-32deg);
  }
  100% {
    transform: rotateX(18deg) rotateY(328deg);
  }
}

@keyframes globe-orbit-sweep {
  0% {
    transform: translateX(-100%);
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  60% {
    transform: translateX(100%);
    opacity: 1;
  }
  100% {
    transform: translateX(140%);
    opacity: 0;
  }
}

@keyframes globe-point-pulse {
  0%, 100% {
    transform: scale(1) translateZ(var(--z, 0px));
    opacity: 0.7;
  }
  50% {
    transform: scale(1.3) translateZ(var(--z, 0px));
    opacity: 1;
  }
}
.table-wrap { margin-top: 14px; }

.results-table {
  width: 100%;
  border-collapse: collapse;
}

.results-table thead th {
  text-align: left;
  font-size: 12px;
  letter-spacing: .06em;
  opacity: .85;
  padding: 12px 14px;
  border-bottom: 1px solid rgba(255,255,255,.08);
}

.results-table tbody td {
  padding: 12px 14px;
  border-bottom: 1px solid rgba(255,255,255,.06);
  vertical-align: middle;
}

.mono {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 13px;
}

.blurred {
  filter: blur(6px);
  opacity: .75;
  user-select: none;
  pointer-events: none;
}
.glass-card{
  max-width: 1000px;
  margin: 28px auto;
  padding: 14px;
  background: color-mix(in lab, var(--bg), transparent 80%);
  border: 1px solid var(--nav-border);
  border-radius: 14px;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 12px;

  isolation: isolate;

  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.results { 
  margin-top: 18px;
}
.results{
  margin-top: 18px;
}

.glass-card{
  max-width: 1000px;
  margin: 28px auto;
  padding: 14px;
  background: color-mix(in lab, var(--bg), transparent 80%);
  border: 1px solid var(--nav-border);
  border-radius: 14px;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  overflow: hidden;
}

.results-table{
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  table-layout: fixed;
}

.results-table thead th{
  text-align: left;
  font-size: 12px;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--muted);
  padding: 14px 16px;
  border-bottom: 1px solid rgba(255,255,255,.08);
}

.results-table thead th + th,
.results-table tbody td + td{
  border-left: 1px solid rgba(255,255,255,.06);
}

.results-table tbody td{
  padding: 14px 16px;
  border-bottom: 1px solid rgba(255,255,255,.06);
  vertical-align: middle;
  overflow: hidden;
  text-overflow: ellipsis;
}

.results-table tbody tr:hover{
  background:none;
}

.results-table th:nth-child(1), .results-table td:nth-child(1){ width: 46%; }
.results-table th:nth-child(2), .results-table td:nth-child(2){ width: 24%; white-space: nowrap; }
.results-table th:nth-child(3), .results-table td:nth-child(3){ width: 30%; }

.results-table td:nth-child(3){
  white-space: normal;
  word-break: break-word;
}

.mono{
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 13px;
}

.blurred{
  filter: blur(6px);
  opacity: .75;
  user-select: none;
  pointer-events: none;
}
.results-table thead th + th,
.results-table tbody td + td{
  border-left: none !important;
}
.results-table thead th{
  padding: 18px 16px; 
}

.results-table tbody td{
  padding: 18px 16px; 
  border-bottom: 1px solid rgba(255,255,255,.06);
}
.results-table tbody td{
  line-height: 1.5;
}

html, body, #app, .app, .page, .layout, .wrap, .bg, .background, .hero, main {
  background-image: none !important;
}

html::before, html::after,
body::before, body::after,
#app::before, #app::after,
.app::before, .app::after,
.page::before, .page::after,
.layout::before, .layout::after,
.bg::before, .bg::after,
.background::before, .background::after {
  background-image: none !important;
}

.grid, .gridlines, .bg-grid, .grid-overlay, .grid-bg, .overlay-grid {
  display: none !important;
}
body{
  background-color: #050A14 !important;
  background-image: radial-gradient(1200px 700px at 50% -200px, rgba(120,160,255,.18), transparent 60%) !important;
}

.hero-statbar{
  display:flex;
  justify-content:center;
  margin: 0 0 12px;
  position: relative;
  z-index: 3;
}

.stat-pill{
     display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 10px 20px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, .10);
    background: 
 color-mix(in lab, lab(4 1.68 -14.22), transparent 80%);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    color: rgba(255, 255, 255, .92);
    
    cursor: pointer;
    user-select: none;
}

.stat-dot{
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: #27d17f;
  box-shadow: 0 0 0 4px rgba(39,209,127,.12);
}

.stat-num{
  font-weight: 600;
  letter-spacing: .2px;
}

.stat-label{
  opacity: .9;
}

.stat-caret{
  width: 18px;
  height: 18px;
  opacity: .8;
  margin-left: 2px;
  transform: translateY(1px);
}

.stat-menu{
  position: absolute;
  top: calc(100% + 10px);
  left: 50%;
  transform: translateX(-50%);
  min-width: 320px;
  border-radius: 14px;
  border: 1px solid rgba(255,255,255,.10);
  background: rgba(10,10,12,.72);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  box-shadow: 0 20px 60px rgba(0,0,0,.50);
  padding: 8px;
  display:none;
}

#hero-statbar.is-open .stat-menu{ display:block; }

.stat-menu-item{
  width: 100%;
  display:flex;
  align-items:center;
  gap: 10px;
  padding: 10px 12px;
  border-radius: 12px;
  border: 0;
  background: transparent;
  color: rgba(255,255,255,.92);
  cursor:pointer;
  text-align:left;
}

.stat-menu-item:hover{
  background: rgba(255,255,255,.06);
}

.stat-menu-item .muted{
  margin-left: auto;
  opacity: .7;
  font-size: .92em;
}
.hero-stats{
  display:flex;
  flex-direction:column;
  align-items:center;
  gap: 6px;
  margin: 0 0 14px; 
  text-align:center;
}

.hero-stats-number{
  font-size: 22px;
  font-weight: 600;
  color: rgba(255,255,255,.92);
  letter-spacing: .2px;
  line-height: 1.1;
}

.hero-stats-label{
  font-size: 13px;
  color: rgba(255,255,255,.65);
  line-height: 1.1;
}
.hero-indexed {
 display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    margin: 44 2 2px;
    text-align: center;
    margin-top: 1;
    margin-top: 50px;
    margin-bottom: -60px;
}

.hero-indexed-top{
  display:flex;
  align-items:center;
  gap: 10px;
}

.hero-indexed-dot{
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: #27d17f;
  box-shadow: 0 0 0 4px rgba(39, 209, 127, .12);
}

.hero-indexed-number{
  font-size: 15px;
  font-weight: 600;
  color: rgba(255,255,255,.92);
  letter-spacing: .2px;
  line-height: 1;
  
}

.hero-indexed-label{
  font-size: 13px;
  color: rgba(255,255,255,.65);
  line-height: 1;
}

.profile-dropdown,
.dropdown-menu {
  border-radius: 12px;
  overflow: hidden;
}

.profile-dropdown a,
.profile-dropdown button,
.dropdown-menu a,
.dropdown-menu button {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  padding: 10px 12px;
  border-radius: 10px; 
  transition: background 160ms ease, box-shadow 160ms ease, transform 160ms ease, color 160ms ease;
}

.profile-dropdown a:focus-visible,
.profile-dropdown button:focus-visible,
.dropdown-menu a:focus-visible,
.dropdown-menu button:focus-visible {
  outline: none;

}

.nav-profile-header,
.nav-profile-header *{
  pointer-events: none;
}

.hero-search.is-loading .hs-input {
  animation: none !important;
  transform: none !important;
  opacity: .62;
  cursor: wait;
  pointer-events: none;
  user-select: none;
}
.icon {
    width: 20px;
    height: 15px;
    stroke: currentColor;
    fill: none;
    display: inline-block;
}
.hero-search.is-loading .hs-input {
  opacity: .62;
  cursor: wait;
  pointer-events: none;
  user-select: none;
}

.hero-search.is-loading .hs-submit {
  cursor: wait;
}

.hero-search.is-loading .hs-submit .icon {
  animation: none !important;
  will-change: transform;
}

.hero-search .hs-input:disabled {
  opacity: .62;
  cursor: wait;
  pointer-events: none;
}

.hero-search .hs-submit:disabled {
  opacity: .9;
  cursor: wait;
}


.nav-avatar{
  margin-right: 0;
  overflow: hidden;
}

.nav-avatar.has-image{
  padding: 0;
  font-size: 0;
}

.nav-avatar img{
  width: 100%;
  height: 100%;
  display: block;
  border-radius: inherit;
  object-fit: cover;
}

.nav-profile-menu{
  right: 50%;
  --nav-profile-menu-shift: 34px;
  transform: translateX(calc(50% - var(--nav-profile-menu-shift)));
}

.nav-profile-menu::before{
  left: calc(50% + var(--nav-profile-menu-shift));
  right: auto;
  transform: translateX(-50%) rotate(45deg);
}

.nav-profile-tags{
  margin-top:8px;
}

.nav-profile-item{
  transition: background 160ms ease, box-shadow 160ms ease, color 160ms ease;
}

.nav-profile-item.nav-profile-signout {
    font-size: 12px;
}

.nav-profile-icon-dashboard{
  width: 15px;
  height: 15px;
  flex: 0 0 15px;
  margin-left: 3px;
}

.nav-profile-item:hover{
  background: rgba(255,255,255,0.045) !important;
  color:#f8fafc;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.03);
}

.nav-profile-item:hover .nav-profile-icon,
.nav-profile-item:hover .nav-profile-icon-logout{
  color:#e5e7eb;
}


.admin-page .admin-card{
  position: relative;
}

.admin-page .admin-users-card{
  z-index: 20;
  overflow: visible;
}

.admin-page .admin-api-card{
  z-index: 10;
}


/* Admin users dropdown layering fix */
.admin-page,
.admin-page .page,
.admin-page main,
.admin-page .admin-card,
.admin-page .admin-table-wrap,
.admin-page .admin-table,
.admin-page .admin-table tbody,
.admin-page .admin-table tr,
.admin-page .admin-table td,
.admin-page .users-actions{
  overflow: visible !important;
}

.admin-page .admin-users-card{
  position: relative !important;
  z-index: 9999 !important;
  isolation: isolate;
}

.admin-page .admin-api-card{
  position: relative !important;
  z-index: 1 !important;
}

.admin-page .users-actions{
  position: relative !important;
  z-index: 10000 !important;
}

.admin-page .users-actions.open{
  z-index: 10050 !important;
}

.admin-page .users-actions-menu{
  z-index: 10060 !important;
}

.admin-page .users-actions.open .users-actions-menu{
  display: block !important;
}


/* Admin Actions menu spacing fix */
.admin-users-card{
  transition: padding-bottom 160ms ease, margin-bottom 160ms ease;
}

.admin-users-card:has(.users-actions.open),
.admin-users-card.actions-menu-open{
  padding-bottom: 94px !important;
  margin-bottom: 30px !important;
}

.admin-page .users-actions-menu{
  top: 34px !important;
  z-index: 999999 !important;
}


/* New public home */
body.home-page{
  background: #030814;
}

body.home-page .nav{
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

body.home-page::before,
body.home-page::after,
.home-page .bg-waas{
  display: none;
}

.home-page .page{
  position: relative;
  max-width: none;
  min-height: 100vh;
  padding: 0;
  background: #030814;
  overflow: hidden;
}

.home-page .page::before{
  content: "";
  position: fixed;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    radial-gradient(860px 620px at 84% 32%, rgba(74,85,103,.24), rgba(37,45,58,.16) 38%, rgba(3,8,20,0) 72%),
    radial-gradient(780px 520px at 8% 42%, rgba(57,75,98,.2), rgba(30,39,52,.12) 34%, rgba(3,8,20,0) 70%),
    radial-gradient(760px 420px at 50% 6%, rgba(67,103,138,.11), rgba(3,8,20,0) 70%),
    radial-gradient(680px 500px at 96% 78%, rgba(70,78,92,.16), rgba(3,8,20,0) 70%),
    radial-gradient(640px 430px at 0% 82%, rgba(48,66,88,.15), rgba(3,8,20,0) 72%);
}

.home-page .page::after{
  content: "";
  position: fixed;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(to right, rgba(3,8,20,.93), rgba(3,8,20,.24) 48%, rgba(3,8,20,.93)),
    radial-gradient(120% 95% at 50% 42%, rgba(3,8,20,0) 0%, rgba(3,8,20,.18) 68%, rgba(3,8,20,.48) 100%);
}

.home-hero{
  position: relative;
  z-index: 2;
  min-height: 100vh;
  padding: 104px 28px 118px;
  display: grid;
  align-content: center;
  justify-items: center;
  overflow: visible;
}

.home-hero::before{
  content: none;
}

.home-scene{
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100vh;
  background: transparent;
  opacity: .62;
  pointer-events: none;
  -webkit-mask-image: radial-gradient(ellipse 34% 42% at 74% 42%, #000 0%, #000 48%, rgba(0,0,0,.62) 62%, transparent 82%);
  mask-image: radial-gradient(ellipse 34% 42% at 74% 42%, #000 0%, #000 48%, rgba(0,0,0,.62) 62%, transparent 82%);
}

.home-hero::after{
  content: "";
  position: absolute;
  inset: -8% 0 -16%;
  z-index: 0;
  pointer-events: none;
  background:
    radial-gradient(620px 430px at 0% 48%, rgba(64,83,108,.2), rgba(3,8,20,0) 72%),
    radial-gradient(720px 520px at 100% 52%, rgba(82,91,105,.18), rgba(3,8,20,0) 74%);
  -webkit-mask-image: linear-gradient(to bottom, transparent 0%, #000 18%, #000 82%, transparent 100%);
  mask-image: linear-gradient(to bottom, transparent 0%, #000 18%, #000 82%, transparent 100%);
}

.home-hero-grid{
  width: min(1160px, calc(100% - 56px));
  display: grid;
  grid-template-columns: minmax(0, 520px) minmax(390px, 560px);
  align-items: center;
  justify-content: space-between;
  gap: 78px;
}

.home-hero-inner{
  position: relative;
  z-index: 2;
  min-width: 0;
  display: grid;
  justify-items: start;
  gap: 17px;
  text-align: left;
}

.home-title{
  max-width: 520px;
  margin: 0;
  color: #f5f8fd;
  font-size: 58px;
  line-height: .98;
  font-weight: 850;
  letter-spacing: 0;
}

.home-title-line{
  display: block;
}

.home-title-accent{
  display: inline-block;
  color: rgba(111,112,119,.72);
  font-family: Georgia, "Times New Roman", serif;
  font-style: italic;
  font-weight: 400;
  font-size: .95em;
  transform: skewX(-5deg);
}

.home-copy{
  max-width: 510px;
  margin: 0;
  color: rgba(177,188,204,.9);
  font-size: 15px;
  line-height: 1.65;
  font-weight: 300;
}

.home-actions{
  margin-top: 4px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  flex-wrap: wrap;
}

.home-btn{
min-width: 142px;
    height: 40px;
    padding: 0 18px;
    border-radius: 8px;
    border: 1px solid rgba(154, 174, 204, .16);
    background: rgba(4, 10, 22, .18);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    color: #edf4ff;
    text-decoration: none;
    font-size: 11.5px;
    line-height: 1;
    font-weight: 300;
    transition: background 150ms ease, border-color 150ms ease, color 150ms ease, box-shadow 150ms ease;
}

.home-btn i,
.home-btn svg{
  width: 13px;
  height: 13px;
  flex: 0 0 auto;
  stroke-width: 1.8;
}

.home-btn:hover{
  color: #f5f9ff;
    border-color: rgb(115 123 135 / 24%);
    background: rgb(185 199 220 / 13%);
 
}

.home-btn-primary{
  background: rgba(4,10,22,.18);
  border-color: rgba(154,174,204,.18);
}

.home-btn-primary:hover{
     border-color: rgb(115 123 135 / 24%);
    background: rgb(185 199 220 / 13%);
}

.home-btn-secondary{
  color: #d7e0ec;
  background: rgba(4,10,22,.18);
}

.home-btn-secondary:hover{
     border-color: rgb(115 123 135 / 24%);
    background: rgb(185 199 220 / 13%);
}

.home-globe-wrap{
  position: relative;
  z-index: 2;
  width: min(560px, 100%);
  aspect-ratio: 1;
  justify-self: end;
  overflow: visible;
}

.home-globe-wrap::before{
  content: "";
  position: absolute;
  inset: 10%;
  border-radius: 999px;
  background:
    radial-gradient(circle, rgba(82,91,104,.22) 0%, rgba(43,50,62,.18) 44%, rgba(8,11,17,0) 74%);
  filter: blur(38px);
}

#globeViz{
  position: relative;
  width: 100%;
  height: 100%;
  background: transparent;
}

#globeViz canvas{
  display: block;
  background: transparent !important;
}

.home-globe-wrap .scene-tooltip{
  border-radius: 6px;
  border: 1px solid rgba(185,199,220,.16);
  background: rgba(3,8,20,.92);
  color: #edf4ff;
  font: 700 11px/1.35 Inter, system-ui, sans-serif;
}

.home-panel-row{
  position: relative;
  z-index: 2;
  width: min(1160px, calc(100% - 56px));
  margin-top: 56px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.home-panel-row article{
  min-height: 126px;
  padding: 18px 20px 20px;
  border: 1px solid rgba(185,199,220,.075);
  border-radius: 8px;
  background: rgba(2,8,21,.82);
}

.home-panel-row span{
  display: block;
  margin-bottom: 15px;
  color: #43678a;
  font-size: 11px;
  line-height: 1;
  font-weight: 450;
}

.home-panel-row strong{
  display: block;
  color: #eef4fb;
  font-size: 14.5px;
  line-height: 1.2;
  font-weight: 800;
}

.home-panel-row p{
  margin: 10px 0 0;
  color: rgba(160,173,192,.78);
  font-size: 12px;
  line-height: 1.55;
  font-weight: 500;
}

.home-investigator{
  position: relative;
  z-index: 2;
  margin-top: 0;
  padding: 118px 28px 112px;
  background: transparent;
  overflow: visible;
}

.home-investigator::before{
  content: "";
  position: absolute;
  inset: -260px 0 -260px;
  z-index: 0;
  pointer-events: none;
  background:
    radial-gradient(680px 420px at -6% 22%, rgba(61,79,103,.18), rgba(3,8,20,0) 72%),
    radial-gradient(680px 440px at 106% 54%, rgba(75,84,98,.18), rgba(3,8,20,0) 74%),
    radial-gradient(760px 380px at 50% 38%, rgba(45,62,82,.08), rgba(3,8,20,0) 72%);
  -webkit-mask-image: linear-gradient(to bottom, transparent 0%, #000 24%, #000 76%, transparent 100%);
  mask-image: linear-gradient(to bottom, transparent 0%, #000 24%, #000 76%, transparent 100%);
}

.home-investigator-inner{
  position: relative;
  z-index: 1;
  width: min(1160px, calc(100% - 56px));
  margin: 0 auto;
}

.home-investigator-heading{
  max-width: 720px;
  margin: 0 auto 72px;
  text-align: center;
}

.home-investigator-heading h2{
  margin: 0;
  color: #f4f7fc;
  font-size: 42px;
  line-height: 1.08;
  font-weight: 760;
  letter-spacing: 0;
}

.home-investigator-heading p{
  max-width: 650px;
  margin: 14px auto 0;
  color: rgba(160,173,192,.82);
  font-size: 14px;
  line-height: 1.65;
  font-weight: 400;
}

.home-workflow-grid{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.home-workflow-card{
  min-height: 330px;
  border: 1px solid rgba(185,199,220,.08);
  border-radius: 8px;
  background: rgba(2,8,21,.82);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.025);
  overflow: hidden;
}

.home-workflow-copy{
  padding: 38px 40px;
}

.home-workflow-kicker{
  display: inline-flex;
    align-items: center;
    gap: 9px;
    color: #768399;
    font-size: 11px;
    line-height: 1;
    font-weight: 750;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.home-workflow-kicker::before{
  content: "";
  width: 16px;
  height: 1px;
  background: currentColor;
}

.home-workflow-copy h3{
  max-width: 420px;
  margin: 26px 0 0;
  color: #f4f7fc;
  font-size: 30px;
  line-height: 1.13;
  font-weight: 760;
  letter-spacing: 0;
}

.home-workflow-copy p{
  max-width: 480px;
  margin: 20px 0 0;
  color: rgba(160,173,192,.82);
  font-size: 14px;
  line-height: 1.75;
  font-weight: 400;
}

.home-workflow-copy ul{
  display: grid;
  gap: 11px;
  margin: 26px 0 0;
  padding: 0;
  list-style: none;
}

.home-workflow-copy li{
  position: relative;
  padding-left: 18px;
  color: rgba(218,226,238,.82);
  font-size: 13px;
  line-height: 1.35;
  font-weight: 500;
}

.home-workflow-copy li::before{
  content: "";
  position: absolute;
  left: 0;
  top: .55em;
  width: 5px;
  height: 5px;
  border-radius: 999px;
  background: #768399;
}

.home-preview-topbar{
  height: 48px;
  padding: 0 18px;
  border-bottom: 1px solid rgba(185,199,220,.07);
  display: flex;
  align-items: center;
  gap: 8px;
}

.home-dot{
  width: 9px;
  height: 9px;
  border-radius: 999px;
  display: inline-block;
}

.home-dot-red{ background: #ff5f57; }
.home-dot-yellow{ background: #ffbd2e; }
.home-dot-green{ background: #28c840; }

.home-preview-topbar strong{
  margin-left: 6px;
  color: rgba(91,107,164,.7);
  font-size: 10px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.home-preview-body{
  padding: 18px;
}

.home-preview-search{
  height: 42px;
  border: 1px solid rgba(185,199,220,.07);
  border-radius: 8px;
  background: rgba(1,6,15,.6);
  padding: 0 14px;
  display: flex;
  align-items: center;
  gap: 10px;
  color: rgba(183,194,211,.88);
  font-size: 13px;
  font-weight: 400;
}

.home-preview-search span{
  display: inline-flex;
  align-items: center;
}

.home-preview-search span::after{
  content: "";
  width: 1px;
  height: 16px;
  margin-left: 2px;
  background: #b8c6da;
  opacity: .85;
  animation: home-caret-blink 1.05s steps(1, end) infinite;
}

@keyframes home-caret-blink{
  0%, 46%{
    opacity: .85;
  }
  47%, 100%{
    opacity: 0;
  }
}

.home-preview-search svg{
  width: 15px;
  height: 15px;
  color: #6175c8;
}

.home-preview-stats{
  margin-top: 12px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.home-preview-stats div{
  min-height: 72px;
  border: 1px solid rgba(185,199,220,.07);
  border-radius: 8px;
  background: rgba(1,6,15,.48);
  padding: 13px 14px;
}

.home-preview-stats strong{
  display: block;
  color: #f1f6fd;
  font-size: 22px;
  line-height: 1;
  font-weight: 500;
}

.home-preview-stats span{
  display: block;
  margin-top: 9px;
  color: rgba(145,157,185,.78);
  font-size: 10px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.home-preview-list,
.home-module-list{
  display: grid;
  gap: 10px;
  margin-top: 12px;
}

.home-preview-row,
.home-module-row{
  min-height: 56px;
  border: 1px solid rgba(185,199,220,.07);
  border-radius: 8px;
  background: rgba(1,6,15,.42);
  padding: 10px 14px;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 12px;
}

.home-preview-icon,
.home-module-row > span{
  width: 34px;
  height: 34px;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.home-preview-icon svg,
.home-module-row > span svg{
  width: 16px;
  height: 16px;
}

.home-preview-icon-pink{
  color: #ff2fb3;
  background: rgba(255,47,179,.14);
}

.home-preview-icon-blue{
  color: #69a6ff;
  background: rgba(83,142,224,.15);
}

.home-preview-row strong,
.home-module-row strong{
  display: block;
  color: #f0f5fb;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 800;
}

.home-preview-row div > span,
.home-module-row em{
  display: block;
  margin-top: 4px;
  color: rgba(145,157,185,.78);
  font-size: 10.5px;
  line-height: 1.2;
  font-style: normal;
  font-weight: 500;
}

.home-preview-row em,
.home-module-row b{
 min-width: 38px;
    padding: 5px 9px;
    border-radius: 999px;
    border: 1px solid rgba(35, 204, 135, .38);
    background: rgba(35, 204, 135, .12);
    color: #63f0b5;
    font-size: 10px;
    line-height: 1;
    font-style: normal;
    font-weight: 500;
    text-align: center;
}

.home-preview-row .home-preview-ai,
.home-module-row .home-module-ai{
  border-color: rgba(255,47,179,.4);
  background: rgba(255,47,179,.12);
  color: #ff62c7;
}

.home-module-card{
  padding-bottom: 18px;
}

.home-module-list{
  margin: 18px;
}

.home-module-row > span{
  color: #8fb6ff;
  background: rgba(72,111,174,.16);
}

.home-faq{
  position: relative;
  z-index: 2;
  padding: 110px 28px 110px;
  background: transparent;
  overflow: visible;
}

.home-faq::before{
  content: "";
  position: absolute;
  inset: -340px 0 -180px;
  z-index: 0;
  pointer-events: none;
  background:
    radial-gradient(720px 500px at 0% 32%, rgba(52,69,92,.12), rgba(3,8,20,0) 76%),
    radial-gradient(720px 500px at 100% 70%, rgba(70,78,93,.12), rgba(3,8,20,0) 76%);
  -webkit-mask-image: linear-gradient(to bottom, transparent 0%, #000 30%, #000 78%, transparent 100%);
  mask-image: linear-gradient(to bottom, transparent 0%, #000 30%, #000 78%, transparent 100%);
}

.home-faq-inner{
  position: relative;
  z-index: 1;
  width: min(980px, calc(100% - 56px));
  margin: 0 auto;
}

.home-faq-heading{
  text-align: center;
  margin-bottom: 38px;
}

.home-faq-heading span{
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: #768399;
  font-size: 11px;
  line-height: 1;
  font-weight: 750;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.home-faq-heading span::before,
.home-faq-heading span::after{
  content: "";
  width: 36px;
  height: 0.1px;
  background: currentColor;
}

.home-faq-heading h2{
  margin: 18px 0 0;
  color: #f4f7fc;
  font-size: 40px;
  line-height: 1.1;
  font-weight: 760;
  letter-spacing: 0;
}

.home-faq-list{
  border: 1px solid rgba(185,199,220,.08);
  border-radius: 8px;
  background: rgba(2,8,21,.82);
  overflow: hidden;
}

.home-faq-list details{
  border-top: 1px solid rgba(185,199,220,.07);
}

.home-faq-list details:first-child{
  border-top: 0;
}

.home-faq-list summary {
    min-height: 72px;
    padding: 0 22px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    cursor: pointer;
    color: #eef4fb;
    font-size: 13px;
    line-height: 1.25;
    font-weight: 450;
    list-style: none;
}

.home-faq-list summary::-webkit-details-marker{
  display: none;
}

.home-faq-list summary::after{
  content: "+";
  width: 24px;
  height: 24px;
  border: 1px solid rgba(185,199,220,.1);
  border-radius: 999px;
  background: rgba(67,103,138,.1);
  color: #b8c4d6;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  font-size: 14px;
  line-height: 1;
  font-weight: 500;
}

.home-faq-list details[open] summary::after{
  content: "-";
  color: #f4f7fc;
  border-color: rgba(185,199,220,.18);
  background: rgba(67,103,138,.18);
}

.home-faq-list p{
  margin: -8px 72px 22px 22px;
  color: rgba(160,173,192,.82);
  font-size: 13px;
  line-height: 1.65;
  font-weight: 400;
}

.home-footer{
  position: relative;
  z-index: 2;
  padding: 56px 28px 34px;
  background: transparent;
}

.home-footer::before{
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 100vw;
  height: 1px;
  transform: translateX(-50%);
  background: rgba(185,199,220,.07);
}

.home-footer-inner{
  position: relative;
  width: min(1160px, calc(100% - 56px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(260px, 1.35fr) repeat(3, minmax(132px, .7fr));
  gap: 68px;
  border: 0;
  border-radius: 0;
  background: transparent;
  padding: 0 0 42px;
}

.home-footer-inner::after{
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: min(920px, 82%);
  height: 1px;
  transform: translateX(-50%);
  background: rgba(185,199,220,.07);
}

.home-footer-brand strong{
  display: block;
  color: #f0f5fb;
  font-size: 13px;
  line-height: 1;
  font-weight: 800;
}

.home-footer-brand p{
  max-width: 290px;
  margin: 12px 0 0;
  color: rgba(104,126,165,.78);
  font-size: 12px;
  line-height: 1.7;
  font-weight: 400;
}

.home-footer-col{
  display: grid;
  align-content: start;
  gap: 12px;
}

.home-footer-col span{
  margin-bottom: 8px;
  color: rgba(104,126,165,.58);
  font-size: 10px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.home-footer-col a{
  display: inline-flex;
  width: max-content;
  max-width: 100%;
  align-items: center;
  gap: 8px;
  color: rgba(104,126,165,.78);
  font-size: 12px;
  line-height: 1.25;
  font-weight: 600;
  text-decoration: none;
  transition: color .16s ease, opacity .16s ease;
}

.home-footer-col a:hover{
  color: #eef4fb;
}

.home-footer-col svg{
  width: 13px;
  height: 13px;
  flex: 0 0 auto;
}

.home-footer-bottom{
  width: min(920px, calc(100% - 56px));
  margin: 16px auto 0;
  color: rgba(104,126,165,.66);
  font-size: 11px;
  line-height: 1.4;
  font-weight: 500;
  text-align: center;
}

@media (max-width: 820px){
  .home-hero{
    min-height: calc(100vh - 86px);
    padding: 84px 18px 94px;
  }

  .home-hero-grid{
    width: min(100%, calc(100% - 24px));
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .home-hero-inner{
    text-align: left;
  }

  .home-title{
    font-size: 52px;
  }

  .home-copy{
    font-size: 15px;
  }

  .home-globe-wrap{
    width: min(420px, 94%);
    justify-self: center;
  }

  .home-scene{
    opacity: .46;
    -webkit-mask-image: radial-gradient(ellipse 58% 38% at 50% 40%, #000 0%, #000 42%, rgba(0,0,0,.55) 58%, transparent 80%);
    mask-image: radial-gradient(ellipse 58% 38% at 50% 40%, #000 0%, #000 42%, rgba(0,0,0,.55) 58%, transparent 80%);
  }

  .home-panel-row{
    width: min(100%, calc(100% - 36px));
    margin-top: 38px;
    grid-template-columns: 1fr;
  }

  .home-investigator{
    margin-top: 0;
    padding: 82px 18px 74px;
  }

  .home-investigator-inner{
    width: min(100%, calc(100% - 24px));
  }

  .home-investigator-heading h2{
    font-size: 32px;
  }

  .home-investigator-heading{
    margin-bottom: 44px;
  }

  .home-workflow-grid{
    grid-template-columns: 1fr;
  }

  .home-workflow-copy{
    padding: 28px 26px;
  }

  .home-faq{
    padding: 82px 18px 72px;
  }

  .home-faq-inner{
    width: min(100%, calc(100% - 24px));
  }

  .home-faq-heading h2{
    font-size: 32px;
  }

  .home-faq-list summary{
    min-height: 66px;
    padding: 0 18px;
    font-size: 14px;
  }

  .home-faq-list summary::after{
    width: 22px;
    height: 22px;
    font-size: 13px;
  }

  .home-faq-list p{
    margin: -6px 52px 20px 18px;
  }

  .home-footer{
    padding: 34px 18px 42px;
  }

  .home-footer::before{
    width: min(100%, calc(100% - 36px));
  }

  .home-footer-inner{
    width: min(100%, calc(100% - 24px));
    grid-template-columns: 1fr;
    gap: 26px;
    padding: 0 0 28px;
  }

  .home-footer-brand p{
    max-width: none;
  }

  .home-footer-bottom{
    width: min(100%, calc(100% - 24px));
  }
}

@media (max-width: 460px){
  .home-title{
    font-size: 42px;
  }

  .home-preview-stats{
    grid-template-columns: 1fr;
  }
}


/* New dashboard shell */
body.dashboard-page{
  --dash-bg: #020711;
  --dash-sidebar: rgba(2,7,17,.1);
  --dash-sidebar-soft: rgba(18,31,50,.76);
  --dash-border: rgba(185,199,220,.14);
  --dash-border-soft: rgba(185,199,220,.08);
  --dash-active: rgba(28,48,77,.82);
  --dash-text: #ecf2fb;
  --dash-muted: #8e9bb2;
  --dash-muted-soft: #6e7c95;
  --dash-input: #1f222d;
  background: var(--dash-bg) !important;
  background-image: none !important;
  min-height: 100vh;
  overflow: hidden;
}

body.dashboard-page::before,
body.dashboard-page::after{
  content: none !important;
  display: none !important;
}

.dashboard-page .bg-waas,
.dashboard-page .nav{
  display: none !important;
}

.dashboard-page .page{
  max-width: none;
  min-height: 100vh;
  margin: 0;
  padding: 0;
}

.dashboard-shell{
  --dash-announcement-offset: 0px;
  position: relative;
  min-height: 100vh;
  overflow: hidden;
  color: var(--dash-text);
  background:
    radial-gradient(1160px 560px at 50% -210px, rgba(105,145,215,.2), transparent 67%),
    radial-gradient(760px 390px at 16% -145px, rgba(55,86,145,.12), transparent 66%),
    radial-gradient(900px 450px at 84% -90px, rgba(24,44,74,.1), transparent 68%),
    var(--dash-bg);
}

.dashboard-shell:has(.dash-live-announcement:not(.is-hidden)){
  --dash-announcement-offset: 26px;
}

.dash-icon{
  width: 17px;
  height: 17px;
  flex: 0 0 17px;
  display: inline-block;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.85;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.dash-sidebar{
  position: fixed;
  z-index: 5;
  top: calc(7px + var(--dash-announcement-offset, 0px));
  bottom: 7px;
  left: 7px;
  width: 294px;
  padding: 29px 10px 122px;
  border: 1px solid var(--dash-border);
  border-radius: 8px;
  background: var(--dash-sidebar);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.dash-side-search{
  height: 37px;
  margin: 0 0 18px;
  padding: 0 13px;
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--dash-muted);
  background: var(--dash-sidebar-soft);
  border: 1px solid var(--dash-border-soft);
  border-radius: 7px;
}

.dash-side-search .dash-icon{
  width: 17px;
  height: 17px;
  flex-basis: 17px;
  stroke-width: 2;
}

.dash-side-search input{
  min-width: 0;
  flex: 1;
  border: 0;
  outline: 0;
  background: transparent;
  color: #d8e1ee;
  font: 400 13px/1 Inter, system-ui, sans-serif;
}

.dash-side-search input::placeholder{
  color: #8f9bb2;
  opacity: 1;
}

.dashboard-shell.is-sidebar-search-empty .dash-side-search{
  margin-bottom: 10px;
}

.dashboard-shell.is-sidebar-search-empty .dash-nav::before{
  content: "No matches";
  display: block;
  padding: 8px 11px;
  color: #65728a;
  font-size: 12px;
  font-weight: 400;
}

.dash-nav{
  display: grid;
  gap: 5px;
  max-height: calc(100vh - 229px);
  padding-right: 3px;
  overflow-y: auto;
  overflow-x: hidden;
  scrollbar-width: thin;
  scrollbar-color: rgba(126,143,172,.42) transparent;
}

.dash-nav[hidden]{
  display: none !important;
}

.dash-nav::-webkit-scrollbar{
  width: 4px;
}

.dash-nav::-webkit-scrollbar-thumb{
  border-radius: 4px;
  background: rgba(126,143,172,.42);
}

.dash-nav-group{
  display: grid;
  gap: 0;
}

.dash-nav-item[hidden],
.dash-nav-group[hidden]{
  display: none !important;
}

.dash-nav-item{
  width: 100%;
  height: 36px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0 10px;
  border: 0;
  border-radius: 7px;
  background: transparent;
  color: var(--dash-muted);
  font: 400 13px/1 Inter, system-ui, sans-serif;
  text-align: left;
  text-decoration: none;
  cursor: pointer;
  transition: background 150ms ease, color 150ms ease, box-shadow 150ms ease;
}

.dash-nav-item:hover{
  color: #dce6f4;
  background: rgba(29,48,75,.5);
}

.dash-nav-item:disabled{
  color: #536078;
  background: transparent;
  cursor: not-allowed;
  opacity: .62;
}

.dash-nav-item:disabled:hover{
  color: #536078;
  background: transparent;
}

.dash-nav-item.is-active{
  color: #edf4ff;
  font-weight: 400;
  background: var(--dash-active);
}

.dash-nav-parent{
  justify-content: space-between;
}

.dash-nav-parent-label{
  min-width: 0;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.dash-chevron{
  width: 15px;
  height: 15px;
  flex-basis: 15px;
  color: #9aa8bf;
  transition: transform 150ms ease;
}

.dash-nav-children{
  position: relative;
  display: grid;
  gap: 4px;
  margin: 6px 0 7px 18px;
  padding-left: 23px;
  overflow: hidden;
  max-height: 280px;
  transition: max-height 180ms ease, opacity 160ms ease, margin 180ms ease;
}

.dash-nav-children::before{
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 4px;
  width: 1px;
  background: var(--dash-border);
}

.dash-nav-child{
  height: 34px;
  padding: 0 6px 0 10px;
  gap: 10px;
  border-radius: 7px;
  font-size: 13px;
}

.dash-nav-child .dash-icon{
  width: 17px;
  height: 17px;
  flex-basis: 17px;
}

.dash-nav-label{
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.dash-module-tags{
  margin-left: auto;
  max-width: 96px;
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  gap: 4px;
  overflow: hidden;
  flex: 0 1 auto;
}

.dash-module-tags[hidden]{
  display: none !important;
}

.dash-module-tag{
  height: 18px;
  min-width: 0;
  padding: 0 8px 0 6px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  border: 0;
  border-radius: 999px;
  font-size: 10px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0;
  white-space: nowrap;
  text-transform: none;
  box-shadow: none;
  flex: 0 0 auto;
  pointer-events: none;
}

.dash-module-tag::before,
.dash-module-tag-toggle::before{
  content: "";
  width: 13px;
  height: 13px;
  flex: 0 0 13px;
  background: currentColor;
  transform: translateY(1px);
  -webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2016%2016'%3E%3Cpath%20d='M6.8%202.1c.45%202.45%202.15%204.15%204.6%204.6-2.45.45-4.15%202.15-4.6%204.6-.45-2.45-2.15-4.15-4.6-4.6%202.45-.45%204.15-2.15%204.6-4.6Z'/%3E%3Cpath%20d='M12.2%201.2c.2%201%20.9%201.7%201.9%201.9-1%20.2-1.7%20.9-1.9%201.9-.2-1-.9-1.7-1.9-1.9%201-.2%201.7-.9%201.9-1.9Z'/%3E%3Cpath%20d='M12.9%2010.4c.16%20.8%20.72%201.36%201.52%201.52-.8%20.16-1.36%20.72-1.52%201.52-.16-.8-.72-1.36-1.52-1.52%20.8-.16%201.36-.72%201.52-1.52Z'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2016%2016'%3E%3Cpath%20d='M6.8%202.1c.45%202.45%202.15%204.15%204.6%204.6-2.45.45-4.15%202.15-4.6%204.6-.45-2.45-2.15-4.15-4.6-4.6%202.45-.45%204.15-2.15%204.6-4.6Z'/%3E%3Cpath%20d='M12.2%201.2c.2%201%20.9%201.7%201.9%201.9-1%20.2-1.7%20.9-1.9%201.9-.2-1-.9-1.7-1.9-1.9%201-.2%201.7-.9%201.9-1.9Z'/%3E%3Cpath%20d='M12.9%2010.4c.16%20.8%20.72%201.36%201.52%201.52-.8%20.16-1.36%20.72-1.52%201.52-.16-.8-.72-1.36-1.52-1.52%20.8-.16%201.36-.72%201.52-1.52Z'/%3E%3C/svg%3E") center / contain no-repeat;
}

.dash-module-tag-issues{
  background: rgba(65, 44, 10, .82);
  color: #ffcf6d;
}

.dash-module-tag-ai{
  background: rgba(42, 36, 93, .92);
  color: #a88cff;
}

.dash-module-tag-down{
  background: rgba(68, 18, 28, .88);
  color: #ff8993;
}

.dash-module-tag-beta{
  background: rgba(8, 34, 68, .92);
  color: #1f9cff;
}

.dash-nav-item:disabled .dash-module-tag{
  opacity: .72;
}

.dash-module-tags:not([hidden]) + .dash-nav-lock{
  margin-left: 4px;
}

.dash-nav-lock{
    width: 10px !important;
    height: 15px !important;
    flex: 0 0 11px !important;
    margin-left: auto;
    color: #8190a9;
    fill: currentColor;
}

.dash-nav-lock[hidden]{
  display: none !important;
}

.dash-nav-group.is-collapsed .dash-nav-children{
  max-height: 0;
  opacity: 0;
  margin-top: 0;
  margin-bottom: 0;
}

.dash-nav-group.is-collapsed .dash-chevron{
  transform: rotate(180deg);
}

.dash-sidebar-bottom{
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 30px;
  z-index: 4;
  padding-top: 18px;
}

.dash-sidebar-bottom::before{
  content: "";
  position: absolute;
  left: -2px;
  right: -2px;
  top: 8px;
  bottom: -14px;
  z-index: -1;
  pointer-events: none;
  background: rgba(2, 7, 17, .98);
}

.dash-version{
  margin: 0 0 10px 15px;
  color: #586781;
  font-size: 11px;
  font-weight: 500;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.dash-dock{
  height: 47px;
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(0, 1fr);
  align-items: center;
  border: 1px solid var(--dash-border-soft);
  border-radius: 25px;
  background: rgba(8,18,36,.82);
  overflow: hidden;
}

.dash-dock button,
.dash-dock a{
  height: 100%;
  border: 0;
  background: transparent;
  color: #8fa0bd;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  cursor: pointer;
  transition: background 150ms ease, color 150ms ease;
}

.dash-dock button:hover,
.dash-dock a:hover{
  color: #e4ecf8;
  background: rgba(30,51,80,.68);
}

.dash-main{
  position: relative;
  min-height: 100vh;
  margin-left: 298px;
}

.dash-live-announcement {
    position: fixed;
    z-index: 20;
    top: 0px;
    left: 4px;
    right: 4px;
    min-height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 18px;
    border: 1px solid rgba(82, 133, 164, .42);
    border-top: 0;
    border-radius: 0 0 12px 12px;
    background: #1f5778;
    color: #edf5ff;
    font-size: 12px;
    line-height: 1.2;
    font-weight: 450;
    text-align: center;
    box-shadow: inset 0 -1px 0 rgba(255, 255, 255, .035);
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
}

.dash-live-announcement.is-hidden{
  display: none !important;
}

.dash-live-announcement span{
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
}

.dash-live-announcement.is-warning{
  border-color: rgba(255, 174, 80, .48);
  background: #7a3f17;
  color: #fff2df;
}

.dashboard-shell:has(.dash-live-announcement:not(.is-hidden)) .dash-sidebar{
  top: calc(7px + var(--dash-announcement-offset, 0px));
}

.dash-dashboard-content{
  position: absolute;
  top: calc(66px + var(--dash-announcement-offset, 0px));
  left: 76px;
  right: 110px;
  display: grid;
  gap: 24px;
}

.dash-dashboard-content > .dash-stat-grid,
.dash-dashboard-content > .dash-activity-card{
  margin-left: 34px;
}

.dash-dashboard-content > .dash-stat-grid{
  margin-top: 12px;
}

.dash-dashboard-content[hidden],
.dash-admin-content[hidden],
.dash-module-content[hidden]{
  display: none !important;
}

.dash-admin-content{
  position: relative;
  padding: calc(66px + var(--dash-announcement-offset, 0px)) 110px 90px 76px;
  display: grid;
  gap: 24px;
}

.dashboard-shell.is-admin-mode{
  height: 100vh;
  overflow-y: auto;
  overflow-x: hidden;
}

.dash-admin-content > .dash-admin-stat-grid,
.dash-admin-content > .dash-admin-grid,
.dash-admin-content > .dash-admin-global-activity,
.dash-admin-content > .dash-announcement-grid{
  margin-left: 34px;
}

.dash-admin-stat-grid{
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
  margin-top: 12px;
}

.dash-admin-stat-grid .dash-stat-card{
  min-height: 150px;
}

.dash-admin-card{
  border: 1px solid rgba(185,199,220,.105);
  border-radius: 8px;
  background: rgba(1,8,18,.5);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.012);
}

.dash-admin-card header p,
.dash-admin-signal-list span,
.dash-admin-plan-list span{
  color: #8f9bb0;
  font-size: 12px;
  line-height: 1.35;
  font-weight: 600;
}

.dash-admin-grid{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.dash-admin-card{
  min-width: 0;
  padding: 0;
  overflow: hidden;
}

.dash-admin-card header{
  min-height: 64px;
  padding: 0 18px;
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0;
  border-bottom: 1px solid rgba(185,199,220,.075);
}

.dash-admin-card header .dash-icon{
  width: 17px;
  height: 16px;
  flex: 0 0 18px;
  color: #d8e1ed;
}

.dash-admin-card h2{
  margin: 0 0 6px;
  color: #edf3fb;
  font-size: 12px;
  line-height: 1;
  font-weight: 700;
}

.dash-admin-card header p{
  margin: 0;
  color: #8791a3;
  font-size: 11px;
  line-height: 1;
  font-weight: 500;
}

.dash-admin-signal-list,
.dash-admin-plan-list{
  padding: 18px;
  display: grid;
  gap: 10px;
}

.dash-admin-signal-list div,
.dash-admin-plan-list div{
  min-height: 48px;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  border: 1px solid rgba(185,199,220,.08);
  border-radius: 7px;
  background: rgba(0,6,14,.42);
}

.dash-admin-signal-list strong,
.dash-admin-plan-list strong{
      color: #cfd7e4;
    font-size: 12px;
    line-height: 1;
    font-weight: 500;
}

.dash-admin-recent-card{
  padding-bottom: 0;
}

.dash-admin-global-activity{
  min-width: 0;
}

.dash-admin-recent-card .dash-admin-table-wrap{
  margin: 18px;
}

.dash-admin-table-wrap{
  overflow: auto;
  border: 1px solid rgba(185,199,220,.08);
  border-radius: 8px;
  background: rgba(0,6,14,.38);
}

.dash-admin-table{
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}

.dash-admin-table th,
.dash-admin-table td{
  padding: 15px 16px;
  border-bottom: 1px solid rgba(185,199,220,.07);
  text-align: left;
  vertical-align: middle;
}

.dash-admin-table th{
  color: #8f9bb0;
  font-size: 11px;
  line-height: 1;
  font-weight: 650;
  text-transform: uppercase;
  letter-spacing: .04em;
}

.dash-admin-table td {
    color: #c3ccda;
    font-size: 12px;
    line-height: 1.35;
    font-weight: 300;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.dash-admin-table td:nth-child(2) {
    color: #c3ccda;
}

.dash-admin-table tr:last-child td{
  border-bottom: 0;
}

.dash-announcement-grid{
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, .96fr);
  gap: 24px;
  align-items: start;
  margin-top: 8px;
}

.dash-admin-announcement-content .dash-announcement-grid{
  margin-top: 28px;
}

.dash-announcement-column{
  min-width: 0;
}

.dash-announcement-section-title{
  margin: 0 0 14px;
  color: #f4f7fc;
  font-size: 17px;
  line-height: 1.1;
  font-weight: 700;
  letter-spacing: 0;
}

.dash-announcement-card{
  min-width: 0;
  min-height: 0;
  box-sizing: border-box;
  border: 1px solid rgba(185, 199, 220, .12);
  border-radius: 8px;
  overflow: hidden;
}

.dash-announcement-editor-card{
  display: flex;
  flex-direction: column;
  padding: 0;
  overflow: hidden;
}

.dash-announcement-card .settings-card-header{
  min-height: 64px;
}

.dash-announcement-card-body{
  min-height: 286px;
  display: flex;
  flex-direction: column;
}

.dash-announcement-rows{
  width: 100%;
}

.dash-announcement-row{
  min-height: 48px;
  display: grid;
  grid-template-columns: 160px minmax(0, 1fr);
  align-items: center;
  border-bottom: 1px solid rgba(185,199,220,.06);
}

.dash-announcement-row:last-child{
  border-bottom: 0;
}

.dash-announcement-row label{
  color: #7f91bd;
  font-size: 13px;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0;
  text-transform: none;
}

.dash-announcement-value{
  min-width: 0;
  display: flex;
  align-items: center;
}

.dash-announcement-value-status{
  justify-content: flex-end;
}

.dash-announcement-row input{
  width: 100%;
  min-width: 0;
  height: auto;
  padding: 0;
  border: 0;
  border-radius: 0;
  outline: 0;
  background: transparent;
  box-shadow: none;
  color: #ffffff;
  font: 650 13px/1.25 Inter, system-ui, sans-serif;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.dash-announcement-row input::placeholder{
  color: #6f7ea5;
}

.dash-announcement-row input:focus{
  box-shadow: none;
}

.dash-announcement-status{
  min-width: 96px;
  height: 26px;
  padding: 0 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  background: rgba(255,255,255,.055);
  color: #7f8db1;
  font-size: 11px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0;
}

.dash-announcement-status.is-active{
  background: rgba(0, 188, 126, .12);
  color: #00d98f;
}

.dash-announcement-actions{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  width: 100%;
  margin-top: auto;
  padding-top: 70px;
}

.dash-announcement-btn{
      width: 100%;
    height: 40px;
    border-radius: 4px;
    font-size: 13px;
    line-height: 1;
    font-weight: 650;
    cursor: pointer;
    transition: background 160ms ease, filter 160ms ease;
}

.dash-announcement-btn:disabled{
  cursor: default;
  opacity: .58;
}

.dash-announcement-btn-primary{
  border: 1px solid #00c88b;
  background: rgba(0, 200, 139, .08);
  color: #00d98f;
}

.dash-announcement-btn-secondary{
  border: 1px solid #ff7043;
  background: rgba(255, 112, 67, .08);
  color: #ff7043;
}

.dash-announcement-btn-primary:hover{
  background: rgba(0, 200, 139, .13);
}

.dash-announcement-btn-secondary:hover{
  background: rgba(255, 112, 67, .13);
}

.dash-announcement-preview-card{
  padding: 0;
  display: flex;
  flex-direction: column;
}

.dash-announcement-preview-wrap{
  height: 100%;
  min-height: 254px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border-radius: 8px;
  background: rgba(1,7,16,.78);
}

.dash-announcement-preview{
  width: 100%;
  min-height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  border: 1px solid rgba(82,133,164,.42);
  border-top: 0;
  border-radius: 8px 8px 0 0;
  background: #1f5778;
  color: #edf5ff;
  font-size: 13px;
  line-height: 1.2;
  font-weight: 700;
  text-align: center;
}

.dash-announcement-preview.is-empty{
  display: none;
}

.dash-announcement-preview span{
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.dash-announcement-preview-fill{
  flex: 1;
  min-height: 224px;
  background: rgba(1,7,16,.55) url("../img/mgt-panel-placeholder.png") center / cover no-repeat;
  opacity: .72;
}

.dash-announcement-preview-card > .dash-announcement-card-body > p{
  display: none;
}

.dash-admin-content > .dash-module-tags-admin-layout{
  margin-left: 34px;
}

.dash-module-tags-admin-layout{
  display: block;
  margin-top: 18px;
}

.dash-module-tags-manager{
  min-width: 0;
}

.dash-module-tags-toolbar{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(185,199,220,.055);
}

.dash-module-tag-search-box{
  width: min(420px, 100%);
}

.dash-module-tag-grid{
  display: grid;
  gap: 10px;
}

.dash-module-tag-grid > p{
  margin: 0;
  color: #7f8999;
  font-size: 12px;
  line-height: 1.45;
  font-weight: 500;
}

.dash-module-tag-row{
  min-width: 0;
  min-height: 68px;
  display: grid;
  grid-template-columns: minmax(210px, 1fr) minmax(360px, auto) 72px;
  align-items: center;
  gap: 18px;
  padding: 13px 14px;
  border: 0;
  border-radius: 7px;
  background: rgba(0,0,0,.22);
  transition: opacity 150ms ease;
}

.dash-module-tag-row.is-saving{
  opacity: .72;
}

.dash-module-tag-row[hidden],
.dash-module-tag-grid [hidden]{
  display: none !important;
}

.dash-module-tag-row-meta{
  min-width: 0;
  display: grid;
  gap: 5px;
}

.dash-module-tag-row-meta strong{
  min-width: 0;
  color: #edf3fb;
  font-size: 13px;
  line-height: 1.15;
  font-weight: 650;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.dash-module-tag-key{
  min-width: 0;
  color: #687690;
  font-size: 10px;
  line-height: 1.2;
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.dash-module-tag-toggles{
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 6px;
  flex-wrap: wrap;
}

.dash-module-tag-toggle{
  height: 18px;
  min-width: 0;
  padding: 0 8px 0 6px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  border: 0;
  border-radius: 999px;
  background: rgba(33,42,58,.72);
  color: #7f8da3;
  font-size: 10px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0;
  cursor: pointer;
  box-shadow: none;
  transition: background 150ms ease, color 150ms ease, opacity 150ms ease;
}

.dash-module-tag-toggle input{
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
}

.dash-module-tag-toggle-issues:has(input:checked){
  background: rgba(65, 44, 10, .82);
  color: #ffcf6d;
}

.dash-module-tag-toggle-ai:has(input:checked){
  background: rgba(42, 36, 93, .92);
  color: #a88cff;
}

.dash-module-tag-toggle-down:has(input:checked){
  background: rgba(68, 18, 28, .88);
  color: #ff8993;
}

.dash-module-tag-toggle-beta:has(input:checked){
  background: rgba(8, 34, 68, .92);
  color: #1f9cff;
}

.dash-module-tag-toggle:has(input:disabled){
  cursor: wait;
  opacity: .72;
}

.dash-module-tag-row-state{
  justify-self: end;
  color: #6e7d95;
  font-size: 10px;
  line-height: 1;
  font-weight: 600;
  white-space: nowrap;
}

.dash-glass-panel{
  background: rgba(2,7,17,.035);
  border: 1px solid rgba(185,199,220,.145);
  border-radius: 7px;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.012);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.dash-overview-intro{
  max-width: 700px;
  margin-bottom: 12px;
}

.dash-overview-intro h1{
  margin: 0 0 10px;
  color: #f6f8fb;
  font-size: 20px;
  line-height: 1.1;
  font-weight: 650;
  letter-spacing: 0;
}

.dash-overview-intro p{
  margin: 0;
  color: #60718f;
  font-size: 11px;
  line-height: 1.5;
  font-weight: 500;
}

.dash-overview-intro .dash-overview-status{
  margin-top: 0;
}

.dash-overview-intro p span{
  margin: 0;
  color: #60718f;
  font: inherit;
}

.dash-overview-intro strong{
  color: #aeb8c8;
  font-weight: 650;
}

.dash-status-pill{
  min-width: 72px;
  height: 25px;
  padding: 0 13px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 1px solid rgba(0,210,145,.22);
  border-radius: 999px;
  color: #b7c2d2;
  background: rgba(0,188,126,.07);
  font-size: 12px;
  font-weight: 600;
}

.dash-status-pill span{
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: #00c58b;
  box-shadow: 0 0 14px rgba(0,197,139,.55);
}

.dash-status-pill strong{
  font: inherit;
}

.dash-status-pill.is-inactive{
  border-color: rgba(185,199,220,.13);
  background: rgba(185,199,220,.05);
}

.dash-status-pill.is-inactive span{
  background: #7d8796;
  box-shadow: none;
}

.dash-stat-grid{
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.dash-stat-card{
  min-height: 170px;
  padding: 25px 24px 20px;
}

.dash-stat-icon{
  width: 25px;
  height: 25px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 13px;
  border-radius: 8px;
}

.dash-stat-icon .dash-icon{
  width: 22px;
  height: 22px;
  flex-basis: 22px;
  stroke-width: 2.2;
}

.dash-stat-icon-purple{
  color: #7b35ff;
  background: transparent;
}

.dash-stat-icon-blue{
  color: #16a9e5;
  background: transparent;
}

.dash-stat-icon-green{
  color: #00bd8a;
  background: transparent;
}

.dash-stat-label{
  margin: 0 0 6px;
  color: #98a4b6;
  font-size: 11px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: .02em;
}

.dash-stat-card h2 {
    margin: 15px 0px 1px;
    color: #eff4fb;
    font-size: 24px;
    line-height: 1.05;
    font-weight: 700;
    letter-spacing: 0;
}

.dash-stat-card h2 span{
  color: #929eb0;
  font-size: 14px;
  font-weight: 500;
}

.dash-stat-card .dash-credit-count{
  display: flex;
  align-items: baseline;
  gap: 3px;
}

.dash-stat-card .dash-credit-count [data-dashboard-used-today]{
  color: #eff4fb;
  font-size: 24px;
  line-height: 1;
  font-weight: 700;
}

.dash-stat-card .dash-credit-count [data-dashboard-daily-limit]{
  color: #929eb0;
  font-size: 14px;
  line-height: 1;
  font-weight: 500;
}

.dash-stat-note{
  margin: 0;
  color: #8c98aa;
  font-size: 12px;
  line-height: 1.35;
  font-weight: 400;
}

.dash-credit-track{
  height: 4px;
  margin: 12px 0 10px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(185,199,220,.09);
}

.dash-credit-track span{
  display: block;
  width: 90%;
  height: 100%;
  border-radius: inherit;
  background: #41688d;
}

.dash-activity-card{
  min-height: 304px;
  padding: 21px 24px 18px;
}

.dash-activity-header{
  height: 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 19px;
}

.dash-activity-header div{
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.dash-activity-header .dash-icon{
  width: 22px;
  height: 22px;
  flex-basis: 22px;
  color: #e6ecf5;
  stroke-width: 2;
}

.dash-activity-header h2{
  margin: 0;
  color: #e8eef8;
  font-size: 13px;
  line-height: 1;
  font-weight: 700;
}

.dash-activity-header span{
  color: #8c98aa;
  font-size: 11px;
  font-weight: 600;
}

.dash-chart{
  height: 212px;
  padding: 18px 18px 10px;
  border: 1px solid rgba(185,199,220,.09);
  border-radius: 7px;
  background: transparent;
}

.dash-chart-grid{
  position: relative;
  height: 164px;
  margin: 0 0 10px;
  display: grid;
  grid-template-columns: 22px repeat(7, minmax(0, 1fr));
  grid-template-rows: 1fr;
  align-items: end;
  background:
    linear-gradient(to bottom,
      rgba(185,199,220,.075) 0 1px,
      transparent 1px 25%,
      rgba(185,199,220,.075) 25% calc(25% + 1px),
      transparent calc(25% + 1px) 50%,
      rgba(185,199,220,.075) 50% calc(50% + 1px),
      transparent calc(50% + 1px) 75%,
      rgba(185,199,220,.075) 75% calc(75% + 1px),
      transparent calc(75% + 1px) 100%);
}

.dash-y{
  position: absolute;
  left: 0;
  transform: translateY(-50%);
  color: #737f91;
  font-size: 10px;
  font-weight: 600;
}

.dash-y-6{ top: 0; }
.dash-y-4{ top: 33.33%; }
.dash-y-2{ top: 66.66%; }
.dash-y-0{ top: 100%; }

.dash-bar{
  position: relative;
  grid-row: 1;
  justify-self: center;
  align-self: end;
  width: 78px;
  border-radius: 5px;
  background: rgba(67,103,138,.9);
  transition: height 180ms ease;
}

.dash-bar-wed{
  grid-column: 4;
  height: 150px;
}

.dash-bar-sun{
  grid-column: 8;
  height: 24px;
}

.dash-chart-days{
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  padding-left: 22px;
  color: #778397;
  font-size: 10px;
  font-weight: 700;
  text-align: center;
}

.dash-intro{
  position: absolute;
  top: calc(66px + var(--dash-announcement-offset, 0px));
  left: 76px;
  max-width: 700px;
}

.dash-intro h1{
  margin: 0 0 10px;
  color: #f6f8fb;
  font-size: 20px;
  line-height: 1.1;
  font-weight: 650;
  letter-spacing: 0;
}

.dash-intro p{
  margin: 0;
  color: #60718f;
  font-size: 11px;
  line-height: 1.5;
  font-weight: 500;
}

.dash-query-zone{
  position: absolute;
  left: 110px;
  right: 110px;
  bottom: 8px;
  padding-bottom: 0;
}

.dash-query-bar{
  height: 44px;
  display: flex;
  align-items: center;
  overflow: hidden;
  border: 1px solid #2a3040;
  border-radius: 10px;
  background: var(--dash-input);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.025);
}

.dash-query-bar input{
  min-width: 0;
  height: 100%;
  flex: 1;
  border: 0;
  outline: 0;
  padding: 0 20px;
  background: transparent;
  color: #edf2f9;
  caret-color: #aeb8c8;
  font: 500 12px/1 Inter, system-ui, sans-serif;
}

.dash-query-bar input::placeholder{
  color: #858fa4;
  opacity: 1;
}

.dash-query-bar button{
  width: 52px;
  height: 100%;
  border: 0;
  background: transparent;
  color: #a6b2c7;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: color 150ms ease, background 150ms ease;
}

.dash-query-bar button:hover{
  color: #f0f4fb;
  background: rgba(255,255,255,.025);
}

.dash-query-bar button:disabled{
  color: #a6b2c7;
  background: transparent;
}

.dash-query-bar button .dash-icon{
  width: 16px;
  height: 16px;
  flex-basis: 16px;
}

.dash-query-zone.is-loading .dash-query-bar{
  opacity: .72;
}

.dash-query-zone.is-loading input,
.dash-query-zone.is-loading button,
.dash-query-zone.is-loading select{
  cursor: wait;
}

.dash-query-zone.is-loading button .dash-icon{
  animation: dash-loupe-search 3s ease-in-out infinite;
  transform-origin: 50% 50%;
  will-change: transform;
}

.dash-query-zone.is-intelx-search .dash-query-bar > button[type="submit"]{
  display: none;
}

.dash-query-zone.is-intelx-search .dash-query-bar{
  overflow: visible;
}

.dash-query-zone.is-ai-image-search .dash-query-bar{
  display: none;
}

@keyframes dash-loupe-search{
  0%   { transform: translate(0, 0) rotate(0deg); }
  10%  { transform: translate(2px, -2px) rotate(-8deg); }
  25%  { transform: translate(5px, -1px) rotate(-4deg); }
  40%  { transform: translate(3px, 2px) rotate(6deg); }
  55%  { transform: translate(-1px, 4px) rotate(3deg); }
  70%  { transform: translate(-4px, 1px) rotate(-6deg); }
  85%  { transform: translate(-2px, -2px) rotate(4deg); }
  100% { transform: translate(0, 0) rotate(0deg); }
}

@keyframes dash-search-loop{
  to{
    transform: rotate(360deg);
  }
}

.intelx-bucket-control{
  height: 100%;
  width: 170px;
  margin: 0 0 0 auto;
  padding: 0;
  display: block;
  flex: 0 0 auto;
  position: relative;
  border-left: 1px solid #303747;
  background: #151b29;
  border-radius: 0 9px 9px 0;
  z-index: 25;
}

.intelx-bucket-control[hidden]{
  display: none !important;
}

.intelx-bucket-control .intelx-bucket-trigger{
  width: 100%;
  height: 100%;
  min-width: 0;
  padding: 0 28px 0 16px;
  border: 0;
  outline: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  background: transparent;
  color: #eef4ff;
  font: 300 12px/1 Inter, system-ui, sans-serif;
  text-align: left;
  cursor: pointer;
  transition: background 150ms ease, color 150ms ease;
}

.intelx-bucket-trigger-icon{
  width: 12px;
  height: 12px;
  flex: 0 0 12px;
  color: #b8d7ff;
  stroke-width: 1.9;
}

.intelx-bucket-control .intelx-bucket-trigger:hover,
.intelx-bucket-control.is-open .intelx-bucket-trigger{
  background: rgba(124,166,211,.055);
  color: #ffffff;
}

.intelx-bucket-control .intelx-bucket-trigger:focus-visible{
  box-shadow: inset 0 0 0 1px rgba(124,166,211,.42);
}

.intelx-bucket-control .intelx-bucket-trigger:disabled{
  cursor: wait;
  color: #9aa5b6;
}

.intelx-bucket-control .intelx-bucket-trigger::after{
  content: "";
  position: absolute;
  right: 16px;
  top: 50%;
  width: 5px;
  height: 5px;
  border-right: 1.25px solid #aeb8c8;
  border-bottom: 1.25px solid #aeb8c8;
  pointer-events: none;
  transform: translateY(-78%) rotate(45deg);
  transition: transform 150ms ease, border-color 150ms ease;
}

.intelx-bucket-control.is-open .intelx-bucket-trigger::after{
  border-color: #dce7f8;
  transform: translateY(-18%) rotate(225deg);
}

.intelx-bucket-menu{
  position: absolute;
  right: 0;
  bottom: calc(100% + 8px);
  width: 170px;
  max-height: 292px;
  padding: 0;
  overflow-y: auto;
  overflow-x: hidden;
  display: grid;
  gap: 0;
  border: 1px solid #303747;
  border-radius: 9px;
  background: #101622;
  scrollbar-width: none;
  -ms-overflow-style: none;
  overscroll-behavior: contain;
  z-index: 60;
}

.intelx-bucket-menu[hidden]{
  display: none !important;
}

.intelx-bucket-menu button{
  width: 100%;
  min-height: 30px;
  padding: 0 14px;
  border: 0;
  border-radius: 0;
  outline: 0;
  background: transparent;
  color: #aeb8c8;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 9px;
  font: 300 11px/1.2 Inter, system-ui, sans-serif;
  text-align: left;
  cursor: pointer;
  transition: background 120ms ease, color 120ms ease;
}

.intelx-bucket-icon{
  width: 12px;
  height: 12px;
  flex: 0 0 12px;
  color: #7f9fca;
  stroke-width: 1.9;
}

.intelx-bucket-menu button:hover .intelx-bucket-icon,
.intelx-bucket-menu button:focus-visible .intelx-bucket-icon,
.intelx-bucket-menu button[aria-selected="true"] .intelx-bucket-icon{
  color: #b8d7ff;
}

.intelx-bucket-menu button:hover,
.intelx-bucket-menu button:focus-visible{
  background: rgba(124,166,211,.1);
  color: #f2f6fd;
}

.intelx-bucket-menu button[aria-selected="true"]{
  background: rgba(124,166,211,.16);
  color: #ffffff;
  font-weight: 300;
}

.intelx-bucket-menu::-webkit-scrollbar{
  width: 0;
  height: 0;
  display: none;
}

.dash-terms {
    margin: 7px 5px 3px;
    padding-top: 0;
    border-top: 0;
    color: #7f8797;
    text-align: center;
    font-size: 11px;
    line-height: 16px;
    font-weight: 500;
}

.dash-terms a{
  color: #8ca9d9;
  text-decoration: none;
}

.dash-terms a:hover{
  text-decoration: underline;
}

.lookup-workspace,
.universal-search-workspace,
.intelx-workspace,
.ai-image-workspace,
.email-analyzer-workspace,
.crypto-analyzer-workspace,
.ip-resolver-workspace,
.discord-resolver-workspace,
.steam-resolver-workspace,
.xbox-resolver-workspace,
.cfx-resolver-workspace{
  position: absolute;
  top: calc(196px + var(--dash-announcement-offset, 0px));
  left: 110px;
  right: 110px;
  width: auto;
  transform: none;
  max-height: calc(100vh - 300px - var(--dash-announcement-offset, 0px));
  overflow-y: auto;
  padding-right: 6px;
}

.ai-image-workspace{
  bottom: 236px;
  max-height: none;
  padding-bottom: 0;
  scroll-padding-bottom: 24px;
}

.lookup-workspace[hidden],
.universal-search-workspace[hidden],
.intelx-workspace[hidden],
.ai-image-workspace[hidden],
.email-analyzer-workspace[hidden],
.crypto-analyzer-workspace[hidden],
.ip-resolver-workspace[hidden],
.discord-resolver-workspace[hidden],
.steam-resolver-workspace[hidden],
.xbox-resolver-workspace[hidden],
.cfx-resolver-workspace[hidden]{
  display: none !important;
}

.lookup-workspace::-webkit-scrollbar,
.universal-search-workspace::-webkit-scrollbar,
.intelx-workspace::-webkit-scrollbar,
.ai-image-workspace::-webkit-scrollbar,
.email-analyzer-workspace::-webkit-scrollbar,
.crypto-analyzer-workspace::-webkit-scrollbar,
.ip-resolver-workspace::-webkit-scrollbar,
.discord-resolver-workspace::-webkit-scrollbar,
.steam-resolver-workspace::-webkit-scrollbar,
.xbox-resolver-workspace::-webkit-scrollbar,
.cfx-resolver-workspace::-webkit-scrollbar{
  width: 4px;
}

.lookup-workspace::-webkit-scrollbar-thumb,
.universal-search-workspace::-webkit-scrollbar-thumb,
.intelx-workspace::-webkit-scrollbar-thumb,
.ai-image-workspace::-webkit-scrollbar-thumb,
.email-analyzer-workspace::-webkit-scrollbar-thumb,
.crypto-analyzer-workspace::-webkit-scrollbar-thumb,
.ip-resolver-workspace::-webkit-scrollbar-thumb,
.discord-resolver-workspace::-webkit-scrollbar-thumb,
.steam-resolver-workspace::-webkit-scrollbar-thumb,
.xbox-resolver-workspace::-webkit-scrollbar-thumb,
.cfx-resolver-workspace::-webkit-scrollbar-thumb{
  border-radius: 999px;
  background: rgba(185,199,220,.16);
}

.lookup-status,
.universal-search-status,
.intelx-status,
.ai-image-status,
.email-analyzer-status,
.crypto-analyzer-status,
.ip-resolver-status,
.discord-resolver-status,
.steam-resolver-status,
.xbox-resolver-status,
.cfx-resolver-status{
  margin: 0 0 18px;
  color: #60718f;
  font-size: 11px;
  line-height: 1.4;
  font-weight: 600;
}

.lookup-status.is-typing::after,
.universal-search-status.is-typing::after,
.intelx-status.is-typing::after,
.ai-image-status.is-typing::after,
.email-analyzer-status.is-typing::after,
.crypto-analyzer-status.is-typing::after,
.ip-resolver-status.is-typing::after,
.discord-resolver-status.is-typing::after,
.steam-resolver-status.is-typing::after,
.xbox-resolver-status.is-typing::after,
.cfx-resolver-status.is-typing::after{
  content: "";
  display: inline-block;
  width: 1px;
  height: 11px;
  margin-left: 3px;
  background: #60718f;
  vertical-align: -2px;
  animation: ip-status-caret 700ms steps(1) infinite;
}

@keyframes ip-status-caret{
  50%{
    opacity: 0;
  }
}

.lookup-card,
.universal-search-card,
.intelx-card,
.ai-image-card,
.email-analyzer-card,
.crypto-analyzer-card,
.ip-resolver-card,
.discord-resolver-card,
.steam-resolver-card,
.xbox-resolver-card,
.cfx-resolver-card{
  position: relative;
  min-height: 0;
  padding: 0;
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

.lookup-card[hidden],
.universal-search-card[hidden],
.intelx-card[hidden],
.ai-image-card[hidden],
.email-analyzer-card[hidden],
.crypto-analyzer-card[hidden],
.ip-resolver-card[hidden],
.discord-resolver-card[hidden],
.steam-resolver-card[hidden],
.xbox-resolver-card[hidden],
.cfx-resolver-card[hidden]{
  display: none !important;
}

.lookup-results,
.universal-search-results,
.intelx-results,
.ai-image-results,
.email-analyzer-results,
.crypto-analyzer-results,
.ip-resolver-results,
.discord-resolver-results,
.steam-resolver-results,
.xbox-resolver-results,
.cfx-resolver-results{
  display: grid;
  gap: 24px;
}

.lookup-entry,
.universal-search-entry,
.intelx-entry,
.ai-image-entry,
.email-analyzer-entry,
.crypto-analyzer-entry,
.ip-resolver-entry,
.discord-resolver-entry,
.steam-resolver-entry,
.xbox-resolver-entry,
.cfx-resolver-entry{
  display: grid;
  gap: 12px;
}

.lookup-entry .lookup-status,
.universal-search-entry .universal-search-status,
.intelx-entry .intelx-status,
.ai-image-entry .ai-image-status,
.email-analyzer-entry .email-analyzer-status,
.crypto-analyzer-entry .crypto-analyzer-status,
.ip-resolver-entry .ip-resolver-status,
.discord-resolver-entry .discord-resolver-status,
.steam-resolver-entry .steam-resolver-status,
.xbox-resolver-entry .xbox-resolver-status,
.cfx-resolver-entry .cfx-resolver-status{
  margin: 0;
}

.has-lookup-elapsed{
  display: inline-flex;
  align-items: center;
  gap: 5px;
}

.lookup-elapsed-timer{
  display: inline-block;
  min-width: 32px;
  color: #2f8fe8;
  font-size: 8px;
  line-height: inherit;
  font-weight: 800;
  font-variant-numeric: tabular-nums;
  text-align: right;
}

.lookup-loading,
.universal-search-loading,
.intelx-loading,
.ai-image-loading,
.email-analyzer-loading,
.crypto-analyzer-loading,
.ip-resolver-loading,
.discord-resolver-loading,
.steam-resolver-loading,
.xbox-resolver-loading,
.cfx-resolver-loading{
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.lookup-loading[hidden],
.universal-search-loading[hidden],
.intelx-loading[hidden],
.ai-image-loading[hidden],
.email-analyzer-loading[hidden],
.crypto-analyzer-loading[hidden],
.ip-resolver-loading[hidden],
.discord-resolver-loading[hidden],
.steam-resolver-loading[hidden],
.xbox-resolver-loading[hidden],
.cfx-resolver-loading[hidden]{
  display: none !important;
}

.lookup-loading span,
.universal-search-loading span,
.intelx-loading span,
.ai-image-loading span,
.email-analyzer-loading span,
.crypto-analyzer-loading span,
.ip-resolver-loading span,
.discord-resolver-loading span,
.steam-resolver-loading span,
.xbox-resolver-loading span,
.cfx-resolver-loading span{
  width: 26px;
  height: 26px;
  border-radius: 999px;
  border: 2px solid rgba(185,199,220,.11);
  border-top-color: rgba(124,166,211,.88);
  animation: dash-search-loop 800ms linear infinite;
}

.lookup-result{
  width: min(960px, 100%);
  max-height: 160px;
  padding: 10px 14px 12px;
  overflow: auto;
  border: 1px solid rgba(185,199,220,.105);
  border-radius: 8px;
  background: rgba(1,6,16,.18);
  scrollbar-width: thin;
  scrollbar-color: rgba(185,199,220,.32) transparent;
}

.lookup-result[hidden],
.lookup-result[data-lookup-result-template]{
  display: none !important;
}

.lookup-raw-output{
  width: max-content;
  min-width: 100%;
  margin: 0;
  padding: 0 0 2px;
  color: #ffffff;
  font: 400 11px/1.5 Inter, system-ui, sans-serif;
  letter-spacing: 0;
  white-space: pre;
}

.universal-search-result{
  --universal-search-columns: minmax(0, 36%) minmax(0, 34%) minmax(0, 30%);
  --universal-search-cell-x: 18px;
  --universal-search-scrollbar-gutter: 10px;
  width: min(1040px, 100%);
  overflow: hidden;
  border: 1px solid rgba(185,199,220,.1);
  border-radius: 10px;
  background: rgba(8,12,19,.72);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.018);
  font-family: Inter, system-ui, sans-serif;
}

.universal-search-result[hidden],
.universal-search-result[data-universal-search-result-template]{
  display: none !important;
}

.universal-search-head{
  display: grid;
  grid-template-columns: var(--universal-search-columns);
  padding: 0 var(--universal-search-scrollbar-gutter) 0 0;
  border-bottom: 1px solid rgba(185,199,220,.07);
  color: #768399;
  font-size: 9px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: .02em;
  text-transform: uppercase;
}

.universal-search-head span{
  display: block;
  min-width: 0;
  padding: 16px var(--universal-search-cell-x);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.universal-search-table-wrap{
  max-height: min(430px, calc(100vh - 390px));
  overflow: auto;
  scrollbar-gutter: stable;
  scrollbar-width: thin;
  scrollbar-color: rgba(185,199,220,.28) transparent;
}

.universal-search-table{
  display: block;
  width: 100%;
  border-collapse: collapse;
}

.universal-search-table colgroup{
  display: none;
}

.universal-search-table tbody{
  display: block;
}

.universal-search-table tr{
  display: grid;
  grid-template-columns: var(--universal-search-columns);
}

.universal-search-table td{
  display: block;
  min-width: 0;
  padding: 12px var(--universal-search-cell-x);
  border-bottom: 1px solid rgba(185,199,220,.07);
  text-align: left;
  vertical-align: top;
}

.universal-search-table td{
 color: rgba(237, 243, 251, .78);
    font-size: 11px;
    line-height: 1.45;
    font-weight: 450;
    letter-spacing: 0;
    overflow-wrap: anywhere;
}

.universal-search-table td.is-locked{
  color: #768399;
  letter-spacing: .08em;
}

.universal-search-empty{
  color: #9aa7bb !important;
  text-align: center !important;
}

.universal-search-table-wrap::-webkit-scrollbar{
  width: 8px;
  height: 8px;
}

.universal-search-table-wrap::-webkit-scrollbar-thumb{
  border-radius: 999px;
  background: rgba(185,199,220,.28);
}

.lookup-result::-webkit-scrollbar,
.lookup-raw-output::-webkit-scrollbar{
  width: 8px;
  height: 8px;
}

.lookup-result::-webkit-scrollbar-track,
.lookup-raw-output::-webkit-scrollbar-track{
  background: transparent;
}

.lookup-result::-webkit-scrollbar-thumb,
.lookup-raw-output::-webkit-scrollbar-thumb{
  border-radius: 999px;
  background: rgba(185,199,220,.32);
}

.lookup-result::-webkit-scrollbar-button,
.lookup-raw-output::-webkit-scrollbar-button{
  width: 13px;
  height: 13px;
  background: transparent;
}

.lookup-result::-webkit-scrollbar-corner,
.lookup-raw-output::-webkit-scrollbar-corner{
  background: transparent;
}

.ai-image-card{
  display: grid;
  gap: 18px;
  padding-bottom: 0;
}

.ai-image-results{
  padding-bottom: 0;
}

.ai-image-dropzone {
position: fixed;
    left: calc(298px + 110px);
    right: 110px;
    bottom: 33px;
    z-index: 45;
    height: 154px;
    min-height: 154px;
    display: grid;
    align-content: center;
    justify-items: center;
    gap: 10px;
    padding: 22px 24px;
    border: 1px dashed rgba(185, 199, 220, .13);
    border-radius: 10px;
    background: rgb(53 54 58 / 17%);
    /* box-shadow: inset 0 1px 0 rgba(255, 255, 255, .025); */
    color: #aeb9cc;
    font-family: Inter, system-ui, sans-serif;
    text-align: center;
    cursor: pointer;
    transition: border-color 150ms ease, background 150ms ease, color 150ms ease, opacity 150ms ease;
}

.ai-image-dropzone:hover,
.ai-image-dropzone.is-dragover{
  border-color: rgba(185, 199, 220, .13);
  background: rgba(20,25,36,.72);
  color: #edf3fb;
}

.ai-image-dropzone:disabled{
  cursor: wait;
  opacity: .72;
}

.ai-image-dropzone .dash-icon{
  width: 30px;
  height: 30px;
  color: #a6b2c7;
  stroke-width: 1.65;
}

.ai-image-dropzone strong{
  min-width: 0;
  color: #edf2f9;
  font-size: 13px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ai-image-dropzone span{
  margin-left: 0;
  color: #768399;
  font-size: 11px;
  line-height: 1.2;
  font-weight: 600;
  letter-spacing: 0;
  white-space: nowrap;
}

.ai-image-result{
  width: min(980px, 100%);
  max-height: calc(100vh - 462px);
  min-height: 220px;
  display: grid;
  grid-template-columns: minmax(220px, 32%) minmax(0, 1fr);
  align-items: stretch;
  overflow: hidden;
  border: 1px solid rgba(185,199,220,.1);
  border-radius: 8px;
  background: rgba(8,12,19,.72);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.018);
  font-family: Inter, system-ui, sans-serif;
}

.ai-image-result .ai-image-report-header,
.ai-image-result .ai-image-meta{
  display: none !important;
}

.ai-image-preview{
  min-width: 0;
  min-height: 220px;
  max-height: calc(100vh - 462px);
  margin: 0;
  overflow: hidden;
  border-right: 1px solid rgba(185,199,220,.1);
  background: rgba(14,19,29,.72);
}

.ai-image-preview img{
  display: block;
  width: 100%;
  height: 100%;
  min-height: 220px;
  object-fit: cover;
  opacity: .86;
}

.ai-image-result .ai-image-report{
  display: block !important;
  min-width: 0;
}

.ai-image-result[hidden],
.ai-image-result[data-ai-image-result-template]{
  display: none !important;
}

.ai-image-analysis{
  width: 100%;
  min-height: 220px;
  max-height: calc(100vh - 462px);
  margin: 0;
  padding: 18px 22px 22px;
  overflow: auto;
  color: rgba(237,243,251,.68);
  font: 500 12px/1.65 Inter, system-ui, sans-serif;
  letter-spacing: 0;
  white-space: pre-wrap;
  scrollbar-width: thin;
  scrollbar-color: rgba(185,199,220,.28) transparent;
}

.ai-image-analysis::-webkit-scrollbar{
  width: 8px;
  height: 8px;
}

.ai-image-analysis::-webkit-scrollbar-thumb{
  border-radius: 999px;
  background: rgba(185,199,220,.28);
}

.email-analyzer-result{
  width: min(922px, 100%);
  overflow: hidden;
  border: 1px solid rgba(185,199,220,.1);
  border-radius: 14px;
  background: rgba(8,12,19,.72);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.018);
  font-family: Inter, system-ui, sans-serif;
}

.email-analyzer-result[hidden],
.email-analyzer-result[data-email-analyzer-result-template]{
  display: none !important;
}

.email-report-header{
  min-height: 92px;
  padding: 18px 22px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
  border-bottom: 1px solid rgba(185,199,220,.09);
}

.email-report-title{
  min-width: 0;
}

.email-report-title span{
  display: block;
  margin-bottom: 7px;
  color: #768399;
  font-size: 9px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: .02em;
  text-transform: uppercase;
}

.email-report-title h2{
  margin: 0;
  color: #f5f7fb;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 750;
  letter-spacing: 0;
  overflow-wrap: anywhere;
}

.email-report-title p{
  margin: 6px 0 0;
  color: rgba(185,199,220,.46);
  font-size: 10px;
  line-height: 1.45;
  font-weight: 500;
}

.email-risk-pill{
  flex: 0 0 auto;
  display: grid;
  justify-items: center;
  gap: 5px;
  padding-top: 5px;
  text-align: center;
}

.email-risk-pill strong{
  color: #ffe144;
  font-size: 22px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: 0;
}

.email-risk-pill span{
  display: block;
  color: #768399;
  font-size: 9px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: .02em;
  text-transform: uppercase;
}

.email-analyzer-result[data-risk="low"] .email-risk-pill strong{
  color: #47e49d;
}

.email-analyzer-result[data-risk="high"] .email-risk-pill strong,
.email-analyzer-result[data-risk="critical"] .email-risk-pill strong{
  color: #ff5a68;
}

.email-report-stats{
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  border-bottom: 1px solid rgba(185,199,220,.09);
}

.email-stat{
  min-width: 0;
  min-height: 54px;
  padding: 12px 16px;
  border-right: 1px solid rgba(185,199,220,.075);
  display: grid;
  align-content: center;
  gap: 5px;
}

.email-stat:last-child{
  border-right: 0;
}

.email-stat strong{
  color: #d7deea;
  font-size: 20px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: 0;
}

.email-stat span{
  display: block;
  color: #768399;
  font-size: 9px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: .02em;
  text-transform: uppercase;
}

.email-stat-red strong{ color: #ff4f5b; }
.email-stat-pink strong{ color: #ff2ca8; }
.email-stat-orange strong{ color: #ff9845; }
.email-stat-muted strong{ color: #8d929c; }
.email-stat-green strong{ color: #4af0a4; }

.email-report-tabs{
  min-height: 38px;
  display: flex;
  align-items: stretch;
  gap: 0;
  overflow-x: auto;
  border-bottom: 1px solid rgba(185,199,220,.08);
  scrollbar-width: none;
}

.email-report-tabs::-webkit-scrollbar{
  display: none;
}

.email-report-tabs button{
  min-width: max-content;
  padding: 0 14px;
  border: 0;
  border-bottom: 2px solid transparent;
  background: transparent;
  color: rgba(185,199,220,.36);
  font: 650 10px/1 Inter, system-ui, sans-serif;
  cursor: pointer;
  transition: color 140ms ease, border-color 140ms ease, background 140ms ease;
}

.email-report-tabs button:hover{
  color: rgba(237,243,251,.72);
  background: rgba(255,255,255,.012);
}

.email-report-tabs button.is-active{
  color: rgba(67, 103, 138, .9);
  border-bottom-color: rgba(67, 103, 138, .9);
}

.email-report-body{
  min-height: 82px;
  padding: 18px 22px 22px;
  color: rgba(237,243,251,.66);
  font: 500 12px/1.65 Inter, system-ui, sans-serif;
  white-space: pre-wrap;
}

.crypto-analyzer-result{
  width: min(922px, 100%);
  overflow: hidden;
  border: 1px solid rgba(185,199,220,.1);
  border-radius: 14px;
  background: rgba(8,12,19,.72);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.018);
  font-family: Inter, system-ui, sans-serif;
}

.crypto-analyzer-result[hidden],
.crypto-analyzer-result[data-crypto-analyzer-result-template]{
  display: none !important;
}

.crypto-report-header{
  min-height: 104px;
  padding: 18px 22px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
  border-bottom: 1px solid rgba(185,199,220,.09);
}

.crypto-report-identity{
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 14px;
}

.crypto-report-icon{
  width: 54px;
  height: 54px;
  flex: 0 0 54px;
  display: grid;
  place-items: center;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: #8dbbff;
  font-size: 17px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: 0;
}

.crypto-report-icon[data-crypto-symbol="BTC"]{
  color: #f7931a;
}

.crypto-report-icon[data-crypto-symbol="ETH"]{
  color: #7f92ff;
}

.crypto-report-icon[data-crypto-symbol="LTC"]{
  color: #b9c7db;
}

.crypto-report-icon[data-crypto-symbol="DOGE"]{
  color: #c99b3d;
}

.crypto-coin-icon{
  width: 48px;
  height: 48px;
  display: block;
  fill: currentColor;
  stroke: currentColor;
  stroke-width: 3;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.crypto-coin-disc{
  fill: currentColor;
  stroke: none;
}

.crypto-coin-symbol{
  fill: #fff;
  stroke: none;
  font-family: Inter, system-ui, sans-serif;
  font-weight: 800;
  line-height: 1;
}

.crypto-coin-symbol-btc{
  font-size: 31px;
}

.crypto-coin-symbol-ltc{
  font-size: 32px;
}

.crypto-coin-symbol-doge{
  font-size: 30px;
}

.crypto-coin-mark{
  fill: #fff;
  stroke: none;
}

.crypto-coin-mark-eth-bottom{
  opacity: .82;
}

.crypto-report-title{
  min-width: 0;
}

.crypto-report-title span{
  display: block;
  margin-bottom: 7px;
  color: #768399;
  font-size: 9px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: .02em;
  text-transform: uppercase;
}

.crypto-report-title h2{
  margin: 0;
  color: #f5f7fb;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 750;
  letter-spacing: 0;
  overflow-wrap: anywhere;
}

.crypto-report-title p{
  margin: 6px 0 0;
  max-width: 620px;
  color: rgba(185,199,220,.52);
  font-size: 10px;
  line-height: 1.45;
  font-weight: 500;
  overflow-wrap: anywhere;
}

.crypto-report-title small{
  display: block;
  margin-top: 8px;
  color: rgba(185,199,220,.36);
  font-size: 10px;
  line-height: 1.35;
  font-weight: 500;
}

.crypto-risk-pill{
  flex: 0 0 auto;
  display: grid;
  justify-items: end;
  gap: 5px;
  padding-top: 5px;
  text-align: right;
}

.crypto-risk-pill strong{
  color: #ffe144;
  font-size: 22px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: 0;
}

.crypto-risk-pill span{
  display: block;
  color: #768399;
  font-size: 9px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: .02em;
  text-transform: uppercase;
}

.crypto-analyzer-result[data-risk="low"] .crypto-risk-pill strong{
  color: #47e49d;
}

.crypto-analyzer-result[data-risk="high"] .crypto-risk-pill strong,
.crypto-analyzer-result[data-risk="critical"] .crypto-risk-pill strong{
  color: #ff5a68;
}

.crypto-report-stats{
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  padding: 14px 14px 15px;
}

.crypto-stat{
  min-width: 0;
  min-height: 82px;
  padding: 14px 16px;
  border: 0;
  border-radius: 9px;
  background: rgba(0,0,0,.28);
  display: grid;
  align-content: center;
  justify-items: center;
  gap: 7px;
  text-align: center;
}

.crypto-stat:last-child{
  border-right: 0;
}

.crypto-stat strong{
  color: #d7deea;
  font-size: 18px;
  line-height: 1.1;
  font-weight: 800;
  letter-spacing: 0;
  overflow-wrap: anywhere;
}

.crypto-stat span{
  display: block;
  color: #768399;
  font-size: 9px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: .02em;
  text-transform: uppercase;
}

.crypto-stat small{
  display: block;
  color: rgba(185,199,220,.44);
  font-size: 10px;
  line-height: 1.35;
  font-weight: 500;
}

.intelx-result{
  width: min(1160px, 100%);
  min-height: 430px;
  overflow: hidden;
  border: 1px solid rgba(185,199,220,.105);
  border-radius: 8px;
  background: rgba(1,6,16,.26);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.015);
}

.intelx-result[hidden],
.intelx-result[data-intelx-result-template]{
  display: none !important;
}

.intelx-viewer-toolbar{
  min-height: 70px;
  padding: 14px 16px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  border-bottom: 1px solid rgba(185,199,220,.075);
  background: rgba(9,15,25,.72);
}

.intelx-filter-control{
  min-width: 0;
  height: 40px;
  flex: 1;
  display: block;
}

.intelx-filter-control input{
  width: 100%;
  height: 40px;
  border: 1px solid rgba(185,199,220,.07);
  border-color: rgba(185,199,220,.09);
  border-radius: 5px;
  outline: 0;
  background: rgba(7,10,18,.78);
  color: #edf3fb;
  padding: 0 12px;
  font: 500 13px/1 Inter, system-ui, sans-serif;
}

.intelx-filter-control input::placeholder{
  color: #8b96aa;
}

.intelx-filter-control input:focus{
  border-color: rgba(185, 199, 220, .075);
}

.intelx-download-button{
height: 40px;
    min-width: 40px;
    padding: 0 14px;
    border: 1px solid rgb(0 0 0 / 18%);
    border-radius: 7px;
    background: rgba(21, 27, 41, .88);
    color: #dce7f8;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font: 450 11px / 1 Inter, system-ui, sans-serif;
    cursor: pointer;
    /* transition: background 150ms ease, border-color 150ms ease, color 150ms ease; */
}



.intelx-download-button:disabled{
  cursor: wait;
  color: #96a2b6;
  background: rgba(21,27,41,.62);
}

.intelx-download-button .dash-icon{
  width: 14px;
  height: 14px;
  flex: 0 0 14px;
}

.intelx-preview{
  height: 360px;
  max-height: 52vh;
  margin: 0;
  padding: 0 16px 14px 16px;
  overflow: auto;
  background: rgba(0,0,0,.2);
  color: #d7dfed;
  font: 500 12px/1.55 Consolas, "Courier New", monospace;
  letter-spacing: 0;
  white-space: pre;
  word-break: normal;
  scrollbar-width: thin;
  scrollbar-color: rgba(185,199,220,.28) transparent;
}

.intelx-preview::-webkit-scrollbar{
  width: 8px;
  height: 8px;
}

.intelx-preview::-webkit-scrollbar-thumb{
  border-radius: 999px;
  background: rgba(185,199,220,.28);
}

.ip-resolver-result{
  height: 100%;
  min-height: 0;
  display: grid;
  grid-template-columns: minmax(0, 455px) minmax(0, 410px);
  justify-content: start;
  align-items: stretch;
  gap: 0;
  width: max-content;
  max-width: 100%;
  overflow: hidden;
  border: 1px solid rgba(185,199,220,.105);
  border-radius: 7px;
  background: rgba(1,6,16,.22);
}

.ip-resolver-result[hidden],
.ip-resolver-result[data-ip-resolver-result-template]{
  display: none !important;
}

.ip-resolver-info,
.ip-resolver-map{
  min-width: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.ip-resolver-info{
  padding: 14px;
  border-right: 1px solid rgba(185,199,220,.105);
}

.ip-resolver-result-head{
  min-height: 36px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 11px;
}

.ip-resolver-eyebrow,
.ip-resolver-grid span{
  display: block;
  color: #768399;
  font-size: 9px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: .02em;
  text-transform: uppercase;
}

.ip-resolver-result-head h2{
  margin: 0;
  color: #edf3fb;
  font-size: 19px;
  line-height: 1;
  font-weight: 650;
  letter-spacing: 0;
}

.ip-resolver-address{
  margin-top: 6px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.ip-resolver-address .dash-icon{
  width: 17px;
  height: 17px;
  flex-basis: 17px;
  color: #8ca9d9;
  stroke-width: 1.9;
}

.ip-resolver-grid{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 11px 18px;
}

.ip-resolver-grid div{
  min-height: 29px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.ip-resolver-grid strong{
  display: block;
  margin-top: 5px;
  color: #c9d3e4;
  font-size: 10px;
  line-height: 1.2;
  font-weight: 600;
  word-break: break-word;
}

.ip-resolver-map{
  position: relative;
  overflow: hidden;
  min-height: 0;
  height: 100%;
  align-self: stretch;
}

.ip-resolver-map iframe{
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  filter: saturate(.72) contrast(.92) brightness(.78);
}

.ip-resolver-map-empty{
  height: 100%;
  min-height: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #65728a;
  font-size: 11px;
  font-weight: 600;
}

.ip-resolver-map-empty[hidden]{
  display: none !important;
}

.ip-resolver-map a{
  position: absolute;
  right: 12px;
  bottom: 12px;
  height: 30px;
  padding: 0 12px;
  border: 1px solid rgba(185,199,220,.11);
  border-radius: 7px;
  background: rgba(3,9,22,.82);
  color: #edf3fb;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  line-height: 1;
  font-weight: 650;
  text-decoration: none;
}

.ip-resolver-map a:hover{
  border-color: rgba(185,199,220,.2);
  background: rgba(255,255,255,.06);
}

.discord-resolver-result{
  width: 360px;
  max-width: 100%;
  overflow: hidden;
  border: 1px solid rgba(185,199,220,.105);
  border-radius: 7px;
  background: #232428;
  color: #f2f3f5;
}

.discord-resolver-result[hidden],
.discord-resolver-result[data-discord-resolver-result-template]{
  display: none !important;
}

.discord-profile-banner{
  position: relative;
  height: 108px;
  background-color: #747f8d;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.discord-profile-avatar{
  position: absolute;
  left: 16px;
  bottom: -38px;
  width: 80px;
  height: 80px;
  border: 5px solid #232428;
  border-radius: 50%;
  overflow: hidden;
  display: grid;
  place-items: center;
  background: #111214;
}

.discord-profile-avatar img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.discord-profile-avatar img[hidden],
.discord-profile-avatar span[hidden]{
  display: none !important;
}

.discord-profile-avatar span{
  color: #edf3fb;
  font-size: 30px;
  line-height: 1;
  font-weight: 750;
}

.discord-online-dot{
  position: absolute;
  left: 70px;
  bottom: -31px;
  width: 23px;
  height: 23px;
  border: 5px solid #232428;
  border-radius: 50%;
  background: #23a55a;
}

.discord-profile-badges{
  position: absolute;
  right: 16px;
  bottom: -30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 5px;
  max-width: 176px;
  padding: 4px;
  border-radius: 7px;
  background: #111214;
}

.discord-profile-badges[hidden]{
  display: none !important;
}

.discord-profile-badges span{
  min-height: 20px;
  display: inline-flex;
  align-items: center;
  padding: 0 6px;
  border-radius: 5px;
  background: #2c2f33;
  color: #f2f3f5;
  font-size: 8px;
  line-height: 1;
  font-weight: 750;
}

.discord-profile-badges span[data-discord-badge="nitro"]{
  color: #ffd6f1;
  background: rgba(236, 72, 153, .24);
}

.discord-profile-body{
  padding: 50px 16px 16px;
  background: #232428;
}

.discord-profile-heading{
  min-width: 0;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 10px;
}

.discord-profile-heading h2{
  margin: 0;
  color: #f2f3f5;
  font-size: 18px;
  line-height: 1.1;
  font-weight: 750;
  letter-spacing: 0;
  overflow-wrap: anywhere;
}

.discord-profile-heading p{
  margin: 4px 0 0;
  color: #b5bac1;
  font-size: 12px;
  line-height: 1.25;
  font-weight: 600;
  overflow-wrap: anywhere;
}

.discord-clan{
  width: max-content;
  max-width: 100%;
  min-height: 22px;
  margin-top: 11px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 0 7px;
  border-radius: 5px;
  background: #2c2f33;
  color: #f2f3f5;
  font-size: 10px;
  line-height: 1;
  font-weight: 750;
}

.discord-clan[hidden]{
  display: none !important;
}

.discord-clan img{
  width: 14px;
  height: 14px;
  object-fit: contain;
}

.discord-clan img[hidden]{
  display: none !important;
}

.discord-profile-meta{
  display: grid;
  gap: 12px;
  margin: 15px 0 0;
  padding: 12px;
  border-radius: 6px;
  background: #111214;
}

.discord-profile-meta div[hidden]{
  display: none !important;
}

.discord-profile-meta dt{
  margin: 0;
  color: #f2f3f5;
  font-size: 9px;
  line-height: 1;
  font-weight: 800;
  text-transform: uppercase;
}

.discord-profile-meta dd{
  margin: 5px 0 0;
  color: #d8dee1;
  font-size: 11px;
  line-height: 1.4;
  font-weight: 550;
  overflow-wrap: anywhere;
}

.steam-resolver-result{
  width: 360px;
  max-width: 100%;
  overflow: hidden;
  border: 1px solid rgba(185,199,220,.105);
  border-radius: 7px;
  background: rgba(1,6,16,.22);
}

.steam-resolver-result[hidden],
.steam-resolver-result[data-steam-resolver-result-template]{
  display: none !important;
}

.steam-profile-head{
  position: relative;
  min-height: 112px;
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 18px;
  background: radial-gradient(ellipse farthest-corner at 22% 26%, rgba(67,103,138,.45) 0%, rgba(35,45,61,.32) 48%, rgba(1,6,16,.1) 100%);
}

.steam-avatar{
  width: 76px;
  height: 76px;
  flex: 0 0 76px;
  overflow: hidden;
  border-radius: 4px;
  background: rgba(67,103,138,.9);
  display: grid;
  place-items: center;
}

.steam-avatar img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.steam-avatar img[hidden],
.steam-avatar span[hidden]{
  display: none !important;
}

.steam-avatar span{
  color: #edf3fb;
  font-size: 28px;
  line-height: 1;
  font-weight: 700;
}

.steam-profile-copy{
  min-width: 0;
}

.steam-profile-copy h2{
  margin: 0;
  color: #edf3fb;
  font-size: 22px;
  line-height: 1.08;
  font-weight: 700;
  letter-spacing: 0;
  overflow-wrap: anywhere;
}

.steam-profile-copy p{
  margin: 6px 0 0;
  color: #8b96aa;
  font-size: 12px;
  line-height: 1.25;
  font-weight: 500;
}

.steam-account-info{
  display: grid;
  gap: 20px;
  padding: 24px 18px 18px;
  background: linear-gradient(to bottom, rgba(7,13,25,.72) 0%, rgba(7,13,25,.38) 100%);
}

.steam-badge{
  display: flex;
  align-items: flex-start;
  gap: 16px;
  min-width: 0;
}

.steam-badge-media{
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  display: grid;
  place-items: center;
  color: #edf3fb;
}

.steam-badge-media img{
  width: 42px;
  height: 42px;
  object-fit: contain;
}

.steam-badge-media img[hidden],
.steam-badge-media .dash-icon[hidden]{
  display: none !important;
}

.steam-badge-media.has-steam-image .dash-icon{
  display: none !important;
}

.steam-badge-media .dash-icon{
  width: 29px;
  height: 29px;
  stroke-width: 1.8;
}

.steam-badge > div:last-child{
  min-width: 0;
  padding-top: 1px;
}

.steam-badge + .steam-badge .steam-badge-media{
  transform: translateY(-7px);
}

.steam-badge span{
  display: block;
  color: #edf3fb;
  font-size: 13px;
  line-height: 1.1;
  font-weight: 650;
}

.steam-badge strong,
.steam-badge p,
.steam-badge a{
  display: block;
  margin: 4px 0 0;
  color: #7f8797;
  font-size: 11px;
  line-height: 1.25;
  font-weight: 500;
  text-decoration: none;
  overflow-wrap: anywhere;
}

.steam-badge a{
  color: #8ca9d9;
}

.steam-badge a:hover{
  color: #edf3fb;
}

.xbox-resolver-result{
  position: relative;
  width: 760px;
  max-width: 100%;
  overflow: hidden;
  border: 1px solid rgba(185,199,220,.105);
  border-radius: 7px;
  background: rgba(1,6,16,.22);
}

.xbox-resolver-result[hidden],
.xbox-resolver-result[data-xbox-resolver-result-template]{
  display: none !important;
}

.xbox-background{
  position: absolute;
  inset: -34px;
  z-index: 0;
  background-position: center;
  background-size: cover;
  background-color: rgba(67,103,138,.25);
  filter: blur(36px) opacity(.28);
  transform: scale(1.05);
}

.xbox-content{
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 296px;
  align-items: stretch;
  gap: 14px;
  padding: 14px;
}

.xbox-profile{
  display: grid;
  align-content: start;
  gap: 12px;
  min-width: 0;
}

.xbox-name-header{
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}

.xbox-avatar{
  width: 58px;
  height: 58px;
  flex: 0 0 58px;
  overflow: hidden;
  border-radius: 50%;
  background: rgba(67,103,138,.9);
  display: grid;
  place-items: center;
  color: #edf3fb;
}

.xbox-avatar img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.xbox-avatar img[hidden],
.xbox-avatar .dash-icon[hidden]{
  display: none !important;
}

.xbox-avatar .dash-icon{
  width: 25px;
  height: 25px;
  stroke-width: 1.8;
}

.xbox-identity{
  min-width: 0;
}

.xbox-primary{
  min-width: 0;
}

.xbox-primary h2{
  margin: 0;
  color: #edf3fb;
  font-size: 22px;
  line-height: 1.08;
  font-weight: 700;
  letter-spacing: 0;
  overflow-wrap: anywhere;
}

.xbox-identity > p{
  margin: 6px 0 0;
  color: #8b96aa;
  font-size: 12px;
  line-height: 1.25;
  font-weight: 600;
  overflow-wrap: anywhere;
}

.xbox-presence{
  display: grid;
  gap: 5px;
  color: #8b96aa;
}

.xbox-presence strong{
  color: #edf3fb;
  font-size: 10px;
  line-height: 1.1;
  font-weight: 700;
}

.xbox-presence p{
  margin: 0;
  color: #95a1b4;
  font-size: 12px;
  line-height: 1.45;
  font-weight: 500;
}

.xbox-badges{
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.xbox-badges span{
  min-height: 25px;
  display: inline-flex;
  align-items: center;
  padding: 0 9px;
  border: 1px solid rgba(185,199,220,.105);
  border-radius: 999px;
  background: rgba(1,6,16,.26);
  color: #c9d3e4;
  font-size: 10px;
  line-height: 1;
  font-weight: 700;
}

.xbox-meta{
  display: grid;
  gap: 9px;
  margin: 0;
  padding: 11px;
  border: 1px solid rgba(185,199,220,.105);
  border-radius: 6px;
  background: rgba(1,6,16,.2);
}

.xbox-meta div[hidden]{
  display: none !important;
}

.xbox-meta dt{
  margin: 0;
  color: #768399;
  font-size: 9px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: .02em;
  text-transform: uppercase;
}

.xbox-meta dd{
  margin: 5px 0 0;
  color: #c9d3e4;
  font-size: 11px;
  line-height: 1.35;
  font-weight: 600;
  overflow-wrap: anywhere;
}

.xbox-games{
  min-width: 0;
  max-height: 228px;
  overflow: hidden;
  border: 1px solid rgba(185,199,220,.105);
  border-radius: 6px;
  background: rgba(1,6,16,.28);
  padding: 13px;
}

.xbox-games h3{
  margin: 0 0 8px;
  color: #edf3fb;
  font-size: 12px;
  line-height: 1.1;
  font-weight: 700;
}

.xbox-game-list{
  display: grid;
  gap: 8px;
  max-height: 178px;
  overflow-y: auto;
  scrollbar-width: none;
}

.xbox-game-list::-webkit-scrollbar{
  display: none;
}

.xbox-game{
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
}

.xbox-game-thumb{
  width: 26px;
  height: 26px;
  flex: 0 0 26px;
  overflow: hidden;
  border-radius: 5px;
  background: rgba(67,103,138,.38);
  display: grid;
  place-items: center;
  color: #edf3fb;
}

.xbox-game-thumb img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.xbox-game-thumb img[hidden],
.xbox-game-thumb .dash-icon[hidden]{
  display: none !important;
}

.xbox-game-thumb .dash-icon{
  width: 15px;
  height: 15px;
  stroke-width: 1.8;
}

.xbox-game-text{
  min-width: 0;
}

.xbox-game-text strong,
.xbox-game-text span{
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.xbox-game-text strong{
  color: #edf3fb;
  font-size: 11px;
  line-height: 1.15;
  font-weight: 700;
}

.xbox-game-text span{
  margin-top: 3px;
  color: #7f8797;
  font-size: 10px;
  line-height: 1.1;
  font-weight: 600;
}

.cfx-resolver-result{
  position: relative;
  width: min(1120px, 100%);
  min-height: 410px;
  display: grid;
  grid-template-columns: 94px minmax(0, 1fr) 306px;
  gap: 26px;
  overflow: hidden;
  padding: 28px 34px 30px;
  border: 1px solid rgba(185,199,220,.105);
  border-radius: 7px;
  background: rgba(20,25,36,.88);
}

.cfx-resolver-result[hidden],
.cfx-resolver-result[data-cfx-resolver-result-template]{
  display: none !important;
}

.cfx-server-left,
.cfx-server-main,
.cfx-server-side{
  min-width: 0;
}

.cfx-server-left{
  display: grid;
  align-content: start;
  justify-items: center;
  gap: 24px;
}

.cfx-server-logo{
  width: 72px;
  height: 72px;
  display: grid;
  place-items: center;
  overflow: hidden;
  border-radius: 7px;
  background: rgba(7,13,25,.42);
  color: #7fb4e7;
  font-size: 16px;
  line-height: 1;
  font-weight: 800;
}

.cfx-server-logo img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cfx-server-logo img[hidden],
.cfx-server-logo span[hidden]{
  display: none !important;
}

.cfx-server-metrics{
  display: grid;
  justify-items: center;
  gap: 10px;
  color: #9aa8bf;
  font-size: 13px;
  line-height: 1;
  font-weight: 600;
}

.cfx-server-metric{
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.cfx-server-metric .dash-icon{
  width: 13px;
  height: 13px;
  color: #9aa8bf;
  stroke-width: 1.9;
}

.cfx-upvotes{
  color: #76aec8;
}

.cfx-upvotes .dash-icon{
  color: #1f5778;
}

.cfx-country{
  min-height: 16px;
  color: #edf3fb;
  font-size: 15px;
  line-height: 1;
}

.cfx-server-main{
  padding-top: 3px;
}

.cfx-server-main h2{
  margin: 0;
  color: #edf3fb;
  font-size: 21px;
  line-height: 1.08;
  font-weight: 700;
  letter-spacing: 0;
  overflow-wrap: anywhere;
}

.cfx-server-main p{
  margin: 12px 0 0;
  color: #9aa8bf;
  font-size: 13px;
  line-height: 1.35;
  font-weight: 500;
  max-width: 610px;
}

.cfx-server-tags{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 5px;
  margin-top: 14px;
}

.cfx-server-tags span,
.cfx-resources > span,
.cfx-show-all-chip,
.cfx-list-chip-grid > span,
.cfx-join-chip,
.cfx-owner-chip{
  min-height: 18px;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  border: 1px solid rgba(185,199,220,.08);
  border-radius: 4px;
  background: rgba(185,199,220,.12);
  color: #aeb9cc;
  font-size: 9px;
  line-height: 1;
  font-weight: 700;
  text-decoration: none;
}

.cfx-show-all-chip{
  border-radius: 999px;
  color: #edf3fb;
  background: rgba(7,13,25,.72);
  cursor: pointer;
  font-family: inherit;
}

.cfx-show-all-chip:hover{
  border-color: rgba(185,199,220,.12);
  background: rgba(255,255,255,.07);
}

.cfx-server-tags span{
  padding: 0 8px;
}

.cfx-connect-button{
  width: 76px;
  height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 22px;
  border: 1px solid rgba(31,87,120,.68);
  border-radius: 999px;
  background: rgba(31,87,120,.88);
  color: #fff;
  font-size: 11px;
  line-height: 1;
  font-weight: 750;
  text-decoration: none;
  transition: transform 150ms, background 150ms, border-color 150ms;
}

.cfx-connect-button:hover{
  transform: translateY(-1px);
  border-color: rgba(31,87,120,.68);
  background: rgba(38,107,146,.92);
}

.cfx-server-side{
  align-self: start;
  display: grid;
  gap: 10px;
  padding-top: 3px;
}

.cfx-server-side h3{
  margin: 0;
  display: flex;
  align-items: center;
  gap: 6px;
  color: #edf3fb;
  font-size: 12px;
  line-height: 1;
  font-weight: 750;
  text-transform: uppercase;
  width: 100%;
}

.cfx-server-side h3 .dash-icon{
  width: 12px;
  height: 12px;
  color: #edf3fb;
  stroke-width: 2;
}

.cfx-detail-chips{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 5px;
}

.cfx-join-chip,
.cfx-owner-chip{
  max-width: 146px;
  min-height: 20px;
  padding: 0 7px;
  border-radius: 999px;
  background: rgba(185,199,220,.10);
  color: #edf3fb;
}

.cfx-join-chip span,
.cfx-owner-chip span{
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.cfx-join-chip .dash-icon,
.cfx-owner-chip .dash-icon{
  width: 11px;
  height: 11px;
  flex: 0 0 11px;
  stroke-width: 2;
}

.cfx-details-list{
  display: grid;
  gap: 10px;
  margin: 7px 0 12px;
}

.cfx-details-list div{
  display: grid;
  grid-template-columns: 70px minmax(0, 1fr);
  align-items: center;
  gap: 8px;
  min-width: 0;
}

.cfx-details-list dt,
.cfx-details-list dd{
  margin: 0;
  min-width: 0;
  color: #9aa8bf;
  font-size: 13px;
  line-height: 1.18;
  font-weight: 500;
}

.cfx-details-list a,
.cfx-details-list span{
  display: block;
  color: #76aec8;
  font-size: 12px;
  line-height: 1.18;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 2px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.cfx-details-list span{
  color: #9aa8bf;
  text-decoration: none;
}

.cfx-details-list a[href="#"]{
  color: #9aa8bf;
  text-decoration: none;
  pointer-events: none;
}

.cfx-resources-title{
  margin-top: 4px !important;
}

.cfx-resources{
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  min-width: 0;
  max-height: 52px;
  overflow: hidden;
}

.cfx-resources > span{
  max-width: 86px;
  padding: 0 7px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.cfx-resources .cfx-show-all-chip{
  max-width: none;
  padding: 0 8px;
}

.cfx-resources .cfx-player-chip,
.cfx-list-chip-grid .cfx-player-chip{
  gap: 6px;
  max-width: 132px;
}

.cfx-player-chip .cfx-player-name,
.cfx-player-chip .cfx-player-id{
  min-height: 0;
  max-width: none;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: inherit;
  font: inherit;
}

.cfx-player-chip .cfx-player-name{
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.cfx-player-chip .cfx-player-id{
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  color: #83b5cc;
  font-size: 8px;
  line-height: 1;
}

.cfx-player-chip .cfx-player-id::before{
  content: "";
  width: 3px;
  height: 9px;
  border-radius: 999px;
  background: #1f5778;
  box-shadow: 0 0 10px rgba(31,87,120,.42);
}

.cfx-inline-list-shell{
  position: absolute;
  inset: 0;
  z-index: 6;
  display: flex;
  justify-content: flex-end;
  overflow: hidden;
  background: linear-gradient(90deg, rgba(20,25,36,0) 0%, rgba(20,25,36,.42) 46%, rgba(20,25,36,.88) 100%);
}

.cfx-inline-list-shell.is-leaving .cfx-inline-list-panel{
  transform: translateX(102%);
}

.cfx-inline-list-panel{
  width: min(360px, 45%);
  min-width: 320px;
  height: 100%;
  display: grid;
  grid-template-rows: auto auto minmax(0, 1fr);
  gap: 14px;
  padding: 22px;
  border-left: 1px solid rgba(185,199,220,.12);
  background: rgba(17,22,34,.98);
 
  transform: translateX(0);
  animation: cfx-inline-panel-in 180ms ease-out both;
}

@keyframes cfx-inline-panel-in{
  from{
    transform: translateX(102%);
  }
  to{
    transform: translateX(0);
  }
}

.cfx-inline-list-panel .cfx-list-header{
  gap: 12px;
}

.cfx-inline-list-panel .cfx-list-heading{
  gap: 10px;
}

.cfx-inline-list-panel .cfx-list-heading .dash-icon{
  width: 15px;
  height: 15px;
  flex-basis: 15px;
}

.cfx-inline-list-panel .cfx-list-heading h2{
  font-size: 15px;
}

.cfx-inline-list-panel .cfx-list-heading span{
  font-size: 12px;
}

.cfx-inline-list-panel .cfx-list-close{
  width: 28px;
  height: 28px;
}

.cfx-inline-list-panel .cfx-list-filter{
  height: 32px;
  font-size: 11px;
}

.cfx-inline-list-panel .cfx-list-chip-grid{
  gap: 7px;
}

.cfx-inline-list-panel .cfx-list-chip-grid > span{
  min-height: 24px;
  padding: 0 9px;
  border-radius: 6px;
  font-size: 10px;
  max-width: 100%;
}

.cfx-list-modal{
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 28px;
  background: rgba(1,6,16,.54);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.cfx-list-panel{
  width: min(690px, 100%);
  max-height: min(78vh, 820px);
  overflow: hidden;
  display: grid;
  grid-template-rows: auto auto minmax(0, 1fr);
  gap: 24px;
  padding: 38px 36px 34px;
  border: 1px solid rgba(185,199,220,.12);
  border-radius: 8px;
  background: rgba(23,28,40,.98);
  box-shadow: 0 28px 80px rgba(0,0,0,.34);
}

.cfx-list-header{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.cfx-list-heading{
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 14px;
  color: #edf3fb;
}

.cfx-list-heading .dash-icon{
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  stroke-width: 1.9;
}

.cfx-list-heading h2{
  margin: 0;
  color: #edf3fb;
  font-size: 21px;
  line-height: 1;
  font-weight: 650;
  letter-spacing: 0;
  text-transform: uppercase;
}

.cfx-list-heading span{
  color: #edf3fb;
  font-size: 15px;
  line-height: 1;
  font-weight: 650;
}

.cfx-list-close{
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border: 0;
  border-radius: 7px;
  background: transparent;
  color: #edf3fb;
  cursor: pointer;
  transition: color 150ms ease, opacity 150ms ease, transform 150ms ease;
}

.cfx-list-close:hover{
  background: transparent;
  color: #ffffff;
  opacity: .92;
  transform: scale(1.03);
}

.cfx-list-close .dash-icon{
  width: 19px;
  height: 19px;
  stroke-width: 1.9;
}

.cfx-list-filter{
  width: 100%;
  height: 40px;
  padding: 0 12px;
  border: 1px solid rgba(185,199,220,.09);
  border-radius: 4px;
  outline: none;
  background: rgba(7,10,18,.78);
  color: #edf3fb;
  font: 500 13px/1 Inter, system-ui, sans-serif;
}

.cfx-list-filter::placeholder{
  color: #8b96aa;
}

.cfx-list-filter:focus{
  border-color: rgba(124,166,211,.3);
}

.cfx-list-chip-grid{
  min-height: 0;
  overflow-y: auto;
  display: flex;
  align-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 12px 14px;
  padding-right: 4px;
}

.cfx-list-chip-grid::-webkit-scrollbar{
  width: 4px;
}

.cfx-list-chip-grid::-webkit-scrollbar-thumb{
  border-radius: 999px;
  background: rgba(185,199,220,.18);
}

.cfx-list-chip-grid > span{
  min-height: 38px;
  max-width: 100%;
  padding: 0 13px;
  border-radius: 8px;
  color: #aeb9cc;
  font-size: 14px;
  line-height: 1;
}

.cfx-list-chip-grid .cfx-list-empty{
  color: #8b96aa;
}

.dash-settings-content{
 position: absolute;
    top: calc(86px + var(--dash-announcement-offset, 0px));
    left: 132px;
    right: 132px;
    display: grid;
    gap: 24px;
}

.dash-settings-content[hidden]{
  display: none !important;
}

.settings-panel{
  border: 1px solid rgba(185, 199, 220, .145);
  border-radius: 7px;
  -webkit-backdrop-filter: blur(10px);
}

.settings-profile-card{
  min-height: 80px;
  padding: 17px 21px;
  display: flex;
  align-items: center;
  gap: 15px;
}

.settings-profile-meta{
  min-height: 52px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.settings-avatar{
  position: relative;
  width: 52px;
  height: 52px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 52px;
  color: #fff;
  background: rgba(67, 103, 138, .9);
  border: 1px solid rgba(120, 187, 246, .28);
  box-shadow: none;
  font-size: 20px;
  line-height: 1;
  font-weight: 700;
  overflow: hidden;
  cursor: pointer;
  transition: none;
}

.settings-avatar:hover{
  border-color: rgba(120, 187, 246, .28);
  box-shadow: none;
}

.settings-avatar:focus-within{
  border-color: rgba(140, 205, 255, .42);
  box-shadow: none;
}

.settings-avatar.has-image{
  border-color: transparent;
  background: transparent;
}

.settings-avatar img{
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.settings-avatar input{
  position: absolute;
  inset: 0;
  z-index: 4;
  opacity: 0;
  cursor: pointer;
}

.settings-avatar-edit{
  position: absolute;
  left: 50%;
  top: 50%;
  right: auto;
  bottom: auto;
  z-index: 3;
  width: 22px;
  height: 22px;
  border-radius: 999px;
  border: 1px solid rgba(185, 199, 220, .16);
  background: rgba(3, 9, 22, .88);
  color: #d8e9ff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, -50%);
  transition: none;
}

.settings-avatar:hover .settings-avatar-edit,
.settings-avatar:focus-within .settings-avatar-edit,
.settings-avatar.is-uploading .settings-avatar-edit{
  opacity: 1;
  transform: translate(-50%, -50%);
}

.settings-avatar-edit .dash-icon{
  width: 10px;
  height: 10px;
}

.settings-avatar-feedback{
  display: none;
}

.settings-profile-card h1{
  margin: 0 0 5px;
  color: #eef4fd;
  font-size: 16px;
  line-height: 1.05;
  font-weight: 700;
  letter-spacing: 0;
}

.settings-profile-card p{
  margin: 0;
  color: #9aa6ba;
  font-size: 11px;
  line-height: 1;
  font-weight: 500;
}

.settings-tabs{
  min-height: 49px;
  padding: 4px;
  display: grid;
  grid-template-columns: 1.05fr .86fr 1.18fr .82fr 1.05fr;
  align-items: center;
  gap: 5px;
}

.settings-tab{
  height: 40px;
  border: 0;
  border-radius: 6px;
  padding: 0 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: #a2adbd;
  background: transparent;
  font: 450 11px/1 Inter, system-ui, sans-serif;
  white-space: nowrap;
  cursor: pointer;
  transition: background 150ms ease, color 150ms ease;
}

.settings-tab:hover,
.settings-tab.is-active{
  color: #edf3fb;
  background: rgba(255,255,255,.045);
}

.settings-tab .dash-icon{
  width: 18px;
  height: 18px;
  flex-basis: 18px;
  stroke-width: 1.9;
}

.settings-view{
  display: grid;
  gap: 16px;
}

.settings-view[hidden]{
  display: none !important;
}

.settings-card{
  overflow: hidden;
}

.settings-card-header{
  min-height: 50px;
  padding: 0 18px;
  display: flex;
  align-items: center;
  gap: 10px;
  border-bottom: 1px solid rgba(185,199,220,.075);
}

.settings-card-header .dash-icon {
    width: 17px;
    height: 16px;
    flex-basis: 18px;
    color: #d8e1ed;
}

.settings-card-header h2{
  margin: 0;
  color: #edf3fb;
  font-size: 12px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0;
}

.settings-card-header-stack{
  min-height: 64px;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  gap: 6px;
}

.settings-card-header-stack div{
  display: flex;
  align-items: center;
  gap: 10px;
}

.settings-card-header-stack p{
  margin: 0;
  color: #8791a3;
  font-size: 11px;
  line-height: 1;
  font-weight: 500;
}

.settings-card-body{
  padding: 16px 18px 18px;
}

.settings-field-row{
  display: grid;
  gap: 7px;
  margin: 0 0 15px;
}

.settings-field-row label,
.settings-section-label,
.settings-whitelist-head{
  color: #a1aaba;
  font-size: 10px;
  line-height: 1;
  font-weight: 650;
  letter-spacing: .045em;
}

.settings-input-action{
  display: grid;
  grid-template-columns: minmax(0, 1fr) 90px;
  gap: 16px;
  padding-right: 14px;
}

.settings-input-action input,
.settings-input-action select,
.settings-password-form input,
.settings-ip-form input,
.admin-user-access-form select,
.admin-user-access-form input,
.settings-blacklist-row input{
  width: 100%;
  height: 37px;
  border: 1px solid rgba(185,199,220,.045);
  border-radius: 7px;
  padding: 0 14px;
  outline: 0;
  background: rgba(0,0,0,.32);
  color: #e9eff8;
  font: 500 12px/1 Inter, system-ui, sans-serif;
}

.settings-input-action select,
.admin-user-access-form select{
  appearance: none;
}


.settings-input-action input::placeholder,
.settings-password-form input::placeholder,
.settings-ip-form input::placeholder,
.settings-blacklist-row input::placeholder{
  color: #737e91;
}

.settings-primary-btn,
.settings-secondary-btn,
.settings-theme-btn{
  height: 32px;
  width: 84px;
  border-radius: 5px;
  border: 1px solid rgba(185,199,220,.09);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  color: #edf3fb;
  font: 450 11px/1 Inter, system-ui, sans-serif;
  cursor: pointer;
  transition: background 150ms ease, border-color 150ms ease, transform 150ms ease, color 150ms ease;
}

.settings-primary-btn {
    height: 34px;
    margin-top: 1px;
    width: 90px;
    align-items: center;
    justify-content: center;
    color: rgb(237, 243, 251);
    cursor: pointer;
    border-radius: 5px;
    border-width: 1px;
    border-style: solid;
    border-color: rgba(185, 199, 220, 0.09);
    border-image: initial;
    gap: 7px;
    font: 450 10px / 1 Inter, system-ui, sans-serif;
    transition: background 150ms, border-color 150ms, transform 150ms, color 150ms;
    background: rgba(255, 255, 255, .035);
}


.settings-primary-btn, .settings-secondary-btn, .settings-theme-btn {
    background: rgba(255, 255, 255, .035);
        margin-left: -4px;

}

.settings-primary-btn:hover,
.settings-secondary-btn:hover,
.settings-theme-btn:hover{
  border-color: rgba(185, 199, 220, 0.09);
  background: rgba(255,255,255,.06);
}

.settings-section-label{
  display: block;
  margin-top: 15px;
  margin-bottom: 12px;
}

.settings-option-row,
.settings-account-row{
  min-height: 62px;
  padding: 12px 16px;
  border-radius: 7px;
  background: rgba(0,0,0,.26);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.settings-option-row h3,
.settings-account-row h3,
.settings-session-main h3{
  margin: 0 0 6px;
  color: #edf3fb;
  font-size: 12px;
  line-height: 1;
  font-weight: 700;
}

.settings-option-row p,
.settings-account-row p,
.settings-session-main p{
  margin: 0;
  color: #858f9f;
  font-size: 11px;
  line-height: 1.3;
  font-weight: 500;
}

.settings-theme-btn{
  min-width: 112px;
}

.settings-theme-btn .dash-icon{
  width: 14px;
  height: 14px;
  flex-basis: 14px;
}

.settings-feedback{
  display: none;
}

.settings-feedback.is-success{
  color: #20c997;
}

.settings-feedback.is-error{
  color: #ff7b8a;
}

.settings-password-form{
  margin-top: 12px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 9px;
}

.settings-password-form[hidden]{
  display: none !important;
}

.settings-password-actions{
  grid-column: 1 / -1;
  display: flex;
  justify-content: flex-end;
  gap: 9px;
}

.settings-password-form .settings-feedback{
  grid-column: 1 / -1;
  margin-top: 0;
}

.dashboard-toast-stack{
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 120;
  display: grid;
  gap: 10px;
  pointer-events: none;
}

.dashboard-toast{
  position: relative;
  isolation: isolate;
  overflow: hidden;
  min-width: 326px;
  max-width: min(460px, calc(100vw - 48px));
  min-height: 56px;
  padding: 10px 16px;
  border-radius: 5px;
  border: 1px solid #314053;
  background: #1c2431;
  color: #e8eef8;
  display: flex;
  align-items: center;
  gap: 12px;
  font: 400 12px/1.4 Inter, system-ui, sans-serif;
  opacity: 0;
  transform: translate3d(calc(100% + 34px), 0, 0);
  box-shadow: none;
  animation: dashboard-toast-in 260ms cubic-bezier(.2, .84, .28, 1) forwards;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

.dashboard-toast::before{
  content: none;
}

.dashboard-toast::after{
  content: none;
}

.dashboard-toast-icon{
  position: relative;
  z-index: 1;
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
  color: #8ca7c7;
  stroke-width: 2;
}

.dashboard-toast-message{
  position: relative;
  z-index: 1;
  display: grid;
  gap: 2px;
  min-width: 0;
}

.dashboard-toast-title{
  color: #edf3fb;
  font-weight: 500;
  font-size: 13px;
  line-height: 1.25;
}

.dashboard-toast-detail{
  color: #9facbf;
  font-size: 12px;
  line-height: 1.3;
  font-weight: 400;
}

.dashboard-toast.is-success .dashboard-toast-icon{
  color: #53e6a7;
}

.dashboard-toast.is-error .dashboard-toast-icon{
  color: #ff7f92;
}

.dashboard-toast.is-leaving{
  animation: dashboard-toast-out 240ms cubic-bezier(.58, 0, .72, .18) forwards;
}

@keyframes dashboard-toast-in{
  to{
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes dashboard-toast-out{
  to{
    opacity: 0;
    transform: translate3d(calc(100% + 34px), 0, 0);
  }
}

.settings-session-row{
  min-height: 58px;
  padding: 13px 18px;
  display: grid;
  grid-template-columns: 30px minmax(0, 1fr) auto 92px;
  align-items: center;
  gap: 13px;
}

.settings-device-icon{
  width: 30px;
  height: 30px;
  border-radius: 6px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #b6c0cf;
  background: rgba(0,0,0,.2);
}

.settings-session-row time{
  color: #8791a3;
  font-size: 10px;
  font-weight: 600;
  white-space: nowrap;
  margin-right: 20px;
}

.settings-signout-btn{
  height: 28px;
  color: #939bab;
  font-size: 10px;
  justify-self: start;
}

.settings-lock-row,
.settings-ip-box,
.settings-api-key-row,
.settings-api-secret{
  min-height: 38px;
  border-radius: 7px;
  background: rgba(0,0,0,.28);
}

.settings-lock-row{
  padding: 0 13px;
  display: flex;
  align-items: center;
  gap: 9px;
  color: #858f9f;
  font-size: 11px;
  font-weight: 500;
}

.settings-lock-row .dash-icon{
  width: 14px;
  height: 14px;
  flex-basis: 14px;
  color: #858f9f;
}

.settings-lock-row[hidden]{
  display: none !important;
}

.settings-api-key-row{
  padding: 9px 13px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.settings-api-key-row strong{
  min-width: 0;
  color: #c6d0df;
  font-size: 11px;
  line-height: 1;
  font-weight: 450;
  overflow-wrap: anywhere;
}

.settings-api-key-section{
  margin-top: 15px;
}

.settings-lock-row[hidden] + .settings-api-key-section,
.settings-lock-row[hidden] + .settings-blacklist-grid{
  margin-top: 0;
}

.settings-api-key-section > .settings-section-label{
  display: block;
  margin-bottom: 8px;
}

.settings-api-secret{
  margin-top: 9px;
  padding: 10px 13px;
  display: grid;
  gap: 8px;
  color: #858f9f;
  font-size: 11px;
  font-weight: 500;
}

.settings-api-secret[hidden]{
  display: none !important;
}

.settings-api-secret code{
  display: block;
  min-width: 0;
  padding: 9px 10px;
  color: #edf3fb;
  white-space: normal;
  word-break: break-all;
}

.settings-api-secret-row{
  min-height: 38px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 38px;
  align-items: center;
  border-radius: 6px;
  background: rgba(0,0,0,.34);
  overflow: hidden;
}

.settings-api-copy-btn{
  width: 30px;
  height: 30px;
  margin-right: 4px;
  padding: 0;
  border: 0;
  border-radius: 6px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  justify-self: end;
  background: transparent;
  color: #8f9bad;
  cursor: pointer;
  transition: color 150ms ease, background 150ms ease;
}

.settings-api-copy-btn:hover{
  color: #edf3fb;
  background: rgba(255,255,255,.06);
}

.settings-api-copy-btn.is-copied{
  color: #20c997;
}

.settings-api-copy-btn .dash-icon{
  width: 15px;
  height: 15px;
  flex-basis: 15px;
}

.settings-whitelist-head{
  margin: 18px 0 9px;
  display: flex;
  justify-content: space-between;
}

.settings-ip-box{
  padding: 9px 11px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 7px;
}

.settings-ip-chip{
  height: 30px;
  padding: 0 9px 0 11px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1px solid rgba(185,199,220,.09);
  border-radius: 6px;
  color: #c7d0dd;
  background: rgba(255,255,255,.035);
  font-size: 11px;
  font-weight: 700;
}

.settings-ip-chip button,
.settings-detected button{
  border: 0;
  padding: 0;
  background: transparent;
  color: #b9c3d2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.settings-ip-chip .dash-icon{
  width: 14px;
  height: 14px;
  flex-basis: 14px;
}

.settings-ip-form{
  margin-top: 10px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 102px;
  gap: 10px;
}

.settings-blacklist-grid{
  margin-top: 16px;
  display: grid;
  gap: 20px;
}

.settings-blacklist-row{
  display: grid;
  grid-template-columns: 80px minmax(0, 1fr) 74px;
  align-items: center;
  gap: 32px;
  min-height: 36px;
  padding: 0 10px 0 10px;
}

.settings-blacklist-row label{
  color: #7f8ca1;
  font-size: 9px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: .02em;
  text-transform: uppercase;
}

.settings-blacklist-row.has-value{
  color: #9babc0;
}

.settings-blacklist-row .settings-primary-btn{
  justify-self: end;
}

.settings-blacklist-grid.is-disabled .settings-blacklist-row{
  opacity: .55;
}

.settings-blacklist-row input:disabled,
.settings-blacklist-row button:disabled,
.settings-ip-form input:disabled,
.settings-ip-form button:disabled,
.settings-primary-btn:disabled{
  cursor: not-allowed;
}

.settings-blacklist-row input:disabled,
.settings-ip-form input:disabled{
  color: #7f8999;
  background: rgba(0,0,0,.24);
}

.settings-blacklist-row button:disabled,
.settings-ip-form button:disabled,
.settings-primary-btn:disabled{
  opacity: .62;
}

.settings-detected{
  margin: 10px 0 0;
  display: flex;
  align-items: center;
  gap: 5px;
  color: #7e8797;
  font-size: 10px;
  line-height: 1;
  font-weight: 600;
}

.settings-detected strong{
  color: #43678AE6;
  font-weight: 800;
}

.settings-detected button .dash-icon{
  width: 11px;
  height: 11px;
  flex-basis: 11px;
}

.settings-developer-panel .settings-lock-row[hidden] + .settings-api-key-section{
  margin-top: 0;
}

.settings-developer-panel .settings-lock-row:not([hidden]) + .settings-api-key-section{
  margin-top: 16px;
}

.settings-developer-panel .settings-api-key-section > .settings-section-label{
  margin-top: 0;
  margin-bottom: 8px;
}

.settings-developer-panel .settings-api-key-row{
  min-height: 48px;
  padding: 8px 12px 8px 17px;
}

.settings-developer-panel .settings-api-key-row strong{
  font-size: 12px;
}

.settings-developer-panel .settings-primary-btn{
  margin-left: 0;
}

.settings-developer-panel .settings-whitelist-head{
  margin: 16px 0 10px;
}

.settings-developer-panel .settings-ip-box{
  min-height: 46px;
  padding: 8px 12px;
}

.settings-developer-panel .settings-ip-form{
  margin-top: 12px;
  grid-template-columns: minmax(0, 1fr) 108px;
  gap: 12px;
}

.settings-developer-panel .settings-ip-form input{
  height: 42px;
  padding: 0 17px;
}

.settings-developer-panel .settings-ip-form .settings-primary-btn{
  width: 108px;
  height: 38px;
  align-self: center;
}

.settings-developer-panel .settings-detected{
  margin-top: 11px;
  font-size: 10px;
}

.settings-developer-panel .is-api-disabled .settings-api-key-row,
.settings-developer-panel .is-api-disabled .settings-ip-box{
  background: rgba(0,0,0,.24);
}

.settings-developer-panel .is-api-disabled .settings-api-key-section,
.settings-developer-panel .is-api-disabled .settings-whitelist-head,
.settings-developer-panel .is-api-disabled .settings-ip-box,
.settings-developer-panel .is-api-disabled .settings-ip-form,
.settings-developer-panel .is-api-disabled .settings-detected{
  opacity: .48;
  filter: grayscale(.35);
}

.settings-developer-panel .is-api-disabled .settings-api-key-row,
.settings-developer-panel .is-api-disabled .settings-ip-box,
.settings-developer-panel .is-api-disabled .settings-ip-form input{
  border-color: rgba(185,199,220,.035);
  background: rgba(0,0,0,.22);
}

.settings-developer-panel .is-api-disabled .settings-primary-btn,
.settings-developer-panel .is-api-disabled .settings-ip-form{
  pointer-events: none;
}

.dash-admin-users-layout{
  margin-left: 34px;
  display: grid;
  grid-template-columns: minmax(260px, 320px) minmax(0, 1fr);
  gap: 20px;
  align-items: start;
}

.dash-admin-user-search-panel{
  min-width: 0;
}

.dash-admin-user-search-box{
  height: 42px;
  display: grid;
  grid-template-columns: 18px minmax(0, 1fr);
  align-items: center;
  gap: 10px;
  padding: 0 13px;
  border: 1px solid rgba(185,199,220,.075);
  border-radius: 7px;
  background: rgba(0,0,0,.28);
  color: #8fa0b8;
}

.dash-admin-user-search-box .dash-icon{
  width: 17px;
  height: 17px;
  flex-basis: 17px;
}

.dash-admin-user-search-box input{
  width: 100%;
  min-width: 0;
  border: 0;
  outline: 0;
  background: transparent;
  color: #edf3fb;
  font: 500 12px/1 Inter, system-ui, sans-serif;
}

.dash-admin-user-search-box input::placeholder{
  color: #737e91;
}

.dash-admin-user-results{
  margin-top: 12px;
  display: grid;
  gap: 7px;
}

.dash-admin-user-results p{
  margin: 0;
  color: #7f8999;
  font-size: 11px;
  font-weight: 500;
}

.dash-admin-user-result{
  width: 100%;
  min-height: 58px;
  border: 1px solid rgba(185,199,220,.065);
  border-radius: 7px;
  padding: 11px 11px;
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  align-items: center;
  gap: 10px;
  text-align: left;
  background: rgba(0,0,0,.24);
  color: #c9d3e2;
  cursor: pointer;
  transition: background 150ms ease, border-color 150ms ease;
}

.dash-admin-user-result:hover,
.dash-admin-user-result.is-active{
  
  background: rgba(29,48,75,.38);
}

.dash-admin-user-result-avatar{
  width: 34px;
  height: 34px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: rgba(67,103,138,.75);
  color: #fff;
  font-size: 13px;
  font-weight: 700;
}

.dash-admin-user-result-avatar img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.dash-admin-user-result strong{
  display: block;
  min-width: 0;
  color: #edf3fb;
  font-size: 12px;
  line-height: 1.25;
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.dash-admin-user-result-meta{
  display: block;
  min-width: 0;
}

.dash-admin-user-result-email{
  display: block;
  min-width: 0;
  margin-top: 3px;
  color: #7f8ca1;
  font-size: 10px;
  line-height: 1.35;
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.dash-admin-user-detail{
  min-width: 0;
  display: grid;
  gap: 18px;
}

.admin-user-profile-card{
  position: relative;
}

.admin-user-avatar{
  cursor: default;
}

.admin-user-avatar img[hidden]{
  display: none !important;
}

.admin-user-badges{
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 7px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.admin-user-badges .admin-tag,
.admin-user-badges .plan-chip{
  min-height: 20px;
  padding: 2px 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 9px;
  line-height: 1.1;
  font-weight: 500;
}

.admin-user-badges [hidden]{
  display: none !important;
}

.admin-user-badges .admin-tag-api{
  border-color: rgba(245, 190, 67, .52);
  color: #f7d57a;
  background: rgba(245, 190, 67, .12);
}

.admin-user-badges .admin-tag-warn{
  border-color: rgba(255, 168, 76, .56);
  color: #ffb86c;
  background: rgba(255, 168, 76, .12);
}

.admin-user-badges .admin-tag-muted{
  opacity: .78;
}

.admin-user-tabs{
  grid-template-columns: 1.05fr .86fr 1.18fr .82fr 1.05fr;
}

.dash-admin-user-placeholder{
  min-height: 150px;
  display: block;
}

.dash-admin-user-placeholder[hidden],
.dash-admin-user-detail[hidden]{
  display: none !important;
}

.admin-user-access-form{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px 16px;
}

.admin-user-access-form label{
  display: grid;
  gap: 8px;
}

.admin-user-access-form label span{
  color: #a1aaba;
  font-size: 10px;
  line-height: 1;
  font-weight: 650;
  letter-spacing: .045em;
}

.admin-user-save-wide{
  grid-column: 1 / -1;
  justify-self: end;
  width: 108px;
}

.dash-admin-user-staff-actions .settings-card-body{
  padding-top: 14px;
}

.dash-admin-action-bar{
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 12px;
}

@media (max-width: 1180px){
  .dash-admin-action-bar{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.dash-admin-action-btn{
  height: 38px;
  border-radius: 7px;
  border: 1px solid rgba(185,199,220,.12);
  background: rgba(0,0,0,.18);
  color: #dce7f5;
  font: 650 11px/1 Inter, system-ui, sans-serif;
  cursor: pointer;
  transition: background 150ms ease, border-color 150ms ease, color 150ms ease;
}

.dash-admin-action-warn{
  border-color: rgba(255, 128, 80, .82);
  color: #ff8755;
  background: rgba(255, 128, 80, .075);
}

.dash-admin-action-ban{
  border-color: rgba(255, 63, 85, .82);
  color: #ff485f;
  background: rgba(255, 63, 85, .07);
}

.dash-admin-action-role{
  border-color: rgba(0, 210, 150, .82);
  color: #18d795;
  background: rgba(0, 210, 150, .075);
}

.dash-admin-action-reset{
  border-color: rgba(45, 135, 255, .82);
  color: #3b8fff;
  background: rgba(45, 135, 255, .07);
}

.dash-admin-action-lift,
.dash-admin-action-lift-warn{
  border-color: rgba(45, 135, 255, .96);
  color: #f5f9ff;
  background: #2381f4;
}

.dash-admin-action-btn:hover{
  background: rgba(255,255,255,.045);
}

.dash-admin-action-lift:hover,
.dash-admin-action-lift-warn:hover{
  background: #2d8cff;
}

.dash-admin-user-action-log{
  padding: 14px 18px 18px;
  display: grid;
  gap: 8px;
}

.dash-admin-user-action-log p{
  margin: 0;
  color: #8791a3;
  font-size: 11px;
  font-weight: 500;
}

.dash-admin-user-action-row{
  min-height: 46px;
  padding: 11px 13px;
  display: grid;
  grid-template-columns: 140px minmax(0, 1fr) 120px 90px;
  gap: 12px;
  align-items: center;
  border: 1px solid rgba(185,199,220,.06);
  border-radius: 7px;
  background: rgba(0,0,0,.22);
  color: #a6b1c2;
  font-size: 11px;
  font-weight: 500;
}

.dash-admin-user-action-row strong{
  color: #edf3fb;
  font-weight: 600;
}

.dash-admin-user-action-row span{
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.dash-admin-user-action-row em{
  justify-self: end;
  font-style: normal;
  color: #758198;
}

.dash-admin-modal-root{
  position: fixed;
  inset: 0;
  z-index: 80;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
}

.dash-admin-modal-root[hidden]{
  display: none !important;
}

.dash-admin-modal-backdrop{
  position: absolute;
  inset: 0;
  background: rgba(3, 8, 18, .72);
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
}

.dash-admin-modal-panel{
  position: relative;
  z-index: 1;
  width: min(520px, 94vw);
  padding: 24px;
  display: grid;
  gap: 15px;
  border: 1px solid rgba(185,199,220,.14);
  border-radius: 8px;
  background: rgba(9, 17, 31, .96);

}

.dash-admin-modal-close{
  position: absolute;
  top: 18px;
  right: 18px;
  width: 28px;
  height: 28px;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #9da9bb;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 0;
}

.dash-admin-modal-close:hover{
  color: #edf3fb;
  background: transparent;
}

.dash-admin-modal-close .dash-icon{
  width: 16px;
  height: 16px;
}

.dash-admin-modal-panel h2{
  margin: 0;
  color: #edf3fb;
  font-size: 20px;
  line-height: 1.1;
  font-weight: 700;
}

.dash-admin-modal-panel p{
  margin: -7px 38px 0 0;
  color: #8791a3;
  font-size: 12px;
  font-weight: 500;
}

.dash-admin-modal-field{
  display: grid;
  gap: 8px;
}

.dash-admin-modal-field[hidden],
.dash-admin-temp-secret[hidden]{
  display: none !important;
}

.dash-admin-modal-field span,
.dash-admin-role-switch span{
  color: #a1aaba;
  font-size: 10px;
  line-height: 1;
  font-weight: 650;
  letter-spacing: .045em;
  text-transform: uppercase;
}

.dash-admin-modal-field input{
    width: 100%;
    height: 38px;
    border: 0.2px solid rgba(185, 199, 220, .08);
    border-radius: 5px;
    background: rgba(0, 0, 0, .28);
    color: #edf3fb;
    padding: 0 13px;
    font: 500 12px / 1 Inter, system-ui, sans-serif;
    outline: none;
}

.dash-admin-modal-field input:focus{
  border-color: rgba(110, 110, 115, 0.55)
}

.dash-admin-modal-actions{
  margin-top: 4px;
  display: flex;
  justify-content: flex-end;
  gap: 10px;
}

.dash-admin-modal-actions .settings-secondary-btn,
.dash-admin-modal-actions .settings-primary-btn{
  min-width: 92px;
}

.dash-admin-role-modal-panel{
  width: min(580px, 94vw);
  padding: 24px;
  gap: 15px;
}

.dash-admin-role-modal-panel .dash-admin-modal-close{
  top: 18px;
  right: 18px;
}

.dash-admin-role-modal-panel h2{
  font-size: 20px;
  line-height: 1;
  font-weight: 700;
}

.dash-admin-role-modal-panel p{
  margin: -7px 38px 0 0;
  font-size: 12px;
  line-height: 1.35;
  font-weight: 500;
  color: #929cad;
}

.dash-admin-role-rows{
  display: grid;
  overflow: hidden;
  border: 0;
  border-radius: 0;
  background: transparent;
  margin-top: 2px;
}

.dash-admin-role-row{
  min-height: 54px;
  padding: 0 13px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  border-bottom: 0;
}

.dash-admin-role-row:last-child{
  border-bottom: 0;
}

.dash-admin-role-row div{
  display: grid;
  gap: 4px;
}

.dash-admin-role-row strong{
  color: #edf3fb;
  font-size: 12px;
  line-height: 1;
  font-weight: 650;
}

.dash-admin-role-row span{
  color: #8f99aa;
  font-size: 10px;
  line-height: 1.2;
  font-weight: 500;
}

.dash-admin-role-row .toggle{
  width: 36px;
  height: 20px;
}

.dash-admin-role-row .toggle-slider{
  background: rgba(17, 24, 39, .96);
  border-color: rgba(237, 243, 251, .82);
}

.dash-admin-role-row .toggle-slider::before{
  left: 3px;
  top: 50%;
  width: 14px;
  height: 14px;
  background: #788397;
  transform: translateY(-50%);
}

.dash-admin-role-row .toggle input:checked + .toggle-slider{
  background: #f4f7fb;
  border-color: #f4f7fb;
}

.dash-admin-role-row .toggle input:checked + .toggle-slider::before{
  transform: translate(16px, -50%);
}

.dash-admin-role-modal-panel > .dash-admin-modal-field{
  gap: 8px;
}

.dash-admin-role-modal-panel > .dash-admin-modal-field input{
  height: 38px;
  border-color: rgba(185,199,220,.075);
  border-radius: 5px;
  background: rgba(0,0,0,.26);
  padding: 0 13px;
  font-size: 12px;
}

.dash-admin-role-modal-panel > .dash-admin-modal-field input:focus{
  border-color: rgba(110, 110, 115, 0.55)

}


.dash-admin-role-modal-panel > .dash-admin-modal-field span{
  font-size: 10px;
  color: #a3adbc;
}

.dash-admin-role-modal-panel .dash-admin-modal-actions{
  margin-top: 4px;
  gap: 10px;
}

.dash-admin-role-modal-panel .dash-admin-modal-actions .settings-secondary-btn,
.dash-admin-role-modal-panel .dash-admin-modal-actions .settings-primary-btn{
      min-width: 92px;
    height: 33px;
}

.dash-admin-temp-secret{
  min-height: 44px;
  padding: 9px 11px;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) 30px;
  gap: 10px;
  align-items: center;
  border: 1px solid rgba(67, 180, 255, .20);
  border-radius: 7px;
  background: rgba(0,0,0,.25);
}

.dash-admin-temp-secret span{
  color: #8f9bad;
  font-size: 10px;
  font-weight: 650;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.dash-admin-temp-secret code{
  min-width: 0;
  color: #edf3fb;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.dash-admin-temp-secret button{
  width: 30px;
  height: 30px;
  border: 0;
  border-radius: 6px;
  background: transparent;
  color: #a9b7ca;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.settings-referral-stats{
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.settings-referral-stats > div{
  min-width: 0;
  min-height: 68px;
  padding: 14px 16px;
  display: grid;
  align-content: center;
  gap: 8px;
  border: 0;
  border-radius: 7px;
  background: rgba(0,0,0,.28);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.012);
}

.settings-referral-stats span,
.settings-referral-link-block label{
  color: #8f9bad;
  font-size: 9px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: .035em;
}

.settings-referral-stats strong{
  color: #edf3fb;
  font-size: 20px;
  line-height: 1;
  font-weight: 700;
}

.settings-referral-link-block{
  margin-top: 20px;
}

.settings-referral-link-block label{
  display: block;
  margin-bottom: 9px;
}

.settings-referral-link-row{
  min-height: 42px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 42px;
  border-radius: 7px;
  overflow: hidden;
  background: rgba(0,0,0,.32);
}

.settings-referral-link-row input{
 min-width: 0;
    height: 42px;
    padding: 0 14px;
    border: 0;
    outline: 0;
    background: transparent;
    color: #c7d0dd;
    font: 400 11px / 1 Inter, system-ui, sans-serif;
}

.settings-referral-link-row button{
  width: 34px;
  height: 34px;
  margin-right: 4px;
  padding: 0;
  border: 0;
  border-radius: 6px;
  align-self: center;
  justify-self: end;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  color: #8f9bad;
  cursor: pointer;
  transition: color 150ms ease, background 150ms ease;
}

.settings-referral-link-row button:hover{
  color: #edf3fb;
  background: rgba(255,255,255,.06);
}

.settings-referral-link-row button.is-copied{
  color: #20c997;
}

.settings-referral-link-row button .dash-icon{
  width: 15px;
  height: 15px;
  flex-basis: 15px;
}

.settings-account-row + .settings-account-row{
  margin-top: 10px;
}

.dashboard-page.is-dashboard-light{
  --dash-bg: #08101d;
}

.dashboard-page.is-dashboard-light .dash-sidebar-bottom::before{
  background: linear-gradient(
    to bottom,
    rgba(8,16,29,0),
    rgba(8,16,29,.96) 18px,
    rgba(8,16,29,.98)
  );
}

.dashboard-page.is-dashboard-light .dash-version{
  color: #6d7d99;
}

.dashboard-page.is-dashboard-light .dash-dock{
  background: rgba(12,24,45,.88);
  border-color: rgba(143,160,190,.18);
}

.dashboard-page.is-dashboard-light .dash-dock button,
.dashboard-page.is-dashboard-light .dash-dock a{
  color: #9aaac7;
}

.dashboard-page.is-dashboard-light .dash-dock button:hover,
.dashboard-page.is-dashboard-light .dash-dock a:hover{
  color: #e6eefb;
  background: rgba(32,54,86,.7);
}

.dashboard-page.is-dashboard-light .settings-panel{
  
}

@media (max-width: 980px){
  body.dashboard-page{
    overflow: auto;
  }

  .dashboard-shell{
    min-height: 100vh;
    overflow: visible;
    display: grid;
  }

  .dash-sidebar{
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    width: auto;
    min-height: auto;
    margin: 10px;
    padding-bottom: 112px;
  }

  .dash-main{
    min-height: 520px;
    margin-left: 0;
  }

  .dash-live-announcement{
    position: fixed;
    top: 0;
    left: 4px;
    right: 4px;
    z-index: 20;
    margin: 0;
  }

  .dashboard-shell:has(.dash-live-announcement:not(.is-hidden)) .dash-sidebar{
    top: auto;
    margin-top: calc(10px + var(--dash-announcement-offset, 0px));
  }

  .dash-dashboard-content{
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    width: auto;
    transform: none;
    padding: 28px 16px 40px;
    gap: 18px;
  }

  .dash-admin-content{
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    width: auto;
    transform: none;
    padding: 28px 16px 40px;
    gap: 18px;
  }

  .dash-admin-content > .dash-admin-stat-grid,
  .dash-admin-content > .dash-admin-grid,
  .dash-admin-content > .dash-admin-recent-card,
  .dash-admin-content > .dash-announcement-grid,
  .dash-admin-content > .dash-module-tags-admin-layout{
    margin-left: 0;
  }

  .dash-overview-intro{
    margin-bottom: 18px;
  }

  .dash-settings-content{
    position: relative;
    top: auto;
    left: auto;
    width: auto;
    transform: none;
    padding: 28px 16px 40px;
  }

  .settings-tabs{
    grid-template-columns: 1fr;
  }

  .settings-tab{
    justify-content: flex-start;
  }

  .settings-input-action,
  .settings-ip-form,
  .settings-blacklist-row,
  .settings-session-row,
  .settings-password-form{
    grid-template-columns: 1fr;
  }

  .settings-developer-panel .settings-ip-form{
    grid-template-columns: 1fr;
  }

  .settings-developer-panel .settings-ip-form .settings-primary-btn{
    width: 100%;
    margin-left: 0;
  }

  .settings-referral-stats{
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .settings-session-row time,
  .settings-signout-btn{
    justify-self: start;
  }

  .dash-stat-grid{
    grid-template-columns: 1fr;
  }

  .dash-admin-stat-grid,
  .dash-admin-grid{
    grid-template-columns: 1fr;
  }

  .dash-announcement-grid{
    grid-template-columns: 1fr;
  }

  .dash-module-tags-admin-layout{
    grid-template-columns: 1fr;
  }

  .dash-module-tag-row{
    grid-template-columns: 1fr;
    align-items: start;
  }

  .dash-module-tag-toggles{
    justify-content: flex-start;
  }

  .dash-module-tag-row-state{
    justify-self: start;
  }

  .dash-intro{
    position: relative;
    top: auto;
    left: auto;
    padding: 38px 24px 140px;
  }

  .dash-query-zone{
    left: 16px;
    right: 16px;
    bottom: 18px;
  }

  .lookup-workspace,
  .universal-search-workspace,
  .intelx-workspace,
  .ai-image-workspace,
  .email-analyzer-workspace,
  .crypto-analyzer-workspace,
  .ip-resolver-workspace,
  .discord-resolver-workspace,
  .steam-resolver-workspace,
  .xbox-resolver-workspace,
  .cfx-resolver-workspace{
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    width: auto;
    transform: none;
    padding: 0 16px 118px;
    margin-top: -108px;
  }

  .lookup-status,
  .universal-search-status,
  .intelx-status,
  .ai-image-status,
  .email-analyzer-status,
  .crypto-analyzer-status,
  .ip-resolver-status,
  .discord-resolver-status,
  .steam-resolver-status,
  .xbox-resolver-status,
  .cfx-resolver-status{
    margin-bottom: 16px;
  }

  .lookup-card,
  .universal-search-card,
  .intelx-card,
  .ai-image-card,
  .email-analyzer-card,
  .crypto-analyzer-card,
  .ip-resolver-card,
  .discord-resolver-card,
  .steam-resolver-card,
  .xbox-resolver-card,
  .cfx-resolver-card{
    min-height: auto;
    padding: 0;
  }

  .ai-image-card{
    padding-bottom: 0;
  }

  .ai-image-workspace{
    bottom: 202px;
    max-height: none;
    padding-bottom: 0;
  }

  .lookup-result{
    width: 100%;
  }

  .universal-search-result{
    --universal-search-cell-x: 12px;
    width: 100%;
  }

  .universal-search-head{
    grid-template-columns: var(--universal-search-columns);
    padding: 0 var(--universal-search-scrollbar-gutter) 0 0;
  }

  .universal-search-head span{
    padding: 14px var(--universal-search-cell-x);
  }

  .universal-search-table-wrap{
    max-height: none;
  }

  .universal-search-table td{
    padding: 10px var(--universal-search-cell-x);
  }

  .ai-image-dropzone,
  .ai-image-result{
    width: 100%;
  }

  .ai-image-dropzone{
    left: 16px;
    right: 16px;
    bottom: 50px;
    height: 134px;
    min-height: 134px;
    width: auto;
  }

  .ai-image-result{
    grid-template-columns: 1fr;
    min-height: auto;
    max-height: none;
  }

  .ai-image-preview{
    min-height: 180px;
    max-height: 220px;
    border-right: 0;
    border-bottom: 1px solid rgba(185,199,220,.1);
  }

  .ai-image-preview img{
    min-height: 180px;
  }

  .ai-image-analysis{
    max-height: none;
    padding: 16px;
  }

  .email-analyzer-result{
    width: 100%;
  }

  .email-report-header{
    min-height: auto;
    padding: 16px;
    flex-direction: column;
  }

  .email-risk-pill{
    justify-items: start;
    text-align: left;
  }

  .email-report-stats{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .email-stat:nth-child(2n){
    border-right: 0;
  }

  .email-report-body{
    padding: 16px;
    font-size: 12px;
  }

  .crypto-analyzer-result{
    width: 100%;
  }

  .crypto-report-header{
    min-height: auto;
    padding: 16px;
    flex-direction: column;
    align-items: flex-start;
  }

  .crypto-report-identity{
    align-items: flex-start;
  }

  .crypto-risk-pill{
    justify-items: start;
    text-align: left;
  }

  .crypto-report-stats{
    grid-template-columns: 1fr;
  }

  .crypto-stat{
    border-right: 0;
    border-bottom: 0;
  }

  .crypto-stat:last-child{
    border-bottom: 0;
  }

  .intelx-result{
    width: 100%;
    min-height: 360px;
  }

  .intelx-viewer-toolbar{
    min-height: auto;
    padding: 10px;
    align-items: stretch;
    flex-direction: column;
  }

  .intelx-download-button{
    width: 100%;
  }

  .intelx-preview{
    height: 300px;
    padding: 0 12px 12px;
  }

  .ip-resolver-result{
    grid-template-columns: 1fr;
  }

  .ip-resolver-map{
    min-height: 260px;
  }

  .discord-resolver-result{
    width: 100%;
  }

  .steam-resolver-result{
    width: 100%;
  }

  .xbox-resolver-result{
    width: 100%;
  }

  .xbox-content{
    grid-template-columns: 1fr;
  }

  .xbox-games{
    max-height: none;
  }

  .cfx-resolver-result{
    grid-template-columns: 1fr;
    width: 100%;
    min-height: auto;
    padding: 22px;
  }

  .cfx-server-left{
    justify-items: start;
    grid-template-columns: auto 1fr;
    align-items: center;
  }

  .cfx-server-metrics{
    justify-items: start;
  }

  .cfx-inline-list-panel{
    width: 100%;
    min-width: 0;
  }
}

@media (max-width: 560px){
  .dash-sidebar{
    margin: 6px;
  }

  .dash-intro h1{
    font-size: 24px;
  }

  .dash-query-bar{
    height: 50px;
  }

  .dash-query-bar input{
    padding: 0 12px;
  }

  .intelx-bucket-control{
    width: 118px;
  }

  .intelx-bucket-control .intelx-bucket-trigger{
    padding-left: 12px;
    padding-right: 24px;
    font-size: 11px;
  }

  .intelx-bucket-control .intelx-bucket-trigger::after{
    right: 12px;
  }

  .intelx-bucket-menu{
    width: 190px;
    max-height: 250px;
  }

  .dash-query-bar button{
    width: 44px;
  }

  .ai-image-dropzone span{
    display: none;
  }

  .dash-version{
    margin-left: 12px;
    font-size: 11px;
  }
}
