:root{--background:#fff;--text-primary:#1a1a1a;--text-secondary:#4a4a4a;--text-tertiary:#767676;--border-light:#e5e5e5;--border-hover:#1a1a1a;--accent:#2563eb;--tag-bg:#f1f5f9;--font-serif:"Crimson Text",serif;--font-mono:"Space Mono",monospace}.container{max-width:100%;margin:0 auto;height:100vh;padding:0 1rem}.container,body,html{width:100%;overflow:hidden}body,html{margin:0;padding:0;height:100%;color:var(--text-primary);background:var(--background);position:fixed}@media (max-width:768px){body,html{overflow:hidden;position:fixed;width:100%}.container{height:100vh;overflow:hidden}}*{scrollbar-width:thin;scrollbar-color:#cbd5e1 transparent}::-webkit-scrollbar{width:8px;height:8px;display:block}::-webkit-scrollbar-track{background:transparent;margin:4px 0}::-webkit-scrollbar-thumb{background-color:#cbd5e1;border-radius:4px;border:2px solid transparent;min-height:40px}::-webkit-scrollbar-button:end:increment,::-webkit-scrollbar-button:start:decrement{display:none}::-webkit-scrollbar-thumb:hover{background-color:#94a3b8}.scrollVisible::-webkit-scrollbar{width:8px!important;display:block!important}.scrollVisible::-webkit-scrollbar-thumb{background-color:#cbd5e1!important;border-radius:4px!important;visibility:visible!important}