:root{font-family:Avenir Next,Segoe UI,sans-serif;color:#102a43;background:linear-gradient(135deg,#f7fbff,#d9e2ec);line-height:1.5}*{box-sizing:border-box}body{margin:0;min-height:100vh}.page{max-width:1100px;margin:0 auto;padding:2rem 1rem 3rem}.page.embedded{max-width:760px;height:100dvh;padding:.6rem;display:flex;flex-direction:column;overflow:hidden;gap:.5rem}.header{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem}.header h1{margin:0}.header p{margin-top:.25rem;color:#486581}.auth-btn{border:0;border-radius:10px;background:#334e68;color:#fff;padding:.65rem 1rem;font-weight:600;cursor:pointer}.task-form{display:grid;grid-template-columns:1fr 220px 110px;gap:.75rem;margin:1.25rem 0 .75rem}.task-form input{border:1px solid #bcccdc;border-radius:10px;padding:.75rem;font-size:1rem}.task-form button{border:0;border-radius:10px;background:#0b7285;color:#fff;padding:.75rem 1rem;font-weight:600;cursor:pointer}.task-form button:disabled{background:#9fb3c8;cursor:not-allowed}.project-filter{background:#fff;border-radius:12px;padding:.75rem;margin-bottom:.85rem;box-shadow:0 10px 30px #102a4314}.filter-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:.4rem}.filter-actions{display:flex;gap:.35rem}.link-btn{background:transparent;border:0;color:#0b7285;cursor:pointer;font-weight:600}.filter-list{display:flex;flex-wrap:wrap;gap:.5rem}.filter-item{display:inline-flex;gap:.35rem;align-items:center;background:#f0f4f8;border:1px solid #d9e2ec;border-radius:999px;padding:.25rem .55rem;font-size:.9rem}.muted{color:#627d98}.status{margin:.25rem 0 1rem;color:#486581}.status.error{color:#b42318}.board{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}.board-embedded{grid-template-columns:1fr;flex:1;min-height:0}.column{background:#fff;border-radius:14px;padding:.75rem;box-shadow:0 10px 30px #102a4314;min-height:360px}.embedded .column{display:flex;flex-direction:column;min-height:0;height:100%}.column-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem}.column-head h2{margin:0;font-size:1rem}.column-head span{background:#e4f1ff;color:#0b7285;border-radius:999px;padding:.15rem .55rem;font-size:.8rem;font-weight:700}.cards{display:flex;flex-direction:column;gap:.65rem}.embedded .cards{overflow-y:auto;min-height:0}.column-tabs{display:flex;gap:.4rem}.column-tab{border:1px solid #bcccdc;background:#f0f4f8;border-radius:999px;padding:.35rem .7rem;font-weight:600;color:#334e68;cursor:pointer}.column-tab.active{background:#0b7285;border-color:#0b7285;color:#fff}.card{position:relative;background:#f0f4f8;border-radius:10px;padding:.85rem .7rem .7rem;border:1px solid #d9e2ec;cursor:grab}.delete-btn{position:absolute;top:.35rem;right:.35rem;border:0;background:transparent;color:#9b1c1c;font-size:1.1rem;line-height:1;cursor:pointer;padding:.15rem .25rem}.card-title{font-weight:600}.card-project{font-size:.85rem;color:#486581;margin-top:.3rem}.card:active{cursor:grabbing}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#102a4380;display:grid;place-items:center;padding:1rem;z-index:10}.modal{width:min(420px,100%);background:#fff;border-radius:14px;padding:1rem;box-shadow:0 20px 45px #102a4340}.modal h2{margin-top:0;margin-bottom:.75rem}.modal-form input{width:100%;border:1px solid #bcccdc;border-radius:10px;padding:.75rem;font-size:1rem}.modal-actions{display:flex;justify-content:flex-end;gap:.6rem;margin-top:.8rem}.modal-actions button{border:0;border-radius:10px;background:#0b7285;color:#fff;padding:.65rem .95rem;font-weight:600;cursor:pointer}.modal-actions .secondary-btn{background:#9fb3c8;color:#102a43}@media(max-width:900px){.board{grid-template-columns:1fr}.column{min-height:220px}.task-form{grid-template-columns:1fr}.header{align-items:center}}
