@import"https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700&display=swap";:root{color-scheme:dark}#root{min-height:100vh}.auth-form{background:#fff;border-radius:20px;padding:32px;width:100%;max-width:400px;box-shadow:0 20px 40px #0003}.auth-header{text-align:center;margin-bottom:24px}.auth-title{font-size:24px;font-weight:700;color:#1e293b;margin:0 0 8px}.auth-subtitle{color:#64748b;margin:0;font-size:14px}.auth-error{background:#fef2f2;border:1px solid #fecaca;color:#dc2626;padding:12px 16px;border-radius:12px;margin-bottom:16px;font-size:14px}.auth-field{margin-bottom:20px}.auth-field label{display:block;color:#64748b;font-size:14px;font-weight:500;margin-bottom:8px}.auth-field input{width:100%;padding:12px 16px;background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;color:#1e293b;font-size:15px;font-family:inherit;transition:all .2s;box-sizing:border-box}.auth-field input::placeholder{color:#94a3b8}.auth-field input:focus{outline:none;border-color:#6366f1;background:#fff;box-shadow:0 0 0 3px #6366f11a}.auth-field input:disabled{opacity:.6;cursor:not-allowed}.auth-hint{display:block;color:#94a3b8;font-size:12px;margin-top:6px}.auth-button{width:100%;padding:14px;background:linear-gradient(135deg,#6366f1,#4f46e5);border:none;border-radius:12px;color:#fff;font-size:15px;font-weight:600;cursor:pointer;transition:all .2s;font-family:inherit}.auth-button:hover:not(:disabled){box-shadow:0 4px 12px #6366f166;transform:translateY(-2px)}.auth-button:disabled{opacity:.7;cursor:not-allowed}.auth-switch{text-align:center;margin-top:24px;padding-top:24px;border-top:1px solid #e2e8f0;color:#64748b;font-size:14px}.auth-link{background:none;border:none;color:#6366f1;font-size:14px;font-weight:600;cursor:pointer;margin-left:6px;font-family:inherit;transition:color .2s}.auth-link:hover{color:#4f46e5}.table-container{background:#fff;border-radius:12px;border:1px solid #e5e7eb;overflow:hidden;font-family:Outfit,-apple-system,BlinkMacSystemFont,sans-serif}.table-container.loading-state,.table-container.empty-state{padding:60px 24px;text-align:center;color:#6b7280}.loader{width:36px;height:36px;border:3px solid #e5e7eb;border-top-color:#6366f1;border-radius:50%;animation:spin .7s linear infinite;margin:0 auto 16px}.empty-icon{font-size:40px;margin-bottom:12px;opacity:.5}.empty-state h3{font-size:1.1rem;color:#374151;margin-bottom:4px}.empty-state p{font-size:.875rem;color:#9ca3af}.table-header{padding:16px 20px;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #f3f4f6;gap:12px;flex-wrap:wrap}.stats{display:flex;align-items:center;gap:16px;font-size:.875rem}.count{color:#6b7280}.count strong{color:#111827}.total{color:#9ca3af}.selected{color:#6366f1;font-weight:600;padding:4px 12px;background:#eef2ff;border-radius:16px}.actions{display:flex;gap:8px}.btn-secondary{padding:8px 14px;border:1px solid #e5e7eb;background:#fff;color:#374151;border-radius:8px;font-size:.8rem;font-weight:500;cursor:pointer;transition:all .15s;font-family:inherit}.btn-secondary:hover{background:#f9fafb;border-color:#d1d5db}.filter-bar{display:flex;flex-wrap:wrap;gap:8px;padding:12px 20px;background:#f9fafb;border-bottom:1px solid #e5e7eb;align-items:center}.filter-item{position:relative;display:flex;align-items:center}.filter-input{padding:8px 28px 8px 12px;border:1px solid #e5e7eb;border-radius:6px;font-size:.8rem;width:120px;background:#fff;transition:all .15s;font-family:inherit}.filter-input:focus{outline:none;border-color:#6366f1;box-shadow:0 0 0 3px #6366f11a}.filter-input::placeholder{color:#9ca3af}.filter-clear-btn{position:absolute;right:6px;width:18px;height:18px;border:none;background:#e5e7eb;border-radius:50%;cursor:pointer;font-size:.7rem;color:#6b7280;display:flex;align-items:center;justify-content:center;transition:all .15s;padding:0}.filter-clear-btn:hover{background:#d1d5db;color:#374151}.clear-all-btn{padding:8px 12px;border:none;background:#ef4444;color:#fff;border-radius:6px;font-size:.75rem;font-weight:500;cursor:pointer;transition:all .15s;margin-left:auto;font-family:inherit}.clear-all-btn:hover{background:#dc2626}.table-scroll{overflow-x:auto}.filter-bar{display:flex;gap:12px;padding:12px 16px;background:#f9fafb;border-bottom:1px solid #e5e7eb;flex-wrap:wrap}.filter-bar-item{display:flex;flex-direction:column;gap:4px;min-width:120px;flex:1;max-width:200px}.filter-bar-label{font-size:.7rem;color:#6b7280;text-transform:uppercase;letter-spacing:.03em;font-weight:600}.filter-bar-input{padding:8px 10px;border:1px solid #e5e7eb;border-radius:6px;font-size:.85rem;outline:none;background:#fff;font-family:inherit;transition:border-color .15s,box-shadow .15s}.filter-bar-input:focus{border-color:#6366f1;box-shadow:0 0 0 3px #6366f11a}.filter-bar-input::placeholder{color:#9ca3af}.jobs-table{width:100%;border-collapse:collapse;min-width:1000px}.jobs-table thead th{background:#f9fafb;padding:8px 4px;text-align:left;font-size:.75rem;font-weight:600;color:#6b7280;text-transform:uppercase;letter-spacing:.03em;border-bottom:1px solid #e5e7eb;vertical-align:top}.jobs-table thead th:first-child{padding-left:20px;text-align:center}.filter-header{display:flex;flex-direction:column;gap:4px;padding:8px 8px 8px 12px}.filter-header .header-label{font-size:.7rem;color:#6b7280;text-transform:uppercase;letter-spacing:.03em;font-weight:600}.filter-header .header-search-input{width:100%;padding:6px 8px;border:1px solid #e5e7eb;border-radius:4px;font-size:.75rem;outline:none;background:#fff;font-family:inherit;transition:border-color .15s}.filter-header .header-search-input:focus{border-color:#6366f1;box-shadow:0 0 0 2px #6366f11a}.filter-header .header-search-input::placeholder{color:#9ca3af}.search-header-idle{display:flex;align-items:center;gap:6px;padding:12px 16px;cursor:pointer;transition:background .15s;height:100%}.search-header-idle:hover{background:#f3f4f6}.search-header-idle:hover .search-hint{opacity:1}.header-label{color:#6b7280}.search-hint{font-size:11px;opacity:0;transition:opacity .15s}.search-header-active{display:flex;align-items:center;padding:6px 12px;gap:4px}.header-search-input{flex:1;padding:6px 10px;border:1px solid #6366f1;border-radius:6px;font-size:.8rem;outline:none;background:#fff;min-width:100px;font-family:inherit}.header-search-input::placeholder{color:#9ca3af}.clear-btn{background:none;border:none;color:#9ca3af;font-size:16px;cursor:pointer;padding:2px 6px;line-height:1}.clear-btn:hover{color:#6b7280}.jobs-table tbody tr{border-bottom:1px solid #f3f4f6;transition:background .1s}.jobs-table tbody tr:hover{background:#fafafa}.jobs-table tbody tr.selected{background:#f5f3ff}.jobs-table tbody tr.applied{opacity:.55}.jobs-table td{padding:12px 16px;font-size:.875rem;color:#374151;vertical-align:middle}.jobs-table td:first-child{padding-left:20px;text-align:center}.modern-checkbox{appearance:none;width:16px;height:16px;border:1.5px solid #d1d5db;border-radius:4px;cursor:pointer;transition:all .15s;display:grid;place-content:center}.modern-checkbox:before{content:"";width:8px;height:8px;transform:scale(0);transition:transform .1s;box-shadow:inset 1em 1em #fff;clip-path:polygon(14% 44%,0 65%,50% 100%,100% 16%,80% 0%,43% 62%)}.modern-checkbox:checked{background:#6366f1;border-color:#6366f1}.modern-checkbox:checked:before{transform:scale(1)}.modern-checkbox:hover:not(:checked){border-color:#6366f1}.applied-badge{display:inline-flex;align-items:center;justify-content:center;width:20px;height:20px;background:#dcfce7;color:#16a34a;border-radius:50%;font-size:10px;font-weight:700}.job-link{color:#111827;text-decoration:none;font-weight:500;transition:color .15s;display:block;line-height:1.4}.job-link:hover{color:#6366f1}.company-text{font-weight:500;color:#374151}.location-text{color:#6b7280}.date-text{color:#6b7280;font-size:.8rem}.salary-text{color:#059669;font-weight:500}.muted{color:#d1d5db}.type-badge{display:inline-block;padding:2px 8px;background:#dbeafe;color:#1d4ed8;border-radius:4px;font-size:.7rem;font-weight:500}.contract-badge{display:inline-block;padding:2px 8px;background:#f3f4f6;color:#4b5563;border-radius:4px;font-size:.75rem;font-weight:500}.status-badge{display:inline-block;padding:4px 10px;border-radius:12px;font-size:.7rem;font-weight:600}.status-done{background:#dcfce7;color:#15803d}.status-waiting{background:#f3f4f6;color:#6b7280}.pagination{display:flex;align-items:center;justify-content:space-between;padding:14px 20px;border-top:1px solid #f3f4f6;gap:12px;flex-wrap:wrap}.page-info{font-size:.8rem;color:#6b7280}.page-btns{display:flex;gap:4px}.page-btns button{min-width:32px;height:32px;padding:0 8px;border:1px solid #e5e7eb;background:#fff;color:#6b7280;border-radius:6px;font-size:.8rem;font-weight:500;cursor:pointer;transition:all .15s;font-family:inherit}.page-btns button:hover:not(:disabled){border-color:#6366f1;color:#6366f1}.page-btns button:disabled{opacity:.4;cursor:not-allowed}.page-btns button.active{background:#6366f1;border-color:#6366f1;color:#fff}.page-size{padding:6px 28px 6px 10px;border:1px solid #e5e7eb;border-radius:6px;font-size:.8rem;color:#374151;background:#fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 10 10'%3E%3Cpath fill='%236b7280' d='M2 3l3 4 3-4'/%3E%3C/svg%3E") no-repeat right 10px center;appearance:none;cursor:pointer;font-family:inherit}.page-size:focus{outline:none;border-color:#6366f1}@media(max-width:768px){.table-header{padding:12px 16px}.pagination{flex-direction:column;align-items:stretch;gap:10px}.page-btns{justify-content:center}.page-info,.page-size{text-align:center}}.city-autocomplete{position:relative;width:100%}.city-input-wrapper{position:relative;display:flex;align-items:center}.city-input-wrapper input{width:100%;padding-right:30px}.city-input-wrapper input.has-selection{border-color:var(--primary);background:#6366f10d}.city-spinner{position:absolute;right:10px;width:14px;height:14px;border:2px solid var(--border);border-top-color:var(--primary);border-radius:50%;animation:spin .6s linear infinite}.city-clear{position:absolute;right:8px;width:20px;height:20px;padding:0;border:none;background:var(--surface-alt);color:var(--text-secondary);border-radius:50%;cursor:pointer;font-size:14px;line-height:1;display:flex;align-items:center;justify-content:center;transition:all .2s}.city-clear:hover{background:var(--danger);color:#fff}.city-dropdown{position:absolute;top:100%;left:0;right:0;z-index:100;margin:4px 0 0;padding:4px 0;list-style:none;background:#fff;background-color:#fff;opacity:1;border:1px solid var(--border);border-radius:var(--radius);box-shadow:0 4px 12px #00000026;max-height:200px;overflow-y:auto}.city-option{display:flex;align-items:center;justify-content:space-between;padding:10px 12px;cursor:pointer;transition:background .15s}.city-option:hover,.city-option.highlighted{background:var(--surface-hover)}.city-name{font-weight:500;color:var(--text-primary)}.city-postal{font-size:.85em;color:var(--text-secondary);background:var(--surface-alt);padding:2px 6px;border-radius:4px}.job-search{display:flex;flex-direction:column;gap:16px}.search-row{display:flex;gap:16px}.search-row-single{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:16px;align-items:end}.search-row-filters{display:flex;gap:24px;align-items:end;flex-wrap:wrap;padding:16px;background:#f8fafc;border-radius:12px;border:1px solid #e2e8f0}.search-field{flex:1;display:flex;flex-direction:column;gap:8px}.search-field-main{flex:2}.search-field-group{display:flex;flex-direction:column;gap:8px}.search-field-group>label{color:#64748b;font-size:13px;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.search-field label{color:#64748b;font-size:14px;font-weight:500}.search-field input,.search-field select{padding:12px 16px;background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;color:#1e293b;font-size:15px;font-family:inherit;transition:all .2s}.search-field input::placeholder{color:#94a3b8}.search-field input:focus,.search-field select:focus{outline:none;border-color:#6366f1;background:#fff;box-shadow:0 0 0 3px #6366f11a}.search-field input:disabled,.search-field select:disabled{opacity:.6;cursor:not-allowed}.search-field select{cursor:pointer}.salary-inputs{display:flex;align-items:center;gap:8px}.salary-inputs select{padding:8px 12px;background:#fff;border:1px solid #e2e8f0;border-radius:8px;font-size:13px;color:#1e293b;cursor:pointer;min-width:100px}.salary-separator{color:#94a3b8;font-size:14px}.checkbox-group{display:flex;gap:12px;flex-wrap:wrap}.checkbox-label{display:flex;align-items:center;gap:6px;padding:6px 12px;background:#fff;border:1px solid #e2e8f0;border-radius:8px;cursor:pointer;transition:all .2s;font-size:13px;color:#475569}.checkbox-label:hover{border-color:#6366f1;background:#6366f10d}.checkbox-label:has(input:checked){background:#6366f11a;border-color:#6366f1;color:#4f46e5}.checkbox-label input[type=checkbox]{width:16px;height:16px;accent-color:#6366f1;cursor:pointer}.search-button{align-self:flex-end;padding:12px 24px;background:linear-gradient(135deg,#6366f1,#4f46e5);border:none;border-radius:12px;color:#fff;font-size:15px;font-weight:600;cursor:pointer;transition:all .2s;display:flex;align-items:center;gap:8px;white-space:nowrap;font-family:inherit;margin-left:auto}.search-button:hover:not(:disabled){box-shadow:0 4px 12px #6366f166;transform:translateY(-2px)}.search-button:disabled{opacity:.6;cursor:not-allowed}.spinner-small{width:16px;height:16px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin .8s linear infinite}@media(max-width:768px){.search-row-single{grid-template-columns:1fr}.search-row-filters{flex-direction:column;align-items:stretch}.search-field-main{flex:1}.search-button{width:100%;justify-content:center;margin-left:0}.checkbox-group{flex-wrap:wrap}}.vnc-modal-overlay{position:fixed;inset:0;background:#000000d9;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem}.vnc-modal{background:#1a1a2e;border-radius:12px;width:100%;max-width:1200px;height:90vh;max-height:800px;display:flex;flex-direction:column;overflow:hidden;box-shadow:0 25px 50px #00000080}.vnc-header{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.5rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.vnc-title{display:flex;align-items:center;gap:.5rem;font-weight:600;font-size:1.1rem}.vnc-icon{font-size:1.3rem}.vnc-controls{display:flex;align-items:center;gap:.75rem}.vnc-status{padding:.25rem .75rem;border-radius:20px;font-size:.8rem;font-weight:500;background:#fff3}.vnc-status-login_required{background:#f59e0b;color:#1a1a2e}.vnc-status-logged_in{background:#10b981}.vnc-status-running{background:#3b82f6;animation:pulse 2s infinite}.vnc-status-completed{background:#10b981}.vnc-status-error{background:#ef4444}@keyframes pulse{0%,to{opacity:1}50%{opacity:.7}}.vnc-btn{background:#fff3;border:none;border-radius:8px;padding:.5rem .75rem;color:#fff;cursor:pointer;transition:all .2s;font-size:1rem}.vnc-btn:hover{background:#ffffff4d}.vnc-btn-close{background:#ef4444cc}.vnc-btn-close:hover{background:#ef4444}.vnc-container{flex:1;background:#0d0d0d;position:relative;overflow:hidden}.vnc-iframe{width:100%;height:100%;border:none}.vnc-loading{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#a0aec0;gap:1rem}.vnc-spinner{width:40px;height:40px;border:3px solid rgba(255,255,255,.1);border-top-color:#667eea;border-radius:50%;animation:spin .8s linear infinite}.vnc-keyboard-trigger{position:absolute;top:-1000px;left:-1000px;width:1px;height:1px;opacity:0;font-size:16px}.vnc-footer{padding:1rem 1.5rem;background:#16162a;border-top:1px solid rgba(255,255,255,.1);display:flex;justify-content:center;align-items:center}.vnc-btn-primary{background:linear-gradient(135deg,#667eea,#764ba2);padding:.75rem 1.5rem;font-weight:600;font-size:1rem}.vnc-btn-success{background:linear-gradient(135deg,#10b981,#059669);padding:.75rem 1.5rem;font-weight:600;font-size:1rem}.vnc-progress{width:100%;display:flex;flex-direction:column;gap:.5rem}.vnc-progress-bar{height:8px;background:#ffffff1a;border-radius:4px;overflow:hidden}.vnc-progress-fill{height:100%;background:linear-gradient(90deg,#667eea,#764ba2);transition:width .3s ease}.vnc-progress-text{text-align:center;color:#a0aec0;font-size:.9rem}.vnc-complete{display:flex;align-items:center;gap:.5rem;color:#10b981;font-weight:600}.vnc-error{display:flex;align-items:center;gap:.5rem;color:#ef4444}@media(max-width:768px){.vnc-modal-overlay{padding:0}.vnc-modal{height:100vh;max-height:none;border-radius:0}.vnc-header{padding:.75rem 1rem}.vnc-title span:last-child{display:none}.vnc-footer{padding:.75rem 1rem}}.settings-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px;color:#64748b}.settings-container{max-width:800px}.settings-section{background:#fff;border-radius:20px;padding:32px;margin-bottom:24px;border:1px solid rgba(226,232,240,.8);box-shadow:0 1px 2px #0000000d}.settings-title{font-size:20px;font-weight:600;color:#1e293b;margin-bottom:8px}.settings-description{color:#64748b;font-size:14px;margin-bottom:24px;line-height:1.6}.cv-list{display:flex;flex-direction:column;gap:16px;margin-bottom:16px}.cv-card{background:#f8fafc;border-radius:12px;padding:16px;border:1px solid #e2e8f0}.cv-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px;gap:16px}.cv-name-input{flex:1;padding:8px 12px;background:#fff;border:1px solid #e2e8f0;border-radius:8px;color:#1e293b;font-weight:600;font-family:inherit}.cv-actions{display:flex;align-items:center;gap:16px}.cv-default-label{display:flex;align-items:center;gap:6px;color:#64748b;font-size:14px;cursor:pointer}.cv-default-label input{width:auto;accent-color:#6366f1}.btn-remove{background:#fef2f2;border:none;color:#dc2626;width:28px;height:28px;border-radius:6px;cursor:pointer;display:flex;align-items:center;justify-content:center}.btn-remove:hover{background:#fecaca}.cv-keywords label{display:block;color:#64748b;font-size:12px;margin-bottom:8px}.cv-keywords input{width:100%;padding:8px 12px;background:#fff;border:1px solid #e2e8f0;border-radius:8px;color:#1e293b;font-family:inherit}.btn-add-cv{background:#e0e7ff;border:none;color:#6366f1;padding:12px 20px;border-radius:12px;font-weight:600;cursor:pointer;width:100%;font-family:inherit;transition:all .2s}.btn-add-cv:hover{background:#c7d2fe}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-bottom:16px}.form-group{margin-bottom:16px}.form-group label{display:block;color:#64748b;font-size:14px;font-weight:500;margin-bottom:8px}.form-group input,.form-group textarea{width:100%;padding:12px 16px;background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;color:#1e293b;font-family:inherit;font-size:15px}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:#6366f1;background:#fff;box-shadow:0 0 0 3px #6366f11a}.form-group textarea{resize:vertical;min-height:150px}.settings-actions{display:flex;align-items:center;gap:16px;flex-wrap:wrap}.btn-save{background:linear-gradient(135deg,#6366f1,#4f46e5);border:none;color:#fff;padding:14px 24px;border-radius:12px;font-weight:600;font-size:15px;cursor:pointer;transition:all .2s;font-family:inherit}.btn-save:hover:not(:disabled){box-shadow:0 4px 12px #6366f166;transform:translateY(-2px)}.btn-save:disabled{opacity:.7;cursor:not-allowed}.settings-message{padding:8px 16px;border-radius:8px;font-size:14px}.settings-message.success{background:#dcfce7;color:#16a34a}.settings-message.error{background:#fef2f2;color:#dc2626}@media(max-width:768px){.form-grid{grid-template-columns:1fr}.cv-header{flex-direction:column;align-items:stretch}.cv-actions{justify-content:space-between}}.credit-history{max-width:900px;margin:0 auto;padding:24px}.credit-history-header{margin-bottom:24px}.credit-history-header h2{font-size:1.5rem;font-weight:600;color:#111827;margin:0 0 8px}.credit-history-header .subtitle{font-size:.9rem;color:#6b7280;margin:0}.loading-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 20px;color:#6b7280}.spinner{width:40px;height:40px;border:3px solid #e5e7eb;border-top-color:#6366f1;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:16px}.empty-state{text-align:center;padding:60px 20px;background:#f9fafb;border-radius:12px;border:1px dashed #d1d5db}.empty-icon{font-size:3rem;margin-bottom:16px}.empty-state h3{font-size:1.1rem;font-weight:600;color:#374151;margin:0 0 8px}.empty-state p{color:#6b7280;margin:0}.error-message{background:#fef2f2;color:#dc2626;padding:12px 16px;border-radius:8px;margin-bottom:16px;font-size:.9rem}.transactions-table-wrapper{overflow-x:auto;background:#fff;border-radius:12px;border:1px solid #e5e7eb}.transactions-table{width:100%;border-collapse:collapse}.transactions-table thead th{background:#f9fafb;padding:12px 16px;text-align:left;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.03em;color:#6b7280;border-bottom:1px solid #e5e7eb}.transactions-table tbody tr{border-bottom:1px solid #f3f4f6}.transactions-table tbody tr:last-child{border-bottom:none}.transactions-table tbody tr:hover{background:#f9fafb}.transactions-table td{padding:14px 16px;font-size:.9rem;color:#374151}.date-cell{font-family:SF Mono,Monaco,Consolas,monospace;font-size:.85rem;color:#6b7280}.type-badge{display:inline-block;padding:4px 10px;border-radius:9999px;font-size:.75rem;font-weight:500;text-transform:uppercase}.type-badge.crédit{background:#d1fae5;color:#065f46}.type-badge.scrape{background:#fef3c7;color:#92400e}.type-badge.achat{background:#dbeafe;color:#1e40af}.type-badge.remboursement{background:#e0e7ff;color:#3730a3}.amount-cell{font-weight:600;font-size:.95rem}.amount-cell.positive{color:#059669}.amount-cell.negative{color:#dc2626}.reference-cell{max-width:300px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#6b7280;font-size:.85rem}.pagination{display:flex;align-items:center;justify-content:center;gap:16px;margin-top:20px;padding:16px}.pagination-btn{padding:8px 16px;border:1px solid #d1d5db;border-radius:8px;background:#fff;color:#374151;font-size:.9rem;cursor:pointer;transition:all .15s}.pagination-btn:hover:not(:disabled){background:#f9fafb;border-color:#9ca3af}.pagination-btn:disabled{opacity:.5;cursor:not-allowed}.pagination-info{font-size:.9rem;color:#6b7280}:root{--primary: #6366f1;--primary-dark: #4f46e5;--secondary: #0f172a;--text-main: #1e293b;--text-light: #64748b;--bg-light: #f8fafc;--white: #ffffff;--sidebar-width: 280px;--shadow-sm: 0 1px 2px 0 rgb(0 0 0 / .05);--shadow-md: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--shadow-lg: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1)}*{margin:0;padding:0;box-sizing:border-box;-webkit-tap-highlight-color:transparent}body{font-family:Outfit,sans-serif;background-color:var(--bg-light);color:var(--text-main);height:100vh;display:flex;overflow:hidden}#root{width:100%;height:100%}.app-layout{display:flex;height:100vh;width:100%}.sidebar{width:var(--sidebar-width);background:var(--secondary);color:#fff;padding:24px;display:flex;flex-direction:column;flex-shrink:0;transition:transform .3s ease;z-index:50}.logo{font-size:24px;font-weight:700;color:#fff;text-decoration:none;margin-bottom:40px;display:block;letter-spacing:-.5px}.logo span{color:var(--primary)}.nav{flex:1}.nav-item{padding:14px 16px;border-radius:12px;color:#94a3b8;cursor:pointer;transition:all .2s ease;margin-bottom:8px;font-weight:500;display:flex;align-items:center;gap:12px;font-size:15px}.nav-item:hover,.nav-item.active{background:#ffffff1a;color:#fff;transform:translate(4px)}.nav-icon{font-size:18px}.credits-box{background:linear-gradient(135deg,#6366f1,#4f46e5);padding:24px;border-radius:20px;text-align:center;box-shadow:0 10px 25px -5px #4f46e566;margin-bottom:16px}.credits-label{font-size:13px;opacity:.9;color:#fff}.credits-count{font-size:32px;font-weight:700;margin:8px 0;letter-spacing:-1px;color:#fff}.credits-tier{font-size:12px;text-transform:uppercase;opacity:.8;color:#fff}.btn-sidebar-logout{width:100%;padding:12px;background:#ffffff1a;border:none;border-radius:12px;color:#94a3b8;font-weight:500;cursor:pointer;transition:all .2s;font-family:inherit}.btn-sidebar-logout:hover{background:#ffffff26;color:#fff}.main-content{flex:1;padding:40px;overflow-y:auto;position:relative;background-color:var(--bg-light)}.page-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:32px;flex-wrap:wrap;gap:16px}.page-header h1{font-size:28px;font-weight:700;letter-spacing:-.5px;color:var(--secondary)}.card{background:var(--white);border-radius:20px;padding:32px;box-shadow:var(--shadow-sm);margin-bottom:24px;border:1px solid rgba(226,232,240,.8);transition:transform .2s ease,box-shadow .2s ease}.card:hover{box-shadow:var(--shadow-md)}.card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.card-header h3{font-size:18px;font-weight:600;color:var(--text-main)}.badge{background:var(--primary);color:#fff;padding:4px 12px;border-radius:20px;font-size:13px;font-weight:500}.success-text{color:#10b981;font-weight:500}label{display:block;margin-bottom:8px;font-weight:500;font-size:14px;color:var(--text-light)}input,select,textarea{width:100%;padding:12px 16px;border:1px solid #e2e8f0;border-radius:12px;font-family:inherit;font-size:15px;transition:all .2s;background:#f8fafc;color:var(--text-main)}input:focus,select:focus,textarea:focus{outline:none;border-color:var(--primary);background:#fff;box-shadow:0 0 0 3px #6366f11a}input::placeholder{color:var(--text-light)}.btn{padding:12px 24px;border-radius:12px;font-weight:600;border:none;cursor:pointer;transition:all .2s;font-family:inherit;font-size:14px}.btn-primary{background:linear-gradient(135deg,#6366f1,#4f46e5);color:#fff}.btn-primary:hover{box-shadow:0 4px 12px #6366f166;transform:translateY(-2px)}.btn-extension{background:#e0e7ff;color:var(--primary)}.btn-extension:hover{background:#c7d2fe}.btn-vnc{background:#10b981;color:#fff}.btn-vnc:hover{background:#059669}.action-buttons{display:flex;gap:12px}.mobile-header{display:none;position:sticky;top:0;z-index:90;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:16px 20px;border-bottom:1px solid rgba(226,232,240,.8);justify-content:space-between;align-items:center;box-shadow:0 4px 6px -1px #0000000d}.mobile-menu-btn{background:none;border:none;font-size:24px;cursor:pointer;padding:8px;color:var(--text-main)}.mobile-logo{font-size:20px;font-weight:700;color:var(--secondary)}.mobile-logo span{color:var(--primary)}.mobile-credits{font-weight:600;color:var(--primary)}.mobile-overlay{display:none;position:fixed;inset:0;background:#00000080;z-index:40}.app-container{min-height:100vh;display:flex;flex-direction:column;width:100%}.auth-page{background:linear-gradient(135deg,#6366f1,#4f46e5);justify-content:center;align-items:center}.auth-wrapper{width:100%;max-width:400px;padding:1rem}.auth-brand{text-align:center;margin-bottom:2rem;color:#fff}.brand-title{font-size:2.5rem;font-weight:700;margin-bottom:.5rem;color:#fff}.brand-title span{color:#fbbf24}.brand-tagline{opacity:.9;font-size:1rem;color:#fff}.loading-page{justify-content:center;align-items:center;gap:1rem;background:var(--bg-light);color:var(--text-light)}.loading-spinner{width:48px;height:48px;border:4px solid rgba(99,102,241,.2);border-top-color:var(--primary);border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}@media(max-width:768px){.sidebar{position:fixed;left:0;top:0;height:100vh;transform:translate(-100%)}.sidebar.open{transform:translate(0)}.mobile-header{display:flex}.mobile-overlay{display:block}.main-content{padding:0 16px 16px}.page-header{flex-direction:column;align-items:flex-start;margin-bottom:20px}.page-header h1{font-size:22px}.card{padding:20px;border-radius:16px}.action-buttons{width:100%;flex-direction:column}.btn{width:100%;text-align:center}}.spinner{width:32px;height:32px;border:3px solid rgba(99,102,241,.2);border-top-color:var(--primary);border-radius:50%;animation:spin .8s linear infinite}
