@import url('https://fonts.googleapis.com/css2?family=Fraunces:ital,opsz,wght@0,9..144,400;0,9..144,500;0,9..144,600;1,9..144,400;1,9..144,500&family=Public+Sans:wght@400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@400;600;700;800&display=swap');
:root{--navy:#172238;--ink:#202c42;--muted:#727b8b;--line:#e4e8ed;--lime:#ccff64;--bg:#f5f7fa}*{box-sizing:border-box}body{margin:0;background:var(--bg);color:var(--ink);font:16px 'DM Sans',sans-serif}button,input,select,textarea{font:inherit}button,a{cursor:pointer;color:inherit}a{text-decoration:none}button{border:0;background:none}button:focus-visible,a:focus-visible{outline:3px solid #7da923;outline-offset:4px}h1,h2,h3,p{margin:0}h1,h2,h3,.brand{font-family:Manrope,sans-serif}h1{font-size:32px;letter-spacing:-1.2px;font-weight:800}h2{font-size:20px;letter-spacing:-.5px}h3{font-size:18px;line-height:1.5;letter-spacing:-.4px}.muted{color:var(--muted)}.small{font-size:14px}.eyebrow{font-size:12px;letter-spacing:1.7px;text-transform:uppercase;font-weight:700}.sidebar{width:232px;background:var(--navy);color:#b4becf;position:fixed;inset:0 auto 0 0;padding:32px 20px;display:flex;flex-direction:column;z-index:20}.brand{display:flex;align-items:center;gap:9px;color:white;font-size:23px;font-weight:800;letter-spacing:-1px}.brand img{width:33px}.space-label{margin:45px 14px 15px;font-size:11px;letter-spacing:2px;color:#8997ac}.nav{display:flex;flex-direction:column;gap:7px}.nav a{display:flex;gap:13px;align-items:center;padding:14px;border-radius:9px;font-size:14px;font-weight:500}.nav a:hover{background:#253149}.nav a.active{background:var(--lime);color:var(--navy)}.icon{width:20px;height:20px;flex-shrink:0}.nav .count{margin-left:auto;font-size:12px;background:#ffffff13;border:1px solid #ffffff18;border-radius:5px;padding:1px 6px}.side-bottom{margin-top:auto}.journey{padding:19px 15px;background:#243048;border:1px solid #344157;border-radius:12px;margin-bottom:24px;font-size:13px;line-height:1.7}.journey strong{display:block;color:white;font-size:14px;margin-bottom:6px}.journey .bar{background:#435069;margin:13px 0 7px}.bar{height:5px;border-radius:10px;background:#edf0f4;overflow:hidden}.bar span{display:block;height:100%;background:var(--lime);border-radius:10px}.side-profile{display:flex;gap:11px;align-items:center;border-top:1px solid #354054;padding:22px 4px 0;font-size:14px;color:white}.avatar{width:38px;height:38px;display:grid;place-items:center;border-radius:50%;background:#dbe6f5;color:#314663;font-weight:700}.side-profile small{color:#9eaac0;font-size:12px}.main{margin-left:232px}.topbar{height:83px;background:white;border-bottom:1px solid var(--line);padding:0 40px;display:flex;align-items:center;justify-content:space-between;font-size:14px}.crumb,.top-actions{display:flex;gap:18px;align-items:center}.demo{font-size:12px;border:1px solid var(--line);padding:5px 9px;border-radius:5px;color:var(--muted)}.content{max-width:1550px;margin:auto;padding:35px 40px 44px}.page-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:29px;gap:16px}.page-head p{color:var(--muted);margin-top:9px;font-size:14px}.btn{display:inline-flex;justify-content:center;align-items:center;gap:9px;padding:12px 17px;border-radius:7px;background:var(--navy);color:white;font-size:14px;font-weight:600;white-space:nowrap}.btn:hover{filter:brightness(1.15)}.btn.lime{background:var(--lime);color:var(--navy)}.btn.white{background:white;border:1px solid var(--line);color:var(--ink)}.text-btn{font-size:14px;font-weight:600;display:inline-flex;align-items:center;gap:8px}.stats{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin-bottom:27px}.stat{padding:22px 23px;background:white;border:1px solid var(--line);border-radius:11px}.stat-top{display:flex;justify-content:space-between;font-size:14px;color:var(--muted)}.stat-top .icon{color:#93a0b0;width:19px}.stat-value{font-family:Manrope;font-weight:800;font-size:31px;margin:11px 0 7px;letter-spacing:-1px}.stat-note{font-size:12px;color:var(--muted)}.green{color:#448555}.dashboard-grid{display:grid;grid-template-columns:minmax(0,1fr) 300px;gap:25px}.hero{border-radius:13px;background:var(--navy);color:white;padding:30px 32px;display:flex;position:relative;overflow:hidden;min-height:230px;align-items:center;margin-bottom:29px}.hero h2{font-size:28px;letter-spacing:-1px;max-width:330px;line-height:1.35;margin:11px 0}.hero p{font-size:14px;line-height:1.7;color:#b6c0d3;max-width:310px;margin-bottom:19px}.hero .eyebrow{color:var(--lime);font-size:11px}.hero-art{margin-left:auto;width:150px;height:150px;display:grid;place-items:center;border:1px solid #657d6655;border-radius:50%;flex-shrink:0;box-shadow:0 0 0 22px #ffffff03,0 0 0 44px #ffffff03,0 0 0 66px #ffffff03}.hero-score{height:120px;width:120px;border-radius:50%;border:8px solid var(--lime);border-left-color:#455c40;display:grid;place-items:center;transform:rotate(-15deg)}.hero-score div{transform:rotate(15deg);text-align:center}.hero-score b{font-family:Manrope;font-size:34px;letter-spacing:-1px}.hero-score small{display:block;font-size:11px;color:#c3d0be}.section-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin:0 0 18px}.section-head .muted{font-size:13px}.grant-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.grant-card{padding:23px;background:white;border:1px solid var(--line);border-radius:11px;transition:transform .2s,box-shadow .2s;display:flex;flex-direction:column;gap:15px}.grant-card:hover{transform:translateY(-3px);box-shadow:0 8px 24px #17223809}.card-top{display:flex;align-items:center;gap:11px}.org-icon{height:42px;width:42px;border-radius:9px;background:#edf1ff;color:#5666b4;display:grid;place-items:center;font-size:13px;font-weight:800}.org-icon.gold{background:#fff5df;color:#ad843b}.org-icon.mint{background:#eaf4ed;color:#447459}.org{font-size:12px;line-height:1.6;color:var(--muted)}.bookmark{margin-left:auto;color:#8590a0;padding:5px}.bookmark.saved{color:#334b13;background:#e8f8d5;border-radius:5px}.pill{display:inline-flex;border-radius:5px;padding:5px 8px;font-size:12px;background:#f0f3f7;color:#66738b;font-weight:500;align-items:center;gap:5px}.pill.match{color:#458045;background:#edf6e7}.pill.amber{background:#fff3df;color:#ae7d22}.tags{display:flex;gap:6px;flex-wrap:wrap}.grant-card p{font-size:14px;line-height:1.7;color:var(--muted)}.money-row{display:flex;justify-content:space-between;align-items:end;margin-top:auto}.money-row strong{font-size:23px;letter-spacing:-.8px}.money-row small{display:block;font-size:12px;color:var(--muted);margin-bottom:4px}.card-foot{padding-top:15px;border-top:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;font-size:12px;color:var(--muted)}.panel{border:1px solid var(--line);background:white;border-radius:11px;padding:23px;margin-bottom:21px}.panel h2{font-size:17px}.deadline{display:flex;gap:12px;padding:19px 0;border-bottom:1px solid var(--line)}.deadline:last-of-type{border:0}.date-box{background:#f4f6f9;border:1px solid var(--line);border-radius:7px;text-align:center;padding:7px 10px;min-width:47px;align-self:start}.date-box small{display:block;font-size:10px;letter-spacing:1px;color:var(--muted)}.date-box strong{font-size:19px}.deadline h3{font-size:14px;letter-spacing:0;line-height:1.6}.deadline p{font-size:12px;color:var(--muted);margin:3px 0 7px}.deadline .pill{padding:3px 6px;font-size:11px}.mentor-mini{display:flex;gap:12px;align-items:center;margin:21px 0 14px}.mentor-mini .avatar{width:45px;height:45px;background:#e8ded1;color:#856544}.mentor-mini strong{font-size:14px}.mentor-mini p{font-size:12px;margin-top:4px;color:var(--muted)}.panel>p{font-size:14px;line-height:1.7;color:var(--muted)}.full{width:100%}.activity{margin-top:28px;background:white;border:1px solid var(--line);border-radius:11px;padding:23px}.activity-row{display:flex;gap:12px;align-items:center;margin-top:17px;font-size:14px}.activity-row .icon{color:#65825a}.activity-row time{margin-left:auto;color:var(--muted);font-size:12px}.filters{display:flex;gap:12px;margin-bottom:24px;flex-wrap:wrap}.search{position:relative;flex:1;min-width:220px}.search .icon{position:absolute;left:15px;top:13px;color:var(--muted)}input,select,textarea{border:1px solid #dce2e9;background:white;border-radius:7px;padding:12px 14px;color:var(--ink);font-size:14px}input{width:100%;padding-left:44px}textarea{width:100%;resize:vertical;min-height:145px;line-height:1.7}select{min-width:155px}.discovery-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.tab-row{display:flex;gap:26px;border-bottom:1px solid var(--line);margin:0 0 25px}.tab{padding:0 0 15px;color:var(--muted);font-size:14px}.tab.active{color:var(--ink);border-bottom:2px solid var(--ink);font-weight:700}.tab span{font-size:11px;background:#e9edf2;border-radius:4px;padding:3px 6px;margin-left:5px}.mentor-banner{background:#e8efde;border:1px solid #dce5cd;border-radius:12px;padding:25px 30px;display:flex;justify-content:space-between;align-items:center;margin-bottom:27px;gap:15px}.mentor-banner h2{font-size:24px;margin:8px 0}.mentor-banner p{color:#6b7761;font-size:14px}.mentor-card{background:white;border:1px solid var(--line);border-radius:12px;overflow:hidden}.mentor-cover{height:85px;background:#e2e8e1;display:flex;justify-content:end;padding:16px}.mentor-cover.blue{background:#dfe7f1}.mentor-cover.sand{background:#eee4d7}.mentor-body{padding:0 23px 23px}.mentor-avatar{height:74px;width:74px;background:#465c48;color:white;border:5px solid white;border-radius:50%;margin-top:-36px;position:relative;display:grid;place-items:center;font-size:24px;font-family:Manrope;font-weight:600}.mentor-avatar.blue{background:#506887}.mentor-avatar.sand{background:#8b7054}.mentor-card h3{margin-top:13px}.mentor-card .role{font-size:14px;color:var(--muted);margin:4px 0 17px}.mentor-card p{font-size:14px;color:var(--muted);line-height:1.8;min-height:76px;margin:16px 0}.mentor-proof{display:flex;justify-content:space-between;padding:16px 0;border-top:1px solid var(--line);font-size:12px}.mentor-proof b{color:#9a762b}.app-layout{display:grid;grid-template-columns:290px minmax(0,1fr);gap:25px}.app-item{background:white;border:1px solid var(--line);border-radius:9px;padding:20px;margin-bottom:13px;text-align:left;width:100%}.app-item.selected{border:1px solid #6f834f;box-shadow:0 0 0 2px #e1edcf}.app-item h3{font-size:16px;margin:10px 0}.app-item p{color:var(--muted);font-size:12px}.app-item .bar{margin:18px 0 8px}.app-item .bar span{background:#88a25d}.editor{background:white;border:1px solid var(--line);border-radius:11px;padding:28px}.editor-head{display:flex;justify-content:space-between;align-items:start;margin-bottom:22px;gap:16px}.editor-head h2{font-size:22px;margin:9px 0}.editor-head p{font-size:14px;color:var(--muted)}.editor .tab-row{margin-top:27px}.field{margin-bottom:23px}.field label{display:flex;justify-content:space-between;font-size:14px;font-weight:600;margin-bottom:10px}.field label small{font-weight:400;color:var(--muted)}.editor-tip{background:#f2f6ec;border:1px solid #e4ecd9;padding:15px 18px;border-radius:8px;font-size:14px;line-height:1.7;color:#63734f;margin-bottom:23px}.editor-footer{display:flex;justify-content:space-between;align-items:center;font-size:12px;color:var(--muted)}.checklist{display:flex;align-items:center;gap:13px;padding:20px 0;border-bottom:1px solid var(--line);font-size:14px}.checklist input{width:19px;height:19px;accent-color:#6b873f}.empty{text-align:center;padding:60px 20px;grid-column:1/-1;color:var(--muted)}dialog{border:0;border-radius:16px;padding:30px;max-width:540px;width:calc(100% - 32px);color:var(--ink);box-shadow:0 30px 100px #0003}dialog::backdrop{background:#17223888;backdrop-filter:blur(4px)}dialog h2{margin:14px 0}dialog p{line-height:1.8;color:var(--muted);font-size:14px;margin:14px 0}dialog .close{float:right;font-size:24px}dialog .btn{margin-top:15px}#toast{position:fixed;bottom:26px;left:50%;transform:translateX(-50%) translateY(120px);background:var(--navy);color:white;padding:15px 22px;border-radius:10px;box-shadow:0 7px 30px #0002;z-index:100;transition:.25s;font-size:14px}#toast.show{transform:translateX(-50%) translateY(0)}.mobile-logo{display:none}footer{margin-top:27px;color:#929aa7;font-size:12px;display:flex;justify-content:space-between}
@media(min-width:1450px){.content{padding:40px 55px}.dashboard-grid{grid-template-columns:minmax(0,1fr) 330px}.hero{padding:35px 40px}.hero h2{max-width:410px;font-size:32px}.hero-art{margin-right:25px}}@media(max-width:1150px){.sidebar{width:200px;padding:28px 15px}.main{margin-left:200px}.content{padding:28px}.topbar{padding:0 28px}.dashboard-grid{grid-template-columns:minmax(0,1fr) 260px;gap:18px}.hero-art{width:110px;height:110px}.hero-score{width:100px;height:100px}.hero{padding:25px}.hero h2{font-size:23px}.hero p{max-width:240px}.grant-grid.discovery-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.stat{padding:18px}.stat-top{font-size:12px}.app-layout{grid-template-columns:240px 1fr}.grant-grid{gap:13px}.grant-card{padding:18px}.money-row strong{font-size:20px}.brand{font-size:21px}}@media(max-width:950px){.sidebar{width:80px;padding:25px 15px}.brand span,.space-label,.nav a span,.side-bottom{display:none}.nav{margin-top:45px}.nav a{justify-content:center}.main{margin-left:80px}.dashboard-grid{grid-template-columns:1fr}.dashboard-aside{display:grid;grid-template-columns:1fr 1fr;gap:18px}.hero-art{margin-right:30px}.hero h2{font-size:28px;max-width:400px}.hero p{max-width:400px}.app-layout{grid-template-columns:220px 1fr}.content{padding:25px}.stats{gap:12px}}@media(max-width:650px){.sidebar{inset:auto 0 0;width:100%;height:73px;padding:6px 8px;border-top:1px solid #354157}.sidebar>.brand{display:none}.nav{margin:0;flex-direction:row;justify-content:space-around;gap:4px}.nav a{padding:8px 5px;flex:1;flex-direction:column;gap:5px;font-size:10px;border-radius:7px}.nav a span{display:block}.nav a .count{display:none}.main{margin:0;padding-bottom:73px}.topbar{height:65px;padding:0 20px}.mobile-logo{display:flex;color:var(--ink);font-size:20px}.crumb{display:none}.top-actions{gap:12px}.top-actions .avatar{height:30px;width:30px;font-size:12px}.content{padding:25px 18px}.page-head{align-items:start;gap:10px}.page-head h1{font-size:27px}.page-head p{font-size:13px;line-height:1.6;max-width:230px}.page-head .btn{padding:10px 11px;font-size:12px}.page-head .btn .icon{width:16px}.stats{grid-template-columns:1fr 1fr;gap:11px}.stat{padding:17px}.stat-value{font-size:27px}.stat-note{font-size:11px}.hero{padding:23px;min-height:230px}.hero h2{font-size:24px;max-width:230px}.hero p{max-width:220px;font-size:13px}.hero-art{position:absolute;right:-59px;opacity:.4;width:130px;height:130px;margin:0;pointer-events:none}.hero>div:first-child{z-index:1}.hero .btn{position:relative}.grant-grid,.grant-grid.discovery-grid{grid-template-columns:1fr}.dashboard-aside{grid-template-columns:1fr}.section-head h2{font-size:18px}.section-head .text-btn{font-size:12px}.activity-row{font-size:12px}.activity-row time{font-size:10px;white-space:nowrap}.mentor-banner{padding:23px}.mentor-banner h2{font-size:23px}.mentor-banner>.eyebrow{display:none}.filters{gap:9px}.filters select{flex:1;min-width:120px}.search{flex-basis:100%}.app-layout{grid-template-columns:1fr}.app-list{display:flex;gap:10px;overflow:auto}.app-item{min-width:240px}.editor{padding:20px}.editor-head{flex-wrap:wrap}.editor-footer{gap:10px}.editor-footer .btn{font-size:12px;padding:11px}.tab-row{gap:22px}.tab{font-size:13px}.field label{gap:8px}.field label small{font-size:11px}.demo{font-size:10px}footer{font-size:10px;gap:10px}.mentor-card p{min-height:0}#toast{bottom:90px;width:90%;text-align:center}}
/* Open, continuous workspace surfaces */
:root{--bg:#fff;--line:#e9edf0}.topbar{border-bottom:0;background:#fff}.content{padding-top:28px}.page-head{margin-bottom:42px}.page-head h1{font-size:36px;font-weight:600;letter-spacing:-1.5px}.page-head p{font-size:15px}.sidebar{background:#142236}.journey{background:transparent;border:0;border-top:1px solid #354054;border-radius:0;padding:24px 10px 0}.stats{gap:0;border-bottom:1px solid var(--line);padding-bottom:25px;margin-bottom:34px}.stat{border:0;border-radius:0;background:transparent;padding:6px 28px}.stat:first-child{padding-left:0}.stat+.stat{border-left:1px solid var(--line)}.stat-value{font-size:36px;font-weight:500;margin:15px 0 8px}.dashboard-grid{gap:40px}.dashboard-aside{border-left:1px solid var(--line);padding-left:30px}.hero{border-radius:0;background:#edf3e7;color:var(--ink);margin-bottom:38px;padding:34px 32px;min-height:240px}.hero h2{font-weight:500;font-size:31px;line-height:1.3}.hero p{color:#66735d}.hero .eyebrow{color:#687d4e}.hero-art{border-color:#9cae8c55;box-shadow:0 0 0 22px #859c5b06,0 0 0 44px #859c5b05,0 0 0 66px #859c5b04}.hero-score{border-color:#8aa45b;border-left-color:#d7e1cc}.hero-score small{color:#63764e}.hero .btn.lime{background:var(--navy);color:white}.section-head{margin-bottom:24px}.section-head h2{font-weight:600}.grant-grid{gap:0 32px}.grant-card{border:0;border-radius:0;padding:24px 0 28px;background:transparent;box-shadow:none;gap:16px;border-top:1px solid var(--line);transition:background .2s}.grant-card:hover{transform:none;box-shadow:none;background:#fafcf8}.grant-card h3{font-size:21px;font-weight:600;letter-spacing:-.6px}.grant-card p{font-size:15px;line-height:1.8}.card-foot{border:0;padding-top:3px}.money-row strong{font-size:26px;font-weight:500}.org-icon{background:transparent!important;border:1px solid currentColor;border-radius:50%;width:39px;height:39px;font-size:11px;opacity:.8}.org{font-size:13px}.pill{background:transparent;padding:0;border-radius:0;font-size:12px;color:#7c8593}.tags{gap:13px}.tags .pill+.pill{padding-left:13px;border-left:1px solid #dce2e6}.pill.match{background:transparent;color:#527d3d}.pill.amber{background:transparent;color:#a07a31}.panel{padding:0 0 25px;border:0;border-radius:0;margin-bottom:28px;background:transparent}.panel+.panel{border-top:1px solid var(--line);padding-top:29px}.deadline{padding:21px 0}.date-box{border:0;border-radius:0;background:none;border-right:1px solid var(--line);padding:3px 14px 3px 0;min-width:42px}.date-box strong{font-size:24px;font-weight:500}.deadline h3{font-weight:500;font-size:15px}.deadline .pill{padding:0}.activity{border:0;border-top:1px solid var(--line);border-radius:0;padding:27px 0 0;margin-top:30px}.activity-row{padding:4px 0}.btn{border-radius:5px}.btn.white{background:transparent;border:0;border-bottom:1px solid #c9d0d8;border-radius:0;justify-content:space-between;padding:12px 0}.mentor-banner{border:0;border-radius:0;background:#edf3e7;padding:36px;margin-bottom:34px}.mentor-banner h2{font-size:30px;font-weight:500;letter-spacing:-1px}.mentor-card{border:0;border-radius:0;border-top:1px solid var(--line);padding:28px 0 15px;background:transparent}.mentor-cover{height:auto;padding:0;justify-content:start;background:transparent!important}.mentor-cover .pill{background:transparent!important;height:auto!important;color:#668155}.mentor-body{padding:0}.mentor-avatar{border:0;width:78px;height:78px;margin-top:23px;font-weight:400}.mentor-card h3{font-size:24px;font-weight:500;margin-top:19px}.mentor-card .role{margin:8px 0 20px}.mentor-card p{font-size:15px;margin:23px 0;line-height:1.8}.mentor-proof{border:0;padding:12px 0 22px}.app-layout{gap:40px}.app-list{border-right:1px solid var(--line);padding-right:25px}.app-item{border:0;border-radius:0;border-bottom:1px solid var(--line);padding:22px 14px 24px;margin:0}.app-item.selected{border:0;border-left:3px solid #809b52;border-bottom:1px solid var(--line);box-shadow:none;background:#f4f7ef;padding-left:17px}.app-item h3{font-size:17px;font-weight:600}.editor{border:0;border-radius:0;padding:5px 0 25px}.editor-head h2{font-size:28px;font-weight:500}.editor-tip{border:0;border-left:2px solid #a6ba88;border-radius:0;background:#f7f9f3;padding:15px 20px}.field{margin-bottom:30px}textarea{border-radius:0;background:#fafbfc;border-color:transparent;border-bottom-color:#d5dce4;padding:18px;min-height:170px;font-size:15px}textarea:focus{outline:1px solid #9aab83;background:#fff}.filters input,.filters select{border-radius:0;border:0;border-bottom:1px solid #cdd5de;background:#fafbfc}.tab-row{gap:32px}.tab{padding-bottom:16px}.tab span{background:none;padding:0;color:#84918a;margin-left:7px}.demo{border:0;color:#98a0ab}.bookmark.saved{border-radius:50%;background:#eff5e7}.stat-note{line-height:1.6}.editor-footer{border-top:1px solid var(--line);padding-top:22px}
@media(min-width:1450px){.content{padding-left:55px;padding-right:55px}.hero{padding:40px}.hero h2{font-size:36px}}@media(max-width:1150px){.dashboard-grid{gap:25px}.dashboard-aside{padding-left:22px}.stat{padding:6px 20px}.hero h2{font-size:27px}.grant-card h3{font-size:19px}.grant-grid{column-gap:25px}.app-layout{gap:25px}.app-list{padding-right:18px}}@media(max-width:950px){.dashboard-aside{border-left:0;padding-left:0;gap:30px;border-top:1px solid var(--line);padding-top:28px}.panel+.panel{border-top:0;padding-top:0}.hero h2{font-size:31px}.stat-value{font-size:31px}}@media(max-width:650px){.page-head{margin-bottom:30px}.page-head h1{font-size:28px}.page-head p{font-size:14px}.stats{row-gap:25px;padding-bottom:26px;margin-bottom:28px}.stat{padding:0 14px}.stat:nth-child(3){padding-left:0;border-left:0}.stat-value{font-size:32px}.hero{padding:28px 23px;min-height:240px}.hero h2{font-size:27px}.grant-card{padding:25px 0}.grant-card h3{font-size:22px}.grant-grid{gap:0}.dashboard-aside{gap:0}.panel+.panel{border-top:1px solid var(--line);padding-top:28px}.mentor-banner{padding:27px 23px}.mentor-banner h2{font-size:27px}.mentor-card{padding:28px 0}.mentor-card p{min-height:0}.mentor-body{padding-bottom:12px}.app-list{padding:0 0 15px;border:0}.app-item{min-width:245px}.editor-head h2{font-size:25px}.app-layout{gap:26px}.activity{padding-top:25px}.content{padding-left:20px;padding-right:20px}.sidebar .nav a{border-radius:4px}.filters input,.filters select{padding-top:14px;padding-bottom:14px}.topbar{padding:0 20px}}
@media(prefers-reduced-motion:reduce){*{transition:none!important;scroll-behavior:auto!important}}
/* GrandPilot editorial identity */

:root{--navy:#242938;--ink:#242938;--muted:#777983;--line:#e6e5e2;--lime:#f6de6a;--bg:#fff}body{font-family:'Public Sans',Arial,sans-serif}.site-header{height:104px;max-width:1440px;margin:auto;padding:0 56px;display:flex;align-items:center;gap:55px;border-bottom:1px solid var(--line)}.site-header .brand{color:var(--ink);font-family:'Fraunces',Georgia,serif;font-size:32px;letter-spacing:-1.6px;font-weight:500;white-space:nowrap;gap:7px}.brand-period{color:#bd4829}.site-header .brand img{width:29px;height:29px}.site-header .nav{flex-direction:row;gap:32px;align-self:stretch;align-items:center;margin:0;flex:1;justify-content:center}.site-header .nav a{font-size:14px;font-weight:400;border-radius:0;position:relative;padding:12px 0;color:#72747c;background:none;white-space:nowrap}.site-header .nav a.active{font-weight:600;color:var(--ink);background:none}.site-header .nav a.active:after{content:'';position:absolute;bottom:2px;left:0;right:0;height:2px;background:#bd4829}.site-header .nav a:hover{color:#bd4829;background:none}.header-account{display:flex;align-items:center;gap:22px}.avatar{background:#f0e8d6;color:#625c4a;font-size:12px;font-weight:500}.header-account button{padding:6px}.main{margin:0;max-width:1440px;margin:auto}.workspace-strip{display:flex;justify-content:space-between;margin:26px 56px 0;color:var(--muted);font-size:12px}.workspace-strip .demo{padding:0;font-size:12px}.content{padding:33px 56px 48px;max-width:none}.page-head{margin-bottom:40px;align-items:end}.page-head h1{font-family:'Fraunces',Georgia,serif;font-weight:400;font-size:47px;line-height:1.14;letter-spacing:-1.8px;max-width:830px}.page-head p{font-size:15px;line-height:1.7;margin-top:15px;color:#787981}.btn{border-radius:3px;font-size:13px;font-weight:500;padding:14px 19px;letter-spacing:0}.btn:hover{filter:none;background:#3a4255}.btn.white:hover{color:#bd4829;background:transparent}.btn.lime:hover{background:#e9cf55}.stats{padding:6px 0 30px;margin-bottom:36px}.stat{padding:0 32px}.stat-top{font-size:12px;color:#666c74}.stat-top .icon{width:16px;height:16px;color:#999da3}.stat-value{font-family:'Fraunces',Georgia,serif;font-size:43px;font-weight:400;letter-spacing:-1.6px}.stat-note{font-size:11px}.dashboard-grid{grid-template-columns:minmax(0,1fr) 280px;gap:48px}.dashboard-aside{padding-left:28px}.hero{background:#f6f3eb;border-radius:2px;padding:38px 38px 34px;min-height:300px;margin-bottom:37px;align-items:center;gap:25px}.hero h2{font-family:'Fraunces',Georgia,serif;font-size:45px;line-height:1.09;font-weight:400;letter-spacing:-1.9px;max-width:410px;margin:18px 0}.hero h2 em{font-weight:400;color:#a8482e}.hero .eyebrow{color:#827a66;font-size:9px;letter-spacing:1.6px}.hero p{max-width:340px;color:#757368;font-size:14px;line-height:1.8}.hero .btn.lime{background:transparent;border:0;border-bottom:1px solid #8a8170;border-radius:0;color:var(--ink);padding:4px 0 9px;margin-top:4px}.hero-note{margin-left:auto;border-left:1px solid #dcd6c8;padding-left:28px;min-width:155px;align-self:center}.hero-note .eyebrow{font-size:8px;line-height:1.8;display:block;max-width:110px}.hero-note strong{font-family:'Fraunces',Georgia,serif;display:block;font-size:86px;line-height:1.2;font-weight:400;letter-spacing:-4px;color:#8b8b65}.hero-note p{font-size:11px;line-height:1.8;margin:0;max-width:145px}.section-head h2,.panel h2,.activity h2{font-family:'Fraunces',Georgia,serif;font-size:25px;font-weight:400;letter-spacing:-.7px}.panel h2{font-size:23px;line-height:1.2}.text-btn{font-size:12px;font-weight:500}.grant-card h3{font-family:'Fraunces',Georgia,serif;font-size:27px;font-weight:400;line-height:1.2;letter-spacing:-.7px}.grant-card{gap:17px;padding:24px 0 30px}.grant-card:hover{background:transparent}.grant-card p{font-size:14px;line-height:1.8}.grant-grid{column-gap:36px}.org-icon{border:0!important;background:#f1f0eb!important;color:#777861;border-radius:50%;font-family:'Fraunces',Georgia,serif;font-weight:500;font-size:14px;opacity:1}.org-icon.gold{background:#f9eee1!important;color:#9c7442}.org-icon.mint{background:#edf0e8!important;color:#6f8054}.org{font-size:11px;line-height:1.7}.pill{font-size:11px}.money-row strong{font-family:'Fraunces',Georgia,serif;font-weight:400;font-size:29px}.money-row small{font-size:10px}.card-foot>span{font-size:11px}.deadline h3{font-size:13px;font-family:'Public Sans',sans-serif;line-height:1.6}.deadline p{font-size:11px}.date-box strong{font-family:'Fraunces',Georgia,serif;font-size:27px}.date-box small{font-size:9px}.mentor-mini .avatar{background:#e4ded0;color:#756652;font-family:'Fraunces',Georgia,serif;font-size:20px;font-weight:400}.mentor-mini strong{font-weight:500}.panel>p{font-size:13px;line-height:1.8}.activity-row{font-size:13px}.activity-row .icon{width:16px}.mentor-banner{background:#f6f3eb;padding:40px 38px;min-height:185px;align-items:center}.mentor-banner h2{font-family:'Fraunces',Georgia,serif;font-size:37px;font-weight:400;letter-spacing:-1px;max-width:650px;line-height:1.2;margin:14px 0}.mentor-banner p{font-size:14px;line-height:1.8;color:#757368;max-width:650px}.mentor-banner .eyebrow{color:#827a66!important;font-size:9px!important;line-height:1.8}.mentor-banner>.eyebrow{font-family:'Fraunces',Georgia,serif;text-transform:none;letter-spacing:0;font-style:italic;font-size:22px!important;line-height:1.1;color:#a8482e!important;border-left:1px solid #dcd6c8;padding-left:35px;min-width:180px}.mentor-card h3{font-family:'Fraunces',Georgia,serif;font-size:31px;letter-spacing:-.8px;font-weight:400}.mentor-avatar{font-family:'Fraunces',Georgia,serif;font-size:30px;border-radius:50%;background:#737c66;width:86px;height:86px}.mentor-avatar.blue{background:#738294}.mentor-avatar.sand{background:#a58c70}.mentor-card .role{font-size:13px;line-height:1.7}.mentor-card p{font-size:15px}.mentor-proof{font-size:11px}.mentor-cover .pill{font-size:11px}.filters{gap:24px;margin-top:8px;margin-bottom:31px}.filters input,.filters select{background:transparent;font-size:13px;border-bottom:1px solid #c9cbd0}.search .icon{left:0}.filters input{padding-left:30px}.filters select{padding-left:0}.tab{font-size:13px}.tab-row{gap:30px}.tab.active{font-weight:500;border-color:#a8482e}.app-item h3{font-family:'Fraunces',Georgia,serif;font-size:22px;font-weight:400}.app-item.selected{border-left-color:#a8482e;background:#f8f5ee}.app-item .bar span{background:#b6a77f}.editor-head h2{font-family:'Fraunces',Georgia,serif;font-size:34px;letter-spacing:-.9px;font-weight:400}.editor-tip{background:#f8f5ee;border-color:#b6a77f;color:#817557;font-size:13px}.editor-tip strong{font-weight:600}.editor h3{font-family:'Fraunces',Georgia,serif;font-size:26px;font-weight:400}.field label{font-size:13px;font-weight:500}textarea{background:#fcfbf8;font-size:15px;line-height:1.9;min-height:180px}.checklist{font-size:14px}.checklist input{accent-color:#a8482e}footer{border-top:1px solid var(--line);padding-top:26px;margin-top:42px;align-items:center;font-size:10px;color:#97948c}.footer-brand{font-family:'Fraunces',Georgia,serif;color:#6a6b70;font-size:23px;letter-spacing:-.8px}dialog h2{font-family:'Fraunces',Georgia,serif;font-size:32px;font-weight:400;letter-spacing:-1px}dialog{border-radius:4px}dialog .btn:hover{background:#3a4255}
@media(min-width:1450px){.content{padding-left:56px;padding-right:56px}.hero{padding:40px}.hero h2{font-size:48px}}
@media(max-width:1150px){.site-header{padding:0 35px;gap:30px}.site-header .nav{gap:22px}.site-header .brand{font-size:29px}.header-account{gap:13px}.content{padding-left:35px;padding-right:35px}.workspace-strip{margin-left:35px;margin-right:35px}.page-head h1{font-size:42px}.dashboard-grid{gap:30px;grid-template-columns:minmax(0,1fr) 255px}.hero{padding:29px;gap:16px}.hero h2{font-size:39px}.hero-note{padding-left:20px;min-width:125px}.hero-note strong{font-size:69px}.hero-note p{font-size:10px}.dashboard-aside{padding-left:22px}.grant-card h3{font-size:24px}.stat{padding:0 22px}}
@media(max-width:950px){.site-header{gap:18px;padding:0 25px;height:90px}.site-header .nav{gap:17px}.site-header .nav a{font-size:12px}.site-header .brand{font-size:26px}.site-header .brand img{width:24px}.site-header .brand span{display:inline}.header-account button{display:none}.header-account .avatar{width:31px;height:31px}.content{padding:29px 30px 40px}.workspace-strip{margin-left:30px;margin-right:30px}.dashboard-grid{grid-template-columns:1fr}.dashboard-aside{padding-left:0;padding-top:30px}.hero{padding:38px;min-height:290px}.hero h2{font-size:46px;max-width:450px}.hero p{max-width:400px}.hero-note{padding-left:35px;min-width:170px}.hero-note strong{font-size:84px}.hero-note p{font-size:12px}.mentor-banner h2{font-size:33px}.mentor-banner>.eyebrow{min-width:130px;padding-left:22px;font-size:19px!important}.page-head h1{font-size:40px}}
@media(max-width:650px){.site-header{height:auto;min-height:114px;padding:19px 22px 0;display:grid;grid-template-columns:1fr auto;gap:16px}.site-header .brand{font-size:30px;grid-column:1;grid-row:1}.site-header .brand span{display:inline}.site-header .brand img{width:26px;height:26px}.site-header .nav{grid-row:2;grid-column:1/3;flex-direction:row;justify-content:space-between;gap:15px;overflow-x:auto;align-items:center}.site-header .nav a{font-size:11px;display:block;flex:none;padding:0 0 14px;line-height:1.6}.site-header .nav a.active:after{bottom:0}.header-account{grid-row:1;grid-column:2;justify-self:end}.header-account .avatar{width:33px;height:33px}.main{margin:0;padding-bottom:0}.workspace-strip{margin:20px 23px 0;font-size:10px}.workspace-strip .demo{font-size:10px}.content{padding:25px 23px 30px}.page-head{display:block;margin-bottom:29px}.page-head h1{font-size:38px;line-height:1.1;letter-spacing:-1.3px;max-width:350px}.page-head p{font-size:14px;line-height:1.7;max-width:350px;margin-top:14px}.page-head>.btn{margin-top:18px;padding:12px 16px;font-size:12px}.stats{row-gap:25px;margin-bottom:28px}.stat-value{font-size:37px;margin-top:12px}.stat{padding-left:18px}.stat-top{font-size:11px}.stat-note{font-size:10px;line-height:1.6}.hero{padding:29px 25px;display:block;min-height:0;margin-bottom:30px}.hero h2{font-size:41px;max-width:none;margin:18px 0}.hero p{font-size:14px;max-width:none}.hero .eyebrow{font-size:8px;letter-spacing:1.2px;line-height:1.8}.hero-note{display:none}.hero .btn.lime{font-size:13px;margin-top:0}.section-head h2{font-size:25px;line-height:1.2}.section-head .text-btn{font-size:11px;white-space:nowrap}.section-head .text-btn .icon{width:15px}.grant-card h3{font-size:29px}.grant-card p{font-size:14px}.grant-card{padding:25px 0;gap:18px}.org{font-size:12px}.card-foot .text-btn{font-size:12px}.dashboard-aside{padding-top:30px}.panel h2{font-size:25px}.deadline h3{font-size:14px}.deadline p{font-size:12px}.panel>p{font-size:14px}.activity-row{font-size:12px}.activity-row time{font-size:10px}.mentor-banner{padding:27px 25px;min-height:0}.mentor-banner h2{font-size:34px;letter-spacing:-1.1px;margin:14px 0}.mentor-banner p{font-size:14px}.mentor-banner>.eyebrow{display:none}.mentor-card h3{font-size:32px}.mentor-card .role{font-size:14px}.mentor-card p{font-size:15px}.mentor-proof{font-size:12px}.app-list{padding-bottom:14px}.app-item{padding:20px 15px;min-width:240px}.app-item h3{font-size:22px}.editor-head h2{font-size:31px}.editor{padding:4px 0 20px}.filters{gap:16px}.filters input,.filters select{font-size:13px}.field label{font-size:13px}.editor-tip{font-size:13px}footer{gap:14px;display:grid;grid-template-columns:1fr auto;margin-top:27px;line-height:1.8}.footer-brand{font-size:24px}footer>span:nth-child(2){grid-row:2;grid-column:1/3;font-size:10px}footer>span:last-child{grid-row:1;grid-column:2}#toast{bottom:20px}}

/* Live application states added without changing the supplied editorial system. */
.center-state{min-height:100vh;display:grid;place-content:center;text-align:center;gap:18px;padding:32px;background:#f6f3eb}.center-state img{width:48px;margin:auto}.center-state h1,.onboarding h1{font:400 46px/1.12 'Fraunces',Georgia,serif;letter-spacing:-1.5px}.center-state p{max-width:560px;color:var(--muted);line-height:1.8}.center-state .btn{margin:auto}.onboarding{min-height:100vh;background:#f6f3eb;padding:42px}.onboarding>.brand{color:var(--ink);font:500 30px 'Fraunces',Georgia,serif;margin:0 auto 32px;max-width:930px}.onboarding-card{max-width:930px;margin:auto;background:#fff;padding:48px;box-shadow:0 20px 80px #2429380c;position:relative}.onboarding-card>.close{position:absolute;right:26px;top:20px;font-size:27px}.onboarding-card>p{color:var(--muted);line-height:1.8;max-width:720px;margin:15px 0 30px}.progress{height:3px;background:#ece8df;margin:13px 0 30px}.progress span{display:block;height:100%;background:#a8482e;transition:width .2s}.progress .half{width:50%}.progress .full{width:100%}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:0 24px}.onboarding .field input,.onboarding .field select{width:100%;border-radius:0;background:#fcfbf8}.onboarding .field input{padding-left:14px}.field-error{display:block;color:#a23c27;font-size:12px;margin-top:7px}.form-actions{display:flex;justify-content:flex-end;gap:12px;border-top:1px solid var(--line);padding-top:25px;margin-top:10px}.error-notice{display:flex;gap:8px 18px;align-items:center;flex-wrap:wrap;border-left:3px solid #a8482e;background:#fbf2ee;padding:14px 18px;margin-bottom:24px;color:#733523;font-size:13px}.source-link{font-size:11px;text-decoration:underline;text-underline-offset:4px;color:#58657a}.criterion{border-left:3px solid #c7b77e;padding:12px 16px;margin:15px 0;background:#fbfaf6}.criterion.not_met{border-color:#a8482e;background:#fbf2ee}.criterion.met{border-color:#6f8b57;background:#f4f8f0}.criterion>span{float:right;font-size:11px;text-transform:uppercase;letter-spacing:1px}.criterion blockquote{margin:10px 0 0;border-left:1px solid #cfd2d5;padding-left:12px;color:#676a72;font-size:12px}.review-copy{white-space:pre-wrap;line-height:1.8;color:var(--muted)}.review-note{margin-top:20px}.consent{display:flex;gap:9px;align-items:flex-start;margin:17px 0;font-size:13px}.consent input{width:auto}.mentor-card[hidden]{display:none}button:disabled{cursor:wait;opacity:.6}dialog select{width:100%;margin:8px 0 18px}dialog ul{padding-left:22px;color:var(--muted);font-size:13px;line-height:1.8}
@media(max-width:650px){.onboarding{padding:22px}.onboarding-card{padding:31px 23px}.onboarding-card h1,.center-state h1{font-size:36px}.form-grid{grid-template-columns:1fr}.form-actions{justify-content:stretch}.form-actions .btn{flex:1}.error-notice{align-items:flex-start;display:block}.error-notice span{display:block;margin-top:5px}}

.auth-actions{display:flex;gap:12px;justify-content:center}.admin-metrics{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:24px;margin-bottom:45px}.admin-panel{border-top:1px solid var(--line);padding-top:28px}.admin-table-wrap{overflow-x:auto}.admin-table{border-collapse:collapse;width:100%;font-size:13px}.admin-table th,.admin-table td{padding:15px 12px;border-bottom:1px solid var(--line);text-align:left;vertical-align:top}.admin-table th{color:var(--muted);font-size:11px;text-transform:uppercase;letter-spacing:1px}.admin-table td small{display:block;color:var(--muted);margin-top:5px;max-width:330px;overflow:hidden;text-overflow:ellipsis}.admin-table td:last-child,.admin-table th:last-child{text-align:right}.admin-more{margin-top:24px}@media(max-width:950px){.admin-metrics{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:650px){.auth-actions{flex-direction:column}.admin-metrics{gap:18px}.admin-metrics .stat{padding-left:0}}
