:root{--bg:#fff;--surface:#fff;--ink:#15171c;--muted:#6e737c;--soft:#f4f7fc;--line:#e4e8f0;--navy:#17314a;--navy-2:#202a33;--blue:#4867f0;--yellow:#ffc342;--yellow-deep:#e4a900;--green:#12b886;--red:#d94f45;--shadow:0 18px 42px #17314a29}*{box-sizing:border-box}html,body{background:var(--bg);min-height:100%;color:var(--ink);letter-spacing:0;margin:0;font-family:Arial,Apple SD Gothic Neo,Noto Sans KR,sans-serif}button,input,select{font:inherit}button,a{-webkit-tap-highlight-color:transparent}.app-shell{background:#fff;justify-content:center;min-height:100vh;display:flex}.screen{flex-direction:column;gap:18px;width:min(100%,480px);min-height:100vh;padding:24px 18px 34px;display:flex}.center-screen{justify-content:center;align-items:center}.spin{animation:.8s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.offer-screen{background:#fff;gap:0;width:min(100%,520px);padding:0}.paywall-stack{background:#fff;flex-direction:column;width:100%;display:flex}.paywall-panel{width:100%;line-height:0;position:relative}.paywall-panel img{width:100%;height:auto;display:block}.paywall-action{z-index:2;cursor:pointer;background:0 0;border:0;border-radius:16px;width:85.6%;margin:0;padding:0;position:absolute;left:7.2%}.paywall-action-primary{height:9.51%;top:83.99%}.paywall-action-secondary{height:9.77%;top:55.19%}.paywall-action:focus-visible,.paywall-legal-links a:focus-visible{outline-offset:-4px;outline:4px solid #ffcf33}.paywall-action:disabled{cursor:wait}.paywall-busy-indicator{z-index:3;color:#fff;pointer-events:none;position:absolute;left:calc(50% - 14px)}.paywall-busy-primary{top:87%}.paywall-busy-secondary{top:58.2%}.paywall-status{z-index:4;text-align:center;border-radius:0;margin:0;padding:14px 18px;position:relative}.paywall-legal-links{z-index:2;grid-template-columns:1fr 1.35fr;gap:2%;height:5.5%;display:grid;position:absolute;bottom:1.5%;left:23%;right:23%}.paywall-legal-links a{color:#0000;font-size:0;display:block}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.offer-hero{text-align:center;justify-items:center;gap:22px;padding-bottom:54px;display:grid}.offer-pill{min-height:36px;color:var(--blue);background:#eef3ff;border-radius:999px;justify-content:center;align-items:center;padding:0 18px;font-size:15px;font-weight:900;display:inline-flex}.offer-hero h1{margin:0;font-size:36px;font-weight:900;line-height:1.14}.refund-card{color:#fff;background:#2e4358;border-radius:22px;align-content:center;justify-items:center;gap:22px;width:100%;min-height:206px;display:grid;box-shadow:0 22px 42px #18243426}.refund-card span{color:#ffffffd1;font-size:19px;font-weight:800}.refund-card strong{font-size:42px;font-weight:900;line-height:1.05}.cta-button{background:var(--yellow);color:#090a0c;width:100%;min-height:66px;box-shadow:0 8px 0 var(--yellow-deep);cursor:pointer;border:0;border-radius:8px;justify-content:center;align-items:center;gap:10px;font-size:21px;font-weight:900;display:flex}.cta-button:disabled{opacity:.58;cursor:not-allowed}.billing-note,.source-note,.disclaimer,.status-message,.screen-header span,.grant-card p{color:var(--muted);line-height:1.55}.billing-note{text-align:center;margin:0;font-size:15px;font-weight:800}.billing-note.dark{color:#ffffffc7}.source-note{color:#5e6673;text-align:left;background:#f5f7fb;border-radius:8px;margin:-4px 0 0;padding:12px 14px;font-size:12px;font-weight:800;line-height:1.55}.source-note.dark{color:#ffffffad;background:#ffffff14;margin-top:-16px}.source-links{flex-wrap:wrap;justify-content:center;gap:8px;width:100%;display:flex}.source-links a{color:#2f5fcf;background:#fff;border:1px solid #dfe5ef;border-radius:8px;align-items:center;min-height:34px;padding:0 10px;font-size:12px;font-weight:900;text-decoration:none;display:inline-flex}.home-sources{margin-top:-4px}.proof-band{background:var(--navy-2);color:#fff;text-align:center;justify-items:center;gap:32px;margin:0 -16px;padding:64px 16px 72px;display:grid}.proof-band h2{margin:0;font-size:31px;font-weight:900;line-height:1.42}.proof-band mark,.proof-card mark{color:#ffd111;background:0 0}.proof-card{background:#ffffff0f;border-radius:12px;align-items:center;width:100%;min-height:134px;display:grid}.proof-card p{color:#fff;margin:0;font-size:21px;font-weight:900;line-height:1.55}.secondary-cta{margin-top:2px}.renewal-note{color:#ffffff94;margin:-14px 0 0;font-size:14px;font-weight:800}.screen-header{gap:10px;padding-top:18px;display:grid}.screen-header h1,.home-top h1{margin:0;font-size:34px;line-height:1.13}.eyebrow{color:var(--blue);margin:0;font-size:14px;font-weight:900}.profile-form{gap:18px;display:grid}.not-found-page{min-height:100vh;color:var(--ink);text-align:center;background:#fff;place-items:center;padding:24px;display:grid}.not-found-page section{gap:14px;display:grid}.not-found-page p{color:var(--blue);margin:0;font-weight:900}.not-found-page h1{margin:0;font-size:28px;line-height:1.2}.not-found-page a{background:var(--yellow);color:#090a0c;border-radius:8px;justify-content:center;align-items:center;min-height:48px;padding:0 18px;font-weight:900;text-decoration:none;display:inline-flex}.profile-form label,.tag-field{color:#454a54;gap:9px;font-size:15px;font-weight:900;display:grid}.profile-form input,.profile-form select,.search-bar input{border:1px solid var(--line);background:var(--surface);width:100%;min-height:58px;color:var(--ink);border-radius:8px;padding:0 15px}.tag-grid,.tag-row{flex-wrap:wrap;gap:9px;display:flex}.tag{border:1px solid var(--line);min-height:43px;color:var(--ink);cursor:pointer;background:#fff;border-radius:8px;padding:0 14px;font-weight:900}.tag.active{background:var(--navy);color:#fff;border-color:var(--navy)}.home-screen{background:#f7f8fb;gap:16px}.home-top,.grant-card-head,.region-pill,.detail-link,.search-bar{align-items:center;display:flex}.home-top{justify-content:space-between;gap:12px;padding-top:14px}.home-top h1{font-size:29px}.region-pill{color:#654800;background:#fff4cf;border-radius:999px;flex:none;gap:5px;min-height:38px;padding:0 12px;font-weight:900}.search-bar{border:1px solid var(--line);background:#fff;border-radius:8px;gap:10px;min-height:56px;padding:0 14px}.search-bar input{border:0;outline:0;min-height:52px;padding:0}.grant-list{gap:12px;display:grid}.grant-card{border:1px solid var(--line);background:#fff;border-radius:8px;padding:18px}.grant-card-head{color:var(--muted);justify-content:space-between;gap:12px;font-size:12px;font-weight:900}.grant-card-head strong{color:var(--blue)}.grant-card h2{margin:10px 0 8px;font-size:20px;line-height:1.25}.grant-card p{margin:0;font-size:14px}.tag-row{margin:14px 0}.tag-row span{color:#294fae;background:#edf2ff;border-radius:999px;padding:6px 9px;font-size:12px;font-weight:900}.reason-list{border-top:1px solid var(--line);gap:6px;padding:12px 0;display:grid}.detail-link{color:#1f4eb8;justify-content:center;gap:6px;min-height:42px;font-weight:900;text-decoration:none}.disclaimer,.status-message{margin:0;font-size:13px}.status-message{color:#ba3b2f;background:#fff3f1;border-radius:8px;padding:12px;font-weight:800}@media (max-width:380px){.screen{padding-left:16px;padding-right:16px}.offer-hero h1{font-size:32px}.refund-card strong{font-size:36px}.cta-button{font-size:19px}}@media (min-width:760px){.app-shell{background:#f1f3f8}.offer-screen{overflow:hidden}.screen{background:#fff;border-radius:8px;min-height:860px;margin:28px 0;box-shadow:0 24px 60px #1824341a}.proof-band{border-radius:0 0 8px 8px}}
