/*
===============================================================
NOVA Unlocker Public Website
Full visual rebuild from scratch
Version: 18.0.0
===============================================================
*/

/* ---------- Design tokens ---------- */
:root{
  --bg:#030806;
  --bg-soft:#07120c;
  --surface:#09130e;
  --surface-2:#0d1812;
  --surface-glass:rgba(10,25,16,.76);
  --surface-light:rgba(255,255,255,.045);

  --text:#effff2;
  --text-soft:#d9f7df;
  --muted:#aac8b1;
  --muted-2:#7e9d86;

  --green:#39ff58;
  --lime:#b9ff4f;
  --green-soft:#77ff8b;
  --purple:#8a5cff;
  --cyan:#35e5d2;
  --blue:#5b9cff;
  --yellow:#ffd65a;
  --red:#ff6d7a;

  --border:rgba(94,255,121,.16);
  --border-strong:rgba(94,255,121,.30);
  --border-neutral:rgba(255,255,255,.10);

  --shadow:0 26px 90px rgba(0,0,0,.36);
  --shadow-soft:0 18px 55px rgba(0,0,0,.22);

  --radius-xl:30px;
  --radius-lg:24px;
  --radius-md:16px;
  --radius-sm:12px;

  --container:min(1180px,calc(100vw - 36px));
}

/* ---------- Reset ---------- */
*,
*::before,
*::after{box-sizing:border-box}

html{
  scroll-behavior:smooth;
  color-scheme:dark;
}

body{
  margin:0;
  min-width:320px;
  background:var(--bg);
  color:var(--text);
  font-family:Inter,Segoe UI,Tahoma,Arial,sans-serif;
  font-size:16px;
  line-height:1.7;
  -webkit-font-smoothing:antialiased;
  text-rendering:optimizeLegibility;
}

body.menu-open{overflow:hidden}

img{
  max-width:100%;
  height:auto;
}

a{
  color:inherit;
  text-decoration:none;
}

button,
input,
select,
textarea{
  font:inherit;
}

button{cursor:pointer}

::selection{
  background:rgba(57,255,88,.28);
  color:#fff;
}

/* ---------- Background ---------- */
.page-bg{
  position:fixed;
  inset:0;
  z-index:-10;
  pointer-events:none;
  overflow:hidden;
  background:
    radial-gradient(circle at 8% 0%,rgba(57,255,88,.14),transparent 30%),
    radial-gradient(circle at 90% 10%,rgba(138,92,255,.13),transparent 34%),
    linear-gradient(135deg,var(--bg),var(--bg-soft) 58%,#04070b);
}

.page-bg::before{
  content:"";
  position:absolute;
  inset:0;
  opacity:.075;
  background-image:
    linear-gradient(0deg,rgba(57,255,88,.15) 1px,transparent 1px),
    linear-gradient(90deg,rgba(57,255,88,.09) 1px,transparent 1px);
  background-size:38px 38px;
}

.page-bg::after{
  content:"";
  position:absolute;
  width:650px;
  height:650px;
  right:-300px;
  bottom:-280px;
  border-radius:50%;
  background:radial-gradient(circle,rgba(57,255,88,.14),transparent 65%);
  filter:blur(24px);
}

/* ---------- Header ---------- */
.site-nav{
  position:sticky;
  top:0;
  z-index:100;
  border-bottom:1px solid rgba(94,255,121,.12);
  background:rgba(3,8,6,.82);
  backdrop-filter:blur(20px);
  -webkit-backdrop-filter:blur(20px);
}

.nav-shell{
  width:var(--container);
  min-height:78px;
  margin-inline:auto;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
}

.brand{
  min-width:0;
  display:flex;
  align-items:center;
  gap:12px;
}

.brand img{
  width:48px;
  height:48px;
  flex:0 0 48px;
  object-fit:cover;
  border-radius:15px;
  border:1px solid var(--border-strong);
  box-shadow:0 0 32px rgba(57,255,88,.12);
}

.brand span{
  min-width:0;
  display:flex;
  flex-direction:column;
}

.brand strong{
  color:var(--text);
  font-size:16px;
  font-weight:950;
  letter-spacing:.02em;
  white-space:nowrap;
}

.brand small{
  max-width:270px;
  overflow:hidden;
  color:var(--muted-2);
  font-size:11px;
  line-height:1.4;
  text-overflow:ellipsis;
  white-space:nowrap;
}

.nav-links{
  display:flex;
  align-items:center;
  justify-content:flex-end;
  gap:4px;
}

.nav-links > a{
  position:relative;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:40px;
  padding:8px 10px;
  border:1px solid transparent;
  border-radius:12px;
  color:var(--muted);
  font-size:13px;
  font-weight:750;
  white-space:nowrap;
  transition:.18s ease;
}

.nav-links > a:hover,
.nav-links > a.active{
  color:var(--text);
  background:rgba(57,255,88,.075);
  border-color:var(--border);
}

.nav-links > a.active::after{
  content:"";
  position:absolute;
  left:14px;
  right:14px;
  bottom:4px;
  height:2px;
  border-radius:999px;
  background:linear-gradient(90deg,var(--green),var(--lime));
}

.nav-links .nav-cta{
  color:#031006;
  background:linear-gradient(135deg,var(--green),var(--lime));
  border-color:transparent;
  font-weight:950;
}

.nav-links .nav-cta:hover{
  color:#031006;
  background:linear-gradient(135deg,#62ff76,#caff6a);
  border-color:transparent;
}

.nav-links .lang{
  min-width:40px;
  color:var(--green-soft);
  border-color:var(--border);
}

.site-bell{
  width:40px;
  height:40px;
  padding:0!important;
}

.site-bell b{
  position:absolute;
  top:2px;
  right:2px;
  min-width:17px;
  height:17px;
  display:grid;
  place-items:center;
  padding:0 4px;
  border-radius:999px;
  background:var(--red);
  color:#fff;
  font-size:9px;
  line-height:1;
}

.menu-btn{
  display:none;
  width:44px;
  height:44px;
  align-items:center;
  justify-content:center;
  border:1px solid var(--border);
  border-radius:14px;
  background:rgba(255,255,255,.05);
  color:var(--text);
  font-size:22px;
}

/* ---------- Main / footer ---------- */
.site-main{
  width:var(--container);
  min-height:calc(100vh - 200px);
  margin-inline:auto;
  padding:34px 0 72px;
}

.site-footer{
  border-top:1px solid rgba(255,255,255,.08);
  background:rgba(3,8,6,.68);
}

.footer-shell{
  width:var(--container);
  min-height:130px;
  margin-inline:auto;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:26px;
  padding:28px 0;
}

.footer-brand{
  display:flex;
  align-items:center;
  gap:14px;
}

.footer-brand img{
  width:54px;
  height:54px;
  object-fit:cover;
  border-radius:17px;
  border:1px solid var(--border);
}

.footer-brand div{
  display:flex;
  flex-direction:column;
}

.footer-brand strong{
  color:var(--text);
  font-weight:950;
}

.footer-brand span{
  max-width:430px;
  color:var(--muted-2);
  font-size:12px;
}

.footer-links{
  display:flex;
  flex-wrap:wrap;
  justify-content:flex-end;
  gap:8px;
}

.footer-links a{
  padding:8px 10px;
  border-radius:10px;
  color:var(--muted);
  font-size:13px;
}

.footer-links a:hover{
  color:var(--green-soft);
  background:rgba(57,255,88,.07);
}

/* ---------- Typography ---------- */
h1,h2,h3,h4{
  margin-top:0;
  color:var(--text);
  line-height:1.18;
}

h1{
  font-size:clamp(34px,5vw,64px);
  letter-spacing:-.045em;
}

h2{
  font-size:clamp(26px,3.5vw,44px);
  letter-spacing:-.03em;
}

h3{
  font-size:19px;
}

p{
  color:var(--muted);
}

.eyebrow,
.section-head > span,
.download-hero > span{
  display:inline-flex;
  align-items:center;
  width:fit-content;
  max-width:100%;
  padding:8px 13px;
  border:1px solid var(--border-strong);
  border-radius:999px;
  background:rgba(57,255,88,.10);
  color:var(--green-soft);
  font-size:12px;
  font-weight:900;
  letter-spacing:.05em;
  text-transform:uppercase;
}

.hero-subtitle{
  max-width:760px;
  margin:0;
  color:var(--muted);
  font-size:16px;
  line-height:1.95;
}

/* ---------- Buttons ---------- */
.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:46px;
  padding:12px 18px;
  border:1px solid transparent;
  border-radius:var(--radius-md);
  font-weight:900;
  text-align:center;
  transition:transform .18s ease,background .18s ease,border-color .18s ease,opacity .18s ease;
}

.btn:hover{
  transform:translateY(-2px);
}

.btn.primary{
  color:#041006;
  background:linear-gradient(135deg,var(--green),var(--lime));
  box-shadow:0 16px 40px rgba(57,255,88,.16);
}

.btn.primary:hover{
  background:linear-gradient(135deg,#62ff76,#caff6a);
}

.btn.ghost{
  color:var(--text);
  background:rgba(255,255,255,.05);
  border-color:var(--border-neutral);
}

.btn.ghost:hover{
  border-color:var(--border-strong);
  background:rgba(57,255,88,.07);
}

.btn.disabled,
.btn:disabled{
  opacity:.46;
  cursor:not-allowed;
  transform:none!important;
}

.small-btn{
  min-height:38px;
  padding:8px 12px;
  border-radius:12px;
  font-size:13px;
}

.hero-actions,
.dashboard-actions,
.center-actions{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:12px;
}

.center-actions{
  justify-content:center;
}

/* ---------- Notices ---------- */
.notice{
  margin:0 0 18px;
  padding:14px 16px;
  border:1px solid var(--border-neutral);
  border-radius:16px;
  background:var(--surface-glass);
  color:var(--text-soft);
  box-shadow:var(--shadow-soft);
}

.notice-success{
  border-color:rgba(57,255,88,.30);
  background:rgba(57,255,88,.08);
}

.notice-warning{
  border-color:rgba(255,214,90,.30);
  background:rgba(255,214,90,.08);
  color:#fff3c2;
}

.notice-danger{
  border-color:rgba(255,109,122,.30);
  background:rgba(255,109,122,.08);
  color:#ffd8dc;
}

.notice-info{
  border-color:rgba(53,229,210,.28);
  background:rgba(53,229,210,.07);
}

.big-notice{
  margin:24px 0;
  padding:20px;
}

/* ---------- Generic page heads ---------- */
.section-head,
.page-hero,
.download-hero,
.dashboard-hero,
.install-hero{
  position:relative;
  overflow:hidden;
  border:1px solid var(--border);
  border-radius:var(--radius-xl);
  background:
    radial-gradient(circle at 12% 0%,rgba(57,255,88,.12),transparent 33%),
    radial-gradient(circle at 90% 20%,rgba(138,92,255,.12),transparent 34%),
    var(--surface-glass);
  box-shadow:var(--shadow);
}

.section-head,
.page-hero,
.download-hero{
  padding:clamp(26px,4vw,46px);
}

.section-head h1,
.page-hero h1,
.download-hero h1{
  margin:14px 0 12px;
}

.section-head p,
.page-hero p,
.download-hero p{
  max-width:820px;
  margin:0;
  line-height:1.95;
}

.compact-head{
  margin-bottom:24px;
}

.centered-page{
  text-align:center;
}

.centered-page p{
  margin-inline:auto;
}

/* ---------- Panels / content ---------- */
.panel,
.content-page,
.auth-card,
.dashboard-section,
.mini-panel,
.install-hero-card,
.stat,
.contact-grid > article,
.plans-grid > article,
.prereq-card,
.site-notification-card,
.user-license-card,
.request-card{
  border:1px solid var(--border);
  background:linear-gradient(145deg,rgba(255,255,255,.045),rgba(57,255,88,.025));
  box-shadow:var(--shadow-soft);
}

.panel,
.content-page{
  margin-top:22px;
  padding:24px;
  border-radius:var(--radius-lg);
}

.content-page p:first-child{
  margin-top:0;
}

.content-page ul,
.panel ul{
  margin:0;
  padding-inline-start:22px;
  color:var(--muted);
}

.content-page li,
.panel li{
  margin:8px 0;
}

/* ---------- Forms ---------- */
.auth-card{
  width:min(620px,100%);
  margin:26px auto;
  padding:clamp(22px,4vw,34px);
  border-radius:var(--radius-xl);
}

.auth-card.wide{
  width:min(820px,100%);
}

.auth-card h1{
  margin-bottom:10px;
  font-size:clamp(30px,4vw,46px);
}

.auth-card > p{
  margin-top:0;
  line-height:1.9;
}

.form{
  display:grid;
  gap:16px;
  margin-top:22px;
}

.form label{
  display:grid;
  gap:8px;
  color:var(--text-soft);
  font-size:14px;
  font-weight:800;
}

input,
select,
textarea{
  width:100%;
  min-height:48px;
  padding:11px 13px;
  border:1px solid rgba(255,255,255,.11);
  border-radius:14px;
  outline:none;
  background:#07110c;
  color:var(--text);
  transition:border-color .18s ease,box-shadow .18s ease,background .18s ease;
}

textarea{
  min-height:120px;
  resize:vertical;
  line-height:1.75;
}

input::placeholder,
textarea::placeholder{
  color:#6f8b77;
}

input:focus,
select:focus,
textarea:focus{
  border-color:rgba(57,255,88,.55);
  background:#08150e;
  box-shadow:0 0 0 4px rgba(57,255,88,.08);
}

.auth-links{
  display:flex;
  flex-wrap:wrap;
  justify-content:space-between;
  gap:10px;
  margin-top:18px;
}

.auth-card > a,
.auth-links a{
  color:var(--green-soft);
  font-weight:800;
}

.closed-card{
  text-align:center;
}

/* ---------- Home ---------- */
.nova-home{
  display:grid;
  gap:clamp(48px,7vw,84px);
}

.nova-hero{
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(320px,.95fr);
  gap:clamp(24px,4vw,42px);
  align-items:center;
  min-height:calc(100vh - 170px);
}

.nova-hero h1{
  margin:18px 0 16px;
  font-size:clamp(48px,7.3vw,94px);
  line-height:.9;
  letter-spacing:-.075em;
  background:linear-gradient(135deg,#c6ff54,var(--green) 43%,#f1efff 82%);
  -webkit-background-clip:text;
  background-clip:text;
  color:transparent;
  text-shadow:0 0 44px rgba(57,255,88,.18);
}

.nova-lead{
  max-width:760px;
  margin:0 0 12px;
  color:var(--text);
  font-size:clamp(18px,2vw,25px);
  font-weight:850;
  line-height:1.72;
}

.nova-pills{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:22px;
}

.nova-pills.center{
  justify-content:center;
}

.nova-pills span{
  display:inline-flex;
  padding:8px 12px;
  border:1px solid var(--border);
  border-radius:999px;
  background:rgba(57,255,88,.075);
  color:var(--text-soft);
  font-size:13px;
  font-weight:850;
}

.nova-media,
.nova-device-box,
.nova-release-box{
  border:1px solid var(--border);
  border-radius:var(--radius-xl);
  background:linear-gradient(145deg,rgba(5,15,10,.84),rgba(5,10,16,.72));
  box-shadow:var(--shadow),0 0 70px rgba(57,255,88,.07);
}

.nova-media{
  padding:12px;
}

.nova-media img,
.nova-device-box > img,
.nova-release-box > img{
  display:block;
  width:100%;
  border-radius:22px;
}

.nova-section-head{
  margin-bottom:-48px;
}

.nova-feature-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:16px;
}

.nova-feature-grid article,
.nova-flow-grid article{
  border:1px solid var(--border);
  border-radius:26px;
  background:linear-gradient(145deg,rgba(255,255,255,.055),rgba(57,255,88,.035));
  box-shadow:var(--shadow-soft);
}

.nova-feature-grid article{
  min-height:205px;
  padding:23px;
}

.nova-feature-icon{
  width:56px;
  height:56px;
  display:grid;
  place-items:center;
  margin-bottom:15px;
  border:1px solid var(--border-strong);
  border-radius:18px;
  background:rgba(57,255,88,.10);
  font-size:26px;
}

.nova-feature-grid h3,
.nova-flow-grid h3{
  margin:0 0 9px;
}

.nova-feature-grid p,
.nova-flow-grid p{
  margin:0;
  font-size:15px;
  line-height:1.85;
}

.nova-showcase{
  display:grid;
  grid-template-columns:.82fr 1.18fr;
  gap:clamp(24px,4vw,34px);
  align-items:center;
}

.nova-showcase-copy h2,
.nova-release-box h2{
  margin:14px 0 12px;
}

.nova-showcase-copy p,
.nova-release-box p{
  margin:0;
  line-height:1.95;
}

.nova-device-box{
  display:grid;
  gap:16px;
  padding:12px;
}

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

.nova-flow-grid article{
  padding:24px;
}

.nova-flow-grid b{
  display:inline-flex;
  width:48px;
  height:48px;
  align-items:center;
  justify-content:center;
  margin-bottom:13px;
  border-radius:16px;
  background:linear-gradient(135deg,var(--green),var(--lime));
  color:#041006;
  font-weight:950;
}

.nova-flow-grid a{
  display:inline-flex;
  margin-top:16px;
  color:var(--green-soft);
  font-weight:950;
}

.nova-release-box{
  display:grid;
  grid-template-columns:1.05fr .95fr;
  gap:24px;
  align-items:center;
  padding:12px;
}

.nova-release-box > div{
  padding:20px;
}

.nova-disclaimer{
  max-width:980px;
  margin:0 auto;
  padding:18px;
  border:1px solid var(--border-neutral);
  border-radius:22px;
  background:rgba(255,255,255,.035);
  color:var(--muted);
  text-align:center;
}

/* ---------- Plans ---------- */
.plans-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:18px;
}

.plan-card{
  position:relative;
  overflow:hidden;
  display:flex;
  flex-direction:column;
  padding:18px;
  border-radius:var(--radius-lg);
}

.plan-card::before{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:radial-gradient(circle at 50% 0%,rgba(57,255,88,.09),transparent 42%);
}

.plan-top{
  position:relative;
  z-index:2;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
  margin-bottom:14px;
}

.plan-top span,
.plan-top em{
  display:inline-flex;
  padding:6px 10px;
  border-radius:999px;
  font-size:12px;
  font-style:normal;
  font-weight:900;
}

.plan-top span{
  color:var(--green-soft);
  background:rgba(57,255,88,.08);
  border:1px solid var(--border);
}

.plan-top em{
  color:#fff5c2;
  background:rgba(255,214,90,.10);
  border:1px solid rgba(255,214,90,.22);
}

.plan-visual{
  position:relative;
  z-index:2;
  overflow:hidden;
  aspect-ratio:16/10;
  border-radius:18px;
  background:#07100b;
  border:1px solid rgba(255,255,255,.08);
}

.plan-visual img{
  width:100%;
  height:100%;
  object-fit:cover;
}

.plan-card h2{
  position:relative;
  z-index:2;
  margin:18px 0 8px;
  font-size:26px;
}

.plan-card > p{
  position:relative;
  z-index:2;
  min-height:54px;
  margin:0;
  line-height:1.8;
}

.price{
  position:relative;
  z-index:2;
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:10px;
  margin:18px 0;
  padding:14px;
  border:1px solid var(--border);
  border-radius:16px;
  background:rgba(57,255,88,.06);
}

.price span{
  color:var(--text);
  font-size:22px;
  font-weight:950;
}

.price small{
  color:var(--muted);
}

.plan-card ul{
  position:relative;
  z-index:2;
  display:grid;
  gap:0;
  margin:0 0 18px;
  padding:0;
  list-style:none;
}

.plan-card li{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  padding:10px 2px;
  border-bottom:1px solid rgba(255,255,255,.07);
  color:var(--muted);
  font-size:14px;
}

.plan-card li strong{
  color:var(--text-soft);
}

.plan-card .btn{
  position:relative;
  z-index:2;
  width:100%;
  margin-top:auto;
}

/* ---------- Support / devices ---------- */
.contact-grid,
.support-grid,
.devices-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:16px;
}

.contact-grid > article{
  padding:22px;
  border-radius:var(--radius-lg);
}

.support-icon{
  width:52px;
  height:52px;
  display:grid;
  place-items:center;
  margin-bottom:14px;
  border:1px solid var(--border-strong);
  border-radius:17px;
  background:rgba(57,255,88,.09);
  color:var(--green-soft);
  font-size:24px;
}

.contact-grid h3{
  margin-bottom:8px;
}

.contact-grid p{
  margin:6px 0;
  line-height:1.8;
}

.support-value{
  overflow-wrap:anywhere;
  color:var(--text-soft)!important;
  font-weight:800;
}

.support-note{
  margin-top:18px;
}

.search-box{
  display:grid;
  grid-template-columns:1fr auto;
  gap:10px;
  margin:0 0 20px;
  padding:12px;
  border:1px solid var(--border);
  border-radius:18px;
  background:rgba(255,255,255,.035);
}

/* ---------- Dashboard ---------- */
.dashboard-hero{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
  padding:clamp(24px,4vw,40px);
}

.dashboard-hero h1{
  margin:12px 0 8px;
  font-size:clamp(32px,4vw,50px);
}

.dashboard-hero p{
  max-width:720px;
  margin:0;
  line-height:1.9;
}

.dashboard-summary{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:16px;
  margin-top:20px;
}

.dashboard-summary article{
  padding:20px;
  border:1px solid var(--border);
  border-radius:var(--radius-lg);
  background:rgba(255,255,255,.04);
  box-shadow:var(--shadow-soft);
}

.dashboard-summary span,
.dashboard-summary small{
  display:block;
  color:var(--muted-2);
  font-size:12px;
}

.dashboard-summary strong{
  display:block;
  margin:7px 0 4px;
  color:var(--text);
  font-size:20px;
  overflow-wrap:anywhere;
}

.dashboard-section{
  margin-top:22px;
  padding:22px;
  border-radius:var(--radius-xl);
}

.section-title-row{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:18px;
  margin-bottom:18px;
}

.section-title-row h2{
  margin-bottom:6px;
  font-size:28px;
}

.section-title-row p{
  max-width:760px;
  margin:0;
  line-height:1.85;
}

.license-card-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:16px;
}

.user-license-card{
  padding:20px;
  border-radius:var(--radius-lg);
}

.license-card-top,
.request-head,
.notification-title-row{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:14px;
}

.mini-label{
  display:block;
  color:var(--muted-2);
  font-size:11px;
  font-weight:800;
}

.license-key{
  display:block;
  margin-top:5px;
  color:var(--green-soft);
  font-family:ui-monospace,SFMono-Regular,Consolas,monospace;
  font-size:18px;
  overflow-wrap:anywhere;
}

.license-meta-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:10px;
  margin:18px 0;
}

.license-meta-grid > div{
  padding:12px;
  border:1px solid rgba(255,255,255,.07);
  border-radius:14px;
  background:rgba(255,255,255,.025);
}

.license-meta-grid span{
  display:block;
  color:var(--muted-2);
  font-size:11px;
}

.license-meta-grid b{
  display:block;
  margin-top:5px;
  color:var(--text-soft);
  overflow-wrap:anywhere;
}

.license-actions{
  display:flex;
  flex-wrap:wrap;
  gap:9px;
}

.copy-btn.copied{
  border-color:rgba(57,255,88,.40);
  color:var(--green-soft);
}

.license-note,
.admin-note{
  padding:12px;
  border-radius:14px;
  background:rgba(255,255,255,.035);
}

.bad-note{
  border:1px solid rgba(255,109,122,.22);
  background:rgba(255,109,122,.07);
  color:#ffd6da;
}

.status-pill{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:28px;
  padding:5px 9px;
  border:1px solid rgba(255,255,255,.10);
  border-radius:999px;
  background:rgba(255,255,255,.04);
  color:var(--muted);
  font-size:11px;
  font-weight:900;
  white-space:nowrap;
}

.status-pill.good,
.notification-icon.good{
  border-color:rgba(57,255,88,.28);
  background:rgba(57,255,88,.09);
  color:var(--green-soft);
}

.status-pill.warn,
.notification-icon.warn{
  border-color:rgba(255,214,90,.28);
  background:rgba(255,214,90,.09);
  color:#ffe794;
}

.status-pill.bad,
.notification-icon.bad{
  border-color:rgba(255,109,122,.28);
  background:rgba(255,109,122,.09);
  color:#ffb8c0;
}

.status-pill.info,
.notification-icon.info{
  border-color:rgba(53,229,210,.28);
  background:rgba(53,229,210,.08);
  color:#8efff2;
}

.request-timeline{
  display:grid;
  gap:14px;
}

.request-card{
  position:relative;
  display:grid;
  grid-template-columns:16px 1fr;
  gap:14px;
  padding:18px;
  border-radius:var(--radius-lg);
}

.request-dot{
  width:12px;
  height:12px;
  margin-top:7px;
  border-radius:50%;
  background:var(--cyan);
  box-shadow:0 0 0 5px rgba(53,229,210,.10);
}

.request-dot.good{background:var(--green)}
.request-dot.warn{background:var(--yellow)}
.request-dot.bad{background:var(--red)}

.request-head strong{
  color:var(--text);
}

.request-head span:not(.status-pill){
  display:block;
  margin-top:3px;
  color:var(--muted-2);
  font-size:12px;
}

.request-content > p{
  margin-bottom:0;
}

.admin-note{
  margin-top:12px;
  color:var(--text-soft);
}

/* ---------- Empty states ---------- */
.empty-state{
  grid-column:1/-1;
  padding:34px 22px;
  border:1px dashed rgba(94,255,121,.22);
  border-radius:var(--radius-lg);
  background:rgba(255,255,255,.025);
  text-align:center;
}

.pretty-empty > div{
  font-size:42px;
}

.empty-state h3{
  margin:10px 0 6px;
}

.empty-state p{
  max-width:640px;
  margin:0 auto 16px;
}

/* ---------- Install guide ---------- */
.install-hero{
  display:grid;
  grid-template-columns:1fr auto;
  gap:22px;
  align-items:center;
  padding:clamp(24px,4vw,40px);
}

.install-hero h1{
  margin:12px 0 8px;
}

.install-hero p{
  max-width:760px;
  margin:0;
  line-height:1.9;
}

.install-hero-card{
  min-width:220px;
  padding:20px;
  border-radius:var(--radius-lg);
  text-align:center;
}

.install-hero-card strong{
  display:block;
  color:var(--green-soft);
  font-size:24px;
}

.install-hero-card span{
  display:block;
  margin-top:5px;
  color:var(--muted);
  font-size:13px;
}

.install-steps{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:16px;
  margin-top:18px;
}

.mini-panel{
  padding:20px;
  border-radius:var(--radius-lg);
}

.mini-panel > b{
  display:inline-flex;
  width:44px;
  height:44px;
  align-items:center;
  justify-content:center;
  margin-bottom:12px;
  border-radius:14px;
  background:linear-gradient(135deg,var(--green),var(--lime));
  color:#041006;
}

.mini-panel h3{
  margin-bottom:6px;
}

.mini-panel p{
  margin:0;
}

.prereq-grid{
  display:grid;
  gap:12px;
}

.prereq-card{
  display:grid;
  grid-template-columns:auto 1fr auto;
  gap:14px;
  align-items:center;
  padding:16px;
  border-radius:18px;
}

.prereq-icon{
  width:48px;
  height:48px;
  display:grid;
  place-items:center;
  border:1px solid var(--border);
  border-radius:15px;
  background:rgba(57,255,88,.08);
  font-size:22px;
}

.prereq-main h3{
  margin:0 0 2px;
}

.prereq-main span{
  color:var(--green-soft);
  font-size:12px;
  font-weight:800;
}

.prereq-main p{
  margin:5px 0 0;
  font-size:14px;
}

.compact-download-cta{
  margin-top:22px;
}

/* ---------- Download / versions ---------- */
.version-grid,
.stats-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:14px;
  margin:22px 0;
}

.version-grid > div,
.stat{
  padding:18px;
  border-radius:18px;
}

.version-grid span,
.stat span{
  display:block;
  color:var(--muted-2);
  font-size:12px;
}

.version-grid b,
.stat strong{
  display:block;
  margin-top:6px;
  color:var(--text);
  font-size:22px;
}

.release-notes{
  margin-bottom:18px;
}

/* ---------- About ---------- */
.about-overview{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:16px;
  margin:20px 0;
}

.about-card{
  padding:22px;
  border:1px solid var(--border);
  border-radius:var(--radius-lg);
  background:linear-gradient(145deg,rgba(255,255,255,.045),rgba(57,255,88,.025));
  box-shadow:var(--shadow-soft);
}

.about-icon{
  width:54px;
  height:54px;
  display:grid;
  place-items:center;
  margin-bottom:14px;
  border:1px solid var(--border-strong);
  border-radius:18px;
  background:rgba(57,255,88,.09);
  font-size:25px;
}

.about-card h3{
  margin-bottom:6px;
}

.about-card p{
  margin:0;
}

.about-process{
  text-align:center;
}

.process-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:12px;
  margin-top:20px;
}

.process-grid > div{
  display:grid;
  gap:7px;
  padding:16px;
  border:1px solid rgba(255,255,255,.07);
  border-radius:17px;
  background:rgba(255,255,255,.025);
}

.process-grid b{
  color:var(--green-soft);
  font-size:20px;
}

.process-grid strong{
  color:var(--text);
}

.process-grid span{
  color:var(--muted);
  font-size:13px;
}

.trust-strip{
  margin-top:20px;
  padding:28px;
  border:1px solid var(--border);
  border-radius:var(--radius-xl);
  background:linear-gradient(135deg,rgba(57,255,88,.07),rgba(138,92,255,.06));
}

.trust-strip p{
  max-width:820px;
  margin:0 auto;
}

/* ---------- Notifications ---------- */
.notification-list-page{
  display:grid;
  gap:14px;
  margin-top:18px;
}

.site-notification-card{
  display:grid;
  grid-template-columns:auto 1fr;
  gap:14px;
  padding:18px;
  border-radius:var(--radius-lg);
}

.site-notification-card.unread{
  border-color:rgba(57,255,88,.30);
  background:linear-gradient(145deg,rgba(57,255,88,.07),rgba(255,255,255,.035));
}

.notification-icon{
  width:48px;
  height:48px;
  display:grid;
  place-items:center;
  border:1px solid var(--border);
  border-radius:15px;
  background:rgba(255,255,255,.04);
}

.notification-body h3{
  margin:0;
}

.notification-body p{
  margin:8px 0 12px;
}

/* ---------- Maintenance ---------- */
.maintenance-wrap{
  min-height:100vh;
  display:grid;
  place-items:center;
}

.maintenance-card{
  text-align:center;
}

/* ---------- RTL ---------- */
html[dir="rtl"] .brand span,
html[dir="rtl"] .nova-hero-copy,
html[dir="rtl"] .nova-showcase-copy,
html[dir="rtl"] .nova-release-box > div,
html[dir="rtl"] .section-head,
html[dir="rtl"] .page-hero,
html[dir="rtl"] .download-hero,
html[dir="rtl"] .dashboard-hero,
html[dir="rtl"] .install-hero{
  text-align:right;
}

html[dir="rtl"] .nav-links > a.active::after{
  left:14px;
  right:14px;
}

html[dir="rtl"] .site-bell b{
  right:auto;
  left:2px;
}

/* ---------- Responsive ---------- */
@media(max-width:1120px){
  .nav-links > a{
    padding:8px 8px;
    font-size:12px;
  }

  .brand small{
    max-width:180px;
  }

  .nova-feature-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }

  .plans-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}

@media(max-width:1040px){
  .menu-btn{
    display:inline-flex;
  }

  .nav-links{
    position:fixed;
    top:78px;
    left:18px;
    right:18px;
    max-height:calc(100vh - 100px);
    overflow:auto;
    display:none;
    flex-direction:column;
    align-items:stretch;
    gap:6px;
    padding:14px;
    border:1px solid var(--border);
    border-radius:22px;
    background:rgba(3,10,6,.97);
    box-shadow:var(--shadow);
  }

  .nav-links.open{
    display:flex;
  }

  .nav-links > a{
    width:100%;
    justify-content:flex-start;
    min-height:44px;
    padding:10px 12px;
    font-size:14px;
  }

  .nav-links .nav-cta{
    justify-content:center;
  }

  .nav-links .lang,
  .site-bell{
    width:100%;
    min-width:0;
  }

  .nova-hero,
  .nova-showcase,
  .nova-release-box{
    grid-template-columns:1fr;
  }

  .nova-hero{
    min-height:auto;
  }

  .nova-media{
    order:-1;
  }

  .contact-grid,
  .support-grid,
  .devices-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }

  .dashboard-summary{
    grid-template-columns:1fr;
  }

  .dashboard-hero,
  .section-title-row{
    align-items:flex-start;
    flex-direction:column;
  }

  .license-card-grid{
    grid-template-columns:1fr;
  }

  .install-hero{
    grid-template-columns:1fr;
  }

  .install-hero-card{
    min-width:0;
  }

  .process-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}

@media(max-width:760px){
  :root{
    --container:min(100vw - 24px,1180px);
  }

  .site-main{
    padding-top:22px;
    padding-bottom:54px;
  }

  .brand small{
    display:none;
  }

  .footer-shell{
    align-items:flex-start;
    flex-direction:column;
  }

  .footer-links{
    justify-content:flex-start;
  }

  .nova-home{
    gap:52px;
  }

  .nova-hero h1{
    font-size:48px;
  }

  .nova-section-head{
    margin-bottom:-26px;
  }

  .nova-flow-grid,
  .install-steps{
    grid-template-columns:1fr;
  }

  .version-grid,
  .stats-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }

  .about-overview,
  .plans-grid{
    grid-template-columns:1fr;
  }

  .prereq-card{
    grid-template-columns:auto 1fr;
  }

  .prereq-action{
    grid-column:1/-1;
  }

  .search-box{
    grid-template-columns:1fr;
  }

  .search-box .btn{
    width:100%;
  }
}

@media(max-width:560px){
  .nav-shell{
    min-height:70px;
  }

  .brand img{
    width:42px;
    height:42px;
    flex-basis:42px;
  }

  .nav-links{
    top:70px;
    left:12px;
    right:12px;
  }

  .section-head,
  .page-hero,
  .download-hero,
  .dashboard-hero,
  .install-hero,
  .dashboard-section,
  .auth-card{
    border-radius:22px;
  }

  .section-head,
  .page-hero,
  .download-hero{
    padding:24px 20px;
  }

  .nova-hero{
    gap:22px;
  }

  .nova-hero h1{
    font-size:42px;
  }

  .hero-actions,
  .dashboard-actions,
  .center-actions{
    width:100%;
  }

  .hero-actions .btn,
  .dashboard-actions .btn,
  .center-actions .btn{
    width:100%;
  }

  .nova-feature-grid,
  .contact-grid,
  .support-grid,
  .devices-grid,
  .process-grid{
    grid-template-columns:1fr;
  }

  .nova-feature-grid article{
    min-height:auto;
  }

  .version-grid,
  .stats-grid,
  .license-meta-grid{
    grid-template-columns:1fr;
  }

  .request-head,
  .license-card-top,
  .notification-title-row{
    flex-direction:column;
  }

  .site-notification-card{
    grid-template-columns:1fr;
  }

  .notification-icon{
    width:44px;
    height:44px;
  }

  .auth-links{
    flex-direction:column;
  }
}
