:root{--bg: #f0f3f7;--surface: #ffffff;--text: #0f2340;--text-muted: #4a5d73;--border: #d4dce8;--primary: #1a3d6e;--primary-hover: #0f2847;--accent: #d4a84b;--header-bg: #0a1f3d;--error: #b42318;--error-bg: #fef3f2;--radius: 8px;--shadow: 0 1px 3px rgba(10, 31, 61, .1)}*,*:before,*:after{box-sizing:border-box}body{margin:0;font-family:Segoe UI,system-ui,-apple-system,sans-serif;background:var(--bg);color:var(--text);line-height:1.5;min-height:100vh}a{color:var(--primary);text-decoration:none}a:hover{text-decoration:underline}.app-shell{min-height:100vh;display:flex;flex-direction:column}.app-main{flex:1}.app-header{background:var(--header-bg);border-bottom:3px solid var(--accent);padding:.65rem 1.5rem;display:flex;align-items:center;justify-content:space-between;gap:1rem;box-shadow:var(--shadow)}.app-header a{color:#fff}.app-header a:hover{color:var(--accent)}.app-header-nav{display:flex;align-items:center;gap:1rem;flex-wrap:wrap;justify-content:flex-end}.app-header .user-email{color:#ffffffd1;font-size:.875rem}.app-header .btn-header{background:#ffffff1a;border-color:#ffffff59;color:#fff}.app-header .btn-header:hover:not(:disabled){background:#ffffff2e;color:#fff}.site-brand{display:flex;align-items:center;gap:.75rem;min-width:0}.site-brand-centered{flex-direction:column;text-align:center;gap:.5rem}.site-brand-logo{display:block;flex-shrink:0;object-fit:contain;border-radius:50%}.site-brand-text{display:flex;flex-direction:column;gap:.1rem;min-width:0}.site-brand-org{font-size:.6875rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:var(--accent)}.site-brand-title{font-size:.9375rem;font-weight:600;color:#fff;line-height:1.3}.site-brand-subtitle{font-size:.8125rem;color:#ffffffbf}.site-brand-lg .site-brand-org{font-size:.75rem}.site-brand-lg .site-brand-title{font-size:1.0625rem}.auth-shell{min-height:100vh;display:flex;flex-direction:column}.auth-shell-header{background:var(--header-bg);border-bottom:3px solid var(--accent);padding:1.5rem 1rem 1.25rem}.auth-shell-header .site-brand-org,.auth-shell-header .site-brand-title{color:#fff}.auth-shell-header .site-brand-org{color:var(--accent)}.auth-shell-main{flex:1;padding-top:1.5rem}.site-footer{padding:.85rem 1rem;text-align:center;font-size:.75rem;color:var(--text-muted);background:var(--surface);border-top:1px solid var(--border)}.site-footer-sep{margin:0 .35rem;opacity:.5}.user-role-badge{display:inline-block;margin-left:.5rem;padding:.1rem .45rem;font-size:.6875rem;font-weight:600;line-height:1.25rem;color:var(--header-bg);background:var(--accent);border:none;border-radius:999px;vertical-align:middle}.provider-form-fieldset{border:none;margin:0;padding:0;min-width:0;display:flex;flex-direction:column;gap:1rem}.page{max-width:480px;margin:2rem auto;padding:0 1rem}.page-wide{max-width:min(960px,100%);margin:2rem auto;padding:0 1rem}.page-admin{max-width:min(1280px,100%)}.page-admin .card{padding:1.75rem 2rem}.card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:1.5rem;box-shadow:var(--shadow)}.card h2{margin:0 0 .25rem;font-size:1.25rem}.card .subtitle{color:var(--text-muted);font-size:.875rem;margin-bottom:1.5rem}.form-group{margin-bottom:1rem}.form-group label{display:block;font-size:.875rem;font-weight:500;margin-bottom:.35rem}.form-label-row{display:flex;align-items:baseline;justify-content:space-between;gap:.75rem;margin-bottom:.35rem}.form-label-row label{margin-bottom:0}.form-label-link{font-size:.8125rem;font-weight:500;color:var(--primary);text-decoration:none}.form-label-link:hover{text-decoration:underline}.form-group input{width:100%;max-width:100%;padding:.6rem .75rem;font-size:1rem;border:1px solid var(--border);border-radius:var(--radius);background:var(--surface)}.form-group input:focus{outline:2px solid var(--primary);outline-offset:0;border-color:var(--primary)}.btn{display:inline-block;padding:.6rem 1rem;font-size:.9375rem;font-weight:500;border:none;border-radius:var(--radius);cursor:pointer;text-decoration:none;line-height:1.25}.btn:disabled{opacity:.6;cursor:not-allowed}.btn-primary{background:var(--primary);color:#fff}.btn-primary:hover:not(:disabled){background:var(--primary-hover)}.btn-secondary{background:var(--surface);color:var(--text);border:1px solid var(--border)}.btn-secondary:hover:not(:disabled){background:var(--bg)}.btn-danger{background:var(--error);color:#fff}.btn-danger:hover:not(:disabled){background:#912018}.btn-danger:focus-visible{outline:2px solid var(--primary);outline-offset:2px}.form-actions{display:flex;gap:.75rem;align-items:center;margin-top:1.25rem}.alert{padding:.75rem 1rem;border-radius:var(--radius);font-size:.875rem;margin-bottom:1rem}.alert-error{background:var(--error-bg);color:var(--error);border:1px solid #fecdca}.loading-screen{display:flex;align-items:center;justify-content:center;min-height:60vh;color:var(--text-muted)}.auth-footer{margin-top:1.25rem;text-align:center;font-size:.875rem;color:var(--text-muted)}.link-button{padding:0;border:none;background:none;color:var(--primary);font:inherit;font-size:inherit;font-weight:500;cursor:pointer;text-decoration:none}.link-button:hover{text-decoration:underline}.verify-email-actions{flex-direction:column;align-items:stretch}.verify-email-actions .btn{width:100%;text-align:center}.placeholder-note{color:var(--text-muted);font-size:.9375rem}.alert-success{background:#ecfdf3;color:#067647;border:1px solid #abefc6}.alert-pending{background:#fffaeb;color:#93370d;border:1px solid #fedf89}.alert-approved{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap;background:#ecfdf3;color:#067647;border:1px solid #abefc6}.alert-rejected{background:var(--error-bg);color:var(--error);border:1px solid #fecdca}.status-badge{display:inline-block;padding:.15rem .5rem;font-size:.75rem;font-weight:600;line-height:1.4;border-radius:4px;white-space:nowrap}.status-badge-inline{vertical-align:middle}.status-badge-pending{color:#93370d;background:#fffaeb;border:1px solid #fedf89}.status-badge-approved{color:#067647;background:#ecfdf3;border:1px solid #abefc6}.status-badge-rejected{color:var(--error);background:var(--error-bg);border:1px solid #fecdca}.status-filters{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1rem}.status-filter-btn{display:inline-flex;align-items:center;gap:.35rem;padding:.35rem .75rem;font-size:.8125rem;font-weight:500;color:var(--text-muted);background:var(--surface);border:1px solid var(--border);border-radius:999px;cursor:pointer}.status-filter-btn:hover{background:var(--bg)}.status-filter-btn-active{color:var(--primary);border-color:var(--primary);background:#eef2f8}.status-filter-count{min-width:1.25rem;padding:0 .35rem;font-size:.6875rem;line-height:1.25rem;text-align:center;color:#fff;border-radius:999px}.status-filter-count-all{background:#5c6b7a}.status-filter-count-pending{background:#ca8a04}.status-filter-count-approved{background:#067647}.status-filter-count-rejected{background:#b42318}.admin-approval-card{margin-bottom:1.5rem}.admin-approval-actions{display:flex;flex-direction:column;align-items:flex-start;gap:.75rem}.admin-approval-buttons{display:flex;flex-wrap:wrap;gap:.5rem}.modal-textarea{width:100%;padding:.6rem .75rem;font-size:.9375rem;font-family:inherit;line-height:1.45;border:1px solid var(--border);border-radius:var(--radius);resize:vertical}.modal-textarea:focus{outline:2px solid var(--primary);outline-offset:0;border-color:var(--primary)}.repeatable-group{margin-bottom:.5rem}.repeatable-entry{margin-bottom:.75rem}.repeatable-entry-card{padding:1rem;border:1px solid var(--border);border-radius:var(--radius);background:var(--bg)}.repeatable-entry-header{display:flex;align-items:center;justify-content:space-between;gap:.75rem;margin-bottom:.75rem}.repeatable-entry-title{margin:0;font-size:.9375rem;font-weight:600}.repeatable-entry-row{display:flex;gap:.5rem;align-items:center}.repeatable-entry-row input{flex:1;min-width:0}.repeatable-add{margin-top:.25rem}.repeatable-empty-note{margin-bottom:.75rem}.count-badge{display:inline-block;margin-left:.35rem;padding:.1rem .4rem;font-size:.6875rem;font-weight:600;line-height:1.3;color:var(--text-muted);background:var(--bg);border:1px solid var(--border);border-radius:999px;vertical-align:middle}.form-section{margin-bottom:1.25rem}.form-section h2{margin:0 0 .25rem;font-size:1.125rem}.provider-form{display:flex;flex-direction:column;gap:1rem}.provider-form .form-section{margin-bottom:0}.provider-form .form-section .subtitle{margin-bottom:1.25rem}.form-row{display:grid;gap:1rem}@media(min-width:640px){.form-row{grid-template-columns:1fr 1fr}.form-row-phone{grid-template-columns:2fr 1fr}}.field-error{display:block;color:var(--error);font-size:.8125rem;margin-top:.35rem}.field-hint{color:var(--text-muted);font-size:.8125rem;margin:.5rem 0 0}.expiring-badge{display:inline-block;margin-left:.5rem;padding:.1rem .45rem;font-size:.6875rem;font-weight:600;text-transform:uppercase;letter-spacing:.02em;color:#b42318;background:#fef3f2;border:1px solid #fecdca;border-radius:4px;vertical-align:middle}.expired-badge{display:inline-block;margin-left:.5rem;padding:.1rem .45rem;font-size:.6875rem;font-weight:600;text-transform:uppercase;letter-spacing:.02em;color:#fff;background:#b42318;border-radius:4px;vertical-align:middle}.form-actions-sticky{margin-bottom:1.25rem}.alert-admin{background:#eff8ff;color:#1849a9;border:1px solid #b2ddff}.admin-back-link{margin:0 0 1rem;font-size:.875rem}.admin-toolbar{display:flex;gap:1rem;align-items:flex-end;margin-bottom:1.25rem;flex-wrap:wrap}.admin-search{flex:1;min-width:200px;margin-bottom:0}.admin-table-wrap{border:1px solid var(--border);border-radius:var(--radius)}.admin-table{width:100%;table-layout:fixed;border-collapse:collapse;font-size:.875rem}.admin-table th,.admin-table td{padding:.7rem .65rem;text-align:center;border-bottom:1px solid var(--border);vertical-align:middle}.admin-table-cell-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.admin-table-exp-cell{display:flex;flex-direction:column;align-items:center;gap:.25rem}.admin-table-exp-date{display:inline-flex;align-items:center;justify-content:center;gap:.25rem}.admin-table th:nth-child(1),.admin-table td:nth-child(1){width:12%}.admin-table th:nth-child(2),.admin-table td:nth-child(2){width:16%}.admin-table th:nth-child(3),.admin-table td:nth-child(3){width:13%}.admin-table th:nth-child(4),.admin-table td:nth-child(4),.admin-table th:nth-child(5),.admin-table td:nth-child(5),.admin-table th:nth-child(6),.admin-table td:nth-child(6){width:9%}.admin-table th:nth-child(7),.admin-table td:nth-child(7){width:17%;min-width:9.5rem}.admin-table th:nth-child(8),.admin-table td:nth-child(8){width:15%;min-width:10.5rem}.admin-table-status-cell{overflow:visible;white-space:normal}.admin-actions-row{display:flex;align-items:center;justify-content:center;gap:.4rem;flex-wrap:wrap}.admin-table th{background:var(--bg);font-weight:600;font-size:.75rem;line-height:1.35;color:var(--text-muted);white-space:normal;-webkit-hyphens:auto;hyphens:auto}.admin-table tbody tr:last-child td{border-bottom:none}.admin-table tbody tr:hover{background:#fafbfc}.admin-table-actions{white-space:normal;overflow:visible}.admin-table-status-cell .status-badge{max-width:100%}@media(max-width:900px){.admin-table-wrap{border:none;overflow-x:visible}.admin-table{display:block;min-width:0;table-layout:auto}.admin-table thead{display:none}.admin-table tbody{display:block}.admin-table tbody tr{display:block;margin-bottom:1rem;padding:1rem;border:1px solid var(--border);border-radius:var(--radius);background:var(--surface)}.admin-table tbody tr:last-child{margin-bottom:0}.admin-table tbody tr:hover{background:var(--surface)}.admin-table tbody tr:last-child td{border-bottom:none}.admin-table td{display:grid;grid-template-columns:minmax(0,42%) 1fr;gap:.35rem .75rem;align-items:center;width:100%;min-width:0;padding:.55rem 0;text-align:right;border-bottom:1px solid var(--border)}.admin-table td:before{content:attr(data-label);font-weight:600;font-size:.75rem;color:var(--text-muted);text-align:left;line-height:1.35;white-space:normal}.admin-table td[data-label=""]:before{content:none}.admin-table td.admin-table-mobile-title{display:block;grid-template-columns:none;text-align:left;padding-top:0;padding-bottom:.75rem;margin-bottom:.15rem;font-size:1rem;border-bottom:1px solid var(--border)}.admin-table-cell-truncate{white-space:normal;overflow:visible;text-overflow:unset}.admin-table th:nth-child(1),.admin-table td:nth-child(1),.admin-table th:nth-child(2),.admin-table td:nth-child(2),.admin-table th:nth-child(3),.admin-table td:nth-child(3),.admin-table th:nth-child(4),.admin-table td:nth-child(4),.admin-table th:nth-child(5),.admin-table td:nth-child(5),.admin-table th:nth-child(6),.admin-table td:nth-child(6),.admin-table th:nth-child(7),.admin-table td:nth-child(7),.admin-table th:nth-child(8),.admin-table td:nth-child(8){width:auto;min-width:0}.admin-table-status-cell{align-items:center}.admin-table-actions{align-items:start}.admin-actions-row{justify-content:flex-end}.admin-table-exp-cell{align-items:flex-end}}@media(max-width:639px){.page,.page-wide,.page-admin{margin:1rem auto;padding:0 .75rem}.card,.page-admin .card{padding:1.25rem 1rem}.app-header{flex-direction:column;align-items:stretch;gap:.75rem;padding:.75rem 1rem}.site-brand-title{font-size:.875rem}.app-header-nav{flex-wrap:wrap;gap:.5rem .75rem}.app-header .user-email{flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.form-actions{flex-direction:column;align-items:stretch}.form-actions .btn{width:100%;text-align:center}.repeatable-entry-header{flex-direction:column;align-items:stretch;gap:.5rem}.repeatable-entry-header .btn{align-self:flex-end}.admin-toolbar{flex-direction:column;align-items:stretch}.admin-toolbar .btn{width:100%;text-align:center}.admin-search{min-width:0}.admin-approval-buttons{width:100%}.admin-approval-buttons .btn{flex:1 1 auto}.form-label-row{flex-wrap:wrap}.alert-approved{flex-direction:column;align-items:flex-start}.modal-actions{flex-direction:column-reverse;align-items:stretch}.modal-actions .btn{width:100%;text-align:center}}@media(max-width:399px){.form-label-row{flex-direction:column;align-items:flex-start;gap:.25rem}}.admin-delete-card{margin-top:1.5rem}.admin-delete-provider{display:inline-flex;flex-direction:column;align-items:flex-start;gap:.35rem}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;display:flex;align-items:center;justify-content:center;padding:1rem;background:#1a233273}.modal-dialog{width:100%;max-width:32rem;padding:1.5rem;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:0 12px 32px #1a23322e;overflow:visible}.modal-dialog h3{margin:0 0 .75rem;font-size:1.125rem}.admin-delete-modal-text{margin:0 0 1rem;color:var(--text-muted);font-size:.9375rem;line-height:1.5}.modal-actions{display:flex;gap:.75rem;justify-content:flex-end;flex-wrap:wrap}.table-badge{display:inline-block;margin-left:.35rem;vertical-align:middle}.btn-sm{padding:.35rem .65rem;font-size:.8125rem}
