/* IMPORTAR DESIGN SYSTEM DO STITCH #5479738860630881805 */
:root {
    --primary: #2E86AB;
    --success: #A8E6CF;
    --warning: #FFD93D;
    --danger: #FF6B6B;
    --gray: #4A4A4A;
}

body { 
    min-width: 1440px; 
    font-family: 'Inter', sans-serif; 
}

.sidebar { width: 250px; position: fixed; height: 100vh; background: #fff; border-right: 1px solid #e5e7eb; }
.topbar { height: 60px; border-bottom: 1px solid #e5e7eb; background: #fff; display: flex; align-items: center; padding: 0 2rem; justify-content: space-between; margin-left: 250px; }
.main-content { margin-left: 250px; padding: 2rem; min-height: calc(100vh - 60px); mt-60px;}

.badge-role { 
    padding: 0.25rem 0.5rem; 
    border-radius: 9999px; 
    font-size: 0.75rem; 
    font-weight: 500;
}

.kanban-column { 
    min-height: 600px; 
    background: #f8f9fa; 
    border-radius: 12px; 
    padding: 1rem;
}

.task-card { 
    background: white; 
    border-radius: 8px; 
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    padding: 1rem; 
    margin-bottom: 1rem;
    cursor: grab;
}
