/**
 * Public sample weekly guide — Week 14 approved package chrome + layout.
 * Scoped to the sample-guide route. Does not alter bulletin access control.
 */

body.pp-sample-guide-shell{
  margin:0;
  background:#dedbd4;
  color:#2e3d49;
  font-family:system-ui,-apple-system,"Segoe UI",Roboto,Arial,sans-serif;
  line-height:1.5;
  -webkit-text-size-adjust:100%;
}

.pp-sample-guide-chrome{
  background:#174b3e;
  color:#fffdf8;
}

.pp-sample-guide-chrome__inner{
  max-width:44rem;
  margin:0 auto;
  padding:.85rem 1.25rem;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:.75rem;
}

.pp-sample-guide-chrome__actions{
  display:flex;
  align-items:center;
  gap:.5rem;
  flex-shrink:0;
}

.pp-sample-guide-chrome .pp-locale-selector{
  display:inline-flex;
  align-items:center;
  gap:6px;
  margin:0;
}

.pp-sample-guide-chrome .pp-locale-selector__select{
  min-height:44px;
  max-width:8.5rem;
  padding:0 8px;
  border:1px solid rgba(255,255,255,.28);
  border-radius:999px;
  background:rgba(255,255,255,.08);
  color:#fffdf8;
  font:inherit;
  font-size:13px;
}

.pp-sample-guide-chrome .pp-locale-selector__submit{
  min-height:44px;
  padding:0 10px;
  border:0;
  border-radius:999px;
  background:rgba(255,255,255,.12);
  color:#fffdf8;
  font:inherit;
  font-size:12px;
  font-weight:700;
  cursor:pointer;
}

.pp-sample-guide-chrome .pp-locale-selector__label{
  position:absolute;
  width:1px;
  height:1px;
  overflow:hidden;
  clip:rect(0,0,0,0);
}

.pp-sample-guide-chrome .wis-brand{
  display:inline-flex;
  align-items:center;
  min-width:0;
}

.pp-sample-guide-chrome .wis-brand__logo{
  display:block;
  height:2.35rem;
  width:auto;
  max-width:min(11.5rem,58vw);
}

.pp-sample-guide-chrome__cta{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:44px;
  padding:0 1rem;
  border-radius:999px;
  background:#efc275;
  color:#17362f;
  text-decoration:none;
  font-size:.875rem;
  font-weight:800;
  flex-shrink:0;
}

.pp-sample-guide-chrome__cta:hover,
.pp-sample-guide-chrome__cta:focus-visible{
  background:#d99d43;
}

.pp-sample-guide-banner{
  max-width:560px;
  margin:0 auto;
  padding:14px 18px 4px;
  color:#174b3e;
  font-size:.8125rem;
  line-height:1.5;
}

.pp-sample-guide-banner strong{
  display:block;
  margin-bottom:.2rem;
  font-size:.75rem;
  letter-spacing:.08em;
  text-transform:uppercase;
}

.pp-sample-guide-shell__skip{
  border:0;
  clip:rect(1px,1px,1px,1px);
  clip-path:inset(50%);
  height:1px;
  width:1px;
  margin:-1px;
  overflow:hidden;
  padding:0;
  position:absolute;
}

.pp-sample-guide-shell__skip:focus,
.pp-sample-guide-shell__skip:focus-visible{
  position:fixed;
  left:1rem;
  top:1rem;
  width:auto;
  height:auto;
  margin:0;
  padding:.75rem 1rem;
  overflow:visible;
  clip:auto;
  clip-path:none;
  z-index:1000;
  border-radius:.45rem;
  background:#174b3e;
  color:#fffdf8;
  text-decoration:none;
  font-weight:650;
}

@media (max-width:480px){
  .pp-sample-guide-chrome__inner{padding:.75rem 1rem}
  .pp-sample-guide-chrome .wis-brand__logo{height:2rem}
  .pp-sample-guide-chrome__cta{padding:0 .85rem;font-size:.75rem}
}

.wis-bulletin {
  box-sizing: border-box;
  --ivory: #fbf8f0;
  --paper: #fffdf8;
  --navy: #123761;
  --green: #566f49;
  --sage: #edf3e8;
  --sage-deep: #d8e5d0;
  --gold: #c89a3d;
  --gold-soft: #f7ebcf;
  --terracotta: #b96549;
  --rose: #fff1e9;
  --text: #2e3d49;
  --muted: #6a746c;
  --line: #e6dccd;
  --shadow: 0 10px 28px rgba(48, 43, 34, .075);
  width: min(100%, 560px);
  min-height: 100vh;
  margin: 0 auto;
  overflow: hidden;
  color: var(--text);
  background: radial-gradient(circle at 88% 12%, rgba(203, 216, 190, .2), transparent 24%), radial-gradient(circle at 10% 36%, rgba(238, 211, 160, .16), transparent 28%), linear-gradient(180deg, #fffdf8 0%, #fbf8f0 66%, #f5ecdf 100%);
  border-left: 1px solid #d8d1c6;
  border-right: 1px solid #d8d1c6;
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, Helvetica, sans-serif;
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
}

.wis-bulletin img,
.wis-bulletin h2,
.wis-bulletin h3,
.wis-bulletin p,
.wis-bulletin ul,
.wis-bulletin ol,
.wis-bulletin li,
.wis-bulletin section,
.wis-bulletin article,
.wis-bulletin div,
.wis-bulletin span,
.wis-bulletin footer {
  box-sizing: border-box;
}

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

.wis-bulletin a {
  color: inherit;
}

.wis-bulletin .hero {
  background: var(--ivory);
  line-height: 0;
}

.wis-bulletin .hero img {
  width: 100%;
}

.wis-bulletin .content {
  padding: 16px 13px 28px;
}

.wis-bulletin .card {
  margin: 13px 0;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: rgba(255, 253, 248, .97);
  box-shadow: var(--shadow);
}

.wis-bulletin .lead {
  background: linear-gradient(145deg, #eef4e9, #fffdf8 80%);
}

.wis-bulletin .eyebrow {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
  color: var(--green);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 1.35px;
  text-transform: uppercase;
}

.wis-bulletin .message {
  margin: 0;
  color: var(--navy);
  font-size: 24px;
  font-weight: 500;
  line-height: 1.22;
}


.wis-bulletin .message strong {
  font-weight: 800;
}
.wis-bulletin .section-head {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}

.wis-bulletin .icon {
  display: grid;
  place-items: center;
  flex: 0 0 46px;
  width: 46px;
  height: 46px;
  overflow: hidden;
  border: 1px solid #dfd2bb;
  border-radius: 50%;
  background: var(--gold-soft);
}

.wis-bulletin .sage {
  border-color: var(--sage-deep);
  background: var(--sage);
}

.wis-bulletin .icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.wis-bulletin .label-icon {
  display: inline-grid;
  place-items: center;
  flex: 0 0 26px;
  width: 26px;
  height: 26px;
  overflow: hidden;
  border-radius: 50%;
  vertical-align: middle;
}

.wis-bulletin .label-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.wis-bulletin h2 {
  margin: 0;
  color: var(--green);
  font-size: 23px;
  font-weight: 800;
  line-height: 1.12;
}

.wis-bulletin h3 {
  margin: 0;
  color: var(--navy);
  font-size: 18px;
  font-weight: 800;
  line-height: 1.2;
}

.wis-bulletin p {
  margin: 10px 0 0;
  font-size: 15.4px;
  line-height: 1.57;
}

.wis-bulletin .lead p:first-of-type,
.wis-bulletin .answer p:first-of-type,
.wis-bulletin .science-feature p:first-of-type,
.wis-bulletin .closing p:first-of-type {
  margin-top: 0;
}

.wis-bulletin .bullets,
.wis-bulletin .steps {
  margin: 10px 0 0;
  padding-left: 20px;
  font-size: 15.4px;
  line-height: 1.55;
}

.wis-bulletin .bullets li,
.wis-bulletin .steps li {
  margin: 6px 0;
}

.wis-bulletin .steps {
  padding-left: 23px;
}

.wis-bulletin .steps li {
  padding-left: 3px;
  font-weight: 650;
}

.wis-bulletin .dialogue {
  display: grid;
  grid-template-columns: 1fr;
  padding: 0;
  overflow: hidden;
}

.wis-bulletin .dialogue-side {
  padding: 18px;
}

.wis-bulletin .parent {
  border-bottom: 1px solid var(--line);
  background: var(--rose);
}

.wis-bulletin .answer {
  background: var(--sage);
}

.wis-bulletin .label {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 9px;
  color: var(--terracotta);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.wis-bulletin .answer .label {
  color: var(--green);
}

.wis-bulletin .quote {
  margin: 0;
  color: #9d4f3b;
  font-size: 20px;
  font-weight: 800;
  line-height: 1.3;
}

.wis-bulletin .tool {
  background: linear-gradient(145deg, #fffdf8, #f4eddc);
}

.wis-bulletin .tool-name {
  margin-top: 1px;
  color: var(--navy);
  font-size: 24px;
  font-weight: 850;
  line-height: 1.12;
}

.wis-bulletin .detail-card {
  padding: 0;
  overflow: hidden;
  background: #f3eadc;
}

.wis-bulletin .detail-card img {
  width: 100%;
  aspect-ratio: 1.34 / 1;
  object-fit: cover;
}

.wis-bulletin .compare {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
  margin-top: 12px;
}

.wis-bulletin .compare-item {
  padding: 13px;
  border-radius: 14px;
}

.wis-bulletin .myth {
  background: #fff0e7;
}

.wis-bulletin .wis {
  background: #edf3e8;
}

.wis-bulletin .tag {
  display: block;
  margin-bottom: 5px;
  font-size: 10.5px;
  font-weight: 900;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.wis-bulletin .myth .tag {
  color: var(--terracotta);
}

.wis-bulletin .wis .tag {
  color: var(--green);
}

.wis-bulletin .compare-item p {
  margin: 0;
  font-size: 14.2px;
  font-weight: 700;
  line-height: 1.43;
}

.wis-bulletin .science {
  background: linear-gradient(145deg, #f7f3e8, #fffdf8 85%);
}

.wis-bulletin .science-feature {
  margin-top: 12px;
  padding: 16px;
  border: 1px solid rgba(18, 55, 97, .10);
  border-radius: 15px;
  background: #fffdf8;
}

.wis-bulletin .science-label {
  margin-bottom: 7px;
  color: #aa7e16;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.wis-bulletin .source {
  margin-top: 12px;
  padding-top: 11px;
  border-top: 1px solid rgba(18, 55, 97, .10);
  color: #64717a;
  font-size: 11.3px;
  line-height: 1.45;
}

.wis-bulletin .source a {
  display: inline-block;
  margin-top: 7px;
  color: var(--navy);
  font-weight: 800;
  text-decoration: none;
}

.wis-bulletin .safety {
  background: linear-gradient(145deg, #fffdf8, #eef4e9 92%);
}

.wis-bulletin .closing {
  background: linear-gradient(145deg, #fffdf8, #f8f1dd 92%);
}

.wis-bulletin .closing p {
  color: var(--navy);
  font-size: 18px;
  font-weight: 800;
  line-height: 1.35;
}

.wis-bulletin .comic-section {
  margin: 18px 0;
  padding: 0 4px;
}

.wis-bulletin .comic-wrap {
  width: min(100%, 430px);
  margin: 0 auto;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: var(--paper);
  box-shadow: var(--shadow);
}

.wis-bulletin .comic-wrap img {
  width: 100%;
}

.wis-bulletin .next {
  background: linear-gradient(145deg, #f8f1dd, #fffdf8);
}

.wis-bulletin .journey {
  margin: 14px 0 0;
  padding: 16px 17px 18px;
  border: 1px solid rgba(45, 49, 45, .09);
  border-radius: 18px;
  background: #fcfbf7;
}

.wis-bulletin .journey-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 14px;
}

.wis-bulletin .journey-title {
  color: #303530;
  font-size: 14px;
  font-weight: 850;
}

.wis-bulletin .journey-status {
  color: #7d837d;
  font-size: 10.5px;
}

.wis-bulletin .rail {
  position: relative;
  height: 52px;
  margin: 13px 5px 0;
}

.wis-bulletin .rail::before {
  position: absolute;
  top: 7px;
  right: 4px;
  left: 4px;
  height: 2px;
  background: #d7dad4;
  content: "";
}

.wis-bulletin .point {
  position: absolute;
  top: 0;
  text-align: center;
  transform: translateX(-50%);
}

.wis-bulletin .dot {
  display: block;
  width: 14px;
  height: 14px;
  margin: 0 auto 4px;
  border: 3px solid #fcfbf7;
  border-radius: 50%;
  background: var(--gold);
  box-shadow: 0 0 0 1px rgba(45, 49, 45, .12);
}

.wis-bulletin .tick {
  display: block;
  width: 2px;
  height: 9px;
  margin: 3px auto 5px;
  background: #adb2ac;
}

.wis-bulletin .point small,
.wis-bulletin .point strong {
  display: block;
  font-size: 9px;
  white-space: nowrap;
}

.wis-bulletin .point strong {
  color: #394039;
}

.wis-bulletin .point small {
  color: #838983;
}

.wis-bulletin .p1 {
  left: 1%;
}

.wis-bulletin .p3 {
  left: 25%;
}

.wis-bulletin .p14w {
  left: 31%;
}

.wis-bulletin .p14w strong {
  margin-top: 20px;
  color: var(--green);
}

.wis-bulletin .p6 {
  left: 50%;
}

.wis-bulletin .p9 {
  left: 75%;
}

.wis-bulletin .p12 {
  left: 99%;
}

.wis-bulletin .note {
  margin-top: 14px;
  padding: 14px 17px;
  border-top: 1px solid var(--line);
  color: #59645a;
  font-size: 12.8px;
  font-weight: 650;
  line-height: 1.48;
}

.wis-bulletin .note .eyebrow {
  margin-bottom: 6px;
}

.wis-bulletin .footer {
  padding: 15px 18px 20px;
  color: #59645a;
  font-size: 12px;
  font-weight: 750;
  text-align: center;
}

@media (min-width: 500px) {
  .wis-bulletin .content {
    padding-right: 15px;
    padding-left: 15px;
  }

  .wis-bulletin .card {
    padding: 20px;
  }

  .wis-bulletin .message {
    font-size: 24px;
  }
.wis-bulletin .dialogue {
    grid-template-columns: 1fr 1fr;
  }

  .wis-bulletin .parent {
    border-right: 1px solid var(--line);
    border-bottom: 0;
  }

  .wis-bulletin .compare {
    grid-template-columns: 1fr 1fr;
  }

  .wis-bulletin .comic-wrap {
    width: 430px;
  }
}