@import"https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@400;500;600;700;800&display=swap";@tailwind base;@tailwind components;@tailwind utilities;:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;--text-heading: #111827;--text-body: #374151;--text-meta: #9CA3AF}a,button,input,select,textarea,[role=button],[data-clickable]{transition:color .2s cubic-bezier(.4,0,.2,1),background-color .2s cubic-bezier(.4,0,.2,1),border-color .2s cubic-bezier(.4,0,.2,1),box-shadow .2s cubic-bezier(.4,0,.2,1),transform .15s cubic-bezier(.4,0,.2,1),opacity .2s cubic-bezier(.4,0,.2,1)}[role=button],[data-clickable],tr[onclick],td[onclick],.clickable{cursor:pointer}[disabled],[aria-disabled=true],button:disabled,input:disabled,select:disabled,textarea:disabled{cursor:not-allowed!important;opacity:.6}:focus-visible{outline:2px solid var(--chakra-colors-primary-500, #5043CE);outline-offset:2px}:focus:not(:focus-visible){outline:none}@keyframes skeleton-pulse{0%,to{opacity:1}50%{opacity:.4}}.skeleton{background:linear-gradient(90deg,#e5e7eb 25%,#f3f4f6,#e5e7eb 75%);background-size:200% 100%;animation:skeleton-pulse 1.5s ease-in-out infinite;border-radius:4px}@keyframes aiPulse{0%,to{box-shadow:0 4px 16px #8b5cf659,inset 0 1px #fff3}50%{box-shadow:0 4px 24px #8b5cf68c,inset 0 1px #ffffff4d}}.shadow-soft{box-shadow:0 1px 2px #0000000a,0 4px 8px #0000000a,0 8px 16px #00000008}.shadow-soft-lg{box-shadow:0 2px 4px #0000000a,0 8px 16px #0000000f,0 16px 32px #0000000a}.empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;padding:48px 24px;text-align:center;color:var(--text-meta)}.empty-state svg,.empty-state .icon{width:48px;height:48px;opacity:.4}.empty-state p{max-width:320px;font-size:.875rem;line-height:1.5}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#00000026;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#00000040}.editor-container{position:relative;border-radius:8px;background:#fff;border:1px solid #e2e8f0;overflow:hidden;box-shadow:0 1px 2px #0000000d}.editor-container:focus-within{border-color:#805ad5;box-shadow:0 0 0 1px #805ad5}.editor-inner{background:#fff;position:relative;min-height:300px}.editor-input{min-height:280px;resize:none;font-size:15px;line-height:1.6;position:relative;-moz-tab-size:1;tab-size:1;outline:0;padding:20px;color:#2d3748}.editor-placeholder{color:#a0aec0;overflow:hidden;position:absolute;text-overflow:ellipsis;top:20px;left:20px;font-size:15px;-webkit-user-select:none;user-select:none;display:inline-block;pointer-events:none}.editor-text-bold{font-weight:600}.editor-text-italic{font-style:italic}.editor-text-underline{text-decoration:underline}.editor-text-strikethrough{text-decoration:line-through}.editor-text-underlineStrikethrough{text-decoration:underline line-through}.editor-paragraph{margin:0 0 16px}.editor-heading-h1{font-size:24px;color:#1a202c;font-weight:700;margin:24px 0 16px}.editor-heading-h2{font-size:20px;color:#2d3748;font-weight:600;margin:20px 0 12px}.editor-list-ul{padding-left:24px;margin:0 0 16px;list-style-type:disc}.editor-list-ol{padding-left:24px;margin:0 0 16px;list-style-type:decimal}.editor-listitem{margin-bottom:8px}.editor-quote{margin:16px 0;font-size:16px;font-style:italic;color:#4a5568;border-left:4px solid #cbd5e0;padding-left:16px}.editor-link{color:#3182ce;text-decoration:none}.editor-link:hover{text-decoration:underline}
