.Dashboard-module__gyV7ma__dashboard{gap:2rem;width:100%;height:100%;min-height:0;display:flex}.Dashboard-module__gyV7ma__leftSection{background-color:#ff00001a;border-radius:12px;flex:0 0 20%;padding:1.5rem;overflow:auto}.Dashboard-module__gyV7ma__rightSection{flex-direction:column;flex:1;gap:2rem;min-height:0;display:flex}.Dashboard-module__gyV7ma__topSection{background-color:var(--bg-primary);border-radius:8px;flex-direction:column;flex:2;gap:1rem;min-height:0;padding:1.5rem;display:flex}.Dashboard-module__gyV7ma__topSection h2{color:var(--text-primary);flex-shrink:0;justify-content:space-between;align-items:center;margin:0;font-size:1.25rem;font-weight:600;display:flex}.Dashboard-module__gyV7ma__addProjectButton{background-color:var(--button-primary-bg);color:var(--button-primary-text);cursor:pointer;border:none;border-radius:4px;align-items:center;padding:6px 12px;font-size:.9rem;transition:background-color .2s;display:flex}.Dashboard-module__gyV7ma__addProjectButton:hover{background-color:var(--button-primary-hover-bg)}.Dashboard-module__gyV7ma__bottomSections{flex:2;gap:2rem;min-height:0;display:flex}.Dashboard-module__gyV7ma__bottomLeftSection{background-color:var(--bg-primary);border-radius:12px;flex:1;padding:1rem;overflow:auto}.Dashboard-module__gyV7ma__bottomRightSection{border-radius:12px;flex:1;padding:0;overflow:auto}.Dashboard-module__gyV7ma__dashboard h2{color:var(--text-primary);margin-bottom:1rem;font-size:1.25rem;font-weight:600}
.KanbanPreview-module__I_s1OW__kanban{flex-direction:column;gap:1rem;width:100%;height:100%;min-height:0;display:flex}.KanbanPreview-module__I_s1OW__controls{flex-shrink:0;gap:1rem;padding:0 .5rem;display:flex}.KanbanPreview-module__I_s1OW__search{border:1px solid var(--color-saturated);background-color:var(--bg-primary);color:var(--text-primary);border-radius:4px;flex:1;padding:.5rem;font-size:.85rem}.KanbanPreview-module__I_s1OW__search:focus{border-color:var(--accent-primary);outline:none}.KanbanPreview-module__I_s1OW__sortControls{gap:.5rem;display:flex}.KanbanPreview-module__I_s1OW__select{border:1px solid var(--color-saturated);background-color:var(--bg-primary);color:var(--text-primary);cursor:pointer;border-radius:4px;padding:.5rem;font-size:.85rem}.KanbanPreview-module__I_s1OW__select:focus{border-color:var(--accent-primary);outline:none}.KanbanPreview-module__I_s1OW__sortDirection{border:1px solid var(--color-saturated);background-color:var(--bg-primary);color:var(--text-primary);cursor:pointer;border-radius:4px;padding:.5rem .75rem;transition:background-color .2s}.KanbanPreview-module__I_s1OW__sortDirection:hover{background-color:var(--color-gray)}.KanbanPreview-module__I_s1OW__kanbanContent{cursor:pointer;flex:1;min-height:0}.KanbanPreview-module__I_s1OW__columns{gap:1rem;height:100%;min-height:0;padding:.5rem;display:flex}.KanbanPreview-module__I_s1OW__column{flex-direction:column;flex:1;gap:.5rem;min-width:0;display:flex}.KanbanPreview-module__I_s1OW__header{border-bottom:2px solid;justify-content:space-between;align-items:center;margin-bottom:.5rem;padding:.5rem;display:flex}.KanbanPreview-module__I_s1OW__header[data-status=active]{background-color:#dbeafe}.KanbanPreview-module__I_s1OW__header[data-status=completed]{background-color:#dcfce7}.KanbanPreview-module__I_s1OW__header[data-status=pending]{background-color:#fef3c7}.KanbanPreview-module__I_s1OW__header[data-status=cancelled]{background-color:#fee2e2}.KanbanPreview-module__I_s1OW__header[data-status=archived]{background-color:#f3f4f6}.KanbanPreview-module__I_s1OW__header h3{color:var(--text-primary);white-space:nowrap;text-overflow:ellipsis;margin:0;font-size:.9rem;font-weight:600;overflow:hidden}.KanbanPreview-module__I_s1OW__count{background-color:var(--color-gray);color:var(--text-secondary);border-radius:1rem;padding:.25rem .5rem;font-size:.8rem;font-weight:500}.KanbanPreview-module__I_s1OW__cards{flex-direction:column;flex:1;gap:.5rem;min-height:0;padding-right:.5rem;display:flex;overflow-y:auto}.KanbanPreview-module__I_s1OW__cards::-webkit-scrollbar{width:4px}.KanbanPreview-module__I_s1OW__cards::-webkit-scrollbar-track{background:0 0}.KanbanPreview-module__I_s1OW__cards::-webkit-scrollbar-thumb{background-color:var(--color-saturated);border-radius:2px}.KanbanPreview-module__I_s1OW__card{background-color:var(--color-gray);color:var(--text-primary);cursor:pointer;-webkit-user-select:none;user-select:none;border-left:3px solid;border-radius:4px;padding:.5rem;font-size:.8rem;transition:box-shadow .2s,background-color .2s}.KanbanPreview-module__I_s1OW__card:hover{background-color:var(--bg-primary);box-shadow:0 2px 4px #0000001a}.KanbanPreview-module__I_s1OW__card.KanbanPreview-module__I_s1OW__dragging{opacity:.6;box-shadow:0 2px 8px #0003}.KanbanPreview-module__I_s1OW__dragPreview{white-space:nowrap;text-overflow:ellipsis;pointer-events:none;z-index:1000;max-width:200px;overflow:hidden}.KanbanPreview-module__I_s1OW__dropTarget{background-color:#0000000d;border-radius:4px;transition:background-color .2s}.KanbanPreview-module__I_s1OW__cardTitle{white-space:nowrap;text-overflow:ellipsis;margin-bottom:.25rem;font-weight:500;overflow:hidden}.KanbanPreview-module__I_s1OW__cardDetails{color:var(--text-secondary);justify-content:space-between;align-items:center;gap:.5rem;font-size:.75rem;display:flex}.KanbanPreview-module__I_s1OW__company{white-space:nowrap;text-overflow:ellipsis;flex:1;overflow:hidden}.KanbanPreview-module__I_s1OW__saasCompany{color:#800020;opacity:.9;border-left:1px solid #800020;padding:0 .25rem;font-size:.7rem;font-weight:500}.KanbanPreview-module__I_s1OW__priority{background-color:var(--bg-primary);border-radius:1rem;flex-shrink:0;padding:.125rem .375rem;font-weight:500}.KanbanPreview-module__I_s1OW__loading,.KanbanPreview-module__I_s1OW__error{width:100%;height:100%;color:var(--text-secondary);justify-content:center;align-items:center;font-size:.9rem;display:flex}.KanbanPreview-module__I_s1OW__error{color:#dc2626}.KanbanPreview-module__I_s1OW__loadingOverlay{z-index:1000;background-color:#0000004d;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.KanbanPreview-module__I_s1OW__loadingSpinner{border:4px solid #ffffff4d;border-top-color:#fff;border-radius:50%;width:40px;height:40px;animation:1s ease-in-out infinite KanbanPreview-module__I_s1OW__spin}@keyframes KanbanPreview-module__I_s1OW__spin{to{transform:rotate(360deg)}}
.Calendar-module__BSse2q__calendar{flex-direction:column;height:100%;min-height:150px;display:flex}.Calendar-module__BSse2q__header{justify-content:space-between;align-items:center;margin-bottom:.25rem;display:flex}.Calendar-module__BSse2q__headerLeft{align-items:center;gap:1rem;display:flex}.Calendar-module__BSse2q__title{color:#1a1a1a;margin:0;font-size:1rem;font-weight:600}.Calendar-module__BSse2q__monthYear{color:#666;font-size:.9rem;font-weight:500}.Calendar-module__BSse2q__headerRight{align-items:center;gap:.75rem;display:flex}.Calendar-module__BSse2q__todayButton{border:1px solid var(--ui-primary-button-bg);color:var(--ui-primary-button-bg);cursor:pointer;background:0 0;border-radius:4px;width:80px;padding:.2rem .5rem;font-size:.7rem;transition:all .2s}.Calendar-module__BSse2q__todayButton:hover{background:var(--ui-primary-button-bg);color:#fff}.Calendar-module__BSse2q__dateRange{color:#666;text-align:right;min-width:120px;font-size:.75rem}.Calendar-module__BSse2q__daysGrid{flex-grow:1;grid-template-columns:repeat(7,1fr);gap:1px;display:grid}.Calendar-module__BSse2q__dayCard{text-align:center;cursor:pointer;flex-direction:column;justify-content:center;display:flex}.Calendar-module__BSse2q__dayName{color:#666;text-transform:capitalize;font-size:.7rem;line-height:1}.Calendar-module__BSse2q__dayNumber{color:#1a1a1a;font-size:.95rem;font-weight:600;line-height:1}.Calendar-module__BSse2q__today,.Calendar-module__BSse2q__today .Calendar-module__BSse2q__dayName,.Calendar-module__BSse2q__today .Calendar-module__BSse2q__dayNumber{color:var(--ui-primary-button-bg)}
.ProjectAddModal-module__vThhLq__modalOverlay{z-index:1000;background-color:#00000080;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.ProjectAddModal-module__vThhLq__modalContent{background-color:#fff;border-radius:8px;width:90%;max-width:800px;max-height:90vh;padding:24px;overflow-y:auto;box-shadow:0 4px 12px #00000026}.ProjectAddModal-module__vThhLq__modalHeader{border-bottom:1px solid #eaeaea;justify-content:space-between;align-items:center;margin-bottom:20px;padding-bottom:16px;display:flex}.ProjectAddModal-module__vThhLq__modalHeader h2{color:#333;margin:0;font-size:1.5rem}.ProjectAddModal-module__vThhLq__closeButton{cursor:pointer;color:#666;background:0 0;border:none;font-size:1.5rem}.ProjectAddModal-module__vThhLq__closeButton:hover{color:#333}.ProjectAddModal-module__vThhLq__errorMessage{color:#d32f2f;background-color:#ffebee;border-radius:4px;margin-bottom:16px;padding:12px;font-size:.9rem}.ProjectAddModal-module__vThhLq__formFields{flex-direction:column;gap:16px;display:flex}.ProjectAddModal-module__vThhLq__formRow{gap:16px;display:flex}@media (max-width:768px){.ProjectAddModal-module__vThhLq__formRow{flex-direction:column}}.ProjectAddModal-module__vThhLq__formGroup{flex-direction:column;flex:1;display:flex}.ProjectAddModal-module__vThhLq__formGroup label{color:#555;margin-bottom:6px;font-size:.9rem}.ProjectAddModal-module__vThhLq__formGroup input,.ProjectAddModal-module__vThhLq__formGroup select{border:1px solid #ddd;border-radius:4px;padding:10px;font-size:1rem}.ProjectAddModal-module__vThhLq__formGroup input:focus,.ProjectAddModal-module__vThhLq__formGroup select:focus{border-color:#2196f3;outline:none;box-shadow:0 0 0 2px #2196f333}.ProjectAddModal-module__vThhLq__formActions{justify-content:flex-end;gap:12px;margin-top:24px;display:flex}.ProjectAddModal-module__vThhLq__cancelButton,.ProjectAddModal-module__vThhLq__submitButton{cursor:pointer;border-radius:4px;padding:10px 16px;font-size:.9rem;transition:background-color .2s}.ProjectAddModal-module__vThhLq__cancelButton{color:#333;background-color:#f5f5f5;border:1px solid #ddd}.ProjectAddModal-module__vThhLq__cancelButton:hover{background-color:#e0e0e0}.ProjectAddModal-module__vThhLq__submitButton{color:#fff;background-color:#800020;border:none}.ProjectAddModal-module__vThhLq__submitButton:hover{background-color:#600010}.ProjectAddModal-module__vThhLq__submitButton:disabled,.ProjectAddModal-module__vThhLq__cancelButton:disabled{opacity:.6;cursor:not-allowed}.ProjectAddModal-module__vThhLq__autocompleteContainer{width:100%;position:relative}.ProjectAddModal-module__vThhLq__autocompleteInput{border:1px solid #ddd;border-radius:4px;width:100%;padding:10px;font-size:.875rem}.ProjectAddModal-module__vThhLq__autocompleteInput:focus{border-color:#800020;outline:none;box-shadow:0 0 0 2px #80002033}.ProjectAddModal-module__vThhLq__autocompleteDropdown{z-index:1000;background-color:#fff;border:1px solid #ddd;border-radius:0 0 4px 4px;max-height:200px;position:absolute;top:100%;left:0;right:0;overflow-y:auto;box-shadow:0 4px 6px #0000001a}.ProjectAddModal-module__vThhLq__autocompleteItem{cursor:pointer;padding:6px 12px;font-size:.875rem;transition:background-color .15s}.ProjectAddModal-module__vThhLq__autocompleteItem:hover{background-color:#f5f5f5}.ProjectAddModal-module__vThhLq__autocompleteItemSelected{background-color:#f5f5f5;border-left:3px solid #800020}.ProjectAddModal-module__vThhLq__autocompleteNoResults{color:#666;padding:6px 12px;font-size:.875rem;font-style:italic}.ProjectAddModal-module__vThhLq__createOption{color:#800020;align-items:center;font-size:.875rem;font-weight:500;display:flex}.ProjectAddModal-module__vThhLq__saasOption{color:#800020;background-color:#f9f0ff;border-left:3px solid #800020;font-weight:500}.ProjectAddModal-module__vThhLq__createIcon{margin-right:8px;font-size:14px}.ProjectAddModal-module__vThhLq__clearButton{color:#666;cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;padding:0;font-size:14px;display:flex;position:absolute;top:50%;right:10px;transform:translateY(-50%)}.ProjectAddModal-module__vThhLq__clearButton:hover{color:#333}
.BudgetChart-module__Q-E9jG__budget-chart{background-color:#fff;border-radius:12px;flex-direction:column;width:100%;height:100%;padding:1rem;display:flex;box-shadow:0 2px 4px #0000000d}.BudgetChart-module__Q-E9jG__budget-chart h3{color:var(--text-primary);text-align:center;margin-bottom:.5rem;font-size:1.2rem;font-weight:600}.BudgetChart-module__Q-E9jG__loading,.BudgetChart-module__Q-E9jG__error,.BudgetChart-module__Q-E9jG__no-data{width:100%;height:100%;color:var(--text-secondary);justify-content:center;align-items:center;font-size:.9rem;display:flex}.BudgetChart-module__Q-E9jG__error{color:var(--color-error)}.BudgetChart-module__Q-E9jG__chart-container{flex-direction:column;flex:1;justify-content:center;height:calc(100% - 2rem);min-height:0;display:flex}
