:root{--font-mono:"Roboto Mono",monospace}*{box-sizing:border-box}body{margin:0}img{max-width:100%;height:auto;display:block}h1{margin:40px 0;font-size:64px;line-height:70px;font-weight:700;@media (max-width:1024px){margin-left:0;margin-bottom:24px;margin-right:0;margin-top:24px;font-size:42px;line-height:42px}@media (max-width:768px){font-size:38px;line-height:38px}@media (max-width:400px){font-size:32px;line-height:32px}}p{margin:24px 0;@media (max-width:1024px){margin:calc(var(--base) * .75) 0}}a{color:currentColor;&:focus{opacity:.8;outline:none}&:active{opacity:.7;outline:none}}svg{vertical-align:middle}.home{display:flex;flex-direction:column;justify-content:space-between;align-items:center;height:100vh;padding:45px;max-width:1024px;margin:0 auto;overflow:hidden;@media (max-width:400px){padding-left:24px;padding-bottom:24px;padding-right:24px;padding-top:24px}.content{display:flex;flex-direction:column;align-items:center;justify-content:center;flex-grow:1;h1{text-align:center}}.links{display:flex;align-items:center;gap:12px;a{text-decoration:none;padding:.25rem .5rem;border-radius:4px}.admin{color:rgb(0,0,0);background:rgb(1000,1000,1000);border:1px solid rgb(0,0,0)}.docs{color:rgb(1000,1000,1000);background:rgb(0,0,0);border:1px solid rgb(1000,1000,1000)}}.footer{display:flex;align-items:center;gap:8px;@media (max-width:1024px){flex-direction:column;gap:6px}p{margin:0}.codeLink{text-decoration:none;padding:0 .5rem;background:rgb(60,60,60);border-radius:4px}}}.sidebar{background:#fff;border-right:1px solid #ececec;min-width:220px;max-width:220px;height:100vh;display:flex;flex-direction:column}.kanban-board{background:#f8fafc;min-height:100vh;padding:32px 24px;display:flex;flex-direction:row;gap:24px}.kanban-col{background:none;min-width:300px;max-width:400px;margin-right:0;flex:1 1;gap:16px}.kanban-card,.kanban-col{display:flex;flex-direction:column}.kanban-card{background:#fff;border-radius:16px;box-shadow:0 2px 8px rgba(0,0,0,.04);margin-bottom:16px;padding:18px 16px 14px;transition:box-shadow .2s;border:1px solid #f1f2f6;gap:8px}.kanban-card:hover{box-shadow:0 8px 32px rgba(0,0,0,.1);border:1px solid #e0e0e0}.kanban-card .MuiAvatar-root{background:#f1f2f6;margin-right:8px}.kanban-card .MuiChip-root{font-weight:700;font-size:12px;border-radius:8px;margin-left:8px}.kanban-card .MuiBadge-badge{font-size:11px;min-width:18px;height:18px;border-radius:8px}.kanban-card .MuiTypography-root{font-family:Inter,Roboto,Arial,sans-serif}.kanban-card .MuiTooltip-tooltip{font-size:12px}.kanban-card .card-header{justify-content:space-between}.kanban-card .card-header,.kanban-card .card-meta{display:flex;align-items:center;gap:8px}article ol,article ul{margin-top:1em;margin-bottom:1em;padding-left:2.5rem}article li{display:list-item;margin-bottom:.5em}article ul{list-style-type:disc}article ol{list-style-type:decimal!important}article ol ul,article ul ul{list-style-type:circle!important;margin-top:0;margin-bottom:0}article ol ul ul,article ul ul ul{list-style-type:square}article ol ol,article ul ol{list-style-type:lower-alpha;margin-top:0;margin-bottom:0}article ol ol ol,article ul ol ol{list-style-type:lower-roman}article{background-color:#f5f3ef!important;border-radius:0!important;box-shadow:none!important;border:1px solid #e0e0e0!important}