.card{background:#fff;border:1px solid #e6e7eb;border-radius:8px;padding:16px;width:100%;box-shadow:0 1px 2px #0000000d;transition:transform .2s ease;display:grid;grid-template-rows:auto 1fr auto;gap:8px;color:#000}.card:hover{transform:translateY(-1px);box-shadow:0 2px 4px #0000001a}.card-header{display:flex;justify-content:space-between;align-items:center}.ticket-id{color:#6b7280;font-size:14px;font-weight:500}.user-avatar-cards{position:relative;width:24px;height:24px;flex-shrink:0}.user-avatar-cards img{width:100%;height:100%;border-radius:50%;border:2px solid white;box-shadow:0 1px 2px #0000001a}.status-dot{position:absolute;bottom:-1px;right:-1px;width:8px;height:8px;border-radius:50%;background:#9ca3af;border:2px solid white;box-shadow:0 1px 2px #0000001a}.status-dot.available{background:#22c55e}.card-title{font-size:14px;line-height:1.4;color:#111827;word-break:break-word}.card-tags{display:flex;flex-wrap:wrap;gap:6px;align-items:center}.tag{font-size:12px;padding:2px 8px;border:1px solid #e6e7eb;border-radius:4px;display:flex;align-items:center;gap:4px;white-space:nowrap;background:#f9fafb;color:#4b5563}.priority-icon{display:flex;align-items:center;justify-content:center;width:20px;height:20px;border:2px solid #e6e7eb;border-radius:4px}@media (max-width: 786px){.card{display:grid;grid-template-columns:repeat(3,1fr);grid-template-rows:auto 1fr auto;padding:14px;gap:8px}.card-header,.card-tags{grid-column:1 / -1}.tag{font-size:11px;padding:2px 6px;border:1px solid #e6e7eb;border-radius:4px;display:flex;align-items:center;gap:4px;white-space:nowrap;background:#f9fafb;color:#4b5563}.ticket-id{font-size:12px}}@media (max-width: 480px){.card{display:grid;grid-template-columns:1fr auto;grid-template-rows:auto 1fr;padding:12px;gap:8px}.card-header{grid-column:1 / -1}.card-title{font-size:13px;grid-column:1 / 2;align-self:center}.card-tags{grid-column:1 / -1}.tag{font-size:11px;padding:1px 6px}.ticket-id{font-size:13px}}.kanban-board{display:grid;grid-auto-flow:column;grid-auto-columns:300px;gap:24px;padding:24px;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:thin;width:100%;align-items:start;color:#000;height:100%}.kanban-board::-webkit-scrollbar{height:8px}.kanban-board::-webkit-scrollbar-track{background:#f1f1f1;border-radius:4px}.kanban-board::-webkit-scrollbar-thumb{background:#888;border-radius:4px}.column{background:#f4f5f8;border-radius:8px;height:fit-content;max-height:100%;display:flex;flex-direction:column;width:100%}.column-header{padding:16px;display:flex;align-items:center;gap:8px;position:sticky;top:0;z-index:10}.column-header h2{font-size:16px;font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.count{color:#6b7280;font-size:14px;padding:2px 6px;background:#f4f5f8;border-radius:12px;min-width:24px;text-align:center}.cards{padding:8px;display:flex;flex-direction:column;gap:8px;overflow-y:auto;flex:1}.cards::-webkit-scrollbar{width:4px}.cards::-webkit-scrollbar-track{background:transparent}.cards::-webkit-scrollbar-thumb{background:#ddd;border-radius:4px}.user-avatar{width:10%;height:10%;border-radius:50%;border:2px solid white;box-shadow:0 1px 2px #0000001a}.priority-icon-dash{display:flex;align-items:center;justify-content:center;width:20px;height:20px}@media (max-width: 1200px){.kanban-board{grid-auto-columns:400px;height:100%}}@media (max-width: 768px){.kanban-board{padding:16px;gap:16px;height:100%;grid-auto-columns:260px}}@media (max-width: 480px){.kanban-board{display:flex;flex-direction:column;padding:12px;gap:12px;height:auto;min-height:calc(100vh - 52px);overflow-x:hidden;overflow-y:auto}.column{max-height:none}.column-header{padding:12px}.cards{padding:6px;max-height:none}}.header{padding:16px 24px;background:#fff;border-bottom:1px solid #e6e7eb;position:sticky;top:0;z-index:100;height:64px;display:flex;align-items:center;color:#000;width:1500px}.display-button{display:inline-flex;align-items:center;gap:8px;padding:8px 12px;background:#f4f5f8;border:1px solid #e6e7eb;border-radius:4px;cursor:pointer;font-size:14px;transition:all .2s ease}.display-button:hover{background:#e5e7eb;border-color:#d1d5db}.dropdown-menu{position:absolute;top:calc(100% + 4px);left:24px;background:#fff;border:1px solid #e6e7eb;border-radius:8px;padding:16px;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;z-index:1000;min-width:240px;animation:dropdownFade .2s ease}@keyframes dropdownFade{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.dropdown-item{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:12px}.dropdown-item:last-child{margin-bottom:0}.dropdown-item select{padding:6px 12px;border:1px solid #e6e7eb;border-radius:4px;outline:none;min-width:140px;font-size:14px;color:#374151;background-color:#f9fafb;cursor:pointer;transition:all .2s ease}.dropdown-item select:hover{border-color:#d1d5db}.dropdown-item select:focus{border-color:#2563eb;box-shadow:0 0 0 2px #2563eb1a}@media (max-width: 768px){.header{padding:12px 16px;height:56px;width:auto}.dropdown-menu{left:16px;right:16px;min-width:unset;width:calc(100% - 32px);max-width:320px}}@media (max-width: 480px){.header{padding:10px 12px;height:52px}.display-button{padding:6px 10px;font-size:13px}.dropdown-menu{left:12px;right:12px;padding:12px;width:calc(100% - 24px)}.dropdown-item{flex-direction:column;align-items:flex-start;gap:6px}.dropdown-item select{width:100%;padding:5px 10px}}*{margin:0;padding:0;box-sizing:border-box}.app{background-color:#f4f5f8;min-height:100vh;font-family:Inter,system-ui,sans-serif;width:100%;overflow-x:hidden;display:grid;grid-template-rows:auto 1fr}:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}
