/* ============================================================
   gradeai — Курс «ИИ с нуля»
   Brand: navy #054274 · green #46B76B · white
   Type:  Unbounded (display) · Golos Text (body)
   ============================================================ */

:root {
  --navy:      #054274;
  --navy-700:  #0a4f88;
  --navy-900:  #042d4f;
  --green:     #46B76B;
  --green-600: #36a35b;
  --green-100: #e4f4ea;
  --ink:       #16242f;
  --muted:     #5d7180;
  --line:      #dfe3e0;
  --paper:     #f5f4ef;
  --card:      #ffffff;
  --warn:      #c2410c;
  --warn-bg:   #fdf2ec;

  --r:    18px;
  --r-sm: 12px;
  --shadow:    0 1px 2px rgba(5,66,116,.06), 0 12px 28px -12px rgba(5,66,116,.18);
  --shadow-lg: 0 30px 70px -30px rgba(5,66,116,.45);

  --font-disp: "Unbounded", system-ui, sans-serif;
  --font-body: "Golos Text", system-ui, sans-serif;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: var(--font-body);
  color: var(--ink);
  background: var(--paper);
  background-image:
    radial-gradient(circle at 1px 1px, rgba(5,66,116,.05) 1px, transparent 0);
  background-size: 22px 22px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

a { color: inherit; }

h1, h2, h3, h4 {
  font-family: var(--font-disp);
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: -.01em;
  margin: 0;
}

::selection { background: var(--green); color: #04261a; }

/* ---------- shared chrome ---------- */
.wrap { max-width: 1180px; margin: 0 auto; padding: 0 24px; }

.brand {
  display: inline-flex; align-items: center; gap: 11px;
  text-decoration: none; font-family: var(--font-disp);
  font-weight: 700; letter-spacing: -.02em; color: var(--navy);
}
.brand img { width: 34px; height: 34px; display: block; }
.brand span { font-size: 19px; }

.topbar {
  position: sticky; top: 0; z-index: 50;
  background: rgba(245,244,239,.82);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--line);
}
.topbar .wrap { display: flex; align-items: center; gap: 18px; height: 66px; }
.topbar .spacer { flex: 1; }

.btn {
  display: inline-flex; align-items: center; gap: 9px;
  font-family: var(--font-body); font-weight: 600; font-size: 15px;
  padding: 11px 20px; border-radius: 999px;
  border: 1.5px solid transparent; cursor: pointer; text-decoration: none;
  transition: transform .15s ease, box-shadow .2s ease, background .2s ease, color .2s ease;
  white-space: nowrap;
}
.btn:active { transform: translateY(1px); }
.btn-primary { background: var(--navy); color: #fff; }
.btn-primary:hover { background: var(--navy-700); box-shadow: 0 10px 24px -10px rgba(5,66,116,.6); }
.btn-green { background: var(--green); color: #04261a; }
.btn-green:hover { background: var(--green-600); box-shadow: 0 10px 24px -10px rgba(70,183,107,.6); }
.btn-ghost { border-color: var(--line); background: var(--card); color: var(--navy); }
.btn-ghost:hover { border-color: var(--navy); }
.btn-sm { padding: 8px 15px; font-size: 14px; }
.btn svg { width: 16px; height: 16px; }

/* ============================================================
   LANDING
   ============================================================ */
.hero {
  position: relative; overflow: hidden;
  padding: 86px 0 70px;
}
.hero::before {
  content: ""; position: absolute; inset: 0; z-index: 0;
  background:
    radial-gradient(60% 80% at 88% 8%, rgba(70,183,107,.16), transparent 60%),
    radial-gradient(50% 70% at 8% 92%, rgba(5,66,116,.10), transparent 60%);
  pointer-events: none;
}
.hero .wrap { position: relative; z-index: 1; }
.eyebrow {
  display: inline-flex; align-items: center; gap: 9px;
  font-weight: 600; font-size: 13px; letter-spacing: .14em; text-transform: uppercase;
  color: var(--green-600);
  background: var(--green-100); border: 1px solid #c9e9d4;
  padding: 7px 14px; border-radius: 999px; margin-bottom: 26px;
}
.eyebrow .dot { width: 8px; height: 8px; border-radius: 50%; background: var(--green); }
.hero h1 {
  font-size: clamp(42px, 7.5vw, 92px);
  letter-spacing: -.03em; max-width: 14ch;
}
.hero h1 .accent { color: var(--green-600); }
.hero p.lead {
  margin: 26px 0 0; font-size: clamp(17px, 2vw, 21px);
  color: var(--muted); max-width: 56ch;
}
.hero .cta { margin-top: 38px; display: flex; gap: 14px; flex-wrap: wrap; }

.stats {
  margin-top: 64px; display: grid; gap: 20px;
  grid-template-columns: repeat(4, 1fr);
}
.stat {
  background: var(--card); border: 1px solid var(--line); border-radius: var(--r);
  padding: 22px 24px; box-shadow: var(--shadow);
}
.stat b { font-family: var(--font-disp); font-size: 34px; color: var(--navy); display: block; line-height: 1; }
.stat span { font-size: 14px; color: var(--muted); display: block; margin-top: 8px; }

/* section heading */
.section { padding: 76px 0; }
.section-head { margin-bottom: 44px; max-width: 60ch; }
.section-head .tag {
  font-weight: 600; font-size: 13px; letter-spacing: .14em; text-transform: uppercase;
  color: var(--green-600); display: block; margin-bottom: 14px;
}
.section-head h2 { font-size: clamp(28px, 4vw, 46px); }
.section-head p { color: var(--muted); font-size: 18px; margin: 16px 0 0; }

/* myth cards */
.myths { display: grid; gap: 22px; grid-template-columns: repeat(3, 1fr); }
.myth {
  position: relative; background: var(--card); border: 1px solid var(--line);
  border-radius: var(--r); padding: 28px 26px 26px; box-shadow: var(--shadow);
  overflow: hidden;
}
.myth::after {
  content: ""; position: absolute; left: 0; top: 0; bottom: 0; width: 5px;
  background: linear-gradient(var(--green), var(--green-600));
}
.myth .n { font-family: var(--font-disp); font-size: 13px; color: var(--muted); letter-spacing: .1em; }
.myth .bad {
  margin: 14px 0 18px; font-family: var(--font-disp); font-weight: 600;
  font-size: 21px; color: var(--navy); text-decoration: line-through; text-decoration-color: #cdd6db;
}
.myth .arrow { color: var(--green-600); font-weight: 700; }
.myth .good { font-size: 16px; color: var(--ink); }

/* lessons grid */
.lessons { display: grid; gap: 16px; grid-template-columns: repeat(2, 1fr); }
.lcard {
  display: flex; gap: 20px; align-items: flex-start; text-decoration: none;
  background: var(--card); border: 1px solid var(--line); border-radius: var(--r);
  padding: 22px 24px; box-shadow: var(--shadow);
  transition: transform .18s ease, box-shadow .2s ease, border-color .2s ease;
}
.lcard:hover { transform: translateY(-3px); border-color: var(--navy); box-shadow: var(--shadow-lg); }
.lcard .num {
  font-family: var(--font-disp); font-weight: 700; font-size: 26px;
  color: var(--green-600); min-width: 46px;
}
.lcard h3 { font-size: 19px; color: var(--navy); }
.lcard p { margin: 6px 0 0; color: var(--muted); font-size: 14px; }

/* steps */
.steps { display: grid; gap: 18px; grid-template-columns: repeat(3, 1fr); }
.step { background: var(--card); border: 1px solid var(--line); border-radius: var(--r); padding: 26px; box-shadow: var(--shadow); }
.step .k { font-family: var(--font-disp); font-size: 40px; color: var(--green); line-height: 1; }
.step h3 { margin: 14px 0 8px; font-size: 19px; color: var(--navy); }
.step p { color: var(--muted); font-size: 15px; margin: 0; }

/* prize band */
.band {
  margin-top: 8px; background: var(--navy); color: #fff; border-radius: 26px;
  padding: 52px 48px; position: relative; overflow: hidden; box-shadow: var(--shadow-lg);
}
.band::before {
  content: ""; position: absolute; inset: 0;
  background: radial-gradient(70% 120% at 90% 0%, rgba(70,183,107,.32), transparent 55%);
}
.band .inner { position: relative; z-index: 1; display: flex; align-items: center; gap: 30px; flex-wrap: wrap; }
.band .ico { font-size: 56px; }
.band h2 { color: #fff; font-size: clamp(26px, 3.4vw, 38px); }
.band p { color: rgba(255,255,255,.8); margin: 12px 0 0; max-width: 52ch; }
.band .prize {
  margin-left: auto; text-align: right;
}
.band .prize b { font-family: var(--font-disp); font-size: 46px; color: var(--green); display: block; line-height: 1; }
.band .prize span { color: rgba(255,255,255,.75); font-size: 14px; }

.foot { padding: 46px 0; color: var(--muted); font-size: 14px; border-top: 1px solid var(--line); }
.foot .wrap { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 16px; }

/* ============================================================
   COURSE APP
   ============================================================ */
.app { display: grid; grid-template-columns: 300px 1fr; align-items: start; }

/* progress in topbar */
.progress-mini { display: flex; align-items: center; gap: 12px; }
.progress-mini .track { width: 130px; height: 7px; border-radius: 999px; background: var(--line); overflow: hidden; }
.progress-mini .fill { height: 100%; width: 0; background: linear-gradient(90deg, var(--green), var(--green-600)); border-radius: 999px; transition: width .4s ease; }
.progress-mini .pct { font-family: var(--font-disp); font-weight: 600; font-size: 14px; color: var(--navy); min-width: 38px; }

/* sidebar */
.side {
  position: sticky; top: 66px; align-self: start;
  height: calc(100vh - 66px); overflow-y: auto;
  border-right: 1px solid var(--line); padding: 26px 18px 40px;
}
.side .side-title { font-family: var(--font-disp); font-size: 13px; letter-spacing: .12em; text-transform: uppercase; color: var(--muted); padding: 0 12px; margin-bottom: 14px; }
.navlist { list-style: none; margin: 0; padding: 0; }
.navlist a {
  display: flex; align-items: center; gap: 12px; text-decoration: none;
  padding: 11px 12px; border-radius: 12px; color: var(--ink); font-size: 15px;
  transition: background .15s ease, color .15s ease;
}
.navlist a:hover { background: #ecefec; }
.navlist a.active { background: var(--navy); color: #fff; }
.navlist a.active .kx { color: var(--green); }
.navlist a .kx { font-family: var(--font-disp); font-weight: 700; font-size: 13px; color: var(--muted); min-width: 24px; }
.navlist a .check {
  margin-left: auto; width: 19px; height: 19px; border-radius: 50%;
  border: 1.5px solid var(--line); display: grid; place-items: center; flex: none;
}
.navlist a.done .check { background: var(--green); border-color: var(--green); }
.navlist a.done .check svg { width: 11px; height: 11px; color: #fff; }
.navlist a.active .check { border-color: rgba(255,255,255,.4); }

/* main column */
.main { padding: 40px clamp(24px, 4vw, 64px) 90px; max-width: 880px; }

.lesson-head { margin-bottom: 8px; }
.lesson-head .kx { font-family: var(--font-disp); font-weight: 700; font-size: 15px; color: var(--green-600); letter-spacing: .06em; }
.lesson-head h1 { font-size: clamp(30px, 4.6vw, 50px); margin-top: 10px; color: var(--navy); }

.sec { margin-top: 46px; }
.sec-name {
  display: inline-flex; align-items: center; gap: 10px;
  font-family: var(--font-disp); font-weight: 600; font-size: 14px;
  letter-spacing: .1em; text-transform: uppercase; color: var(--navy);
  padding-bottom: 12px; border-bottom: 2px solid var(--green); margin-bottom: 22px;
}

/* blocks */
.blk { margin: 18px 0; }
.blk.text { font-size: 17px; }
.blk.lead { font-size: 21px; color: var(--ink); font-weight: 500; line-height: 1.5; }
.blk ul, .blk ol { margin: 14px 0; padding-left: 0; list-style: none; }
.blk ul li, .blk ol li { position: relative; padding: 7px 0 7px 32px; font-size: 16.5px; }
.blk ul li::before { content: ""; position: absolute; left: 6px; top: 16px; width: 8px; height: 8px; border-radius: 2px; background: var(--green); transform: rotate(45deg); }
.blk ol { counter-reset: oli; }
.blk ol li { counter-increment: oli; }
.blk ol li::before {
  content: counter(oli); position: absolute; left: 0; top: 6px;
  width: 23px; height: 23px; border-radius: 50%; background: var(--navy); color: #fff;
  font-family: var(--font-disp); font-size: 12px; font-weight: 700; display: grid; place-items: center;
}

/* myths inside lesson */
.blk .mythrow {
  display: flex; gap: 16px; align-items: baseline; padding: 16px 0; border-bottom: 1px dashed var(--line);
}
.blk .mythrow:last-child { border-bottom: 0; }
.blk .mythrow .m { font-family: var(--font-disp); font-weight: 600; color: var(--navy); flex: 1; }
.blk .mythrow .r { flex: 1.4; color: var(--ink); }
.blk .mythrow .ar { color: var(--green-600); font-weight: 700; }

/* callouts */
.callout { border-radius: var(--r); padding: 20px 22px; display: flex; gap: 14px; align-items: flex-start; }
.callout .ic { font-size: 22px; line-height: 1.2; flex: none; }
.callout .ct b { display: block; margin-bottom: 4px; font-family: var(--font-disp); font-weight: 600; font-size: 15px; }
.callout.tip  { background: var(--green-100); border: 1px solid #c9e9d4; }
.callout.goal { background: #eaf1f8; border: 1px solid #cfe0f0; }
.callout.warn { background: var(--warn-bg); border: 1px solid #f5d9c8; }
.callout.warn .ct, .callout.warn b { color: var(--warn); }
.callout.quote { background: var(--card); border: 1px solid var(--line); border-left: 5px solid var(--green); font-family: var(--font-disp); font-weight: 500; font-size: 19px; color: var(--navy); line-height: 1.4; }

/* prompt good/bad */
.prompt2 { display: grid; gap: 14px; grid-template-columns: 1fr 1fr; }
.prompt2 .pc { border-radius: var(--r); padding: 18px 20px; border: 1px solid var(--line); background: var(--card); }
.prompt2 .pc .lbl { font-family: var(--font-disp); font-weight: 600; font-size: 13px; letter-spacing: .08em; text-transform: uppercase; display: inline-flex; align-items: center; gap: 7px; margin-bottom: 10px; }
.prompt2 .bad  { border-color: #f0d4c6; background: #fdf4ef; }
.prompt2 .bad .lbl { color: var(--warn); }
.prompt2 .good { border-color: #c9e9d4; background: var(--green-100); }
.prompt2 .good .lbl { color: var(--green-600); }
.prompt2 .pc p { margin: 0; font-size: 15.5px; }

/* reveal (эталонные ответы) */
details.reveal { border: 1px solid var(--line); border-radius: var(--r); background: var(--card); box-shadow: var(--shadow); overflow: hidden; }
details.reveal > summary { cursor: pointer; list-style: none; padding: 16px 20px; font-family: var(--font-disp); font-weight: 600; font-size: 15px; color: var(--navy); display: flex; align-items: center; gap: 10px; }
details.reveal > summary::-webkit-details-marker { display: none; }
details.reveal > summary::before { content: "▸"; color: var(--green-600); transition: transform .2s ease; }
details.reveal[open] > summary::before { transform: rotate(90deg); }
details.reveal[open] > summary { border-bottom: 1px solid var(--line); }
.reveal-body { padding: 18px 20px; display: grid; gap: 12px; }
.reveal-body .prompt2 { margin: 0; }

/* table */
.tablewrap { overflow-x: auto; border: 1px solid var(--line); border-radius: var(--r); }
table.matrix { width: 100%; border-collapse: collapse; font-size: 15px; min-width: 480px; }
table.matrix th { background: var(--navy); color: #fff; text-align: left; padding: 13px 16px; font-family: var(--font-disp); font-weight: 600; font-size: 13px; letter-spacing: .04em; }
table.matrix td { padding: 13px 16px; border-top: 1px solid var(--line); vertical-align: top; }
table.matrix tr:nth-child(even) td { background: #fbfbf9; }

/* portal button block */
.portalblk { background: var(--card); border: 1px solid var(--line); border-radius: var(--r); padding: 18px 20px; display: flex; align-items: center; gap: 16px; box-shadow: var(--shadow); }
.portalblk .pi { width: 42px; height: 42px; border-radius: 12px; background: var(--green-100); display: grid; place-items: center; flex: none; }
.portalblk .pi svg { width: 22px; height: 22px; color: var(--green-600); }
.portalblk .ph { flex: 1; }
.portalblk .ph .t { font-weight: 600; color: var(--navy); }
.portalblk .ph .h { font-size: 14px; color: var(--muted); margin-top: 2px; }

/* task field */
.task { background: var(--card); border: 1px solid var(--line); border-radius: var(--r); padding: 20px 22px; box-shadow: var(--shadow); }
.task .qlabel { display: flex; align-items: flex-start; gap: 12px; font-weight: 600; color: var(--navy); font-size: 16.5px; white-space: pre-line; }
.task .qlabel .pen { color: var(--green-600); flex: none; margin-top: 2px; }
.task textarea {
  width: 100%; margin-top: 14px; resize: vertical; min-height: 84px;
  border: 1.5px solid var(--line); border-radius: var(--r-sm); padding: 13px 15px;
  font-family: var(--font-body); font-size: 15.5px; color: var(--ink); background: #fcfcfb;
  transition: border-color .15s ease, box-shadow .15s ease;
}
.task textarea:focus { outline: none; border-color: var(--green); box-shadow: 0 0 0 4px rgba(70,183,107,.14); background: #fff; }
.task .saved { font-size: 13px; color: var(--green-600); margin-top: 8px; height: 16px; opacity: 0; transition: opacity .2s; }
.task .saved.show { opacity: 1; }

/* yes/no self-test */
.yesno .yn-item { display: flex; align-items: center; gap: 16px; padding: 13px 0; border-bottom: 1px solid var(--line); }
.yesno .yn-item:last-of-type { border-bottom: 0; }
.yesno .yn-item .q { flex: 1; font-size: 16px; }
.yn-toggle { display: inline-flex; border: 1.5px solid var(--line); border-radius: 999px; overflow: hidden; flex: none; }
.yn-toggle button { border: 0; background: var(--card); padding: 8px 18px; font-family: var(--font-body); font-weight: 600; font-size: 14px; color: var(--muted); cursor: pointer; transition: background .15s, color .15s; }
.yn-toggle button.on-yes { background: var(--green); color: #04261a; }
.yn-toggle button.on-no  { background: var(--navy); color: #fff; }
.yn-result { margin-top: 18px; padding: 16px 20px; border-radius: var(--r); background: #eaf1f8; border: 1px solid #cfe0f0; font-weight: 600; color: var(--navy); display: none; }
.yn-result.show { display: block; }
.yn-result .score { font-family: var(--font-disp); font-size: 28px; color: var(--green-600); }

/* checklist builder */
.checklist .cl-group { margin-bottom: 18px; }
.checklist .cl-group h4 { font-family: var(--font-disp); font-size: 14px; letter-spacing: .06em; text-transform: uppercase; color: var(--muted); margin-bottom: 10px; }
.checklist .cl-item { display: flex; align-items: flex-start; gap: 12px; padding: 10px 14px; border: 1px solid var(--line); border-radius: var(--r-sm); margin-bottom: 8px; cursor: pointer; background: var(--card); transition: border-color .15s, background .15s; }
.checklist .cl-item:hover { border-color: var(--green); }
.checklist .cl-item.on { border-color: var(--green); background: var(--green-100); }
.checklist .cl-item .box { width: 22px; height: 22px; border-radius: 7px; border: 1.5px solid var(--line); flex: none; display: grid; place-items: center; margin-top: 1px; }
.checklist .cl-item.on .box { background: var(--green); border-color: var(--green); }
.checklist .cl-item.on .box svg { width: 13px; height: 13px; color: #fff; }
.checklist .cl-item span { font-size: 15.5px; }

/* classify */
.classify .cf-item { display: flex; align-items: center; gap: 14px; padding: 13px 0; border-bottom: 1px solid var(--line); flex-wrap: wrap; }
.classify .cf-item .q { flex: 1; font-size: 16px; min-width: 180px; }
.classify .cf-note { width: 100%; font-size: 14px; color: var(--green-600); padding-left: 2px; display: none; }
.classify .cf-note.show { display: block; }

/* lesson nav */
.lnav { margin-top: 56px; display: flex; gap: 14px; justify-content: space-between; border-top: 1px solid var(--line); padding-top: 26px; }
.lnav a { text-decoration: none; }
.complete-bar { margin-top: 40px; background: var(--card); border: 1px dashed var(--green); border-radius: var(--r); padding: 22px 24px; display: flex; align-items: center; gap: 18px; flex-wrap: wrap; }
.complete-bar .t { flex: 1; min-width: 220px; }
.complete-bar .t b { font-family: var(--font-disp); color: var(--navy); font-size: 18px; }
.complete-bar .t p { margin: 4px 0 0; color: var(--muted); font-size: 14px; }

/* ---------- NOTES / конспект ---------- */
.notes-head { margin-bottom: 30px; }
.notes-head h1 { font-size: clamp(30px, 4.6vw, 50px); color: var(--navy); }
.notes-head p { color: var(--muted); font-size: 18px; margin-top: 12px; }
.notes-actions { display: flex; gap: 12px; flex-wrap: wrap; margin: 24px 0 36px; }
.note-mod { margin-bottom: 30px; }
.note-mod > h2 { font-family: var(--font-disp); font-size: 22px; color: var(--navy); padding-bottom: 8px; border-bottom: 2px solid var(--green); margin-bottom: 16px; }
.note-q { margin: 14px 0; }
.note-q .nq { font-weight: 600; color: var(--navy); white-space: pre-line; }
.note-q .na { margin-top: 4px; white-space: pre-line; background: #fbfbf9; border-left: 3px solid var(--green); padding: 8px 14px; border-radius: 0 8px 8px 0; }
.note-q .na.empty { color: var(--muted); font-style: italic; border-left-color: var(--line); }
.note-empty { color: var(--muted); font-style: italic; }

dialog.modal { border: 0; border-radius: var(--r); padding: 0; max-width: 480px; width: 92%; box-shadow: var(--shadow-lg); }
dialog.modal::backdrop { background: rgba(4,45,79,.42); backdrop-filter: blur(3px); }
dialog.modal .md-body { padding: 28px 30px; }
dialog.modal h3 { color: var(--navy); font-size: 22px; }
dialog.modal p { color: var(--muted); margin: 12px 0 18px; }
dialog.modal label { font-weight: 600; font-size: 14px; color: var(--navy); display: block; margin-bottom: 6px; }
dialog.modal input { width: 100%; border: 1.5px solid var(--line); border-radius: var(--r-sm); padding: 11px 14px; font-family: var(--font-body); font-size: 15px; margin-bottom: 16px; }
dialog.modal input:focus { outline: none; border-color: var(--green); }
dialog.modal .md-actions { display: flex; gap: 10px; justify-content: flex-end; }

/* mobile sidebar toggle */
.menu-btn { display: none; background: var(--card); border: 1.5px solid var(--line); border-radius: 10px; width: 42px; height: 42px; cursor: pointer; }
.menu-btn svg { width: 20px; height: 20px; color: var(--navy); }

/* ---------- responsive ---------- */
@media (max-width: 900px) {
  .stats, .myths, .lessons, .steps { grid-template-columns: 1fr 1fr; }
  .app { grid-template-columns: 1fr; }
  .side {
    position: fixed; top: 66px; left: 0; bottom: 0; width: 280px; z-index: 60;
    background: var(--paper); transform: translateX(-105%); transition: transform .25s ease;
    box-shadow: var(--shadow-lg);
  }
  .side.open { transform: none; }
  .menu-btn { display: grid; place-items: center; }
  .prompt2 { grid-template-columns: 1fr; }
  .band .prize { margin-left: 0; text-align: left; }
}
@media (max-width: 560px) {
  .stats, .myths, .lessons, .steps { grid-template-columns: 1fr; }
  .hero { padding: 54px 0 44px; }
  .progress-mini .track { display: none; }
}

/* ---------- print (конспект → PDF) ---------- */
@media print {
  body { background: #fff; }
  .topbar, .side, .notes-actions, .menu-btn, .foot, .lnav, .complete-bar { display: none !important; }
  .app { display: block; }
  .main { max-width: none; padding: 0; }
  .note-q .na { background: #fff; }
}
