/* V9.3 - pengganti inline style dan simbol mentah */
.auth-panel-v93{
  min-height:calc(100vh - 160px);
  display:grid;
  grid-template-columns:minmax(0,1fr) 420px;
  gap:54px;
  align-items:center;
  padding:56px 0;
}

.auth-hero-title-v93{
  margin:0;
  font-size:clamp(38px,5vw,52px);
  line-height:1.08;
  font-weight:820;
  letter-spacing:-.055em;
}

.auth-hero-text-v93{
  max-width:560px;
  font-size:16px;
  line-height:1.7;
  color:var(--muted,#64748b);
}

.auth-visual-v93{
  margin-top:28px;
  width:min(320px,100%);
  height:270px;
  border-radius:28px;
  background:radial-gradient(circle at 50% 30%, #dbeafe, #f8fafc 70%);
  display:flex;
  align-items:center;
  justify-content:center;
}

.auth-device-v93{
  width:210px;
  height:245px;
  border:8px solid #1f2937;
  border-radius:24px;
  background:#fff;
  padding:24px;
  font-family:Georgia,serif;
  box-shadow:0 18px 45px rgba(15,23,42,.12);
}

.form-row-v93{
  display:block;
  margin-top:16px;
  font-size:13px;
  font-weight:650;
  color:#334155;
}

.form-row-v93 .input,
.form-row-v93 .select{
  width:100%;
  margin-top:8px;
}

.full-btn-v93{
  width:100%;
  justify-content:center;
  margin-top:24px;
}

.center-muted-v93{
  text-align:center;
}

.home-actions-v93{
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  gap:14px;
  margin-top:22px;
}

.search-button-v93{
  border:0;
  background:transparent;
  color:var(--blue,#2563eb);
  font-weight:760;
  display:inline-flex;
  align-items:center;
  gap:6px;
  cursor:pointer;
}

.library-head-v93{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
}

.library-welcome-v93{
  min-width:240px;
}

.progress-fill-v93{
  width:var(--progress,0%);
}

.clean-card-v93{
  border:1px solid var(--line,#e2e8f0);
  background:#fff;
  border-radius:16px;
  padding:20px;
}

.admin-user-form-v93{
  max-width:720px;
}

.reader-epub-actions-v93,
.reader-epub-title-v93{
  display:flex;
  align-items:center;
  gap:10px;
}

.reader-epub-title-v93{
  flex-direction:column;
  text-align:center;
  gap:2px;
}

.reader-epub-main-v93{
  overflow:auto;
}

.reader-epub-heading-v93{
  font-size:34px;
  line-height:1.18;
  font-weight:760;
}

html[data-theme="dark"] .auth-device-v93,
html[data-theme="dark"] .clean-card-v93{
  background:var(--surface,#0f172a);
  border-color:var(--line,#243449);
}

@media(max-width:900px){
  .auth-panel-v93{
    grid-template-columns:1fr;
    padding:34px 0;
  }
  .auth-visual-v93{
    display:none;
  }
  .library-head-v93{
    flex-direction:column;
    align-items:stretch;
  }
}
