@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;450;500;550;600;650;700&family=Manrope:wght@400;500;600;650;700;750;800&display=swap');
:root{--forest:#163f33;--green:#287456;--mint:#edf4ed;--ink:#20382d;--muted:#7b877e;--line:#e7ece5;--canvas:#f8faf6}*{box-sizing:border-box}body{margin:0;background:var(--canvas);font-family:'DM Sans',sans-serif;color:var(--ink);font-size:14px}button,input,select{font:inherit}button,a{-webkit-tap-highlight-color:transparent}button{cursor:pointer}button{color:inherit}button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible{outline:3px solid #88ba58;outline-offset:4px}button{transition:background .18s,transform .18s}button:hover{filter:brightness(.96)}svg{width:22px;height:22px;display:block;fill:none;stroke:currentColor;stroke-width:1.65;stroke-linecap:round;stroke-linejoin:round}i{display:inline-flex;font-style:normal}button:disabled{cursor:not-allowed;opacity:.5}.sidebar{position:fixed;inset:0 auto 0 0;width:250px;background:#fff;border-right:1px solid var(--line);padding:35px 24px;display:flex;flex-direction:column;z-index:5}.brand{display:flex;align-items:center;gap:9px;color:var(--forest);text-decoration:none;font-family:Manrope,sans-serif;font-size:30px;font-weight:800;letter-spacing:-1.2px}.brand-mark{font-size:47px;font-weight:400;line-height:1}.brand-sub{display:block;font:9px 'DM Sans',sans-serif;letter-spacing:3px;margin-top:4px}.workspace{margin:38px 0 27px;display:flex;align-items:center;gap:10px;padding:13px 10px;border:1px solid var(--line);border-radius:10px;font-size:11px;font-weight:650}.workspace-icon{padding:7px 9px;background:var(--mint);border-radius:6px;color:var(--green)}small{display:block}.workspace small{font-size:9px;color:var(--muted);font-weight:400;margin-top:4px}.online,.status-dot{width:6px;height:6px;border-radius:50%;background:#6d9d57;display:inline-block}.nav-label,.eyebrow{font-size:10px;letter-spacing:1.7px;font-weight:700;color:#758477}.nav-label{padding-left:14px;margin-bottom:14px}.main-nav{display:grid;gap:7px}.main-nav button{border:0;background:transparent;display:flex;align-items:center;gap:14px;padding:14px 16px;border-radius:9px;text-align:left;font-size:13px;color:#738074}.main-nav button.active{background:#eaf2e7;color:#244f35;font-weight:700}.main-nav button.active:after{content:'';width:6px;height:6px;border-radius:50%;background:#547b3b;margin-left:auto}.sidebar-bottom{margin-top:auto;padding-top:25px}.grow-note{background:#f6f8f1;padding:19px;border-radius:12px}.grow-note i{color:#6a8c4a}.grow-note h3{font-size:12px;margin:10px 0 6px}.grow-note p{font-size:11px;line-height:1.8;color:var(--muted);margin:0}.help-button{display:flex;align-items:center;gap:12px;border:0;background:none;padding:24px 4px;font-size:12px;width:100%}.help-button span{margin-left:auto}.side-profile{border-top:1px solid var(--line);padding-top:20px;display:flex;align-items:center;gap:11px;font-size:12px}.side-profile small{color:var(--muted);font-size:10px;margin-top:5px}.avatar{border:1px solid #dce7d6;background:#edf2e4;border-radius:50%;width:37px;height:37px;display:inline-flex;align-items:center;justify-content:center;font-size:11px;font-weight:700;color:#547344}main{margin-left:250px}.topbar{height:87px;background:#fff;border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;padding:0 44px}.breadcrumb{font-size:12px;color:#839084}.breadcrumb span{margin:0 14px;color:#cad2c7}.breadcrumb strong{font-weight:500;color:#344c3b}.header-actions{display:flex;align-items:center;gap:19px}.demo-badge{background:#f4f7ed;padding:7px 11px;border-radius:6px;color:#70814f;font-size:10px}.demo-badge span{width:5px;height:5px;background:#94aa6c;display:inline-block;border-radius:50%;margin-right:5px}.icon-button{border:0;background:transparent;padding:7px;color:#71816e;display:inline-flex;align-items:center;justify-content:center}.mobile-brand{display:none}.content{max-width:1350px;margin:auto;padding:39px 44px 22px}.welcome{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:34px}.eyebrow{margin:0 0 12px}.welcome h1{font-family:Manrope,sans-serif;font-size:29px;letter-spacing:-1.3px;font-weight:750;margin:0 0 10px}.welcome em{font-style:normal;color:#769264}.subtitle{color:var(--muted);font-size:12px;margin:0}.date-chip{border:1px solid var(--line);border-radius:8px;padding:10px 12px;display:flex;gap:9px;align-items:center;font-size:10px;background:white;white-space:nowrap}.date-chip svg{width:16px;height:16px}.section-heading{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px;gap:12px}.section-heading h2{display:flex;align-items:center;gap:10px;font-size:14px;font-weight:650;margin:0}.small-muted{font-size:10px;color:var(--muted)}.section-heading p{margin:7px 0 0}.plain-icon{border:0;padding:3px;background:none;color:#81907c}.plain-icon svg{width:17px;height:17px}.income-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px}.income-card{position:relative;overflow:hidden;padding:25px 27px 0;border-radius:17px;min-width:0}.primary{background:var(--forest);color:#fff}.secondary{background:#eaf0df;color:#264333;border:1px solid #e0e8d2}.card-top{position:relative;z-index:1;display:flex;align-items:center;justify-content:space-between;gap:8px}.card-label{display:flex;align-items:center;gap:10px;font-size:13px;font-weight:500}.card-label svg{width:19px;height:19px}.card-tag{font-size:8px;letter-spacing:1.1px;border:1px solid #ffffff26;padding:6px 8px;border-radius:5px;color:#c6dbc7}.secondary .card-tag{border-color:#cddabf;color:#748566}.balance{position:relative;font-family:Manrope,sans-serif;font-size:37px;letter-spacing:-1.5px;font-weight:650;margin:24px 0 7px}.balance span{opacity:.57}.income-description{position:relative;font-size:11px;color:#aec4b5;margin:0 0 26px}.secondary .income-description{color:#819177}.card-footer{position:relative;display:flex;justify-content:space-between;gap:8px;align-items:center;border-top:1px solid #ffffff20;padding:17px 0;font-size:9px;color:#bbd1bf}.secondary .card-footer{border-color:#d5dfc8;color:#72866a}.trend{margin-right:4px;color:#a9c684}.card-footer button{border:0;background:none;color:inherit;padding:0;font-size:10px;white-space:nowrap}.card-footer button span{margin-left:7px}.leaves{position:absolute;width:180px;height:210px;right:-15px;top:25px;transform:rotate(-24deg);opacity:.055}.leaves:after{content:'';width:2px;height:190px;position:absolute;left:86px;background:currentColor;top:10px}.leaves span{position:absolute;width:76px;height:45px;border-radius:100% 0 100% 0;background:currentColor;left:14px;top:25px}.leaves span:nth-child(2){top:80px}.leaves span:nth-child(3){left:88px;top:40px;transform:scaleX(-1)}.leaves span:nth-child(4){left:88px;top:100px;transform:scaleX(-1)}.secondary .leaves{opacity:.08}.quick-section{margin-top:29px}.quick-actions{display:grid;grid-template-columns:repeat(5,1fr);padding:25px 12px;background:#fff;border:1px solid var(--line);border-radius:15px}.quick-actions button{display:flex;flex-direction:column;align-items:center;border:0;border-right:1px solid #f0f2ec;background:transparent;padding:0 6px}.quick-actions button:last-child{border:0}.action-icon{display:grid;place-items:center;width:48px;height:48px;background:#f0f5e9;color:#466d39;border-radius:16px;margin-bottom:12px}.quick-actions button:hover .action-icon{background:#dceacd;transform:translateY(-2px)}.quick-actions strong{font-size:11px;font-weight:600}.quick-actions small{font-size:9px;color:#929b8d;margin-top:6px}.growth-banner{display:flex;align-items:center;gap:21px;background:#edf1e4;border:1px solid #e5ebd8;padding:24px 28px;margin:26px 0;border-radius:14px;position:relative;overflow:hidden}.banner-emblem{background:#dce6cc;border-radius:50%;padding:15px;color:#5d7c41}.banner-emblem svg{width:30px;height:30px}.growth-banner .eyebrow{font-size:8px;letter-spacing:1.3px;color:#7e906d;margin-bottom:8px}.growth-banner h2{font-family:Manrope,sans-serif;font-size:18px;letter-spacing:-.5px;margin:0 0 7px}.growth-banner p:not(.eyebrow){font-size:11px;color:#89947e;margin:0}.growth-banner button{margin-left:auto;border:1px solid #cbd8bc;background:#ffffff55;border-radius:7px;padding:12px 16px;font-size:10px;white-space:nowrap;z-index:1}.growth-banner button span{margin-left:16px}.banner-leaf{position:absolute;right:8%;font-size:160px;color:#dfe8cf;transform:rotate(20deg);pointer-events:none;opacity:.45}.growth-banner>div:not(.banner-leaf){z-index:1}.activity-panel{background:#fff;border:1px solid var(--line);border-radius:15px;padding:24px}.text-button{border:0;background:none;font-size:10px;color:#4b7053;padding:8px 0}.table-wrap{overflow:auto}table{width:100%;border-collapse:collapse;text-align:left;white-space:nowrap}th{font-size:9px;letter-spacing:.6px;text-transform:uppercase;color:#93a08e;font-weight:500;padding:12px 10px;background:#fafbf8}td{padding:16px 10px;border-bottom:1px solid #f0f3eb;font-size:11px}tr:last-child td{border-bottom:0}.transaction-name{display:flex;gap:12px;align-items:center}.transaction-name>i{padding:9px;border-radius:10px;background:#f0f5e9;color:#6f8e5a}.transaction-name svg{width:17px;height:17px}.transaction-name small{color:#929c8d;font-size:9px;margin-top:5px}.table-date{color:#8d9689;font-size:10px}.status-pill{color:#608155;font-size:9px;background:#eff5e8;border-radius:5px;padding:5px 9px}.status-pill.pending{color:#998348;background:#faf4e4}.amount{text-align:right;font-weight:600}.positive{color:#4b7853}.page-footer{display:flex;justify-content:space-between;gap:15px;font-size:9px;color:#9ba493;padding-top:25px}.status-dot{width:5px;height:5px;margin-right:5px}.bottom-nav{display:none}[hidden]{display:none!important}dialog{border:1px solid var(--line);border-radius:20px;padding:26px;width:min(460px,calc(100% - 32px));color:var(--ink);box-shadow:0 30px 100px #183c3333}dialog::backdrop{background:#102c2366;backdrop-filter:blur(4px)}.dialog-header{display:flex;align-items:center;justify-content:space-between}.dialog-header .eyebrow{margin:0}dialog h2{font-family:Manrope;font-size:25px;letter-spacing:-.7px}dialog p{color:var(--muted);line-height:1.7;font-size:13px}.notice{padding:12px 14px;background:#f1f5e9;border-radius:9px;font-size:12px;line-height:1.6;color:#657454}.form-field{display:grid;gap:7px;margin:17px 0;font-size:12px}input,select{padding:12px;border:1px solid #d8e2d2;border-radius:7px;background:white;color:var(--ink);width:100%;min-width:0}.primary-button{background:var(--forest);color:white;border:0;border-radius:8px;padding:13px 20px;margin-top:10px}.full-width{width:100%}.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.product-card,.panel{background:white;border:1px solid var(--line);border-radius:15px;padding:24px}.product-visual{height:165px;background:#edf2e5;display:grid;place-items:center;border-radius:10px;color:#5c7e43}.product-visual svg{width:65px;height:65px}.product-card h3{font-size:15px}.product-card p{color:var(--muted);font-size:12px;line-height:1.6}.product-card .primary-button{width:100%}.toolbar{display:flex;gap:12px;margin-bottom:22px}.toolbar input{max-width:350px}.network{display:flex;flex-direction:column;align-items:center;padding:30px 0;overflow:auto}.node{background:#edf3e7;border:1px solid #d6e3cb;border-radius:12px;text-align:center;padding:20px;min-width:145px}.node small{margin-top:8px;color:var(--muted);font-size:11px}.network-line{height:30px;border-left:1px solid #bdd0ae}.branches{display:flex;gap:30px;border-top:1px solid #bdd0ae;padding-top:25px}.panel h2{font-family:Manrope}.panel p{color:var(--muted);line-height:1.7}.profile-grid{display:grid;grid-template-columns:1fr 1fr;gap:15px}.empty{text-align:center;padding:35px;color:var(--muted)}
@media(min-width:1500px){.content{padding-top:50px}.income-card{min-height:235px}.quick-actions{padding:30px 12px}}@media(max-width:1150px){.sidebar{width:215px;padding:30px 17px}main{margin-left:215px}.content{padding:30px 25px}.topbar{padding:0 25px}.welcome h1{font-size:25px}.date-chip{display:none}.income-card{padding:22px 20px 0}.balance{font-size:32px}.card-tag{font-size:7px}.quick-actions small{display:none}.growth-banner{padding:22px 20px}.growth-banner h2{font-size:16px}.banner-emblem{display:none}.product-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:760px){body{background:#fff}.sidebar{display:none}main{margin-left:0}.topbar{height:85px;border:0;padding:0 22px}.breadcrumb,.profile-trigger{display:none}.mobile-brand{display:flex;font-size:27px}.brand-mark{font-size:38px}.header-actions{gap:8px}.header-actions .icon-button{background:#f1f5ec;border-radius:50%;padding:9px}.header-actions svg{width:20px;height:20px}.demo-badge{font-size:8px;padding:6px}.content{padding:18px 22px 105px}.welcome{margin-bottom:28px}.welcome .eyebrow{font-size:8px;margin-bottom:10px}.welcome h1{font-size:26px;line-height:1.35;letter-spacing:-1px}.welcome h1 em{display:block}.subtitle{font-size:11px;line-height:1.7}.section-heading h2{font-size:13px}.section-heading>.small-muted{font-size:8px}.income-grid{grid-template-columns:1fr;gap:13px}.income-card{padding:22px 23px 0;border-radius:17px}.card-label{font-size:13px}.card-tag{font-size:8px}.balance{font-size:34px;margin-top:20px}.income-description{margin-bottom:20px}.card-footer{padding:14px 0;font-size:9px}.quick-section{margin-top:27px}.quick-section .small-muted{display:none}.quick-actions{grid-template-columns:repeat(6,1fr);row-gap:25px;padding:23px 8px;border-radius:17px}.quick-actions button{grid-column:span 2;border:0}.quick-actions button:nth-child(4){grid-column:2 / span 2}.quick-actions button:nth-child(5){grid-column:4 / span 2}.action-icon{width:51px;height:51px;border-radius:50%;margin-bottom:10px}.quick-actions strong{font-size:11px}.growth-banner{padding:23px 20px;margin:23px 0;display:block;background:#eaf0df}.growth-banner h2{font-size:18px;max-width:240px;line-height:1.5}.growth-banner .eyebrow{font-size:7px;max-width:210px;line-height:1.7}.growth-banner button{margin-top:17px;padding:10px 12px;background:#fff8}.banner-leaf{right:-18px;bottom:-34px;font-size:180px}.activity-panel{border:0;padding:4px 0}.activity-panel .text-button{font-size:9px}.activity-panel th:nth-child(2),.activity-panel td:nth-child(2){display:none}.activity-panel td{padding:15px 5px}.transaction-name{gap:8px}.transaction-name>i{padding:8px}.table-wrap th{padding:10px 5px}.page-footer{font-size:8px;flex-direction:column;gap:10px;padding-top:21px}.bottom-nav{position:fixed;bottom:max(14px,env(safe-area-inset-bottom));left:17px;right:17px;z-index:10;display:flex;align-items:center;justify-content:space-around;background:#153e32;border:1px solid #ffffff15;border-radius:28px;padding:9px;box-shadow:0 8px 25px #163f3333}.bottom-nav button{display:flex;flex-direction:column;align-items:center;gap:5px;color:#c6d7cb;background:none;border:0;border-radius:21px;padding:9px 0;font-size:9px;flex:1}.bottom-nav button.active{color:#fff;background:#ffffff1d}.bottom-nav svg{height:20px;width:20px}.product-grid{grid-template-columns:1fr}.toolbar{flex-wrap:wrap}.profile-grid{grid-template-columns:1fr}.branches{gap:10px}.node{min-width:115px;padding:15px 10px}.panel{padding:18px}.balance{overflow-wrap:anywhere}}@media(prefers-reduced-motion:reduce){*{transition:none!important;scroll-behavior:auto!important}}
/* Compact GreatLab brand treatment */
.topbar{position:sticky;top:0;z-index:20}
.brand{display:block;line-height:0}.brand img{display:block;width:100%;max-width:194px;height:auto}.mobile-brand{width:134px}.mobile-brand img{max-width:none;width:100%}.workspace{margin:28px 0 24px}.workspace small,.side-profile small{display:none}.sidebar-bottom{padding-top:0}.grow-note{display:none}.topbar{height:76px}.content{padding-top:31px}.welcome{margin-bottom:25px}.welcome h1{margin-bottom:0}.subtitle{display:none}.income-card{padding-top:22px}.income-description,.card-tag{display:none}.card-footer{justify-content:flex-end;padding:13px 0}.card-footer>span{display:none}.quick-actions{padding:23px 12px}.quick-actions small{display:none}.quick-actions strong{font-size:12px}.activity-panel{margin-top:26px}.page-footer>span:last-child{display:none}
@media(max-width:760px){.topbar{height:74px}.mobile-brand{display:block;width:128px}.content{padding-top:13px}.welcome{margin-bottom:23px}.welcome h1{font-size:25px}.income-card{min-height:146px}.card-footer{padding:11px 0}.quick-actions{row-gap:20px;padding:20px 8px}.quick-actions strong{font-size:11px}.activity-panel{margin-top:20px}.page-footer{display:none}}
/* Fast, subtle page transitions */
html{scroll-behavior:smooth}body{transition:background-color .18s ease}#home-view:not([hidden]),#other-view:not([hidden]){animation:page-in .2s cubic-bezier(.2,.75,.25,1) both}.income-card,.quick-actions,.activity-panel,.panel,.product-card{animation:card-in .24s cubic-bezier(.2,.75,.25,1) both}.income-card:nth-child(2),.quick-actions,.activity-panel{animation-delay:.035s}.quick-actions button:active,.main-nav button:active,.bottom-nav button:active{transform:scale(.96)}.icon-button:active,.plain-icon:active{transform:scale(.9)}@keyframes page-in{from{opacity:0;transform:translateY(7px)}to{opacity:1;transform:translateY(0)}}@keyframes card-in{from{opacity:0;transform:translateY(5px)}to{opacity:1;transform:translateY(0)}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}#home-view:not([hidden]),#other-view:not([hidden]),.income-card,.quick-actions,.activity-panel,.panel,.product-card{animation:none}}
/* Binary overview */
.binary-overview{margin-top:27px}.binary-overview .section-heading{margin-bottom:13px}.binary-grid{display:grid;grid-template-columns:1fr 1fr;gap:15px}.binary-side{position:relative;overflow:hidden;border:1px solid var(--line);border-radius:14px;padding:19px 21px;background:#fff}.binary-side:after{content:'';position:absolute;right:-20px;bottom:-38px;width:118px;height:118px;border:20px solid currentColor;border-radius:50%;opacity:.06}.left-side{color:#266546;background:#f1f6ec;border-color:#dfebd6}.right-side{color:#665c36;background:#fbf8ec;border-color:#eee7cb}.binary-title{display:flex;align-items:center;gap:8px;font-size:11px;font-weight:650}.binary-title svg{width:17px;height:17px}.pv-value{margin:14px 0 8px;font-family:Manrope,sans-serif;font-size:28px;font-weight:750;letter-spacing:-1px}.pv-value small{display:inline;font:600 10px 'DM Sans',sans-serif;letter-spacing:.4px;opacity:.7}.binary-status{display:inline-block;border-radius:5px;padding:5px 8px;font-size:9px;font-weight:650}.waiting{color:#4e7740;background:#e2edd8}.need-pair{color:#8b7737;background:#f4ebc9}.direct-count{position:relative;z-index:1;margin:15px 0 0;padding-top:13px;border-top:1px solid currentColor;font-size:10px;opacity:.72}.direct-count strong{float:right;font-size:12px;opacity:1}
.binary-summary{margin:11px 1px 0;font-size:10px;color:#7a887a}
@media(max-width:760px){.binary-overview{margin-top:24px}.binary-side{padding:17px 15px}.pv-value{font-size:26px}.binary-title{font-size:10px}.direct-count{font-size:9px}.binary-overview .text-button{font-size:9px}}
/* Local admin order workflow */
.admin-link{display:inline-flex;align-items:center;text-decoration:none;color:#496c52;border:1px solid #dfe8d9;border-radius:7px;padding:8px 11px;font-size:10px;font-weight:650}.admin-body{min-height:100vh;background:#f6f8f3}.admin-main{width:min(900px,calc(100% - 36px));margin:0 auto;padding:30px 0 70px}.admin-topbar{display:flex;justify-content:space-between;align-items:center;min-height:55px}.admin-back{color:#637364;text-decoration:none;font-size:12px}.admin-logo{display:block;width:130px;line-height:0}.admin-logo img{width:100%;height:auto}.admin-mode{font-size:9px;letter-spacing:.8px;color:#648451;background:#e8f0df;border-radius:5px;padding:7px 9px}.admin-intro{margin:45px 0 22px}.admin-intro .eyebrow{margin-bottom:8px}.admin-intro h1{font-family:Manrope,sans-serif;letter-spacing:-1.1px;font-size:32px;margin:0 0 7px}.admin-intro p:not(.eyebrow),.admin-card-header p{font-size:12px;color:var(--muted);margin:0}.admin-notice{border:1px solid #dce8d4;background:#eef5e8;border-radius:10px;padding:13px 15px;font-size:11px;line-height:1.6;color:#58704f;margin-bottom:18px}.admin-card{background:#fff;border:1px solid var(--line);border-radius:15px;overflow:hidden}.admin-card-header{padding:22px 23px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line)}.admin-card-header h2{font:650 16px Manrope,sans-serif;margin:0 0 6px}.admin-refresh,.order-action{border:0;border-radius:7px;background:var(--forest);color:#fff;padding:10px 13px;font-size:10px;font-weight:650}.orders-list{display:grid}.order-row{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:18px 23px;border-bottom:1px solid #edf1eb}.order-row:last-child{border-bottom:0}.order-main{min-width:0}.order-status{display:inline-block;font-size:8px;font-weight:700;letter-spacing:.5px;border-radius:4px;padding:5px 7px;margin-bottom:8px}.status-pending_payment{color:#7b6a36;background:#f8f0d8}.status-paid{color:#396b83;background:#e6f2f6}.status-delivered{color:#526d3c;background:#eaf1df}.status-qualified{color:#40724a;background:#e6f1e4}.order-main h3{font-size:12px;margin:0 0 5px;font-weight:650}.order-main h3 span{font-weight:400;color:#899587}.order-main p,.order-main small{font-size:10px;color:#818d80;margin:0}.order-main small{display:block;margin-top:5px}.order-done{font-size:10px;color:#7d9674;white-space:nowrap}.admin-empty{padding:30px;text-align:center;font-size:12px;color:var(--muted)}
@media(max-width:760px){.admin-main{width:min(100% - 32px,900px);padding-top:16px}.admin-logo{width:110px}.admin-back{font-size:10px}.admin-mode{font-size:7px;padding:5px}.admin-intro{margin:34px 0 18px}.admin-intro h1{font-size:27px}.admin-card-header,.order-row{padding:17px}.order-row{align-items:flex-start;flex-direction:column;gap:12px}.order-action{width:100%}.admin-link{display:none}}
.admin-actions{display:flex;gap:8px}.admin-logout{border:1px solid #dce5d8;background:#fff;color:#637363;border-radius:7px;padding:10px 13px;font-size:10px}.auth-card{background:#fff;border:1px solid var(--line);border-radius:15px;padding:24px;max-width:510px}.auth-card h2{font:650 19px Manrope,sans-serif;letter-spacing:-.4px;margin:0 0 8px}.auth-card>p:not(.eyebrow){font-size:12px;line-height:1.6;color:var(--muted);margin:0 0 20px}.auth-card form{display:grid;gap:14px}.auth-card label{display:grid;gap:7px;font-size:11px;font-weight:650}.auth-card input{padding:12px;border:1px solid #d9e4d4;border-radius:7px;font-size:14px}.auth-submit{background:var(--forest);border:0;color:#fff;border-radius:7px;padding:12px;font-size:11px;font-weight:650}.auth-error{min-height:16px!important;color:#b24c43!important;margin:0!important;font-size:11px!important}
.users-card{margin-top:20px}.user-form{display:grid;grid-template-columns:1.25fr 1.15fr .9fr auto;gap:10px;padding:18px 23px;border-bottom:1px solid var(--line);align-items:end}.user-form label{display:grid;gap:6px;color:#657464;font-size:10px;font-weight:650}.user-form input,.user-form select{padding:10px;font-size:11px}.user-form .auth-error{grid-column:1/-1}.users-list{display:grid}.user-row{padding:13px 23px;display:grid;grid-template-columns:1fr 110px 70px;gap:12px;align-items:center;border-bottom:1px solid #edf1eb;font-size:11px}.user-row:last-child{border-bottom:0}.user-row span{font-size:9px;font-weight:700;letter-spacing:.5px;color:#4d764e}.user-row small{font-size:10px;color:#72886c}@media(max-width:760px){.user-form{grid-template-columns:1fr;padding:17px}.user-row{padding:13px 17px;grid-template-columns:1fr auto}.user-row small{grid-column:1/-1}.users-card{margin-top:16px}}
.modules-card{margin-top:20px}.module-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:#edf1eb}.module-grid a{background:#fff;padding:19px;text-decoration:none;color:inherit}.module-grid a:hover{background:#f7faf4}.module-grid strong{display:block;font:650 13px Manrope,sans-serif}.module-grid span{display:inline-block;margin-top:8px;background:#edf4e7;color:#587b48;border-radius:4px;padding:4px 6px;font-size:8px;font-weight:700;letter-spacing:.4px}.module-grid p{margin:10px 0 0;color:#7a8779;font-size:10px;line-height:1.5}@media(max-width:760px){.module-grid{grid-template-columns:repeat(2,1fr)}.module-grid a{padding:16px}}
