body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}*{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif!important}#loading-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#101014f2;display:flex;flex-direction:column;justify-content:center;align-items:center;z-index:9999;transition:opacity .3s}body:not([data-theme]) #loading-overlay,body[data-theme=""] #loading-overlay{background-color:#ffffffe6}#brand-logo{margin-bottom:20px;width:120px;height:auto}.spinner{width:40px;height:40px;border:4px solid rgba(255,255,255,.2);border-top:4px solid #FB0070;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:20px}body:not([data-theme]) .spinner,body[data-theme=""] .spinner{border:4px solid #f3f3f3;border-top:4px solid #FB0070}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.loading-text{font-size:16px;color:#ffffffe6}body:not([data-theme]) .loading-text,body[data-theme=""] .loading-text{color:#333}.hidden{opacity:0;pointer-events:none;display:none!important}#error-message{display:none;max-width:600px;margin:100px auto;padding:20px;background-color:#fff;border:1px solid #ddd;border-radius:8px;box-shadow:0 2px 10px #0000001a}#error-message h2{color:#fb0070;margin-top:0}#error-message pre{background:#f5f5f5;padding:10px;overflow:auto;border-radius:4px}.btn{display:inline-block;background:#fb0070;color:#fff;padding:10px 15px;border-radius:4px;text-decoration:none;margin-top:10px;cursor:pointer;border:none;font-size:14px}.docs-header{position:fixed;left:0;right:0;height:60px;background:#fffffff2;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid rgba(0,0,0,.1);display:flex;align-items:center;padding:0 20px;z-index:1002;transition:all .3s ease;position:sticky;top:0}.scalar-dark-mode .docs-header,.scalar-dark .docs-header{background:#101014f2;border-bottom:1px solid rgba(255,255,255,.1)}body[data-theme=elysiajs] .docs-header{background:#111728f2!important;border-bottom:1px solid rgba(147,51,234,.2)!important;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.docs-header .header-logo{height:36px;width:auto;transition:opacity .3s ease}.docs-header .header-title{margin-left:12px;font-size:18px;font-weight:600;color:#333;transition:color .3s ease}[data-theme=elysiajs] .docs-header .header-title,.scalar-dark-mode .docs-header .header-title,.scalar-dark .docs-header .header-title{color:#ffffffe6}#app{padding-top:60px}.theme-selector{position:fixed;top:8px;right:8px;z-index:10000;display:flex;align-items:center;gap:3px;background:#ffffff14;padding:3px 6px;border-radius:4px;box-shadow:0 2px 8px #0000000d;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid rgba(255,255,255,.1);transition:all .3s ease;font-size:10px;opacity:.8;visibility:visible;pointer-events:auto}.theme-selector:hover{opacity:1;background:#ffffff1f;box-shadow:0 2px 12px #00000014}.scalar-dark-mode .theme-selector,.scalar-dark .theme-selector,[data-theme=elysiajs] .theme-selector{background:#00000026;border:1px solid rgba(255,255,255,.08);box-shadow:0 2px 8px #00000026}.scalar-dark-mode .theme-selector:hover,.scalar-dark .theme-selector:hover,[data-theme=elysiajs] .theme-selector:hover{opacity:1;background:#00000040;border:1px solid rgba(255,255,255,.12)}body[data-theme=elysiajs] .theme-selector{background:#1117284d!important;border:1px solid rgba(147,51,234,.15)!important;box-shadow:0 2px 8px #9333ea1a!important}body[data-theme=elysiajs] .theme-selector:hover{background:#11172880!important;border:1px solid rgba(147,51,234,.25)!important;box-shadow:0 2px 12px #9333ea26!important}.theme-label{font-size:9px;font-weight:400;color:#0009;margin-right:2px;transition:color .3s ease}.scalar-dark-mode .theme-label,.scalar-dark .theme-label,[data-theme=elysiajs] .theme-label{color:#ffffffb3}.theme-btn{padding:2px 4px;border-radius:3px;border:1px solid rgba(0,0,0,.08);background:#ffffff26;color:#000000b3;cursor:pointer;font-size:8px;font-weight:400;transition:all .2s ease;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);min-width:24px;text-align:center}.theme-btn:hover{background:#ffffff40;border-color:#00000026;transform:translateY(-.5px);box-shadow:0 1px 4px #00000014}.theme-btn.active{background:#fb0070cc;color:#fff;border-color:#fb007066;box-shadow:0 1px 6px #fb007040}.scalar-dark-mode .theme-btn,.scalar-dark .theme-btn,[data-theme=elysiajs] .theme-btn{background:#00000026;color:#fffc;border-color:#ffffff14}.scalar-dark-mode .theme-btn:hover,.scalar-dark .theme-btn:hover,[data-theme=elysiajs] .theme-btn:hover{background:#ffffff14;border-color:#ffffff26}.scalar-dark-mode .theme-btn.active,.scalar-dark .theme-btn.active,[data-theme=elysiajs] .theme-btn.active{background:#fb0070cc;color:#fff;border-color:#fb007066;box-shadow:0 1px 6px #fb00704d}[data-theme=elysiajs] .theme-btn.active{background:linear-gradient(135deg,#9333eab3,#fb0070b3);border-color:#9333ea66;box-shadow:0 1px 6px #9333ea4d}.theme-selector{display:flex!important;visibility:visible!important;opacity:1!important;z-index:10000!important;position:fixed!important;top:12px!important;right:12px!important}body .theme-selector,body[data-theme] .theme-selector,body[data-theme=elysiajs] .theme-selector,body.scalar-dark-mode .theme-selector,body.scalar-dark .theme-selector{display:flex!important;visibility:visible!important;opacity:1!important}@media (max-width: 768px){.theme-selector{top:auto!important;bottom:20px!important;right:20px!important;padding:4px 6px!important;gap:2px!important;font-size:6px!important}.theme-label{display:none!important}.theme-btn{padding:4px!important;min-width:24px!important;height:24px!important;border-radius:50%!important;font-size:0!important;position:relative}.theme-btn[data-mode=light]:before{content:"☀";font-size:10px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);filter:grayscale(100%);opacity:.8}.theme-btn[data-mode=dark]:before{content:"☽";font-size:10px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);filter:grayscale(100%);opacity:.8}.theme-btn[data-mode=elysia]:before{content:"★";font-size:10px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);filter:grayscale(100%);opacity:.8}}@media (max-width: 480px){.theme-selector{bottom:15px!important;right:15px!important;padding:3px 4px!important;gap:2px!important}.theme-btn{min-width:20px!important;height:20px!important;padding:3px!important}.theme-btn:before{font-size:6px!important}}
