@import "https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700&display=swap";:root{--bg-base:#0f172a;--bg-surface:#1e293b99;--bg-surface-hover:#1e293bcc;--text-primary:#f8fafc;--text-secondary:#94a3b8;--text-muted:#64748b;--accent-primary:#8b5cf6;--accent-hover:#7c3aed;--accent-gradient:linear-gradient(135deg, #8b5cf6, #3b82f6);--danger:#ef4444;--success:#22c55e;--warning:#f59e0b;--radius-sm:.5rem;--radius-md:1rem;--radius-lg:1.5rem;--radius-full:9999px;--shadow-glow:0 0 20px #8b5cf64d;--shadow-card:0 8px 32px 0 #0003;--glass-border:1px solid #ffffff1a}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--bg-base);color:var(--text-primary);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-image:radial-gradient(at 0 0,#8b5cf626 0,#0000 50%),radial-gradient(at 100% 100%,#3b82f626 0,#0000 50%);background-attachment:fixed;min-height:100vh;font-family:Outfit,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif}.glass-panel{background:var(--bg-surface);-webkit-backdrop-filter:blur(12px);border:var(--glass-border);border-radius:var(--radius-md);box-shadow:var(--shadow-card)}.glass-button{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:var(--glass-border);color:var(--text-primary);border-radius:var(--radius-full);cursor:pointer;background:#ffffff0d;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-family:inherit;font-weight:500;transition:all .2s;display:inline-flex}.glass-button:hover{background:#ffffff1a;transform:translateY(-1px)}.glass-button.primary{background:var(--accent-gradient);box-shadow:var(--shadow-glow);border:none}.glass-button.primary:hover{transform:translateY(-2px);box-shadow:0 0 30px #8b5cf680}.glass-input{border:var(--glass-border);border-radius:var(--radius-sm);color:var(--text-primary);background:#0f172a80;width:100%;padding:.75rem 1rem;font-family:inherit;transition:all .2s}.glass-input:focus{border-color:var(--accent-primary);outline:none;box-shadow:0 0 0 2px #8b5cf633}.container{max-width:1200px;margin:0 auto;padding:2rem}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:#ffffff1a;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#fff3}h1,h2,h3,h4{letter-spacing:-.02em;font-weight:600}.text-gradient{background:var(--accent-gradient);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.rich-editor-content .ProseMirror{color:var(--text-primary);outline:none;font-size:.95rem;line-height:1.6}.rich-editor-content .ProseMirror p.is-editor-empty:first-child:before{content:attr(data-placeholder);float:left;color:var(--text-muted);pointer-events:none;height:0}.rich-editor-content .ProseMirror pre{border-radius:var(--radius-sm);background:#0006;margin:.5rem 0;padding:.75rem 1rem;overflow-x:auto}.rich-editor-content .ProseMirror code:not(pre code){background:#8b5cf626;border-radius:3px;padding:.1em .3em;font-size:.875em}.rich-text-content{overflow-wrap:break-word}.rich-text-content p{margin-bottom:.75rem}.rich-text-content img{border-radius:var(--radius-sm);max-width:100%;height:auto;margin:.5rem 0}.rich-text-content ul,.rich-text-content ol{margin-bottom:.75rem;margin-left:1.5rem}.rich-text-content a{color:var(--accent-primary);text-decoration:none}.rich-text-content a:hover{text-decoration:underline}.task-card img{border-radius:var(--radius-sm);max-width:100%;height:auto;margin:.5rem 0;display:block}.task-card pre{border-radius:var(--radius-sm);background:#0006;margin:.5rem 0;padding:.75rem 1rem;overflow-x:auto}.task-card pre code{font-size:.85em;line-height:1.5}pre code.hljs{padding:1em;display:block;overflow-x:auto}code.hljs{padding:3px 5px}.hljs{color:#c9d1d9;background:#0d1117}.hljs-doctag,.hljs-keyword,.hljs-meta .hljs-keyword,.hljs-template-tag,.hljs-template-variable,.hljs-type,.hljs-variable.language_{color:#ff7b72}.hljs-title,.hljs-title.class_,.hljs-title.class_.inherited__,.hljs-title.function_{color:#d2a8ff}.hljs-attr,.hljs-attribute,.hljs-literal,.hljs-meta,.hljs-number,.hljs-operator,.hljs-variable,.hljs-selector-attr,.hljs-selector-class,.hljs-selector-id{color:#79c0ff}.hljs-regexp,.hljs-string,.hljs-meta .hljs-string{color:#a5d6ff}.hljs-built_in,.hljs-symbol{color:#ffa657}.hljs-comment,.hljs-code,.hljs-formula{color:#8b949e}.hljs-name,.hljs-quote,.hljs-selector-tag,.hljs-selector-pseudo{color:#7ee787}.hljs-subst{color:#c9d1d9}.hljs-section{color:#1f6feb;font-weight:700}.hljs-bullet{color:#f2cc60}.hljs-emphasis{color:#c9d1d9;font-style:italic}.hljs-strong{color:#c9d1d9;font-weight:700}.hljs-addition{color:#aff5b4;background-color:#033a16}.hljs-deletion{color:#ffdcd7;background-color:#67060c}
