:root{--stj-blue:#0a84ff;--stj-ink:#172033;--stj-muted:#687386;--stj-line:#e7eaf0;--stj-bg:#f7f8fb;--stj-green:#34c759}.stj-compose,.stj-library,.stj-gate{font-family:Roboto,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--stj-ink);box-sizing:border-box}.stj-compose *,.stj-library *,.stj-gate *{box-sizing:border-box}.stj-compose{max-width:820px;margin:36px auto 12px;padding:28px;border:1px solid var(--stj-line);border-radius:28px;background:linear-gradient(145deg,#fff 0%,#fafbff 100%);box-shadow:0 16px 50px rgba(30,45,80,.08);transition:.25s}.stj-compose.just-saved{box-shadow:0 16px 55px rgba(10,132,255,.16)}.stj-topline{display:flex;align-items:center;gap:8px;color:var(--stj-blue);font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.12em}.stj-spark{display:grid;place-items:center;width:25px;height:25px;border-radius:50%;color:#fff;background:var(--stj-blue)}.stj-favorite{margin-left:auto;border:0;background:transparent;color:#c7cbd3;font-size:22px;cursor:pointer}.stj-favorite.is-on{color:#ffb400}.stj-compose h2{margin:12px 0 24px;font-size:26px;line-height:1.15}.stj-thread{display:flex;align-items:flex-end;gap:10px;margin-bottom:12px}.stj-avatar{display:grid;place-items:center;flex:0 0 34px;height:34px;border-radius:50%;background:linear-gradient(135deg,#5856d6,#0a84ff);color:white}.stj-bubble{position:relative;max-width:78%;padding:13px 17px;border-radius:21px 21px 21px 6px;background:#e9e9eb;color:#111;font-size:16px;line-height:1.5}.stj-response{margin-left:44px}.stj-response textarea{display:block;width:100%;min-height:150px;resize:vertical;border:2px solid #e4e7ec;border-radius:23px 23px 7px 23px;padding:17px 20px 56px;font:400 16px/1.55 inherit;color:var(--stj-ink);background:#fff;outline:0;transition:.2s}.stj-response textarea:focus{border-color:var(--stj-blue);box-shadow:0 0 0 4px rgba(10,132,255,.1)}.stj-toolbar{display:flex;align-items:center;gap:10px;margin:-48px 10px 10px 14px;position:relative}.stj-moods{display:flex;gap:2px;padding:3px;border-radius:20px;background:#f1f2f6}.stj-moods button{border:0;background:transparent;border-radius:50%;width:30px;height:30px;cursor:pointer;filter:grayscale(.85);opacity:.65;transition:.2s}.stj-moods button:hover,.stj-moods button.is-on{filter:none;opacity:1;transform:scale(1.12);background:#fff}.stj-status{margin-left:auto;color:var(--stj-muted);font-size:12px}.stj-send{display:grid;place-items:center;width:34px;height:34px;border:0;border-radius:50%;background:var(--stj-blue);color:#fff;font-size:20px;font-weight:800;cursor:pointer}.stj-login,.stj-preview-note{margin-left:44px;padding:18px;border-radius:18px;background:#fff;border:1px dashed #cfd6e2;text-align:center}.stj-login p{margin:0 0 12px;color:var(--stj-muted)}.stj-login a,.stj-gate a{display:inline-block;padding:11px 17px;border-radius:14px;background:var(--stj-blue);color:#fff!important;text-decoration:none;font-weight:700}.stj-library{max-width:1100px;margin:30px auto;padding:0 20px}.stj-library>header{display:flex;justify-content:space-between;align-items:flex-end;gap:24px;margin-bottom:30px}.stj-eyebrow{color:var(--stj-blue);font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.12em}.stj-library h1{font-size:clamp(36px,6vw,64px);line-height:1;margin:10px 0}.stj-library header p{margin:0;color:var(--stj-muted)}.stj-export{padding:12px 16px;border:1px solid var(--stj-line);border-radius:14px;background:#fff;color:var(--stj-ink)!important;text-decoration:none;font-weight:700;white-space:nowrap}.stj-filter{display:grid;grid-template-columns:1fr 230px;gap:12px;margin-bottom:18px}.stj-filter input,.stj-filter select{width:100%;min-height:48px;border:1px solid var(--stj-line);border-radius:15px;padding:0 16px;background:#fff;font:inherit}.stj-entry-list{columns:2 360px;column-gap:18px}.stj-entry-card{break-inside:avoid;margin:0 0 18px;padding:23px;border:1px solid var(--stj-line);border-radius:22px;background:#fff;box-shadow:0 9px 30px rgba(32,47,75,.06)}.stj-entry-card[hidden]{display:none}.stj-entry-meta{display:flex;justify-content:space-between;color:var(--stj-muted);font-size:12px}.stj-entry-meta span:last-child{color:#ffb400}.stj-entry-card h2{margin:9px 0 2px;font-size:21px}.stj-course{margin:0 0 16px;color:var(--stj-blue);font-size:13px;font-weight:700}.stj-mini-prompt{padding:11px 14px;border-radius:15px 15px 15px 5px;background:#e9e9eb;color:#111;font-size:14px}.stj-copy{white-space:normal;line-height:1.65}.stj-entry-card footer{display:flex;align-items:center;justify-content:space-between;border-top:1px solid var(--stj-line);padding-top:12px}.stj-mood-label{color:var(--stj-muted);font-size:12px;text-transform:capitalize}.stj-delete{border:0;background:transparent;color:#c0392b;cursor:pointer}.stj-empty,.stj-gate{text-align:center;padding:70px 24px;border:1px dashed #ccd3df;border-radius:26px;background:var(--stj-bg)}.stj-empty>span,.stj-gate>span{font-size:48px}.stj-empty h2,.stj-gate h2{margin:12px 0 6px}.stj-empty p,.stj-gate p{color:var(--stj-muted)}@media(max-width:700px){.stj-compose{padding:20px 16px;border-radius:22px}.stj-response{margin-left:0}.stj-bubble{max-width:88%}.stj-toolbar{flex-wrap:wrap}.stj-status{order:3;width:100%;text-align:right}.stj-library>header{display:block}.stj-export{display:inline-block;margin-top:18px}.stj-filter{grid-template-columns:1fr}.stj-entry-list{columns:1}}
.slm-learning .stj-compose{position:relative!important;z-index:50!important;isolation:isolate;pointer-events:auto!important}.slm-learning .stj-response,.slm-learning .stj-response textarea,.slm-learning .stj-toolbar,.slm-learning .stj-toolbar button{position:relative;z-index:51;pointer-events:auto!important}.slm-learning .stj-response textarea{user-select:text!important;-webkit-user-select:text!important;touch-action:manipulation!important;cursor:text!important;opacity:1!important}.slm-learning .slm-html-frame-wrap,.slm-learning .slm-html-lesson{position:relative;z-index:1}.slm-learning .stj-compose[aria-busy="true"] .stj-response textarea{pointer-events:auto!important}
