@import"https://fonts.googleapis.com/css2?family=Fira+Code:wght@400;500&family=Inter:wght@300;400;500;600&family=Merriweather:ital,wght@0,300;0,400;0,700;1,300;1,400&display=swap";:root{--bg-primary: #ffffff;--text-primary: #1a1a1a;--text-secondary: #666;--accent: #6200ee;--caret-color: #6200ee;--border-color: #eee;--font-sans: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;--font-serif: "Merriweather", "Georgia", serif;--font-mono: "Fira Code", "Roboto Mono", monospace;--spacing-xs: .25rem;--spacing-sm: .5rem;--spacing-md: 1rem;--spacing-lg: 2rem;--spacing-xl: 4rem}[data-theme=dark]{--bg-primary: #121212;--text-primary: #e0e0e0;--text-secondary: #757575;--accent: #bb86fc;--caret-color: #bb86fc;--border-color: #333}[data-theme=sepia]{--bg-primary: #f5e6d3;--text-primary: #433422;--text-secondary: #7c6a59;--accent: #8d6e63;--caret-color: #8d6e63;--border-color: #dcc8b0}*{box-sizing:border-box;margin:0;padding:0}html,body{height:100%;width:100%}body{background-color:var(--bg-primary);color:var(--text-primary);font-family:var(--font-sans);line-height:1.6;transition:background-color .4s ease,color .4s ease;overflow:hidden;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#root{height:100%;width:100%;display:flex;flex-direction:column}::selection{background:var(--accent);color:var(--bg-primary)}.editor-wrapper{flex:1;display:flex;justify-content:center;padding:var(--spacing-lg);overflow-y:auto}.editor-content{width:100%;max-width:720px;margin-top:10vh;margin-bottom:20vh}.cm-theme{height:100%}.cm-editor{background:transparent!important}.cm-content{caret-color:var(--caret-color)!important}.cm-placeholder{color:var(--text-secondary)!important;font-style:italic}.toolbar-container{position:fixed;bottom:24px;left:50%;transform:translate(-50%);z-index:1000;display:flex;align-items:center;justify-content:center;opacity:1;transition:opacity .3s ease;pointer-events:auto}.toolbar-trigger{position:fixed;bottom:0;left:0;width:100%;height:100px;z-index:999}.toolbar-trigger:hover+.toolbar-container,.toolbar-container:hover{opacity:1;pointer-events:auto}.toolbar{background:#111;color:#fafafa;border:1px solid var(--border-color);border-radius:999px;padding:8px 16px;display:flex;gap:16px;box-shadow:0 8px 32px #0000001f;transition:background .3s ease,color .3s ease}[data-theme=dark] .toolbar{background:#1e1e1ecc;color:var(--text-secondary);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}[data-theme=sepia] .toolbar{background:#f4ecd8cc;color:#433422;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}.toolbar-btn{background:transparent;border:none;cursor:pointer;padding:8px;border-radius:50%;color:inherit;transition:all .2s ease;display:flex;align-items:center;justify-content:center}.toolbar-btn:hover{background:#ffffff1a;transform:translateY(-2px)}[data-theme=dark] .toolbar-btn:hover{background:#ffffff1a;color:var(--text-primary)}[data-theme=sepia] .toolbar-btn:hover{background:#0000000d}
