*{box-sizing:border-box}body{margin:0;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;background:#f5f7fa}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}*{margin:0;padding:0;box-sizing:border-box}.app{display:flex;min-height:100vh;background:#f5f7fa}.sidebar{width:260px;background:#1e293b;border-right:1px solid #334155;display:flex;flex-direction:column;position:fixed;height:100vh;left:0;top:0;z-index:2000}.sidebar-header{padding:1.5rem 1rem;border-bottom:1px solid #334155;display:flex;align-items:center;justify-content:space-between}.sidebar-toggle{background:none;border:none;color:#94a3b8;cursor:pointer;padding:.25rem;border-radius:.375rem;transition:all .2s;display:flex;align-items:center;justify-content:center}.sidebar-toggle:hover{color:#f1f5f9;background:#334155}.logo{display:flex;align-items:center;gap:.75rem}.logo span{font-size:1rem;font-weight:600;color:#f1f5f9}.sidebar-nav{flex:1;padding:1rem .5rem;overflow-y:auto}.nav-item{width:100%;display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;margin-bottom:.25rem;background:none;border:none;border-radius:.5rem;cursor:pointer;font-size:.875rem;font-weight:500;color:#94a3b8;transition:all .2s;text-align:left}.nav-item:hover{background:#334155;color:#f1f5f9}.nav-item.active{background:#475569;color:#fff;box-shadow:none}.nav-item svg{flex-shrink:0}.nav-item-expandable{position:relative}.expand-icon{margin-left:auto;transition:transform .2s}.expand-icon.expanded{transform:rotate(180deg)}.nav-group{display:flex;flex-direction:column}.nav-submenu{display:flex;flex-direction:column;margin-left:.5rem;padding-left:.75rem;border-left:2px solid #334155}.nav-subitem{width:100%;display:flex;align-items:center;gap:.5rem;padding:.5rem .75rem;margin-bottom:.125rem;background:none;border:none;border-radius:.375rem;cursor:pointer;font-size:.8rem;font-weight:500;color:#94a3b8;transition:all .2s;text-align:left}.nav-subitem:hover:not(.disabled){background:#334155;color:#f1f5f9}.nav-subitem.active{background:#475569;color:#fff}.nav-subitem.disabled{opacity:.5;cursor:not-allowed}.subitem-icon{font-size:.9rem}.subitem-badge{font-size:.55rem;font-weight:700;background:#475569;color:#94a3b8;padding:.125rem .375rem;border-radius:.25rem;text-transform:uppercase;letter-spacing:.025em;margin-left:auto}.sidebar-footer{padding:1rem;border-top:1px solid #334155}.user-section{display:flex;align-items:center;gap:.75rem;padding:.75rem;border-radius:.5rem;background:#334155}.user-avatar{width:40px;height:40px;border-radius:50%;background:#475569;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:.875rem;color:#fff;flex-shrink:0}.user-info{flex:1;min-width:0}.user-name{font-size:.875rem;font-weight:600;color:#f1f5f9;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.user-email{font-size:.75rem;color:#94a3b8;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sign-out-btn{background:none;border:none;padding:.5rem;cursor:pointer;color:#6b7280;transition:all .2s;display:flex;align-items:center;justify-content:center;border-radius:.375rem}.sign-out-btn:hover{color:#fff;background:#ef444433}.main-content{flex:1;margin-left:260px;display:flex;flex-direction:column;min-height:100vh}.content-header{background:#fff;padding:1.5rem 2rem;border-bottom:1px solid #e5e7eb;box-shadow:0 1px 3px #0000000d}.content-header h1{font-size:1.5rem;color:#1f2937;font-weight:600}.content-body{flex:1;padding:2rem;max-width:1400px;width:100%;margin:0 auto}.main-content:has(.ingestion-manager) .content-body{padding:0;max-width:none;overflow:hidden}.btn-primary{background:#1e40af;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:.5rem;cursor:pointer;font-size:.95rem;font-weight:500;transition:all .2s}.btn-primary:hover{background:#1e3a8a}.btn-primary:disabled{background:#9ca3af;cursor:not-allowed}.btn-secondary{background:#fff;color:#374151;border:1px solid #d1d5db;padding:.75rem 1.5rem;border-radius:.5rem;cursor:pointer;font-size:.95rem;font-weight:500;transition:all .2s}.btn-secondary:hover{background:#f9fafb;border-color:#9ca3af}.loading{text-align:center;padding:3rem;color:#6b7280;font-size:1.1rem}.error{text-align:center;padding:3rem;color:#ef4444;font-size:1.1rem}@media(max-width:768px){.sidebar{width:200px}.main-content{margin-left:200px}.logo span{font-size:.875rem}.user-email{display:none}}.sidebar.collapsed{width:72px}.main-content.expanded{margin-left:72px}.sidebar.collapsed .logo span,.sidebar.collapsed .nav-item span,.sidebar.collapsed .user-info{display:none}.sidebar.collapsed .sidebar-header{padding:1rem .5rem;flex-direction:column;gap:1rem;justify-content:center}.sidebar.collapsed .logo{justify-content:center}.sidebar.collapsed .nav-item{justify-content:center;padding:.75rem 0}.sidebar.collapsed .user-section{padding:.5rem 0;justify-content:center;flex-direction:column;gap:.5rem}.sidebar.collapsed .user-avatar{width:32px;height:32px;font-size:.75rem}.sidebar.collapsed .sign-out-btn{padding:.5rem}.filter-bar{display:flex;gap:1rem;align-items:flex-end;flex-wrap:wrap;padding:.75rem 1rem;background:#f8fafc;border-radius:.5rem;border:1px solid #e2e8f0}.filter-group{display:flex;flex-direction:column;gap:.25rem;min-width:140px}.filter-group label{font-size:.75rem;font-weight:500;color:#64748b;text-transform:uppercase;letter-spacing:.025em}.filter-group select{padding:.5rem .75rem;border:1px solid #cbd5e1;border-radius:.375rem;font-size:.875rem;background:#fff;color:#1e293b;cursor:pointer;min-width:150px}.filter-group select:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 2px #3b82f61a}.clear-filters-btn{padding:.5rem .75rem;background:transparent;border:1px solid #94a3b8;border-radius:.375rem;font-size:.875rem;color:#64748b;cursor:pointer;transition:all .15s}.clear-filters-btn:hover{background:#f1f5f9;border-color:#64748b;color:#475569}.confirm-overlay{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:3000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);animation:fadeIn .2s ease-out}.confirm-content{background:#fff;border-radius:12px;padding:24px;width:90%;max-width:400px;box-shadow:0 20px 25px -5px #0000001a;animation:scaleIn .2s cubic-bezier(.16,1,.3,1)}@keyframes scaleIn{0%{transform:scale(.95);opacity:0}to{transform:scale(1);opacity:1}}.confirm-title{margin:0 0 8px;font-size:18px;font-weight:600;color:#0f172a}.confirm-message{margin:0 0 24px;font-size:14px;color:#64748b;line-height:1.5}.confirm-actions{display:flex;justify-content:flex-end;gap:12px}.confirm-btn-cancel{padding:8px 16px;border-radius:6px;border:1px solid #cbd5e1;background:#fff;color:#475569;font-weight:500;cursor:pointer;transition:background .15s;font-size:14px}.confirm-btn-cancel:hover{background:#f1f5f9}.confirm-btn-confirm{padding:8px 16px;border-radius:6px;border:none;background:#3b82f6;color:#fff;font-weight:500;cursor:pointer;transition:background .15s;font-size:14px}.confirm-btn-confirm:hover{background:#2563eb}.confirm-btn-confirm.destructive{background:#ef4444}.confirm-btn-confirm.destructive:hover{background:#dc2626}.dashboard{animation:fadeIn .3s ease-in}.dashboard>.filter-bar{margin-bottom:1.5rem}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.dashboard-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;padding-bottom:1rem;border-bottom:2px solid #e5e7eb}.dashboard-header h2{font-size:1.75rem;color:#1f2937;font-weight:700;margin:0}.entity-filter{display:flex;align-items:center;gap:.75rem}.entity-filter label{font-size:.95rem;font-weight:500;color:#374151}.entity-filter-select{padding:.5rem 2.5rem .5rem .75rem;border:1px solid #d1d5db;border-radius:.5rem;font-size:.95rem;background:#fff;cursor:pointer;transition:all .2s;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%236b7280' d='M10.293 3.293L6 7.586 1.707 3.293A1 1 0 00.293 4.707l5 5a1 1 0 001.414 0l5-5a1 1 0 10-1.414-1.414z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .75rem center;min-width:200px}.entity-filter-select:hover{border-color:#2563eb}.entity-filter-select:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;margin-bottom:2rem}.stat-card{background:#fff;padding:1.5rem;border-radius:.75rem;border:1px solid #e5e7eb;transition:transform .2s,box-shadow .2s}.stat-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}.stat-card.highlight{background:#1e40af;color:#fff;border:none}.stat-card.warning{background:#64748b;color:#fff;border:none}.stat-card.alert{background:#475569;color:#fff;border:none}.stat-label{font-size:.875rem;font-weight:500;color:inherit;opacity:.8;margin-bottom:.5rem;text-transform:uppercase;letter-spacing:.05em}.stat-value{font-size:2rem;font-weight:700;color:inherit}.insights{background:#fff;padding:2rem;border-radius:.75rem;border:1px solid #e5e7eb}.insights h3{margin:0 0 1rem;font-size:1.25rem;color:#1f2937;font-weight:600}.insights ul{list-style:none;padding:0;margin:0}.insights li{padding:.75rem 0;border-bottom:1px solid #f3f4f6;font-size:.95rem;line-height:1.6}.insights li:last-child{border-bottom:none}.insight-warning{color:#d97706}.insight-alert{color:#dc2626}.insight-positive{color:#059669}.dashboard-header{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1.5rem}.dashboard-header .filter-bar{flex:1;margin-bottom:0}.empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;background:#fff;border:2px dashed #e2e8f0;border-radius:12px;color:#64748b;min-height:400px;padding:2rem}.clear-data-btn{padding:.5rem .75rem;background:transparent;color:#64748b;border:1px solid #e2e8f0;border-radius:.375rem;font-size:.8125rem;font-weight:500;cursor:pointer;transition:all .15s;white-space:nowrap}.dashboard-actions{display:flex;gap:.5rem;align-items:center}.export-backup-btn{padding:.5rem .75rem;background:#059669;color:#fff;border:none;border-radius:.375rem;font-size:.8125rem;font-weight:500;cursor:pointer;transition:all .15s;white-space:nowrap}.export-backup-btn:hover:not(:disabled){background:#047857}.export-backup-btn:disabled{opacity:.6;cursor:not-allowed}.restore-backup-btn{padding:.75rem 1.5rem;background:#6366f1;color:#fff;border:none;border-radius:.5rem;font-size:.9375rem;font-weight:500;cursor:pointer;transition:all .15s}.restore-backup-btn:hover:not(:disabled){background:#4f46e5}.restore-backup-btn:disabled{opacity:.6;cursor:not-allowed}.restore-backup-btn-secondary{padding:.5rem .75rem;background:transparent;color:#6366f1;border:1px solid #6366f1;border-radius:.375rem;font-size:.8125rem;font-weight:500;cursor:pointer;transition:all .15s;white-space:nowrap}.restore-backup-btn-secondary:hover:not(:disabled){background:#eef2ff}.restore-backup-btn-secondary:disabled{opacity:.6;cursor:not-allowed}.empty-state-actions{display:flex;gap:1rem;margin-top:.5rem}.restore-result{display:flex;align-items:center;justify-content:space-between;padding:.75rem 1rem;border-radius:.5rem;margin-bottom:1rem;font-size:.875rem}.restore-result.success{background:#d1fae5;color:#065f46;border:1px solid #6ee7b7}.restore-result.error{background:#fee2e2;color:#991b1b;border:1px solid #fca5a5}.restore-result button{background:none;border:none;font-size:1.25rem;cursor:pointer;color:inherit;opacity:.7;padding:0 .25rem}.restore-result button:hover{opacity:1}.certificate-grid-container{animation:fadeIn .4s cubic-bezier(.16,1,.3,1);height:100%;display:flex;flex-direction:column;padding:1rem}.certificate-grid-container>.filter-bar{margin-bottom:1rem}.grid-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;padding:0 .5rem}.certificate-count{font-size:1.125rem;color:#0f172a;font-weight:600;letter-spacing:-.025em}.parcel-link{font-weight:600;color:#2563eb;font-family:SF Mono,Monaco,Courier New,monospace;font-size:.8125rem;letter-spacing:-.025em;background:transparent;border:none;cursor:pointer;padding:0;text-decoration:none;transition:color .15s}.parcel-link:hover{color:#1d4ed8;text-decoration:underline}.interest-cell{font-weight:600;color:#059669!important;font-feature-settings:"tnum"}.grid-wrapper{height:calc(100vh - 200px);width:100%}.status-badge{padding:.25rem .625rem;border-radius:9999px;font-size:.75rem;font-weight:600;letter-spacing:.025em;display:inline-flex;align-items:center;line-height:1}.status-tax-deed{background:#fefce8;color:#854d0e;border:1px solid #fef08a}.skeleton-header-title{height:24px;width:150px;background:#f1f5f9;border-radius:4px;animation:pulse 1.5s infinite}.skeleton-header-btn{height:36px;width:120px;background:#f1f5f9;border-radius:6px;animation:pulse 1.5s infinite}.skeleton-grid{background:#fff;padding:16px}.skeleton-row{height:48px;margin-bottom:12px;background:#f8fafc;border-radius:8px;animation:pulse 1.5s infinite}.empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;background:#fff;border:2px dashed #e2e8f0;border-radius:12px;color:#64748b;margin:0 .5rem;min-height:400px}.empty-state h3{font-size:18px;font-weight:600;color:#0f172a;margin:0 0 8px}.empty-state p{font-size:14px;margin:0 0 1.5rem;max-width:300px;text-align:center}.history-timeline{display:flex;flex-direction:column}.history-timeline.empty{padding:2rem;text-align:center;color:#64748b;background:#f8fafc;border-radius:.5rem;border:1px dashed #e2e8f0}.history-timeline.empty p{margin:0;font-size:.875rem}.timeline-entry{display:flex;gap:1rem;position:relative}.timeline-marker{display:flex;flex-direction:column;align-items:center;flex-shrink:0;width:20px}.marker-dot{width:12px;height:12px;border-radius:50%;flex-shrink:0;box-shadow:0 0 0 3px #fff,0 0 0 4px #e2e8f0}.marker-line{width:2px;flex:1;background:#e2e8f0;margin-top:4px;min-height:20px}.timeline-content{flex:1;padding-bottom:1.5rem}.timeline-header{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:.5rem}.status-change{display:flex;align-items:center;gap:.5rem;font-weight:500;font-size:.9375rem}.status-change svg{color:#94a3b8;flex-shrink:0}.from-status{color:#64748b}.to-status{font-weight:600}.timeline-date{display:flex;flex-direction:column;align-items:flex-end;flex-shrink:0}.timeline-date .date{font-size:.8125rem;color:#475569;font-weight:500}.timeline-date .time{font-size:.75rem;color:#94a3b8}.transition-details{background:#f8fafc;border-radius:.5rem;padding:.75rem 1rem;margin-top:.5rem;border:1px solid #e2e8f0}.detail-item{display:flex;justify-content:space-between;align-items:center;padding:.375rem 0}.detail-item:not(:last-child){border-bottom:1px solid #e2e8f0}.detail-item.notes{flex-direction:column;align-items:flex-start;gap:.25rem}.detail-label{font-size:.8125rem;color:#64748b}.detail-value{font-size:.875rem;color:#0f172a;font-weight:500}.detail-value.highlight{color:#059669;font-weight:600}.detail-item.notes .detail-value{font-weight:400;color:#475569;font-size:.8125rem;line-height:1.4}.modal-overlay{position:fixed;inset:0;background:#0006;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:50;animation:fadeIn .2s ease-out}.transition-modal{background:#fff;border-radius:1rem;width:100%;max-width:480px;box-shadow:0 20px 25px -5px #0000001a;animation:slideUp .2s cubic-bezier(.16,1,.3,1)}.transition-modal .modal-header{padding:1.25rem 1.5rem;border-bottom:1px solid #f1f5f9;display:flex;justify-content:space-between;align-items:center}.transition-modal .modal-header h2{font-size:1.125rem;font-weight:600;color:#0f172a;margin:0}.transition-modal .close-button{background:transparent;border:none;font-size:1.5rem;color:#94a3b8;cursor:pointer;padding:.25rem;border-radius:.375rem;line-height:1;transition:all .15s}.transition-modal .close-button:hover{color:#475569;background:#f1f5f9}.transition-modal .modal-body{padding:1.5rem}.transition-info{background:#f8fafc;border-radius:.75rem;padding:1rem;margin-bottom:1.5rem;border:1px solid #e2e8f0}.cert-info{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;padding-bottom:1rem;border-bottom:1px solid #e2e8f0}.cert-info .label{font-size:.875rem;color:#64748b}.cert-info .value{font-weight:600;font-family:SF Mono,Monaco,Courier New,monospace;color:#2563eb}.transition-arrow{display:flex;align-items:center;justify-content:center;gap:.75rem}.transition-arrow svg{color:#94a3b8}.status-badge{padding:.375rem .75rem;border-radius:9999px;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.025em}.form-fields{display:flex;flex-direction:column;gap:1rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-group label{font-size:.875rem;font-weight:500;color:#334155}.form-group .required{color:#ef4444;margin-left:.25rem}.form-group input,.form-group textarea{padding:.75rem;border:1px solid #cbd5e1;border-radius:.5rem;font-size:.9375rem;transition:all .15s;font-family:inherit}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.form-group input.error,.form-group textarea.error{border-color:#ef4444}.form-group textarea{resize:vertical;min-height:80px}.currency-input{position:relative;display:flex;align-items:center}.currency-symbol{position:absolute;left:.75rem;color:#64748b;font-weight:500;pointer-events:none}.form-group .currency-input input{padding-left:1.75rem;width:100%}.error-message{font-size:.8125rem;color:#ef4444}.no-fields-message{text-align:center;color:#475569;font-size:.9375rem;margin:0}.no-fields-message strong{color:#0f172a}.transition-modal .modal-footer{padding:1rem 1.5rem;border-top:1px solid #f1f5f9;display:flex;justify-content:flex-end;gap:.75rem;background:#f8fafc;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem}.btn-secondary{padding:.625rem 1rem;border-radius:.5rem;border:1px solid #cbd5e1;background:#fff;color:#475569;font-weight:500;font-size:.875rem;cursor:pointer;transition:all .15s}.btn-secondary:hover{background:#f1f5f9;border-color:#94a3b8}.btn-primary{padding:.625rem 1rem;border-radius:.5rem;border:none;background:#3b82f6;color:#fff;font-weight:500;font-size:.875rem;cursor:pointer;transition:all .15s}.btn-primary:hover{background:#2563eb}@keyframes slideUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.certificate-detail-container{padding:2rem;max-width:1400px;margin:0 auto;animation:fadeIn .4s cubic-bezier(.16,1,.3,1)}.detail-header{margin-bottom:2rem}.back-button{display:inline-flex;align-items:center;gap:.5rem;background:transparent;border:none;color:#64748b;font-size:.875rem;font-weight:500;cursor:pointer;padding:.5rem 0;margin-bottom:1rem;transition:color .15s}.back-button:hover{color:#0f172a}.header-info{display:flex;align-items:center;gap:1rem}.header-info h1{font-size:2rem;font-weight:700;color:#0f172a;margin:0}.detail-content{display:flex;flex-direction:column;gap:1.5rem}.detail-section{background:#fff;border-radius:1rem;padding:1.5rem;box-shadow:0 1px 3px #0000000d,0 1px 2px #0000001a;border:1px solid #e2e8f0}.detail-section h2{font-size:1.125rem;font-weight:600;color:#0f172a;margin:0 0 1.25rem;padding-bottom:.75rem;border-bottom:2px solid #f1f5f9}.info-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem}.info-item{display:flex;flex-direction:column;gap:.5rem}.info-item.highlight{background:#f8fafc;padding:1rem;border-radius:.75rem;border:1px solid #e2e8f0}.info-item label{font-size:.875rem;font-weight:500;color:#64748b;text-transform:uppercase;letter-spacing:.05em}.info-item .value{font-size:1rem;font-weight:500;color:#0f172a}.info-item .value.parcel-id{font-family:SF Mono,Monaco,Courier New,monospace;font-size:1.125rem;font-weight:600;color:#334155}.info-item .value.amount{font-size:1.25rem;font-weight:600;font-feature-settings:"tnum"}.info-item .value.total{color:#1f2937;font-size:1.5rem}.info-item .value.interest,.info-item .value.profit{color:#059669}.info-item .value.loss{color:#dc2626}.status-badge{padding:.375rem .875rem;border-radius:9999px;font-size:.875rem;font-weight:600;letter-spacing:.025em;display:inline-flex;align-items:center}.status-active{background:#f0fdf4;color:#166534;border:1px solid #dcfce7}.status-redeemed{background:#eff6ff;color:#1e40af;border:1px solid #dbeafe}.status-expired{background:#fef2f2;color:#991b1b;border:1px solid #fee2e2}.status-tda_filed{background:#fffbeb;color:#92400e;border:1px solid #fef3c7}.status-cancelled{background:#fef2f2;color:#991b1b;border:1px solid #fee2e2}.status-tax_deed{background:#fefce8;color:#854d0e;border:1px solid #fef08a}.status-buttons{display:flex;gap:.75rem;flex-wrap:wrap}.status-change-btn{padding:.625rem 1rem;border-radius:.5rem;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .15s;border:1px solid;text-transform:capitalize}.status-btn-active{background:#f0fdf4;color:#166534;border-color:#86efac}.status-btn-active:hover{background:#dcfce7}.status-btn-redeemed{background:#eff6ff;color:#1e40af;border-color:#93c5fd}.status-btn-redeemed:hover{background:#dbeafe}.status-btn-cancelled{background:#fef2f2;color:#991b1b;border-color:#fecaca}.status-btn-cancelled:hover{background:#fee2e2}.status-btn-tax_deed{background:#fefce8;color:#854d0e;border-color:#fde047}.status-btn-tax_deed:hover{background:#fef08a}.history-section{margin-top:1rem}.error-state{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:400px;background:#fff;border-radius:1rem;padding:3rem;text-align:center}.error-state h2{font-size:1.5rem;color:#0f172a;margin:0 0 .5rem}.error-state p{color:#64748b;margin:0 0 1.5rem}.btn-back{background:#3b82f6;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:.5rem;font-weight:500;cursor:pointer;transition:all .15s}.btn-back:hover{background:#2563eb;transform:translateY(-1px)}.detail-skeleton{animation:fadeIn .3s}.skeleton-header{height:60px;background:#f1f5f9;border-radius:.75rem;margin-bottom:2rem;animation:pulse 1.5s infinite}.skeleton-grid{display:grid;gap:1.5rem}.skeleton-card{height:200px;background:#f1f5f9;border-radius:1rem;animation:pulse 1.5s infinite}@media(max-width:768px){.certificate-detail-container{padding:1rem}.header-info{flex-direction:column;align-items:flex-start}.header-info h1{font-size:1.5rem}.info-grid{grid-template-columns:1fr}}.toast-container{position:fixed;bottom:24px;right:24px;z-index:2000;display:flex;flex-direction:column;gap:8px;pointer-events:none}.toast-item{display:flex;align-items:center;padding:12px 16px;border-radius:8px;background:#fff;box-shadow:0 4px 12px #00000026;min-width:300px;animation:slideIn .3s cubic-bezier(.16,1,.3,1);border:1px solid transparent;pointer-events:auto}@keyframes slideIn{0%{transform:translate(100%);opacity:0}to{transform:translate(0);opacity:1}}.toast-success{border-color:#bbf7d0;background:#f0fdf4;color:#166534}.toast-error{border-color:#fecaca;background:#fef2f2;color:#991b1b}.toast-info{border-color:#bae6fd;background:#f0f9ff;color:#075985}.toast-icon{margin-right:12px;display:flex;align-items:center}.toast-message{flex:1;font-size:14px;font-weight:500;line-height:1.4}.toast-close{background:none;border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;opacity:.5;padding:4px;margin-left:8px;color:inherit;transition:opacity .2s;border-radius:4px}.toast-close:hover{opacity:1;background:#0000000d}.kanban-container{padding:1rem;height:100%;display:flex;flex-direction:column;animation:fadeIn .4s cubic-bezier(.16,1,.3,1)}.kanban-container>.filter-bar{margin-bottom:1rem}.kanban-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;padding:0 .5rem}.kanban-header .certificate-count{font-size:1.125rem;color:#0f172a;font-weight:600;letter-spacing:-.025em}.view-toggle-btn{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:#fff;border:1px solid #e2e8f0;border-radius:.5rem;color:#475569;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .15s}.view-toggle-btn:hover{background:#f8fafc;border-color:#cbd5e1}.kanban-board{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem;flex:1;min-height:0;overflow-x:auto}.kanban-column{background:#f8fafc;border-radius:.75rem;display:flex;flex-direction:column;min-width:280px;max-height:calc(100vh - 220px);transition:all .2s}.kanban-column.drag-over{background:#f1f5f9;box-shadow:inset 0 0 0 2px #3b82f6}.column-header{padding:1rem;border-top:3px solid;border-top-left-radius:.75rem;border-top-right-radius:.75rem;background:#fff}.column-title-row{display:flex;align-items:center;justify-content:space-between;margin-bottom:.25rem}.column-title{font-weight:600;font-size:.9375rem;text-transform:uppercase;letter-spacing:.05em}.column-count{font-size:.75rem;font-weight:600;padding:.125rem .5rem;border-radius:9999px}.column-total{font-size:.875rem;color:#64748b;font-weight:500}.column-body{flex:1;overflow-y:auto;padding:.5rem;display:flex;flex-direction:column;gap:.5rem}.kanban-card{background:#fff;border-radius:.5rem;padding:.875rem;cursor:grab;box-shadow:0 1px 3px #0000000d;border:1px solid #e2e8f0;transition:all .15s}.kanban-card:hover{box-shadow:0 4px 6px -1px #0000001a;border-color:#cbd5e1;transform:translateY(-1px)}.kanban-card:active{cursor:grabbing;box-shadow:0 10px 15px -3px #0000001a}.kanban-card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.kanban-card .parcel-id{font-weight:600;color:#2563eb;font-family:SF Mono,Monaco,Courier New,monospace;font-size:.8125rem}.kanban-card .interest-rate{font-size:.75rem;font-weight:600;color:#059669;background:#ecfdf5;padding:.125rem .375rem;border-radius:.25rem}.card-address{font-size:.8125rem;color:#64748b;margin-bottom:.5rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.card-details{display:flex;justify-content:space-between;align-items:flex-end}.card-amount{font-weight:600;color:#0f172a;font-size:1rem}.card-meta{display:flex;gap:.5rem;font-size:.75rem;color:#94a3b8}.empty-column{display:flex;align-items:center;justify-content:center;padding:2rem 1rem;color:#94a3b8;font-size:.875rem;border:2px dashed #e2e8f0;border-radius:.5rem;background:#fff}.kanban-column.skeleton{opacity:.7}.skeleton-header{height:60px;background:#e2e8f0;border-radius:.5rem;animation:pulse 1.5s infinite}.skeleton-card{height:80px;background:#fff;border-radius:.5rem;animation:pulse 1.5s infinite}.skeleton-title{height:24px;width:150px;background:#e2e8f0;border-radius:.25rem;animation:pulse 1.5s infinite}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.header-actions{display:flex;align-items:center;gap:.75rem}.kanban-container .empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;flex:1;background:#fff;border:2px dashed #e2e8f0;border-radius:12px;color:#64748b;min-height:400px}.empty-icon{color:#94a3b8;margin-bottom:16px;background:#f8fafc;padding:24px;border-radius:50%}.kanban-container .empty-state h3{font-size:18px;font-weight:600;color:#0f172a;margin:0 0 8px}.kanban-container .empty-state p{font-size:14px;margin:0 0 1.5rem;max-width:300px;text-align:center}.demo-data-btn{padding:.75rem 1.5rem;background:#3b82f6;color:#fff;border:none;border-radius:.5rem;font-size:.9375rem;font-weight:500;cursor:pointer;transition:all .15s}.demo-data-btn:hover:not(:disabled){background:#2563eb}.demo-data-btn:disabled{opacity:.6;cursor:not-allowed}.clear-data-btn{padding:.5rem .75rem;background:transparent;color:#64748b;border:1px solid #e2e8f0;border-radius:.375rem;font-size:.8125rem;font-weight:500;cursor:pointer;transition:all .15s}.clear-data-btn:hover:not(:disabled){background:#fef2f2;border-color:#fecaca;color:#dc2626}.clear-data-btn:disabled{opacity:.6;cursor:not-allowed}.ingestion-content{padding:2rem;max-width:100%;overflow-x:hidden}.form-header,.preview-header{margin-bottom:2rem}.form-header h2,.preview-header h2{margin:0 0 .5rem;font-size:1.5rem;color:#1f2937;font-weight:600}.form-header p,.preview-header p{margin:0;color:#6b7280;font-size:.95rem}.preview-header{display:flex;justify-content:space-between;align-items:flex-start;flex-wrap:wrap;gap:1rem}.certificate-form{background:#fff;border-radius:.75rem;box-shadow:0 1px 3px #0000001a;overflow:hidden}.form-section{padding:1.5rem;border-bottom:1px solid #e5e7eb}.form-section:last-of-type{border-bottom:none}.form-section h3{margin:0 0 1rem;font-size:.875rem;font-weight:600;text-transform:uppercase;color:#6b7280;letter-spacing:.05em}.form-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1rem}.form-field{display:flex;flex-direction:column;gap:.5rem}.form-field label{font-size:.875rem;font-weight:500;color:#374151}.form-field input,.form-field select{padding:.75rem;border:1px solid #d1d5db;border-radius:.5rem;font-size:.95rem;transition:all .2s;background:#fff}.form-field input:focus,.form-field select:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.form-field input::placeholder{color:#9ca3af}.input-with-prefix,.input-with-suffix{display:flex;align-items:center;border:1px solid #d1d5db;border-radius:.5rem;overflow:hidden;transition:all .2s;background:#fff}.input-with-prefix:focus-within,.input-with-suffix:focus-within{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.input-with-prefix .prefix,.input-with-suffix .suffix{padding:.75rem;background:#f9fafb;color:#6b7280;font-size:.95rem;border-right:1px solid #d1d5db}.input-with-suffix .suffix{border-right:none;border-left:1px solid #d1d5db}.input-with-prefix input,.input-with-suffix input{border:none;flex:1;padding:.75rem}.input-with-prefix input:focus,.input-with-suffix input:focus{outline:none;box-shadow:none}.action-buttons{display:flex;justify-content:flex-end;gap:1rem;margin-top:2rem;padding:1.5rem;background:#f9fafb;border-top:1px solid #e5e7eb}.error-message{background:#fee2e2;border:1px solid #fca5a5;border-radius:.5rem;padding:1rem 1.5rem;color:#991b1b;margin:1rem 0}.result-section{border-radius:.75rem;padding:2rem;text-align:center}.result-section.success{background:#d1fae5;border:1px solid #6ee7b7}.result-section.error{background:#fee2e2;border:1px solid #fca5a5}.result-section h3{margin:0 0 .75rem;font-size:1.25rem}.result-section.success h3,.result-section.success p{color:#065f46}.result-section.error h3,.result-section.error p{color:#991b1b}.result-section p{margin:0 0 1.5rem}.result-section details{margin:1rem 0;background:#fff9;padding:1rem;border-radius:.5rem;text-align:left}.result-section details summary{cursor:pointer;font-weight:600;margin-bottom:.75rem}.result-section details ul{margin:0;padding-left:1.5rem}.result-section details li{margin:.5rem 0;font-family:Courier New,monospace;font-size:.8rem}.upload-zone{border:2px dashed #d1d5db;border-radius:1rem;padding:4rem 2rem;text-align:center;cursor:pointer;transition:all .2s;background:#fff}.upload-zone:hover{border-color:#3b82f6;background:#f0f9ff}.upload-zone.dragging{border-color:#3b82f6;background:#dbeafe;transform:scale(1.02)}.upload-zone.parsing{cursor:wait;border-color:#f59e0b;background:#fffbeb}.upload-zone .upload-icon{width:48px;height:48px;margin:0 auto 1rem;color:#9ca3af}.upload-zone h3{margin:0 0 .5rem;font-size:1.25rem;color:#1f2937}.supported-formats{margin:0;color:#9ca3af;font-size:.875rem}.parsing-indicator{display:flex;flex-direction:column;align-items:center;gap:1rem}.parsing-indicator p{margin:0;color:#92400e;font-weight:500}.spinner{width:48px;height:48px;border:4px solid #fbbf24;border-top-color:transparent;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.camera-container{background:#fff;border-radius:.75rem;box-shadow:0 1px 3px #0000001a;overflow:hidden}.camera-start{padding:3rem}.camera-options{display:flex;flex-direction:column;gap:1rem;max-width:400px;margin:0 auto}.camera-option{display:flex;flex-direction:column;align-items:center;gap:.5rem;padding:2rem;border:2px solid #e5e7eb;border-radius:.75rem;background:#fff;cursor:pointer;transition:all .2s;text-align:center}.camera-option:hover{border-color:#3b82f6;background:#f0f9ff}.camera-option .option-icon{width:40px;height:40px;color:#6b7280}.option-label{font-size:1.1rem;font-weight:600;color:#1f2937}.option-hint{font-size:.875rem;color:#6b7280}.option-divider{text-align:center;color:#9ca3af;font-size:.875rem;position:relative}.option-divider:before,.option-divider:after{content:"";position:absolute;top:50%;width:40%;height:1px;background:#e5e7eb}.option-divider:before{left:0}.option-divider:after{right:0}.camera-active{position:relative;background:#1f2937}.camera-active video{width:100%;max-height:500px;object-fit:contain;display:block}.camera-controls{position:absolute;bottom:0;left:0;right:0;padding:1.5rem;background:linear-gradient(transparent,#000000b3);display:flex;justify-content:center;gap:1rem}.btn-capture{background:#ef4444;color:#fff;border:none;padding:1rem 2rem;border-radius:9999px;font-size:1.1rem;font-weight:600;cursor:pointer;display:flex;align-items:center;gap:.5rem;transition:all .2s}.btn-capture:hover{background:#dc2626;transform:scale(1.05)}.image-preview{background:#1f2937;border-radius:.75rem;overflow:hidden;margin-bottom:1rem}.image-preview img{width:100%;max-height:500px;object-fit:contain;display:block}.tbd-section{background:#f0f9ff;border:2px dashed #3b82f6;border-radius:1rem;padding:4rem 2rem;text-align:center}.data-table-container{overflow-x:auto;overflow-y:visible;padding:1.5rem;max-width:100%;position:relative;background:#fff;border-radius:.75rem;box-shadow:0 1px 3px #0000001a;margin-bottom:1rem;scrollbar-width:thin;scrollbar-color:#cbd5e1 #f1f5f9}.data-table-container::-webkit-scrollbar{height:8px}.data-table-container::-webkit-scrollbar-track{background:#f1f5f9;border-radius:4px}.data-table-container::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:4px}.data-table-container::-webkit-scrollbar-thumb:hover{background:#94a3b8}.data-table{border-collapse:collapse;font-size:.875rem}.data-table thead{background:#f9fafb}.data-table th{padding:.5rem .75rem;text-align:left;font-weight:600;color:#374151;text-transform:uppercase;font-size:.7rem;letter-spacing:.05em;border-bottom:2px solid #e5e7eb;position:sticky;top:0;background:#f9fafb;z-index:3;vertical-align:bottom;line-height:1.2;white-space:nowrap}.data-table th:first-child,.data-table td:first-child{width:30px;left:0;z-index:4}.data-table td{padding:.25rem;border-bottom:1px solid #f3f4f6;vertical-align:top}.data-table td:first-child{position:sticky;left:0;background:#fff;z-index:2;padding:.5rem}.data-table tbody tr:hover,.data-table tbody tr:hover td:first-child{background:#f9fafb}.row-number{color:#9ca3af;font-weight:500;width:40px;text-align:center}.editable-cell{box-sizing:border-box;padding:.25rem 1rem .25rem .5rem;border:1px solid #e5e7eb;border-radius:.375rem;font-size:.875rem;font-family:inherit;transition:all .2s;background:#fff;field-sizing:content;min-width:4ch}.editable-cell:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.editable-cell::placeholder{color:#d1d5db;font-style:italic}.input-currency,.input-percent{display:inline-flex;align-items:center;gap:2px}.input-currency:before{content:"$";color:#6b7280;font-size:.875rem}.input-percent:after{content:"%";color:#6b7280;font-size:.875rem}.batch-row{background:#f0f9ff!important}.batch-row th{padding:.5rem .25rem!important;border-bottom:2px solid #0ea5e9!important;background:#f0f9ff!important}.batch-cell{display:flex;align-items:center;gap:4px}.batch-input{padding:.25rem .375rem;border:1px solid #bae6fd;border-radius:.25rem;font-size:.8rem;background:#fff;flex:1;min-width:0;field-sizing:content}.batch-input:focus{outline:none;border-color:#0ea5e9;box-shadow:0 0 0 2px #0ea5e933}.batch-apply{padding:.2rem .4rem;border:none;border-radius:.25rem;background:#0ea5e9;color:#fff;font-size:.75rem;cursor:pointer;flex-shrink:0}.batch-apply:hover{background:#0284c7}.duplicate-warning-section{background:#fef3c7;border:2px solid #f59e0b;border-radius:.75rem;padding:1.5rem;box-shadow:0 4px 6px #f59e0b1a}.warning-header{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem}.warning-header h3{margin:0;color:#92400e;font-size:1.25rem;font-weight:700}.warning-message{color:#78350f;margin:0 0 1.5rem;font-size:.95rem;line-height:1.6}.duplicates-list{background:#fff;border-radius:.5rem;padding:1rem;margin-bottom:1.5rem;max-height:400px;overflow-y:auto;border:1px solid #fbbf24}.duplicate-item{padding:1rem;background:#fffbeb;border:1px solid #fde68a;border-radius:.5rem;margin-bottom:1rem}.duplicate-item:last-child{margin-bottom:0}.warning-actions{display:flex;gap:1rem;justify-content:flex-end;flex-wrap:wrap}.warning-actions button{min-width:180px;font-weight:600}.email-config-box{background:#f0f9ff;border:1px solid #bae6fd;border-radius:.75rem;padding:1.5rem;margin-bottom:2rem}.config-label{font-size:.875rem;color:#0369a1;margin-bottom:.5rem;font-weight:500}.config-address-row{display:flex;align-items:center;gap:1rem}.config-address{flex:1;background:#fff;padding:.75rem 1rem;border-radius:.5rem;font-size:1rem;color:#1e40af;border:1px solid #bae6fd}.btn-copy{background:#0ea5e9;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:.5rem;font-weight:500;cursor:pointer;transition:all .2s}.btn-copy:hover{background:#0284c7}.btn-copy:disabled{opacity:.5;cursor:not-allowed}.email-list-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.email-list-header h3{margin:0;font-size:1.1rem;color:#1f2937}.empty-inbox,.empty-certificates{text-align:center;padding:3rem 2rem;background:#f9fafb;border-radius:.75rem;border:2px dashed #e5e7eb}.empty-inbox p,.empty-certificates p{margin:.5rem 0;color:#6b7280}.empty-inbox .hint,.empty-certificates .hint{font-size:.875rem;color:#9ca3af}.email-list{display:flex;flex-direction:column;gap:.75rem}.email-item{background:#fff;border:1px solid #e5e7eb;border-radius:.75rem;padding:1rem 1.25rem;display:flex;justify-content:space-between;align-items:center;gap:1rem;transition:all .2s}.email-item:hover{border-color:#3b82f6;box-shadow:0 2px 8px #3b82f61a}.email-item-main{flex:1;min-width:0;cursor:pointer}.email-sender{font-size:.875rem;color:#6b7280;margin-bottom:.25rem}.email-subject{font-weight:500;color:#1f2937;margin-bottom:.25rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.email-meta{font-size:.75rem;color:#9ca3af;display:flex;gap:1rem}.email-item-actions{display:flex;align-items:center;gap:.5rem;flex-shrink:0}.email-status-badge{font-size:.7rem;font-weight:600;padding:.25rem .5rem;border-radius:.25rem;text-transform:uppercase}.status-pending{background:#f3f4f6;color:#6b7280}.status-parsed{background:#d1fae5;color:#065f46}.status-completed{background:#dbeafe;color:#1e40af}.status-warning{background:#fef3c7;color:#92400e}.status-error{background:#fee2e2;color:#991b1b}.btn-small{font-size:.75rem;padding:.375rem .75rem;border-radius:.375rem;border:1px solid #d1d5db;background:#fff;color:#374151;cursor:pointer;transition:all .2s}.btn-small:hover{background:#f9fafb;border-color:#9ca3af}.btn-small.btn-danger{color:#dc2626;border-color:#fca5a5}.btn-small.btn-danger:hover{background:#fee2e2}.redemption-review{display:flex;flex-direction:column;gap:1.5rem}.review-section{background:#fff;border-radius:.75rem;padding:1.5rem;box-shadow:0 1px 3px #0000001a}.review-section h3{margin:0 0 1rem;font-size:1rem;font-weight:600;color:#374151}.redemption-form{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1rem}.redemption-form .form-row{display:flex;flex-direction:column;gap:.5rem}.redemption-form label{font-size:.8rem;font-weight:500;color:#6b7280}.redemption-form input{padding:.625rem .75rem;border:1px solid #d1d5db;border-radius:.5rem;font-size:.9rem}.redemption-form input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.search-box{position:relative;margin-bottom:1rem}.search-box input{width:100%;padding:.75rem 1rem;border:1px solid #d1d5db;border-radius:.5rem;font-size:.95rem}.search-box input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.search-box .searching{position:absolute;right:1rem;top:50%;transform:translateY(-50%);font-size:.8rem;color:#6b7280}.certificate-list{max-height:300px;overflow-y:auto;border:1px solid #e5e7eb;border-radius:.5rem}.certificate-list .no-results{padding:2rem;text-align:center;color:#6b7280}.certificate-item{padding:1rem;border-bottom:1px solid #f3f4f6;cursor:pointer;transition:background .2s}.certificate-item:last-child{border-bottom:none}.certificate-item:hover{background:#f9fafb}.certificate-item.selected{background:#dbeafe;border-color:#3b82f6}.cert-main{display:flex;align-items:center;gap:.75rem;margin-bottom:.25rem}.cert-parcel{font-weight:600;color:#1f2937}.cert-number{font-size:.8rem;color:#6b7280}.cert-details{display:flex;justify-content:space-between;font-size:.85rem;color:#6b7280}.cert-amount{font-weight:600;color:#059669}.cert-address{font-size:.8rem;color:#9ca3af;margin-top:.25rem}.selected-summary{background:#f0fdf4;border:1px solid #86efac}.summary-card{display:flex;flex-direction:column;gap:.5rem}.summary-row{display:flex;justify-content:space-between;padding:.5rem 0;border-bottom:1px solid #e5e7eb}.summary-row:last-child{border-bottom:none}.summary-row span{color:#6b7280}.summary-row strong{color:#1f2937}.summary-row.highlight{background:#dcfce7;margin:0 -1rem;padding:.75rem 1rem;border-radius:.375rem}.summary-row.highlight strong{color:#059669;font-size:1.1rem}.ingestion-manager{display:flex;flex-direction:column;height:100vh;background:#f9fafb;overflow:hidden;max-width:100%}.ingestion-header{background:#fff;border-bottom:2px solid #e5e7eb;padding:1.5rem 2rem;display:flex;justify-content:space-between;align-items:center;box-shadow:0 1px 3px #0000000d;flex-shrink:0}.ingestion-header h1{margin:0;font-size:1.5rem;color:#1f2937;font-weight:600}.ingestion-content-wrapper{flex:1;overflow-y:auto;overflow-x:hidden;max-width:100%}.tbd-section{margin:2rem;background:#f0f9ff;border:2px dashed #3b82f6;border-radius:1rem;padding:4rem 2rem;text-align:center}.tbd-section h2{margin:0 0 1rem;color:#1e40af}.tbd-section p{color:#3b82f6;max-width:400px;margin:0 auto}@media(max-width:768px){.ingestion-header{padding:1rem}.ingestion-header h1{font-size:1.25rem}}.auth-container{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#1e293b,#0f172a);padding:2rem}.auth-card{background:#fff;border-radius:1rem;box-shadow:0 20px 60px #0000004d;width:100%;max-width:420px;padding:3rem;animation:slideUp .4s ease-out}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.auth-header{text-align:center;margin-bottom:2rem}.auth-header svg{margin:0 auto 1rem}.auth-header h1{margin:0 0 .5rem;font-size:1.75rem;color:#1f2937;font-weight:700}.auth-header p{margin:0;color:#6b7280;font-size:.95rem;line-height:1.5}.auth-form,.form-group{margin-bottom:1.5rem}.form-group label{display:block;margin-bottom:.5rem;font-size:.875rem;font-weight:600;color:#374151}.form-group input{width:100%;padding:.75rem 1rem;border:1px solid #d1d5db;border-radius:.5rem;font-size:1rem;transition:all .2s}.form-group input:focus{outline:none;border-color:#1e40af;box-shadow:0 0 0 3px #1e40af1a}.form-group input:disabled{background:#f9fafb;cursor:not-allowed}.auth-message{padding:.75rem 1rem;border-radius:.5rem;margin-bottom:1.5rem;font-size:.875rem;line-height:1.5}.auth-message.success{background:#d1fae5;color:#065f46;border:1px solid #6ee7b7}.auth-message.error{background:#fee2e2;color:#991b1b;border:1px solid #fca5a5}.auth-form button{width:100%}.auth-footer{text-align:center;padding-top:1.5rem;border-top:1px solid #f3f4f6}.auth-footer p{margin:0;color:#9ca3af;font-size:.875rem}
