body{color:#172b4d;background-color:#f4f5f7;margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}*{box-sizing:border-box}.app-container{width:100vw;height:100vh;display:flex;overflow:hidden}.sidebar{background-color:#fff;border-right:1px solid #dfe1e6;flex-direction:column;width:260px;height:100vh;padding:20px;display:flex}.sidebar-title{color:#5e6c84;text-transform:uppercase;margin:bottom 15px;letter-spacing:.5px;font-size:14px;font-weight:700}.project-item{cursor:pointer;border-radius:5px;align-items:center;margin-bottom:5px;padding:10px;transition:background-color .2s;display:flex}.project-item:hover{background-color:#ebecf0}.project-icon{color:#42526e;margin-right:10px}.kanban-container{background-color:#f0f8ff;flex-direction:column;flex:1;height:100vh;padding:24px;display:flex;overflow-y:auto}.board-header{margin-bottom:24px}.board-header h1{color:#172b4d;margin:0 0 8px;font-size:24px}.columns-wrapper{grid-template-columns:repeat(3,1fr);align-items:start;gap:16px;display:grid}.column{background-color:#f4f5f7;border:1px solid #dfe1e6;border-radius:4px;flex-direction:column;min-height:500px;padding:12px;display:flex}.column-header{justify-content:space-between;align-items:center;padding:0 4px 12px;display:flex}.column-title{color:#5e6c84;text-transform:uppercase;font-size:14px;font-weight:600}.card-count{color:#42526e;background-color:#ebecf0;border-radius:10px;padding:2px 8px;font-size:12px;font-weight:600}.cards-container{flex-direction:column;flex:1;gap:8px;display:flex}.task-card{cursor:grab;background-color:#fff;border:1px solid #dfe1e6;border-radius:3px;padding:12px;transition:box-shadow .15s;box-shadow:0 1px 2px #091e4240}.task-card:hover{box-shadow:0 4px 8px -2px #091e4240,0 0 1px #091e424f}.card-title{color:#172b4d;margin:0 0 8px;font-size:14px;font-weight:500}.card-footer{justify-content:space-between;align-items:center;margin-top:12px;display:flex}.priority-badge{text-transform:uppercase;color:#42526e;background-color:#ebecf0;border-radius:3px;padding:2px 6px;font-size:11px;font-weight:700}
