@theme{ --color-primary-50: #eef2ff; --color-primary-100: #e0e7ff; --color-primary-200: #c7d2fe; --color-primary-300: #a5b4fc; --color-primary-400: #818cf8; --color-primary-500: #6366f1; --color-primary-600: #4f46e5; --color-primary-700: #4338ca; --color-primary-800: #3730a3; --color-primary-900: #312e81; }*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;background-color:#f8fafc;color:#0f172a;line-height:1.6}pre{background:#1e293b;color:#e2e8f0;padding:1rem;border-radius:.5rem;overflow-x:auto;font-size:.875rem;line-height:1.5}code{font-family:Menlo,Monaco,Courier New,monospace;background:#f1f5f9;padding:.125rem .375rem;border-radius:.25rem;font-size:.875rem}pre code{background:none;padding:0}.spinner{border:3px solid #f3f3f3;border-top:3px solid #6366f1;border-radius:50%;width:24px;height:24px;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.toast{position:fixed;bottom:1.5rem;right:1.5rem;background:#1e293b;color:#fff;padding:.75rem 1.5rem;border-radius:.5rem;box-shadow:0 10px 15px -3px #0000001a;animation:slideIn .3s ease;z-index:1000}.toast.success{background:#059669}.toast.error{background:#dc2626}@keyframes slideIn{0%{transform:translateY(100%);opacity:0}to{transform:translateY(0);opacity:1}}.modal-backdrop{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:100;animation:fadeIn .2s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.source-icon{width:1.25rem;height:1.25rem}@media(max-width:768px){.sidebar{position:fixed;left:-100%;top:0;bottom:0;width:250px;transition:left .3s ease;z-index:50}.sidebar.open{left:0}}
