*,:after,:before{box-sizing:border-box;margin:0;padding:0}:root{--green:#1d9e75;--green-dark:#0f6e56;--green-light:#e1f5ee;--green-mid:#9fe1cb;--text:#1a1a1a;--text-muted:#6b7280;--border:#e5e7eb;--bg:#f9fafb;--white:#fff;--radius:10px;--radius-sm:6px;--shadow:0 1px 3px #00000014}body{background:#f9fafb;background:var(--bg);font-family:Inter,-apple-system,sans-serif;line-height:1.5;min-height:100vh}.btn,body{color:#1a1a1a;color:var(--text)}.btn{align-items:center;background:#fff;background:var(--white);border:1px solid #e5e7eb;border:1px solid var(--border);border-radius:6px;border-radius:var(--radius-sm);cursor:pointer;display:inline-flex;font-family:inherit;font-size:14px;font-weight:500;gap:8px;justify-content:center;padding:10px 18px;text-decoration:none;transition:all .15s}.btn:hover{background:#f9fafb;background:var(--bg)}.btn-primary{background:#1d9e75;background:var(--green);border-color:#1d9e75;border-color:var(--green);color:#fff}.btn-primary:hover{background:#0f6e56;background:var(--green-dark);border-color:#0f6e56;border-color:var(--green-dark)}.btn-full{width:100%}.btn-lg{font-size:15px;padding:13px 24px}.btn-sm{font-size:13px;padding:7px 14px}.btn-danger{border-color:#fca5a5;color:#dc2626}.btn-danger:hover{background:#fef2f2}.input{background:#fff;background:var(--white);border:1px solid #e5e7eb;border:1px solid var(--border);border-radius:6px;border-radius:var(--radius-sm);color:#1a1a1a;color:var(--text);font-family:inherit;font-size:14px;outline:none;padding:10px 12px;transition:border-color .15s,box-shadow .15s;width:100%}.input:focus{border-color:#1d9e75;border-color:var(--green);box-shadow:0 0 0 3px #1d9e751f}.input::placeholder{color:#9ca3af}textarea.input{min-height:100px;resize:vertical}select.input{-webkit-appearance:none;appearance:none;cursor:pointer}.label{color:#6b7280;color:var(--text-muted);display:block;font-size:13px;font-weight:500;margin-bottom:5px}.card{background:#fff;background:var(--white);border:1px solid #e5e7eb;border:1px solid var(--border);border-radius:10px;border-radius:var(--radius);box-shadow:0 1px 3px #00000014;box-shadow:var(--shadow);padding:1.25rem}.badge{align-items:center;border-radius:20px;display:inline-flex;font-size:12px;font-weight:500;padding:3px 10px}.badge-green{background:#e1f5ee;background:var(--green-light);color:#0f6e56;color:var(--green-dark)}.badge-amber{background:#fef3c7;color:#92400e}.badge-red{background:#fef2f2;color:#dc2626}.badge-blue{background:#eff6ff;color:#1e40af}.avatar{align-items:center;background:#e1f5ee;background:var(--green-light);border-radius:50%;color:#0f6e56;color:var(--green-dark);display:flex;flex-shrink:0;font-size:13px;font-weight:600;height:36px;justify-content:center;width:36px}.divider{background:#e5e7eb;background:var(--border);height:1px;margin:1rem 0}.field{margin-bottom:1rem}.field:last-child{margin-bottom:0}.grid-2{grid-gap:12px;grid-template-columns:1fr 1fr}.grid-2,.grid-3{display:grid;gap:12px}.grid-3{grid-gap:12px;grid-template-columns:repeat(3,1fr)}.grid-4{grid-gap:12px;display:grid;gap:12px;grid-template-columns:repeat(4,1fr)}.error-msg{color:#dc2626}.error-msg,.success-msg{font-size:13px;margin-top:6px}.success-msg{color:#0f6e56;color:var(--green-dark)}.spinner{animation:spin .7s linear infinite;border:2px solid #fff6;border-radius:50%;border-top-color:#fff;display:inline-block;height:18px;width:18px}@keyframes spin{to{transform:rotate(1turn)}}.nav{align-items:center;background:#fff;background:var(--white);border-bottom:1px solid #e5e7eb;border-bottom:1px solid var(--border);display:flex;height:56px;justify-content:space-between;padding:0 1.5rem;position:-webkit-sticky;position:sticky;top:0;z-index:10}.logo{color:#1d9e75;color:var(--green);font-size:17px;font-weight:600;letter-spacing:-.3px}.sidebar{background:#fff;background:var(--white);border-right:1px solid #e5e7eb;border-right:1px solid var(--border);display:flex;flex-direction:column;flex-shrink:0;gap:2px;min-height:100vh;padding:1rem .75rem;position:-webkit-sticky;position:sticky;top:0;width:220px}.nav-item{align-items:center;background:#0000;border:none;border-radius:6px;border-radius:var(--radius-sm);color:#6b7280;color:var(--text-muted);cursor:pointer;display:flex;font-family:inherit;font-size:14px;font-weight:400;gap:10px;padding:9px 10px;text-align:left;text-decoration:none;transition:all .12s;width:100%}.nav-item:hover{background:#f9fafb;background:var(--bg);color:#1a1a1a;color:var(--text)}.nav-item.active{background:#e1f5ee;background:var(--green-light);color:#0f6e56;color:var(--green-dark);font-weight:500}.page-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:1.5rem}.page-title{font-size:18px;font-weight:600}.page-sub{color:#6b7280;color:var(--text-muted);font-size:14px;margin-top:2px}.stat-card{background:#fff;background:var(--white);border:1px solid #e5e7eb;border:1px solid var(--border);border-radius:10px;border-radius:var(--radius);padding:1rem;text-align:center}.stat-num{color:#1d9e75;color:var(--green);font-size:24px;font-weight:600}.stat-label{color:#6b7280;color:var(--text-muted);font-size:12px;margin-top:2px}.update-card{background:#fff;background:var(--white);border:1px solid #e5e7eb;border:1px solid var(--border);border-radius:10px;border-radius:var(--radius);margin-bottom:12px;padding:1rem 1.25rem}.update-meta{align-items:center;display:flex;gap:10px;margin-bottom:10px}.update-body{color:#1a1a1a;color:var(--text);font-size:14px;line-height:1.7}.team-card{background:#fff;background:var(--white);border:1px solid #e5e7eb;border:1px solid var(--border);border-radius:10px;border-radius:var(--radius);gap:12px;margin-bottom:10px;padding:1rem 1.25rem}.step-dots,.team-card{align-items:center;display:flex}.step-dots{gap:6px}.dot{background:#e5e7eb;background:var(--border);border-radius:50%;height:8px;width:8px}.dot.active{background:#1d9e75;background:var(--green)}.dot.done{background:#9fe1cb;background:var(--green-mid)}.auth-wrap{align-items:center;background:#f9fafb;background:var(--bg);display:flex;justify-content:center;min-height:100vh;padding:2rem}.auth-box{max-width:400px;width:100%}.auth-logo{margin-bottom:2rem;text-align:center}.auth-logo .logo{font-size:26px}.auth-tagline{color:#6b7280;color:var(--text-muted);font-size:14px;margin-top:4px}.onboard-wrap{background:#f9fafb;background:var(--bg);display:flex;flex-direction:column;min-height:100vh}.onboard-body{align-items:flex-start;display:flex;flex:1 1;justify-content:center;padding:2rem 1rem}.onboard-inner{max-width:520px;width:100%}.onboard-title{font-size:20px;font-weight:600;margin-bottom:6px}.onboard-sub{color:#6b7280;color:var(--text-muted);font-size:14px;margin-bottom:1.5rem}.dash-layout{display:flex;min-height:100vh}.dash-main{flex:1 1;max-width:760px;overflow-y:auto;padding:1.5rem}.appt-card{align-items:center;background:#fff;background:var(--white);border:1px solid #e5e7eb;border:1px solid var(--border);border-radius:10px;border-radius:var(--radius);display:flex;gap:14px;margin-bottom:10px;padding:1rem 1.25rem}.appt-date{background:#e1f5ee;background:var(--green-light);border-radius:6px;border-radius:var(--radius-sm);flex-shrink:0;min-width:50px;padding:8px 10px;text-align:center}.appt-day{color:#0f6e56;color:var(--green-dark);font-size:10px;font-weight:600;text-transform:uppercase}.appt-num{color:#1d9e75;color:var(--green);font-size:20px;font-weight:700;line-height:1}.doc-card{align-items:center;background:#fff;background:var(--white);border:1px solid #e5e7eb;border:1px solid var(--border);border-radius:10px;border-radius:var(--radius);display:flex;gap:12px;margin-bottom:10px;padding:1rem 1.25rem}
/*# sourceMappingURL=main.92b2c1a3.css.map*/