@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap";[data-theme=light],:root{--bg-color:#faf9f6;--bg-gradient:linear-gradient(135deg, #fcfbf9 0%, #f4f1eb 100%);--surface-color:#ffffffb3;--surface-solid:#fff;--surface-border:#0000000a;--surface-hover:#00000005;--text-primary:#2d2621;--text-secondary:#5a5047;--text-tertiary:#9c8e80;--accent-primary:#f59e0b;--accent-secondary:#d97706;--accent-gradient:linear-gradient(135deg, #f59e0b, #d97706);--accent-light:#f59e0b14;--danger:#fb7185;--danger-light:#fb71851a;--success:#34d399;--success-light:#34d3991a;--font-family:"Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;--shadow-sm:0 1px 2px #00000008;--shadow-md:0 4px 12px #0000000a, 0 2px 4px #00000005;--shadow-lg:0 10px 30px #0000000f, 0 4px 8px #00000008;--glow:0 0 20px #f59e0b26;--transition-fast:.15s cubic-bezier(.4, 0, .2, 1);--transition-normal:.3s cubic-bezier(.4, 0, .2, 1);--header-height:64px}[data-theme=dark]{--bg-color:#0b0d10;--bg-gradient:radial-gradient(circle at top left, #1c1f26 0%, #0b0d10 100%);--surface-color:#161a208c;--surface-solid:#13171e;--surface-border:#ffffff0d;--surface-hover:#ffffff08;--text-primary:#f3f1ed;--text-secondary:#a19d97;--text-tertiary:#6d6a64;--accent-primary:#f59e0b;--accent-secondary:#d97706;--accent-gradient:linear-gradient(135deg, #f59e0b, #d97706);--accent-light:#f59e0b26;--danger-light:#fb718526;--success-light:#34d39926;--shadow-sm:0 1px 3px #00000026;--shadow-md:0 4px 12px #0003;--shadow-lg:0 10px 30px #00000040;--glow:0 0 20px #f59e0b40}*{box-sizing:border-box;margin:0;padding:0}html{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light}html[data-theme=dark]{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}body{font-family:var(--font-family);background:var(--bg-color);background-image:var(--bg-gradient);color:var(--text-primary);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;min-height:100vh;transition:background var(--transition-normal), color var(--transition-normal);overflow-x:hidden}.glass{background:var(--surface-color);-webkit-backdrop-filter:blur(12px);border:1px solid var(--surface-border);box-shadow:var(--shadow-md);transition:background var(--transition-normal), border-color var(--transition-normal), box-shadow var(--transition-normal);border-radius:16px}.glass-panel{background:var(--surface-solid);border:1px solid var(--surface-border);box-shadow:var(--shadow-sm);transition:background var(--transition-normal), border-color var(--transition-normal);border-radius:20px}h1,h2,h3,h4,h5,h6{letter-spacing:-.02em;color:var(--text-primary);font-weight:600}p{color:var(--text-secondary);line-height:1.6}button{font-family:var(--font-family);cursor:pointer;color:inherit;transition:all var(--transition-fast);background:0 0;border:none}.btn-primary{background:var(--accent-gradient);color:#fff;box-shadow:var(--shadow-sm);border-radius:8px;padding:10px 20px;font-weight:500;position:relative;overflow:hidden}.btn-primary:hover{box-shadow:var(--glow);transform:translateY(-1px)}.btn-primary:active{transform:translateY(1px)}.btn-secondary{background:var(--surface-color);color:var(--text-primary);border:1px solid var(--surface-border);border-radius:8px;padding:10px 20px;font-weight:500}.btn-secondary:hover{background:var(--surface-hover);border-color:var(--accent-primary)}.btn-icon{background:var(--surface-hover);border:1px solid #0000;border-radius:8px;justify-content:center;align-items:center;padding:8px;display:flex}.btn-icon:hover{background:var(--accent-light);border-color:var(--surface-border);transform:scale(1.05)}input,textarea{font-family:var(--font-family);background:var(--surface-solid);border:1px solid var(--surface-border);color:var(--text-primary);transition:all var(--transition-fast);border-radius:8px;outline:none;padding:12px 16px}input:focus,textarea:focus{border-color:var(--accent-primary);box-shadow:0 0 0 3px var(--accent-light)}input::placeholder,textarea::placeholder{color:var(--text-tertiary)}.app-container{height:100vh;display:flex;overflow:hidden}.main-content{flex:1;padding:32px;position:relative;overflow-y:auto}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes slideDown{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}@keyframes scaleIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.animate-fade-in{animation:fadeIn var(--transition-normal) forwards}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:var(--surface-border);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--text-tertiary)}.modal-backdrop{-webkit-backdrop-filter:blur(4px);z-index:100;background:#0006;justify-content:center;align-items:center;animation:.2s forwards fadeIn;display:flex;position:fixed;inset:0}.modal-content{background:var(--surface-solid);border:1px solid var(--surface-border);box-shadow:var(--shadow-lg);border-radius:16px;width:100%;max-width:520px;max-height:80vh;animation:.25s forwards scaleIn;overflow-y:auto}.markdown-preview{color:var(--text-primary);font-size:16px;line-height:1.6}.markdown-preview h1,.markdown-preview h2,.markdown-preview h3,.markdown-preview h4,.markdown-preview h5,.markdown-preview h6{color:var(--text-primary);margin-top:1.5em;margin-bottom:.5em;font-weight:600}.markdown-preview h1{border-bottom:1px solid var(--surface-border);padding-bottom:.3em;font-size:2em}.markdown-preview h2{border-bottom:1px solid var(--surface-border);padding-bottom:.3em;font-size:1.5em}.markdown-preview h3{font-size:1.25em}.markdown-preview p,.markdown-preview ul,.markdown-preview ol{margin-top:0;margin-bottom:16px}.markdown-preview ul,.markdown-preview ol{padding-left:2em}.markdown-preview li{margin-bottom:.25em}.markdown-preview li>input[type=checkbox]{accent-color:var(--accent-primary);margin-right:.5em}.markdown-preview blockquote{color:var(--text-secondary);border-left:4px solid var(--accent-primary);background:var(--surface-hover);border-radius:0 4px 4px 0;margin:0 0 16px;padding:.5em 1em}.markdown-preview code{background-color:var(--surface-hover);color:var(--accent-secondary);border-radius:6px;padding:.2em .4em;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:85%}.markdown-preview pre{background-color:var(--surface-solid);border:1px solid var(--surface-border);border-radius:8px;margin-bottom:16px;padding:16px;overflow:auto}.markdown-preview pre code{color:var(--text-primary);background-color:#0000;padding:0;font-size:14px}.markdown-preview a{color:var(--accent-primary);text-decoration:none}.markdown-preview a:hover{text-decoration:underline}.markdown-preview table{border-collapse:collapse;width:100%;margin-bottom:16px}.markdown-preview th,.markdown-preview td{border:1px solid var(--surface-border);text-align:left;padding:8px 12px}.markdown-preview th{background-color:var(--surface-hover);font-weight:600}.markdown-preview img{max-width:100%;height:auto;box-shadow:var(--shadow-sm);border-radius:8px;margin:16px 0;display:block}
