/* spit-cutoff.css — external stylesheet for lean HTML */
*{margin:0;padding:0;box-sizing:border-box}
body{font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Arial,sans-serif;background:#f8f9fa;color:#1a1a2e;line-height:1.7;font-size:16px}
.wrap{max-width:820px;margin:0 auto;padding:20px 18px 52px}
.breadcrumb{font-size:13px;color:#888;margin-bottom:14px}
.breadcrumb a{color:#d4450c;text-decoration:none}
.breadcrumb span{margin:0 5px;color:#ccc}

/* Hero */
.hero{width:100%;border-radius:14px;overflow:hidden;margin-bottom:22px;aspect-ratio:1200/630;background:#0f172a;position:relative;display:flex;flex-direction:column;justify-content:flex-end}
.hero img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
.hero-overlay{position:absolute;inset:0;background:linear-gradient(155deg,#0f172a 0%,rgba(15,23,42,.55) 55%,#0f172a 100%)}
.hero-topbar{position:absolute;top:0;left:0;right:0;height:5px;background:linear-gradient(90deg,#d4450c,#f97316,#d4450c)}
.hero-body{position:relative;z-index:2;padding:28px 32px}
.hero-live{display:inline-flex;align-items:center;gap:5px;background:rgba(220,38,38,.25);border:1px solid rgba(220,38,38,.5);color:#fca5a5;font-size:11px;font-weight:700;padding:4px 12px;border-radius:20px;letter-spacing:.7px;text-transform:uppercase;margin-bottom:12px}
.hero-title{font-size:clamp(19px,4vw,33px);font-weight:800;color:#f1f5f9;line-height:1.2;margin-bottom:6px}
.hero-title .hl{color:#f97316}
.hero-sub{font-size:14px;color:#94a3b8;margin-bottom:14px}
.hero-pills{display:flex;flex-wrap:wrap;gap:6px}
.hero-pill{font-size:11px;font-weight:600;padding:4px 10px;border-radius:10px;background:rgba(255,255,255,.07);color:rgba(255,255,255,.75);border:1px solid rgba(255,255,255,.1)}

/* Header */
.tags{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:12px}
.tag{background:#fff3ed;color:#d4450c;font-size:12px;padding:4px 10px;border-radius:20px;font-weight:600}
h1{font-size:clamp(21px,5vw,29px);font-weight:800;line-height:1.3;color:#1a1a2e;margin-bottom:10px}
.meta{font-size:13px;color:#888;padding-bottom:16px;border-bottom:1px solid #eee;margin-bottom:22px;display:flex;flex-wrap:wrap;gap:8px;align-items:center}
.meta strong{color:#1a1a2e}

/* TOC */
.toc{background:#fff;border:1px solid #eee;border-radius:12px;padding:18px 20px;margin-bottom:28px}
.toc h2{font-size:14px;font-weight:700;color:#1a1a2e;margin:0 0 10px;border:none;padding:0}
.toc ol{margin:0 0 0 18px;padding:0}
.toc li{font-size:14px;margin-bottom:5px}
.toc a{color:#d4450c;text-decoration:none}
.toc a:hover{text-decoration:underline}

/* Headings */
h2{font-size:20px;font-weight:700;margin:32px 0 12px;color:#1a1a2e;border-left:4px solid #d4450c;padding-left:12px}
h3{font-size:17px;font-weight:700;margin:20px 0 8px;color:#333}
p{margin-bottom:14px;font-size:15px;line-height:1.75}
ul,ol{margin:0 0 16px 22px}
li{margin-bottom:8px;font-size:15px;line-height:1.65}
a{color:#d4450c;text-decoration:none}
a:hover{text-decoration:underline}
strong{color:#1a1a2e}
hr{border:none;border-top:1px solid #eee;margin:28px 0}

/* Tables */
.tw{overflow-x:auto;margin:16px 0;border-radius:10px;border:1px solid #eee}
table{width:100%;border-collapse:collapse;font-size:14px;min-width:460px}
th{background:#fff3ed;padding:11px 14px;text-align:left;font-weight:700;color:#1a1a2e;border-bottom:1px solid #f0ddd5;white-space:nowrap}
td{padding:11px 14px;border-bottom:1px solid #f5f5f5;vertical-align:top}
tr:last-child td{border-bottom:none}
tr:nth-child(even) td{background:#fafafa}
.bold{font-weight:700}
.red{color:#d4450c;font-weight:700}
.green{color:#15803d;font-weight:600}
.blue{color:#1d4ed8;font-weight:600}
.purple{color:#6d28d9;font-weight:600}
.amber{color:#92400e;font-weight:600}

/* Stat cards */
.stat-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:10px;margin:18px 0}
.stat-card{background:#fff;border:1px solid #eee;border-radius:12px;padding:14px 16px;text-align:center}
.stat-card .sv{font-size:24px;font-weight:800;color:#d4450c;line-height:1}
.stat-card .sl{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.4px;color:#888;margin-top:4px}

/* Branch highlight card */
.branch-card{background:#fff;border:1px solid #eee;border-radius:12px;padding:18px 20px;margin:14px 0;border-top:3px solid #d4450c}
.branch-card h3{font-size:16px;margin:0 0 6px;color:#1a1a2e}
.branch-card .bcut{font-size:26px;font-weight:800;color:#d4450c;line-height:1;margin-bottom:2px}
.branch-card .brank{font-size:12px;color:#888;margin-bottom:10px}
.branch-card p{font-size:14px;margin:0;color:#444;line-height:1.65}

/* Two col comparison */
.two-col{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin:16px 0}
.col-card{border-radius:12px;padding:16px 18px}
.col-card.spce{background:#eff6ff;border:1px solid #bfdbfe}
.col-card.spit{background:#fff3ed;border:1px solid #fdd0b8}
.col-card h3{font-size:15px;font-weight:700;margin:0 0 8px}
.col-card.spce h3{color:#1d4ed8}
.col-card.spit h3{color:#d4450c}
.col-card ul{margin:0;padding-left:18px}
.col-card li{font-size:13px;margin-bottom:5px;color:#333}

/* Alert */
.alert{border-left:4px solid;border-radius:0 10px 10px 0;padding:14px 18px;margin:18px 0}
.alert p{margin:0;font-size:14px;line-height:1.65}
.alert.info{background:#eff6ff;border-color:#3b82f6}
.alert.warning{background:#fffbeb;border-color:#f59e0b}
.alert.tip{background:#fff3ed;border-color:#d4450c}
.alert.success{background:#f0fdf4;border-color:#22c55e}

/* Steps */
.steps{margin:16px 0}
.step{display:flex;gap:14px;margin-bottom:18px;align-items:flex-start}
.sn{width:34px;height:34px;border-radius:50%;background:#d4450c;color:#fff;font-size:14px;font-weight:700;display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-top:2px}
.sb h3{font-size:15px;font-weight:700;margin:0 0 4px;color:#1a1a2e}
.sb p{font-size:14px;margin:0;color:#444;line-height:1.65}

/* CTA */
.cta-box{background:linear-gradient(135deg,#1a1a2e,#2d2d52);border-radius:14px;padding:24px;margin:28px 0;text-align:center}
.cta-box h3{font-size:18px;font-weight:800;color:#fff;margin:0 0 8px}
.cta-box p{font-size:14px;color:rgba(255,255,255,.8);margin:0 0 16px;line-height:1.6}
.cta-btn{display:inline-block;background:#e85d2e;color:#fff;font-weight:700;font-size:14px;padding:12px 28px;border-radius:10px;text-decoration:none}

/* FAQ */
.faq-list{margin:16px 0}
.faq-item{background:#fff;border:1px solid #eee;border-radius:10px;padding:16px 18px;margin-bottom:10px}
.faq-item h3{font-size:15px;font-weight:700;margin:0 0 8px;color:#1a1a2e}
.faq-item p{font-size:14px;margin:0;color:#444;line-height:1.65}

/* Author */
.author-box{display:flex;align-items:flex-start;gap:16px;padding:20px;margin:28px 0;background:#fff;border:1px solid #eee;border-radius:14px}
.av{width:54px;height:54px;border-radius:50%;background:#d4450c;color:#fff;display:flex;align-items:center;justify-content:center;font-size:21px;font-weight:700;flex-shrink:0}
.ai .al{font-size:11px;color:#d4450c;font-weight:700;text-transform:uppercase;letter-spacing:.5px;margin-bottom:2px}
.ai .an{font-weight:700;font-size:15px;color:#1a1a2e;margin-bottom:3px}
.ai p{font-size:13px;color:#666;margin:0;line-height:1.6}

/* Related */
.related{background:#fff;border:1px solid #eee;border-radius:12px;padding:20px;margin-top:28px}
.related h3{font-size:15px;font-weight:700;color:#1a1a2e;margin:0 0 12px;padding-bottom:10px;border-bottom:1px solid #f5f5f5}
.related a{display:flex;align-items:center;gap:8px;padding:8px 0;font-size:14px;border-bottom:1px solid #f5f5f5;color:#1a1a2e;text-decoration:none}
.related a:last-child{border-bottom:none;padding-bottom:0}
.related a::before{content:'→';color:#d4450c;font-weight:700;flex-shrink:0}
.related a:hover{color:#d4450c}

.footer{text-align:center;padding:26px 20px;font-size:13px;color:#888;border-top:1px solid #eee;margin-top:36px}
.footer a{color:#d4450c;margin:0 8px}

@media(max-width:560px){
  .two-col{grid-template-columns:1fr}
  .author-box{flex-direction:column;align-items:center;text-align:center}
  .hero-body{padding:20px}
  .stat-row{grid-template-columns:1fr 1fr}
}
