@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";*{box-sizing:border-box;margin:0;padding:0}body{font-family:Arial,sans-serif;background:#fafafa;color:#222;padding:40px;line-height:1.5}.tmr-app{max-width:1100px;margin:0 auto}.tmr-header{margin-bottom:30px}.tmr-header h1{font-size:32px;margin-bottom:8px}.tmr-header p{color:#555;font-size:15px}.tmr-form-section{background:#fff;padding:20px;border:1px solid #ddd;border-radius:6px;margin-bottom:30px}.tmr-form{display:flex;flex-direction:column;gap:20px}.tmr-field-row{display:flex;gap:20px}.tmr-field{flex:1;display:flex;flex-direction:column}label{font-weight:700;margin-bottom:6px}input,select,textarea{padding:10px;border:1px solid #ccc;border-radius:4px;font-size:15px}textarea{resize:vertical}button{background:#333;color:#fff;padding:12px 16px;border:none;border-radius:6px;cursor:pointer;font-size:15px}button[disabled]{opacity:.6;cursor:not-allowed}.tmr-error{color:red;font-size:14px}.tmr-results{display:flex;gap:30px}.tmr-results-column{flex:1;background:#fff;padding:20px;border:1px solid #ddd;border-radius:6px}.tmr-results-column h2{margin-bottom:12px}.tmr-results-column ul{padding-left:20px}.tmr-cover-letter,.tmr-resume-output{width:100%;padding:12px;border:1px solid #ccc;border-radius:4px;font-size:15px}.tmr-actions-row{margin-top:20px;text-align:right}.tmr-export-button{background:#0072ff}.tmr-nav{display:flex;gap:20px;margin-top:10px}.tmr-nav a{color:#667eea;text-decoration:none;font-weight:500;padding:8px 16px;border-radius:4px;transition:background-color .2s}.tmr-nav a:hover{background-color:#667eea1a}.tmr-nav a.active{background-color:#667eea;color:#fff}.logout-button{background:transparent;border:1px solid #667eea;color:#667eea;padding:.5rem 1rem;border-radius:4px;cursor:pointer;font-size:.9rem}.logout-button:hover{background:#667eea;color:#fff}body{padding:0!important}.login-container{display:flex;justify-content:center;align-items:center;min-height:100vh;background:linear-gradient(135deg,#667eea,#764ba2)}.login-card{background:#fff;padding:2rem;border-radius:8px;box-shadow:0 4px 6px #0000001a;width:100%;max-width:400px}.login-card h1{margin-bottom:1.5rem;text-align:center}.login-card .form-group{margin-bottom:1rem}.login-card label{display:block;margin-bottom:.5rem;font-weight:500}.login-card input{width:100%;padding:.75rem;border:1px solid #ddd;border-radius:4px;font-size:1rem}.login-card button[type=submit]{width:100%;padding:.75rem;background:#667eea;color:#fff;border:none;border-radius:4px;font-size:1rem;cursor:pointer;margin-top:1rem}.login-card button[type=submit]:hover{background:#5568d3}.login-card button[type=submit]:disabled{opacity:.6;cursor:not-allowed}.login-card .toggle-mode{width:100%;padding:.75rem;background:transparent;color:#667eea;border:none;cursor:pointer;margin-top:1rem;text-decoration:underline}.login-card .error{color:#e53e3e;margin:1rem 0;text-align:center}.cl-wrapper{width:100%;display:flex;justify-content:center;padding:40px 20px}.cl-container{background-color:#fff;max-width:900px;width:100%;padding:50px;border-radius:12px;box-shadow:0 20px 60px #00000026;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#2d3748;line-height:1.6}.cl-header{text-align:center;border-bottom:3px solid #667eea;padding-bottom:20px;margin-bottom:30px}.cl-name{font-size:38px;font-weight:700;color:#1a202c}.cl-title{font-size:20px;font-weight:500;color:#667eea;margin-top:5px}.cl-contact{font-size:15px;color:#4a5568;margin-top:6px}.contact-label{font-size:13px;color:#718096;text-transform:uppercase;letter-spacing:.5px}.cl-date{text-align:right;font-size:15px;color:#718096;margin-bottom:25px}.cl-body p{margin-bottom:16px;font-size:16px;color:#4a5568}.cl-body a{color:#4a5568;text-decoration:none}.cl-body a:hover{color:#667eea}.cl-signature{margin-top:25px;font-size:16px;color:#2d3748}@media print{.cl-wrapper{padding:0}.cl-container{box-shadow:none;border-radius:0;padding:20px}}.cl-modal-backdrop{position:fixed;inset:0;background:#0f172a73;display:flex;align-items:center;justify-content:center;z-index:40}.cl-modal{background:#f8fafc;max-width:900px;width:100%;max-height:90vh;border-radius:16px;box-shadow:0 20px 60px #00000059;display:flex;flex-direction:column;overflow:hidden}.cl-modal-header{display:flex;align-items:center;justify-content:space-between;padding:12px 18px;border-bottom:1px solid #e2e8f0;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.cl-modal-header h2{font-size:16px;font-weight:600;margin:0}.cl-modal-close{border:none;background:transparent;cursor:pointer;font-size:18px;line-height:1}.cl-modal-body{padding:16px;overflow:auto}.cl-modal-footer{padding:10px 18px;border-top:1px solid #e2e8f0;font-size:13px;color:#64748b;display:flex;gap:10px}.resume-container{background-color:#fff;max-width:900px;width:100%;padding:50px;border-radius:12px;box-shadow:0 20px 60px #00000026;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#2d3748;line-height:1.6;margin:20px auto}.resume-header{margin-bottom:30px;padding-bottom:16px;border-bottom:3px solid #667eea;text-align:center}.resume-name{font-size:38px;font-weight:700;color:#1a202c;letter-spacing:-.5px;margin-bottom:3px}.resume-title{font-size:20px;font-weight:500;color:#667eea;margin-bottom:6px}.resume-contact{font-size:15px;color:#4a5568}.resume-contact a{color:#4a5568;text-decoration:none;transition:color .2s ease}.resume-contact a:hover{color:#667eea}.contact-label{font-size:13px;color:#718096;text-transform:uppercase;letter-spacing:.5px;margin-right:6px}.resume-section{margin-bottom:25px}.resume-section h3{font-size:18px;font-weight:700;text-transform:uppercase;letter-spacing:1px;color:#667eea;margin-top:25px;margin-bottom:12px;padding-bottom:6px;border-bottom:2px solid #e2e8f0}.resume-section p{font-size:16px;line-height:1.5;color:#4a5568;margin-bottom:8px}.resume-skills-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:4px 20px;margin-left:20px;margin-bottom:8px;list-style:none;padding-left:0}.resume-skills-grid li{font-size:15px;color:#2d3748;line-height:1.4;padding-left:12px;position:relative}.resume-skills-grid li:before{content:"•";position:absolute;left:0;color:#667eea;font-weight:700}.resume-job{margin-bottom:20px}.resume-job-header{font-weight:600;font-size:17px;color:#1a202c;margin-bottom:4px}.resume-job-dates{font-size:14px;color:#718096;margin-bottom:8px;font-style:italic}.resume-bullets{margin-left:20px;margin-bottom:8px;list-style:none;padding-left:0}.resume-bullets li{margin-bottom:4px;font-size:14px;color:#4a5568;line-height:1.5;padding-left:12px;position:relative}.resume-bullets li:before{content:"•";position:absolute;left:0;color:#667eea;font-weight:700}.resume-project{margin-bottom:20px}.resume-project strong{font-size:16px;color:#1a202c;font-weight:600;display:block;margin-bottom:8px}.resume-education{margin-top:10px}.resume-education p{font-weight:600;font-size:15px;color:#1a202c;margin-bottom:6px}@media print{.resume-container{box-shadow:none;border-radius:0;padding:20px}}.resume-modal-backdrop{position:fixed;inset:0;background:#0f172a73;display:flex;align-items:center;justify-content:center;z-index:40}.resume-modal{background:#f8fafc;max-width:900px;width:100%;max-height:90vh;border-radius:16px;box-shadow:0 20px 60px #00000059;display:flex;flex-direction:column;overflow:hidden}.resume-modal-header{display:flex;align-items:center;justify-content:space-between;padding:12px 18px;border-bottom:1px solid #e2e8f0;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.resume-modal-header h2{font-size:16px;font-weight:600;margin:0}.resume-modal-close{border:none;background:transparent;cursor:pointer;font-size:18px;line-height:1}.resume-modal-body{padding:16px;overflow:auto}.resume-modal-footer{padding:10px 18px;border-top:1px solid #e2e8f0;font-size:13px;color:#64748b;display:flex;gap:10px}.resume-preview-container{background-color:#fff;max-width:900px;width:100%;padding:50px;border-radius:12px;box-shadow:0 20px 60px #00000026;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#2d3748;line-height:1.6;margin:20px auto}.resume-preview-header{margin-bottom:30px;padding-bottom:16px;border-bottom:3px solid #667eea;text-align:center}.resume-preview-name{font-size:38px;font-weight:700;color:#1a202c;letter-spacing:-.5px;margin-bottom:3px}.resume-preview-title{font-size:20px;font-weight:500;color:#667eea;margin-bottom:6px}.resume-preview-contact{font-size:15px;color:#4a5568}.resume-preview-contact a{color:#4a5568;text-decoration:none;transition:color .2s ease}.resume-preview-contact a:hover{color:#667eea}.preview-contact-label{font-size:13px;color:#718096;text-transform:uppercase;letter-spacing:.5px;margin-right:6px}.resume-preview-section{margin-bottom:25px}.resume-preview-section h3{font-size:18px;font-weight:700;text-transform:uppercase;letter-spacing:1px;color:#667eea;margin-top:25px;margin-bottom:12px;padding-bottom:6px;border-bottom:2px solid #e2e8f0}.resume-preview-section p{font-size:16px;line-height:1.5;color:#4a5568;margin-bottom:8px}.resume-preview-skills{display:grid;grid-template-columns:repeat(3,1fr);gap:4px 20px;margin-left:20px;margin-bottom:8px;list-style:none;padding-left:0}.resume-preview-skills li{font-size:15px;color:#2d3748;line-height:1.4;padding-left:12px;position:relative}.resume-preview-skills li:before{content:"•";position:absolute;left:0;color:#667eea;font-weight:700}.resume-preview-job{margin-bottom:20px}.resume-preview-job-title{font-weight:600;font-size:17px;color:#1a202c;margin-bottom:4px}.resume-preview-job-meta{font-size:14px;color:#718096;margin-bottom:8px;font-style:italic}.resume-preview-bullets{margin-left:20px;margin-bottom:8px;list-style:none;padding-left:0}.resume-preview-bullets li{margin-bottom:4px;font-size:14px;color:#4a5568;line-height:1.5;padding-left:12px;position:relative}.resume-preview-bullets li:before{content:"•";position:absolute;left:0;color:#667eea;font-weight:700}.resume-preview-project{margin-bottom:20px}.resume-preview-project strong{font-size:16px;color:#1a202c;font-weight:600;display:block;margin-bottom:8px}.resume-preview-education{font-weight:600;font-size:15px;color:#1a202c;margin-bottom:6px}.resume-library-container{display:flex;gap:24px;padding:20px}.resume-library-sidebar{width:320px;display:flex;flex-direction:column;gap:24px}.resume-library-card{background:#fff;box-shadow:0 1px 3px #0000001a;border-radius:8px;padding:16px}.resume-library-card h2{font-size:20px;font-weight:600;margin-bottom:12px}.resume-library-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:8px}.resume-library-list-item{padding:8px;background:#f1f5f9;border-radius:6px;cursor:pointer}.resume-library-list-item:hover{background:#e2e8f0}.resume-library-list-item-title{font-weight:500;margin-bottom:4px}.resume-library-list-item-date{font-size:12px;color:#64748b}.resume-library-form{display:flex;flex-direction:column;gap:16px}.resume-library-form-group{display:flex;flex-direction:column}.resume-library-form-group label{font-size:14px;font-weight:500;margin-bottom:4px}.resume-library-form-group input,.resume-library-form-group textarea{width:100%;padding:8px 12px;border:1px solid #cbd5e1;border-radius:6px;font-size:14px}.resume-library-form-group input::-moz-placeholder,.resume-library-form-group textarea::-moz-placeholder{color:#94a3b8}.resume-library-form-group input::placeholder,.resume-library-form-group textarea::placeholder{color:#94a3b8}.resume-library-form-group textarea{resize:vertical;font-family:inherit}.resume-library-form-button{width:100%;padding:8px 16px;background:#2563eb;color:#fff;border:none;border-radius:6px;font-size:14px;cursor:pointer}.resume-library-form-button:hover{background:#1d4ed8}.resume-library-form-button:disabled{background:#9ca3af;cursor:not-allowed}.resume-library-form-error{color:#dc2626;font-size:14px}.resume-library-preview{flex:1;background:#fff;box-shadow:0 1px 3px #0000001a;border-radius:8px;padding:24px}.resume-library-preview h2{font-size:24px;font-weight:600;margin-bottom:16px}.resume-library-preview pre{white-space:pre-wrap;font-size:14px;line-height:1.6;margin-bottom:24px;font-family:inherit}.resume-library-preview-actions{display:flex;gap:16px}.resume-library-preview-actions button{padding:8px 16px;border:none;border-radius:6px;font-size:14px;cursor:pointer}.resume-library-button-load{background:#2563eb;color:#fff}.resume-library-button-load:hover{background:#1d4ed8}.resume-library-button-delete{background:#dc2626;color:#fff}.resume-library-button-delete:hover{background:#b91c1c}.resume-library-empty{color:#64748b;font-size:14px}.resume-library-preview-actions{position:sticky;bottom:0;background:linear-gradient(to top,#fff 85%,#ffffffe6);padding:24px 20px;margin:30px -20px -20px;border-top:2px solid #e5e7eb;box-shadow:0 -4px 12px #0000000d;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:10;display:flex;gap:12px}.resume-library-preview-actions button{flex:1;padding:12px 20px;font-size:14px;font-weight:600;border-radius:8px;transition:all .2s ease}.resume-library-button-load{background:#667eea;color:#fff;border:none}.resume-library-button-load:hover{background:#5568d3;transform:translateY(-1px);box-shadow:0 4px 12px #667eea4d}.resume-library-button-view{background:#48bb78;color:#fff;border:none}.resume-library-button-view:hover{background:#38a169;transform:translateY(-1px);box-shadow:0 4px 12px #48bb784d}.resume-library-button-delete{background:#f56565;color:#fff;border:none}.resume-library-button-delete:hover{background:#e53e3e;transform:translateY(-1px);box-shadow:0 4px 12px #f565654d}@media(max-width:768px){.resume-library-container{flex-direction:column}.resume-library-sidebar{width:100%}.resume-library-preview{margin-top:20px}}.coverletter-library-container{display:flex;gap:24px;padding:20px}.coverletter-library-sidebar{width:320px;display:flex;flex-direction:column;gap:24px}.coverletter-library-card{background:#fff;box-shadow:0 1px 3px #0000001a;border-radius:8px;padding:16px}.coverletter-library-card h2{font-size:20px;font-weight:600;margin-bottom:12px}.coverletter-library-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:8px}.coverletter-library-list-item{padding:8px;background:#f1f5f9;border-radius:6px;cursor:pointer}.coverletter-library-list-item:hover{background:#e2e8f0}.coverletter-library-list-item-title{font-weight:500;margin-bottom:4px}.coverletter-library-list-item-date{font-size:12px;color:#64748b}.coverletter-library-form{display:flex;flex-direction:column;gap:16px}.coverletter-library-form-group{display:flex;flex-direction:column}.coverletter-library-form-group label{font-size:14px;font-weight:500;margin-bottom:4px}.coverletter-library-form-group input,.coverletter-library-form-group textarea{width:100%;padding:8px 12px;border:1px solid #cbd5e1;border-radius:6px;font-size:14px}.coverletter-library-form-group textarea{resize:vertical;font-family:inherit}.coverletter-library-form-button{width:100%;padding:8px 16px;background:#2563eb;color:#fff;border:none;border-radius:6px;font-size:14px;cursor:pointer}.coverletter-library-form-button:hover{background:#1d4ed8}.coverletter-library-form-error{color:#dc2626;font-size:14px}.coverletter-library-preview{flex:1;background:#fff;box-shadow:0 1px 3px #0000001a;border-radius:8px;padding:24px}.coverletter-library-preview h2{font-size:24px;font-weight:600;margin-bottom:16px}.coverletter-library-preview pre{white-space:pre-wrap;font-size:14px;line-height:1.6;margin-bottom:24px;font-family:inherit}.coverletter-library-preview-actions{position:sticky;bottom:0;background:linear-gradient(to top,#fff 85%,#ffffffe6);padding:24px 20px;margin:30px -20px -20px;border-top:2px solid #e5e7eb;box-shadow:0 -4px 12px #0000000d;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:10;display:flex;gap:12px}.coverletter-library-preview-actions button{flex:1;padding:12px 20px;font-size:14px;font-weight:600;border-radius:8px;transition:all .2s ease}.coverletter-library-button-load{background:#667eea;color:#fff;border:none}.coverletter-library-button-load:hover{background:#5568d3;transform:translateY(-1px);box-shadow:0 4px 12px #667eea4d}.coverletter-library-button-view{background:#48bb78;color:#fff;border:none}.coverletter-library-button-view:hover{background:#38a169;transform:translateY(-1px);box-shadow:0 4px 12px #48bb784d}.coverletter-library-button-delete{background:#f56565;color:#fff;border:none}.coverletter-library-button-delete:hover{background:#e53e3e;transform:translateY(-1px);box-shadow:0 4px 12px #f565654d}.coverletter-library-empty{color:#64748b;font-size:14px}@media(max-width:768px){.coverletter-library-container{flex-direction:column}.coverletter-library-sidebar{width:100%}.coverletter-library-preview{margin-top:20px}}.settings-container{max-width:900px;margin:0 auto;padding:32px 20px}.settings-title{font-size:30px;font-weight:700;margin-bottom:28px}.settings-card{background:#fff;padding:32px;border-radius:12px;box-shadow:0 2px 8px #0000000a;border:1px solid #e5e7eb}.settings-section-title{font-size:18px;font-weight:600;margin-bottom:4px}.settings-section-subtitle{font-size:14px;color:#6b7280;margin-bottom:18px}.settings-divider{height:1px;background:#e5e7eb;margin:28px 0}.settings-row-3{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.settings-row-2{display:grid;grid-template-columns:repeat(2,1fr);gap:20px;align-items:flex-start}.settings-row-full{margin-top:16px}.settings-card label{display:block;font-size:14px;font-weight:600;margin-bottom:6px}.settings-input{width:100%;padding:10px 12px;border-radius:8px;border:1px solid #cbd5e1;font-size:14px;box-sizing:border-box}.settings-textarea{width:100%;padding:12px;border-radius:8px;border:1px solid #cbd5e1;font-size:14px;font-family:monospace;resize:vertical;box-sizing:border-box}.settings-add-link{margin-top:4px;background:transparent;border:none;color:#2563eb;font-weight:600;cursor:pointer}.settings-link-remove{margin-top:28px;background:transparent;border:none;color:#dc2626;cursor:pointer;font-weight:600}.settings-actions{display:flex;justify-content:flex-end;align-items:center;gap:16px;padding:16px 0 0;margin-top:24px;border-top:1px solid #e5e7eb;position:sticky;bottom:0;background:#fff}.settings-button-save{background:#2563eb;color:#fff;padding:12px 22px;border-radius:8px;border:none;cursor:pointer;font-size:15px;font-weight:600}.settings-button-save:hover{background:#1d4ed8}.settings-message{margin:0;font-size:14px;color:#16a34a;font-weight:500}.settings-link-row{display:grid;grid-template-columns:1fr 1fr auto;gap:16px;align-items:end;margin-bottom:16px}.settings-link-remove{background:none;border:none;color:#dc2626;font-size:14px;font-weight:600;cursor:pointer;padding:6px 0}.settings-add-link{margin-top:4px;background:none;border:none;color:#2563eb;font-size:14px;font-weight:600;cursor:pointer;padding:6px 0}.prompt-section{margin-top:24px}.prompt-section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.prompt-section-label{font-weight:600}.prompt-section-label-readonly{display:block;font-weight:600;margin-bottom:8px;color:#9ca3af}.prompt-section-description{font-size:14px;color:#6b7280;margin-bottom:8px}.prompt-reset-button{padding:4px 12px;font-size:12px;color:red;background:#f3f4f6;border:1px solid #d1d5db;border-radius:4px;cursor:pointer}.prompt-reset-button:hover{background:#e5e7eb}.settings-textarea-readonly{background:#f3f4f6;color:#6b7280;cursor:not-allowed}.settings-tabs{display:flex;gap:8px;margin-bottom:24px;border-bottom:1px solid #e5e7eb}.settings-tab{padding:8px 14px;font-size:14px;border:1px solid transparent;border-radius:8px 8px 0 0;background:transparent;cursor:pointer;color:#6b7280;font-weight:500}.settings-tab:hover{background:#f3f4f6}.settings-tab-active{background:#fff;border-color:#e5e7eb;border-bottom-color:#fff;color:#111827;font-weight:600}.accordion{border:1px solid #e5e7eb;border-radius:8px;margin-top:16px}.accordion-header{padding:10px 14px;cursor:pointer;font-weight:600;background:#f9fafb;border-bottom:1px solid #e5e7eb}.accordion-content{padding:12px;display:none}.accordion-content.open{display:block}.prompt-accordion{border:1px solid #e5e7eb;border-radius:8px;background:#f9fafb;padding:0 0 8px}.prompt-accordion-summary{padding:10px 12px;cursor:pointer;font-size:14px;font-weight:600;list-style:none}.prompt-accordion-summary::-webkit-details-marker{display:none}@media(max-width:768px){.settings-row-3,.settings-row-2{grid-template-columns:1fr}}.tracker-container{max-width:1400px;margin:0 auto;padding:32px 20px}.tracker-title{font-size:30px;font-weight:700;margin-bottom:28px;color:#111827}.tracker-card{background:#fff;padding:0;border-radius:12px;box-shadow:0 2px 8px #0000000a;border:1px solid #e5e7eb;overflow:hidden}.tracker-empty{padding:60px 32px;text-align:center;color:#6b7280;font-size:15px}.tracker-table-wrapper{overflow-x:auto}.tracker-table{width:100%;border-collapse:collapse;font-size:14px}.tracker-table thead{background:#f9fafb;border-bottom:2px solid #e5e7eb}.tracker-table th{padding:16px 20px;text-align:left;font-weight:600;color:#374151;font-size:13px;text-transform:uppercase;letter-spacing:.025em}.tracker-table tbody tr{border-bottom:1px solid #e5e7eb;transition:background-color .15s ease}.tracker-table tbody tr:hover{background:#f9fafb}.tracker-table tbody tr:last-child{border-bottom:none}.tracker-table td{padding:16px 20px;color:#374151;vertical-align:middle}.tracker-cell-company{font-weight:600;color:#111827}.tracker-cell-title{max-width:300px}.tracker-job-link{color:#2563eb;text-decoration:none;font-weight:500;transition:color .15s ease}.tracker-job-link:hover{color:#1d4ed8;text-decoration:underline}.tracker-status-yes{display:inline-flex;align-items:center;gap:6px;color:#16a34a;font-weight:500;font-size:13px}.tracker-status-no{color:#9ca3af;font-size:13px}.tracker-actions{display:flex;gap:8px;flex-wrap:wrap}.tracker-action-button{padding:6px 12px;font-size:13px;font-weight:500;border:1px solid #d1d5db;background:#fff;color:#374151;border-radius:6px;cursor:pointer;transition:all .15s ease;white-space:nowrap}.tracker-action-button:hover{background:#f3f4f6;border-color:#9ca3af}.tracker-action-button-primary{background:#2563eb;color:#fff;border-color:#2563eb}.tracker-action-button-primary:hover{background:#1d4ed8;border-color:#1d4ed8}.tracker-stats{display:flex;gap:24px;padding:24px 32px;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:12px;margin-bottom:24px}.tracker-stat{flex:1;text-align:center;color:#fff}.tracker-stat-value{font-size:32px;font-weight:700;margin-bottom:4px}.tracker-stat-label{font-size:13px;opacity:.9;text-transform:uppercase;letter-spacing:.05em}@media(max-width:1024px){.tracker-table{font-size:13px}.tracker-table th,.tracker-table td{padding:12px 16px}.tracker-actions{flex-direction:column}.tracker-action-button{width:100%}}@media(max-width:768px){.tracker-container{padding:20px 12px}.tracker-title{font-size:24px;margin-bottom:20px}.tracker-stats{flex-direction:column;gap:16px;padding:20px}.tracker-table-wrapper{overflow-x:scroll}.tracker-table{min-width:900px}}
