@import url(https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&display=swap);:root{--popular-blue:#004b8d;--popular-blue-dark:#003b73;--popular-bg:#f5f7fa;--popular-border:#e3e6ea}body{background-color:#f5f7fa;background-color:var(--popular-bg);font-family:Montserrat,sans-serif;overflow-x:hidden}.page-wrapper{align-items:center;background:#f5f7fa;background:var(--popular-bg);display:flex;flex-direction:column;width:100%}.limit-content{margin:0 auto;max-width:1120px;padding-inline:12px;width:100%}.app-header{background:linear-gradient(90deg,#003b73,#004b8d);background:linear-gradient(90deg,var(--popular-blue-dark),var(--popular-blue));color:#fff;padding:32px 0 55px;width:100%}.app-header-content{display:flex;gap:32px;justify-content:space-between;padding:0 24px}.app-header-left{max-width:520px}.app-title{font-size:32px;font-weight:700;margin:0 0 8px}.app-subtitle{font-size:16px;font-weight:500;margin:0 0 12px}.app-description{font-size:14px;line-height:1.6;margin:0}.app-header-right{align-items:center;display:flex}.badge-box{border:2px solid #ffffffb3;border-radius:12px;font-size:13px;max-width:260px;padding:12px 16px}.badge-title{font-weight:700;margin-bottom:4px}.badge-text,.badge-title{display:block}.app-main{align-items:stretch;display:flex;flex-wrap:nowrap;gap:clamp(12px,2vw,24px);margin-top:-40px;padding:0 8px}.chat-card,.instructions-card{background:#fff;border-radius:20px;box-shadow:0 8px 24px #0000000f;display:flex;flex-direction:column;min-height:224px;overflow:hidden;padding:14px}.instructions-card{flex:0 0 clamp(280px,40%,520px);min-width:260px;overflow-wrap:break-word;padding-right:12px}.chat-card{flex:1 1 clamp(240px,60%,800px);min-width:240px}.chat-card .chat-content,.chat-card .messages{max-height:calc(100vh - 260px);overflow-y:auto}.chatbot-wrapper{display:flex;flex:1 1 auto;flex-direction:column;margin:0;max-width:100%;width:100%}@media (max-width:900px){.app-header-content,.app-main{flex-direction:column}.app-main{flex-wrap:wrap;gap:12px;margin-top:-35px}.chat-card,.instructions-card{flex:1 1 auto;min-width:0;padding:12px}.chat-card .chat-content,.chat-card .messages{max-height:none;overflow-y:auto}}:root{--brand-blue:#0a65c8;--brand-blue-dark:#004f9f;--brand-sky:#dff0ff;--brand-aqua:#15a3dc;--brand-text:#0b2d57;--brand-bg:#e7f3ff}*{box-sizing:border-box}body{background:linear-gradient(135deg,#e7f3ff,#f8fbff);background:linear-gradient(135deg,var(--brand-bg) 0,#f8fbff 100%);color:#0b2d57;color:var(--brand-text);font-family:Montserrat,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;margin:0}.app-shell{display:flex;flex-direction:column;min-height:100vh}.hero{align-items:center;background:linear-gradient(90deg,#0a65c8,#004f9f);background:linear-gradient(90deg,var(--brand-blue) 0,var(--brand-blue-dark) 100%);box-shadow:0 6px 18px #004f9f40;color:#fff;display:flex;gap:16px;padding:16px 24px}.hero .logo-mark{background:#ffffff26;border-radius:14px;display:grid;font-weight:700;height:56px;letter-spacing:.04em;place-items:center;width:56px}.hero .headline{display:flex;flex-direction:column;gap:4px}.hero .headline h1{font-size:20px;font-weight:700;letter-spacing:.04em;margin:0}.hero .headline p{color:#dfeeff;font-weight:500;margin:0}.content-grid{grid-gap:24px;display:grid;gap:24px;grid-template-columns:minmax(640px,1fr) 380px;margin:0 auto;max-width:1280px;padding:24px;width:100%}@media (max-width:1100px){.content-grid{grid-template-columns:1fr}}.instructions-panel{align-self:flex-start;background:#fff;border:1px solid #15a3dc1f;border-radius:18px;box-shadow:0 16px 38px #004f9f24;padding:18px 20px;position:-webkit-sticky;position:sticky;top:20px}.instructions-panel h3{color:#004f9f;color:var(--brand-blue-dark);font-size:18px;margin:0 0 10px}.instructions-panel p{line-height:1.5;margin:0 0 10px}.instructions-panel .prompt-box{background:linear-gradient(120deg,#0d65c81a,#15a3dc1f);border:1px solid #15a3dc59;border-radius:14px;font-size:13px;line-height:1.55;margin-top:12px;max-height:380px;overflow:auto;padding:12px}.instructions-panel ul{margin:6px 0;padding-left:18px}.instructions-panel li{margin-bottom:8px}.chatbot-container{background:#fff;border:1px solid #15a3dc1f;border-radius:18px;box-shadow:0 16px 38px #004f9f24;display:flex;flex-direction:column;min-height:78vh}.chatbot-header{align-items:center;background:linear-gradient(90deg,#0a65c8f2,#15a3dce6);border-radius:16px 16px 0 0;color:#fff;display:flex;gap:12px;padding:14px 18px}.chatbot-header .avatar{background:#ffffff29;border-radius:12px;display:grid;font-size:22px;height:40px;place-items:center;width:40px}.chatbot-header .titles{display:flex;flex-direction:column;gap:2px}.chatbot-header .titles strong{font-size:16px;letter-spacing:.02em}.chatbot-header .titles span{color:#e6f2ff;font-size:13px}.chat-messages{background:linear-gradient(180deg,#f6fbff,#fff);flex:1 1;overflow-y:auto;padding:18px}.message-row{display:flex;margin-bottom:10px}.message-row.user{justify-content:flex-end}.message-bubble{border-radius:16px;box-shadow:0 8px 16px #004f9f14;font-size:14px;line-height:1.45;max-width:70%;padding:10px 14px;white-space:pre-line}.message-bubble.bot{background:#f1f7ff;border:1px solid #15a3dc40;color:#0b2d57;color:var(--brand-text)}.message-bubble.user{background:linear-gradient(135deg,#15a3dc26,#15a3dc66);border:1px solid #15a3dc59;color:#004f9f;color:var(--brand-blue-dark)}.chat-input{background:#fff;border-radius:0 0 16px 16px;border-top:1px solid #15a3dc24;display:flex;gap:10px;padding:14px 16px 16px}.chat-input input{border:1px solid #15a3dc59;border-radius:12px;flex:1 1;font-size:14px;outline:none;padding:12px 14px;transition:border-color .2s ease,box-shadow .2s ease}.chat-input input:focus{border-color:#0a65c8;border-color:var(--brand-blue);box-shadow:0 0 0 3px #15a3dc2e}.primary-btn,.secondary-btn{border:none;border-radius:12px;cursor:pointer;font-size:14px;font-weight:600;padding:12px 16px;transition:transform .15s ease,box-shadow .15s ease,opacity .2s ease}.primary-btn{background:linear-gradient(90deg,#0a65c8,#15a3dc);background:linear-gradient(90deg,var(--brand-blue) 0,var(--brand-aqua) 100%);box-shadow:0 10px 24px #004f9f2e;color:#fff}.primary-btn:disabled,.secondary-btn:disabled{cursor:not-allowed;opacity:.75}.primary-btn:hover:not(:disabled),.secondary-btn:hover:not(:disabled){transform:translateY(-1px)}.secondary-btn{background:#fff;border:1px solid #15a3dc59}.secondary-btn,.section-title{color:#004f9f;color:var(--brand-blue-dark)}.section-title{font-weight:700;margin:0 0 6px}.badge{align-items:center;background:#ffffff24;border:1px solid #ffffff59;border-radius:999px;display:inline-flex;font-size:12px;gap:6px;padding:6px 10px}.instructions-meta{align-items:center;color:#0b2d57;color:var(--brand-text);display:flex;font-weight:600;gap:8px;margin-bottom:8px}.instructions-meta .dot{background:#2ecc71;border-radius:50%;box-shadow:0 0 0 6px #2ecc712e;height:10px;width:10px}
/*# sourceMappingURL=main.521c78fa.css.map*/