/* ============================================================
   Pilates CRM — YASSA teması (siyah + canli kirmizi, premium glow)
   YASSA CRM'in gorsel dili: starfield, yumusak kirmizi isima,
   Space Grotesk / Orbitron / JetBrains Mono, altin para vurgusu.
   ============================================================ */

:root {
  color-scheme: dark;

  --bg: #050506;
  --ink: #f7f7fb;
  --muted: #9a9aa6;
  --muted-2: #6a6a76;
  --surface: rgba(19, 19, 24, 0.82);
  --surface-2: rgba(26, 26, 32, 0.9);
  --surface-strong: rgba(22, 22, 28, 0.96);
  --line: rgba(255, 255, 255, 0.07);
  --line-red: rgba(255, 45, 64, 0.18);

  --red: #ff2d40;
  --red-bright: #ff5e6e;
  --red-deep: #d40d22;
  --red-ink: #ffd2d7;
  --red-glow: rgba(255, 45, 64, 0.55);
  --red-soft: rgba(255, 45, 64, 0.1);
  --red-soft-2: rgba(255, 45, 64, 0.18);

  --money: #f7cd7e;
  --money-soft: rgba(247, 205, 126, 0.12);
  --money-line: rgba(247, 205, 126, 0.3);

  --green: #34e0a1;
  --green-soft: rgba(52, 224, 161, 0.12);
  --amber: #ffc24b;
  --amber-soft: rgba(255, 194, 75, 0.12);
  --blue: #6ea8ff;
  --blue-soft: rgba(110, 168, 255, 0.12);
  --violet: #b58cff;
  --violet-soft: rgba(181, 140, 255, 0.12);

  --font-sans: "Space Grotesk", Inter, ui-sans-serif, system-ui, sans-serif;
  --font-mono: "JetBrains Mono", ui-monospace, Menlo, Consolas, monospace;
  --font-display: "Orbitron", "Space Grotesk", sans-serif;

  --radius: 18px;
  --radius-sm: 12px;
  font-size: 15px;
}

* { box-sizing: border-box; }

html { background: #000; }

body {
  background:
    radial-gradient(circle at 50% -12%, rgba(255, 45, 64, 0.07), transparent 52%),
    #020203;
  color: var(--ink);
  font-family: var(--font-sans);
  letter-spacing: 0.005em;
  margin: 0;
  min-height: 100vh;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

body::after {
  background: radial-gradient(60% 40% at 50% 0%, rgba(255, 45, 64, 0.08), transparent 70%);
  content: "";
  inset: 0;
  pointer-events: none;
  position: fixed;
  z-index: 0;
}

#starfield {
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}

/* ---------- Acilis introsu (HTML katmanlari) ---------- */
.introGate {
  position: fixed;
  inset: 0;
  z-index: 100;
  background: #000;
  cursor: pointer;
  outline: none;
  opacity: 1;
  overflow: hidden;
  transition: opacity 0.75s ease;
}
.introGate.introLeaving { opacity: 0; pointer-events: none; }

#introSky {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.introPegasus {
  position: absolute;
  right: 4vw;
  top: 50%;
  height: min(62vh, 66vw);
  transform: translateY(-50%);
  opacity: 0;
  /* koyu fume at → ay isigi grisi gravur (video tonu) */
  filter: invert(1) brightness(0.72) contrast(1.06);
  animation:
    pegasusIn 1.9s ease-out 0.7s forwards,
    pegasusFloat 7s ease-in-out 2.6s infinite;
  will-change: transform, opacity, filter;
  user-select: none;
  pointer-events: none;
}
@keyframes pegasusIn {
  from { opacity: 0; transform: translateY(-46%) scale(0.94); filter: invert(1) brightness(0.72) contrast(1.06) blur(10px); }
  to { opacity: 0.85; transform: translateY(-50%) scale(1); filter: invert(1) brightness(0.72) contrast(1.06) blur(0); }
}
@keyframes pegasusFloat {
  0%, 100% { transform: translateY(-50%); }
  50% { transform: translateY(calc(-50% - 12px)); }
}

.introTextWrap {
  position: absolute;
  left: 50%;
  top: 44%;
  transform: translate(-50%, -50%);
  width: min(660px, 76vw);
  opacity: 0;
  animation: introTextIn 1.7s ease-out 1.5s forwards;
  will-change: transform, opacity, filter;
  pointer-events: none;
}
.introTextImg {
  width: 100%;
  display: block;
  filter: drop-shadow(0 0 34px rgba(255, 255, 255, 0.14));
  user-select: none;
}
@keyframes introTextIn {
  from { opacity: 0; transform: translate(-50%, -52%) scale(1.06); filter: blur(14px); }
  to { opacity: 1; transform: translate(-50%, -50%) scale(1); filter: blur(0); }
}
.introShine {
  position: absolute;
  inset: 0;
  pointer-events: none;
  -webkit-mask-image: url("/assets/intro-text.png");
  -webkit-mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  mask-image: url("/assets/intro-text.png");
  mask-size: 100% 100%;
  mask-repeat: no-repeat;
  background: linear-gradient(100deg, transparent 32%, rgba(255, 255, 255, 0.9) 50%, transparent 68%);
  background-size: 240% 100%;
  background-position: 190% 0;
  background-repeat: no-repeat;
  opacity: 0;
  animation: introShineSweep 1.5s ease-in-out 3.3s;
}
@keyframes introShineSweep {
  0% { opacity: 0; background-position: 190% 0; }
  18% { opacity: 1; }
  100% { opacity: 0; background-position: -90% 0; }
}

.introHint {
  position: absolute;
  bottom: 7vh;
  left: 50%;
  transform: translateX(-50%);
  font-family: "Playfair Display", Georgia, serif;
  font-size: 13.5px;
  letter-spacing: 0.4em;
  color: rgba(255, 255, 255, 0.82);
  animation: introPulse 2.2s ease-in-out infinite;
  white-space: nowrap;
}
@keyframes introPulse {
  0%, 100% { opacity: 0.4; }
  50% { opacity: 1; }
}

/* Hareket azaltilmis cihaz: animasyonsuz final gorunum */
.introGate.introStill .introPegasus,
.introGate.introStill .introTextWrap { animation: none; opacity: 1; }
.introGate.introStill .introPegasus { opacity: 0.96; }
.introGate.introStill .introShine { display: none; }

@media (max-width: 900px) {
  .introPegasus { height: 42vh; right: -10vw; top: 56%; }
  .introTextWrap { width: 86vw; top: 40%; }
  @keyframes pegasusIn {
    from { opacity: 0; transform: translateY(-46%) scale(0.94); filter: invert(1) brightness(0.6) contrast(1.06) blur(10px); }
    to { opacity: 0.55; transform: translateY(-50%) scale(1); filter: invert(1) brightness(0.6) contrast(1.06) blur(0); }
  }
}

h1, h2, h3 { font-weight: 600; margin: 0; }
.hidden { display: none !important; }

button {
  font: inherit;
  border: none;
  border-radius: var(--radius-sm);
  padding: 9px 16px;
  background: linear-gradient(180deg, var(--red), var(--red-deep));
  color: #fff;
  cursor: pointer;
  box-shadow: 0 0 18px rgba(255, 45, 64, 0.28);
  transition: filter 0.15s ease, box-shadow 0.15s ease;
}
button:hover { filter: brightness(1.1); box-shadow: 0 0 26px rgba(255, 45, 64, 0.42); }
button:disabled { opacity: 0.55; cursor: default; }

.ghostButton {
  background: rgba(255, 255, 255, 0.03);
  color: var(--ink);
  border: 1px solid var(--line);
  box-shadow: none;
}
.ghostButton:hover { background: rgba(255, 255, 255, 0.07); filter: none; box-shadow: none; }

input, select, textarea {
  font: inherit;
  color: var(--ink);
  background: rgba(10, 10, 14, 0.85);
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  padding: 9px 12px;
  outline: none;
}
input::placeholder, textarea::placeholder { color: var(--muted-2); }
input:focus, select:focus, textarea:focus {
  border-color: var(--red);
  box-shadow: 0 0 0 3px var(--red-soft);
}
select option { background: #101014; color: var(--ink); }
input[type="date"] { color-scheme: dark; }

/* ---------- Login ---------- */
.loginView {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  position: relative;
  z-index: 1;
}
.loginCard {
  width: 100%;
  max-width: 400px;
  background: var(--surface-strong);
  border: 1px solid var(--line-red);
  border-radius: 22px;
  padding: 36px 32px;
  box-shadow:
    0 0 60px rgba(255, 45, 64, 0.12),
    0 24px 60px rgba(0, 0, 0, 0.6),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
  text-align: center;
  backdrop-filter: blur(12px);
}

.wordmark {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-display);
  font-size: 19px;
  font-weight: 800;
  letter-spacing: 0.1em;
  color: var(--ink);
}
.wordmark img { height: 26px; display: block; }
.wordmark .wordmark-tag {
  font-family: var(--font-mono);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.22em;
  color: var(--red-bright);
  border: 1px solid var(--line-red);
  border-radius: 6px;
  padding: 3px 7px;
  background: var(--red-soft);
}
.wordmark.lg { margin-bottom: 10px; }
.wordmark.lg img { height: 40px; }

#loginIntro { color: var(--muted); margin: 4px 0 20px; font-size: 13.5px; }

.loginTabs {
  display: flex;
  gap: 6px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid var(--line);
  padding: 4px;
  border-radius: 12px;
  margin-bottom: 16px;
}
.tabButton {
  flex: 1;
  background: transparent;
  color: var(--muted);
  padding: 8px;
  box-shadow: none;
}
.tabButton:hover { filter: none; box-shadow: none; color: var(--ink); }
.tabButton.active {
  background: var(--red-soft-2);
  color: var(--red-ink);
  font-weight: 600;
}
.loginForm { display: flex; flex-direction: column; gap: 10px; }
.loginError { color: var(--red-bright); min-height: 1.2em; margin: 12px 0 0; font-size: 13px; }

/* ---------- Layout ---------- */
.layout { display: flex; min-height: 100vh; position: relative; z-index: 1; }

.sidebar {
  width: 236px;
  flex-shrink: 0;
  background: rgba(10, 10, 13, 0.88);
  border-right: 1px solid var(--line);
  padding: 24px 16px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  position: sticky;
  top: 0;
  height: 100vh;
  backdrop-filter: blur(10px);
}
.brand small { color: var(--muted-2); display: block; margin-top: 6px; font-family: var(--font-mono); font-size: 10.5px; letter-spacing: 0.14em; text-transform: uppercase; }

.nav { display: flex; flex-direction: column; gap: 4px; }
.navButton {
  background: transparent;
  color: var(--muted);
  text-align: left;
  padding: 10px 12px;
  border-radius: var(--radius-sm);
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-shadow: none;
  border: 1px solid transparent;
}
.navButton:hover { background: rgba(255, 255, 255, 0.04); filter: none; box-shadow: none; color: var(--ink); }
.navButton.active {
  background: var(--red-soft);
  border-color: var(--line-red);
  color: var(--red-ink);
  font-weight: 600;
  box-shadow: inset 0 0 24px rgba(255, 45, 64, 0.08);
}
.navBadge {
  background: var(--red);
  color: #fff;
  font-size: 11px;
  font-family: var(--font-mono);
  border-radius: 999px;
  padding: 1px 7px;
  box-shadow: 0 0 12px var(--red-glow);
}
.navBadge:empty { display: none; }
.waDot { width: 8px; height: 8px; border-radius: 50%; background: var(--muted-2); }
.waDot.on { background: var(--green); box-shadow: 0 0 10px rgba(52, 224, 161, 0.7); }

.sidebarFoot { margin-top: auto; display: flex; flex-direction: column; gap: 8px; }
.sidebarFoot .ghostButton { width: 100%; }

.waRow {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 8px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid var(--line);
  color: var(--muted);
  font-size: 12.5px;
  padding: 9px 12px;
  border-radius: var(--radius-sm);
  box-shadow: none;
  text-align: left;
}
.waRow:hover { background: rgba(255, 255, 255, 0.06); filter: none; color: var(--ink); }

.content { flex: 1; padding: 28px 32px; min-width: 0; }
.hero { display: flex; justify-content: space-between; align-items: center; margin-bottom: 20px; }
.eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.22em;
  font-family: var(--font-mono);
  font-size: 10.5px;
  color: var(--red-bright);
  margin: 0 0 6px;
}
.hero h1 { font-size: 26px; letter-spacing: 0.01em; }

.panel {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 20px;
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.45), inset 0 1px 0 rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(10px);
}
.subPanel {
  background: var(--surface-2);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 16px;
}
.panelHead {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 16px;
}
.panelHead h2 { font-size: 17px; }
.panelHead p { color: var(--muted); margin: 4px 0 0; font-size: 12.5px; }
.panelTools { display: flex; gap: 8px; flex-wrap: wrap; align-items: center; }

/* ---------- Stats ---------- */
.statRow {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(130px, 1fr));
  gap: 10px;
  margin-bottom: 18px;
}
.statCard {
  background: var(--surface-2);
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  padding: 12px 14px;
}
.statCard b {
  display: block;
  font-size: 22px;
  font-weight: 700;
  font-family: var(--font-mono);
  letter-spacing: -0.01em;
}
.statCard small { color: var(--muted); font-size: 11.5px; }
.statCard.accent {
  background: var(--red-soft);
  border-color: var(--line-red);
  box-shadow: inset 0 0 30px rgba(255, 45, 64, 0.07);
}
.statCard.accent b { color: var(--red-bright); text-shadow: 0 0 18px var(--red-glow); }
.statCard.money b { color: var(--money); }

/* ---------- Tables ---------- */
.tableWrap { overflow-x: auto; }
.dataTable { width: 100%; border-collapse: collapse; font-size: 13.5px; }
.dataTable th {
  text-align: left;
  color: var(--muted-2);
  font-weight: 500;
  font-family: var(--font-mono);
  font-size: 10.5px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  padding: 8px 10px;
  border-bottom: 1px solid var(--line);
  white-space: nowrap;
}
.dataTable td {
  padding: 10px;
  border-bottom: 1px solid var(--line);
  vertical-align: top;
}
.dataTable tr:hover td { background: rgba(255, 255, 255, 0.02); }
.dataTable tr:last-child td { border-bottom: none; }
.cellMuted { color: var(--muted); }
.cellMessage { max-width: 260px; overflow: hidden; text-overflow: ellipsis; }
.moneyCell { color: var(--money); font-family: var(--font-mono); font-weight: 600; }

.statusSelect {
  padding: 5px 8px;
  border-radius: 8px;
  font-size: 12.5px;
  border: 1px solid var(--line);
  background: rgba(10, 10, 14, 0.85);
}
.statusSelect.s-new { color: var(--ink); }
.statusSelect.s-talked { color: var(--blue); border-color: rgba(110, 168, 255, 0.35); background: var(--blue-soft); }
.statusSelect.s-demo_scheduled { color: var(--amber); border-color: rgba(255, 194, 75, 0.35); background: var(--amber-soft); }
.statusSelect.s-demo_attended { color: var(--violet); border-color: rgba(181, 140, 255, 0.35); background: var(--violet-soft); }
.statusSelect.s-to_call { color: #ff9f6e; border-color: rgba(255, 159, 110, 0.35); background: rgba(255, 159, 110, 0.12); }
.statusSelect.s-sale { color: var(--green); border-color: rgba(52, 224, 161, 0.35); background: var(--green-soft); }
.statusSelect.s-lost { color: var(--red-bright); border-color: var(--line-red); background: var(--red-soft); }

.noteInput { width: 160px; padding: 5px 8px; font-size: 12.5px; }
.iconButton {
  background: transparent;
  color: var(--muted-2);
  padding: 4px 8px;
  font-size: 14px;
  box-shadow: none;
  border: none;
}
.iconButton:hover { color: var(--red-bright); background: var(--red-soft); filter: none; box-shadow: none; }

.sourceTag {
  display: inline-block;
  font-size: 10px;
  font-family: var(--font-mono);
  letter-spacing: 0.08em;
  border-radius: 6px;
  padding: 1px 6px;
  background: var(--green-soft);
  color: var(--green);
  border: 1px solid rgba(52, 224, 161, 0.3);
  margin-left: 6px;
}

/* ---------- Card lists ---------- */
.cardList { display: flex; flex-direction: column; gap: 8px; }
.listCard {
  background: var(--surface-2);
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  padding: 12px 14px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}
.listCard.called { opacity: 0.45; }
.listCard b { font-size: 14px; }
.listCard small { color: var(--muted); display: block; margin-top: 2px; }
.listCard .cardActions { display: flex; gap: 6px; align-items: center; flex-wrap: wrap; }
.emptyNote { color: var(--muted-2); font-size: 13px; padding: 14px 4px; }

/* ---------- Payments ---------- */
.twoCol { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
@media (max-width: 900px) { .twoCol { grid-template-columns: 1fr; } }
.inlineForm { display: flex; gap: 8px; margin-bottom: 12px; flex-wrap: wrap; }
.inlineForm input { flex: 1; min-width: 110px; }

.payButtons { display: flex; gap: 6px; }
.payButtons button { padding: 5px 10px; font-size: 12px; }
.payYes {
  background: linear-gradient(180deg, #2fce93, #1ba873);
  box-shadow: 0 0 14px rgba(52, 224, 161, 0.25);
}
.payNo {
  background: transparent;
  color: var(--red-bright);
  border: 1px solid var(--line-red);
  box-shadow: none;
}
.payNo:hover { background: var(--red-soft); filter: none; }
.badge {
  display: inline-block;
  font-size: 11px;
  font-family: var(--font-mono);
  border-radius: 999px;
  padding: 2px 9px;
  border: 1px solid transparent;
}
.badge.paid { background: var(--green-soft); color: var(--green); border-color: rgba(52, 224, 161, 0.3); }
.badge.pending { background: var(--amber-soft); color: var(--amber); border-color: rgba(255, 194, 75, 0.3); }
.badge.due { background: var(--red-soft); color: var(--red-bright); border-color: var(--line-red); }

/* ---------- Media ---------- */
.uploadButton {
  display: inline-block;
  background: linear-gradient(180deg, var(--red), var(--red-deep));
  color: #fff;
  border-radius: var(--radius-sm);
  padding: 9px 16px;
  cursor: pointer;
  box-shadow: 0 0 18px rgba(255, 45, 64, 0.28);
}
.uploadButton:hover { filter: brightness(1.1); }
.uploadProgress { margin-bottom: 14px; }
.uploadBar {
  height: 8px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid var(--line);
  overflow: hidden;
}
.uploadBar span {
  display: block;
  height: 100%;
  width: 0;
  background: linear-gradient(90deg, var(--red-deep), var(--red-bright));
  box-shadow: 0 0 12px var(--red-glow);
  transition: width 0.2s ease;
}
.uploadProgress small { color: var(--muted); }

.mediaGrid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 12px;
}
.mediaCard {
  background: var(--surface-2);
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  padding: 14px;
}
.mediaCard b { display: block; font-size: 13px; word-break: break-all; margin-bottom: 4px; }
.mediaCard small { color: var(--muted-2); display: block; margin-bottom: 10px; font-size: 11.5px; }
.mediaCard .cardActions { display: flex; gap: 6px; flex-wrap: wrap; }
.mediaCard .cardActions button { padding: 6px 10px; font-size: 12px; }

/* ---------- WhatsApp ---------- */
.waGateModal { max-width: 420px; align-items: center; text-align: center; }
.waGateIntro { color: var(--muted); font-size: 13px; margin: 0 0 6px; }
.waGateModal .waActions { justify-content: center; }
.waStatus { display: flex; align-items: center; gap: 10px; font-weight: 500; justify-content: center; }
.waStateDot { width: 12px; height: 12px; border-radius: 50%; background: var(--muted-2); }
.waStateDot.on { background: var(--green); box-shadow: 0 0 14px rgba(52, 224, 161, 0.8); }
.waStateDot.wait { background: var(--amber); box-shadow: 0 0 14px rgba(255, 194, 75, 0.6); }
.waQrWrap { text-align: center; }
.waQrWrap img {
  width: 260px;
  height: 260px;
  border: 1px solid var(--line-red);
  border-radius: var(--radius-sm);
  background: #fff;
  padding: 8px;
  box-shadow: 0 0 40px rgba(255, 45, 64, 0.15);
}
.waQrWrap p { color: var(--muted); font-size: 13px; max-width: 280px; margin: 8px auto 0; }
.waActions { display: flex; gap: 8px; }

/* ---------- Modals ---------- */
.modalOverlay {
  position: fixed;
  inset: 0;
  background: rgba(2, 2, 3, 0.72);
  backdrop-filter: blur(6px);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  z-index: 50;
}
.modal {
  background: var(--surface-strong);
  border: 1px solid var(--line-red);
  border-radius: var(--radius);
  padding: 24px;
  width: 100%;
  max-width: 380px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  max-height: 90vh;
  overflow-y: auto;
  box-shadow: 0 0 60px rgba(255, 45, 64, 0.12), 0 30px 70px rgba(0, 0, 0, 0.7);
}
.modal.wide { max-width: 560px; }
.modal h3 { margin-bottom: 4px; font-size: 17px; }
.modalActions { display: flex; justify-content: flex-end; gap: 8px; margin-top: 6px; }
.modalError { color: var(--red-bright); font-size: 13px; min-height: 1.2em; margin: 0; }

.formGrid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
@media (max-width: 560px) { .formGrid { grid-template-columns: 1fr; } }
.formGrid label {
  display: flex;
  flex-direction: column;
  gap: 4px;
  font-size: 11.5px;
  font-family: var(--font-mono);
  letter-spacing: 0.04em;
  color: var(--muted);
}

/* ---------- Scrollbar ---------- */
::-webkit-scrollbar { width: 10px; height: 10px; }
::-webkit-scrollbar-track { background: transparent; }
::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  border: 2px solid transparent;
  background-clip: content-box;
}
::-webkit-scrollbar-thumb:hover { background-color: rgba(255, 45, 64, 0.4); }

/* ---------- Responsive ---------- */
@media (max-width: 820px) {
  .layout { flex-direction: column; }
  .sidebar {
    width: 100%;
    height: auto;
    position: static;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
  }
  .nav { flex-direction: row; flex-wrap: wrap; }
  .sidebarFoot { margin: 0 0 0 auto; }
  .content { padding: 18px 14px; }
}
