:root{font-family:Inter,SF Pro Text,system-ui,-apple-system,sans-serif;color:#182322;background:#f4f7f6;font-synthesis:none;text-rendering:optimizeLegibility;--ink: #142321;--muted: #71807e;--line: #e5ebe9;--green: #0a9273;--green-dark: #08735c;--mint: #31d6a2;--lime: #d4f75f;--navy: #071c1b;--danger: #c6474a}*{box-sizing:border-box}html,body,#root{min-height:100%;margin:0}body{min-width:320px}button,input,select{font:inherit}button{cursor:pointer}a{color:inherit}.brand{display:inline-flex;align-items:center;gap:12px;color:#fff}.brand__mark{width:43px;height:43px;display:grid;place-items:center;border-radius:13px;font:800 21px/1 Manrope,sans-serif;color:#08221f;background:linear-gradient(145deg,var(--mint),var(--lime));box-shadow:0 10px 30px #31d6a22e}.brand__text{display:flex;flex-direction:column;gap:1px}.brand__text strong{font:800 20px/1.1 Manrope,sans-serif;letter-spacing:.12em}.brand__text small{color:#ffffff87;font-size:9px;letter-spacing:.17em;text-transform:uppercase}.brand--compact .brand__mark{width:38px;height:38px}.login{min-height:100vh;display:grid;grid-template-columns:minmax(480px,1.05fr) minmax(460px,.95fr);background:#fff}.login__story{min-height:100vh;overflow:hidden;position:relative;padding:46px clamp(42px,5vw,82px);display:flex;flex-direction:column;justify-content:space-between;color:#fff;background:radial-gradient(circle at 15% 10%,#164f47 0,transparent 34%),linear-gradient(145deg,#061918,#092a28 57%,#071d1c)}.login__story:before{content:"";position:absolute;width:520px;height:520px;right:-270px;top:11%;border:1px solid rgba(104,237,194,.08);border-radius:50%;box-shadow:0 0 0 70px #68edc206,0 0 0 140px #68edc205}.login__story:after{content:"";position:absolute;inset:0;opacity:.035;pointer-events:none;background-image:linear-gradient(rgba(255,255,255,.5) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.5) 1px,transparent 1px);background-size:62px 62px;mask-image:linear-gradient(to bottom,transparent,black,transparent)}.story-glow{position:absolute;border-radius:50%;filter:blur(2px);pointer-events:none}.story-glow--one{width:240px;height:240px;right:9%;bottom:15%;background:#27cb9d14;box-shadow:0 0 90px #27cb9d2e}.story-glow--two{width:4px;height:4px;left:23%;top:27%;background:var(--lime);box-shadow:90px 150px #d4f75f80,270px -35px #31d6a28c,330px 280px #ffffff4d}.login__message{position:relative;z-index:1;max-width:650px;margin:75px 0 55px}.eyebrow{width:fit-content;display:flex;align-items:center;gap:8px;padding:7px 11px;border:1px solid rgba(129,238,204,.18);border-radius:99px;background:#63dab414;color:#8fe6ca;font-size:10px;font-weight:700;letter-spacing:.13em;text-transform:uppercase}.login__message h1{margin:26px 0 20px;font:700 clamp(43px,4.7vw,70px)/1.06 "Manrope",sans-serif;letter-spacing:-.045em}.login__message h1 em{color:#97e8ce;font-style:normal}.login__message>p{max-width:560px;margin:0;color:#e0f0eda3;font-size:16px;line-height:1.7}.benefits{display:flex;flex-wrap:wrap;gap:14px 25px;margin-top:36px}.benefits span{display:flex;align-items:center;gap:8px;color:#f0fffbc2;font-size:12px}.benefits i{width:20px;height:20px;display:grid;place-items:center;border-radius:50%;color:var(--lime);background:#d4f75f1a}.story-footer{position:relative;z-index:1;display:flex;align-items:center;gap:11px;color:#ffffffb3}.story-footer__icon{width:36px;height:36px;display:grid;place-items:center;border:1px solid rgba(255,255,255,.1);border-radius:10px;color:#8de3c8;background:#ffffff0a}.story-footer div{display:flex;flex-direction:column}.story-footer strong{font-size:11px}.story-footer small{color:#ffffff5c;font-size:9px}.story-footer__line{width:1px;height:24px;margin-left:auto;background:#ffffff1a}.login__form-side{position:relative;min-height:100vh;display:grid;place-items:center;padding:60px clamp(35px,7vw,110px);background:radial-gradient(circle at 75% 8%,#f0f9f5,transparent 27%),#fbfdfc}.login-card{width:min(430px,100%)}.login-card__kicker,.page-kicker{display:block;margin-bottom:13px;color:var(--green);font-size:10px;font-weight:800;letter-spacing:.18em}.login-card__head h2{margin:0;color:var(--ink);font:750 32px/1.2 Manrope,sans-serif;letter-spacing:-.035em}.login-card__head p{margin:10px 0 34px;color:var(--muted);font-size:13px;line-height:1.6}.field{display:flex;flex-direction:column;gap:8px;margin-bottom:18px}.field>span{color:#354441;font-size:11px;font-weight:700}.field input,.field select{width:100%;height:49px;padding:0 15px;border:1px solid #dfe7e4;outline:none;border-radius:10px;color:var(--ink);background:#fff;font-size:13px;transition:border .18s,box-shadow .18s}.field input::placeholder{color:#a9b3b1}.field input:focus,.field select:focus{border-color:#42af91;box-shadow:0 0 0 3px #2bae891a}.password-input{position:relative}.password-input input{padding-right:48px}.password-input button{position:absolute;top:5px;right:5px;width:39px;height:39px;display:grid;place-items:center;border:0;border-radius:8px;color:#82908d;background:transparent}.password-input button:hover{color:var(--green);background:#f1f7f5}.primary-button,.secondary-button{min-height:43px;display:inline-flex;justify-content:center;align-items:center;gap:9px;padding:0 18px;border-radius:9px;border:0;font-size:12px;font-weight:700;transition:transform .17s,background .17s,box-shadow .17s}.primary-button{color:#fff;background:linear-gradient(135deg,#0c9374,#08785f);box-shadow:0 9px 20px #08806329}.primary-button:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 12px 24px #0880633b}.primary-button:disabled{opacity:.65;cursor:wait}.secondary-button{border:1px solid #dce5e2;color:#50605d;background:#fff}.secondary-button:hover:not(:disabled){border-color:#b9cac5;background:#f8faf9}.login-button{width:100%;height:50px;margin-top:5px}.login-card__support{margin:27px 0 0;text-align:center;color:#909b99;font-size:10px}.login-card__support a{color:var(--green);font-weight:700;text-decoration:none}.form-error{margin-bottom:18px;padding:11px 13px;border:1px solid #f1cccc;border-radius:9px;color:#a9383c;background:#fff5f5;font-size:11px}.field-error{color:var(--danger);font-size:10px}.login__copyright{position:absolute;bottom:24px;color:#a5afad;font-size:9px}.login__mobile-brand{display:none}.spin{animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.startup{min-height:100vh;display:grid;place-content:center;gap:18px;background:#071d1c}.startup .brand__mark{margin:auto}.startup__line{width:90px;height:2px;overflow:hidden;border-radius:2px;background:#ffffff17}.startup__line i{display:block;width:45%;height:100%;background:var(--mint);animation:loading 1.1s ease-in-out infinite}@keyframes loading{0%{transform:translate(-100%)}to{transform:translate(240%)}}.workspace{min-height:100vh;display:flex;background:#f4f7f6}.sidebar{position:fixed;z-index:20;inset:0 auto 0 0;width:246px;display:flex;flex-direction:column;color:#fff;background:linear-gradient(180deg,#071d1c,#092522)}.sidebar__brand{height:82px;display:flex;align-items:center;padding:0 24px;border-bottom:1px solid rgba(255,255,255,.06)}.sidebar__brand .brand__mark{width:37px;height:37px;border-radius:11px;font-size:18px}.sidebar__brand .brand__text strong{font-size:17px}.sidebar nav{flex:1;padding:25px 13px}.nav-label{display:block;padding:0 12px 10px;color:#ffffff4d;font-size:8px;font-weight:700;letter-spacing:.18em}.nav-label--later{margin-top:30px}.nav-item{min-height:45px;display:flex;align-items:center;gap:12px;padding:0 13px;border-radius:9px;color:#fff9;font-size:12px;text-decoration:none}.nav-item--active{position:relative;color:#fff;background:#3fd9ab1a}.nav-item--active:before{content:"";position:absolute;left:-13px;width:3px;height:23px;border-radius:0 3px 3px 0;background:var(--mint)}.nav-item--active svg{color:#67deb9}.nav-item i{min-width:21px;margin-left:auto;padding:2px 6px;border-radius:99px;color:#8ee5ca;background:#31d6a21a;font-size:9px;font-style:normal;text-align:center}.nav-item--disabled{opacity:.48;cursor:default}.nav-item--disabled small{margin-left:auto;color:#ffffff4d;font-size:8px}.nav-dot{width:18px;height:18px;border:1px dashed rgba(255,255,255,.28);border-radius:6px}.sidebar__bottom{padding:13px;border-top:1px solid rgba(255,255,255,.06)}.system-state{display:flex;align-items:center;gap:10px;padding:11px;margin-bottom:7px;border-radius:9px;background:#ffffff09}.system-state>span{width:31px;height:31px;display:grid;place-items:center;border-radius:8px;color:#62dfb7;background:#31d6a217}.system-state div{display:flex;flex-direction:column;gap:2px}.system-state strong{font-size:10px}.system-state small{color:#ffffff57;font-size:8px}.logout-button{width:100%;height:39px;display:flex;align-items:center;gap:10px;padding:0 12px;border:0;border-radius:8px;color:#ffffff7a;background:transparent;font-size:10px}.logout-button:hover{color:#fff;background:#ffffff0d}.sidebar-close{display:none}.content{width:calc(100% - 246px);min-height:100vh;margin-left:246px}.topbar{height:67px;display:flex;align-items:center;justify-content:space-between;padding:0 30px;border-bottom:1px solid #e8edeb;background:#ffffffe0;backdrop-filter:blur(12px)}.topbar__trail{display:flex;gap:9px;align-items:center;color:#94a09e;font-size:10px}.topbar__trail span{font-weight:700;letter-spacing:.11em}.topbar__trail b{color:#ccd3d1}.topbar__trail strong{color:#41504e}.topbar__actions{display:flex;align-items:center;gap:15px}.notification-button,.mobile-menu{position:relative;width:37px;height:37px;display:grid;place-items:center;border:1px solid #e5ebe9;border-radius:9px;color:#697774;background:#fff}.notification-button i{position:absolute;top:8px;right:8px;width:6px;height:6px;border:1px solid white;border-radius:50%;background:#ef6c68}.current-user{display:flex;align-items:center;gap:9px;padding-left:15px;border-left:1px solid #e5eae8}.current-user>div{min-width:110px;display:flex;flex-direction:column;gap:1px}.current-user strong{color:#2e3d3b;font-size:10px}.current-user small{color:#909b99;font-size:8px}.current-user>svg{color:#a2acaa}.mobile-menu{display:none}.page{padding:31px clamp(22px,3.3vw,51px) 60px}.page-heading{display:flex;align-items:end;justify-content:space-between;gap:25px;margin-bottom:28px}.page-heading h1{margin:0 0 7px;color:#152421;font:750 30px/1.1 Manrope,sans-serif;letter-spacing:-.035em}.page-heading p{margin:0;color:#7d8a88;font-size:11px}.page-heading .primary-button{min-width:151px}.stat-grid{display:grid;grid-template-columns:repeat(4,minmax(175px,1fr));gap:13px;margin-bottom:20px}.stat-card{position:relative;overflow:hidden;min-height:116px;display:flex;align-items:center;gap:14px;padding:20px;border:1px solid #e5ebe9;border-radius:12px;background:#fff;box-shadow:0 3px 12px #1b373206}.stat-card>div{display:flex;flex-direction:column}.stat-card small{color:#899491;font-size:7px;font-weight:800;letter-spacing:.12em}.stat-card strong{margin:4px 0 0;color:#172724;font:750 27px/1 Manrope,sans-serif}.stat-card p{margin:5px 0 0;color:#9ca6a4;font-size:8px}.stat-icon{flex:0 0 auto;width:43px;height:43px;display:grid;place-items:center;border-radius:11px}.stat-icon--mint{color:#0a9473;background:#e7f8f2}.stat-icon--blue{color:#3983b8;background:#ebf4fb}.stat-icon--violet{color:#7966bc;background:#f1edfb}.stat-icon--amber{color:#bc7b2e;background:#fff3df}.stat-accent{position:absolute;right:-16px;top:-18px;width:62px;height:62px;border:12px solid rgba(49,214,162,.04);border-radius:50%}.data-card{overflow:hidden;border:1px solid #e3eae7;border-radius:13px;background:#fff;box-shadow:0 4px 18px #18332e06}.data-card__header{min-height:78px;display:flex;align-items:center;justify-content:space-between;gap:20px;padding:16px 20px;border-bottom:1px solid #edf0ef}.data-card__header h2{margin:0 0 4px;color:#263532;font:700 14px Manrope,sans-serif}.data-card__header p{margin:0;color:#99a3a1;font-size:9px}.search-box{width:min(305px,44%);height:39px;display:flex;align-items:center;gap:9px;padding:0 11px;border:1px solid #e1e8e5;border-radius:8px;color:#909c99;background:#fafcfb}.search-box:focus-within{border-color:#69bfa6;box-shadow:0 0 0 3px #3aae8d14}.search-box input{flex:1;min-width:0;border:0;outline:0;color:#33423f;background:transparent;font-size:10px}.search-box input::placeholder{color:#a3adaa}.search-box button{width:25px;height:25px;display:grid;place-items:center;border:0;border-radius:6px;color:#87928f;background:transparent}.table-scroll{overflow-x:auto}.users-table{width:100%;min-width:880px;border-collapse:collapse}.users-table th{height:41px;padding:0 17px;border-bottom:1px solid #edf1ef;color:#9aa5a2;background:#fafcfb;font-size:7px;font-weight:800;letter-spacing:.11em;text-align:left}.users-table td{height:71px;padding:9px 17px;border-bottom:1px solid #f0f3f2;color:#4d5b58;font-size:10px}.users-table tbody tr:last-child td{border-bottom:0}.users-table tbody tr:hover{background:#fbfdfc}.user-cell,.contact-cell{display:flex;align-items:center;gap:10px}.user-cell>div,.contact-cell{align-items:flex-start;flex-direction:column;gap:2px}.user-cell strong,.contact-cell strong{color:#2a3936;font-size:10px;font-weight:700}.user-cell small,.contact-cell small{color:#9da7a5;font-size:8px}.avatar{width:36px;height:36px;flex:0 0 auto;display:grid;place-items:center;border-radius:10px;color:#176e5a;background:#dff5ed;font-size:9px;font-weight:800}.avatar--small{width:33px;height:33px;border-radius:9px}.avatar--tone-1{color:#526da0;background:#e9effa}.avatar--tone-2{color:#765c9c;background:#f0eafa}.avatar--tone-3{color:#9a6631;background:#faeedf}.avatar--tone-4{color:#9b525a;background:#f9e8eb}.role-badge,.status-badge{width:fit-content;display:inline-flex;align-items:center;border-radius:6px;font-size:8px;font-weight:700;white-space:nowrap}.role-badge{padding:5px 8px}.role-badge--super_admin{color:#6652a0;background:#f0ecfa}.role-badge--admin{color:#337b9d;background:#e8f4f9}.role-badge--standard_user{color:#60706c;background:#edf2f0}.status-badge{gap:6px;padding:5px 8px}.status-badge i{width:5px;height:5px;border-radius:50%}.status-badge--active{color:#0b8367;background:#e8f7f2}.status-badge--active i{background:#27b88c;box-shadow:0 0 0 3px #27b88c1a}.status-badge--inactive{color:#8e6265;background:#f8eded}.status-badge--inactive i{background:#c8797e}.date-cell,.muted{color:#8e9996}.table-loading,.empty-state{min-height:230px;display:flex;justify-content:center;align-items:center;gap:10px;color:#8c9895}.loader{width:17px;height:17px;border:2px solid #dce8e4;border-top-color:var(--green);border-radius:50%;animation:spin .8s linear infinite}.empty-state{flex-direction:column}.empty-state svg{color:#62b59d}.empty-state strong{color:#40504d}.empty-state span{font-size:9px}.table-message{padding:12px 18px;font-size:10px}.table-message--error{color:#a73e42;background:#fff2f2}.modal-backdrop{position:fixed;z-index:100;inset:0;display:grid;place-items:center;padding:24px;background:#051715a1;backdrop-filter:blur(5px);animation:fade .16s ease-out}@keyframes fade{0%{opacity:0}}.user-modal{width:min(660px,100%);max-height:min(90vh,820px);overflow:auto;border-radius:15px;background:#fff;box-shadow:0 35px 90px #0000003d;animation:rise .22s ease-out}@keyframes rise{0%{opacity:0;transform:translateY(12px) scale(.985)}}.user-modal__header{position:sticky;z-index:2;top:0;min-height:84px;display:flex;align-items:center;gap:13px;padding:17px 24px;border-bottom:1px solid #e8edeb;background:#fffffff2;backdrop-filter:blur(10px)}.modal-title-icon{width:42px;height:42px;display:grid;place-items:center;border-radius:11px;color:#0a8b6d;background:#e4f7f0}.user-modal__header>div:nth-child(2){flex:1}.user-modal__header span{display:block;margin-bottom:3px;color:#159175;font-size:7px;font-weight:800;letter-spacing:.16em}.user-modal__header h2{margin:0;color:#1a2a27;font:750 21px Manrope,sans-serif;letter-spacing:-.025em}.icon-button{width:37px;height:37px;display:grid;place-items:center;border:1px solid #e5ebe9;border-radius:9px;color:#84908d;background:#fff}.icon-button:hover{color:#43514f;background:#f6f9f8}.user-modal__body{padding:25px 28px 8px}.form-section-title{display:flex;align-items:center;gap:11px;margin-bottom:19px}.form-section-title>span{width:25px;height:25px;display:grid;place-items:center;border-radius:7px;color:#088065;background:#e7f7f1;font-size:8px;font-weight:800}.form-section-title div{display:flex;flex-direction:column;gap:2px}.form-section-title strong{color:#34423f;font-size:11px}.form-section-title small{color:#9aa4a2;font-size:8px}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:0 15px}.form-grid .field{margin-bottom:15px}.field--wide{grid-column:1 / -1}.form-divider{height:1px;margin:10px 0 22px;background:#eef1f0}.status-choice{width:100%;display:flex;align-items:center;gap:11px;padding:12px 13px;margin:3px 0 15px;border:1px solid #e2e8e6;border-radius:10px;text-align:left;background:#fafcfb}.status-choice--active{border-color:#a9ddcd;background:#f2fbf8}.status-choice__check{width:20px;height:20px;display:grid;place-items:center;border:1px solid #cfd9d6;border-radius:6px;color:#fff;background:#fff}.status-choice--active .status-choice__check{border-color:#159373;background:#159373}.status-choice>span:last-child{display:flex;flex-direction:column;gap:2px}.status-choice strong{color:#3a4946;font-size:10px}.status-choice small{color:#929d9a;font-size:8px}.user-modal__footer{position:sticky;bottom:0;display:flex;justify-content:flex-end;gap:9px;padding:16px 24px;border-top:1px solid #e8edeb;background:#fffffff5;backdrop-filter:blur(10px)}.member-home{min-height:100vh;padding:28px clamp(24px,7vw,90px);color:#fff;background:radial-gradient(circle at 20% 10%,#155047,transparent 30%),#071d1c}.member-home header{display:flex;justify-content:space-between;align-items:center}.member-home header .secondary-button{border-color:#ffffff1f;color:#ffffffb3;background:#ffffff0d}.member-home section{width:min(560px,100%);margin:18vh auto 0;text-align:center}.member-home__icon{width:68px;height:68px;display:grid;place-items:center;margin:auto auto 24px;border-radius:19px;color:#62deb8;background:#31d6a21a}.member-home section>small{color:#73d9ba;font-size:9px;font-weight:800;letter-spacing:.2em}.member-home h1{margin:13px 0;font:750 40px Manrope,sans-serif}.member-home p{color:#ffffff8c;font-size:13px;line-height:1.7}.member-home section>div{width:280px;display:flex;justify-content:space-between;margin:28px auto;padding:13px 15px;border:1px solid rgba(255,255,255,.08);border-radius:10px;background:#ffffff09;font-size:10px}.member-home section>div span{color:#fff6}.sidebar-overlay{display:none}@media(max-width:1050px){.login{grid-template-columns:.9fr 1.1fr}.login__story{padding:36px}.login__message h1{font-size:45px}.stat-grid{grid-template-columns:1fr 1fr}}@media(max-width:780px){.login{display:block;background:#f7faf9}.login__story{display:none}.login__form-side{min-height:100vh;padding:40px 24px 70px;align-content:center}.login__mobile-brand{display:block;width:min(430px,100%);margin:0 auto 45px}.login__mobile-brand .brand__text strong{color:#102d29}.login__mobile-brand .brand__text small{color:#86938f}.login__copyright{position:static;margin-top:45px;text-align:center}.sidebar{transform:translate(-102%);transition:transform .22s ease;box-shadow:16px 0 40px #0000002e}.sidebar--open{transform:translate(0)}.sidebar-close{width:35px;height:35px;display:grid;place-items:center;margin-left:auto;border:0;border-radius:8px;color:#ffffffa6;background:#ffffff0d}.sidebar-overlay{position:fixed;z-index:19;inset:0;display:block;border:0;background:#03100e80}.content{width:100%;margin-left:0}.mobile-menu{display:grid}.topbar{padding:0 18px}.topbar__trail{display:none}.current-user>div,.current-user>svg{display:none}.current-user{padding-left:10px}.page{padding:26px 18px 50px}.page-heading{align-items:flex-start}.page-heading p{max-width:390px;line-height:1.5}.data-card__header{align-items:flex-start;flex-direction:column}.search-box{width:100%}.form-grid{grid-template-columns:1fr}.field--wide{grid-column:auto}}@media(max-width:520px){.stat-grid{grid-template-columns:1fr}.stat-card{min-height:93px}.page-heading{flex-direction:column}.page-heading .primary-button{width:100%}.modal-backdrop{align-items:end;padding:0}.user-modal{max-height:94vh;border-radius:17px 17px 0 0}.user-modal__body{padding:22px 18px 8px}.user-modal__header,.user-modal__footer{padding-left:18px;padding-right:18px}.user-modal__footer>button{flex:1}}
