
.launch-loading,
.launch-empty,
.launch-error{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  min-height: 200px;
  padding: 24px;
  border:1px solid var(--stroke);
  border-radius: 16px;
  background: rgba(30,30,31,.35);
  box-shadow: 0 8px 24px rgba(0,0,0,.25), inset 0 1px 0 rgba(255,255,255,.03);
}

.launch-list{
  display:grid;
  gap: 12px;
}


.token-card{
  display:grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 10px;

  background: var(--bg-2);
  border: 1px solid var(--stroke);
  border-radius: 14px;
  padding: 12px 14px;

  transition: transform .12s ease, box-shadow .12s ease, border-color .12s ease;
}
.token-card:hover{
  transform: translateY(-1px);
  box-shadow: 0 8px 22px rgba(0,0,0,.35);
  border-color: rgba(255,255,255,.06);
}

.token-title{
  font-size: 15px;
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 6px;
}
.token-name{ color: var(--text); }
.token-sep{ color: var(--muted); margin: 0 6px; }
.token-sym{ color: var(--accent); }

.token-addr.addr{
  margin: 0;
  font-size: 12px;
  letter-spacing: .3px;
  color: var(--muted);
  cursor: copy;
}


.token-actions{
  display:flex;
  align-items:center;
  gap: 8px;
}
.btn.btn-small{
  padding: 8px 12px;
  border-radius: 10px;
  font-size: 13px;
  line-height: 1;
  box-shadow: 0 4px 12px rgba(245,166,35,.15);
}
.btn.btn-small.is-success{
  background: #1f1f1f;
  color: var(--accent);
  border: 1px solid var(--accent);
}
.btn.btn-small.is-secondary{
  background: #1f1f1f;
  color: var(--muted);
  border: 1px solid var(--stroke);
  box-shadow: none;
}


.stream-key-tip{
  opacity: .0;
  max-width: 240px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;

  font-family: 'MonumentExtended', sans-serif;
  font-weight: 400;
  font-size: 12px;
  letter-spacing: .3px;

  color: var(--muted);
  border: 1px dashed var(--stroke);
  border-radius: 8px;
  padding: 6px 8px;
  transition: opacity .15s ease;
}
.stream-key-tip.is-show{ opacity: 1; }


.spinner {
  width: 16px; height: 16px;
  display: inline-block;
  border: 2px solid rgba(255,255,255,.2);
  border-top-color: var(--accent);
  border-radius: 50%;
  animation: spin 0.75s linear infinite;
}
@keyframes spin { to { transform: rotate(360deg); } }


@media (max-width: 600px){
  .token-card{
    grid-template-columns: 1fr;
    align-items: flex-start;
  }
  .token-actions{
    justify-content: flex-start;
  }
}

.obs-guide{
  position: relative;
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 12px;

  
  width: 100%;
  margin: 24px 0;              
  padding: 12px 16px;          

  border: 1px solid rgba(255,255,255,.05);
  border-radius: 18px;

  
  background: rgba(30,30,31,0.32);
  backdrop-filter: blur(16px) saturate(120%);
  -webkit-backdrop-filter: blur(16px) saturate(120%);
  box-shadow: 0 8px 24px rgba(0,0,0,.25), inset 0 1px 0 rgba(255,255,255,.04);
}

.obs-guide::after{
  content:"";
  position:absolute; inset:-1px;
  border-radius: 18px;
  pointer-events:none;
  background: linear-gradient(135deg, rgba(217,140,31,.22), rgba(232,168,75,.06));
  padding: 1px;
  mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude;
  opacity: .22; 
}

.obs-guide__icon{
  width: 48px; height: 48px;
  display: grid; place-items: center;
  border: 1px solid var(--stroke);
  border-radius: 12px;
  background: #1f1f22;
  font-size: 22px;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.04);
}

.obs-guide__title{
  margin: 2px 0 6px;
  font-size: 16px;
  font-family: 'MonumentExtended', sans-serif;
  font-weight: 400;
  letter-spacing: .3px;
  line-height: 1.4;
}

.obs-guide__steps li{
  color: var(--text);
  font-family: 'MonumentExtended', sans-serif;
  font-weight: 400;
  font-size: 13px;
  letter-spacing: .3px;
  line-height: 1.5; 
}

.obs-guide__steps li{
  color: var(--text);
}
.obs-guide__steps strong{ font-weight: 700; }

.code-pill{
  display:inline-block;
  padding: 2px 8px;
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, "Liberation Mono", monospace;
  font-size: 13px;
  border: 1px solid var(--stroke);
  border-radius: 999px;
  background: #1f1f22;
  color: var(--text);
  letter-spacing: .2px;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.03);
}


.obs-guide__note{
  margin: 8px 0 0;
  font-size: 12px;
  font-family: 'MonumentExtended', sans-serif;
  font-weight: 400;
  letter-spacing: .3px;
  color: var(--muted);
}
@media (max-width:640px){
  .obs-guide{
    grid-template-columns: 36px 1fr;
    padding: 12px;
  }
  .obs-guide__icon{ width:36px; height:36px; font-size:18px; }
  .obs-guide__title{ font-size:15px; }
}

.launch-list .btn,
.token-actions .btn,
.btn.btn-small,
.section-title,
.token-title,
.launch-loading,
.launch-empty,
.launch-error {
  font-family: 'MonumentExtended', sans-serif;
  font-weight: 800;
}

.btn.btn-small {
  font-family: 'MonumentExtended', sans-serif;
  font-weight: 800;
  text-transform: none; 
}

.token-card .token-addr {
  font-family: 'MonumentExtended', sans-serif;
  font-weight: 800;
}

.token-search__input::placeholder {
  font-family: 'MonumentExtended', sans-serif;
  font-weight: 400;
}

.token-card .token-addr {
  position: relative;
}

.token-card .token-addr:hover::after {
  content: attr(data-tip);
  position: absolute;
  left: 0;
  bottom: 100%;
  transform: translateY(-6px);
  max-width: 260px;

  padding: 6px 8px;
  border-radius: 8px;
  border: 1px solid var(--stroke);
  background: #1f1f1f;
  box-shadow: 0 8px 22px rgba(0,0,0,.35), inset 0 1px 0 rgba(255,255,255,.03);

  font-family: 'MonumentExtended', sans-serif;
  font-weight: 800;
  font-size: 11px;
  letter-spacing: .3px;
  color: var(--text);
  white-space: nowrap;
  pointer-events: none;
  z-index: 5;
}

.token-card .token-addr:hover::before {
  content: "";
  position: absolute;
  left: 10px;
  bottom: 100%;
  transform: translateY(-2px);
  width: 8px; height: 8px;
  background: #1f1f1f;
  border: 1px solid var(--stroke);
  border-right: none; border-top: none;
  transform: translateY(-3px) rotate(45deg);
  z-index: 5;
}

#tokenSearchBtn {
  font-family: 'MonumentExtended', sans-serif;
  font-weight: 800;
}