.study-bot-fab{position:fixed;right:24px;bottom:160px;z-index:84;width:58px;height:58px;border:0;border-radius:18px;background:#6a4fb3;color:#fff;box-shadow:0 8px 24px rgba(72,54,129,.28);display:grid;place-items:center;cursor:pointer}.study-bot-fab .material-symbols-rounded{font-size:27px}
.study-bot{position:fixed;right:16px;bottom:16px;z-index:122;width:min(440px,calc(100% - 32px));height:min(650px,calc(100vh - 32px));border:1px solid rgba(255,255,255,.42);border-radius:28px;background:rgba(248,251,248,.96);color:var(--md-on-surface);backdrop-filter:blur(24px);box-shadow:0 22px 70px rgba(20,34,25,.3);overflow:hidden;display:grid;grid-template-rows:68px auto minmax(0,1fr) auto 58px;opacity:0;visibility:hidden;transform:translateY(18px) scale(.98);transition:.23s}.study-bot.open{opacity:1;visibility:visible;transform:none}.study-bot.maximized{inset:18px;width:auto;height:auto}.study-bot.minimized{width:300px;height:74px;grid-template-rows:74px;cursor:pointer}.study-bot.minimized .study-session-bar,.study-bot.minimized .study-bot-messages,.study-bot.minimized .study-suggestions,.study-bot.minimized .study-bot-form{display:none}
.study-bot>header{padding:0 14px;display:flex;align-items:center;justify-content:space-between;gap:12px;border-bottom:1px solid var(--md-outline-variant)}.study-bot>header>div{display:flex;align-items:center;gap:10px;min-width:0}.study-bot>header>div>.material-symbols-rounded{width:40px;height:40px;flex:0 0 auto;border-radius:15px;background:#e9ddff;color:#392067;display:grid;place-items:center}.study-bot h2{font-size:17px}.study-bot small{display:block;max-width:190px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:9px;color:var(--md-on-surface-variant)}.study-window-actions{display:flex;align-items:center;gap:2px}.study-bot>header button{width:34px;height:34px;border:0;border-radius:50%;background:transparent;color:inherit;display:grid;place-items:center;cursor:pointer}.study-bot>header button:hover{background:var(--md-surface-container)}
.study-session-bar{display:flex;gap:6px;overflow:auto;padding:9px 12px;border-bottom:1px solid var(--md-outline-variant);background:rgba(255,255,255,.3)}.study-session-bar button{height:34px;max-width:150px;display:inline-flex;align-items:center;gap:6px;border:0;border-radius:999px;padding:0 10px;background:var(--md-surface-container);color:var(--md-on-surface-variant);font:800 9px 'DM Sans';cursor:pointer;white-space:nowrap}.study-session-bar button.active{background:#e9ddff;color:#392067}.study-session-bar b{overflow:hidden;text-overflow:ellipsis}.study-session-bar .material-symbols-rounded{font-size:15px}
.study-bot-messages{padding:14px;overflow:auto;display:flex;flex-direction:column;gap:10px}.study-message{max-width:88%;padding:11px 13px;border-radius:18px;font-size:12px;line-height:1.45;white-space:pre-wrap;overflow-wrap:anywhere}.study-message.bot{align-self:flex-start;background:var(--md-surface-container);border-bottom-left-radius:5px}.study-message.user{align-self:flex-end;background:#6a4fb3;color:#fff;border-bottom-right-radius:5px}.study-message a{color:inherit;font-weight:800;text-decoration:underline}.study-message ul{margin:7px 0 0;padding-left:17px}.study-message li{margin:4px 0}
.study-resource-card{display:grid;gap:6px;margin-top:8px}.study-resource-card a{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:8px 10px;border-radius:13px;background:rgba(106,79,179,.1);color:#4b348f;text-decoration:none;font:800 10px 'DM Sans'}.study-resource-card a span{font-size:16px}
.study-suggestions{display:flex;gap:6px;flex-wrap:wrap;padding:9px 12px;border-top:1px solid var(--md-outline-variant);background:rgba(255,255,255,.36)}.study-suggestions button{border:0;border-radius:999px;padding:8px 10px;background:#e9ddff;color:#392067;font:800 9px 'DM Sans';cursor:pointer}
.study-bot-form{height:58px;padding:8px;display:flex;align-items:center;gap:6px;border-top:1px solid var(--md-outline-variant)}.study-bot-form input{flex:1;min-width:0;height:40px;border:0;outline:0;border-radius:20px;padding:0 14px;background:var(--md-surface-container);color:var(--md-on-surface);font:500 11px 'DM Sans'}.study-bot-form button{width:40px;height:40px;border:0;border-radius:50%;background:#6a4fb3;color:#fff;display:grid;place-items:center;cursor:pointer}
:root[data-theme="dark"] .study-bot{background:rgba(26,33,28,.96);border-color:rgba(255,255,255,.08)}:root[data-theme="dark"] .study-message.bot{background:#272c28}:root[data-theme="dark"] .study-suggestions{background:rgba(18,24,20,.5)}:root[data-theme="dark"] .study-resource-card a{background:rgba(210,194,255,.16);color:#e7ddff}
@media(max-width:600px){.study-bot-fab{right:16px;bottom:152px}.study-bot{inset:8px;width:auto;height:auto;border-radius:22px}}
