:root{--background:#ffffff;--foreground:#171717}body,html{max-width:100vw;overflow-x:hidden}body{font-family:Arial,Helvetica,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box;padding:0;margin:0}a{color:inherit;text-decoration:none}.custom-scrollbar::-webkit-scrollbar{width:8px;height:8px}.custom-scrollbar::-webkit-scrollbar-track{background:rgba(0,0,0,.1);border-radius:4px}.custom-scrollbar::-webkit-scrollbar-thumb{background-color:rgba(0,0,0,.4);border-radius:4px;border:2px solid transparent;background-clip:content-box}.custom-scrollbar::-webkit-scrollbar-thumb:hover{background-color:rgba(0,0,0,.6)}.custom-scrollbar::-webkit-scrollbar-corner{background:rgba(0,0,0,.05)}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration,input[type=search]::-webkit-search-results-button,input[type=search]::-webkit-search-results-decoration{-webkit-appearance:none;display:none}input[type=search]::-ms-clear,input[type=search]::-ms-reveal{display:none;width:0;height:0}#app-splash-screen{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#f0f0f0;display:flex;flex-direction:column;justify-content:center;align-items:center;z-index:99999;opacity:1;visibility:visible;transition:opacity .4s ease-out,visibility 0s linear .4s}#app-splash-screen.hidden{opacity:0;visibility:hidden;pointer-events:none}#app-splash-screen .splash-image-container{margin-bottom:25px}#app-splash-screen img.splash-image{display:block;width:220px;max-width:60vw;height:auto;margin-left:auto;margin-right:auto;border-radius:28px;box-shadow:0 6px 24px rgba(0,0,0,.12)}#app-splash-screen .splash-loader{border:4px solid #f3f3f3;border-top-color:#007aff;border-radius:50%;width:32px;height:32px;animation:splash-spin 1s linear infinite;margin-bottom:12px}#app-splash-screen .splash-text{font-size:16px;color:#333333;text-align:center}@keyframes splash-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@media (prefers-color-scheme:dark){#app-splash-screen{background-color:#1c1c1d}#app-splash-screen .splash-text{color:#e5e5e7}#app-splash-screen .splash-loader{border:4px solid #444444;border-top-color:#0a84ff}}@keyframes pulse{0%{opacity:1}50%{opacity:.4}to{opacity:1}}