:root{--bg: #ffffff;--fg: #1a1a1a;--muted: #6b7280;--border: #d1d5db;--accent: #2563eb;--accent-fg: #ffffff;--danger: #dc2626;font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif;font-size:15px;color:var(--fg);background:var(--bg)}*{box-sizing:border-box}body{margin:0}button{font:inherit;cursor:pointer;border:1px solid var(--border);background:#f9fafb;border-radius:6px;padding:.45rem .8rem}button.primary{background:var(--accent);color:var(--accent-fg);border-color:var(--accent)}input,textarea,select{font:inherit;padding:.45rem .6rem;border:1px solid var(--border);border-radius:6px;width:100%}a{color:var(--accent)}.rte{border:1px solid var(--border);border-radius:8px;background:#fff;transition:border-color .15s ease,box-shadow .15s ease}.rte:focus-within{border-color:var(--accent);box-shadow:0 0 0 3px #2563eb1f}.rte-toolbar{display:flex;align-items:center;gap:2px;padding:4px 6px;border-bottom:1px solid var(--border);background:#f8fafc;border-radius:8px 8px 0 0}.rte-toolbar button{display:inline-flex;align-items:center;justify-content:center;width:30px;height:30px;padding:0;border:none;background:transparent;border-radius:6px;color:#475569}.rte-toolbar button:hover{background:#e2e8f0;color:var(--fg)}.rte-toolbar button.active{background:var(--accent);color:#fff}.rte-sep{width:1px;height:18px;background:var(--border);margin:0 4px}.ProseMirror{padding:.5rem .7rem;min-height:2.4rem;outline:none}.ProseMirror p{margin:0 0 .5rem}.ProseMirror p:last-child{margin-bottom:0}.ProseMirror h1,.ProseMirror h2{margin:.4rem 0;line-height:1.2}.ProseMirror h1{font-size:1.4em}.ProseMirror h2{font-size:1.2em}.ProseMirror ul,.ProseMirror ol{margin:.3rem 0;padding-left:1.4rem}.ProseMirror blockquote{margin:.4rem 0;padding-left:.8rem;border-left:3px solid var(--border);color:var(--muted)}.ProseMirror mark{background-color:#fde68a;border-radius:2px;padding:0 1px}.rte-study,.rte-study:focus-within{border:none;background:transparent;box-shadow:none}.rte-study .ProseMirror{cursor:text;padding:0;min-height:0}.study-card{max-width:720px;margin:0 auto;font-size:1.15rem;line-height:1.55}.study-top{display:flex;justify-content:space-between;align-items:baseline;color:var(--muted);font-size:.78rem;margin-bottom:.5rem}.study-panel{background:#f1f5f9;border-radius:10px;box-shadow:0 6px 22px #00000012;padding:1.1rem 1.3rem}.study-back{margin-top:.8rem}.study-field{background:#f8fafc;border-radius:10px;box-shadow:0 3px 12px #0000000d;padding:.7rem 1rem;margin-top:.7rem}.study-field-label{font-size:.68rem;text-transform:uppercase;letter-spacing:.05em;color:var(--muted);margin-bottom:.3rem}.study-tags{display:flex;flex-wrap:wrap;gap:.4rem;margin-top:1rem}.study-tag{background:#fff;box-shadow:0 1px 2px #0000001a;border-radius:4px;padding:.15rem .5rem;font-size:.72rem;color:var(--muted)}.study-reveal{display:flex;justify-content:center;margin:1.4rem 0}.field-label{display:block;margin-bottom:.25rem;font-size:.95em;color:var(--muted)}.tag-input{display:flex;flex-wrap:wrap;gap:.3rem;align-items:center;border:1px solid var(--border);border-radius:6px;padding:.3rem}.tag-input input{border:none;flex:1;min-width:140px;padding:.2rem .3rem;width:auto}.tag-chip{display:inline-flex;align-items:center;gap:.25rem;background:#eef2ff;color:#3730a3;border-radius:4px;padding:.1rem .2rem .1rem .45rem;font-size:.9em}.tag-chip button{border:none;background:transparent;padding:0 .2rem;cursor:pointer;color:inherit;font-size:1.1em;line-height:1}.toast-stack{position:fixed;bottom:1rem;right:1rem;display:flex;flex-direction:column;gap:.5rem;z-index:1000}.toast{min-width:200px;max-width:360px;padding:.6rem .9rem;border-radius:6px;color:#fff;font-size:.95em;box-shadow:0 2px 8px #0000002e;animation:toast-in .15s ease-out}.toast-success{background:#16a34a}.toast-error{background:var(--danger)}@keyframes toast-in{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}
