.tbl-section{margin-bottom:5rem}.tbl-title{font-family:Bebas Neue,sans-serif;font-size:clamp(2rem,6vw,3.5rem);letter-spacing:.12em;text-transform:uppercase;color:var(--red);margin-bottom:.3rem;position:relative;display:inline-block}.tbl-title:after{content:"";position:absolute;bottom:-4px;left:0;width:100%;height:3px;background:var(--red);animation:title-pulse 3s ease-in-out infinite}@keyframes title-pulse{0%,to{opacity:1;width:100%}50%{opacity:.6;width:60%}}.tbl-subtitle{font-size:.75rem;color:var(--dim);letter-spacing:.2em;text-transform:uppercase;margin-bottom:2rem;margin-top:.8rem}.tbl-wrap{overflow-x:hidden;margin:0;padding:0}.tbl-wrap::-webkit-scrollbar{height:4px}.tbl-wrap::-webkit-scrollbar-track{background:var(--bg)}.tbl-wrap::-webkit-scrollbar-thumb{background:var(--red);border-radius:2px}.brutal-table{width:100%;border-collapse:separate;border-spacing:0;font-size:.82rem;line-height:1.6;table-layout:fixed}.brutal-table thead th{font-family:Bebas Neue,sans-serif;font-size:1.1rem;letter-spacing:.15em;text-transform:uppercase;color:var(--bg);background:var(--red);padding:1rem 1.2rem;text-align:left;border:none;position:sticky;top:0;z-index:10}.brutal-table thead th:first-child{border-radius:4px 0 0}.brutal-table thead th:last-child{border-radius:0 4px 0 0}.brutal-table tbody td{padding:1rem 1.2rem;border-bottom:1px solid var(--border);color:var(--dim);vertical-align:top;transition:background .15s,color .15s}.brutal-table tbody tr{transition:background .15s}.brutal-table tbody tr:hover{background:var(--highlight-bg)}.brutal-table tbody tr:hover td{color:var(--text)}.step-num{font-family:Bebas Neue,sans-serif;font-size:2rem;color:var(--red);line-height:1;width:3.5rem;text-align:center;opacity:.85;position:relative}.step-num:after{content:"";position:absolute;bottom:.6rem;left:50%;transform:translate(-50%);width:1.5rem;height:2px;background:var(--red);opacity:.3}.step-name{font-family:Bebas Neue,sans-serif;font-size:1.15rem;letter-spacing:.06em;text-transform:uppercase;color:var(--text)!important;white-space:normal}.brutal-table col.col-num{width:50px}.brutal-table col.col-step{width:18%}.brutal-table col.col-action,.brutal-table col.col-why{width:38%}.brutal-table tbody tr.critical{background:var(--highlight-bg);border-left:3px solid var(--red)}.brutal-table tbody tr.critical td{color:var(--text)}.brutal-table tbody tr.critical .step-name{color:var(--red-glow)!important}.brutal-table tbody tr.critical .step-num{opacity:1}.badge-critical{display:inline-block;font-family:JetBrains Mono,monospace;font-size:.6rem;font-weight:700;letter-spacing:.15em;text-transform:uppercase;color:var(--red);border:1px solid var(--red);padding:.15rem .4rem;margin-left:.5rem;vertical-align:middle;animation:badge-blink 2s ease-in-out infinite}@keyframes badge-blink{0%,to{opacity:1}50%{opacity:.4}}.split-table{width:100%;border-collapse:separate;border-spacing:0;font-size:.82rem;line-height:1.6}.split-table thead th{font-family:Bebas Neue,sans-serif;font-size:1.3rem;letter-spacing:.15em;text-transform:uppercase;padding:1.2rem 1.5rem;text-align:left;width:50%}.split-table thead th.col-do{color:#2ecc71;background:#2ecc7114;border-bottom:3px solid #2ecc71;border-radius:4px 0 0}.split-table thead th.col-dont{color:var(--red-glow);background:var(--highlight-bg);border-bottom:3px solid var(--red);border-radius:0 4px 0 0}.split-table tbody td{padding:.9rem 1.5rem;vertical-align:top;border-bottom:1px solid var(--border);transition:background .15s}.split-table tbody td:first-child{border-right:1px solid var(--border)}.split-table tbody tr:hover td:first-child{background:#2ecc710a}.split-table tbody tr:hover td:last-child{background:var(--highlight-bg)}.do-item,.dont-item{display:flex;align-items:flex-start;gap:.6rem}.do-item:before{content:">";font-family:JetBrains Mono,monospace;font-weight:700;color:#2ecc71;flex-shrink:0;margin-top:.05rem}.dont-item:before{content:"X";font-family:JetBrains Mono,monospace;font-weight:700;color:var(--red);flex-shrink:0;margin-top:.05rem}.do-item span,.dont-item span{color:var(--dim)}.do-item strong,.dont-item strong{color:var(--text);font-weight:700}.page-banner{background:var(--highlight-bg);border:1px solid var(--red);border-left:4px solid var(--red);padding:1.5rem 2rem;margin-bottom:4rem;font-size:.85rem;line-height:1.7;color:var(--dim);position:relative;overflow:hidden}.page-banner:before{content:"//";position:absolute;top:-.5rem;right:1rem;font-family:Bebas Neue,sans-serif;font-size:6rem;color:var(--red);opacity:.06;line-height:1}.page-banner strong{color:var(--red-glow)}.scroll-hint{display:none}.brutal-table tbody tr,.split-table tbody tr{opacity:0;transform:translate(-12px);animation:row-in .4s ease forwards}.brutal-table tbody tr:first-child,.split-table tbody tr:first-child{animation-delay:50ms}.brutal-table tbody tr:nth-child(2),.split-table tbody tr:nth-child(2){animation-delay:.1s}.brutal-table tbody tr:nth-child(3),.split-table tbody tr:nth-child(3){animation-delay:.15s}.brutal-table tbody tr:nth-child(4),.split-table tbody tr:nth-child(4){animation-delay:.2s}.brutal-table tbody tr:nth-child(5),.split-table tbody tr:nth-child(5){animation-delay:.25s}.brutal-table tbody tr:nth-child(6),.split-table tbody tr:nth-child(6){animation-delay:.3s}.brutal-table tbody tr:nth-child(7),.split-table tbody tr:nth-child(7){animation-delay:.35s}.brutal-table tbody tr:nth-child(8),.split-table tbody tr:nth-child(8){animation-delay:.4s}.brutal-table tbody tr:nth-child(9){animation-delay:.45s}.brutal-table tbody tr:nth-child(10){animation-delay:.5s}.brutal-table tbody tr:nth-child(11){animation-delay:.55s}.brutal-table tbody tr:nth-child(12){animation-delay:.6s}@keyframes row-in{to{opacity:1;transform:translate(0)}}@media(max-width:480px){.page-banner{padding:1rem 1.2rem;margin-bottom:3rem}.tbl-section{margin-bottom:4rem}.brutal-table thead th,.split-table thead th{font-size:.85rem;padding:.6rem .5rem}.brutal-table tbody td,.split-table tbody td{padding:.5rem;font-size:.7rem}.step-num{font-size:1.4rem;width:2rem}.step-num:after{display:none}.step-name{font-size:.85rem}.brutal-table col.col-num{width:35px}.brutal-table col.col-step{width:22%}.badge-critical{font-size:.5rem;padding:.1rem .25rem;margin-left:.2rem}}
