#boss-guides-canvas{
  --bg:#ffffff;
  --surface:#ffffff;
  --line:#eceef2;
  --soft-line:#f1f3f5;
  --text:#111827;
  --muted:#6b7280;
  --faint:#9ca3af;
  --subtle:#f8fafc;
  --button:#F7F8FB;
  --button-hover:#EEF1F6;
  --point:#5B7BEA;
  --point-soft:rgba(91,123,234,.08);
  --point-text:#4E68CF;
  --max-width:1280px;
  width:100vw;
  max-width:none !important;
  position:relative;
  left:50%;
  right:50%;
  margin-left:-50vw;
  margin-right:-50vw;
  background:var(--bg);
  color:var(--text);
  font-family:"Pretendard","Noto Sans KR","Apple SD Gothic Neo","Malgun Gothic",sans-serif;
  overflow-x:hidden;
}

/* Main practical-guide visual system: warm paper, compact navigation, and topic-led reading. */
#boss-guides-canvas{
  --page:#f8f7f3;
  --surface:#fffefb;
  --surface-soft:#f4f1e9;
  --surface-accent:#edf4ef;
  --ink:#1d211f;
  --ink-soft:#60655f;
  --muted:#7a7c78;
  --faint:#a5a39d;
  --line:#e7e4dd;
  --line-strong:#d9d6ce;
  --accent:#e9572d;
  --accent-strong:#c9421c;
  --accent-soft:#fff0e9;
  --accent-pale:#fff8f4;
  --secondary:#275c49;
  --secondary-soft:#edf4ef;
  background:var(--page);
  color:var(--ink);
  font-family:"Pretendard","Noto Sans KR","Apple SD Gothic Neo","Malgun Gothic",sans-serif;
  -webkit-font-smoothing:antialiased;
  word-break:keep-all;
}

#boss-guides-canvas *,
#boss-guides-canvas *::before,
#boss-guides-canvas *::after{
  box-sizing:border-box;
  margin:0;
  padding:0;
}

#boss-guides-canvas a{ color:inherit; text-decoration:none; }
#boss-guides-canvas button,
#boss-guides-canvas input,
#boss-guides-canvas select{ font:inherit; }

#boss-guides-canvas .container{
  width:min(1280px,calc(100% - 32px));
  max-width:none;
  margin:0 auto;
  padding:20px 0 52px;
}

#boss-guides-canvas .hero{
  padding:42px clamp(24px,4vw,56px) 32px;
  overflow:hidden;
  background:linear-gradient(118deg,#f6eee6 0%,#fffefb 58%,#f4f0e7 100%);
  border:0;
  border-radius:18px;
  text-align:left;
}

#boss-guides-canvas .hero-top{
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  align-items:end;
  gap:28px;
}

#boss-guides-canvas .eyebrow,
#boss-guides-canvas .section-kicker{
  margin:0 0 12px;
  color:var(--secondary);
  font-size:13px;
  font-weight:760;
  letter-spacing:-.035em;
}

#boss-guides-canvas .hero h1{
  max-width:660px;
  margin:0;
  color:var(--ink);
  font-size:clamp(32px,4.2vw,54px);
  line-height:1.17;
  font-weight:760;
  letter-spacing:-.075em;
}

#boss-guides-canvas .hero h1 em{
  color:var(--accent-strong);
  font-style:normal;
}

#boss-guides-canvas .hero-copy{
  max-width:590px;
  margin:12px 0 0;
  color:var(--ink-soft);
  font-size:14px;
  line-height:1.6;
  letter-spacing:-.045em;
}

#boss-guides-canvas .hero-stats{
  display:flex;
  align-items:stretch;
  padding-bottom:4px;
}

#boss-guides-canvas .stat{
  min-width:106px;
  padding:2px 22px 0;
  border-left:1px solid var(--line-strong);
}

#boss-guides-canvas .stat:first-child{
  padding-left:0;
  border-left:0;
}

#boss-guides-canvas .stat-number{
  display:block;
  color:var(--ink);
  font-size:25px;
  line-height:1.1;
  font-weight:760;
  letter-spacing:-.07em;
}

#boss-guides-canvas .stat-number small{
  margin-left:2px;
  color:var(--secondary);
  font-size:13px;
  font-weight:700;
  letter-spacing:-.04em;
}

#boss-guides-canvas .stat-label{
  display:block;
  margin-top:7px;
  color:var(--muted);
  font-size:12px;
  font-weight:600;
  letter-spacing:-.04em;
  white-space:nowrap;
}

#boss-guides-canvas .hero-search{
  display:flex;
  max-width:850px;
  margin:24px 0 0;
  background:var(--surface);
  border:1px solid var(--line-strong);
  border-radius:15px;
  box-shadow:0 10px 24px rgba(31,61,45,.045);
  transition:border-color 160ms ease,box-shadow 160ms ease;
}

#boss-guides-canvas .hero-search:focus-within{
  border-color:rgba(233,87,45,.62);
  box-shadow:0 0 0 4px rgba(233,87,45,.1);
}

#boss-guides-canvas .search-wrap{
  display:flex;
  align-items:center;
  flex:1 1 auto;
  min-width:0;
}

#boss-guides-canvas .search-wrap::before,
#boss-guides-canvas .search-wrap::after{
  display:none;
}

#boss-guides-canvas .search-icon{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:58px;
  flex:0 0 58px;
  color:var(--accent);
}

#boss-guides-canvas .search-icon svg{
  width:21px;
  height:21px;
}

#boss-guides-canvas .input{
  width:100%;
  min-width:0;
  height:54px;
  padding:0 10px 0 0;
  color:var(--ink);
  background:transparent;
  border:0 !important;
  border-radius:0;
  box-shadow:none !important;
  outline:0;
  font-size:16px;
  font-weight:560;
  letter-spacing:-.045em;
  caret-color:var(--accent);
}

#boss-guides-canvas .input::placeholder{ color:var(--faint); }

#boss-guides-canvas .hero-search-button{
  position:static;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:auto;
  min-width:64px;
  height:38px;
  margin:8px;
  padding:0 13px;
  color:#fff;
  background:var(--accent);
  border:0;
  border-radius:10px;
  transform:none;
  cursor:pointer;
  transition:background 160ms ease;
}

#boss-guides-canvas .hero-search-button:hover{ background:var(--accent-strong); }

#boss-guides-canvas .hero-search-button svg{
  width:21px;
  height:21px;
}

#boss-guides-canvas .quick-searches{
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  gap:8px;
  margin-top:10px;
}

#boss-guides-canvas .quick-label{
  margin-right:3px;
  color:var(--muted);
  font-size:12px;
  font-weight:650;
  letter-spacing:-.04em;
}

#boss-guides-canvas .quick-chip{
  min-height:30px;
  padding:0 11px;
  color:var(--ink-soft);
  background:rgba(255,255,255,.72);
  border:0 !important;
  border-radius:999px;
  box-shadow:none !important;
  font-size:12px;
  font-weight:620;
  letter-spacing:-.04em;
  cursor:pointer;
  transition:color 160ms ease,background 160ms ease;
}

#boss-guides-canvas .quick-chip:hover,
#boss-guides-canvas .quick-chip:focus-visible{
  color:var(--accent-strong);
  background:var(--accent-soft);
  outline:0;
}

#boss-guides-canvas .live-search-results{
  position:relative;
  z-index:2;
  max-width:850px;
  margin:8px 0 0;
  padding:8px;
  background:var(--surface);
  border:1px solid var(--line);
  border-radius:14px;
  box-shadow:0 18px 50px rgba(57,50,39,.1);
  text-align:left;
}

#boss-guides-canvas .live-search-results[hidden]{ display:none; }

#boss-guides-canvas .live-search-head{
  padding:8px 12px 6px;
}

#boss-guides-canvas .live-search-head strong{
  color:var(--ink);
  font-size:13px;
  font-weight:720;
  letter-spacing:-.04em;
}

#boss-guides-canvas .live-search-head span{
  margin-left:8px;
  color:var(--muted);
  font-size:11px;
  white-space:nowrap;
}

#boss-guides-canvas .live-search-group{ display:grid; gap:3px; }
#boss-guides-canvas .live-search-label{
  margin:10px 12px 3px;
  color:var(--secondary);
  font-size:11px;
  font-weight:700;
  letter-spacing:-.035em;
}

#boss-guides-canvas .live-search-label:first-child{ margin-top:2px; }

#boss-guides-canvas .live-result-item{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  min-height:42px;
  padding:9px 12px;
  border-radius:9px;
  transition:background 160ms ease;
}

#boss-guides-canvas .live-result-item:hover{ background:var(--surface-soft); }

#boss-guides-canvas .live-result-item strong{
  min-width:0;
  overflow:hidden;
  color:var(--ink);
  font-size:13px;
  font-weight:650;
  letter-spacing:-.04em;
  text-overflow:ellipsis;
  white-space:nowrap;
}

#boss-guides-canvas .live-result-item span{
  flex:0 0 auto;
  color:var(--faint);
  font-size:11px;
  white-space:nowrap;
}

#boss-guides-canvas .live-search-empty{
  padding:18px 12px;
  color:var(--muted);
  background:var(--surface-soft);
  border-radius:9px;
  font-size:13px;
  text-align:center;
}

#boss-guides-canvas .ad-strip{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  min-height:60px;
  margin-top:14px;
  padding:0 14px;
  background:rgba(255,255,255,.72);
  border-top:1px solid var(--line);
  border-bottom:1px solid var(--line);
}

#boss-guides-canvas .ad-copy{
  display:flex;
  align-items:center;
  gap:12px;
  min-width:0;
}

#boss-guides-canvas .ad-label{
  flex:0 0 auto;
  color:var(--faint);
  font-size:10px;
  font-weight:700;
  letter-spacing:.04em;
}

#boss-guides-canvas .ad-title{
  overflow:hidden;
  color:var(--ink-soft);
  font-size:13px;
  font-weight:600;
  letter-spacing:-.04em;
  text-overflow:ellipsis;
  white-space:nowrap;
}

#boss-guides-canvas .ad-slot{
  flex:1 1 52%;
  min-width:0;
}

#boss-guides-canvas .ad-slot .guides-inline-ad{
  width:100%;
  margin:0;
  padding:0 !important;
  border:0 !important;
  background:transparent !important;
  box-shadow:none !important;
}

#boss-guides-canvas .ad-slot .maintalk-inline-display-ad,
#boss-guides-canvas .ad-slot .maintalk-inline-display-ad__inner,
#boss-guides-canvas .ad-slot .maintalk-inline-display-ad__ins{
  width:100%;
  border:0 !important;
  background:transparent !important;
  box-shadow:none !important;
}

#boss-guides-canvas .ad-slot .maintalk-inline-display-ad__inner{
  height:52px;
  max-height:52px;
  overflow:hidden;
  padding:0 !important;
}

#boss-guides-canvas .content-section{
  margin-top:16px;
  padding:28px 0 0;
  border-top:1px solid var(--line);
}

#boss-guides-canvas .content-section[aria-labelledby="bossGuidesTopicsTitle"]{
  padding-bottom:18px;
}

#boss-guides-canvas .section-heading{
  display:flex;
  align-items:end;
  justify-content:space-between;
  gap:20px;
  margin-bottom:15px;
}

#boss-guides-canvas .section-kicker{ margin-bottom:8px; }

#boss-guides-canvas .section-title{
  margin:0;
  color:var(--ink);
  font-size:24px;
  line-height:1.25;
  font-weight:740;
  letter-spacing:-.065em;
}

#boss-guides-canvas .section-subtitle{
  margin:8px 0 0;
  color:var(--muted);
  font-size:13px;
  letter-spacing:-.04em;
}

#boss-guides-canvas .text-button{
  display:inline-flex;
  align-items:center;
  gap:8px;
  flex:0 0 auto;
  padding:7px 0;
  color:var(--accent-strong);
  background:transparent;
  border:0 !important;
  font-size:13px;
  font-weight:700;
  letter-spacing:-.04em;
}

#boss-guides-canvas .text-button span{
  font-size:17px;
  font-weight:500;
  transition:transform 160ms ease;
}

#boss-guides-canvas .text-button:hover span{ transform:translateX(3px); }

#boss-guides-canvas .topic-grid{
  display:grid;
  grid-template-columns:repeat(6,minmax(0,1fr));
  gap:6px;
}

#boss-guides-canvas .topic-card{
  display:flex;
  flex-direction:column;
  justify-content:center;
  min-height:58px;
  padding:10px 12px;
  background:var(--surface-soft);
  border:0 !important;
  border-radius:10px;
  box-shadow:none !important;
  transition:background 160ms ease,transform 160ms ease;
}

#boss-guides-canvas .topic-card:nth-child(3n + 2){ background:#faf8f3; }
#boss-guides-canvas .topic-card:hover{ background:var(--surface-accent); transform:translateY(-2px); }

#boss-guides-canvas .topic-name{
  color:var(--ink);
  font-size:13px;
  line-height:1.35;
  font-weight:680;
  letter-spacing:-.06em;
}

#boss-guides-canvas .topic-meta{
  margin-top:4px;
  color:var(--muted);
  font-size:10px;
  font-weight:560;
  letter-spacing:-.04em;
}

#boss-guides-canvas .guides-heading{
  align-items:center;
  margin-bottom:17px;
}

#boss-guides-canvas .heading-count{
  margin-left:7px;
  color:var(--muted);
  font-size:12px;
  font-weight:560;
  letter-spacing:-.04em;
  vertical-align:middle;
}

#boss-guides-canvas .active-filters{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin-top:9px;
}

#boss-guides-canvas .active-filters .section-hint{ display:none; }

#boss-guides-canvas .active-filter{
  padding:0;
  color:var(--accent-strong);
  background:transparent;
  border:0 !important;
  box-shadow:none !important;
  font-size:12px;
  font-weight:650;
}

#boss-guides-canvas .active-filter::before{ display:none; }

#boss-guides-canvas .sort-tabs{
  display:inline-flex;
  align-items:center;
  gap:2px;
  padding:3px;
  background:var(--surface-soft);
  border-radius:9px;
}

#boss-guides-canvas .sort-tab{
  min-height:30px;
  padding:0 10px;
  color:var(--muted);
  background:transparent;
  border:0 !important;
  border-radius:7px;
  box-shadow:none !important;
  font-size:12px;
  font-weight:630;
  letter-spacing:-.04em;
  cursor:pointer;
}

#boss-guides-canvas .sort-tab.is-active,
#boss-guides-canvas .sort-tab:hover{
  color:var(--accent-strong);
  background:#fff;
  box-shadow:0 1px 4px rgba(31,61,45,.06) !important;
}

#boss-guides-canvas .controls{
  position:absolute;
  width:1px;
  height:1px;
  margin:-1px;
  overflow:hidden;
  clip:rect(0,0,0,0);
  white-space:nowrap;
}

#boss-guides-canvas .guide-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  column-gap:48px;
  row-gap:0;
}

#boss-guides-canvas .guide-grid.is-loading{ opacity:.5; }

#boss-guides-canvas .guide-card{
  position:relative;
  display:block;
  min-width:0;
  min-height:122px;
  padding:17px 28px 17px 0;
  background:transparent;
  border:0 !important;
  border-top:1px solid var(--line) !important;
  border-radius:0;
  box-shadow:none !important;
  transition:background 160ms ease,padding-left 160ms ease;
}

#boss-guides-canvas .guide-card:nth-child(-n + 2){ border-top-color:var(--line-strong) !important; }
#boss-guides-canvas .guide-card:hover{
  padding-left:10px;
  background:linear-gradient(90deg,var(--accent-pale),rgba(255,248,244,0));
}

#boss-guides-canvas .guide-card::after{
  content:"→";
  position:absolute;
  top:50%;
  right:5px;
  color:var(--faint);
  font-size:20px;
  font-weight:420;
  transform:translateY(-50%);
  transition:color 160ms ease,transform 160ms ease;
}

#boss-guides-canvas .guide-card:hover::after{
  color:var(--accent);
  transform:translate(3px,-50%);
}

#boss-guides-canvas .guide-content{ min-width:0; }

#boss-guides-canvas .guide-meta{
  display:flex;
  align-items:center;
  gap:9px;
  flex-wrap:wrap;
  margin-bottom:8px;
}

#boss-guides-canvas .guide-badge{
  display:inline-flex;
  align-items:center;
  min-height:23px;
  padding:0 8px;
  color:var(--secondary);
  background:var(--secondary-soft);
  border-radius:6px;
  font-size:11px;
  font-weight:720;
  letter-spacing:-.04em;
}

#boss-guides-canvas .guide-updated{
  color:var(--faint);
  font-size:11px;
  font-weight:560;
  letter-spacing:-.02em;
}

#boss-guides-canvas .guide-title{
  max-width:470px;
  margin:0;
  color:var(--ink);
  font-size:15px;
  line-height:1.42;
  font-weight:680;
  letter-spacing:-.06em;
}

#boss-guides-canvas .guide-desc{
  max-width:470px;
  margin:6px 0 0;
  overflow:hidden;
  color:var(--muted);
  font-size:12px;
  line-height:1.5;
  letter-spacing:-.045em;
  text-overflow:ellipsis;
  white-space:nowrap;
}

#boss-guides-canvas .guide-empty,
#boss-guides-canvas .topic-empty{
  grid-column:1 / -1;
  padding:48px 20px;
  color:var(--muted);
  background:var(--surface-soft);
  border-radius:16px;
  font-size:14px;
  text-align:center;
}

#boss-guides-canvas .pager{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  margin-top:26px;
}

#boss-guides-canvas .pager-info{
  min-width:72px;
  color:var(--muted);
  font-size:12px;
  font-weight:400;
  text-align:center;
}

#boss-guides-canvas .btn{
  height:38px;
  padding:0 14px;
  color:var(--ink-soft);
  background:#fff;
  border:1px solid var(--line-strong) !important;
  border-radius:10px;
  box-shadow:none !important;
  font-size:12px;
  font-weight:600;
}

#boss-guides-canvas .btn:hover{ color:var(--accent-strong); background:var(--accent-pale); }
#boss-guides-canvas .pager-btn.is-disabled{ opacity:.45; pointer-events:none; }

#boss-guides-canvas .help-section{
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  align-items:center;
  gap:22px;
  margin-top:30px;
  padding:22px 24px;
  background:var(--surface-accent);
  border-radius:16px;
}

#boss-guides-canvas .help-section h2{
  margin:0;
  color:var(--ink);
  font-size:18px;
  font-weight:720;
  letter-spacing:-.06em;
}

#boss-guides-canvas .help-section p{
  margin:7px 0 0;
  color:var(--ink-soft);
  font-size:13px;
  line-height:1.5;
  letter-spacing:-.04em;
}

#boss-guides-canvas .help-actions{
  display:flex;
  align-items:center;
  gap:8px;
}

#boss-guides-canvas .help-action{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:38px;
  padding:0 14px;
  color:var(--accent-strong);
  background:#fff;
  border:0 !important;
  border-radius:9px;
  font-size:12px;
  font-weight:700;
  letter-spacing:-.04em;
}

#boss-guides-canvas .help-action:hover{ background:var(--accent-soft); }

@media (max-width:980px){
  #boss-guides-canvas .hero-top{ grid-template-columns:1fr; gap:28px; }
  #boss-guides-canvas .hero-stats{ padding-bottom:0; }
  #boss-guides-canvas .topic-grid{ grid-template-columns:repeat(3,minmax(0,1fr)); }
}

@media (max-width:760px){
  #boss-guides-canvas .container{ width:calc(100% - 16px); padding:8px 0 36px; }
  #boss-guides-canvas .hero{ padding:25px 14px 18px; border-radius:14px; }
  #boss-guides-canvas .eyebrow{ margin-bottom:10px; font-size:12px; }
  #boss-guides-canvas .hero h1{ font-size:clamp(29px,8.2vw,37px); line-height:1.22; }
  #boss-guides-canvas .hero-copy{ margin-top:10px; font-size:13px; line-height:1.55; }
  #boss-guides-canvas .hero-stats{ width:100%; }
  #boss-guides-canvas .stat{ min-width:0; flex:1; padding:0 13px; }
  #boss-guides-canvas .stat:first-child{ padding-left:0; }
  #boss-guides-canvas .stat-number{ font-size:21px; }
  #boss-guides-canvas .stat-label{ font-size:11px; }
  #boss-guides-canvas .hero-search{ margin-top:20px; border-radius:11px; }
  #boss-guides-canvas .search-icon{ width:49px; flex-basis:49px; }
  #boss-guides-canvas .input{ height:50px; font-size:13px; }
  #boss-guides-canvas .hero-search-button{ min-width:54px; height:34px; margin:8px; padding:0 10px; }
  #boss-guides-canvas .hero-search-button svg{ width:19px; height:19px; }
  #boss-guides-canvas .quick-searches{ gap:5px; margin-top:9px; }
  #boss-guides-canvas .quick-label{ width:100%; margin:0 0 1px; }
  #boss-guides-canvas .quick-chip{ min-height:26px; padding:0 8px; font-size:11px; }
  #boss-guides-canvas .live-search-results{ margin-top:8px; padding:8px; border-radius:12px; }
  #boss-guides-canvas .live-search-head{ display:block; padding:8px 10px 6px; }
  #boss-guides-canvas .live-search-head span{ display:block; margin:5px 0 0; white-space:normal; }
  #boss-guides-canvas .live-result-item{ align-items:flex-start; }
  #boss-guides-canvas .live-result-item span{ white-space:normal; text-align:right; }
  #boss-guides-canvas .ad-strip{ display:block; min-height:0; margin-top:12px; padding:8px 9px 0; }
  #boss-guides-canvas .ad-copy{ min-height:25px; }
  #boss-guides-canvas .ad-title{ font-size:12px; }
  #boss-guides-canvas .ad-slot{ margin-top:4px; }
  #boss-guides-canvas .ad-slot .maintalk-inline-display-ad__inner{ height:46px; max-height:46px; }
  #boss-guides-canvas .content-section{ margin-top:12px; padding-top:22px; }
  #boss-guides-canvas .section-heading{ display:block; margin-bottom:12px; }
  #boss-guides-canvas .section-title{ font-size:19px; }
  #boss-guides-canvas .section-subtitle{ font-size:12px; }
  #boss-guides-canvas .text-button{ margin-top:8px; font-size:11px; }
  #boss-guides-canvas .content-section[aria-labelledby="bossGuidesTopicsTitle"]{ padding-bottom:14px; }
  #boss-guides-canvas .topic-grid{ grid-template-columns:repeat(2,minmax(0,1fr)); gap:5px; }
  #boss-guides-canvas .topic-card{ min-height:52px; padding:8px 9px; border-radius:9px; }
  #boss-guides-canvas .topic-name{ font-size:12px; line-height:1.3; }
  #boss-guides-canvas .topic-meta{ margin-top:3px; font-size:9px; }
  #boss-guides-canvas .guides-heading{ display:block; }
  #boss-guides-canvas .sort-tabs{ display:flex; width:100%; margin-top:10px; }
  #boss-guides-canvas .sort-tab{ flex:1; padding:0 5px; font-size:11px; }
  #boss-guides-canvas .guide-grid{ display:block; }
  #boss-guides-canvas .guide-card,
  #boss-guides-canvas .guide-card:nth-child(-n + 2){ min-height:0; padding:14px 24px 14px 0; border-top-color:var(--line) !important; }
  #boss-guides-canvas .guide-card:first-child{ padding-top:14px; }
  #boss-guides-canvas .guide-card:hover{ padding-left:0; background:transparent; }
  #boss-guides-canvas .guide-title{ font-size:14px; line-height:1.4; }
  #boss-guides-canvas .guide-desc{ margin-top:5px; font-size:11px; }
  #boss-guides-canvas .guide-empty{ padding:30px 12px; }
  #boss-guides-canvas .help-section{ display:block; margin-top:24px; padding:17px 14px; }
  #boss-guides-canvas .help-section h2{ font-size:16px; }
  #boss-guides-canvas .help-section p{ font-size:12px; }
  #boss-guides-canvas .help-actions{ margin-top:12px; }
  #boss-guides-canvas .help-action{ flex:1; min-height:32px; padding:0 6px; font-size:10px; }
}

@media (max-width:360px){
  #boss-guides-canvas .container{ width:calc(100% - 12px); }
  #boss-guides-canvas .hero{ padding-right:11px; padding-left:11px; }
  #boss-guides-canvas .hero h1{ font-size:28px; }
  #boss-guides-canvas .hero-copy{ font-size:13px; }
  #boss-guides-canvas .stat{ padding-right:7px; padding-left:7px; }
  #boss-guides-canvas .stat:first-child{ padding-left:0; }
  #boss-guides-canvas .stat-number{ font-size:19px; }
  #boss-guides-canvas .stat-label{ font-size:10px; }
  #boss-guides-canvas .search-icon{ width:43px; flex-basis:43px; }
  #boss-guides-canvas .hero-search-button{ min-width:54px; padding:0 9px; }
  #boss-guides-canvas .topic-name{ font-size:14px; }
  #boss-guides-canvas .sort-tab{ font-size:10px; }
  #boss-guides-canvas .help-action{ padding:0 5px; font-size:10px; }
}

/* Legacy blue layout retained below for rollback reference; the warm main layout above is active.
#boss-guides-canvas *{ box-sizing:border-box; margin:0; padding:0; }
#boss-guides-canvas a{ color:inherit; text-decoration:none; }
#boss-guides-canvas button,
#boss-guides-canvas input,
#boss-guides-canvas select{ font:inherit; }

#boss-guides-canvas .container{
  max-width:var(--max-width);
  margin:0 auto;
  padding:28px 16px 72px;
}

#boss-guides-canvas .hero{
  padding:36px 0 30px;
  border-bottom:1px solid var(--line);
  text-align:center;
}

#boss-guides-canvas .hero h1{
  margin:0;
  font-size:clamp(26px,3.2vw,42px);
  line-height:1.18;
  letter-spacing:-.055em;
  font-weight:700;
}

#boss-guides-canvas .hero-desc{
  margin:12px 0 0;
  color:var(--muted);
  font-size:15px;
  line-height:1.68;
  word-break:keep-all;
}

#boss-guides-canvas .hero-search{
  position:relative;
  max-width:860px;
  margin:28px auto 0;
}

#boss-guides-canvas .section{
  padding:0 0 30px;
  margin-bottom:34px;
  border-bottom:1px solid var(--line);
}

#boss-guides-canvas .hero + .section{
  padding-top:30px;
}

#boss-guides-canvas .section:last-child{
  margin-bottom:0;
  padding-bottom:0;
  border-bottom:0;
}

#boss-guides-canvas .section-header{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:16px;
  margin-bottom:14px;
}

#boss-guides-canvas .section-title{
  font-size:19px;
  line-height:1.35;
  letter-spacing:-.03em;
  font-weight:700;
  color:var(--text);
}

#boss-guides-canvas .topic-section-link{
  display:inline-flex;
  align-items:center;
  gap:7px;
  padding:6px 0;
  color:#c9421c;
  font-size:12px;
  line-height:1.4;
  font-weight:700;
  letter-spacing:-.035em;
  white-space:nowrap;
}

#boss-guides-canvas .topic-section-link span{
  font-size:16px;
  font-weight:400;
  transition:transform .16s ease;
}

#boss-guides-canvas .topic-section-link:hover span{
  transform:translateX(3px);
}

#boss-guides-canvas .section-hint{
  font-size:13px;
  line-height:1.5;
  color:var(--faint);
  font-weight:400;
}

#boss-guides-canvas .topic-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:8px;
}

#boss-guides-canvas .topic-collapsible{
  position:relative;
  --topic-collapsed-height:238px;
  --topic-fade-height:86px;
}

#boss-guides-canvas .topic-toggle{
  position:absolute;
  width:1px;
  height:1px;
  opacity:0;
  pointer-events:none;
}

#boss-guides-canvas .topic-collapsible.has-more{
  max-height:var(--topic-collapsed-height);
  overflow:hidden;
}

#boss-guides-canvas .topic-collapsible.has-more::after{
  content:"";
  position:absolute;
  left:0;
  right:0;
  bottom:0;
  height:var(--topic-fade-height);
  background:linear-gradient(to bottom, rgba(255,255,255,0), rgba(255,255,255,.94) 56%, #fff);
  pointer-events:none;
  z-index:1;
}

#boss-guides-canvas .topic-toggle:checked + .topic-collapsible.has-more{
  max-height:none;
  overflow:visible;
}

#boss-guides-canvas .topic-toggle:checked + .topic-collapsible.has-more::after{
  display:none;
}

#boss-guides-canvas .topic-more-panel{
  position:absolute;
  left:0;
  right:0;
  bottom:0;
  z-index:2;
  display:flex;
  justify-content:center;
  padding-top:38px;
  padding-bottom:2px;
  pointer-events:none;
}

#boss-guides-canvas .topic-toggle:checked + .topic-collapsible .topic-more-panel{
  position:relative;
  margin-top:12px;
  padding-top:0;
}

#boss-guides-canvas .topic-more-button{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:12px;
  min-width:136px;
  min-height:50px;
  border:1px solid rgba(15,23,42,.08) !important;
  border-radius:999px;
  background:rgba(255,255,255,.96);
  box-shadow:0 10px 26px rgba(15,23,42,.07) !important;
  color:#334155;
  padding:0 24px;
  font-family:inherit;
  font-size:15px;
  font-weight:700;
  letter-spacing:-.03em;
  cursor:pointer;
  backdrop-filter:blur(10px);
  pointer-events:auto;
  transition:background .16s ease, transform .16s ease, box-shadow .16s ease;
}

#boss-guides-canvas .topic-more-button:hover{
  background:#fff;
  transform:translateY(-1px);
  box-shadow:0 14px 34px rgba(17,24,39,.11), inset 0 1px 0 rgba(255,255,255,.9) !important;
}

#boss-guides-canvas .topic-more-close{
  display:none;
}

#boss-guides-canvas .topic-more-button::after{
  content:"";
  flex:0 0 auto;
  width:8px;
  height:8px;
  border-right:2px solid var(--point);
  border-bottom:2px solid var(--point);
  margin-top:-3px;
  transform:rotate(45deg);
  transition:transform .18s ease;
}

#boss-guides-canvas .topic-toggle:checked + .topic-collapsible .topic-more-open{
  display:none;
}

#boss-guides-canvas .topic-toggle:checked + .topic-collapsible .topic-more-close{
  display:inline;
}

#boss-guides-canvas .topic-toggle:checked + .topic-collapsible .topic-more-button::after{
  margin-top:4px;
  transform:rotate(225deg);
}

#boss-guides-canvas .topic-card{
  display:flex;
  min-height:64px;
  flex-direction:column;
  align-items:flex-start;
  justify-content:center;
  gap:4px;
  padding:12px 16px;
  border:0 !important;
  border-radius:18px;
  background:var(--button);
  box-shadow:none !important;
  transition:background .16s ease, color .16s ease;
}

#boss-guides-canvas .topic-card:hover{
  background:var(--button-hover);
}

#boss-guides-canvas .topic-card:nth-child(-n+8){
  background:var(--point-soft);
}

#boss-guides-canvas .topic-title{
  min-width:0;
  font-size:14px;
  line-height:1.3;
  letter-spacing:-.028em;
  font-weight:600;
  word-break:keep-all;
  overflow-wrap:anywhere;
}

#boss-guides-canvas .topic-card:nth-child(-n+8) .topic-title{
  color:var(--point-text);
}

#boss-guides-canvas .topic-meta{
  font-size:12px;
  line-height:1.2;
  color:var(--faint);
  font-weight:400;
}

#boss-guides-canvas .topic-empty,
#boss-guides-canvas .guide-empty{
  border-radius:16px;
  background:var(--subtle);
  padding:24px;
  text-align:center;
  color:var(--muted);
  font-size:14px;
  line-height:1.7;
}

#boss-guides-canvas .controls{
  display:flex;
  justify-content:flex-end;
  margin-bottom:12px;
}

#boss-guides-canvas .search-wrap{
  position:relative;
}

#boss-guides-canvas .search-wrap::before{
  content:"";
  position:absolute;
  left:18px;
  top:50%;
  width:15px;
  height:15px;
  transform:translateY(-50%);
  border:2px solid var(--point);
  border-radius:999px;
  pointer-events:none;
}

#boss-guides-canvas .search-wrap::after{
  content:"";
  position:absolute;
  left:31px;
  top:calc(50% + 5px);
  width:8px;
  height:2px;
  background:var(--point);
  transform:rotate(45deg);
  border-radius:999px;
  pointer-events:none;
}

#boss-guides-canvas .input{
  width:100%;
  height:74px;
  padding:0 92px 0 52px;
  border:2px solid rgba(91,123,234,.82) !important;
  border-radius:999px;
  background:#fff;
  box-shadow:none !important;
  color:var(--text);
  font-size:18px;
  font-weight:500;
  letter-spacing:-.03em;
  outline:none;
  caret-color:var(--point);
}

#boss-guides-canvas .hero-search-button{
  position:absolute;
  right:16px;
  top:50%;
  transform:translateY(-50%);
  width:52px;
  height:52px;
  border:0;
  border-radius:50%;
  background:transparent;
  color:var(--point);
  display:inline-flex;
  align-items:center;
  justify-content:center;
  cursor:pointer;
  padding:0;
}

#boss-guides-canvas .hero-search-button svg{
  width:34px;
  height:34px;
}

#boss-guides-canvas .input::placeholder{
  color:rgba(17,17,17,.42);
}

#boss-guides-canvas .select{
  width:180px;
  height:38px;
  padding:0 16px;
  border:0 !important;
  border-radius:999px;
  background:var(--button);
  box-shadow:none !important;
  color:#5B6472;
  font-size:14px;
  font-weight:600;
  outline:none;
}

#boss-guides-canvas .input:focus{
  border-color:var(--point) !important;
}

#boss-guides-canvas .live-search-results{
  max-width:860px;
  margin:12px auto 0;
  padding:16px;
  border:1px solid var(--line);
  border-radius:22px;
  background:#fff;
  text-align:left;
}

#boss-guides-canvas .live-search-results[hidden]{
  display:none;
}

#boss-guides-canvas .live-search-head{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:12px;
  margin-bottom:12px;
}

#boss-guides-canvas .live-search-head strong{
  font-size:15px;
  line-height:1.35;
  letter-spacing:-.03em;
  font-weight:700;
  color:var(--text);
}

#boss-guides-canvas .live-search-head span{
  color:var(--faint);
  font-size:12px;
  white-space:nowrap;
}

#boss-guides-canvas .live-search-group{
  display:grid;
  gap:8px;
}

#boss-guides-canvas .live-search-label{
  margin:12px 0 2px;
  color:#4b5563;
  font-size:12px;
  font-weight:700;
}

#boss-guides-canvas .live-search-label:first-child{
  margin-top:0;
}

#boss-guides-canvas .live-result-item{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  min-height:42px;
  padding:10px 12px;
  border-radius:12px;
  background:var(--subtle);
  transition:background .16s ease;
}

#boss-guides-canvas .live-result-item:hover{
  background:var(--button-hover);
}

#boss-guides-canvas .live-result-item strong{
  min-width:0;
  font-size:14px;
  line-height:1.35;
  letter-spacing:-.03em;
  font-weight:600;
  word-break:keep-all;
}

#boss-guides-canvas .live-result-item span{
  flex:0 0 auto;
  color:var(--faint);
  font-size:12px;
  white-space:nowrap;
}

#boss-guides-canvas .live-search-empty{
  padding:18px 12px;
  border-radius:12px;
  background:var(--subtle);
  color:var(--muted);
  font-size:13px;
  text-align:center;
}

#boss-guides-canvas .guides-inline-ad{
  width:100%;
  margin:18px 0 0;
  padding:0 !important;
}

#boss-guides-canvas .guides-inline-ad .maintalk-inline-display-ad{
  width:100%;
  padding:0 !important;
}

#boss-guides-canvas .guides-inline-ad .maintalk-inline-display-ad__inner{
  width:100%;
  height:112px;
  max-height:112px;
  background:transparent;
  overflow:hidden;
  padding:0 !important;
}

#boss-guides-canvas .guides-inline-ad .maintalk-inline-display-ad__ins{
  display:block !important;
  width:100%;
  height:100%;
  padding:0 !important;
}

#boss-guides-canvas .active-filters{
  display:flex;
  gap:8px;
  flex-wrap:wrap;
}

#boss-guides-canvas .active-filter{
  border:0 !important;
  box-shadow:none !important;
  background:transparent;
  color:rgba(17,17,17,.64);
  font-size:13px;
  font-weight:600;
  letter-spacing:-.03em;
  cursor:pointer;
}

#boss-guides-canvas .active-filter::before{
  content:"#";
  margin-right:2px;
  color:var(--point);
  font-weight:700;
}

#boss-guides-canvas .active-filter{
  color:var(--text);
}

#boss-guides-canvas .guide-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  column-gap:34px;
  row-gap:0;
}

#boss-guides-canvas .guide-grid.is-loading{
  opacity:.5;
}

#boss-guides-canvas .guide-card{
  display:block;
  min-height:0;
  padding:18px 0;
  border:0 !important;
  border-bottom:1px solid var(--soft-line) !important;
  border-radius:0;
  background:#fff;
  box-shadow:none !important;
  color:inherit;
  cursor:pointer;
}

#boss-guides-canvas .guide-card:hover{
  background:#fff;
}

#boss-guides-canvas .guide-card:first-child{
  padding-top:0;
}

#boss-guides-canvas .guide-content{
  min-width:0;
}

#boss-guides-canvas .guide-meta{
  display:flex;
  align-items:center;
  gap:8px;
  flex-wrap:wrap;
  margin-bottom:7px;
}

#boss-guides-canvas .guide-badge{
  display:inline-flex;
  align-items:center;
  height:24px;
  padding:0 10px;
  border-radius:999px;
  background:var(--point-soft);
  color:var(--point-text);
  font-size:11px;
  font-weight:600;
}

#boss-guides-canvas .guide-updated{
  font-size:12px;
  color:var(--faint);
}

#boss-guides-canvas .guide-title{
  margin:0;
  font-size:16px;
  line-height:1.48;
  letter-spacing:-.02em;
  font-weight:600;
  word-break:keep-all;
  display:block;
  overflow:visible;
}

#boss-guides-canvas .guide-desc{
  margin-top:6px;
  color:var(--muted);
  font-size:13px;
  line-height:1.68;
  word-break:keep-all;
  display:-webkit-box;
  -webkit-line-clamp:1;
  -webkit-box-orient:vertical;
  overflow:hidden;
}

#boss-guides-canvas .pager{
  margin-top:18px;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:8px;
}

#boss-guides-canvas .pager-info{
  font-size:12px;
  color:var(--muted);
  font-weight:400;
  min-width:72px;
  text-align:center;
}

#boss-guides-canvas .btn{
  height:38px;
  padding:0 14px;
  border:0 !important;
  border-radius:999px;
  background:var(--button);
  box-shadow:none !important;
  color:#5B6472;
  font-size:12px;
  font-weight:600;
  cursor:pointer;
  transition:background .16s ease;
  white-space:nowrap;
}

#boss-guides-canvas .btn:hover{
  background:var(--button-hover);
}

#boss-guides-canvas .pager-btn[disabled],
#boss-guides-canvas .pager-btn.is-disabled{
  opacity:.45;
  cursor:not-allowed;
  pointer-events:none;
}

@media (max-width:980px){
  #boss-guides-canvas .container{
    padding:0 12px 56px;
  }

  #boss-guides-canvas .hero{
    padding:46px 0 36px;
  }

  #boss-guides-canvas .hero h1{
    font-size:clamp(24px,3vw,34px);
  }

  #boss-guides-canvas .hero-search{
    max-width:760px;
    margin-top:24px;
  }

  #boss-guides-canvas .input{
    height:64px;
    padding:0 76px 0 50px;
    font-size:16px;
  }

  #boss-guides-canvas .hero-search-button{
    right:10px;
    width:44px;
    height:44px;
  }

  #boss-guides-canvas .hero-search-button svg{
    width:24px;
    height:24px;
  }

  #boss-guides-canvas .controls{
    justify-content:stretch;
  }

  #boss-guides-canvas .select{
    height:38px;
    width:100%;
  }

  #boss-guides-canvas .topic-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }

  #boss-guides-canvas .topic-collapsible{
    --topic-collapsed-height:274px;
    --topic-fade-height:86px;
  }

  #boss-guides-canvas .guide-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
    column-gap:24px;
  }

}

@media (max-width:760px){
  #boss-guides-canvas .container{
    padding:0 10px 48px;
  }

  #boss-guides-canvas .hero{
    padding:34px 0 28px;
  }

  #boss-guides-canvas .hero h1{
    font-size:20px;
    line-height:1.32;
  }

  #boss-guides-canvas .hero-desc{
    margin-top:10px;
    font-size:13px;
    line-height:1.6;
  }

  #boss-guides-canvas .hero-search{
    margin-top:24px;
  }

  #boss-guides-canvas .section{
    margin-bottom:24px;
    padding-bottom:24px;
  }

  #boss-guides-canvas .section-header{
    display:block;
    margin-bottom:12px;
  }

  #boss-guides-canvas .section-title{
    font-size:16px;
  }

  #boss-guides-canvas .topic-section-link{
    margin-top:7px;
    font-size:11px;
  }

  #boss-guides-canvas .section-hint{
    margin-top:6px;
    font-size:12px;
  }

  #boss-guides-canvas .input{
    height:56px;
    padding:0 64px 0 44px;
    border-width:1px !important;
    font-size:15px;
  }

  #boss-guides-canvas .hero-search-button{
    right:8px;
    width:38px;
    height:38px;
  }

  #boss-guides-canvas .hero-search-button svg{
    width:28px;
    height:28px;
  }

  #boss-guides-canvas .search-wrap::before{
    left:16px;
    width:14px;
    height:14px;
    border-width:1.8px;
  }

  #boss-guides-canvas .search-wrap::after{
    left:28px;
    width:7px;
  }

  #boss-guides-canvas .live-search-results{
    padding:14px;
  }

  #boss-guides-canvas .guides-inline-ad{
    margin:0;
    padding:0 !important;
  }

  #boss-guides-canvas .guides-inline-ad .maintalk-inline-display-ad__inner{
    height:84px;
    max-height:84px;
  }

  #boss-guides-canvas .live-search-head{
    display:block;
    margin-bottom:10px;
  }

  #boss-guides-canvas .live-search-head span{
    display:block;
    margin-top:5px;
    white-space:normal;
  }

  #boss-guides-canvas .live-result-item{
    align-items:flex-start;
  }

  #boss-guides-canvas .live-result-item span{
    white-space:normal;
    text-align:right;
  }

  #boss-guides-canvas .active-filter{
    font-size:12px;
  }

  #boss-guides-canvas .topic-card{
    min-height:56px;
    padding:10px 12px;
    border-radius:16px;
  }

  #boss-guides-canvas .topic-collapsible{
    --topic-collapsed-height:264px;
  }

  #boss-guides-canvas .topic-more-button{
    min-width:126px;
    min-height:46px;
    padding:0 22px;
    font-size:14px;
  }

  #boss-guides-canvas .topic-title{
    font-size:12px;
  }

  #boss-guides-canvas .topic-meta{
    font-size:11px;
  }

  #boss-guides-canvas .guide-grid{
    grid-template-columns:1fr;
  }

  #boss-guides-canvas .guide-card{
    padding:14px 6px;
  }

  #boss-guides-canvas .guide-title{
    font-size:15px;
  }

  #boss-guides-canvas .guide-desc{
    font-size:12px;
    line-height:1.68;
  }
}
*/
