/* =========================
   CISYA CMD MODE
   ========================= */

:root{
  --bg:#050805;
  --panel:#071007;
  --panel-2:#0b160b;
  --line:rgba(134,239,172,.22);
  --text:#d8ffe0;
  --muted:#7fa88a;
  --green:#86efac;
  --cyan:#66e7ff;
  --violet:#a78bfa;
  --shadow:none;
}

body{
  font-family:Inter,sans-serif;
  background:
    linear-gradient(rgba(134,239,172,.025) 1px, transparent 1px),
    #050805;
  background-size:100% 3px;
  color:var(--text);
}

body::before,
body::after{
  display:none;
}

.wrap{
  width:min(1480px, calc(100% - 48px));
  margin:0 auto;
}

/* HERO */
.hero{
  min-height:auto;
  grid-template-columns:1fr 1fr;
  gap:28px;
  padding:58px 0 38px;
}

.eyebrow{
  border:1px solid var(--line);
  border-radius:4px;
  background:#071007;
  color:var(--green);
  font-size:12px;
  padding:7px 10px;
}

.pulse{
  border-radius:0;
  box-shadow:none;
  animation:none;
}

h1{
  font-size:clamp(36px, 6vw, 72px);
  line-height:1;
  letter-spacing:-.04em;
}

h1,
.brand,
.eyebrow,
.label,
.nav-links,
.cmd-window,
.cmd-window *{
  font-family:"Cascadia Code","Consolas","Courier New",monospace;
}

.grad{
  background:none;
  color:var(--green);
  -webkit-background-clip:initial;
}

.hero-copy{
  font-size:14px;
  line-height:1.75;
  color:var(--muted);
}

/* panel ask cisya */
.ask-panel {
  background: rgba(11, 22, 11, 0.9);
}

/* panel burger */
.navbar-mobile-menu {
  background:var(--panel);
}

/* BUTTON */
.btn{
  border-radius:4px;
  border:1px solid var(--line);
  background:#071007;
  color:var(--text);
  font-size:12px;
  padding:10px 13px;
  box-shadow:none;
}

.oauth-btn,
.btn-primary{
  color:#fff;

  transition:.2s ease;
}

.oauth-btn:hover,
.btn-primary:hover{
  color:#fff;

  background:transparent;

  border-color:var(--green);

  box-shadow:
    0 0 8px rgba(57,255,20,.35),
    0 0 18px rgba(57,255,20,.20),
    0 0 30px rgba(57,255,20,.10);
}

.btn:hover:not(.btn-primary){
  border-color:var(--green);
  color:var(--green);
}

/* CARD TERMINAL */
.lab-card,
.card,
.download-card,
.story,
.profile,
.quote,
.terminal,
.upload-box,
.settings-card,
.profile-card{
  border-radius:4px;
  border:1px solid var(--line);
  background:#071007;
  box-shadow:none;
  backdrop-filter:none;
}

.lab-card::before{
  display:none;
}

.card-top{
  padding:10px 12px;
  border-bottom:1px solid var(--line);
  color:var(--muted);
  font-size:12px;
  background:#091309;
}

.dots{
  display:none;
}

.card-top::before{
  content:"cisya@lab:~$";
  color:var(--green);
}

/* HAPUS ORB */
.orb{
  height:auto;
  display:block;
  padding:20px;
}

.orb-core,
.ring{
  display:none;
}

/* terminal pengganti orb */
.orb::before{
  content:
"python train_cisya_v2.py --device cuda\\A"
"[ok] tokenizer loaded: bytelevel_bpe\\A"
"[ok] vocab_size: 18000\\A"
"[ok] context_window: 1024\\A"
"[ok] gpu: GTX 1660 Super\\A"
"[warn] output ngaco detected\\A"
"[fix] dataset cleaned manually\\A"
"[save] checkpoint: cisya_v2.pt\\A"
"status: still experimenting...";
  white-space:pre;
  display:block;
  color:var(--green);
  font-size:13px;
  line-height:1.8;
}

/* METRICS */
.metrics{
  background:transparent;
  border-top:1px solid var(--line);
  gap:0;
}

.metric{
  background:#050805;
  border-right:1px solid var(--line);
  padding:14px;
}

.metric:last-child{
  border-right:0;
}

.metric span{
  font-size:10px;
  color:var(--muted);
}

.metric strong{
  font-size:15px;
  color:var(--green);
}

/* SECTION */
section{
  padding:30px 0;
}

.section-head{
  align-items:start;
}

.label{
  color:var(--green);
  font-size:11px;
}

.label::before{
  content:"# ";
  color:var(--muted);
}

h2{
  font-size:clamp(24px, 3vw, 36px);
  letter-spacing:-.03em;
}

.section-desc{
  font-size:13px;
  color:var(--muted);
}

/* GRID CARD */
.grid{
  gap:14px;
}

.card{
  padding:18px;
}

.card:hover{
  transform:none;
  background:#0b160b;
  border-color:rgba(134,239,172,.42);
}

.icon{
  width:auto;
  height:auto;
  display:block;
  background:none;
  margin-bottom:12px;
  color:var(--green);
}

.card h3{
  font-size:15px;
}

.card h3::before{
  content:"./";
  color:var(--muted);
}

.card p{
  font-size:13px;
  color:var(--muted);
}

/* STORY */
.story{
  padding:24px;
}

.story blockquote{
  border-radius:4px;
  border-left:2px solid var(--green);
  background:#050805;
  font-size:16px;
}

/* ROADMAP */
.roadmap-item{
  border-radius:4px;
  background:#071007;
  border-color:var(--line);
  font-size:13px;
}

.status-done{
  color:var(--green);
}

.status-soon{
  color:#fde68a;
}

/* ===== CMD HERO BALANCE FIX ===== */

body{
  font-family:Inter, ui-sans-serif, system-ui, sans-serif;
}

.cmd-hero{
  grid-template-columns:minmax(0, .9fr) minmax(560px, 1.1fr);
  align-items:center;
  gap:56px;
}

.hero-copy,
.story p,
.section-desc,
.card p,
.download-card p{
  font-family:Inter, ui-sans-serif, system-ui, sans-serif;
}

.cmd-window{
  width:100%;
  min-height:500px;
  border-radius:4px;
  overflow:hidden;
  color:#fff;

  background:transparent;
  border: transparent;
}

.cmd-titlebar{
  height:38px;
  display:flex;
  align-items:center;
  justify-content:space-between;

  padding:0 14px;

  border-bottom:1px solid rgba(134,239,172,.18);
  background:#0a140a;
}

.cmd-tab{
  color:#d8ffe0;
  font-size:13px;
  font-weight:800;
}

.cmd-status-dot{
  width:8px;
  height:8px;
  border-radius:50%;
  background:#86efac;
}

.cmd-editor{
  height:462px;
  display:grid;
  grid-template-columns:44px 1fr;
  overflow:auto;

  padding:10px 0;

  background:
    linear-gradient(rgba(134,239,172,.025) 1px, transparent 1px),
    #050805;
  background-size:100% 3px;
}

.cmd-lines{
  display:grid;
  align-content:start;
  gap:0;

  padding-top:0;
  text-align:right;
  padding-right:10px;

  color:rgba(216,255,224,.38);
  font-size:12px;
  line-height:1.45;
  user-select:none;
}

.cmd-editor pre{
  margin:0;
  padding:0 16px 18px 0;
  overflow:visible;
}

.cmd-editor code{
  display:block;
  white-space:pre;
  font-size:12px;
  line-height:1.45;
  color:#d8ffe0;
}

.bat-red{color:#ff7b72}
.bat-comment{color:#7fa88a}
.bat-blue{color:#66e7ff}
.bat-green{color:#86efac}
.bat-orange{color:#fbbf24}
.bat-line{color:#86efac}

/* About dibuat modern lagi */
.story{
  background:rgba(255,255,255,.035);
  border:1px solid rgba(255,255,255,.08);
  border-radius:8px;
  padding:28px;
}

.story p{
  color:#c8d1dc;
  line-height:1.8;
}

.story blockquote{
  font-family:Inter, ui-sans-serif, system-ui, sans-serif;
  border-left:3px solid var(--green);
  background:rgba(255,255,255,.025);
  border-radius:12px;
  font-size:18px;
}

/* Responsive */
@media(max-width:912px){
  .cmd-hero{
    grid-template-columns:1fr;
  }

  .cmd-window{
    min-height:420px;
  }

  .cmd-editor{
    height:390px;
  }
}

.cmd-editor::-webkit-scrollbar{
  width:8px;
}

.cmd-editor::-webkit-scrollbar-track{
  background:#050805;
}

.cmd-editor::-webkit-scrollbar-thumb{
  background:rgba(134,239,172,.35);
  border-radius:999px;
}

.cmd-editor::-webkit-scrollbar-thumb:hover{
  background:rgba(134,239,172,.55);
}

.about-split{
  display:grid;
  grid-template-columns:minmax(0, .95fr) minmax(0, 1.05fr);
  gap:22px;
  align-items:stretch;
}

.about-terminal,
.about-story{
  height:100%;
}

.about-terminal{
  color:#fff;

  background:transparent;

  border-color:var(--green);

  box-shadow:
    0 0 8px rgba(57,255,20,.35),
    0 0 18px rgba(57,255,20,.20),
    0 0 30px rgba(57,255,20,.10);
}

.about-terminal .terminal-body{
  min-height:360px;
  font-size:13px;
  line-height:1.8;
}

.about-story{
  padding:28px;
}

.about-story p{
  font-size:14px;
  line-height:1.8;
}

.about-story blockquote{
  font-size:17px;
}

@media(max-width:912px){
  .about-split{
    grid-template-columns:1fr;
  }
}

.release-three{
  display:grid;
  grid-template-columns:repeat(3, 1fr);
  gap:14px;
  align-items:stretch;
}

.roadmap-panel{
  border:1px solid var(--line);
  border-radius:4px;
  background:#071007;
  padding:24px;
}

.roadmap-panel h3{
  font-size:24px;
  margin-bottom:16px;
}

.roadmap-list.compact{
  gap:8px;
}

.roadmap-list.compact .roadmap-item{
  padding:10px 12px;
  font-size:12.5px;
}

@media(max-width:912px){
  .release-three{
    grid-template-columns:1fr;
  }
}

.roadmap-grid{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:18px;
}

.roadmap-chip{
  display:flex;
  align-items:center;
  gap:8px;

  padding:8px 12px;

  border-radius:999px;
  border:1px solid var(--line);

  font-size:12px;
  font-weight:600;
}

.roadmap-chip.done{
  color:#86efac;
  border-color:rgba(134,239,172,.25);
}

.roadmap-chip.soon{
  color:#fde68a;
  border-color:rgba(253,230,138,.25);
}

.chip-icon{
  font-size:12px;
}

/* ===== TEXT READABILITY FIX ===== */

:root{
  --text-soft:rgba(255,255,255,.84);
  --text-muted:rgba(255,255,255,.58);
}

.hero-copy,
.section-desc,
.card p,
.download-card p,
.list,
.list div,
.story p,
.about-story p{
  color:var(--text-soft);
}

.card p,
.download-card p,
.section-desc{
  line-height:1.75;
}

.card h3,
.download-card h3,
.roadmap-panel h3{
  color:var(--text);
}

.card h3::before{
  color:var(--green);
}

.label,
.nav-links a:hover{
  color:var(--green);
}
.story:hover,
.card:hover,
.download-card:hover,
.roadmap-panel:hover{
  border-color:rgba(134,239,172,.42);
}

html{
  scroll-behavior:smooth;
  scrollbar-gutter:stable;
}

.creator-terminal{
  border:1px solid var(--line);
  background:#071007;
  border-radius:4px;
  overflow:hidden;
}

.creator-body{
  padding:26px;
}

.creator-line{
  font-family:"Cascadia Code","Consolas","Courier New",monospace;
  color:var(--text);
  margin-bottom:18px;
  font-size:13px;
}

.creator-grid{
  display:grid;
  grid-template-columns:1fr 320px;
  gap:28px;
  align-items:start;
}

.creator-grid p{
  color:var(--text-soft);
  line-height:1.8;
  max-width:780px;
}

.creator-grid blockquote{
  margin-top:18px;
  padding:16px 18px;
  border-left:3px solid var(--green);
  background:rgba(255,255,255,.025);
  border-radius:8px;
  color:var(--text);
  line-height:1.6;
}

.creator-spec{
  display:grid;
  gap:10px;
}

.creator-spec div{
  border:1px solid var(--line);
  border-radius:4px;
  padding:12px;
  background:#050805;
}

.creator-spec span{
  display:block;
  color:var(--text-muted);
  font-size:11px;
  text-transform:uppercase;
  letter-spacing:.08em;
  margin-bottom:5px;
}

.creator-spec strong{
  color:var(--green);
  font-size:13px;
}

@media(max-width:912px){
  .creator-grid{
    grid-template-columns:1fr;
  }
}

.train-live,
.lr-live,
#dynamicTrainLog div{
  font-family:"Cascadia Code","Consolas","Courier New",monospace;
  white-space:pre;
  font-size:12px;
  line-height:1.8;
}

.train-live{
  color:var(--green);
  margin-top:10px;
}

.lr-live{
  color:var(--cyan);
}

#dynamicTrainLog{
  margin-top:8px;
}

.typing-param::after{
  content:"_";
  margin-left:2px;
  color:var(--green);
  animation:blinkCursor .8s steps(1) infinite;
}

.typing-param.done::after{
  content:"";
}

@keyframes blinkCursor{
  50%{opacity:0;}
}

@media(max-width:912px){

  .wrap{
    width:calc(100% - 48px);
  }

  section{
    padding:28px 0;
  }

  .cmd-hero,
  .about-split,
  .release-three,
  .grid,
  .grid.two{
    grid-template-columns:1fr;
    gap:22px;
  }

  .hero-left,
  .cmd-window,
  .about-terminal,
  .about-story,
  .download-card,
  .roadmap-panel,
  .card{
    width:100%;
    max-width:none;
  }

  .section-head{
    display:block;
  }

  .section-desc{
    max-width:none;
    margin-top:12px;
  }

  .cmd-window{
    min-height:360px;
  }

  .cmd-editor{
    height:320px;
    max-height: 380px;
    grid-template-columns:34px minmax(0, 1fr);
    overflow:auto;
  }

}

.nav-actions{
  display:flex;
  align-items:center;
  gap:10px;
}

.menu-toggle{
  display:none;

  border:1px solid var(--line);
  background:#071007;
  color:var(--green);

  width:40px;
  height:40px;

  border-radius:4px;
  cursor:pointer;
}

.mobile-menu{
  display:none;
}

.hero {
  min-height: calc(100vh - 76px);
  padding-top: 40px;
  padding-bottom: 40px;
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  align-items: center;
  gap: 48px;
}

.cmd-hero {
  min-height: calc(100vh - 76px);
  padding: 32px 0 36px;
  padding-top: 20px;
  align-items: center;
}

.hero-left {
  max-width: 520px;
}

.hero-left h1 {
  margin-bottom: 18px;
}

.hero-copy{
  font-size: 18px;
  line-height: 1.8;
  max-width: 580px;
}

.cmd-window {
  width: 100%;
  max-height: 430px;
}

@media (max-width: 912px) {
  .hero {
    min-height: auto;
    padding: 36px 0;
    grid-template-columns: 1fr;
  }
}

.hero h1 {
  font-size: clamp(54px, 6vw, 92px);
  line-height: .95;
}

.hero-tags{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
  margin:24px 0;
}

.hero-shortcuts{
  display:flex;
  gap:12px;
  margin-bottom:14px;
  flex-wrap:wrap;
}

.hero-shortcuts a{
  padding:8px 14px;
  border:1px solid rgba(125,255,180,.15);
  border-radius:8px;
  color:var(--green);
  text-decoration:none;
  font-size:13px;
  font-family:monospace;
}

.hero-shortcuts a:hover{
  background:rgba(125,255,180,.08);
}

.compact-founder .creator-body {
  padding: 28px;
}

.compact-founder .creator-grid {
  align-items: stretch;
  gap: 28px;
}

.creator-main {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.creator-main p {
  max-width: 760px;
  line-height: 1.75;
}

.creator-main blockquote {
  margin: 0;
}

.creator-main .btn {
  width: fit-content;
  margin-top: 4px;
}

.compact-founder .creator-spec {
  gap: 12px;
}

.compact-founder .creator-spec div {
  padding: 16px 18px;
}

.hero {
  opacity: 1;
  transform: translateY(0);
  transition:
    opacity .5s ease,
    transform .5s ease;
}

.hero.fade-out {
  opacity: .15;
  transform: translateY(-30px);
}

#about {
  opacity: 0;
  transform: translateY(40px);
  filter: blur(8px);

  transition:
    opacity .8s ease,
    transform .8s ease,
    filter .8s ease;
}

#about.show {
  opacity: 1;
  transform: translateY(0);
  filter: blur(0);
}

.brand-logo {
  width: 42px;
  height:auto;
  object-fit: contain;
  display: block;
}

.brand-logo1 {
  height:auto;
  width: 100px;
}

@media(max-width:912px){

  .wrap{
    width:calc(100% - 32px);
  }

  .hero.cmd-hero{
    grid-template-columns:1fr !important;
    width:100%;
    max-width:100%;
    overflow:hidden;
  }

  .hero-left,
  .hero-right,
  .cmd-window{
    width:100%;
    max-width:100%;
    min-width:0;
    box-sizing:border-box;
  }

  .cmd-window{
    overflow:hidden;
  }

  .cmd-editor{
    width:100%;
    max-width:100%;
    overflow:auto;
  }

  .cmd-editor pre{
    min-width:0;
    width:max-content;
    max-width:none;
  }

  .hero-shortcuts{
    max-width:100%;
    overflow-x:auto;
    flex-wrap:nowrap;
  }

}

.closing-section{
  padding:10px 0 20px;
}

.closing-card{
  position:relative;
  overflow:hidden;

  display:grid;
  grid-template-columns:auto 1fr .65fr;
  gap:30px;
  align-items:center;

  padding:20px;
}

.closing-mark{
  width:82px;
  height:82px;
  border-radius:24px;

  display:flex;
  align-items:center;
  justify-content:center;

  border:1px solid rgba(134,239,172,.18);
  background:rgba(134,239,172,.05);
}

.closing-content h2{
  margin:10px 0 16px;
  font-size:clamp(34px, 5vw, 64px);
  line-height:.95;
}

.closing-content p{
  max-width:720px;
  color:var(--muted);
  line-height:1.8;
  font-size:12px;
}

.closing-meta{
  display:flex;
  align-items:center;
  gap:18px;
  flex-wrap:wrap;

}

.closing-meta span{
  color:var(--green);
  font-size:13px;
  font-family:monospace;
}

.meta-link{
  color:var(--green);
  text-decoration:none;

  font-size:13px;
  font-family:monospace;

  padding:10px 18px;

  border:1px solid rgba(134,239,172,.15);
  border-radius:10px;

  transition:.25s;
}

.meta-link:hover{
  transform:translateY(-2px);
  border-color:rgba(134,239,172,.4);
  background:rgba(134,239,172,.05);
}

.closing-side{
  display:flex;
  flex-direction:column;
  justify-content:center;
  align-items:center;

  text-align:center;

  gap:24px;

  border-left:1px solid var(--line);
  padding-left:40px;
}
}

.closing-side p{
  margin:0;

  font-size:38px;
  font-weight:800;
  line-height:1.1;

  max-width:320px;
}

.quote-mark{
  font-size:80px;
  line-height:0.5;
  opacity:.2;
}

.closing-quote{
  font-size:42px;
  font-weight:800;
  text-align:center;
}

@media(max-width:912px){
  .closing-card{
    grid-template-columns:1fr;
    padding:20px;
  }

  .closing-side{
    padding-left:0;
    border-left:0;
    padding-top:22px;
  }
}

@media(max-width:912px){
  .hero,
  #about{
    opacity:1 !important;
    transform:none !important;
    filter:none !important;
    transition:none !important;
  }

}

.advanced-card{
  border-color:var(--green);
}

.cmd-titlebar,
.advanced-card:hover{
  color:#fff;

  background:transparent;

  box-shadow:
    0 0 8px rgba(57,255,20,.35),
    0 0 18px rgba(57,255,20,.20),
    0 0 30px rgba(57,255,20,.10);
}

.advanced-card h3::before{
  content:"PRO ";
  color:#fde68a;
}

.pro-card{
  border-color:rgba(253,230,138,.35);
  border-radius: 4px ;

  background:
    linear-gradient(
      180deg,
      rgba(253,230,138,.03),
      rgba(253,230,138,.01)
    );
}

.hero-tags{
  padding: 12px;
  border-radius: 8px;
  color:#fff;
  width: 95%;
  display:flex;
  gap:8px;
  justify-content:center;
  margin-inline:auto;
  background:transparent;
  border:1px solid rgba(255,255,255,.08);
  border-color:var(--green);
  font-family: 'Courier New', Courier, monospace; /* Biar vibe font terminal-nya dapet */
  box-shadow:
    0 0 8px rgba(57,255,20,.35),
    0 0 18px rgba(57,255,20,.20),
    0 0 30px rgba(57,255,20,.10);
}

.download-card .badge{
  background:rgba(253,230,138,.08);
  border:1px solid rgba(253,230,138,.25);
  color:#fde68a;
}

.pro-card:hover{
  color:#fff;

  background:transparent;

  border-color:var(--green);

  box-shadow:
    0 0 8px rgba(57,255,20,.35),
    0 0 18px rgba(57,255,20,.20),
    0 0 30px rgba(57,255,20,.10);
}

.pro-card h3::after{
  content:" PRO";
  color:#fde68a;
}

.btn-realease{
  border-color:rgba(253,230,138,.35);

  background:
    linear-gradient(
      180deg,
      rgba(253,230,138,.03),
      rgba(253,230,138,.01)
    );
}

.landing-page{
  opacity:1;
  transition:opacity .25s ease;
}

.landing-page.page-exit{
  opacity:0;
}

.landing-page{
  animation:landingFadeIn .25s ease;
}

@keyframes landingFadeIn{
  from{
    opacity:0;
  }

  to{
    opacity:1;
  }
}

.landing-page{
  transition:
    opacity .18s ease,
    transform .18s ease;
}

.landing-page.page-exit{
  opacity:0;
  transform:translateY(8px);
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill {
  -webkit-text-fill-color: var(--text);

  -webkit-box-shadow:
    0 0 0 1000px rgba(255,255,255,.02) inset;

  box-shadow:
    0 0 0 1000px rgba(255,255,255,.02) inset;

  transition: background-color 9999s ease-in-out 0s;
}

.auth-simple{
  min-height:calc(70vh - 120px);
  display:flex;
  flex-direction:column;
  justify-content:center;
  padding-top: 20px;
  padding-bottom: 20px;

  width:min(100% - 32px, 320px);
  margin:0 auto;
}

.label-row{
    display:flex;
    justify-content:space-between;
    align-items:center;
    margin-bottom:2px; /* jarak ke input */
}

/* MOBILE LOGIN */
@media (max-width: 912px) {

  body {
    min-height: 100vh;
    overflow-x: hidden;
  }

  #app {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
  }

  .brand {
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .brand span:last-child {
    font-size: 13px;
  }

  .auth-logo {
    margin-bottom: 16px;
  }

  .auth-simple h1 {
    font-size: 20px;
    margin-bottom: 22px;
  }

  .auth-box input {
    width: 100%;
    height: 44px;
  }

  .label-row {
    align-items: center;
  }

  .label-row a {
    font-size: 12px;
  }

  .oauth-btn {
    height: 44px;
    font-size: 13px;
  }

  .auth-switch {
    font-size: 13px;
    margin-top: 20px;
  }
}

#app{
  min-height:100vh;
  display:flex;
  flex-direction:column;
}

.auth-simple{
  flex:1;
  display:flex;
  flex-direction:column;
  justify-content:center;
  width:min(100% - 32px, 360px);
  margin:auto;
}

#app{
  min-height:100vh;
  display:flex;
  flex-direction:column;
}

.showcase-main{
  flex:1;
  width:min(1480px, calc(100% - 48px));
  margin:0 auto;
}

.showcase-author{
  display:flex;
  align-items:center;
  gap:10px;
  margin-bottom:0;
}

.showcase-top{
  display:flex;
  justify-content:space-between;
  align-items:flex-start;
  gap:12px;
  margin-bottom:8px;
}

.showcase-top h3{
  margin:0;
  max-width:52%;
  text-align:right;
  font-size:16px;
  line-height:1.3;
}

.author-avatar,
.author-avatar-fallback{
  width:38px;
  height:38px;

  border-radius:50%;
  overflow:hidden;

  flex-shrink:0;
}

.author-avatar{
  object-fit:cover;
}

.author-avatar-fallback{
  display:flex;
  align-items:center;
  justify-content:center;

  background:linear-gradient(
    135deg,
    var(--yellow),
    var(--green)
  );

  color:#05060f;
  font-size:13px;
  font-weight:700;
}

.showcase-author strong{
  display:block;
  font-size:13px;
}

.showcase-author small{
  color:var(--muted);
}

.about-cover .about-actions{
  display:flex;
  align-items:center;
  gap:12px;
  margin-top:22px;
  flex-wrap:wrap;
}

.about-cover blockquote{
  margin:20px 0;
  padding:16px 18px;
  border-left:3px solid var(--green);
  background:rgba(134,239,172,.05);
  color:var(--text);
  font-style:italic;
}

@media (max-width:912px){
  .about-cover .about-actions{
    flex-direction:column;
    align-items:stretch;
  }

  .about-cover .about-actions .btn{
    width:100%;
    text-align:center;
  }
}

.story-link {
  color: #4ade80; /* Hijau neon khas terminal */
  font-family: 'Courier New', Courier, monospace; /* Biar vibe font terminal-nya dapet */
  font-weight: bold;
  text-decoration: none;
  background-color: rgba(74, 222, 128, 0.1); /* Kasih background tipis biar makin mirip text-badge file */
  padding: 2px 6px;
  border-radius: 4px;
  transition: all 0.2s ease;
}

.story-link:hover {
  background-color: rgba(74, 222, 128, 0.2);
  text-decoration: underline;
}

/* ==================================================
   ABOUT.HTML VISUAL
   ================================================== */

.about-page{
  padding-top:40px;
}

.about-hero{
  max-width:860px;
  margin:0 auto 34px;
  text-align:center;
}

.about-hero h1{
  font-size:clamp(34px, 6vw, 64px);
  margin:10px 0 14px;
}

.about-hero p{
  color:var(--muted);
  line-height:1.7;
}

.story-page{
  display:flex;
  justify-content:center;
}

.story-card{
  width:min(880px, 100%);
  padding:34px;
  border:1px solid rgba(255,255,255,.08); 
  border-radius:22px;
  background:rgba(255,255,255,.025);
}

.story-card h2{
  margin:34px 0 14px;
  font-size:26px;
}

.story-card ul li{
  text-align: left;
  font-size:18px;
}

.story-card h2:first-child{
  margin-top:0;
}

.story-card p{
  font-size:18px;
  color:var(--muted);
  line-height:1.85;
  margin:0 0 18px;
}

.story-card blockquote{
  font-size:14px;
  margin:24px 0;
  padding:18px 20px;
  border-left:3px solid var(--green);
  background:rgba(134,239,172,.055);
  color:var(--yellow);
  line-height:1.8;
  border-radius:0 14px 14px 0;
}

.story-card ul{
  color:var(--muted);
  line-height:1.9;
  padding-left:22px;
}

.story-actions{
  display:flex;
  gap:12px;
  flex-wrap:wrap;
  margin-top:30px;
}

@media(max-width:912px){
  .about-page{
    padding-top:24px;
  }

  .story-card{
    padding:22px;
    border-radius:18px;
  }

  .story-actions{
    flex-direction:column;
  }

  .story-actions .btn{
    width:100%;
    text-align:center;
  }
}

.story-card{
  width:min(920px, 100%);
}

.showcase-stats {
  display: flex;
  gap: 2rem;
  margin-top: .75rem;
  margin-bottom: .75rem;
  font-size: 13px;
  color: var(--muted);
}

.showcase-stats span {
  display: flex;
  align-items: center;
  gap: .25rem;
}

.showcase-card {
  position: relative;
  overflow: hidden;
}

.showcase-bg {
  filter: blur(0.5px);
  position: absolute;
  inset: 0;

  width: 100%;
  height: 100%;

  object-fit: contain;
  object-position: center;

  opacity: .5;
  z-index: 0;
}

.showcase-specs span {
  color: var(--muted);
  font-size: 12px;
}

.showcase-overlay {
  position: absolute;
  inset: 0;

  background:
    linear-gradient(
      to bottom,
      rgba(0,0,0,.75) 0%,
      rgba(0,0,0,.15) 20%,
      rgba(0,0,0,.15) 80%,
      rgba(0,0,0,.85) 100%
    );

  z-index: 1;
}

.showcase-content {
  position: relative;
  z-index: 2;
}

/* ==================================================
   bentuk card showcase
   ================================================== */

.showcase-content{
  height:100%;
  display:flex;
  flex-direction:column;
}

.showcase-card p{
  display:-webkit-box;
  -webkit-line-clamp:3;
  -webkit-box-orient:vertical;
  overflow:hidden;
}

.showcase-actions{
  margin-top:auto;
  display:flex;
  align-items:center;
  gap:8px;
}

.sample-eye{
  width:32px;
  height:32px;

  display:flex;
  align-items:center;
  justify-content:center;

  border-radius:10px;

  border:1px solid rgba(134,239,172,.15);
  background:rgba(255,255,255,.02);

  color:var(--muted);
  cursor:pointer;

  transition:.2s ease;
}

.sample-eye:hover{
  color:var(--green);
  border-color:var(--green);

  box-shadow:
    0 0 8px rgba(57,255,20,.35),
    0 0 18px rgba(57,255,20,.20);
}

.sample-eye i{
  font-size:14px;
}

/* ==================================================
   pop up card showcase
   ================================================== */

.showcase-card{
  height:284px;
  display:flex;
  flex-direction:column;
}

.showcase-content,
.showcase-sample-panel{
  position:absolute;
  inset:0;
  padding:18px;
  transition:.25s ease;
}

.showcase-sample-panel{
  z-index:5;
  background:rgba(5,8,5,.96);
  transform:translateY(100%);
  border:1px solid rgba(134,239,172,.22);
}

.showcase-card.show-sample .showcase-sample-panel{
  transform:translateY(0);
}

.sample-panel-close{
  position:absolute;
  right:14px;
  top:12px;

  border:0;
  background:transparent;
  color:var(--green);
  font-size:22px;
  cursor:pointer;
}

.showcase-sample-panel small{
  display:block;
  color:var(--green);
  font-family:monospace;
  font-size:13px;
  margin-bottom:12px;
  padding-bottom:10px;
  border-bottom:1px solid rgba(134,239,172,.15);
}

.showcase-sample-panel pre{
  white-space:pre-wrap;
  font-family:monospace;
  font-size:14px;
  line-height:1.7;
  color:var(--text);
  margin:0;
  max-height:250px;
  overflow:auto;
}

/* Styling Komponen Tombol Login di Founder Section */
.btn-terminal-login {
  background: transparent;
  border: 1px solid transparent; /* Border hijau neon khas Cisya */
  color: var(--green);
  font-family: 'Courier New', monospace;
  font-size: 0.85rem;
  font-weight: bold;
  padding: 0.4rem 1rem;
  border-radius: 4px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  transition: all 0.2s ease-in-out;
}

/* Efek Interaktif pas Tombol di-Hover Mouse */
.btn-terminal-login:hover {
  background: rgba(0, 255, 102, 0.1); /* Efek kilau hijau tipis */
  box-shadow: 0 0 12px rgba(0, 255, 102, 0.3); /* Glow halus */
  transform: translateY(-1px); /* Efek ngangkat dikit */
  border: 1px solid #00ff66; /* Border hijau neon khas Cisya */
}

.btn-terminal-login:active {
  transform: translateY(1px); /* Efek mendhem pas diklik */
}

.btn-icon {
  font-size: 0.9rem;
}

/* ==================================================== */
/* LAYOUT DUA KOLOM UTAMA (CLOSING SECTION)            */
/* ==================================================== */
.closing-layout-wrapper {
  display: flex;
  gap: 2rem;
  align-items: flex-start;
  margin-top: 2rem;
}

.closing-left-col {
  flex: 1;
}

.closing-right-col {
  flex: 1;
  min-width:0;
}

/* ==================================================== */
/* FRAME UTAMA TERMINAL MINI                            */
/* ==================================================== */
.mini-terminal-credits {
  background: #050505;
  border: 1px solid #1a3a2a; /* Border hijau gelap khas Cisya */
  border-radius: 8px;
  overflow: hidden;

}

/* Header Tab Terminal (Tombol Merah, Kuning, Hijau) */
.terminal-header {
  background: #0f1914;
  padding: 0.5rem 0.75rem;
  display: flex;
  align-items: center;
  gap: 0.4rem;
  border-bottom: 1px solid #14251c;
}

.terminal-header .dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  display: inline-block;
}

.terminal-header .dot.red { background: #ff5f56; }
.terminal-header .dot.yellow { background: #ffbd2e; }
.terminal-header .dot.green { background: #27c93f; }

.terminal-title {
  font-family: monospace;
  font-size: 0.75rem;
  color: #00ff66;
  margin-left: 0.5rem;
  opacity: 0.7;
}

/* ==================================================== */
/* JENDELA UTAMA TERMINAL BENTUK BOX CINEMATIC          */
/* ==================================================== */
.credits-window-trailer {
  position: relative;
  width: 100%;
  height: 200px; /* Tinggi dikunci biar pas bertumpuk sempurna */
  background: #050505;
  overflow: hidden;
}

/* Container Pembungkus Koleksi Video (Lapisan Tengah) */
.terminal-video-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  background: #000;
}

/* Aturan Tampilan Video Tunggal */
.video-s1 {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 1;
}

/* Area Perlintasan Teks (Lapisan Atas - Wajib Absolute & z-index Tinggi) */
.credits-roll-area {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10; /* Di atas video biar gak ketimbun */
  display: flex;
  justify-content: center;
  align-items: flex-start;
  overflow: hidden;
  pointer-events: none; /* Mouse tetap tembus ke elemen di bawahnya */
}

/* ==================================================== */
/* STATE ANIMASI YANG DIKONTROL OLEH JAVASCRIPT         */
/* ==================================================== */

/* STATE 1: Teks Siaga di Lantai Bawah (Saat Video Sedang Main) */
.credits-roll-stopped {
  display: flex;
  flex-direction: column;
  width: 100%;
  transform: translateY(115%);
  opacity: 0;
}

/* STATE 2: Teks Aktif Menggulung (Dipicu Saat Video Beres / 'ended') */
.credits-roll-active {
  display: flex;
  flex-direction: column;
  width: 100%;
  /* Jalan 11 detik, linier, cukup SATU KALI JALAN (forwards) */
  animation: textPureSequence 16s linear forwards; 
}

/* ENGINE ALUR GERAK TEKS KREDIT */
@keyframes textPureSequence {
  0% {
    transform: translateY(100%);
    opacity: 1;
  }
  90% {
    transform: translateY(-120%);
    opacity: 1;
  }
  95%, 100% {
    transform: translateY(-120%);
    opacity: 0; /* Menghilang di langit sebelum di-reset balik ke bawah oleh JS */
  }
}

/* ==================================================== */
/* MANAGEMENT UKURAN UTENSIL INTERNAL (MICRO STYLE)     */
/* ==================================================== */

/* Pengecil Skala Grafis Komponen Teks Credits */
.credits-scaler {
  transform: scale(0.65); /* Penyusutan visual 35% lebih kecil agar fit di box 200px */
  transform-origin: top center;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.credit-logo-top {
  width: 100px;
  height: auto;
  margin: 0 auto 0.2rem auto;
  display: block;
  filter: drop-shadow(0 0 4px rgba(0, 255, 102, 0.3));
}

.credit-logo-bottom {
  width: 75px; 
  height: auto;
  margin: 0.8rem auto 0.2rem auto;
  display: block;
  opacity: 0.8;
  filter: drop-shadow(0 0 4px rgba(0, 255, 102, 0.2));
}

.credit-section-title {
  color: #00ff66;
  font-weight: bold;
  margin-bottom: 0.6rem;
  font-size: 0.9rem;
  letter-spacing: 1px;
}

.credit-role {
  color: #555555;
  font-size: 0.8rem;
  margin: 0;
}

.credit-name {
  color: #ffffff;
  font-weight: bold;
  margin: 0.1rem 0;
  font-size: 0.95rem;
}

.credit-desc {
  color: #888888;
  font-size: 0.85rem;
  margin: 0;
  line-height: 1.4;
}

.credit-brand {
  color: #00ff66;
  font-weight: bold;
  margin: 0;
  font-size: 0.95rem;
}

.credit-eof {
  color: #333333;
  font-size: 0.8rem;
  margin-top: 1.5rem;
}

/* ==================================================== */
/* RESPONSIVE DESIGN (UNTUK HP / TABLET)               */
/* ==================================================== */
@media (max-width: 768px) {
  .closing-layout-wrapper {
    flex-direction: column;
  }
  .closing-right-col {
    width: 100%;
  }
}