: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:rgba(203,213,225,0) transparent;transition:scrollbar-color .4s ease}:hover{scrollbar-color:rgba(203,213,225,.8) transparent}::-webkit-scrollbar{width:10px;height:10px;display:block}::-webkit-scrollbar-track{background:transparent;margin:4px 0}::-webkit-scrollbar-thumb{background-color:rgba(203,213,225,0);border-radius:5px;border:2px solid transparent;background-clip:padding-box;min-height:40px;transition:background-color .4s ease-in-out}:hover::-webkit-scrollbar-thumb{background-color:rgba(203,213,225,.6)}::-webkit-scrollbar-thumb:hover{background-color:rgba(148,163,184,.9);transition:background-color .15s ease}::-webkit-scrollbar-thumb:active{background-color:rgba(100,116,139,.95)}::-webkit-scrollbar-button{display:none;height:0;width:0}.scrollVisible::-webkit-scrollbar-thumb{background-color:rgba(203,213,225,.8)!important}