
: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: -4px;   
}

.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:14px;
  color:var(--muted);
}

.auth-alert{
  margin-bottom:16px;
  font-size:13px;
  color:#fecaca;
  background:rgba(127,29,29,.25);
  border:1px solid rgba(248,113,113,.4);
  padding:8px 10px;
  border-radius:6px;
}

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

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

.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-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-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: 2px;
    width: 16px;
    height: 16px;
    border-radius: 999px;
    background: #717c92;
    transition: transform .15s 
ease;
}
.toggle input:checked + .toggle-slider{
  background: #ffffff;
    border-color: #000000;
}
.toggle input:checked + .toggle-slider::before{
  transform:translateX(16px);
}
.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);
}

.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: 10px;
    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;
}


.page-loader{
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;

  
  background: radial-gradient(circle at top, rgba(15,23,42,0.96), rgba(3,7,18,0.99));
  backdrop-filter: blur(18px) saturate(1.05);

  opacity: 1;
  pointer-events: all;
  transition: opacity .45s ease;
}

.page-loader--hidden{
  opacity: 0;
  pointer-events: none;
}


.page-loader-inner{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;

  
  background: transparent;
  border: none;
  box-shadow: none;
  padding: 0;
}


.page-loader-title{
  font-size: 20px;
  font-weight: 600;
  color: #ffffff;
  margin: 0;
}

.page-loader-sub{
  font-size: 13px;
  color: #e5e7eb;
  margin: 0 0 8px;
}


.page-loader-bar{
  position: relative;
  width: min(60vw, 520px);  
  height: 12px;             
  border-radius: 999px;
  background: rgba(15,23,42,1);
  overflow: hidden;
  box-shadow:
    0 0 0 1px rgba(15,23,42,1),
    0 0 18px rgba(0,0,0,0.9) inset;
}


.page-loader-bar-fill{
  position: absolute;
  inset: 0;
  transform-origin: left center;
  transform: scaleX(0);

  background-image: linear-gradient(
    90deg,
    rgba(255,255,255,0.98),
    rgba(229,231,235,0.95),
    rgba(148,163,184,0.9),
    rgba(17,24,39,1)
  );
  box-shadow:
    0 0 20px rgba(248,250,252,0.3),
    0 0 32px rgba(148,163,184,0.4);

  animation: loader-fill 9s cubic-bezier(0.18,0.75,0.28,1) forwards;
}


.page-loader-bar-fill::after{
  content: "";
  position: absolute;
  inset: -50%;
  background: linear-gradient(
    120deg,
    transparent,
    rgba(255,255,255,0.25),
    transparent
  );
  mix-blend-mode: screen;
  animation: loader-sheen 1.6s linear infinite;
}


@keyframes loader-fill{
  0%   { transform: scaleX(0);   }
  10%  { transform: scaleX(0.12);}
  35%  { transform: scaleX(0.40);}
  65%  { transform: scaleX(0.72);}
  100% { transform: scaleX(1);   }
}


@keyframes loader-sheen{
  0%   { transform: translateX(-60%); }
  100% { transform: translateX(60%); }
}

.page-loader-brand{
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 1px;
}

.page-loader-logo{
  width: 28px;
  height: 28px;

}

.page-loader-title{
  font-size: 20px;
  font-weight: 600;
  color: #ffffff;
  margin: 0;
}

.page-loader-bar-fill{
  position: absolute;
  inset: 0;
  transform-origin: left center;
  transform: scaleX(0);

  
  background-image: linear-gradient(
    90deg,
    rgba(249,250,251,0.98),
    rgba(229,231,235,0.96),
    rgba(156,163,175,0.9)
  );

  box-shadow:
    0 0 20px rgba(248,250,252,0.28),
    0 0 32px rgba(148,163,184,0.4);

  animation: loader-fill 9s cubic-bezier(0.18,0.75,0.28,1) forwards;
}


.page-loader-bar-fill::after{
  content: none;
}

#page-loader {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}


html.ih-show-loader #page-loader {
  opacity: 1;
  pointer-events: auto;
}

.page-loader{
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;

  background: radial-gradient(circle at top, rgba(15,23,42,0.96), rgba(3,7,18,0.99));
  backdrop-filter: blur(18px) saturate(1.05);

  opacity: 0;
  pointer-events: none;
  transition: opacity .45s ease;
}


html.ih-show-loader .page-loader{
  opacity: 1;
  pointer-events: all;
}


.page-loader--hidden{
  opacity: 0;
  pointer-events: none;
}
.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);
}

/* optioneel: net iets strakker in je grid */
.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;
}

/* table strak + vaste kolombreedtes */
.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);
}

/* lichte verticale lijn tussen categorieën */
.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;
}

/* kolom-breedtes */
.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%; }

/* derde kolom mag netjes wrappen */
.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; /* was 14px */
}

.results-table tbody td{
  padding: 18px 16px; /* was 14px */
  border-bottom: 1px solid rgba(255,255,255,.06);
}
.results-table tbody td{
  line-height: 1.5;
}
/* 1) Gridlines weg op alle mogelijke background layers */
html, body, #app, .app, .page, .layout, .wrap, .bg, .background, .hero, main {
  background-image: none !important;
}

/* 2) Grid overlays die vaak als pseudo-element komen */
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;
}

/* 3) Als je grid écht een losse overlay div is: force hide (maar laat content staan) */
.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 stat pill (boven typed title) */
.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);
    /* box-shadow: 0 10px 30px rgba(0, 0, 0, .35); */
    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);
}

/* dropdown menu */
.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; /* ruimte tussen stats en bewegende tekst */
  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;
}
/* Dropdown container (optioneel) */
.profile-dropdown,
.dropdown-menu {
  border-radius: 12px;
  overflow: hidden;
}

/* Dropdown items */
.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; /* iets ronder voor hover glow */
  transition: background 160ms ease, box-shadow 160ms ease, transform 160ms ease, color 160ms ease;
}



/* Active / focus (keyboard) */
.profile-dropdown a:focus-visible,
.profile-dropdown button:focus-visible,
.dropdown-menu a:focus-visible,
.dropdown-menu button:focus-visible {
  outline: none;

}
/* Header nooit hover/click */
.nav-profile-header,
.nav-profile-header *{
  pointer-events: none;
}


/* Subtiele hover: klein oplichten */



/* menu iets padding zodat hover ook aan zijkanten zichtbaar is */
.nav-profile-menu{
  padding: 6px;              /* was 0 */
  overflow: hidden;          /* houdt rounding netjes */
  border-radius: 10px;       /* jij hebt al 10px, ok */
}



/* alleen Logout (laatste item) oplichten */
.nav-profile-menu .nav-profile-item:last-child:hover{
  background: #020617 !important;
}
.nav-profile-menu .nav-profile-item + .nav-profile-item{
  border-top: none !important;
}
/* While searching, make the input "scan" left-right a bit so the user sees activity. */
.hero-search.is-loading .hs-input {
  animation: hs-scan 0.8s ease-in-out infinite;
}

@keyframes hs-scan {
  0%, 100% { transform: translateX(0); }
  25%      { transform: translateX(-6px); }
  50%      { transform: translateX(6px); }
  75%      { transform: translateX(-3px); }
}

.hero-search.is-loading .hs-input{
  animation: hs-loading-sway .55s ease-in-out infinite alternate;
  pointer-events: none;
}

@keyframes hs-loading-sway{
  from{ transform: translateX(-6px); }
  to  { transform: translateX( 6px); }
}

