:root{
  --gold:#f5c542;
  --gold2:#d6a500;
  --black:#050505;
  --dark:#111;
  --card:#ffffff;
  --muted:#d8d8d8;
}
*{box-sizing:border-box}
body{
  margin:0;
  font-family:Arial,Helvetica,sans-serif;
  color:#fff;
  min-height:100vh;
  background:
    radial-gradient(circle at top left, rgba(245,197,66,.18), transparent 30%),
    linear-gradient(135deg,#040404 0%,#111 55%,#241c04 100%);
}
a{text-decoration:none}
.root-shell{min-height:100vh}
.root-topbar{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:18px;
  padding:16px 22px;
  background:rgba(0,0,0,.94);
  border-bottom:3px solid var(--gold);
  position:sticky;
  top:0;
  z-index:20;
  box-shadow:0 10px 30px rgba(0,0,0,.38);
}
.brand-wrap{display:flex;align-items:center;gap:14px}
.brand-mark{
  width:54px;height:54px;border-radius:16px;
  display:grid;place-items:center;
  background:linear-gradient(135deg,var(--gold),#fff2a3);
  color:#000;font-weight:900;font-size:20px;
}
.root-topbar h1{margin:0;font-size:24px;color:#fff}
.root-topbar p{margin:3px 0 0;color:#ddd;font-size:13px}
.root-clock{
  min-width:145px;
  text-align:center;
  border:1px solid rgba(245,197,66,.45);
  border-radius:16px;
  background:rgba(255,255,255,.06);
  padding:9px 12px;
  box-shadow:0 5px 20px rgba(0,0,0,.22);
}
.root-clock div{font-size:22px;font-weight:900;color:var(--gold);line-height:1}
.root-clock span{display:block;margin-top:4px;font-size:12px;color:#fff}
.root-main{max-width:1300px;margin:0 auto;padding:24px}
.hero-panel{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:20px;
  flex-wrap:wrap;
  background:linear-gradient(135deg,rgba(0,0,0,.92),rgba(35,35,35,.92));
  border:1px solid rgba(245,197,66,.34);
  border-radius:26px;
  padding:30px;
  box-shadow:0 16px 38px rgba(0,0,0,.34);
}
.eyebrow{
  display:inline-block;
  color:#000;
  background:var(--gold);
  border-radius:999px;
  padding:7px 12px;
  font-weight:900;
  margin-bottom:12px;
}
.hero-panel h2{margin:0 0 10px;font-size:42px;color:var(--gold)}
.hero-panel p{max-width:760px;line-height:1.55;color:#f3f3f3;margin:0}
.hero-actions{display:flex;gap:10px;flex-wrap:wrap}
.hero-actions a{
  background:var(--gold);
  color:#000;
  font-weight:900;
  padding:13px 16px;
  border-radius:14px;
  box-shadow:0 8px 18px rgba(0,0,0,.25);
}
.status-strip{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(170px,1fr));
  gap:14px;
  margin:20px 0;
}
.status-strip div{
  background:rgba(255,255,255,.95);
  color:#111;
  border-radius:18px;
  padding:18px;
  border:1px solid rgba(245,197,66,.35);
  box-shadow:0 8px 22px rgba(0,0,0,.2);
}
.status-strip strong{display:block;font-size:24px;color:#000}
.status-strip span{color:#555;font-weight:800}
.toolbar{
  display:flex;
  justify-content:space-between;
  align-items:end;
  gap:16px;
  margin:26px 0 14px;
  flex-wrap:wrap;
}
.toolbar h2{margin:0;color:var(--gold);font-size:28px}
.toolbar p{margin:4px 0 0;color:#ddd}
.toolbar input{
  width:min(360px,100%);
  padding:13px 14px;
  border-radius:14px;
  border:1px solid rgba(245,197,66,.35);
  background:rgba(255,255,255,.95);
  font-size:16px;
}
.apps-grid{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(270px,1fr));
  gap:18px;
}
.app-card{
  display:block;
  background:rgba(255,255,255,.97);
  color:#111;
  border-radius:22px;
  padding:20px;
  border:1px solid rgba(245,197,66,.32);
  box-shadow:0 12px 28px rgba(0,0,0,.24);
  transition:.16s ease;
  min-height:265px;
}
.app-card:hover{
  transform:translateY(-3px);
  box-shadow:0 18px 38px rgba(0,0,0,.32);
}
.card-top{display:flex;justify-content:space-between;align-items:flex-start;gap:10px}
.app-icon{
  width:54px;height:54px;border-radius:16px;
  display:grid;place-items:center;
  background:#111;
  font-size:28px;
}
.status-dot{
  display:inline-flex;
  align-items:center;
  gap:6px;
  font-size:12px;
  font-weight:900;
  border-radius:999px;
  padding:6px 10px;
}
.status-dot i{
  width:9px;height:9px;border-radius:50%;display:inline-block;
}
.status-dot.green{background:#d1e7dd;color:#0f5132}.status-dot.green i{background:#198754}
.status-dot.yellow{background:#fff3cd;color:#664d03}.status-dot.yellow i{background:#ffc107}
.status-dot.red{background:#f8d7da;color:#842029}.status-dot.red i{background:#dc3545}
.category{
  margin-top:14px;
  color:#6b5500;
  font-size:12px;
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:.05em;
}
.app-card h3{margin:8px 0 4px;font-size:26px;color:#000}
.app-card h4{margin:0;color:#444;font-size:15px}
.app-card p{color:#333;line-height:1.45;margin:12px 0 16px}
.open-link{
  display:inline-block;
  background:#111;
  color:var(--gold);
  border-radius:12px;
  padding:10px 12px;
  font-weight:900;
}
.note-panel{
  margin-top:24px;
  background:rgba(0,0,0,.65);
  border:1px solid rgba(245,197,66,.34);
  border-radius:22px;
  padding:22px;
  color:#fff;
}
.note-panel h2{margin-top:0;color:var(--gold)}
.note-panel p{line-height:1.55;color:#eee}
footer{
  text-align:center;
  color:#ddd;
  padding:28px 16px;
  font-size:13px;
}
@media(max-width:760px){
  .root-topbar{flex-direction:column;align-items:flex-start}
  .root-clock{width:100%}
  .hero-panel h2{font-size:32px}
  .root-main{padding:14px}
}
