@import"https://fonts.googleapis.com/css2?family=IBM+Plex+Sans+KR:wght@400;500;600;700&display=swap";:root{font-family:IBM Plex Sans KR,Segoe UI,sans-serif;line-height:1.5;font-weight:400;color:#1b2337;background-color:#f4f6fb;--blue-400: #5b8cff;--blue-500: #2f6bff;--blue-600: #2157e3;--blue-700: #1b43b8;--text-body: #1b2337;--text-muted: #6b7280;--border: #e2e8f5;--surface: #ffffff;--shadow-soft: 0 12px 30px rgba(21, 38, 74, .08);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh;background:radial-gradient(circle at top,#eef4ff,#f6f8fc 45%,#f4f6fb)}#root{width:100%}a{color:inherit;text-decoration:none}button,input,select{font-family:inherit}.app{max-width:1200px;margin:0 auto;padding:40px 20px 64px;display:flex;flex-direction:column;gap:24px}.topbar{display:flex;align-items:center;justify-content:space-between;gap:16px}.brand{display:flex;align-items:center;gap:12px}.brand-mark{width:44px;height:44px;border-radius:14px;background:linear-gradient(145deg,var(--blue-500),var(--blue-700));color:#fff;display:grid;place-items:center;font-weight:700;letter-spacing:.5px;box-shadow:0 10px 22px #174ec447}.brand-title{font-size:20px;font-weight:700}.brand-sub{color:var(--text-muted);font-size:13px}.status-chip{background:var(--surface);padding:8px 14px;border-radius:999px;font-size:12px;color:var(--text-muted);border:1px solid var(--border)}.topbar-actions{display:flex;align-items:center;gap:12px}.ghost-button{border:1px solid var(--border);background:#fff;color:var(--text-body);padding:8px 12px;border-radius:999px;font-size:12px;cursor:pointer;transition:border .2s,box-shadow .2s,transform .2s}.ghost-button:disabled{cursor:not-allowed;opacity:.6;box-shadow:none}.ghost-button:hover:not(:disabled){border-color:var(--blue-400);box-shadow:0 6px 12px #2363ef1f;transform:translateY(-1px)}.input-panel{background:var(--surface);border:1px solid var(--border);border-radius:20px;padding:20px;box-shadow:var(--shadow-soft)}.input-grid{display:grid;grid-template-columns:180px 1fr minmax(260px,340px);gap:16px;align-items:end}.field{display:flex;flex-direction:column;gap:8px}.field label{font-size:13px;color:var(--text-muted)}.field input,.field select{border:1px solid var(--border);border-radius:12px;padding:12px 14px;font-size:15px;background:#fff;transition:border .2s,box-shadow .2s}.field input:focus,.field select:focus{outline:none;border-color:var(--blue-500);box-shadow:0 0 0 4px #2363ef1f}.cta{border:none;border-radius:14px;padding:13px 18px;background:linear-gradient(135deg,var(--blue-500),var(--blue-700));color:#fff;font-weight:600;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 12px 24px #1952cf52;transition:transform .2s,box-shadow .2s}.cta:disabled{cursor:not-allowed;opacity:.7;transform:none;box-shadow:none}.cta:hover{transform:translateY(-1px);box-shadow:0 16px 28px #1952cf61}.action-stack{display:flex;flex-direction:column;gap:10px;align-items:flex-start}.recaptcha-missing{font-size:12px;color:#b91c1c}.input-hint{margin-top:10px;font-size:12px;color:var(--text-muted)}.summary{display:grid;grid-template-columns:1fr}.result-card{background:linear-gradient(160deg,#f0f6ff,#fff 55%);border:1px solid var(--border);border-radius:22px;padding:20px 22px;box-shadow:var(--shadow-soft)}.result-header{display:flex;align-items:center;justify-content:space-between;gap:16px}.ticker{font-size:22px;font-weight:700}.company{color:var(--text-muted);font-size:14px}.badge{padding:8px 14px;border-radius:999px;font-size:13px;font-weight:600}.strong-buy{background:#16b1691f;color:#0f8a55;border:1px solid rgba(22,177,105,.24)}.buy{background:#2363ef1f;color:#2157e3;border:1px solid rgba(35,99,239,.24)}.hold{background:#f59e0b1f;color:#b45309;border:1px solid rgba(245,158,11,.24)}.sell{background:#ef44441f;color:#b91c1c;border:1px solid rgba(239,68,68,.24)}.strong-sell{background:#7f1d1d1f;color:#7f1d1d;border:1px solid rgba(127,29,29,.24)}.result-body{margin-top:16px;display:grid;grid-template-columns:1fr;gap:12px;align-items:start}.summary-text{font-size:14px;line-height:1.7;color:var(--text-body);background:#fff;border:1px solid var(--border);border-radius:14px;padding:14px 16px;min-height:180px;white-space:pre-wrap}.error-text{margin-top:8px;font-size:12px;color:#c02626}.spinner{width:14px;height:14px;border-radius:999px;border:2px solid rgba(255,255,255,.4);border-top-color:#fff;display:inline-block;margin-right:8px;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.decor-zone{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.scene-card{background:var(--surface);border:1px solid var(--border);border-radius:18px;padding:18px;box-shadow:var(--shadow-soft);min-height:240px;position:relative;overflow:hidden}.scene-card:after{content:"";position:absolute;inset:auto 0 0;height:36%;background:linear-gradient(180deg,#f0f6ff00,#e7efffcc)}.monkey-card{display:flex;flex-direction:column;gap:14px;background:linear-gradient(160deg,#f7f9ff,#eef3ff)}.monkey-layout{display:grid;grid-template-columns:140px 1fr;gap:16px;align-items:center}.monkey-illustration{display:grid;place-items:center;gap:8px;position:relative;height:180px}.monkey-head{position:relative;width:110px;height:110px;background:#c58a4d;border-radius:32% 32% 40% 40%;display:grid;place-items:center;box-shadow:inset 0 -6px #00000014}.monkey-ear{position:absolute;width:28px;height:28px;border-radius:999px;background:#c58a4d;top:10px}.monkey-ear.left{left:-10px}.monkey-ear.right{right:-10px}.monkey-face{width:78px;height:70px;background:#f3d5b3;border-radius:36% 36% 44% 44%;display:grid;grid-template-columns:repeat(2,1fr);align-items:center;justify-items:center;padding-top:8px;gap:2px}.monkey-eye{width:10px;height:10px;border-radius:999px;background:#2c1c10}.monkey-nose{grid-column:span 2;width:14px;height:10px;border-radius:999px;background:#d9a471}.monkey-mouth{grid-column:span 2;width:26px;height:12px;border:3px solid #9c6a3e;border-top:0;border-left:0;border-right:0;border-radius:0 0 999px 999px;transition:transform .2s ease,border-radius .2s ease}.monkey-mouth.smile{border-top:0;border-left:0;border-right:0;border-bottom:3px solid #9c6a3e;transform:translateY(-2px)}.monkey-mouth.frown{border-bottom:0;border-left:0;border-right:0;border-top:3px solid #9c6a3e;border-radius:999px 999px 0 0;transform:translateY(2px)}.monkey-body{width:96px;height:70px;background:#b97a43;border-radius:24px 24px 30px 30px;display:grid;place-items:center;box-shadow:inset 0 -6px #00000014}.monkey-belly{width:44px;height:44px;border-radius:999px;background:#f2cfa7}.monkey-tail{position:absolute;right:16px;bottom:18px;width:46px;height:46px;border:6px solid #b97a43;border-left-color:transparent;border-top-color:transparent;border-radius:999px;transform:rotate(-20deg)}.monkey-content{display:flex;flex-direction:column;gap:12px}.monkey-header{display:flex;align-items:center;justify-content:space-between;gap:12px}.monkey-title{font-weight:700;font-size:16px}.monkey-sub{font-size:12px;color:var(--text-muted)}.monkey-button{border:none;border-radius:999px;padding:8px 14px;font-size:12px;font-weight:600;color:#fff;background:linear-gradient(135deg,#1d4ed8,#2f6bff);box-shadow:0 8px 16px #1d4ed840;cursor:pointer;transition:transform .2s,box-shadow .2s,opacity .2s}.monkey-button:disabled{cursor:not-allowed;opacity:.65;box-shadow:none;transform:none}.monkey-button:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 10px 20px #1d4ed84d}.monkey-result{background:#fff;border:1px solid var(--border);border-radius:16px;min-height:120px;display:grid;place-items:center;font-size:32px;font-weight:700;letter-spacing:1px}.monkey-buy{color:#1d4ed8}.monkey-sell{color:#b91c1c}.monkey-footnote{font-size:11px;color:var(--text-muted)}@media(max-width:720px){.monkey-layout{grid-template-columns:1fr}.monkey-illustration{height:150px}}.bank-scene{background:linear-gradient(160deg,#f6f9ff,#ecf3ff)}.bank-roof{width:82%;height:18px;margin:22px auto 0;background:linear-gradient(90deg,#1d4ed8,#2f6bff);clip-path:polygon(50% 0,100% 100%,0 100%)}.bank-body{width:74%;margin:0 auto;background:#fff;border:1px solid #d9e3fb;border-radius:8px;padding:14px 12px 10px;position:relative;z-index:1}.bank-columns{display:flex;gap:8px}.bank-columns span{flex:1;height:54px;background:linear-gradient(180deg,#f7faff,#ebf2ff);border:1px solid #d8e4fd;border-radius:4px}.bank-door{width:22px;height:28px;margin:10px auto 0;background:#1b43b8;border-radius:6px 6px 2px 2px}.bank-base{width:88%;height:10px;margin:10px auto 0;background:#d7e3fb;border-radius:999px}.coin{position:absolute;width:42px;height:42px;border-radius:999px;background:radial-gradient(circle at 30% 30%,#ffeaa0,#f4bf42 70%);border:1px solid #e8ad2a;color:#9a6200;font-weight:700;display:grid;place-items:center;z-index:2}.coin-a{right:24px;top:24px}.coin-b{right:56px;top:56px}.skyline-scene{background:linear-gradient(160deg,#f5f8ff,#eef5ff);display:flex;align-items:flex-end;gap:14px}.tower{background:linear-gradient(180deg,#2f6bff,#1b43b8);border-radius:10px 10px 0 0;width:30%;padding:10px 8px;display:flex;flex-direction:column;gap:7px;z-index:1}.tower span{height:10px;border-radius:3px;background:#ffffff59}.tower-a{height:136px}.tower-b{height:104px}.tower-c{height:160px}.scene-road{position:absolute;left:18px;right:18px;bottom:18px;height:14px;border-radius:999px;background:#c9d8f8}.vault-scene{background:linear-gradient(160deg,#f8fbff,#eef5ff);display:grid;place-items:center}.vault-ring{width:132px;height:132px;border-radius:999px;border:12px solid #1b43b8;display:grid;place-items:center;z-index:1}.vault-core{width:56px;height:56px;border-radius:999px;background:radial-gradient(circle at 30% 30%,#5f8eff,#1b43b8)}.vault-bars{position:absolute;width:120px;height:6px;display:flex;justify-content:space-between;z-index:2}.vault-bars span{width:34px;height:6px;background:#d6e2fb;border-radius:999px}.coin-stack{position:absolute;right:22px;bottom:20px;z-index:2}.coin-stack div{width:44px;height:12px;border-radius:999px;background:linear-gradient(90deg,#ffd979,#f3b73d);border:1px solid #e0a62f}.coin-stack div+div{margin-top:-4px}@media(max-width:1024px){.decor-zone,.input-grid,.result-body{grid-template-columns:1fr}}@media(max-width:720px){.topbar,.result-header{flex-direction:column;align-items:flex-start}.topbar-actions{width:100%;justify-content:space-between}}
