@tailwind base;@tailwind components;@tailwind utilities;:root{color-scheme:dark}*{margin:0;padding:0;box-sizing:border-box}html,body{height:100%;width:100%;margin:0;padding:0;background:#0a0e14}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#fff}#root{height:100%;width:100%;display:flex;flex-direction:column}.app{display:flex;min-height:100vh;background:#0a0e14}.sidebar{width:260px;background:#141923f2;border-right:1px solid rgba(255,255,255,.1);display:flex;flex-direction:column;position:fixed;left:0;height:100vh;overflow-y:auto}.sidebar-header{padding:1.5rem;border-bottom:1px solid rgba(255,255,255,.1)}.sidebar-logo{font-size:1.5rem;font-weight:700;color:#55e2ff;display:flex;align-items:center;gap:.5rem}.sidebar-nav{flex:1;padding:1rem}.nav-item{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;border-radius:8px;color:#ffffffb3;text-decoration:none;margin-bottom:.25rem;transition:all .2s ease;cursor:pointer}.nav-item:hover{background:#ffffff0d;color:#fff}.nav-item.active{background:#55e2ff26;color:#55e2ff;border-left:3px solid #55e2ff}.sidebar-footer{padding:1rem;border-top:1px solid rgba(255,255,255,.1)}.user-info{display:flex;align-items:center;gap:.75rem;padding:.75rem;border-radius:8px;background:#ffffff0d;margin-bottom:.5rem}.user-avatar{width:36px;height:36px;border-radius:50%;background:#55e2ff;color:#0a0e14;display:flex;align-items:center;justify-content:center;font-weight:600}.user-details{flex:1}.user-email{font-size:.875rem;font-weight:500;color:#fff}.user-role{font-size:.75rem;color:#fff9}.main-content{margin-left:260px;flex:1;padding:2rem;max-width:100%;background:#0a0e14}.card{background:#141923f2;border-radius:12px;border:1px solid rgba(255,255,255,.1);padding:1.5rem;margin-bottom:1.5rem}.card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid rgba(255,255,255,.1)}.card-title{font-size:1.25rem;font-weight:600;color:#fff}.card-actions{display:flex;gap:.5rem}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.625rem 1.25rem;border-radius:8px;font-weight:500;font-size:.875rem;border:none;cursor:pointer;transition:all .2s ease;text-decoration:none}.btn:disabled{opacity:.5;cursor:not-allowed}.btn-primary{background:#55e2ff;color:#0a0e14}.btn-primary:hover:not(:disabled){background:#3dd5f3;transform:translateY(-1px)}.btn-secondary{background:#ffffff1a;color:#fff;border:1px solid rgba(255,255,255,.2)}.btn-secondary:hover:not(:disabled){background:#ffffff26}.btn-success{background:#10b981;color:#fff}.btn-success:hover:not(:disabled){background:#059669}.btn-danger{background:#ef4444;color:#fff}.btn-danger:hover:not(:disabled){background:#dc2626}.btn-outline{background:transparent;border:1px solid rgba(255,255,255,.2);color:#fff}.btn-outline:hover:not(:disabled){background:#ffffff0d}.btn-sm{padding:.375rem .875rem;font-size:.8125rem}.btn-lg{padding:.875rem 1.75rem;font-size:1rem}.form-group{margin-bottom:1.25rem}.form-label{display:block;font-weight:500;margin-bottom:.5rem;color:#fff;font-size:.875rem}.form-input,.form-select,.form-textarea{width:100%;padding:.625rem .875rem;border:1px solid rgba(255,255,255,.2);border-radius:8px;font-size:.875rem;transition:all .2s ease;background:#ffffff0d;color:#fff}.form-input:focus,.form-select:focus,.form-textarea:focus{outline:none;border-color:#55e2ff;box-shadow:0 0 0 3px #55e2ff1a}.form-textarea{resize:vertical;min-height:80px}.form-error{color:#ef4444;font-size:.75rem;margin-top:.25rem}.form-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem}.table-container{overflow-x:auto}.table{width:100%;border-collapse:collapse}.table thead{background:#ffffff0d;border-bottom:2px solid rgba(255,255,255,.1)}.table th{text-align:left;padding:.875rem 1rem;font-weight:600;font-size:.8125rem;color:#ffffffb3;text-transform:uppercase;letter-spacing:.5px}.table td{padding:1rem;border-bottom:1px solid rgba(255,255,255,.1);color:#fff}.table tbody tr:hover{background:#ffffff08}.badge{display:inline-flex;align-items:center;gap:.25rem;padding:.25rem .75rem;border-radius:9999px;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px;border:1px solid rgba(255,255,255,.1)}.badge-draft{background:#f59e0b26;color:#fbbf24;border-color:#fbbf24}.badge-validated{background:#10b98126;color:#10b981;border-color:#10b981}.badge-revenu{background:#3b82f626;color:#3b82f6;border-color:#3b82f6}.badge-depense{background:#ef444426;color:#ef4444;border-color:#ef4444}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;margin-bottom:2rem}.stat-card{background:#141923f2;padding:1.5rem;border-radius:12px;border:1px solid rgba(255,255,255,.1);border-left:4px solid #55e2ff}.stat-card.success{border-left-color:#10b981}.stat-card.warning{border-left-color:#f59e0b}.stat-card.danger{border-left-color:#ef4444}.stat-label{font-size:.875rem;color:#fff9;margin-bottom:.5rem}.stat-value{font-size:2rem;font-weight:700;color:#fff}.stat-change{font-size:.875rem;margin-top:.5rem}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#000c;display:flex;align-items:center;justify-content:center;z-index:1000}.modal{background:#141923fa;border-radius:12px;border:1px solid rgba(255,255,255,.1);max-width:600px;width:90%;max-height:90vh;overflow-y:auto}.modal-header{padding:1.5rem;border-bottom:1px solid rgba(255,255,255,.1);display:flex;justify-content:space-between;align-items:center}.modal-title{font-size:1.25rem;font-weight:600;color:#fff}.modal-close{background:none;border:none;font-size:1.5rem;cursor:pointer;color:#fff9}.modal-body{padding:1.5rem}.modal-footer{padding:1.5rem;border-top:1px solid rgba(255,255,255,.1);display:flex;justify-content:flex-end;gap:.75rem}.login-container{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#0a0e14,#1a1f2e)}.login-card{background:#141923f2;padding:3rem;border-radius:12px;border:1px solid rgba(255,255,255,.1);width:100%;max-width:420px}.login-logo{text-align:center;margin-bottom:2rem}.login-title{font-size:1.875rem;font-weight:700;color:#55e2ff;margin-bottom:.5rem}.login-subtitle{color:#fff9;font-size:.875rem}.alert{padding:1rem 1.25rem;border-radius:8px;margin-bottom:1rem;border:1px solid}.alert-success{background:#10b98126;color:#10b981;border-color:#10b981}.alert-error{background:#ef444426;color:#ef4444;border-color:#ef4444}.alert-warning{background:#f59e0b26;color:#fbbf24;border-color:#fbbf24}.alert-info{background:#3b82f626;color:#3b82f6;border-color:#3b82f6}.text-center{text-align:center}.text-right{text-align:right}.text-muted{color:#fff9}.text-success{color:#10b981}.text-danger{color:#ef4444}.mt-1{margin-top:.5rem}.mt-2{margin-top:1rem}.mt-3{margin-top:1.5rem}.mt-4{margin-top:2rem}.mb-1{margin-bottom:.5rem}.mb-2{margin-bottom:1rem}.mb-3{margin-bottom:1.5rem}.mb-4{margin-bottom:2rem}.flex{display:flex}.flex-col{flex-direction:column}.items-center{align-items:center}.justify-between{justify-content:space-between}.gap-1{gap:.5rem}.gap-2{gap:1rem}.gap-3{gap:1.5rem}.loading{display:flex;align-items:center;justify-content:center;padding:2rem;color:#fff9}.empty-state{text-align:center;padding:3rem 1.5rem;color:#fff9}.empty-state-icon{font-size:3rem;margin-bottom:1rem}.empty-state-title{font-size:1.25rem;font-weight:600;margin-bottom:.5rem;color:#fff}@media (max-width: 768px){.sidebar{width:0;overflow:hidden}.main-content{margin-left:0;padding:1rem}.stats-grid,.form-row{grid-template-columns:1fr}.table{font-size:.875rem}.table th,.table td{padding:.5rem}}.scrollbar-thin::-webkit-scrollbar{width:6px}.scrollbar-thin::-webkit-scrollbar-thumb{background:#ffffff1a;border-radius:999px}
