/* =========================================================
   PONDOK PESANTREN ANNUR — Design System
   Hijau pesantren + aksen emas. Modern, bersih, elegan.
   ========================================================= */

@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,400;0,500;0,600;0,700;0,800&family=Spectral:ital,wght@0,400;0,500;0,600;0,700;1,400&family=Amiri:wght@400;700&display=swap');

:root {
  /* Brand greens */
  --green-950: #042417;
  --green-900: #063521;
  --green-800: #0a4a2e;
  --green-700: #0e5b3a;   /* primary */
  --green-600: #136e46;
  --green-500: #1b8a58;
  --green-400: #36a673;
  --green-200: #b6dcc6;
  --green-100: #dcefe3;
  --green-50:  #f0f7f2;

  /* Gold */
  --gold-700: #9a6b0e;
  --gold-600: #b88410;
  --gold-500: #c9a227;   /* accent */
  --gold-400: #d8b94f;
  --gold-200: #efdd9f;
  --gold-100: #f8efcf;

  /* Neutrals */
  --cream:  #faf7ef;
  --paper:  #ffffff;
  --ink:    #15211b;
  --ink-2:  #2c3a31;
  --muted:  #5d6b62;
  --muted-2:#869186;
  --line:   #e5ebe5;
  --line-2: #eef2ec;

  /* Status */
  --st-baru-bg:#e7eefb; --st-baru-fg:#27488f;
  --st-verif-bg:#fff2d6; --st-verif-fg:#946400;
  --st-terima-bg:#dcefe3; --st-terima-fg:#0e5b3a;
  --st-tolak-bg:#fbe4e1; --st-tolak-fg:#a3372a;

  --font-display: 'Spectral', Georgia, serif;
  --font-sans: 'Plus Jakarta Sans', system-ui, sans-serif;
  --font-arab: 'Amiri', serif;

  --radius-sm: 8px;
  --radius: 14px;
  --radius-lg: 22px;
  --radius-xl: 30px;

  --shadow-sm: 0 1px 2px rgba(6,53,33,.06), 0 1px 3px rgba(6,53,33,.05);
  --shadow: 0 4px 14px rgba(6,53,33,.08), 0 2px 4px rgba(6,53,33,.05);
  --shadow-lg: 0 18px 44px rgba(6,53,33,.14), 0 6px 14px rgba(6,53,33,.07);
  --shadow-gold: 0 10px 30px rgba(201,162,39,.28);

  --maxw: 1200px;
  --ease: cubic-bezier(.22,.61,.36,1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--font-sans);
  color: var(--ink);
  background: var(--cream);
  -webkit-font-smoothing: antialiased;
  line-height: 1.6;
  font-size: 17px;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button { font-family: inherit; cursor: pointer; }
h1,h2,h3,h4 { font-family: var(--font-display); font-weight: 700; line-height: 1.12; letter-spacing: -.01em; margin: 0; color: var(--ink); }

.container { max-width: var(--maxw); margin: 0 auto; padding: 0 28px; }
.container-wide { max-width: 1340px; margin: 0 auto; padding: 0 28px; }

/* ---------- Decorative pattern ---------- */
.pattern-bg {
  background-image:
    radial-gradient(circle at 0 0, transparent 13px, var(--ptn,rgba(255,255,255,.05)) 13px, var(--ptn,rgba(255,255,255,.05)) 15px, transparent 15px),
    radial-gradient(circle at 28px 28px, transparent 13px, var(--ptn,rgba(255,255,255,.05)) 13px, var(--ptn,rgba(255,255,255,.05)) 15px, transparent 15px);
  background-size: 28px 28px;
  background-position: 0 0, 14px 14px;
}

/* =========================================================
   Buttons
   ========================================================= */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 9px;
  font-weight: 600; font-size: 15px; line-height: 1;
  padding: 14px 22px; border-radius: 999px; border: 1.5px solid transparent;
  transition: transform .25s var(--ease), box-shadow .25s var(--ease), background .2s, color .2s, border-color .2s;
  white-space: nowrap;
}
.btn svg { width: 18px; height: 18px; }
.btn-primary { background: var(--green-700); color: #fff; box-shadow: var(--shadow); }
.btn-primary:hover { background: var(--green-800); transform: translateY(-2px); box-shadow: var(--shadow-lg); }
.btn-gold { background: linear-gradient(135deg, var(--gold-500), var(--gold-400)); color: #3a2a02; box-shadow: var(--shadow-gold); font-weight: 700; }
.btn-gold:hover { transform: translateY(-2px); filter: brightness(1.03); }
.btn-ghost { background: transparent; color: var(--green-800); border-color: var(--green-200); }
.btn-ghost:hover { background: var(--green-50); border-color: var(--green-400); }
.btn-light { background: rgba(255,255,255,.12); color: #fff; border-color: rgba(255,255,255,.3); backdrop-filter: blur(4px); }
.btn-light:hover { background: rgba(255,255,255,.2); }
.btn-sm { padding: 9px 16px; font-size: 14px; }
.btn-lg { padding: 17px 30px; font-size: 17px; }

/* =========================================================
   Badges / chips
   ========================================================= */
.eyebrow {
  display: inline-flex; align-items: center; gap: 9px;
  font-size: 13px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase;
  color: var(--gold-600);
}
.eyebrow::before { content:""; width: 26px; height: 2px; background: var(--gold-500); border-radius: 2px; }
.eyebrow.center::before { display:none; }

.chip {
  display: inline-flex; align-items: center; gap: 7px;
  padding: 7px 14px; border-radius: 999px; font-size: 14px; font-weight: 600;
  background: var(--green-50); color: var(--green-800); border: 1px solid var(--line);
}
.chip svg { width: 15px; height: 15px; color: var(--green-600); }

.status {
  display: inline-flex; align-items: center; gap: 6px;
  padding: 5px 12px; border-radius: 999px; font-size: 13px; font-weight: 700;
}
.status::before { content:""; width: 7px; height: 7px; border-radius: 50%; background: currentColor; }
.status-baru   { background: var(--st-baru-bg);   color: var(--st-baru-fg); }
.status-verif  { background: var(--st-verif-bg);  color: var(--st-verif-fg); }
.status-terima { background: var(--st-terima-bg); color: var(--st-terima-fg); }
.status-tolak  { background: var(--st-tolak-bg);  color: var(--st-tolak-fg); }

/* =========================================================
   Logo
   ========================================================= */
.logo { display: inline-flex; align-items: center; gap: 12px; }
.logo .mark { width: 46px; height: 46px; flex: none; }
.logo .wm { display: flex; flex-direction: column; line-height: 1.05; }
.logo .wm b { font-family: var(--font-display); font-weight: 700; font-size: 19px; letter-spacing: .01em; white-space: nowrap; }
.logo .wm span { font-size: 11px; letter-spacing: .14em; text-transform: uppercase; color: var(--muted); font-weight: 600; }

/* =========================================================
   Public navbar
   ========================================================= */
.nav {
  position: sticky; top: 0; z-index: 50;
  background: rgba(250,247,239,.82); backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--line);
}
.nav-inner { display: flex; align-items: center; gap: 30px; height: 76px; }
.nav .logo .wm b { color: var(--green-800); }
.nav-links { display: flex; align-items: center; gap: 6px; margin-left: auto; }
.nav-links a {
  padding: 9px 15px; border-radius: 999px; font-size: 15px; font-weight: 600; color: var(--ink-2);
  transition: background .2s, color .2s;
}
.nav-links a:hover { background: var(--green-50); color: var(--green-800); }
.nav-links a.active { color: var(--green-800); }
.nav-cta { display: flex; align-items: center; gap: 10px; }
.nav-toggle { display: none; }

/* =========================================================
   Sections
   ========================================================= */
.section { padding: 96px 0; }
.section-sm { padding: 64px 0; }
.section-head { max-width: 680px; }
.section-head.center { margin: 0 auto; text-align: center; }
.section-head h2 { font-size: clamp(30px, 4vw, 46px); margin-top: 16px; }
.section-head p { color: var(--muted); font-size: 18px; margin: 16px 0 0; }

.lead { font-size: 19px; color: var(--muted); }

/* =========================================================
   Cards
   ========================================================= */
.card {
  background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius-lg);
  box-shadow: var(--shadow-sm); transition: transform .3s var(--ease), box-shadow .3s var(--ease), border-color .3s;
}
.card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); border-color: var(--green-200); }

.feature {
  padding: 30px; display: flex; flex-direction: column; gap: 14px;
}
.feature .ico {
  width: 54px; height: 54px; border-radius: 15px; display: grid; place-items: center; flex: none;
  background: var(--green-50); color: var(--green-700); border: 1px solid var(--green-100);
}
.feature .ico svg { width: 26px; height: 26px; }
.feature h3 { font-size: 21px; }
.feature p { margin: 0; color: var(--muted); font-size: 15.5px; }

/* image placeholder */
.imgph {
  position: relative; overflow: hidden; border-radius: var(--radius-lg);
  background:
    linear-gradient(135deg, var(--green-700), var(--green-900));
  display: grid; place-items: center; color: rgba(255,255,255,.5);
}
.imgph::after {
  content:""; position:absolute; inset:0;
  background-image: radial-gradient(circle at 18px 18px, rgba(255,255,255,.06) 2px, transparent 3px);
  background-size: 26px 26px;
}
.imgph .ph-label {
  position: relative; z-index:1; display:flex; flex-direction:column; align-items:center; gap:8px;
  font-size: 13px; font-weight: 600; letter-spacing: .04em; text-align:center; padding: 16px;
}
.imgph .ph-label svg { width: 30px; height: 30px; opacity:.7; }

/* =========================================================
   Footer
   ========================================================= */
.footer { background: var(--green-950); color: rgba(255,255,255,.72); padding: 72px 0 32px; }
.footer a { color: rgba(255,255,255,.72); transition: color .2s; }
.footer a:hover { color: var(--gold-400); }
.footer h4 { color: #fff; font-size: 16px; margin-bottom: 18px; font-family: var(--font-sans); font-weight: 700; letter-spacing: .02em; }
.footer .logo .wm b { color: #fff; }
.footer .logo .wm span { color: rgba(255,255,255,.55); }
.footer-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1.2fr; gap: 44px; }
.footer-bottom { margin-top: 52px; padding-top: 26px; border-top: 1px solid rgba(255,255,255,.12); display:flex; justify-content: space-between; gap: 16px; flex-wrap: wrap; font-size: 14px; }
.footer ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 11px; font-size: 15px; }

/* =========================================================
   Forms
   ========================================================= */
.field { display: flex; flex-direction: column; gap: 8px; }
.field label { font-size: 14px; font-weight: 600; color: var(--ink-2); }
.field label .req { color: #c0392b; }
.field .hint { font-size: 13px; color: var(--muted-2); }
.input, .select, .textarea {
  width: 100%; padding: 13px 15px; border-radius: var(--radius-sm);
  border: 1.5px solid var(--line); background: #fff; font-family: inherit; font-size: 15px; color: var(--ink);
  transition: border-color .2s, box-shadow .2s;
}
.input:focus, .select:focus, .textarea:focus {
  outline: none; border-color: var(--green-500); box-shadow: 0 0 0 3px var(--green-100);
}
.textarea { resize: vertical; min-height: 96px; }
.select { appearance: none; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='%235d6b62' stroke-width='2.2'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 13px center; padding-right: 40px; }

.radio-row { display: flex; gap: 12px; flex-wrap: wrap; }
.radio-card {
  flex: 1; min-width: 130px; display: flex; align-items: center; gap: 11px;
  padding: 13px 16px; border: 1.5px solid var(--line); border-radius: var(--radius-sm); cursor: pointer;
  transition: border-color .2s, background .2s; font-weight: 600; font-size: 15px;
}
.radio-card input { accent-color: var(--green-700); width: 18px; height: 18px; }
.radio-card:hover { border-color: var(--green-300, var(--green-400)); background: var(--green-50); }
.radio-card.checked { border-color: var(--green-600); background: var(--green-50); box-shadow: 0 0 0 3px var(--green-100); }

.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.form-grid .full { grid-column: 1 / -1; }

/* =========================================================
   Utilities
   ========================================================= */
.grid { display: grid; }
.flex { display: flex; }
.muted { color: var(--muted); }
.center { text-align: center; }
.mt-0{margin-top:0}.mt-1{margin-top:8px}.mt-2{margin-top:16px}.mt-3{margin-top:24px}.mt-4{margin-top:36px}
.hide { display: none !important; }

[data-reveal] { }
[data-reveal].in { animation: omReveal .7s var(--ease) both; }
@keyframes omReveal { from { opacity: 0; transform: translateY(26px); } to { opacity: 1; transform: none; } }

@media (prefers-reduced-motion: reduce) {
  [data-reveal].in { animation: none !important; }
  html { scroll-behavior: auto; }
}

/* =========================================================
   Responsive
   ========================================================= */
@media (max-width: 900px) {
  .form-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 32px; }
  .nav-links { display: none; }
  .nav-toggle { display: inline-flex; }
  .section { padding: 64px 0; }
}
@media (max-width: 560px) {
  body { font-size: 16px; }
  .container, .container-wide { padding: 0 18px; }
  .footer-grid { grid-template-columns: 1fr; }
}

/* =========================================================
   ADMIN SHELL
   ========================================================= */
.admin { display: grid; grid-template-columns: 264px 1fr; min-height: 100vh; background: var(--green-50); }
.sidebar { background: var(--green-950); color: rgba(255,255,255,.78); display: flex; flex-direction: column; position: sticky; top: 0; height: 100vh; }
.sidebar .brand { display: flex; align-items: center; gap: 11px; padding: 22px 22px; border-bottom: 1px solid rgba(255,255,255,.1); }
.sidebar .brand img { width: 38px; height: 38px; }
.sidebar .brand b { font-family: var(--font-display); font-size: 16px; color: #fff; line-height: 1.1; white-space: nowrap; }
.sidebar .brand span { font-size: 11px; color: rgba(255,255,255,.5); letter-spacing: .08em; text-transform: uppercase; white-space: nowrap; }
.side-nav { padding: 16px 14px; display: flex; flex-direction: column; gap: 4px; flex: 1; }
.side-nav .lab { font-size: 11px; letter-spacing: .12em; text-transform: uppercase; color: rgba(255,255,255,.4); padding: 14px 12px 6px; font-weight: 700; }
.side-nav a { display: flex; align-items: center; gap: 12px; padding: 11px 13px; border-radius: 11px; font-size: 14.5px; font-weight: 600; color: rgba(255,255,255,.74); transition: background .2s, color .2s; }
.side-nav a svg { width: 19px; height: 19px; flex: none; }
.side-nav a:hover { background: rgba(255,255,255,.07); color: #fff; }
.side-nav a.active { background: var(--green-600); color: #fff; box-shadow: var(--shadow); }
.side-nav a .badge-n { margin-left: auto; background: var(--gold-500); color: #3a2a02; font-size: 11px; font-weight: 800; padding: 2px 8px; border-radius: 999px; }
.side-foot { padding: 16px; border-top: 1px solid rgba(255,255,255,.1); }
.side-user { display: flex; align-items: center; gap: 11px; }
.side-user > div { min-width: 0; }
.side-user .av { width: 38px; height: 38px; border-radius: 50%; background: var(--gold-500); color: #3a2a02; display: grid; place-items: center; font-weight: 700; font-family: var(--font-display); flex: none; }
.side-user b { font-size: 14px; color: #fff; display: block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.side-user span { font-size: 12px; color: rgba(255,255,255,.5); white-space: nowrap; }

.admin-main { display: flex; flex-direction: column; min-width: 0; }
.topbar { display: flex; align-items: center; gap: 14px 18px; padding: 18px 32px; background: #fff; border-bottom: 1px solid var(--line); position: sticky; top: 0; z-index: 20; flex-wrap: wrap; }
.topbar h1 { font-size: 22px; white-space: nowrap; }
.topbar .search { flex: 1 1 200px; min-width: 140px; }
.topbar .search input { width: 100%; }
.topbar .sub { font-size: 13.5px; color: var(--muted); margin-top: 2px; }
.topbar .search { margin-left: auto; position: relative; }
.topbar .search input { padding: 10px 14px 10px 38px; border-radius: 999px; border: 1.5px solid var(--line); width: 240px; font-family: inherit; font-size: 14px; }
.topbar .search input:focus { outline: none; border-color: var(--green-500); box-shadow: 0 0 0 3px var(--green-100); }
.topbar .search svg { position: absolute; left: 13px; top: 50%; transform: translateY(-50%); width: 16px; height: 16px; color: var(--muted-2); }
.topbar .icon-btn { width: 40px; height: 40px; border-radius: 11px; border: 1.5px solid var(--line); background: #fff; display: grid; place-items: center; color: var(--ink-2); position: relative; }
.topbar .icon-btn svg { width: 19px; height: 19px; }
.topbar .icon-btn .dot { position: absolute; top: 8px; right: 9px; width: 8px; height: 8px; background: #c0392b; border-radius: 50%; border: 2px solid #fff; }
.admin-body { padding: 28px 32px; flex: 1; }

/* stat cards */
.stat-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 18px; }
.stat { background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 22px; box-shadow: var(--shadow-sm); }
.stat .top { display: flex; align-items: center; justify-content: space-between; }
.stat .ico { width: 44px; height: 44px; border-radius: 12px; display: grid; place-items: center; }
.stat .ico svg { width: 22px; height: 22px; }
.stat .num { font-family: var(--font-display); font-size: 36px; font-weight: 700; line-height: 1; margin-top: 16px; }
.stat .lbl { color: var(--muted); font-size: 14px; margin-top: 5px; }
.stat .trend { font-size: 12.5px; font-weight: 700; margin-top: 10px; display: inline-flex; align-items: center; gap: 4px; }
.stat .trend.up { color: var(--green-600); }

/* panel / table */
.panel { background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg); box-shadow: var(--shadow-sm); overflow: hidden; }
.panel-head { padding: 20px 24px; border-bottom: 1px solid var(--line-2); display: flex; align-items: center; gap: 14px; }
.panel-head h3 { font-size: 18px; }
.panel-head .sub { font-size: 13px; color: var(--muted); }

.toolbar { display: flex; gap: 10px; align-items: center; flex-wrap: wrap; padding: 16px 24px; border-bottom: 1px solid var(--line-2); }
.seg { display: inline-flex; background: var(--green-50); border: 1px solid var(--line); border-radius: 999px; padding: 3px; gap: 2px; }
.seg button { border: none; background: transparent; padding: 8px 16px; border-radius: 999px; font-weight: 600; font-size: 13.5px; color: var(--muted); cursor: pointer; transition: all .2s; white-space: nowrap; }
.seg button.active { background: #fff; color: var(--green-800); box-shadow: var(--shadow-sm); }

.table-wrap { overflow-x: auto; }
table.data { width: 100%; border-collapse: collapse; font-size: 14.5px; }
table.data th { text-align: left; padding: 13px 24px; font-size: 12px; letter-spacing: .06em; text-transform: uppercase; color: var(--muted); font-weight: 700; border-bottom: 1px solid var(--line); background: var(--cream); white-space: nowrap; }
table.data td { padding: 14px 24px; border-bottom: 1px solid var(--line-2); vertical-align: middle; }
table.data tbody tr { transition: background .15s; cursor: pointer; }
table.data tbody tr:hover { background: var(--green-50); }
table.data .nm { display: flex; align-items: center; gap: 11px; }
table.data .nm .av { width: 36px; height: 36px; border-radius: 50%; background: var(--green-100); color: var(--green-800); display: grid; place-items: center; font-weight: 700; font-size: 14px; flex: none; }
table.data .nm b { font-weight: 600; }
table.data .nm small { display: block; color: var(--muted); font-weight: 400; font-size: 12.5px; }
.tag-jenjang { font-size: 12px; font-weight: 700; padding: 3px 10px; border-radius: 6px; }
.tag-mts { background: var(--green-100); color: var(--green-800); }
.tag-ma { background: var(--gold-100); color: var(--gold-700); }

.row-act { display: flex; gap: 6px; }
.row-act button { width: 32px; height: 32px; border-radius: 8px; border: 1px solid var(--line); background: #fff; display: grid; place-items: center; color: var(--muted); cursor: pointer; transition: all .2s; }
.row-act button:hover { border-color: var(--green-400); color: var(--green-700); background: var(--green-50); }
.row-act button svg { width: 16px; height: 16px; }

.pager { display: flex; align-items: center; justify-content: space-between; padding: 16px 24px; color: var(--muted); font-size: 14px; }
.pager .pages { display: flex; gap: 6px; }
.pager .pages button { width: 34px; height: 34px; border-radius: 9px; border: 1px solid var(--line); background: #fff; font-weight: 600; cursor: pointer; }
.pager .pages button.active { background: var(--green-700); color: #fff; border-color: var(--green-700); }

/* drawer */
.drawer-overlay { position: fixed; inset: 0; background: rgba(6,53,33,.4); backdrop-filter: blur(2px); z-index: 60; opacity: 0; pointer-events: none; transition: opacity .3s; }
.drawer-overlay.open { opacity: 1; pointer-events: auto; }
.drawer { position: fixed; top: 0; right: -480px; height: 100vh; width: 460px; max-width: 92vw; background: #fff; z-index: 61; box-shadow: -20px 0 50px rgba(6,53,33,.18); transition: right .35s var(--ease); display: flex; flex-direction: column; }
.drawer.open { right: 0; }
.drawer-head { padding: 22px 26px; border-bottom: 1px solid var(--line); display: flex; align-items: flex-start; gap: 14px; }
.drawer-head .av { width: 52px; height: 52px; border-radius: 14px; background: var(--green-700); color: #fff; display: grid; place-items: center; font-family: var(--font-display); font-weight: 700; font-size: 20px; flex: none; }
.drawer-head .x { margin-left: auto; width: 36px; height: 36px; border-radius: 9px; border: 1px solid var(--line); background: #fff; display: grid; place-items: center; cursor: pointer; color: var(--muted); }
.drawer-body { padding: 22px 26px; overflow-y: auto; flex: 1; }
.dr-section { font-size: 12px; letter-spacing: .08em; text-transform: uppercase; color: var(--gold-600); font-weight: 800; margin: 22px 0 12px; }
.dr-section:first-child { margin-top: 0; }
.dr-item { display: flex; justify-content: space-between; gap: 16px; padding: 9px 0; border-bottom: 1px dashed var(--line); font-size: 14.5px; }
.dr-item .k { color: var(--muted); }
.dr-item .v { font-weight: 600; text-align: right; }
.dr-docs { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.dr-doc { display: flex; align-items: center; gap: 9px; padding: 10px 12px; border: 1px solid var(--line); border-radius: 10px; font-size: 13px; font-weight: 600; }
.dr-doc svg { width: 16px; height: 16px; color: var(--green-600); flex: none; }
.drawer-foot { padding: 18px 26px; border-top: 1px solid var(--line); display: flex; gap: 10px; }

@media (max-width: 920px) {
  .admin { grid-template-columns: 1fr; }
  .sidebar { position: fixed; left: 0; top: 0; z-index: 70; transform: translateX(-100%); transition: transform .3s; width: 260px; }
  .sidebar.open { transform: none; }
  .stat-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 560px) {
  .stat-grid { grid-template-columns: 1fr; }
  .topbar .search input { width: 140px; }
}
