:root{--ink:#17251c;--muted:#718077;--paper:#f6f7f1;--card:#fff;--line:#e4e8df;--green:#165b3b;--lime:#c9f467;--soft-green:#e3f1e2;--lilac:#eee9ff;--peach:#ffead9;--blue:#e2f1f7;--shadow:0 14px 40px rgba(26,56,38,.07)}
*{box-sizing:border-box}body{margin:0;background:var(--paper);color:var(--ink);font-family:"Noto Sans KR",sans-serif;-webkit-font-smoothing:antialiased}button,input,select,textarea{font:inherit}button{color:inherit}.app-shell{display:flex;min-height:100vh}.sidebar{width:248px;background:#133a29;color:#fff;position:fixed;inset:0 auto 0 0;padding:34px 22px 22px;display:flex;flex-direction:column;z-index:20}.brand{display:flex;align-items:center;gap:10px;color:#fff;text-decoration:none;font:700 21px "DM Sans"}.brand-mark{display:grid;place-items:center;width:34px;height:34px;border-radius:11px;background:var(--lime);color:#173d2b}.nav{margin-top:48px;display:grid;gap:7px}.nav-item{border:0;background:transparent;color:#b9cec1;text-align:left;border-radius:12px;padding:13px 12px;cursor:pointer;display:flex;align-items:center;gap:12px;font-size:14px}.nav-item:hover,.nav-item.active{background:rgba(255,255,255,.1);color:#fff}.nav-icon{font-size:20px;width:21px;text-align:center}.nav-badge{margin-left:auto;background:var(--lime);color:#183c2b;border-radius:20px;padding:2px 7px;font-size:10px;font-weight:700}.sidebar-bottom{margin-top:auto}.profile-score-mini{padding:15px;border-radius:14px;background:rgba(255,255,255,.07);margin-bottom:14px}.mini-label{display:flex;justify-content:space-between;font-size:12px}.mini-label strong{color:var(--lime)}.progress{height:4px;margin:10px 0;background:rgba(255,255,255,.15);border-radius:9px;overflow:hidden}.progress span{display:block;background:var(--lime);height:100%}.profile-score-mini p{margin:0;color:#92ad9d;font-size:10px}.company-switcher{width:100%;display:flex;align-items:center;gap:10px;border:0;background:transparent;color:#fff;text-align:left;padding:8px;cursor:pointer}.company-avatar{width:36px;height:36px;border-radius:10px;background:#fff;color:var(--green);display:grid;place-items:center;font-weight:700}.company-switcher strong,.company-switcher small{display:block}.company-switcher strong{font-size:13px}.company-switcher small{font-size:10px;color:#8fab9a;margin-top:2px}.chevron{margin-left:auto}.main{margin-left:248px;width:calc(100% - 248px)}.topbar{height:84px;border-bottom:1px solid var(--line);display:flex;align-items:center;padding:0 5.5%;justify-content:space-between;background:rgba(246,247,241,.93);position:sticky;top:0;z-index:10;backdrop-filter:blur(10px)}.breadcrumb span,.breadcrumb strong{display:block}.breadcrumb span{font:600 9px "DM Sans";letter-spacing:1.3px;color:#8c978f}.breadcrumb strong{font-size:14px;margin-top:3px}.top-actions{display:flex;gap:9px}.icon-button,.help-button,.menu-button{border:1px solid var(--line);background:#fff;border-radius:10px;height:38px;cursor:pointer}.icon-button{width:38px;position:relative}.notification-dot{position:absolute;width:6px;height:6px;background:#ff765f;border-radius:50%;right:9px;top:8px}.help-button{padding:0 14px;font-size:12px}.menu-button{display:none;width:38px}.view{display:none;padding:54px 5.5% 70px;max-width:1500px;margin:auto}.view.active{display:block;animation:fade .28s ease}@keyframes fade{from{opacity:0;transform:translateY(5px)}}.hero-row{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:38px}.eyebrow{margin:0 0 9px;font:700 10px "DM Sans";letter-spacing:1.7px;color:#849087}.eyebrow.green{color:#3e845f}.hero-row h1,.page-heading h1{font-size:38px;line-height:1.28;letter-spacing:-1.8px;margin:0;font-weight:600}.hero-row h1 em{font-style:normal;color:var(--green);position:relative}.hero-row h1 em:after{content:"";position:absolute;bottom:1px;left:0;right:0;height:8px;background:var(--lime);z-index:-1;opacity:.7}.hero-copy,.page-heading>div>p:last-child{color:var(--muted);font-size:13px;margin:15px 0 0}.date-card{width:108px;height:120px;border:1px solid var(--line);background:#fff;border-radius:18px;display:flex;flex-direction:column;align-items:center;justify-content:center;box-shadow:var(--shadow)}.date-card span{font-size:10px;color:var(--green);font-weight:700}.date-card strong{font:600 40px "DM Sans";line-height:1}.date-card small{font:500 10px "DM Sans";color:#929d96;margin-top:7px}.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin-bottom:48px}.stat-card{background:#fff;border:1px solid var(--line);border-radius:16px;padding:20px;display:flex;align-items:center;gap:15px}.stat-card.highlight{background:#173e2c;color:#fff;border-color:#173e2c}.stat-icon{width:40px;height:40px;border-radius:12px;background:var(--lime);color:#163b2a;display:grid;place-items:center;font-size:18px}.stat-icon.lilac{background:var(--lilac)}.stat-icon.peach{background:var(--peach)}.stat-icon.blue{background:var(--blue)}.stat-card span{font-size:11px;color:#7e8b82}.stat-card.highlight span,.stat-card.highlight p{color:#a7bdaf}.stat-card strong{display:block;font:600 27px "DM Sans";margin:2px 0}.stat-card strong small{font:600 12px "Noto Sans KR";margin-left:3px}.stat-card p{margin:0;color:#9ba49f;font-size:9px}.content-grid{display:grid;grid-template-columns:minmax(0,1.7fr) minmax(280px,.72fr);gap:34px}.section-heading{display:flex;justify-content:space-between;align-items:end;margin-bottom:18px}.section-heading h2{margin:0;font-size:21px}.text-button{border:0;background:transparent;color:var(--green);font-size:12px;font-weight:600;cursor:pointer}.featured-list{display:grid;gap:11px}.match-card{background:#fff;border:1px solid var(--line);border-radius:16px;padding:19px;display:grid;grid-template-columns:52px 1fr auto;align-items:center;gap:15px;cursor:pointer;transition:.2s}.match-card:hover{transform:translateY(-2px);box-shadow:var(--shadow);border-color:#cbd8cf}.match-score{width:52px;height:52px;border-radius:50%;display:grid;place-items:center;background:conic-gradient(var(--green) var(--score),#edf0eb 0);position:relative;font:700 11px "DM Sans"}.match-score:before{content:"";position:absolute;inset:5px;border-radius:50%;background:#fff}.match-score span{z-index:1}.match-info .tag{font-size:9px;font-weight:700;color:#4e785f;background:#edf6eb;padding:4px 8px;border-radius:12px}.match-info h3{margin:7px 0 5px;font-size:14px}.match-info p{margin:0;color:#87928b;font-size:10px}.deadline{text-align:right}.deadline span{display:block;color:#ed6b51;font-size:10px;font-weight:700}.deadline small{color:#919b95;font-size:9px}.insight-column{display:grid;gap:14px;align-content:start}.profile-card{background:#dfeee0;border-radius:18px;padding:25px;display:flex;gap:18px;align-items:flex-start}.ring{min-width:75px;height:75px;border-radius:50%;display:grid;place-items:center;background:conic-gradient(var(--green) 82%,rgba(255,255,255,.7) 0);position:relative}.ring:before{content:"";position:absolute;inset:7px;background:#dfeee0;border-radius:50%}.ring span{position:relative;font:700 17px "DM Sans"}.ring small{font-size:9px}.profile-card h3{font-size:16px;margin:0 0 8px}.profile-card>div>p:not(.eyebrow){font-size:10px;color:#698071;line-height:1.6}.dark-button,.primary-button{border:0;background:#173e2c;color:#fff;border-radius:9px;padding:10px 13px;font-size:11px;font-weight:600;cursor:pointer}.tip-card{background:#f1ecff;border-radius:18px;padding:25px;position:relative;overflow:hidden}.tip-quote{position:absolute;right:17px;top:-24px;font:700 100px Georgia;color:rgba(89,66,149,.08)}.tip-card p{font-size:10px;color:#7463a7;font-weight:700}.tip-card h3{font-size:15px;line-height:1.55;margin:10px 0 18px}.tip-card span{font-size:9px;color:#9189a7}.page-heading{display:flex;align-items:end;justify-content:space-between;margin-bottom:34px}.search-box{width:300px;background:#fff;border:1px solid var(--line);height:44px;border-radius:11px;padding:0 14px;display:flex;align-items:center;gap:8px}.search-box input{border:0;outline:0;width:100%;font-size:12px}.filter-row{display:flex;gap:8px;margin-bottom:22px;overflow:auto}.filter{border:1px solid var(--line);background:#fff;border-radius:30px;padding:9px 16px;cursor:pointer;font-size:11px;white-space:nowrap}.filter.active{background:var(--ink);color:#fff;border-color:var(--ink)}.program-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:15px}.program-card{background:#fff;border:1px solid var(--line);border-radius:17px;padding:21px;cursor:pointer;transition:.2s}.program-card:hover{transform:translateY(-3px);box-shadow:var(--shadow)}.program-top{display:flex;justify-content:space-between}.category{font-size:9px;background:#edf5eb;color:#437354;border-radius:12px;padding:5px 9px;font-weight:700}.score-pill{font:700 12px "DM Sans";color:var(--green)}.program-card h3{font-size:15px;line-height:1.5;height:46px;margin:17px 0 9px}.program-card .agency{color:#7f8c84;font-size:10px}.reason-list{border-top:1px solid var(--line);padding-top:13px;margin:16px 0;display:grid;gap:6px}.reason-list span{font-size:10px}.reason-list span:before{content:"✓";color:var(--green);font-weight:700;margin-right:7px}.program-foot{display:flex;justify-content:space-between;font-size:10px;color:#869188}.program-foot strong{color:#e66b54}.profile-form{display:grid;gap:18px}.form-card{background:#fff;border:1px solid var(--line);border-radius:18px;padding:28px}.form-title{display:flex;gap:15px;border-bottom:1px solid var(--line);padding-bottom:20px;margin-bottom:22px}.form-title>span{width:34px;height:34px;border-radius:10px;background:var(--soft-green);display:grid;place-items:center;color:var(--green);font:700 10px "DM Sans"}.form-title h2{font-size:17px;margin:0}.form-title p{font-size:10px;color:var(--muted);margin:5px 0 0}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}.form-grid label{font-size:11px;font-weight:600}.form-grid label.wide{grid-column:1/-1}.form-grid input,.form-grid select,.form-grid textarea{display:block;width:100%;margin-top:8px;border:1px solid #dfe4dc;border-radius:9px;padding:11px 12px;background:#fbfcf9;outline:0;font-size:12px}.form-grid textarea{height:75px;resize:vertical}.form-grid input:focus,.form-grid select:focus,.form-grid textarea:focus{border-color:#79a188;box-shadow:0 0 0 3px rgba(67,125,88,.08)}.check-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.check-grid label{padding:13px;border:1px solid var(--line);border-radius:10px;font-size:11px;background:#fbfcf9}.check-grid input{accent-color:var(--green);margin-right:6px}.report-list{display:grid;gap:12px}.report-item{background:#fff;border:1px solid var(--line);border-radius:15px;padding:19px;display:grid;grid-template-columns:55px 1fr auto;gap:17px;align-items:center}.report-date{height:55px;border-radius:12px;background:var(--soft-green);display:flex;flex-direction:column;align-items:center;justify-content:center}.report-date strong{font:700 20px "DM Sans"}.report-date span{font:700 8px "DM Sans";color:#5d7767}.report-item h3{margin:0 0 5px;font-size:14px}.report-item p{margin:0;color:var(--muted);font-size:10px}.report-item button{border:1px solid var(--line);background:#fff;border-radius:8px;padding:8px 12px;font-size:10px;cursor:pointer}.modal-backdrop{position:fixed;inset:0;background:rgba(10,27,18,.52);z-index:50;display:none;place-items:center;padding:20px;backdrop-filter:blur(4px)}.modal-backdrop.open{display:grid}.modal{width:min(590px,100%);max-height:90vh;overflow:auto;background:#fff;border-radius:22px;padding:32px;position:relative;box-shadow:0 24px 80px rgba(0,0,0,.22)}.modal-close{position:absolute;right:16px;top:14px;border:0;background:#f2f4ef;width:32px;height:32px;border-radius:50%;font-size:20px;cursor:pointer}.modal h2{font-size:23px;padding-right:35px}.modal .modal-agency{color:var(--muted);font-size:11px}.modal-score{background:var(--soft-green);border-radius:14px;padding:16px;margin:20px 0;display:flex;justify-content:space-between;align-items:center}.modal-score strong{font:700 25px "DM Sans";color:var(--green)}.modal h4{font-size:12px;margin:20px 0 8px}.modal ul{padding-left:18px;color:#536158;font-size:12px;line-height:1.8}.modal-actions{display:flex;gap:8px;margin-top:24px}.modal-actions button{flex:1;border:0;border-radius:10px;padding:12px;font-size:11px;cursor:pointer}.modal-actions .apply{background:var(--green);color:#fff}.toast{position:fixed;z-index:80;left:50%;bottom:25px;transform:translate(-50%,20px);background:#173e2c;color:#fff;border-radius:10px;padding:12px 18px;font-size:11px;opacity:0;pointer-events:none;transition:.25s}.toast.show{opacity:1;transform:translate(-50%,0)}
@media(max-width:1050px){.stats-grid{grid-template-columns:1fr 1fr}.content-grid{grid-template-columns:1fr}.insight-column{grid-template-columns:1fr 1fr}.program-grid{grid-template-columns:1fr 1fr}}
@media(max-width:760px){.sidebar{transform:translateX(-100%);transition:.25s;box-shadow:10px 0 30px rgba(0,0,0,.2)}.sidebar.open{transform:translateX(0)}.main{margin-left:0;width:100%}.menu-button{display:block}.topbar{padding:0 20px}.top-actions .help-button{display:none}.view{padding:36px 20px 60px}.hero-row{align-items:flex-start}.hero-row h1,.page-heading h1{font-size:29px}.date-card{display:none}.stats-grid{grid-template-columns:1fr 1fr;gap:9px}.stat-card{padding:14px;gap:9px}.stat-icon{width:34px;height:34px}.content-grid,.insight-column{grid-template-columns:1fr}.page-heading{align-items:flex-start;gap:20px;flex-direction:column}.search-box{width:100%}.program-grid{grid-template-columns:1fr}.form-grid,.check-grid{grid-template-columns:1fr}.form-grid label.wide{grid-column:auto}.report-item{grid-template-columns:48px 1fr}.report-item>button{grid-column:2}.modal{padding:25px 20px}}
@media(max-width:430px){.stats-grid{grid-template-columns:1fr}.profile-card{flex-direction:column}.match-card{grid-template-columns:48px 1fr}.deadline{grid-column:2;text-align:left;display:flex;gap:7px}.hero-copy{line-height:1.65}}

