@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap";:root,.theme-professional-light{--color-bg: #F8F9FA;--color-panel: #FFFFFF;--color-border: #DEE2E6;--color-text-primary: #212529;--color-text-secondary: #6c757d;--color-accent: #007BFF;--color-accent-hover: #0069d9;--color-danger: #dc3545;--color-danger-hover: #c82333}.theme-dark-onyx{--color-bg: #121212;--color-panel: #1E1E1E;--color-border: #2C2C2C;--color-text-primary: #E0E0E0;--color-text-secondary: #A0A0A0;--color-accent: #BB86FC;--color-accent-hover: #9965f4;--color-danger: #CF6679;--color-danger-hover: #b04c5e}.theme-midnight-blue{--color-bg: #0D1B2A;--color-panel: #1B263B;--color-border: #415A77;--color-text-primary: #E0E1DD;--color-text-secondary: rgba(224, 225, 221, .7);--color-accent: #778DA9;--color-accent-hover: #62768f;--color-danger: #e63946;--color-danger-hover: #c92a37}html,body{min-height:100%;height:100%;margin:0;padding:0;font-family:Inter,system-ui,-apple-system,sans-serif;background-color:var(--color-bg);color:var(--color-text-primary);overflow-x:hidden;overflow-y:auto}#root{min-height:100%;display:flex;flex-direction:column}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--color-border);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--color-text-secondary)}*{scrollbar-width:thin;scrollbar-color:var(--color-border) transparent}.prose{line-height:1.6}.prose h1,.prose h2,.prose h3{margin-top:1.5em;margin-bottom:.5em;font-weight:600}.prose p{margin-bottom:1em}.prose ul{list-style-type:disc;padding-left:1.5em;margin-bottom:1em}.prose strong{font-weight:600}@keyframes progress-stripes{0%{background-position:1rem 0}to{background-position:0 0}}.animate-progress-stripes{background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-size:1rem 1rem;animation:progress-stripes 1s linear infinite}@keyframes progress-indeterminate{0%{width:0%;margin-left:0%}50%{width:60%;margin-left:20%}to{width:0%;margin-left:100%}}.animate-progress-bar{animation:progress-indeterminate 2s ease-in-out infinite}
