/* CSharpUniversity.com — rebuilt study desk design system
   Design seed 486348019 -> class prefix u863_, token prefix --u863-
   Hand written, no framework. */

/* ---- tokens ---- */
:root {
  --u863-cinder: #16211c;
  --u863-moss: #2c5743;
  --u863-fern: #3f7458;
  --u863-sage: #7fa088;
  --u863-meadow: #dfe8dc;
  --u863-parchment: #f4f2ea;
  --u863-vellum: #fbfaf4;
  --u863-slate: #59635d;
  --u863-rule: #d6d2c4;
  --u863-ruleStrong: #b9b4a2;
  --u863-amber: #a86a1f;
  --u863-rust: #8f3f27;
  --u863-ink: #10160f;
  --u863-paper: #ffffff;
  --u863-serif: "Tinos", "Times New Roman", Times, Georgia, serif;
  --u863-mono: "Cousine", "Courier New", Courier, monospace;
  --u863-wrap: 1180px;
  --u863-rail: 272px;
  --u863-edge: 1px;
  --u863-cut: 3px;
  --u863-lift: 0 2px 0 rgba(22, 33, 28, 0.08);
  --u863-liftHigh: 0 10px 24px rgba(22, 33, 28, 0.12);
}

* { box-sizing: border-box; }

html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }

body.u863_body {
  margin: 0;
  background: var(--u863-parchment);
  color: var(--u863-cinder);
  font-family: var(--u863-serif);
  font-size: 18px;
  line-height: 1.62;
}

img { max-width: 100%; height: auto; display: block; }

.u863_anchor { color: var(--u863-fern); text-decoration: underline; text-underline-offset: 2px; }
.u863_anchor:hover { color: var(--u863-rust); }
.u863_anchor:focus-visible,
.u863_focusable:focus-visible {
  outline: 3px solid var(--u863-amber);
  outline-offset: 2px;
  border-radius: 2px;
}

.u863_skip {
  position: absolute; left: -9999px; top: 0; z-index: 90;
  background: var(--u863-cinder); color: var(--u863-vellum);
  padding: 10px 16px; font-family: var(--u863-serif);
}
.u863_skip:focus { left: 8px; top: 8px; }

.u863_visuallyHidden {
  position: absolute; width: 1px; height: 1px; overflow: hidden;
  clip: rect(0 0 0 0); white-space: nowrap;
}

/* ---- masthead ---- */
.u863_masthead {
  background: var(--u863-cinder);
  color: var(--u863-vellum);
  border-bottom: 4px solid var(--u863-fern);
  position: sticky; top: 0; z-index: 60;
}
.u863_mastInner {
  max-width: var(--u863-wrap);
  margin: 0 auto;
  padding: 12px 20px;
  display: flex; align-items: center; gap: 20px; flex-wrap: wrap;
}
.u863_brandLockup { display: flex; align-items: center; gap: 12px; text-decoration: none; color: inherit; }
.u863_crest { width: 42px; height: 42px; flex: 0 0 auto; }
.u863_brandWords { display: flex; flex-direction: column; line-height: 1.1; }
.u863_brandName { font-size: 21px; font-weight: 700; letter-spacing: 0.2px; }
.u863_brandTag { font-size: 12.5px; color: var(--u863-sage); letter-spacing: 0.5px; text-transform: uppercase; }

.u863_menuToggle {
  margin-left: auto; display: none;
  background: transparent; color: var(--u863-vellum);
  border: var(--u863-edge) solid var(--u863-sage);
  border-radius: var(--u863-cut); padding: 8px 12px;
  font-family: var(--u863-serif); font-size: 15px; cursor: pointer;
}
.u863_menuToggle:hover { background: rgba(127, 160, 136, 0.16); }

.u863_primaryTrail { margin-left: auto; }
.u863_trailList { list-style: none; margin: 0; padding: 0; display: flex; align-items: center; gap: 4px; flex-wrap: wrap; }
.u863_trailItem { position: relative; }
.u863_trailLink {
  display: inline-block; color: var(--u863-vellum); text-decoration: none;
  padding: 9px 11px; font-size: 15.5px; border-radius: var(--u863-cut);
  border-bottom: 2px solid transparent;
}
.u863_trailLink:hover { background: rgba(127, 160, 136, 0.18); }
.u863_trailLink[aria-current="page"] { border-bottom-color: var(--u863-sage); }
.u863_caret { font-size: 10px; margin-left: 5px; color: var(--u863-sage); }

.u863_foldPanel {
  position: absolute; top: calc(100% + 6px); left: 0; min-width: 268px;
  background: var(--u863-vellum); color: var(--u863-cinder);
  border: var(--u863-edge) solid var(--u863-ruleStrong);
  border-top: 3px solid var(--u863-fern);
  box-shadow: var(--u863-liftHigh);
  padding: 8px; display: none; z-index: 70;
}
.u863_trailItem.u863_open > .u863_foldPanel { display: block; }
.u863_foldRight .u863_foldPanel { left: auto; right: 0; }
.u863_foldList { list-style: none; margin: 0; padding: 0; }
.u863_foldLink {
  display: block; padding: 8px 10px; color: var(--u863-cinder);
  text-decoration: none; font-size: 15.5px; border-radius: var(--u863-cut);
}
.u863_foldLink:hover, .u863_foldLink:focus { background: var(--u863-meadow); }
.u863_foldNote { font-size: 13px; color: var(--u863-slate); padding: 6px 10px 4px; }

.u863_searchToggle {
  background: transparent; border: var(--u863-edge) solid var(--u863-sage);
  color: var(--u863-vellum); border-radius: var(--u863-cut);
  padding: 8px 10px; cursor: pointer; font-family: var(--u863-serif); font-size: 14.5px;
}
.u863_searchToggle:hover { background: rgba(127, 160, 136, 0.18); }

/* ---- global search drawer ---- */
.u863_finder {
  display: none; background: var(--u863-moss); color: var(--u863-vellum);
  border-bottom: 3px solid var(--u863-amber);
}
.u863_finder.u863_open { display: block; }
.u863_finderInner { max-width: var(--u863-wrap); margin: 0 auto; padding: 16px 20px; }
.u863_finderForm { display: flex; gap: 10px; flex-wrap: wrap; }
.u863_finderInput {
  flex: 1 1 260px; padding: 11px 13px; font-size: 16px;
  font-family: var(--u863-serif); border: var(--u863-edge) solid var(--u863-ruleStrong);
  border-radius: var(--u863-cut); background: var(--u863-vellum); color: var(--u863-cinder);
}
.u863_finderOut { margin-top: 12px; font-size: 15.5px; }
.u863_finderOut a { color: #f0efe6; }
.u863_finderHint { color: var(--u863-meadow); font-size: 14px; margin: 8px 0 0; }

/* ---- generic bands ---- */
.u863_band { max-width: var(--u863-wrap); margin: 0 auto; padding: 40px 20px; }
.u863_bandTight { padding: 26px 20px; }
.u863_kicker {
  font-family: var(--u863-mono); font-size: 12.5px; letter-spacing: 1.6px;
  text-transform: uppercase; color: var(--u863-fern); margin: 0 0 8px;
}
.u863_heading { font-size: clamp(1.6rem, 3.4vw, 2.5rem); line-height: 1.18; margin: 0 0 12px; }
.u863_subhead { font-size: clamp(1.2rem, 2.4vw, 1.7rem); margin: 0 0 10px; }
.u863_lede { font-size: 1.12rem; color: var(--u863-slate); max-width: 68ch; margin: 0 0 18px; }
.u863_prose p { margin: 0 0 15px; }
.u863_prose h2 { font-size: 1.5rem; margin: 28px 0 10px; }
.u863_prose h3 { font-size: 1.2rem; margin: 22px 0 8px; }
.u863_prose ul, .u863_prose ol { margin: 0 0 16px; padding-left: 22px; }
.u863_prose li { margin-bottom: 7px; }
.u863_prose blockquote {
  border-left: 4px solid var(--u863-sage); margin: 18px 0;
  padding: 6px 0 6px 16px; color: var(--u863-slate); font-style: italic;
}

/* ---- lectern (home hero) ---- */
.u863_lectern { background: var(--u863-meadow); border-bottom: var(--u863-edge) solid var(--u863-rule); }
.u863_lecternGrid {
  max-width: var(--u863-wrap); margin: 0 auto; padding: 46px 20px;
  display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 36px; align-items: center;
}
.u863_lecternWords h1 { font-size: clamp(1.9rem, 4.4vw, 3.1rem); line-height: 1.12; margin: 0 0 14px; }
.u863_lecternWords p { font-size: 1.13rem; color: #37433b; max-width: 56ch; }
.u863_crib { display: flex; gap: 10px; flex-wrap: wrap; margin-top: 20px; }
.u863_pill {
  display: inline-block; text-decoration: none; cursor: pointer;
  font-family: var(--u863-serif); font-size: 16px; line-height: 1;
  padding: 12px 18px; border-radius: var(--u863-cut);
  border: var(--u863-edge) solid transparent;
}
.u863_pillSolid { background: var(--u863-moss); color: #f6f5ee; }
.u863_pillSolid:hover { background: var(--u863-cinder); }
.u863_pillLine { background: transparent; color: var(--u863-moss); border-color: var(--u863-moss); }
.u863_pillLine:hover { background: var(--u863-moss); color: #f6f5ee; }
.u863_pillAmber { background: var(--u863-amber); color: #fff8ec; }
.u863_pillAmber:hover { background: #8a5514; }
.u863_pillSmall { padding: 9px 14px; font-size: 14.5px; }

.u863_codeSlab {
  background: var(--u863-cinder); color: #e7ece5; border-radius: var(--u863-cut);
  border: var(--u863-edge) solid #0c130f; box-shadow: var(--u863-liftHigh); overflow: hidden;
}
.u863_codeBar {
  display: flex; align-items: center; gap: 8px;
  background: #0e1713; padding: 9px 12px; border-bottom: var(--u863-edge) solid #223029;
}
.u863_codeBar b { font-family: var(--u863-mono); font-size: 12.5px; letter-spacing: 1px; color: var(--u863-sage); text-transform: uppercase; }
.u863_dot { width: 10px; height: 10px; border-radius: 50%; background: #3c5548; }
.u863_codeSlab pre { margin: 0; padding: 16px; overflow-x: auto; }
.u863_codeSlab code, .u863_code { font-family: var(--u863-mono); font-size: 14px; line-height: 1.6; }
.u863_kw { color: #9fd0b0; }
.u863_str { color: #e0c07a; }
.u863_cmt { color: #7d8f84; font-style: italic; }

/* ---- gauges (facts strip) ---- */
.u863_gaugeRow {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px;
  max-width: var(--u863-wrap); margin: 0 auto; padding: 0 20px;
}
.u863_gauge {
  background: var(--u863-vellum); border: var(--u863-edge) solid var(--u863-rule);
  border-top: 3px solid var(--u863-fern); padding: 16px 16px 14px;
}
.u863_gaugeNum { font-size: 1.75rem; font-weight: 700; color: var(--u863-moss); line-height: 1; }
.u863_gaugeLab { font-size: 14px; color: var(--u863-slate); margin-top: 6px; }

/* ---- chapter grid / lesson tiles ---- */
.u863_chapterGrid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.u863_lessonTile {
  background: var(--u863-vellum); border: var(--u863-edge) solid var(--u863-rule);
  border-left: 5px solid var(--u863-sage); padding: 16px 16px 14px;
  display: flex; flex-direction: column; gap: 8px; box-shadow: var(--u863-lift);
}
.u863_lessonTile:hover { border-left-color: var(--u863-fern); }
.u863_tileMeta { font-family: var(--u863-mono); font-size: 12px; color: var(--u863-slate); letter-spacing: 0.6px; }
.u863_tileTitle { font-size: 1.12rem; margin: 0; line-height: 1.3; }
.u863_tileTitle a { color: var(--u863-cinder); text-decoration: none; }
.u863_tileTitle a:hover { color: var(--u863-fern); text-decoration: underline; }
.u863_tileText { font-size: 15px; color: var(--u863-slate); margin: 0; flex: 1; }
.u863_tileFoot { font-size: 14px; }

/* ---- category index ---- */
.u863_bandHead {
  border-bottom: var(--u863-edge) solid var(--u863-rule);
  background: var(--u863-vellum);
}
.u863_bandHeadInner { max-width: var(--u863-wrap); margin: 0 auto; padding: 30px 20px; }
.u863_catIndex { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.u863_catCard {
  border: var(--u863-edge) solid var(--u863-rule); background: var(--u863-vellum);
  padding: 18px; border-top: 3px solid var(--u863-fern);
}
.u863_catCard h3 { margin: 0 0 6px; font-size: 1.2rem; }
.u863_catCard p { margin: 0 0 10px; color: var(--u863-slate); font-size: 15.5px; }
.u863_catCount { font-family: var(--u863-mono); font-size: 12.5px; color: var(--u863-fern); }

/* ---- article layout ---- */
.u863_articleShell {
  max-width: var(--u863-wrap); margin: 0 auto; padding: 28px 20px 44px;
  display: grid; grid-template-columns: minmax(0, 1fr) var(--u863-rail); gap: 34px;
}
.u863_trailhead { font-size: 14.5px; color: var(--u863-slate); margin: 0 0 14px; }
.u863_trailhead ol { list-style: none; display: flex; flex-wrap: wrap; gap: 6px; margin: 0; padding: 0; }
.u863_trailhead li::after { content: "\203A"; margin-left: 6px; color: var(--u863-ruleStrong); }
.u863_trailhead li:last-child::after { content: ""; }
.u863_trailhead a { color: var(--u863-fern); }

.u863_article { min-width: 0; }
.u863_articleTitle { font-size: clamp(1.7rem, 3.6vw, 2.6rem); line-height: 1.16; margin: 0 0 12px; }
.u863_byline {
  font-size: 14.5px; color: var(--u863-slate); border-bottom: var(--u863-edge) solid var(--u863-rule);
  padding-bottom: 12px; margin-bottom: 20px; display: flex; flex-wrap: wrap; gap: 14px;
}
.u863_article .u863_prose { font-size: 1.05rem; }
.u863_article .u863_prose h2 { border-bottom: var(--u863-edge) solid var(--u863-rule); padding-bottom: 6px; }

.u863_notecard {
  background: var(--u863-meadow); border-left: 5px solid var(--u863-fern);
  padding: 14px 16px; margin: 20px 0; font-size: 1rem;
}
.u863_notecard b { color: var(--u863-moss); }
.u863_notecardWarn { background: #f6e9df; border-left-color: var(--u863-rust); }

.u863_sidebarStack { display: flex; flex-direction: column; gap: 18px; }
.u863_railBox { border: var(--u863-edge) solid var(--u863-rule); background: var(--u863-vellum); padding: 16px; }
.u863_railBox h3 { margin: 0 0 10px; font-size: 1.02rem; text-transform: uppercase; letter-spacing: 1px; font-family: var(--u863-mono); color: var(--u863-moss); }
.u863_railList { list-style: none; margin: 0; padding: 0; }
.u863_railList li { border-bottom: 1px dotted var(--u863-ruleStrong); }
.u863_railList li:last-child { border-bottom: 0; }
.u863_railList a { display: block; padding: 8px 0; color: var(--u863-cinder); text-decoration: none; font-size: 15px; }
.u863_railList a:hover { color: var(--u863-fern); text-decoration: underline; }
.u863_railList a[aria-current="page"] { color: var(--u863-moss); font-weight: 700; }

.u863_pager { display: flex; gap: 10px; flex-wrap: wrap; margin-top: 26px; border-top: var(--u863-edge) solid var(--u863-rule); padding-top: 18px; }
.u863_pager a, .u863_pager span {
  padding: 8px 13px; border: var(--u863-edge) solid var(--u863-ruleStrong);
  text-decoration: none; color: var(--u863-cinder); font-size: 15px;
}
.u863_pager a:hover { background: var(--u863-meadow); }
.u863_pager span[aria-current="page"] { background: var(--u863-moss); color: #f6f5ee; border-color: var(--u863-moss); }
.u863_pager .u863_pagerOff { color: var(--u863-ruleStrong); }

/* ---- lesson list (category page) ---- */
.u863_lessonList { list-style: none; margin: 0; padding: 0; border-top: var(--u863-edge) solid var(--u863-rule); }
.u863_lessonList li { border-bottom: var(--u863-edge) solid var(--u863-rule); }
.u863_lessonRow { display: flex; gap: 14px; align-items: baseline; padding: 14px 4px; }
.u863_lessonRow:hover { background: var(--u863-vellum); }
.u863_lessonNum { font-family: var(--u863-mono); font-size: 13px; color: var(--u863-sage); min-width: 34px; }
.u863_lessonRow a { color: var(--u863-cinder); text-decoration: none; font-size: 1.08rem; }
.u863_lessonRow a:hover { color: var(--u863-fern); text-decoration: underline; }
.u863_lessonWhen { margin-left: auto; font-size: 13.5px; color: var(--u863-slate); white-space: nowrap; }

/* ---- forms ---- */
.u863_form { max-width: 640px; }
.u863_field { margin-bottom: 16px; }
.u863_field label { display: block; font-size: 15.5px; margin-bottom: 6px; font-weight: 700; }
.u863_req { color: var(--u863-rust); }
.u863_field input, .u863_field select, .u863_field textarea {
  width: 100%; padding: 11px 12px; font-size: 16px; font-family: var(--u863-serif);
  border: var(--u863-edge) solid var(--u863-ruleStrong); border-radius: var(--u863-cut);
  background: var(--u863-paper); color: var(--u863-cinder);
}
.u863_field textarea { min-height: 140px; resize: vertical; }
.u863_field input:focus, .u863_field select:focus, .u863_field textarea:focus {
  outline: 3px solid var(--u863-amber); outline-offset: 1px; border-color: var(--u863-fern);
}
.u863_fieldNote { font-size: 13.5px; color: var(--u863-slate); margin-top: 5px; }
.u863_fieldErr { color: var(--u863-rust); font-size: 14px; margin-top: 5px; display: none; }
.u863_field.u863_invalid .u863_fieldErr { display: block; }
.u863_field.u863_invalid input, .u863_field.u863_invalid textarea, .u863_field.u863_invalid select { border-color: var(--u863-rust); }
.u863_formStatus {
  margin-top: 14px; padding: 13px 15px; border-radius: var(--u863-cut);
  background: var(--u863-meadow); border-left: 5px solid var(--u863-fern);
  display: none;
}
.u863_formStatus.u863_show { display: block; }

/* ---- newsletter band ---- */
.u863_newsBand { background: var(--u863-moss); color: #f1f3ec; }
.u863_newsInner {
  max-width: var(--u863-wrap); margin: 0 auto; padding: 30px 20px;
  display: grid; grid-template-columns: 1.2fr 1fr; gap: 26px; align-items: center;
}
.u863_newsInner h2 { margin: 0 0 8px; color: #fff; }
.u863_newsInner p { margin: 0; color: #d9e3d6; }
.u863_newsForm { display: flex; gap: 10px; flex-wrap: wrap; }
.u863_newsForm input {
  flex: 1 1 220px; padding: 11px 12px; font-size: 16px; font-family: var(--u863-serif);
  border: var(--u863-edge) solid #dfe8dc; border-radius: var(--u863-cut);
}

/* ---- FAQ / accordion ---- */
.u863_fold { border: var(--u863-edge) solid var(--u863-rule); border-bottom: 0; }
.u863_fold:last-child { border-bottom: var(--u863-edge) solid var(--u863-rule); }
.u863_foldHead {
  width: 100%; text-align: left; background: var(--u863-vellum); border: 0;
  padding: 15px 16px; font-family: var(--u863-serif); font-size: 1.06rem;
  cursor: pointer; display: flex; justify-content: space-between; gap: 12px; color: var(--u863-cinder);
}
.u863_foldHead:hover { background: var(--u863-meadow); }
.u863_foldHead .u863_mark { color: var(--u863-fern); font-family: var(--u863-mono); }
.u863_foldPanelBody { padding: 0 16px 16px; background: var(--u863-vellum); }

/* ---- tabs ---- */
.u863_tabs { border-bottom: 2px solid var(--u863-ruleStrong); display: flex; gap: 4px; flex-wrap: wrap; }
.u863_tab {
  background: var(--u863-meadow); border: var(--u863-edge) solid var(--u863-ruleStrong);
  border-bottom: 0; padding: 10px 16px; cursor: pointer; font-family: var(--u863-serif);
  font-size: 15.5px; color: var(--u863-cinder);
}
.u863_tab[aria-selected="true"] { background: var(--u863-vellum); font-weight: 700; color: var(--u863-moss); }
.u863_tabPanel { border: var(--u863-edge) solid var(--u863-ruleStrong); border-top: 0; padding: 18px; background: var(--u863-vellum); }

/* ---- table ---- */
.u863_table { width: 100%; border-collapse: collapse; font-size: 15.5px; }
.u863_table caption { text-align: left; font-size: 14px; color: var(--u863-slate); padding-bottom: 8px; }
.u863_table th, .u863_table td { border: var(--u863-edge) solid var(--u863-rule); padding: 9px 11px; text-align: left; }
.u863_table th { background: var(--u863-meadow); }
.u863_table tr:nth-child(even) td { background: var(--u863-vellum); }

/* ---- basement (footer) ---- */
.u863_basement { background: var(--u863-cinder); color: #cfd8cf; border-top: 4px solid var(--u863-fern); }
.u863_baseInner {
  max-width: var(--u863-wrap); margin: 0 auto; padding: 38px 20px 20px;
  display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 26px;
}
.u863_baseCol h3 { color: #fff; font-size: 15px; text-transform: uppercase; letter-spacing: 1.2px; font-family: var(--u863-mono); margin: 0 0 12px; }
.u863_baseList { list-style: none; margin: 0; padding: 0; }
.u863_baseList li { margin-bottom: 8px; }
.u863_baseList a { color: #cfd8cf; text-decoration: none; font-size: 15px; }
.u863_baseList a:hover { color: #fff; text-decoration: underline; }
.u863_baseAbout p { font-size: 15px; color: #b9c4ba; max-width: 40ch; }
.u863_baseRule { border: 0; border-top: var(--u863-edge) solid #33413a; margin: 6px 0 14px; }
.u863_baseFoot {
  max-width: var(--u863-wrap); margin: 0 auto; padding: 0 20px 30px;
  display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap;
  font-size: 14px; color: #9aa79c;
}
.u863_baseFoot a { color: #cfd8cf; }

/* ---- responsive ---- */
@media (max-width: 1024px) {
  .u863_lecternGrid { grid-template-columns: 1fr; }
  .u863_articleShell { grid-template-columns: 1fr; }
  .u863_gaugeRow { grid-template-columns: repeat(2, 1fr); }
  .u863_chapterGrid { grid-template-columns: repeat(2, 1fr); }
  .u863_baseInner { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 860px) {
  .u863_menuToggle { display: inline-block; }
  .u863_primaryTrail {
    display: none; width: 100%; margin-left: 0; order: 4;
    background: #0f1915; border-top: var(--u863-edge) solid #33413a; padding: 8px 0;
  }
  .u863_primaryTrail.u863_open { display: block; }
  .u863_trailList { flex-direction: column; align-items: stretch; gap: 0; }
  .u863_trailLink { display: block; padding: 11px 14px; border-bottom: 0; }
  .u863_foldPanel {
    position: static; display: block; box-shadow: none; border: 0;
    border-left: 4px solid var(--u863-sage); background: #0f1915; padding: 2px 0 6px 12px;
  }
  .u863_foldLink { color: #e7ece5; }
  .u863_foldLink:hover, .u863_foldLink:focus { background: #1b2a22; }
  .u863_foldNote { color: var(--u863-sage); }
  .u863_caret { display: none; }
}

@media (max-width: 680px) {
  body.u863_body { font-size: 17px; }
  .u863_chapterGrid { grid-template-columns: 1fr; }
  .u863_catIndex { grid-template-columns: 1fr; }
  .u863_gaugeRow { grid-template-columns: 1fr; }
  .u863_newsInner { grid-template-columns: 1fr; }
  .u863_baseInner { grid-template-columns: 1fr; }
  .u863_lessonRow { flex-wrap: wrap; }
  .u863_lessonWhen { margin-left: 48px; }
  .u863_band { padding: 30px 16px; }
  .u863_lecternGrid { padding: 32px 16px; }
  .u863_articleShell { padding: 22px 16px 34px; }
  .u863_bandHeadInner, .u863_baseFoot, .u863_mastInner { padding-left: 16px; padding-right: 16px; }
}

@media (min-width: 1600px) {
  :root { --u863-wrap: 1280px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  * { animation: none !important; transition: none !important; }
}
