:root{--text:#6b6375;--text-h:#08060d;--bg:#fff;--border:#e5e4e7;--code-bg:#f4f3ec;--accent:#2c6e49;--accent-bg:#2c6e491a;--accent-border:#2c6e4980;--social-bg:#f4f3ec80;--shadow:#0000001a 0 10px 15px -3px, #0000000d 0 4px 6px -2px;--sans:system-ui, "Segoe UI", Roboto, sans-serif;--heading:Georgia, "Times New Roman", serif;--mono:ui-monospace, Consolas, monospace;font:18px/145% var(--sans);letter-spacing:.18px;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light dark;color:var(--text);background:var(--bg);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media (prefers-color-scheme:dark){:root{--lightningcss-light: ;--lightningcss-dark:initial}}@media (width<=1024px){:root{font-size:16px}}@media (prefers-color-scheme:dark){:root{--text:#9ca3af;--text-h:#f3f4f6;--bg:#16171d;--border:#2e303a;--code-bg:#1f2028;--accent:#2c6e49;--accent-bg:#2c6e4926;--accent-border:#2c6e4980;--social-bg:#2f303a80;--shadow:#0006 0 10px 15px -3px, #00000040 0 4px 6px -2px}#social .button-icon{filter:invert()brightness(2)}}body{margin:0}#root{text-align:center;border-inline:1px solid var(--border);box-sizing:border-box;flex-direction:column;width:1126px;max-width:100%;min-height:100svh;margin:0 auto;display:flex}h1,h2{font-family:var(--heading);color:var(--text-h);font-weight:500}h1{letter-spacing:-1.68px;margin:32px 0;font-size:56px}@media (width<=1024px){h1{margin:20px 0;font-size:36px}}h2{letter-spacing:-.24px;margin:0 0 8px;font-size:24px;line-height:118%}@media (width<=1024px){h2{font-size:20px}}p{margin:0}code,.counter{font-family:var(--mono);color:var(--text-h);border-radius:4px;display:inline-flex}code{background:var(--code-bg);padding:4px 8px;font-size:15px;line-height:135%}.site-nav{background:#fff;border-bottom:1px solid #e5e7eb;justify-content:space-between;align-items:center;padding:.75rem 1.5rem;display:flex}.site-nav-brand{align-items:center;text-decoration:none;display:flex}.site-nav-logo{width:auto;height:36px}.site-nav-links{align-items:center;gap:1.25rem;display:flex}.site-nav-links a{color:#555;font-size:.95rem;text-decoration:none}.site-nav-links a:hover{color:#1a1a1a}.btn-sm{padding:.4rem 1rem;font-size:.9rem}.auth-page-wrapper{background:#f0ede6;justify-content:center;align-items:center;min-height:calc(100vh - 60px);padding:2rem 1rem;display:flex}.auth-card{background:#fff;border-radius:14px;width:100%;max-width:460px;overflow:hidden;box-shadow:0 4px 24px #00000014}.auth-card-header{text-align:center;background:#1a4730;padding:2.5rem 2rem 1.5rem}.auth-logo{width:auto;height:44px;margin-bottom:.5rem}.auth-tagline{color:#d8ede0;margin:0;font-size:.9rem}.auth-tabs{border-bottom:2px solid #e5e7eb;display:flex}.auth-tab{text-align:center;color:#7a7570;cursor:pointer;background:0 0;border:none;border-bottom:3px solid #0000;flex:1;margin-bottom:-2px;padding:.85rem;font-size:1rem;font-weight:500;transition:color .15s,border-color .15s}.auth-tab:hover{color:#1a1814}.auth-tab.active{color:#2c6e49;border-bottom-color:#2c6e49;font-weight:600}.auth-form-body{padding:1.75rem 2rem 2rem}.auth-form-body form{flex-direction:column;gap:.75rem;display:flex}.auth-form-body input[type=email],.auth-form-body input[type=password],.auth-form-body input[type=text],.auth-form-body input[type=tel],.auth-form-body input[type=number]{border:1px solid #d1d5db;border-radius:8px;padding:.65rem .85rem;font-size:.95rem;transition:border-color .15s}.auth-form-body input:focus{border-color:#2c6e49;outline:none;box-shadow:0 0 0 3px #2c6e491a}.auth-submit-btn{color:#fff;cursor:pointer;background:#2c6e49;border:none;border-radius:8px;margin-top:.25rem;padding:.75rem;font-size:1rem;font-weight:500;transition:background .15s}.auth-submit-btn:hover{background:#1a4730}.auth-submit-btn:disabled{opacity:.6;cursor:not-allowed}.role-selector{gap:.75rem;margin-bottom:.5rem;display:flex}.role-option{cursor:pointer;border:1px solid #d1d5db;border-radius:8px;flex:1;justify-content:center;align-items:center;gap:.4rem;padding:.5rem 1rem;font-size:.9rem;transition:border-color .15s,background .15s;display:flex}.role-option.active{color:#1a4730;background:#d8ede0;border-color:#2c6e49;font-weight:500}.role-option input[type=radio]{display:none}.auth-switch{text-align:center;color:#7a7570;margin-top:1rem;font-size:.9rem}.auth-switch-link{color:#2c6e49;cursor:pointer;background:0 0;border:none;padding:0;font-size:.9rem;font-weight:500;text-decoration:underline}.error{color:#1a4730;background:#f0ede6;border-radius:6px;margin:0;padding:.5rem .75rem;font-size:.9rem}.otp-section{flex-direction:column;gap:.5rem;display:flex}.otp-verify{gap:.5rem;display:flex}.otp-verify input{flex:1}.verified-badge{color:#2c6e49;font-size:.9rem;font-weight:600}.auth-page{max-width:420px;margin:2rem auto;padding:2rem}.auth-page form{flex-direction:column;gap:.75rem;display:flex}.auth-page input{border:1px solid #ccc;border-radius:4px;padding:.6rem .8rem;font-size:1rem}.auth-page button{color:#fff;cursor:pointer;background:#2c6e49;border:none;border-radius:4px;padding:.7rem;font-size:1rem}.auth-page button:disabled{opacity:.6;cursor:not-allowed}.dashboard-page{max-width:600px;margin:2rem auto;padding:2rem}.user-info{background:#f9fafb;border-radius:8px;margin-bottom:1rem;padding:1rem}.user-info p{margin:.3rem 0}.loading{text-align:center;padding:3rem;font-size:1.2rem}.homepage{width:100%}.hero{text-align:center;background:#f0ede6;padding:5rem 1.5rem 4rem}.hero h1{color:#1a1814;max-width:700px;margin:0 auto 1rem;font-family:Georgia,Times New Roman,serif;font-size:2.75rem;line-height:1.2}.hero .hero-sub{color:#7a7570;max-width:520px;margin:0 auto 2.5rem;font-size:1.15rem}.hero-actions{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}.features-section{background:#fff;padding:4.5rem 1.5rem}.section-header{text-align:center;margin-bottom:2.5rem}.section-header h2{color:#1a1814;margin:0 0 .5rem;font-family:Georgia,Times New Roman,serif;font-size:2rem}.section-header p{color:#7a7570;margin:0;font-size:1rem}.features-grid{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.5rem;max-width:960px;margin:0 auto;display:grid}.feature-card{text-align:center;background:#f0ede6;border-radius:12px;padding:2rem 1.5rem}.feature-card-icon{color:#2c6e49;stroke-width:2px;background:#d8ede0;border-radius:50%;justify-content:center;align-items:center;width:52px;height:52px;margin:0 auto 1.25rem;font-size:1.4rem;display:flex}.feature-card h3{color:#1a1814;margin:0 0 .5rem;font-family:Georgia,Times New Roman,serif;font-size:1.2rem}.feature-card p{color:#7a7570;margin:0;font-size:.95rem;line-height:1.5}.trust-section{text-align:center;color:#fff;background:#1a4730;padding:4rem 1.5rem}.trust-section h2{margin:0 0 1rem;font-family:Georgia,Times New Roman,serif;font-size:2rem}.trust-section p{color:#d8ede0;max-width:480px;margin:0 auto 2.5rem;font-size:1rem;line-height:1.6}.trust-badges{flex-wrap:wrap;justify-content:center;gap:2.5rem;margin-bottom:2.5rem;display:flex}.trust-badge{color:#d8ede0;flex-direction:column;align-items:center;gap:.5rem;font-size:.9rem;display:flex}.trust-badge-icon{background:#ffffff1a;border-radius:50%;justify-content:center;align-items:center;width:52px;height:52px;font-size:1.5rem;display:flex}.cta-section{text-align:center;background:#fff;padding:4.5rem 1.5rem}.homepage-actions{flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem;display:flex}.homepage-links{justify-content:center;gap:1.5rem;display:flex}.homepage-links a{color:#2c6e49;font-size:.95rem;text-decoration:none}.homepage-links a:hover{text-decoration:underline}.step-circle{color:#fff;background:#2c6e49;border-radius:50%;justify-content:center;align-items:center;width:52px;height:52px;margin:0 auto 1.25rem;font-size:1.35rem;font-weight:700;display:flex}.step-card{text-align:center;background:#f0ede6;border-radius:12px;padding:2rem 1.5rem}.step-card h3{color:#1a1814;margin:0 0 .5rem;font-family:Georgia,Times New Roman,serif;font-size:1.15rem}.step-card p{color:#7a7570;margin:0;font-size:.95rem;line-height:1.5}.pricing-card{text-align:center;background:#d8ede0;border-radius:14px;max-width:480px;margin:0 auto;padding:2.5rem 2rem}.pricing-card h2{color:#1a4730;margin:0 0 .5rem;font-family:Georgia,Times New Roman,serif;font-size:1.75rem}.pricing-card p{color:#7a7570;margin:0 0 1.5rem;font-size:.95rem}.stat-cards{grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:1rem;margin-bottom:2rem;display:grid}.stat-card{text-align:center;background:#fff;border:1px solid #e5e7eb;border-radius:10px;padding:1.25rem 1rem;box-shadow:0 1px 3px #0000000d}.stat-card-value{color:#2c6e49;margin-bottom:.35rem;font-size:2rem;font-weight:700;line-height:1}.stat-card-label{color:#7a7570;text-transform:uppercase;letter-spacing:.04em;font-size:.8rem}.status-indicators{flex-wrap:wrap;gap:1rem;margin-bottom:2rem;display:flex}.status-indicator{background:#f0ede6;border-radius:8px;min-width:120px;padding:.75rem 1.25rem}.status-indicator-value{color:#1a4730;font-size:1.5rem;font-weight:700;line-height:1}.status-indicator-label{color:#7a7570;text-transform:uppercase;letter-spacing:.03em;margin-top:.2rem;font-size:.8rem}.tab-summary{background:#f0ede6;border-radius:10px;flex-wrap:wrap;align-items:center;gap:2rem;margin-bottom:1.5rem;padding:1rem 1.5rem;display:flex}.tab-summary-title{color:#1a1814;margin:0;font-family:Georgia,Times New Roman,serif;font-size:1.1rem;font-weight:600}.tab-summary-stat{color:#7a7570;font-size:.9rem}.tab-summary-stat strong{color:#1a4730}.btn{cursor:pointer;border-radius:6px;padding:.7rem 1.5rem;font-size:1rem;font-weight:500;text-decoration:none;transition:background .15s,color .15s;display:inline-block}.btn-primary{color:#fff;background:#2c6e49}.btn-primary:hover{background:#1a4730}.btn-secondary{color:#1a1a1a;background:#f3f4f6;border:1px solid #d1d5db}.btn-secondary:hover{background:#e5e7eb}.dash-tabs{border-bottom:2px solid #e5e7eb;flex-wrap:wrap;gap:.5rem;margin-bottom:1.5rem;padding-bottom:0;display:flex}.dash-tab{cursor:pointer;color:#555;text-transform:capitalize;background:0 0;border:none;border-bottom:2px solid #0000;margin-bottom:-2px;padding:.5rem 1rem;font-size:.95rem;transition:color .15s,border-color .15s}.dash-tab:hover{color:#1a1a1a}.dash-tab.active{color:#2c6e49;border-bottom-color:#2c6e49;font-weight:600}.dash-container{max-width:1100px;margin:0 auto;padding:2rem 1.5rem}.dash-header{justify-content:space-between;align-items:center;margin-bottom:1.5rem;display:flex}.dash-header h1{color:#1a1a1a;margin:0;font-size:1.75rem}.dash-logout{cursor:pointer;color:#555;background:#f3f4f6;border:1px solid #d1d5db;border-radius:6px;padding:.4rem 1rem;font-size:.9rem}.dash-logout:hover{background:#e5e7eb}.dash-card{background:#fff;border:1px solid #e5e7eb;border-radius:10px;padding:1.25rem}.dash-table{border-collapse:collapse;width:100%;font-size:.9rem}.dash-table th{text-align:left;color:#555;text-transform:uppercase;letter-spacing:.03em;border-bottom:2px solid #e5e7eb;padding:.6rem .75rem;font-size:.85rem;font-weight:600}.dash-table td{border-bottom:1px solid #f3f4f6;padding:.6rem .75rem}.dash-table tbody tr:hover{background:#f9fafb}.admin-layout{min-height:calc(100vh - 60px);display:flex}.admin-sidebar{color:#fff;background:#1a1814;flex-direction:column;flex-shrink:0;width:260px;height:calc(100vh - 60px);display:flex;position:sticky;top:0;overflow-y:auto}.admin-sidebar-header{border-bottom:1px solid #ffffff14;padding:1.75rem 1.25rem 1.25rem}.admin-sidebar-header h2{color:#d8ede0;margin:0 0 .35rem;font-family:Georgia,Times New Roman,serif;font-size:1.15rem}.admin-sidebar-user{color:#7a7570;white-space:nowrap;text-overflow:ellipsis;margin:0;font-size:.85rem;overflow:hidden}.admin-sidebar-role{color:#fff;background:#2c6e49;border-radius:10px;margin-top:.35rem;padding:2px 8px;font-size:.75rem;display:inline-block}.admin-sidebar-nav{flex:1;padding:.75rem 0;overflow-y:auto}.admin-nav-item{color:#7a7570;cursor:pointer;text-align:left;background:0 0;border:none;align-items:center;gap:.65rem;width:100%;padding:.55rem 1.25rem;font-size:.88rem;transition:background .12s,color .12s;display:flex}.admin-nav-item:hover{color:#d8ede0;background:#ffffff0d}.admin-nav-item.active{color:#d8ede0;background:#2c6e4933;border-left:3px solid #2c6e49;font-weight:500}.admin-nav-icon{text-align:center;width:20px;font-size:.95rem}.admin-sidebar-footer{border-top:1px solid #ffffff14;padding:1rem 1.25rem}.admin-logout-btn{color:#7a7570;cursor:pointer;background:#ffffff0f;border:1px solid #ffffff1a;border-radius:6px;width:100%;padding:.5rem;font-size:.85rem;transition:background .12s,color .12s}.admin-logout-btn:hover{color:#d8ede0;background:#ffffff1a}.admin-main{background:#f0ede6;flex:1;min-width:0;padding:2rem 2.5rem}.admin-main-header{margin-bottom:1.5rem}.admin-main-header h1{color:#1a1814;margin:0;font-family:Georgia,Times New Roman,serif;font-size:1.5rem}.admin-main-content{background:#fff;border-radius:12px;padding:1.75rem;box-shadow:0 1px 4px #0000000d}.admin-sidebar-toggle{z-index:100;color:#d8ede0;cursor:pointer;background:#1a1814;border:none;border-radius:6px;padding:.5rem .65rem;font-size:1.2rem;display:none;position:fixed;top:70px;left:10px}.admin-placeholder{text-align:center;padding:3rem 1.5rem}.admin-placeholder-icon{color:#d8ede0;background:#f0ede6;border-radius:50%;justify-content:center;align-items:center;width:64px;height:64px;margin:0 auto 1.25rem;font-size:2.5rem;display:flex}.admin-placeholder h2{color:#1a1814;margin:0 0 .5rem;font-family:Georgia,Times New Roman,serif;font-size:1.35rem}.admin-placeholder p{color:#7a7570;max-width:400px;margin:0 auto 1.25rem;font-size:.95rem}.admin-placeholder-badge{color:#1a4730;background:#d8ede0;border-radius:20px;padding:.35rem 1rem;font-size:.85rem;font-weight:500;display:inline-block}@media (width<=768px){.admin-sidebar-toggle{display:block}.admin-sidebar{z-index:99;height:100vh;transition:left .25s;position:fixed;top:0;left:-260px}.admin-sidebar.open{left:0}.admin-main{padding:2rem 1rem}.admin-main-content{padding:1.25rem}}.how-it-works-page{width:100%}.hiw-hero{text-align:center;background:#f0ede6;padding:4rem 1.5rem}.hiw-hero h1{color:#1a1814;margin:0 0 .75rem;font-family:Georgia,Times New Roman,serif;font-size:2.5rem}.hiw-hero p{color:#7a7570;max-width:500px;margin:0 auto;font-size:1.1rem}.hiw-steps{max-width:960px;margin:0 auto;padding:4rem 1.5rem}.hiw-steps h2{color:#1a1814;text-align:center;margin:0 0 2.5rem;font-family:Georgia,Times New Roman,serif;font-size:1.75rem}.hiw-step-grid{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:2rem;display:grid}.hiw-step{text-align:center}.hiw-step-number{color:#fff;background:#2c6e49;border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;margin:0 auto 1.25rem;font-size:1.5rem;font-weight:700;display:flex}.hiw-step h3{color:#1a1814;margin:0 0 .5rem;font-family:Georgia,Times New Roman,serif;font-size:1.15rem}.hiw-step p{color:#7a7570;margin:0;font-size:.95rem;line-height:1.5}.hiw-provider-section{text-align:center;color:#fff;background:#1a4730;padding:4rem 1.5rem}.hiw-provider-section h2{margin:0 0 1rem;font-family:Georgia,Times New Roman,serif;font-size:1.75rem}.hiw-provider-section p{color:#d8ede0;max-width:500px;margin:0 auto 2rem;font-size:1rem;line-height:1.6}.trust-page-full{width:100%}.trust-hero{text-align:center;color:#fff;background:#1a4730;padding:4rem 1.5rem}.trust-hero h1{margin:0 0 .75rem;font-family:Georgia,Times New Roman,serif;font-size:2.5rem}.trust-hero p{color:#d8ede0;max-width:520px;margin:0 auto;font-size:1.1rem}.trust-pillars{max-width:960px;margin:0 auto;padding:4rem 1.5rem}.trust-pillars h2{color:#1a1814;text-align:center;margin:0 0 2.5rem;font-family:Georgia,Times New Roman,serif;font-size:1.75rem}.trust-pillar-grid{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1.5rem;display:grid}.trust-pillar{text-align:center;background:#f0ede6;border-radius:12px;padding:2rem 1.5rem}.trust-pillar-icon{color:#2c6e49;background:#d8ede0;border-radius:50%;justify-content:center;align-items:center;width:52px;height:52px;margin:0 auto 1rem;font-size:1.4rem;display:flex}.trust-pillar h3{color:#1a1814;margin:0 0 .5rem;font-family:Georgia,Times New Roman,serif;font-size:1.1rem}.trust-pillar p{color:#7a7570;margin:0;font-size:.95rem;line-height:1.5}.trust-commitment{text-align:center;background:#f0ede6;padding:4rem 1.5rem}.trust-commitment h2{color:#1a1814;margin:0 0 1rem;font-family:Georgia,Times New Roman,serif;font-size:1.75rem}.trust-commitment p{color:#7a7570;max-width:560px;margin:0 auto 2rem;font-size:1rem;line-height:1.6}.notification-bell{cursor:pointer;background:0 0;border:none;padding:.25rem .35rem;font-size:1.25rem;line-height:1;position:relative}.notification-badge{color:#fff;background:#1a4730;border-radius:8px;justify-content:center;align-items:center;min-width:16px;height:16px;padding:0 4px;font-size:.65rem;font-weight:700;display:flex;position:absolute;top:-4px;right:-6px}.notification-panel{z-index:200;background:#fff;border:1px solid #e5e7eb;border-radius:10px;width:320px;max-height:400px;position:absolute;top:100%;right:0;overflow-y:auto;box-shadow:0 4px 16px #0000001f}.notification-panel-header{border-bottom:1px solid #f0f0f0;justify-content:space-between;align-items:center;padding:.75rem 1rem;display:flex}.notification-mark-all{color:#2c6e49;cursor:pointer;background:0 0;border:none;font-size:.8rem}.notification-empty{text-align:center;color:#7a7570;padding:1.5rem 1rem;font-size:.9rem}.notification-list{margin:0;padding:0;list-style:none}.notification-item{border-bottom:1px solid #f5f5f5;padding:.6rem 1rem}.notification-item.unread{background:#f9fdf9}.notification-item-body{color:#1a1814;font-size:.88rem;line-height:1.4}.notification-item-meta{color:#7a7570;justify-content:space-between;align-items:center;margin-top:.2rem;font-size:.75rem;display:flex}.notification-read-btn{color:#2c6e49;cursor:pointer;background:0 0;border:none;font-size:.75rem}
