*{box-sizing:border-box;margin:0;padding:0}body,html{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;background-color:#f4f5f7;color:#172b4d;line-height:1.6;font-size:14px}a{color:#0052cc;text-decoration:none}a:hover{text-decoration:underline;color:#0065ff}button{font-family:inherit;cursor:pointer}.tag-pc{background-color:#deebff;color:#0052cc;border:1px solid #b3d4ff}.tag-console{background-color:#e3fcef;color:#064;border:1px solid #abf5d1}.tag-mobile{background-color:#fff0b3;color:#974f0c;border:1px solid #ffe380}.priority-high{background-color:#ffebe6;color:#bf2600;border:1px solid #ffbdad}.priority-medium{background-color:#fff0b3;color:#974f0c;border:1px solid #ffe380}.priority-low{background-color:#e3fcef;color:#064;border:1px solid #abf5d1}.col-todo{border-top:3px solid #0052cc}.col-in-progress{border-top:3px solid #0065ff}.col-review{border-top:3px solid #ff8b00}.col-done{border-top:3px solid #00875a;opacity:.85}.card{background:#fff;border:1px solid #dfe1e6;border-radius:4px;transition:box-shadow .15s ease,border-color .15s ease}.card:hover{box-shadow:0 2px 8px rgba(9,30,66,.15);border-color:#c1c7d0}input[type=date],input[type=text],input[type=url],select,textarea{font-family:inherit;font-size:14px;border:2px solid #dfe1e6;border-radius:3px;padding:6px 10px;width:100%;color:#172b4d;background:#fff;transition:border-color .15s ease;outline:none}input[type=date]:focus,input[type=text]:focus,input[type=url]:focus,select:focus,textarea:focus{border-color:#4c9aff}.btn{display:inline-flex;align-items:center;gap:6px;padding:6px 14px;border-radius:3px;font-size:14px;font-weight:500;border:none;cursor:pointer;transition:background-color .15s ease}.btn-primary{background-color:#0052cc;color:#fff}.btn-primary:hover{background-color:#0065ff}.btn-secondary{background-color:#f4f5f7;color:#42526e;border:1px solid #dfe1e6}.btn-secondary:hover{background-color:#ebecf0}.btn-danger{background-color:#ffebe6;color:#bf2600;border:1px solid #ffbdad}.btn-danger:hover{background-color:#ffbdad}.modal-overlay{position:fixed;inset:0;background:rgba(9,30,66,.54);display:flex;align-items:center;justify-content:center;z-index:100;padding:16px}.modal-card{background:#fff;border-radius:4px;width:100%;max-width:640px;max-height:90vh;overflow-y:auto;box-shadow:0 8px 24px rgba(9,30,66,.25)}.badge{display:inline-flex;align-items:center;padding:2px 8px;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.04em}.badge,.skeleton{border-radius:3px}.skeleton{background:linear-gradient(90deg,#ebecf0 25%,#f4f5f7 50%,#ebecf0 75%);background-size:200% 100%;animation:skeleton-loading 1.4s infinite}@keyframes skeleton-loading{0%{background-position:200% 0}to{background-position:-200% 0}}.line-clamp-2{-webkit-line-clamp:2}.line-clamp-2,.line-clamp-3{display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden}.line-clamp-3{-webkit-line-clamp:3}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:#f4f5f7}::-webkit-scrollbar-thumb{background:#c1c7d0;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#a5adba}