
:root{
  --y9-bg:#02040a;--y9-bg2:#071020;--y9-panel:rgba(8,16,34,.90);
  --y9-cyan:#68e8ff;--y9-violet:#9f70ff;--y9-pink:#ff6daf;
  --y9-gold:#ffd36a;--y9-green:#67efbd;--y9-text:#f4f9ff;
  --y9-soft:#aebed1;--y9-line:rgba(104,232,255,.14);
}
html{background:var(--y9-bg)}
body.das-y9-theme-active{
  background:
    radial-gradient(circle at 15% 0%,rgba(75,108,255,.12),transparent 30%),
    radial-gradient(circle at 86% 18%,rgba(255,78,170,.07),transparent 25%),
    linear-gradient(180deg,#030714,#02040a 65%,#010207)!important;
  color:var(--y9-text);font-family:Inter,system-ui,-apple-system,"Segoe UI",sans-serif;
  min-height:100vh;overflow-x:hidden;
}
body.das-y9-theme-active h1,body.das-y9-theme-active h2,body.das-y9-theme-active h3,
body.das-y9-theme-active h4,body.das-y9-theme-active h5{color:#fff;font-weight:850;letter-spacing:-.025em}
body.das-y9-theme-active p{color:var(--y9-soft);line-height:1.7}
body.das-y9-theme-active a{color:var(--y9-cyan)}
body.das-y9-theme-active .card,
body.das-y9-theme-active .panel,
body.das-y9-theme-active .box,
body.das-y9-theme-active .widget{
  background:linear-gradient(145deg,rgba(11,19,39,.95),rgba(4,8,18,.98))!important;
  border:1px solid var(--y9-line)!important;border-radius:24px!important;
  box-shadow:0 24px 70px rgba(0,0,0,.34)!important;
}
body.das-y9-theme-active .btn,
body.das-y9-theme-active button,
body.das-y9-theme-active input[type=submit]{
  border-radius:999px!important;font-weight:800!important;
}
body.das-y9-theme-active .btn-primary,
body.das-y9-theme-active input[type=submit]{
  color:#04111c!important;border:0!important;
  background:linear-gradient(90deg,var(--y9-cyan),var(--y9-violet))!important;
}
body.das-y9-theme-active input,
body.das-y9-theme-active select,
body.das-y9-theme-active textarea{
  color:#eef8ff!important;background:rgba(5,10,22,.94)!important;
  border:1px solid var(--y9-line)!important;border-radius:16px!important;
}
body.das-y9-theme-active .bg-white{background:transparent!important}
.das-y9-admin-badge{
  position:fixed;right:14px;bottom:14px;z-index:2147483645;
  padding:8px 12px;border-radius:999px;background:#081225;color:#6de9ff;
  border:1px solid rgba(104,232,255,.22);font:700 10px/1 system-ui;letter-spacing:.08em
}
@media(max-width:768px){
  body.das-y9-theme-active .container,body.das-y9-theme-active .container-fluid{max-width:100%!important;padding-left:14px!important;padding-right:14px!important}
  body.das-y9-theme-active .btn,body.das-y9-theme-active button{min-height:46px}
  body.das-y9-theme-active input,body.das-y9-theme-active select,body.das-y9-theme-active textarea{font-size:16px!important}
}
