/* ============================================================
   Website publik - tema "New Age" (Start Bootstrap)
   Palet: biru + ungu muda + putih. Font: Mulish + Kanit.
   Dimuat SETELAH style.css agar menimpa gaya lama website.
   Admin/Play Admin tidak terpengaruh.
   ============================================================ */

html { scroll-behavior: smooth; }
body.web { overflow-x: hidden; background: #ffffff; color: #1e293b; font-family: "Mulish", "Segoe UI", system-ui, sans-serif; }
body.web .web-container { max-width: 1160px; margin: 0 auto; padding: 0 24px; }
.web-content { padding: 0 24px; }

.na-container { max-width: 1160px; margin: 0 auto; padding: 0 24px; }

/* ============ Navbar ============ */
.na-nav {
  position: sticky; top: 0; z-index: 100;
  background: rgba(255, 255, 255, .85); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid #eef0f6; box-shadow: 0 2px 14px rgba(15, 23, 42, .05);
}
.na-navbar { display: flex; align-items: center; justify-content: space-between; gap: 16px; max-width: 1160px; margin: 0 auto; padding: 12px 24px; }
.na-brand { display: flex; align-items: center; gap: 11px; text-decoration: none; }
.na-brand img { width: 42px; height: 42px; border-radius: 12px; background: #fff; padding: 4px; border: 1px solid #ede9fe; }
.na-brand-text { display: flex; flex-direction: column; line-height: 1.15; }
.na-brand-text strong { font-weight: 800; color: #0f172a; font-size: 15px; }
.na-brand-text small { color: #94a3b8; font-size: 11px; }
.na-links { display: flex; align-items: center; gap: 2px; }
.na-links a { padding: 8px 14px; border-radius: 999px; color: #475569; text-decoration: none; font-size: 14px; font-weight: 600; transition: color .15s, background .15s; }
.na-links a:hover { background: #f3f0ff; color: #6d28d9; }
.na-links a.active { background: #f3f0ff; color: #6d28d9; }
.na-links a.na-btn { background: linear-gradient(135deg, #2563eb, #8b5cf6); color: #fff; padding: 9px 22px; display: inline-flex; align-items: center; gap: 8px; box-shadow: 0 8px 18px rgba(59, 130, 246, .28); }
.na-links a.na-btn:hover { background: linear-gradient(135deg, #1d4ed8, #7c3aed); color: #fff; }
.na-links a.na-btn svg { width: 14px; height: 14px; }
.na-toggle { display: none; align-items: center; background: transparent; border: 1px solid #e2e8f0; border-radius: 10px; padding: 7px; cursor: pointer; color: #0f172a; }
.na-toggle svg { width: 20px; height: 20px; }

/* ============ Hero / Masthead ============ */
.na-masthead {
  width: 100vw; margin: 0 calc(50% - 50vw);
  padding: 96px 24px 110px;
  background: radial-gradient(900px 480px at 12% -10%, rgba(59, 130, 246, .10), transparent 60%),
              radial-gradient(700px 420px at 95% 15%, rgba(139, 92, 246, .12), transparent 60%),
              #ffffff;
}
.na-masthead-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 48px; align-items: center; }
.na-kicker { display: inline-flex; align-items: center; gap: 7px; font-size: 12.5px; font-weight: 700; text-transform: uppercase; letter-spacing: .8px; color: #6d28d9; background: #f3f0ff; border: 1px solid #e4defc; padding: 6px 14px; border-radius: 999px; margin-bottom: 20px; }
.na-kicker svg { width: 13px; height: 13px; }
.na-stats { display: flex; gap: 32px; flex-wrap: wrap; margin-top: 34px; padding-top: 26px; border-top: 1px solid #eef0f6; }
.na-stat b { display: block; font-size: 26px; font-weight: 800; letter-spacing: -.02em; background: linear-gradient(135deg, #2563eb, #a855f7); -webkit-background-clip: text; background-clip: text; color: transparent; }
.na-stat small { color: #64748b; font-size: 12.5px; }
.na-display { font-size: clamp(38px, 5.2vw, 60px); font-weight: 800; line-height: 1.08; letter-spacing: -.025em; color: #0f172a; margin: 0 0 18px; }
.na-italic { font-family: "Kanit", sans-serif; font-style: italic; font-weight: 500; background: linear-gradient(135deg, #2563eb, #a855f7); -webkit-background-clip: text; background-clip: text; color: transparent; }
.na-lead { font-size: 17px; line-height: 1.75; color: #475569; max-width: 540px; margin: 0 0 30px; }
.na-masthead-btns { display: flex; gap: 12px; flex-wrap: wrap; }
.na-btn { display: inline-flex; align-items: center; gap: 9px; padding: 13px 28px; border-radius: 999px; font-weight: 700; font-size: 14.5px; text-decoration: none; border: 1px solid transparent; transition: transform .15s, box-shadow .15s, background .15s; }
.na-btn svg { width: 16px; height: 16px; }
.na-btn-primary { background: linear-gradient(135deg, #2563eb, #8b5cf6); color: #fff; box-shadow: 0 12px 24px rgba(59, 130, 246, .32); }
.na-btn-primary:hover { transform: translateY(-2px); box-shadow: 0 16px 30px rgba(59, 130, 246, .4); }
.na-btn-outline { background: #fff; color: #0f172a; border-color: #e2e8f0; }
.na-btn-outline:hover { border-color: #c4b5fd; background: #faf7ff; transform: translateY(-2px); }
.na-btn-light { background: #fff; color: #4f46e5; box-shadow: 0 12px 26px rgba(0, 0, 0, .2); }
.na-btn-light:hover { transform: translateY(-2px); }

/* ---- Mockup device ---- */
.na-visual { position: relative; display: flex; justify-content: center; align-items: center; padding: 30px 0 40px; }
.na-visual::before {
  content: ''; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);
  width: 360px; height: 360px; border-radius: 50%;
  background: conic-gradient(from 210deg, #2563eb, #8b5cf6, #60a5fa, #2563eb); z-index: 0;
}
.na-x { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); z-index: -1; width: 430px; height: 430px; pointer-events: none; }
.na-x i { position: absolute; top: 50%; left: 0; right: 0; height: 56px; border-radius: 40px; background: #f1f0ff; }
.na-x i:first-child { transform: translateY(-50%) rotate(45deg); }
.na-x i:last-child { transform: translateY(-50%) rotate(-45deg); }
.na-device {
  position: relative; z-index: 1; width: 300px; aspect-ratio: 9 / 19; border-radius: 42px;
  background: #0f172a; padding: 12px; box-shadow: 0 40px 80px rgba(15, 23, 42, .35), inset 0 0 0 2px #1e293b;
}
.na-device-screen { position: relative; width: 100%; height: 100%; border-radius: 32px; overflow: hidden; background: #fff; }
.na-device-screen img { width: 100%; height: 100%; object-fit: cover; display: block; }
.na-device-notch { position: absolute; top: 10px; left: 50%; transform: translateX(-50%); width: 96px; height: 22px; background: #0f172a; border-radius: 0 0 12px 12px; z-index: 2; }
.na-device-overlay {
  position: absolute; left: 12px; right: 12px; bottom: 14px; z-index: 2;
  background: rgba(15, 23, 42, .78); color: #fff; border-radius: 14px; padding: 12px 14px;
  backdrop-filter: blur(6px); display: flex; align-items: center; justify-content: space-between; gap: 10px;
}
.na-device-overlay strong { font-size: 13px; display: block; }
.na-device-overlay small { color: #a5b4fc; font-size: 11px; display: block; margin-top: 2px; }
.na-live { width: 9px; height: 9px; border-radius: 50%; background: #34d399; box-shadow: 0 0 0 4px rgba(52, 211, 153, .2); flex-shrink: 0; }
.na-device-sm { width: 250px; border-radius: 38px; }
.na-device-sm .na-device-screen { border-radius: 28px; }

/* ============ Band gradient (kutipan & CTA) ============ */
.na-band { width: 100vw; margin: 0 calc(50% - 50vw); }
.na-band-grad { background: linear-gradient(135deg, #2563eb 0%, #7c3aed 55%, #a855f7 100%); color: #fff; }
.na-quote { position: relative; overflow: hidden; text-align: center; padding: 76px 24px; }
.na-quote::before {
  content: ''; position: absolute; left: 50%; top: -40%; transform: translateX(-50%);
  width: 640px; height: 320px; border-radius: 50%; background: rgba(255, 255, 255, .12); filter: blur(64px);
}
.na-quote-mark { position: relative; font-family: Georgia, serif; font-size: 84px; line-height: .8; opacity: .55; }
.na-quote-text { position: relative; font-size: clamp(20px, 2.6vw, 28px); font-weight: 700; max-width: 860px; margin: 0 auto 18px; line-height: 1.45; }
.na-quote-author { position: relative; font-size: 14px; opacity: .85; letter-spacing: .5px; }
.na-quote-author em { font-family: "Kanit", sans-serif; font-style: italic; }

/* ============ Fitur ============ */
.na-features { padding: 92px 0; }
.na-features-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 56px; align-items: center; }
.na-sec-title { font-size: clamp(28px, 3.4vw, 40px); font-weight: 800; color: #0f172a; letter-spacing: -.02em; margin: 0 0 12px; }
.na-sec-sub { color: #64748b; font-size: 15.5px; line-height: 1.7; max-width: 520px; margin: 0 0 34px; }
.na-feature-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.na-feature { background: #fff; border: 1px solid #eef0f6; border-radius: 16px; padding: 20px 18px; transition: transform .18s, box-shadow .18s, border-color .18s; }
.na-feature:hover { transform: translateY(-3px); box-shadow: 0 14px 30px rgba(15, 23, 42, .08); border-color: #ddd6fe; }
.na-feature-ico { width: 42px; height: 42px; border-radius: 12px; display: flex; align-items: center; justify-content: center; margin-bottom: 12px; background: linear-gradient(135deg, #dbeafe, #ede9fe); color: #4f46e5; }
.na-feature-ico svg { width: 20px; height: 20px; }
.na-feature h3 { margin: 0 0 6px; font-size: 15.5px; color: #0f172a; }
.na-feature p { margin: 0; font-size: 13px; line-height: 1.6; color: #64748b; }

/* ============ Tentang ============ */
.na-about { background: #f6f7fb; padding: 92px 0; }
.na-about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; }
.na-about-text p { color: #64748b; font-size: 15.5px; line-height: 1.75; margin: 0 0 26px; }
.na-about-photo { text-align: center; }
.na-about-photo img { width: min(100%, 440px); aspect-ratio: 1 / 1; object-fit: cover; border-radius: 50%; box-shadow: 0 30px 60px rgba(15, 23, 42, .16); }

/* ============ Berita ============ */
.na-news { padding: 92px 0; }
.na-news-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 16px; flex-wrap: wrap; margin-bottom: 34px; }
.na-news-head .na-sec-sub { margin: 0; }
.na-sec-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 16px; flex-wrap: wrap; margin-bottom: 34px; }
.na-sec-head .na-sec-sub { margin: 0; }
.na-news-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.na-news-item { background: #fff; border: 1px solid #eef0f6; border-radius: 16px; padding: 24px; display: flex; flex-direction: column; transition: transform .18s, box-shadow .18s, border-color .18s; }
.na-news-item:hover { transform: translateY(-3px); box-shadow: 0 14px 30px rgba(15, 23, 42, .08); border-color: #ddd6fe; }
.na-news-date { font-size: 12px; font-weight: 700; color: #2563eb; text-transform: uppercase; letter-spacing: .5px; margin-bottom: 8px; }
.na-news-item h3 { margin: 0 0 8px; font-size: 17px; }
.na-news-item h3 a { color: #0f172a; text-decoration: none; }
.na-news-item h3 a:hover { color: #2563eb; }
.na-news-item p { color: #64748b; font-size: 13.5px; line-height: 1.65; margin: 0 0 12px; }
.na-news-foto { border-radius: 12px; overflow: hidden; margin-bottom: 14px; }
.na-news-foto img { width: 100%; height: 180px; object-fit: cover; display: block; }
.na-more { margin-top: auto; color: #6d28d9; font-weight: 700; font-size: 13px; text-decoration: none; }
.na-more:hover { text-decoration: underline; }

/* ============ Ekstrakurikuler ============ */
.na-ekskul { background: #f6f7fb; padding: 92px 0; }
.na-card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.na-card { background: #fff; border: 1px solid #eef0f6; border-radius: 16px; padding: 22px; transition: transform .18s, box-shadow .18s, border-color .18s; }
.na-card:hover { transform: translateY(-3px); box-shadow: 0 14px 30px rgba(15, 23, 42, .08); border-color: #ddd6fe; }
.na-card h3 { margin: 0 0 8px; font-size: 16px; color: #0f172a; }
.na-card p { margin: 0 0 10px; color: #64748b; font-size: 13.5px; line-height: 1.65; }

/* ============ CTA ============ */
.na-cta { position: relative; overflow: hidden; text-align: center; padding: 100px 24px; }
.na-cta::before {
  content: ''; position: absolute; left: 50%; bottom: -70%; transform: translateX(-50%);
  width: 620px; height: 360px; border-radius: 50%; background: rgba(255, 255, 255, .14); filter: blur(70px);
}
.na-cta-title { position: relative; font-size: clamp(30px, 4.4vw, 48px); font-weight: 800; color: #fff; letter-spacing: -.02em; margin: 0 0 28px; }
.na-cta .na-italic { background: linear-gradient(135deg, #e0e7ff, #fff); }

/* ============ Footer ============ */
.na-footer { background: #0b1220; color: #94a3b8; }
.na-footer-grid { max-width: 1160px; margin: 0 auto; padding: 56px 24px 40px; display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 28px; }
.na-footer h4 { color: #f8fafc; margin: 0 0 12px; font-size: 13px; text-transform: uppercase; letter-spacing: 1px; }
.na-footer p { margin: 0; font-size: 13.5px; line-height: 1.75; }
.na-footer a { color: #94a3b8; }
.na-footer a:hover { color: #fff; }
.na-footer-brand { margin-bottom: 14px; }
.na-footer-brand img { border-color: rgba(255, 255, 255, .12); }
.na-footer-brand .na-brand-text strong { color: #fff; }
.na-footer-brand .na-brand-text small { color: #94a3b8; }
.na-footer-links { list-style: none; margin: 0; padding: 0; }
.na-footer-links li { margin-bottom: 10px; }
.na-footer-links a { text-decoration: none; }
.na-sosmed a { display: inline-flex; align-items: center; gap: 8px; margin-right: 14px; text-decoration: none; font-size: 13px; }
.na-sosmed svg { width: 16px; height: 16px; }
.na-footer-copy { max-width: 1160px; margin: 0 auto; border-top: 1px solid rgba(255, 255, 255, .08); padding: 18px 24px; text-align: center; font-size: 12.5px; color: #64748b; }

/* ============ Halaman dalam (fallback class lama) ============ */
.web-content { padding-bottom: 70px; }
.web-card { background: #fff; border: 1px solid #eef0f6; border-radius: 16px; padding: 26px 28px; margin-bottom: 20px; box-shadow: 0 1px 2px rgba(15, 23, 42, .04); }
.web-title { font-size: 20px; font-weight: 800; color: #0f172a; margin: 0 0 16px; }
.web-page-hero { text-align: center; padding: 76px 0 8px; }
.web-page-hero h1 { font-size: clamp(30px, 4vw, 44px); font-weight: 800; color: #0f172a; letter-spacing: -.02em; margin: 0 0 8px; }
.web-page-hero p { color: #64748b; margin: 0; }
.web-page-hero-grad { width: 100vw; margin: 0 calc(50% - 50vw); padding: 36px 24px 42px; background: linear-gradient(135deg, #2563eb 0%, #7c3aed 55%, #a855f7 100%); }
.web-page-hero-grad h1 { color: #fff; font-size: clamp(24px, 3.2vw, 34px); margin-bottom: 6px; }
.web-page-hero-grad p { color: rgba(255, 255, 255, .88); font-size: 14px; }
.web-justify { text-align: justify; }
.web-grid-3 { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 18px; }
.web-news-item { background: #fff; border: 1px solid #eef0f6; border-radius: 14px; padding: 18px; transition: transform .18s, box-shadow .18s, border-color .18s; }
.web-news-item:hover { transform: translateY(-3px); box-shadow: 0 14px 30px rgba(15, 23, 42, .08); border-color: #ddd6fe; }
.web-news-item h3 { margin: 8px 0 8px; font-size: 15.5px; }
.web-news-item h3 a { color: #0f172a; text-decoration: none; }
.web-news-item h3 a:hover { color: #2563eb; }
.web-news-item p { margin: 0; color: #64748b; font-size: 13.5px; line-height: 1.6; }
.web-news-date { font-size: 12px; font-weight: 700; color: #2563eb; text-transform: uppercase; letter-spacing: .5px; }
.web-list-item { border-bottom: 1px solid #eef0f6; padding: 18px 0; }
.web-list-item:first-child { padding-top: 0; }
.web-list-item:last-child { border: none; padding-bottom: 0; }
.web-list-item h3 { margin: 6px 0 8px; font-size: 17px; }
.web-list-item h3 a { color: #0f172a; text-decoration: none; }
.web-list-item h3 a:hover { color: #2563eb; }
.web-list-item p { margin: 0; color: #64748b; line-height: 1.6; }
.web-news-foto { margin-bottom: 10px; }
.web-news-foto img { max-width: 100%; max-height: 260px; object-fit: cover; border-radius: 12px; display: block; }
.web-more { color: #6d28d9; font-weight: 700; font-size: 13px; text-decoration: none; }
.web-more:hover { text-decoration: underline; }
.web-profil-row { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 14px; }
.web-profil-item { border: 1px solid #ede9fe; border-radius: 12px; padding: 14px 16px; background: #faf8ff; }
.web-profil-item span { display: block; font-size: 11px; text-transform: uppercase; color: #6d28d9; font-weight: 700; margin-bottom: 4px; letter-spacing: .5px; }
.web-profil-item strong { font-size: 14px; color: #0f172a; }
.web-cari { display: flex; gap: 10px; margin: 0; flex-wrap: wrap; }
.web-cari input { flex: 1; min-width: 220px; border: 1px solid #e2e8f0; border-radius: 12px; padding: 10px 14px; font-size: 14px; outline: none; color: #0f172a; }
.web-cari input:focus { border-color: #3b82f6; box-shadow: 0 0 0 3px rgba(59, 130, 246, .15); }
.web-artikel { font-size: 15px; line-height: 1.9; color: #334155; }
.web-artikel .web-news-date { display: block; margin-bottom: 10px; }

/* ============ Reveal & animasi ============ */
@keyframes fade-up { from { opacity: 0; transform: translateY(22px); } to { opacity: 1; transform: none; } }
.na-masthead .na-display { animation: fade-up .7s ease both; }
.na-masthead .na-lead { animation: fade-up .7s .1s ease both; }
.na-masthead .na-masthead-btns { animation: fade-up .7s .2s ease both; }
.na-masthead .na-visual { animation: fade-up .9s .25s ease both; }
.reveal { opacity: 0; transform: translateY(26px); transition: opacity .6s ease, transform .6s ease; }
.reveal.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; transition: none; }
  .na-masthead * { animation: none; }
}

/* ============ Responsif ============ */
@media (max-width: 900px) {
  .na-masthead-grid { grid-template-columns: 1fr; gap: 40px; text-align: center; }
  .na-masthead-btns { justify-content: center; }
  .na-lead { margin-left: auto; margin-right: auto; }
  .na-features-grid { grid-template-columns: 1fr; gap: 48px; }
  .na-features-visual { order: -1; }
  .na-about-grid { grid-template-columns: 1fr; gap: 44px; text-align: center; }
  .na-about-text .na-btn { margin-top: 4px; }
  .na-sec-sub { margin-left: auto; margin-right: auto; }
  .na-news-list { grid-template-columns: 1fr; }
  .na-card-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 720px) {
  .na-navbar { flex-wrap: wrap; }
  .na-toggle { display: flex; }
  .na-links { display: none; width: 100%; order: 3; flex-direction: column; align-items: stretch; gap: 4px; padding: 10px 0; border-top: 1px solid #eef0f6; margin-top: 8px; }
  .na-links.open { display: flex; }
  .na-links a { border-radius: 10px; padding: 10px 14px; }
  .na-links a.na-btn { justify-content: center; }
  .na-feature-grid { grid-template-columns: 1fr; }
  .na-card-grid { grid-template-columns: 1fr; }
}
@media (max-width: 480px) {
  .na-masthead { padding: 64px 16px 80px; }
  .na-device { width: 260px; }
  .na-visual::before { width: 300px; height: 300px; }
  .na-cta { padding: 72px 16px; }
  .na-quote { padding: 56px 16px; }
  .na-btn { width: 100%; justify-content: center; }
}

/* ============ Tombol & pagination di halaman web ============ */
body.web .btn { display: inline-flex; align-items: center; gap: 8px; border-radius: 999px; padding: 10px 22px; font-size: 13.5px; font-weight: 700; background: linear-gradient(135deg, #2563eb, #8b5cf6); box-shadow: 0 8px 18px rgba(59, 130, 246, .28); }
body.web .btn-secondary { background: #f3f0ff; color: #6d28d9; box-shadow: none; }
body.web .btn-secondary:hover { filter: brightness(.98); }
body.web .btn-outline { background: #fff; color: #0f172a; border: 1px solid #e2e8f0; box-shadow: none; }
body.web .btn-outline:hover { background: #faf7ff; border-color: #c4b5fd; color: #6d28d9; filter: none; }
body.web .btn-sm { padding: 5px 12px; font-size: 12px; }
body.web .pg-info { display: inline-block; color: #64748b; font-size: 12.5px; margin: 0 12px 10px 0; }
body.web .pg-info ~ a, body.web .pg-info ~ .pg-dim, body.web .pg-info ~ .pg-cur { display: inline-flex; align-items: center; justify-content: center; min-width: 34px; height: 34px; padding: 0 10px; margin: 0 4px 6px 0; border-radius: 10px; font-size: 13px; text-decoration: none; }
body.web .pg-info ~ a { border: 1px solid #e2e8f0; color: #475569; }
body.web .pg-info ~ a:hover { border-color: #c4b5fd; background: #faf7ff; color: #6d28d9; }
body.web .pg-info ~ .pg-cur { background: linear-gradient(135deg, #2563eb, #8b5cf6); color: #fff; }
body.web .pg-info ~ .pg-dim { border: 1px solid #eef0f6; color: #cbd5e1; }

/* ============ Halaman login ============ */
.na-login-wrap { min-height: 100vh; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 24px; background: radial-gradient(700px 420px at 10% 0%, rgba(255, 255, 255, .14), transparent 60%), radial-gradient(600px 380px at 95% 100%, rgba(255, 255, 255, .10), transparent 60%), linear-gradient(135deg, #2563eb 0%, #7c3aed 55%, #a855f7 100%); }
.na-login-card { width: 100%; max-width: 400px; background: #fff; border-radius: 22px; padding: 36px 32px; box-shadow: 0 30px 60px rgba(15, 23, 42, .25); }
.na-login-logo { width: 72px; height: 72px; object-fit: contain; border-radius: 18px; background: #fff; border: 1px solid #ede9fe; padding: 10px; display: block; margin: 0 auto 16px; box-shadow: 0 8px 20px rgba(59, 130, 246, .18); }
.na-login-title { text-align: center; font-size: 20px; font-weight: 800; color: #0f172a; margin: 0 0 4px; }
.na-login-sub { text-align: center; color: #64748b; font-size: 13px; margin: 0 0 22px; }
.na-login-card input[type="text"], .na-login-card input[type="password"] { width: 100%; box-sizing: border-box; border: 1px solid #e2e8f0; border-radius: 12px; padding: 12px 14px; font-size: 14px; font-family: inherit; color: #0f172a; outline: none; margin-bottom: 12px; }
.na-login-card input:focus { border-color: #3b82f6; box-shadow: 0 0 0 3px rgba(59, 130, 246, .15); }
.na-login-card .btn { width: 100%; justify-content: center; padding: 13px; font-size: 14.5px; }
.na-login-hint { text-align: center; color: #94a3b8; font-size: 12.5px; margin: 16px 0 0; }
.na-login-back { display: inline-flex; align-items: center; gap: 6px; margin-top: 16px; font-size: 13px; font-weight: 700; color: rgba(255, 255, 255, .9); text-decoration: none; }
.na-login-back:hover { color: #fff; text-decoration: underline; }
