.admission-chatbot { font-family: Arial, sans-serif; }
.admission-chatbot--pending { display: none; }
.admission-chatbot *, .admission-chatbot *:before, .admission-chatbot *:after { box-sizing: border-box; }
.admission-chatbot__launcher { align-items: center; background: #a51c30; border: 0; border-radius: 29px; bottom: 24px; box-shadow: 0 6px 18px rgba(0, 0, 0, .28); color: #fff; cursor: pointer; display: flex; gap: 9px; height: 58px; justify-content: center; padding: 0 19px; position: fixed; right: 24px; transition: background .2s ease, box-shadow .2s ease, opacity .2s ease, transform .2s ease; width: auto; z-index: 2147483646; }
.admission-chatbot__launcher:hover, .admission-chatbot__launcher:focus { background: #7e1424; color: #fff; }
.admission-chatbot__launcher:focus, .admission-chatbot button:focus, .admission-chatbot a:focus { outline: 3px solid #f6bf2f; outline-offset: 2px; }
.admission-chatbot__launcher:hover { box-shadow: 0 8px 22px rgba(0, 0, 0, .33); transform: translateY(-2px); }
.admission-chatbot__launcher-icon { border: 2px solid currentColor; border-radius: 8px; display: block; height: 21px; position: relative; width: 24px; }
.admission-chatbot__launcher-icon:before { background: currentColor; border-radius: 50%; box-shadow: 6px 0 0 currentColor, 12px 0 0 currentColor; content: ''; height: 3px; left: 4px; position: absolute; top: 7px; width: 3px; }
.admission-chatbot__launcher-icon:after { border-right: 2px solid currentColor; border-top: 2px solid currentColor; bottom: -5px; content: ''; height: 7px; left: 3px; position: absolute; transform: skewY(-35deg); width: 7px; }
.admission-chatbot__launcher-label { font-size: 14px; font-weight: 700; line-height: 1; white-space: nowrap; }
.admission-chatbot__panel { animation: admission-chatbot-panel-in .22s ease-out; background: #fff; border: 1px solid rgba(94, 16, 32, .09); border-radius: 12px; bottom: 94px; box-shadow: 0 14px 38px rgba(44, 17, 23, .24); color: #222; display: flex; flex-direction: column; max-height: calc(100vh - 118px); overflow: hidden; padding: 0; position: fixed; right: 24px; transition: height .25s ease; width: 390px; z-index: 2147483647; }
.admission-chatbot__panel[hidden] { display: none; }
@keyframes admission-chatbot-panel-in { from { opacity: 0; transform: translateY(10px) scale(.985); } to { opacity: 1; transform: translateY(0) scale(1); } }
.admission-chatbot__header { align-items: flex-start; background: linear-gradient(135deg, #97182b 0%, #b61d36 100%); color: #fff; display: flex; justify-content: space-between; padding: 16px 18px 17px; }
.admission-chatbot__eyebrow { color: #f7cb62; display: block; font-size: 10px; font-weight: 700; letter-spacing: 1.15px; line-height: 1.2; margin: 0 0 6px; text-transform: uppercase; }
.admission-chatbot__header h2 { color: inherit; font-size: 20px; font-weight: 700; letter-spacing: -.15px; line-height: 1.15; margin: 0; padding: 0; }
.admission-chatbot__header p { color: rgba(255, 255, 255, .82); font-size: 12px; line-height: 1.3; margin: 5px 0 0; padding: 0; }
.admission-chatbot__close { align-items: center; background: rgba(255, 255, 255, .12); border: 1px solid rgba(255, 255, 255, .22); border-radius: 50%; color: #fff; cursor: pointer; display: flex; flex: 0 0 auto; font-size: 24px; height: 30px; justify-content: center; line-height: 1; margin: 1px 0 0 12px; padding: 0; transition: background .2s ease, transform .2s ease; width: 30px; }
.admission-chatbot__close:hover { background: rgba(255, 255, 255, .22); transform: rotate(90deg); }
.admission-chatbot__body { border-top: 1px solid rgba(255, 255, 255, .24); flex: 1 1 auto; max-height: none; min-height: 0; overflow-y: auto; padding: 19px 18px 18px; }
.admission-chatbot__body--changing > * { animation: admission-chatbot-content-in .2s ease-out both; }
@keyframes admission-chatbot-content-in { from { opacity: 0; transform: translateX(8px); } to { opacity: 1; transform: translateX(0); } }
.admission-chatbot__body { scrollbar-color: #b56b78 #f4f0f1; scrollbar-width: thin; }
.admission-chatbot__body::-webkit-scrollbar { width: 8px; }
.admission-chatbot__body::-webkit-scrollbar-track { background: #f4f0f1; }
.admission-chatbot__body::-webkit-scrollbar-thumb { background: #b56b78; border: 2px solid #f4f0f1; border-radius: 8px; }
.admission-chatbot__body::-webkit-scrollbar-thumb:hover { background: #8d1729; }
.admission-chatbot__intro, .admission-chatbot__empty { color: #454545; font-size: 14px; line-height: 1.5; margin: 0 0 16px; }
.admission-chatbot__intro { font-weight: 600; }
.admission-chatbot__list { list-style: none; margin: 0; padding: 0; }
.admission-chatbot__list li + li { margin-top: 10px; }
.admission-chatbot__option { background: #fafafa; border: 1px solid #e1e1e1; border-radius: 8px; color: #333; cursor: pointer; display: block; font-size: 14px; line-height: 1.4; min-height: 54px; padding: 14px 52px 14px 14px; position: relative; text-align: left; transition: background .2s ease, border-color .2s ease, box-shadow .2s ease, color .2s ease, transform .2s ease; width: 100%; }
.admission-chatbot__option:hover { background: #fff; border-color: #c88b96; box-shadow: 0 4px 12px rgba(94, 16, 32, .09); color: #8d1729; transform: translateY(-1px); }
.admission-chatbot__option:after { align-items: center; background: #f4e7e9; border-radius: 50%; color: #8d1729; content: '\203A'; display: flex; font-size: 22px; height: 26px; justify-content: center; line-height: 1; position: absolute; right: 13px; top: 50%; transform: translateY(-50%); width: 26px; }
.admission-chatbot__option:hover:after { background: #a51c30; color: #fff; }
.admission-chatbot__option:focus { background: #fff; border-color: #a51c30; box-shadow: 0 0 0 3px rgba(246, 191, 47, .55); outline: 0; }
.admission-chatbot__option--category { background: linear-gradient(135deg, #fbf2f3 0%, #f8e9eb 100%); border-color: #e4c3c8; color: #651123; font-size: 15px; font-weight: 700; min-height: 60px; padding-left: 45px; }
.admission-chatbot__option--category:before { background: #c69332; border-radius: 50%; content: ''; height: 8px; left: 18px; position: absolute; top: 50%; transform: translateY(-50%); width: 8px; }
.admission-chatbot__option--category:after { background: #a51c30; color: #fff; height: 29px; right: 14px; width: 29px; }
.admission-chatbot__option--category:hover { background: linear-gradient(135deg, #fff7f8 0%, #f9e8ea 100%); border-color: #b76775; color: #86172a; }
.admission-chatbot__option--category:hover:after { background: #7e1424; }
.admission-chatbot__nav { border-bottom: 1px solid #ece3e4; display: flex; gap: 8px; margin: -19px -18px 18px; padding: 10px 18px; }
.admission-chatbot__nav-button { background: #fff; border: 1px solid #d9c5c8; border-radius: 15px; color: #86172a; cursor: pointer; font-size: 12px; font-weight: 700; line-height: 1; padding: 7px 11px; transition: background .2s ease, border-color .2s ease, color .2s ease; }
.admission-chatbot__nav-button:hover { background: #f7e9eb; border-color: #a51c30; }
.admission-chatbot__nav-button:before { display: inline-block; font-size: 15px; font-weight: 400; line-height: 8px; margin-right: 5px; vertical-align: -1px; }
.admission-chatbot__nav-button--back:before { content: '\2039'; }
.admission-chatbot__nav-button--menu:before { content: '\2261'; font-size: 17px; }
.admission-chatbot__question-title { border-left: 3px solid #c69332; color: #5e1020; font-size: 17px; font-weight: 700; line-height: 1.38; margin: 0 0 17px; padding: 1px 0 1px 11px; }
.admission-chatbot__answer { color: #3d3d3d; font-size: 14px; line-height: 1.62; }
.admission-chatbot__answer p { margin: 0 0 14px; }
.admission-chatbot__answer p:first-child { margin-top: 0; }
.admission-chatbot__answer ul, .admission-chatbot__answer ol { margin: 0 0 17px; padding-left: 23px; }
.admission-chatbot__answer li { padding-left: 2px; }
.admission-chatbot__answer li + li { margin-top: 8px; }
.admission-chatbot__answer a { color: #8d1729; font-weight: 700; text-decoration: underline; }
.admission-chatbot__answer-image { display: block; height: auto; margin: 12px auto; max-width: 100%; }
.admission-chatbot__answer h4 { color: #5e1020; font-size: 14px; font-weight: 700; margin: 20px 0 9px; }
.admission-chatbot__table-wrap { background: linear-gradient(90deg, rgba(165, 28, 48, .04), transparent 12px); border: 1px solid #dccdd0; border-radius: 7px; margin: 13px 0 18px; overflow-x: auto; }
.admission-chatbot__table { border-collapse: collapse; font-size: 11px; line-height: 1.35; margin: 0; min-width: 740px; width: 100%; }
.admission-chatbot__table th, .admission-chatbot__table td { border-bottom: 1px solid #e7dddf; padding: 8px 8px; text-align: center; vertical-align: middle; white-space: nowrap; }
.admission-chatbot__table thead th { background: #f4e7e9; color: #5e1020; font-weight: 700; position: sticky; top: 0; }
.admission-chatbot__table tbody tr:nth-child(even) { background: #fcfafa; }
.admission-chatbot__table tbody th { background: transparent; color: #333; font-weight: 700; text-align: left; white-space: normal; }
.admission-chatbot__table small { font-size: 9px; font-weight: 400; }
.admission-chatbot__table--compact { min-width: 100%; }
.admission-chatbot__links { list-style: none; margin: 16px 0 0; padding: 0; }
.admission-chatbot__links li + li { margin-top: 8px; }
.admission-chatbot__links a { color: #8d1729; font-weight: 700; }
@media (max-width: 480px) { .admission-chatbot__launcher { border-radius: 50%; bottom: 16px; gap: 0; padding: 0; right: 16px; width: 58px; } .admission-chatbot__launcher-label { clip: rect(0 0 0 0); clip-path: inset(50%); height: 1px; overflow: hidden; position: absolute; white-space: nowrap; width: 1px; } .admission-chatbot__panel { bottom: 84px; border-radius: 11px; max-height: calc(100vh - 100px); right: 12px; width: calc(100% - 24px); } .admission-chatbot__body { padding: 17px 15px 16px; } .admission-chatbot__nav { margin-left: -15px; margin-right: -15px; padding-left: 15px; padding-right: 15px; } }

@media (prefers-reduced-motion: reduce) { .admission-chatbot__launcher, .admission-chatbot__option, .admission-chatbot__close, .admission-chatbot__nav-button, .admission-chatbot__panel { transition: none; } .admission-chatbot__panel, .admission-chatbot__body--changing > * { animation: none; } }
