:root {
  --bg: #f4f7fb;
  --surface: #ffffff;
  --surface-soft: #f8fafc;
  --ink: #08111f;
  --text: #263244;
  --muted: #6b778a;
  --line: #dde5ef;
  --line-strong: #c7d3e3;
  --primary: #3157ff;
  --primary-dark: #223fd4;
  --primary-soft: #edf1ff;
  --teal: #00a99d;
  --teal-soft: #e6f8f6;
  --purple: #7c3aed;
  --amber: #f59e0b;
  --rose: #f43f5e;
  --green: #10b981;
  --shadow-sm: 0 10px 24px rgba(15, 23, 42, .07);
  --shadow-md: 0 24px 70px rgba(15, 23, 42, .12);
  --radius: 22px;
  --radius-lg: 34px;
  --max: 1220px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: var(--bg);
  color: var(--text);
}
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button { cursor: pointer; }
img { max-width: 100%; display: block; }

/* Public website */
.marketing-shell {
  min-height: 100vh;
  background:
    radial-gradient(circle at 8% 5%, rgba(49, 87, 255, .16), transparent 30rem),
    radial-gradient(circle at 88% 0%, rgba(0, 169, 157, .16), transparent 28rem),
    linear-gradient(180deg, #ffffff 0%, #f4f7fb 55%, #eef3fa 100%);
}
.site-nav {
  position: sticky;
  top: 0;
  z-index: 40;
  background: rgba(255, 255, 255, .86);
  border-bottom: 1px solid rgba(221, 229, 239, .88);
  backdrop-filter: blur(18px);
}
.nav-inner {
  max-width: var(--max);
  margin: 0 auto;
  padding: 16px 22px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 26px;
}
.brand { display: inline-flex; align-items: center; gap: 12px; color: var(--ink); font-weight: 900; letter-spacing: -.035em; }
.brand-logo { width: 44px; height: 44px; border-radius: 16px; display: grid; place-items: center; color: #fff; background: linear-gradient(135deg, var(--primary), var(--teal)); box-shadow: 0 16px 35px rgba(49, 87, 255, .26); }
.nav-links { display: flex; align-items: center; justify-content: center; gap: 8px; }
.nav-links a { padding: 10px 13px; border-radius: 999px; color: var(--muted); font-weight: 800; font-size: .94rem; }
.nav-links a:hover, .nav-links a.active { background: var(--primary-soft); color: var(--primary); }
.nav-actions { display: flex; gap: 10px; align-items: center; }
.btn { border: 0; border-radius: 999px; min-height: 44px; padding: 12px 18px; display: inline-flex; align-items: center; justify-content: center; gap: 9px; font-weight: 850; transition: transform .16s ease, box-shadow .16s ease, background .16s ease; }
.btn:hover { transform: translateY(-1px); }
.btn-primary { background: linear-gradient(135deg, var(--primary), #5674ff); color: #fff; box-shadow: 0 18px 42px rgba(49, 87, 255, .24); }
.btn-primary:hover { background: linear-gradient(135deg, var(--primary-dark), var(--primary)); }
.btn-dark { background: var(--ink); color: #fff; }
.btn-soft { background: var(--primary-soft); color: var(--primary); }
.btn-light { background: #fff; color: var(--ink); border: 1px solid var(--line); box-shadow: var(--shadow-sm); }
.btn-danger { background: #fff1f2; color: #be123c; border: 1px solid #fecdd3; }
.container { max-width: var(--max); margin: 0 auto; padding: 0 22px; }
.hero { padding: 82px 0 50px; }
.hero-grid { display: grid; grid-template-columns: 1.03fr .97fr; gap: 44px; align-items: center; }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; padding: 8px 12px; border: 1px solid #c7d2fe; background: rgba(237, 241, 255, .9); color: var(--primary); border-radius: 999px; font-size: .78rem; text-transform: uppercase; letter-spacing: .11em; font-weight: 950; }
.eyebrow::before { content: ''; width: 8px; height: 8px; border-radius: 99px; background: var(--green); box-shadow: 0 0 0 6px rgba(16, 185, 129, .13); }
h1, h2, h3 { margin: 0; color: var(--ink); letter-spacing: -.055em; }
h1 { font-size: clamp(3.2rem, 7vw, 6.5rem); line-height: .9; margin-top: 18px; }
h2 { font-size: clamp(2.2rem, 4.2vw, 4rem); line-height: .96; }
h3 { font-size: 1.22rem; line-height: 1.16; }
p { color: var(--muted); line-height: 1.72; }
.lead { font-size: 1.17rem; max-width: 710px; color: #526072; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.hero-proof { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-top: 30px; }
.proof-card { padding: 18px; background: rgba(255,255,255,.82); border: 1px solid var(--line); border-radius: 20px; box-shadow: var(--shadow-sm); }
.proof-card strong { display: block; color: var(--ink); font-size: 1.5rem; }
.proof-card span { color: var(--muted); font-weight: 750; font-size: .9rem; }
.product-frame { background: #0b1220; border-radius: 34px; padding: 12px; box-shadow: var(--shadow-md); }
.window-bar { display: flex; gap: 7px; padding: 10px 10px 14px; }
.window-bar span { width: 10px; height: 10px; border-radius: 99px; background: #334155; }
.product-screen { background: #f8fafc; border-radius: 24px; overflow: hidden; }
.screen-top { padding: 18px; border-bottom: 1px solid var(--line); display: flex; justify-content: space-between; align-items: center; }
.screen-body { padding: 18px; display: grid; gap: 14px; }
.translator-mini { display: grid; grid-template-columns: auto 1fr auto; gap: 14px; align-items: center; padding: 14px; border: 1px solid var(--line); background: #fff; border-radius: 18px; }
.avatar { width: 52px; height: 52px; border-radius: 17px; display: grid; place-items: center; background: var(--primary-soft); color: var(--primary); font-weight: 950; object-fit: cover; }
.avatar.large { width: 76px; height: 76px; border-radius: 24px; }
.badge { display: inline-flex; align-items: center; gap: 6px; padding: 7px 10px; border-radius: 999px; background: var(--surface-soft); border: 1px solid var(--line); color: var(--muted); font-size: .78rem; font-weight: 850; }
.badge.primary { color: var(--primary); background: var(--primary-soft); border-color: #dbe3ff; }
.badge.green { color: #047857; background: #ecfdf5; border-color: #bbf7d0; }
.badge.amber { color: #92400e; background: #fffbeb; border-color: #fde68a; }
.verified { display: inline-flex; align-items: center; gap: 6px; padding: 7px 10px; border-radius: 999px; color: #047857; background: #ecfdf5; border: 1px solid #bbf7d0; font-weight: 900; font-size: .78rem; }
.check-dot { display: inline-grid; place-items: center; width: 22px; height: 22px; border-radius: 99px; background: var(--green); color: #fff; font-size: .78rem; margin-left: 4px; vertical-align: middle; }
.section { padding: 74px 0; }
.section.white { background: rgba(255,255,255,.7); border-block: 1px solid rgba(221,229,239,.8); }
.section-head { max-width: 780px; margin-bottom: 34px; }
.section-head.center { text-align: center; margin: 0 auto 38px; }
.grid-2 { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 22px; }
.grid-3 { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 20px; }
.grid-4 { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 16px; }
.card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 26px; box-shadow: var(--shadow-sm); }
.card-icon { width: 52px; height: 52px; border-radius: 18px; display: grid; place-items: center; color: var(--primary); background: var(--primary-soft); font-weight: 950; margin-bottom: 18px; }
.service-card { min-height: 270px; display: flex; flex-direction: column; }
.service-card ul { list-style: none; margin: 18px 0 0; padding: 0; display: grid; gap: 10px; }
.service-card li { color: #536174; display: grid; grid-template-columns: 22px 1fr; gap: 8px; line-height: 1.5; }
.service-card li::before { content: '✓'; color: var(--green); font-weight: 950; }
.cta-panel { display: grid; grid-template-columns: 1fr auto; gap: 24px; align-items: center; padding: 36px; border-radius: 34px; background: linear-gradient(135deg, #08111f, #193166); color: #fff; box-shadow: var(--shadow-md); }
.cta-panel h2 { color: #fff; }
.cta-panel p { color: #cbd5e1; }
.footer { background: #08111f; color: #fff; padding: 44px 0; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 24px; }
.footer p, .footer a, .footer span { color: #aeb8c8; }
.footer a { display: block; margin: 8px 0; }
.footer .brand, .footer h3 { color: #fff; }
.footer-bottom { display: flex; justify-content: space-between; gap: 18px; flex-wrap: wrap; padding-top: 22px; margin-top: 22px; border-top: 1px solid rgba(255,255,255,.12); }

/* Auth */
.auth-page { min-height: 100vh; display: grid; grid-template-columns: 1fr 1fr; background: #fff; }
.auth-visual { padding: 52px; background: radial-gradient(circle at 20% 20%, rgba(49,87,255,.25), transparent 26rem), linear-gradient(135deg, #08111f, #16274f); color: #fff; display: flex; flex-direction: column; justify-content: space-between; }
.auth-visual h1, .auth-visual h2 { color: #fff; }
.auth-visual p { color: #cbd5e1; }
.auth-panel { display: grid; place-items: center; padding: 42px 22px; background: #f8fafc; }
.auth-card { width: min(100%, 520px); background: #fff; border: 1px solid var(--line); border-radius: 30px; padding: 34px; box-shadow: var(--shadow-md); }
.form-grid { display: grid; gap: 15px; margin-top: 22px; }
label { display: grid; gap: 8px; color: #334155; font-weight: 850; }
input, textarea, select { width: 100%; border: 1px solid var(--line-strong); border-radius: 15px; padding: 13px 14px; outline: none; background: #fff; color: var(--ink); }
textarea { min-height: 118px; resize: vertical; }
input:focus, textarea:focus, select:focus { border-color: var(--primary); box-shadow: 0 0 0 5px rgba(49,87,255,.11); }
.demo-box { margin: 20px 0 0; padding: 16px; border: 1px solid #dbe3ff; border-radius: 18px; background: var(--primary-soft); display: grid; gap: 6px; }
.demo-box strong { color: var(--ink); }
.demo-box span, .demo-box small { color: #465676; line-height: 1.45; }
.form-note { text-align: center; font-size: .94rem; }
.form-note a { color: var(--primary); font-weight: 850; }
.message { display: none; margin-top: 14px; padding: 14px; border-radius: 15px; background: #ecfdf5; color: #047857; border: 1px solid #bbf7d0; font-weight: 820; }
.message.show { display: block; }

/* App dashboards */
.app-shell { min-height: 100vh; display: grid; grid-template-columns: 280px 1fr; background: #eef3fa; }
.app-sidebar { position: sticky; top: 0; height: 100vh; background: #08111f; color: #fff; padding: 22px; display: flex; flex-direction: column; gap: 20px; }
.app-sidebar .brand { color: #fff; }
.app-sidebar .brand-logo { box-shadow: none; }
.role-pill { padding: 10px 12px; border-radius: 16px; background: rgba(255,255,255,.08); color: #cbd5e1; font-size: .9rem; }
.app-nav { display: grid; gap: 8px; }
.app-nav a, .app-nav button { width: 100%; text-align: left; border: 0; display: flex; align-items: center; gap: 10px; padding: 12px 13px; border-radius: 15px; color: #aeb8c8; background: transparent; font-weight: 830; }
.app-nav a:hover, .app-nav a.active, .app-nav button:hover, .app-nav button.active { color: #fff; background: rgba(255,255,255,.11); }
.sidebar-footer { margin-top: auto; display: grid; gap: 10px; }
.app-main { min-width: 0; }
.app-topbar { position: sticky; top: 0; z-index: 30; min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 18px 28px; background: rgba(248,250,252,.86); border-bottom: 1px solid var(--line); backdrop-filter: blur(18px); }
.app-topbar h1 { font-size: clamp(1.9rem, 3vw, 3rem); }
.topbar-actions { display: flex; gap: 10px; align-items: center; flex-wrap: wrap; }
.app-content { padding: 28px; }
.metric-grid { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 16px; margin-bottom: 22px; }
.metric-card { background: #fff; border: 1px solid var(--line); border-radius: 22px; padding: 20px; box-shadow: var(--shadow-sm); }
.metric-card span { color: var(--muted); font-weight: 800; font-size: .88rem; }
.metric-card strong { display: block; color: var(--ink); font-size: 2.1rem; margin-top: 8px; letter-spacing: -.04em; }
.panel { background: #fff; border: 1px solid var(--line); border-radius: 26px; padding: 24px; box-shadow: var(--shadow-sm); margin-bottom: 20px; }
.panel-head { display: flex; justify-content: space-between; align-items: flex-start; gap: 18px; margin-bottom: 18px; }
.filter-row { display: grid; grid-template-columns: 1fr 1fr auto; gap: 12px; margin: 18px 0; }
.language-chips { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 14px; }
.language-chip { border: 1px solid var(--line-strong); background: #fff; color: var(--text); border-radius: 999px; padding: 10px 13px; font-weight: 850; }
.language-chip.active, .language-chip:hover { background: var(--primary); color: #fff; border-color: var(--primary); }
.translator-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 16px; }
.translator-card { background: #fff; border: 1px solid var(--line); border-radius: 24px; padding: 20px; box-shadow: var(--shadow-sm); }
.profile-row { display: flex; gap: 14px; align-items: flex-start; }
.badges { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 12px; }
.card-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 16px; }
.office-note { margin-top: 12px; padding: 11px 12px; border-radius: 15px; background: #f8fafc; color: var(--muted); border: 1px solid var(--line); font-size: .92rem; }
.table-wrap { overflow-x: auto; border: 1px solid var(--line); border-radius: 20px; background: #fff; }
table { width: 100%; border-collapse: collapse; min-width: 780px; }
th, td { padding: 14px 15px; border-bottom: 1px solid var(--line); text-align: left; }
th { background: #f8fafc; color: #526072; text-transform: uppercase; letter-spacing: .08em; font-size: .78rem; }
tr:last-child td { border-bottom: 0; }
.status { display: inline-flex; padding: 7px 10px; border-radius: 999px; color: #075985; background: #e0f2fe; font-size: .78rem; font-weight: 900; }
.empty-note { padding: 20px; border: 1px dashed var(--line-strong); border-radius: 18px; background: #f8fafc; }
.translator-settings { display: grid; grid-template-columns: 260px 1fr; gap: 20px; }
.settings-tabs { position: sticky; top: 98px; display: grid; gap: 10px; align-self: start; background: #fff; border: 1px solid var(--line); border-radius: 24px; padding: 14px; box-shadow: var(--shadow-sm); }
.settings-tabs button { border: 0; text-align: left; border-radius: 16px; padding: 14px 15px; background: transparent; color: var(--muted); font-weight: 850; }
.settings-tabs button.active, .settings-tabs button:hover { background: var(--primary); color: #fff; }
.settings-detail { min-width: 0; }
.office-card { background: #fff; border: 1px solid var(--line); border-radius: 22px; padding: 20px; box-shadow: var(--shadow-sm); margin-bottom: 16px; }
.contact-line { display: grid; grid-template-columns: 120px 1fr; gap: 12px; padding: 12px 0; border-top: 1px solid var(--line); }
.contact-line strong { color: var(--ink); }
.admin-edit-form { display: grid; gap: 12px; margin-top: 14px; }
.admin-edit-form textarea { min-height: 88px; }
.command-center { display: grid; grid-template-columns: 1.2fr .8fr; gap: 20px; }
.activity-list { display: grid; gap: 12px; }
.activity-item { display: grid; grid-template-columns: auto 1fr auto; gap: 12px; align-items: center; padding: 14px; border: 1px solid var(--line); border-radius: 18px; background: #fff; }
.activity-icon { width: 40px; height: 40px; border-radius: 14px; display: grid; place-items: center; background: var(--primary-soft); color: var(--primary); font-weight: 950; }

@media (max-width: 1060px) { .hero-grid, .grid-2, .grid-3, .grid-4, .footer-grid, .app-shell, .translator-settings, .command-center { grid-template-columns: 1fr; } .app-sidebar { position: static; height: auto; } .app-nav { grid-template-columns: repeat(2, 1fr); } .metric-grid, .translator-grid { grid-template-columns: 1fr 1fr; } .auth-page { grid-template-columns: 1fr; } .auth-visual { min-height: 360px; } }
@media (max-width: 680px) { .nav-inner { grid-template-columns: 1fr; } .nav-links, .nav-actions, .hero-actions, .topbar-actions { flex-wrap: wrap; justify-content: flex-start; } .btn, .nav-actions { width: 100%; } .hero-proof, .metric-grid, .translator-grid, .filter-row, .cta-panel { grid-template-columns: 1fr; } .app-content, .app-topbar { padding-inline: 18px; } h1 { font-size: clamp(2.7rem, 16vw, 4.4rem); } }

/* Translator dashboard refinements */
.translator-page .settings-detail { max-width: 980px; }
.translator-page .panel h2 { font-size: clamp(1.45rem, 2.2vw, 2.15rem); }
.compact-metrics .metric-card { padding: 16px; }
.compact-metrics .metric-card strong { font-size: 1.55rem; }
@media (max-width: 1060px) { .app-nav { grid-template-columns: 1fr; } }


/* Mobile friendly refinements */
html, body { max-width: 100%; overflow-x: hidden; }

@media (max-width: 900px) {
  .site-nav { position: static; }
  .nav-inner {
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 14px 16px;
  }
  .nav-links {
    width: 100%;
    justify-content: flex-start;
    overflow-x: auto;
    padding-bottom: 4px;
    scrollbar-width: none;
  }
  .nav-links::-webkit-scrollbar { display: none; }
  .nav-links a { white-space: nowrap; }
  .nav-actions { width: 100%; display: grid; grid-template-columns: 1fr 1fr; }
  .nav-actions .btn { width: 100%; }

  .container { padding-inline: 16px; }
  .hero { padding: 44px 0 34px; }
  .hero-grid { gap: 28px; }
  h1 { font-size: clamp(2.55rem, 13vw, 4.25rem); line-height: .94; }
  h2 { font-size: clamp(1.9rem, 9vw, 3rem); }
  .lead { font-size: 1rem; }
  .hero-actions { display: grid; grid-template-columns: 1fr; }
  .hero-actions .btn { width: 100%; }
  .hero-proof { grid-template-columns: 1fr; }
  .product-frame { border-radius: 24px; padding: 8px; }
  .product-screen { border-radius: 18px; }
  .screen-top { align-items: flex-start; flex-direction: column; gap: 8px; }
  .translator-mini { grid-template-columns: auto 1fr; }
  .translator-mini > .verified, .translator-mini > .badge { grid-column: 1 / -1; width: fit-content; }
  .section { padding: 46px 0; }
  .card, .panel, .auth-card { border-radius: 20px; padding: 18px; }
  .cta-panel { padding: 22px; border-radius: 24px; }
  .footer { padding: 34px 0; }

  .auth-page { min-height: auto; }
  .auth-visual {
    min-height: auto;
    padding: 28px 18px;
    gap: 30px;
  }
  .auth-visual h1 { font-size: clamp(2.2rem, 12vw, 3.5rem); }
  .auth-panel { padding: 24px 16px 36px; }
  .auth-card { width: 100%; padding: 22px; }

  .app-shell { display: block; min-height: 100vh; }
  .app-sidebar {
    position: static;
    height: auto;
    padding: 14px 14px 12px;
    gap: 12px;
    border-bottom: 1px solid rgba(255,255,255,.12);
  }
  .app-sidebar .brand { justify-content: space-between; width: 100%; }
  .role-pill { font-size: .82rem; padding: 8px 10px; }
  .app-nav {
    display: flex;
    gap: 8px;
    overflow-x: auto;
    padding-bottom: 4px;
    scrollbar-width: none;
  }
  .app-nav::-webkit-scrollbar { display: none; }
  .app-nav a, .app-nav button {
    flex: 0 0 auto;
    width: auto;
    white-space: nowrap;
    padding: 10px 12px;
    font-size: .9rem;
  }
  .sidebar-footer { display: none; }
  .app-topbar {
    position: static;
    align-items: flex-start;
    flex-direction: column;
    padding: 18px 16px;
    min-height: auto;
  }
  .app-topbar h1 { font-size: clamp(1.65rem, 9vw, 2.35rem); }
  .topbar-actions { width: 100%; display: grid; grid-template-columns: 1fr; }
  .topbar-actions .btn { width: 100%; }
  .app-content { padding: 16px; }
  .metric-grid, .compact-metrics { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
  .metric-card { padding: 14px; border-radius: 18px; }
  .metric-card strong, .compact-metrics .metric-card strong { font-size: 1.35rem; }
  .metric-card span { font-size: .78rem; }
  .panel-head { flex-direction: column; }
  .filter-row { grid-template-columns: 1fr; }
  .language-chips {
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: 4px;
    scrollbar-width: none;
  }
  .language-chips::-webkit-scrollbar { display: none; }
  .language-chip { flex: 0 0 auto; white-space: nowrap; }
  .translator-grid { grid-template-columns: 1fr; }
  .profile-row { align-items: center; }
  .avatar.large { width: 60px; height: 60px; border-radius: 20px; }
  .badges, .card-actions { display: grid; grid-template-columns: 1fr; }
  .card-actions .btn { width: 100%; }
  .office-note { font-size: .86rem; }
  .table-wrap {
    margin-inline: -2px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  table { min-width: 720px; }
  th, td { padding: 12px; }
  .command-center { grid-template-columns: 1fr; }
  .activity-item { grid-template-columns: auto 1fr; }
  .activity-item > .badge { grid-column: 1 / -1; width: fit-content; }
  .contact-line { grid-template-columns: 1fr; gap: 4px; }
}

@media (max-width: 520px) {
  .brand-logo { width: 38px; height: 38px; border-radius: 14px; }
  .brand { font-size: .98rem; }
  .nav-actions { grid-template-columns: 1fr; }
  .eyebrow { font-size: .68rem; letter-spacing: .08em; }
  h1 { font-size: clamp(2.25rem, 15vw, 3.35rem); }
  h2 { font-size: clamp(1.65rem, 10vw, 2.35rem); }
  .grid-2, .grid-3, .grid-4 { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; }
  .metric-grid, .compact-metrics { grid-template-columns: 1fr; }
  .translator-card { padding: 16px; border-radius: 20px; }
  .profile-row { align-items: flex-start; }
  .badge, .verified { white-space: normal; }
  input, textarea, select { font-size: 16px; }
  .app-nav a, .app-nav button { font-size: .85rem; padding: 9px 10px; }
  .panel { padding: 16px; border-radius: 20px; }
  .auth-card { border-radius: 22px; }
}

.admin-create-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.admin-create-grid label:has(textarea), .admin-create-grid .checkbox-line, .admin-create-grid .btn, .admin-create-grid .message { grid-column: 1 / -1; }
.checkbox-line { display: flex; align-items: center; gap: 10px; background: var(--surface-soft); border: 1px solid var(--line); border-radius: 15px; padding: 12px 14px; }
.checkbox-line input { width: auto; }
@media (max-width: 900px) { .admin-create-grid { grid-template-columns: 1fr; } .admin-create-grid label:has(textarea), .admin-create-grid .checkbox-line, .admin-create-grid .btn, .admin-create-grid .message { grid-column: auto; } }
