*{box-sizing:border-box;margin:0;padding:0;font-family:Segoe UI,Roboto,Helvetica,Arial,sans-serif}body{color:#fff;background-color:#000;width:100vw;height:100vh;overflow:hidden}::-webkit-scrollbar{display:none}*{-ms-overflow-style:none;scrollbar-width:none}.board-container{background-color:#050505;grid-template-columns:repeat(3,1fr);gap:15px;width:100vw;height:100vh;padding:15px;display:grid}.column{background-color:#121212;border:1px solid #2a2a2a;border-radius:12px;flex-direction:column;display:flex;overflow:hidden}.column-header{text-align:center;background-color:#1a1a1a;border-bottom:4px solid #333;padding:25px}.column:first-child .column-header{border-bottom-color:#0f8}.column:nth-child(2) .column-header{border-bottom-color:#fa0}.column:nth-child(3) .column-header{border-bottom-color:#0af}.column-header h2{color:#fff;text-transform:uppercase;letter-spacing:2px;font-size:3.5rem;font-weight:800}.column-content{flex-direction:column;flex:1;gap:20px;padding:20px;display:flex;overflow-y:auto}.card{background-color:#1e1e1e;border-left:10px solid #555;border-radius:8px;flex-direction:column;gap:15px;padding:30px 25px;display:flex;box-shadow:0 6px 10px #0009}#content-col-1 .card{border-left-color:#0f8}#content-col-2 .card{border-left-color:#fa0}#content-col-3 .card{border-left-color:#0af}.card-title{color:#fff;font-size:2.8rem;font-weight:900;line-height:1.2}.card-subtitle{color:#a0a0a0;margin-top:5px;font-size:2.2rem;font-weight:600}.highlight{color:#fc0}.card.delayed{animation:1.5s infinite pulse-alert;border-left-color:#f33!important}@keyframes pulse-alert{0%{background-color:#1e1e1e;box-shadow:0 0 #f33c}50%{background-color:#3b1414;box-shadow:0 0 30px 15px #f336}to{background-color:#1e1e1e;box-shadow:0 0 #f330}}
