.StaticFooter_footer__Thval{position:fixed;bottom:0;left:0;right:0;background:rgba(26,26,26,.95);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);border-top:1px solid hsla(0,0%,100%,.1);padding:.75rem 0;z-index:1000;height:50px}.StaticFooter_footerContent__G3XPs{max-width:1200px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;padding:0 2rem;height:100%}.StaticFooter_leftSection__1dcDm{flex:1 1;display:flex;align-items:center}.StaticFooter_centerSection__uOSXE{flex:1 1;display:flex;justify-content:center}.StaticFooter_rightSection__ZClXD{flex:1 1;display:flex;justify-content:flex-end;align-items:center}.StaticFooter_copyright__oAipD{color:hsla(0,0%,100%,.7);font-size:.8rem}.StaticFooter_footerNav__0c1qj{display:flex;gap:1.5rem;align-items:center}.StaticFooter_footerLink__G5J0s{color:hsla(0,0%,100%,.8);text-decoration:none;font-size:.85rem;font-weight:500;transition:color .2s ease}.StaticFooter_footerLink__G5J0s:hover{color:var(--accent-primary)}.StaticFooter_buildInfo__6HilQ{color:hsla(0,0%,100%,.6);font-size:.75rem;font-family:Courier New,monospace}[data-theme=light] .StaticFooter_footer__Thval{background:hsla(0,0%,100%,.95);border-top:1px solid rgba(0,0,0,.1)}[data-theme=light] .StaticFooter_copyright__oAipD,[data-theme=light] .StaticFooter_footerLink__G5J0s{color:rgba(0,0,0,.7)}[data-theme=light] .StaticFooter_footerLink__G5J0s:hover{color:var(--accent-primary)}[data-theme=light] .StaticFooter_buildInfo__6HilQ{color:rgba(0,0,0,.5)}@media (max-width:768px){.StaticFooter_footerContent__G3XPs{padding:0 1rem;flex-direction:column;gap:.25rem}.StaticFooter_centerSection__uOSXE,.StaticFooter_leftSection__1dcDm,.StaticFooter_rightSection__ZClXD{flex:none}.StaticFooter_centerSection__uOSXE{order:-1}.StaticFooter_footerNav__0c1qj{gap:1rem}.StaticFooter_buildInfo__6HilQ,.StaticFooter_copyright__oAipD,.StaticFooter_footerLink__G5J0s{font-size:.7rem}.StaticFooter_footer__Thval{height:auto;padding:.5rem 0}}@media (max-width:480px){.StaticFooter_footerContent__G3XPs{gap:.15rem}.StaticFooter_footerNav__0c1qj{gap:.75rem}.StaticFooter_buildInfo__6HilQ,.StaticFooter_copyright__oAipD,.StaticFooter_footerLink__G5J0s{font-size:.65rem}}:root{--bg-primary:#fff;--bg-secondary:#f8f9fa;--bg-tertiary:#e9ecef;--text-primary:#333;--text-secondary:#666;--text-muted:#6c757d;--border-color:#dee2e6;--accent-primary:#06c;--accent-primary-hover:#0052a3;--accent-success:#28a745;--accent-success-hover:#218838;--accent-danger:#dc3545;--accent-danger-hover:#c82333;--accent-warning:#ffc107;--accent-info:#17a2b8;--accent-info-hover:#138496;--shadow-sm:0 1px 2px rgba(0,0,0,.05);--shadow-md:0 2px 8px rgba(0,102,204,.1);--shadow-lg:0 4px 16px rgba(0,0,0,.1)}[data-theme=dark]{--bg-primary:#1a1a1a;--bg-secondary:#2d2d2d;--bg-tertiary:#404040;--text-primary:#fff;--text-secondary:#ccc;--text-muted:#999;--border-color:#404040;--accent-primary:#4d9fff;--accent-primary-hover:#66b3ff;--accent-success:#4caf50;--accent-success-hover:#66bb6a;--accent-danger:#f44336;--accent-danger-hover:#e57373;--accent-warning:#ff9800;--accent-info:#2196f3;--accent-info-hover:#42a5f5;--shadow-sm:0 1px 2px rgba(0,0,0,.3);--shadow-md:0 2px 8px rgba(0,0,0,.2);--shadow-lg:0 4px 16px rgba(0,0,0,.3)}*{margin:0;padding:0;box-sizing:border-box}body{font-family:system-ui,-apple-system,sans-serif;line-height:1.6;color:var(--text-primary);background-color:var(--bg-primary);transition:background-color .3s ease,color .3s ease;overflow-x:hidden;-webkit-overflow-scrolling:touch;-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent}.header{background:var(--bg-secondary);padding:1rem 2rem;border-bottom:1px solid var(--border-color);transition:background-color .3s ease,border-color .3s ease}.nav{justify-content:space-between;max-width:1600px;margin:0 auto}.logo,.nav{display:flex;align-items:center}.logo{font-size:1.8rem;font-weight:800;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;gap:.5rem;transition:all .3s ease}.logo:hover{transform:scale(1.05)}.logo-icon{font-size:1.6rem;filter:drop-shadow(0 2px 4px rgba(0,0,0,.1));animation:pulse 2s ease-in-out infinite}.logo-text{letter-spacing:-.5px;text-shadow:0 2px 4px rgba(0,0,0,.1)}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}.sidebar-menu-button{display:flex;flex-direction:column;background:none;border:none;cursor:pointer;padding:.75rem;min-width:44px;min-height:44px;touch-action:manipulation;-webkit-tap-highlight-color:rgba(102,126,234,.2);border-radius:8px;transition:background-color .2s ease;justify-content:center;align-items:center;gap:3px}.sidebar-menu-button:hover{background:rgba(102,126,234,.1)}.sidebar-menu-button:active{background:rgba(102,126,234,.2);transform:scale(.98)}.sidebar-menu-button span{width:25px;height:3px;background:var(--text-primary);transition:.3s;border-radius:2px}.sidebar-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.5);z-index:1001;transition:opacity .3s ease}.sidebar{position:fixed;top:0;left:-320px;width:320px;height:100vh;background:var(--bg-secondary);border-right:1px solid var(--border-color);transition:left .3s ease;z-index:1002;overflow-y:auto;-webkit-overflow-scrolling:touch}.sidebar.sidebar-open{left:0}.sidebar-content{padding:1rem 0}.sidebar-section{margin-bottom:1.5rem}.sidebar-section-title{color:var(--text-primary);font-size:.9rem;font-weight:700;padding:.5rem 1.5rem;margin-bottom:.75rem;text-transform:uppercase;letter-spacing:.5px;border-bottom:1px solid var(--border-color);background:var(--bg-tertiary)}.sidebar-links{list-style:none;padding:0}.sidebar-links li{padding:0 1rem}.sidebar-link{display:flex;align-items:center;gap:.75rem;padding:.75rem .5rem;text-decoration:none;color:var(--text-secondary);border-radius:8px;transition:all .2s ease;font-weight:500;min-height:44px;touch-action:manipulation;-webkit-tap-highlight-color:rgba(102,126,234,.2)}.sidebar-link:hover{background:var(--bg-tertiary);color:var(--text-primary)}.sidebar-link.active{background:var(--accent-primary);color:#fff;font-weight:600}.sidebar-link.active:hover{background:var(--accent-primary-hover)}.sidebar-link-icon{font-size:1.1rem;min-width:20px;text-align:center}.sidebar-link-text{flex:1 1;font-size:.95rem}.sidebar-link-coming-soon{cursor:default;opacity:.6}.sidebar-link-coming-soon:hover{background:transparent;color:var(--text-secondary)}.coming-soon-badge{background:var(--accent-warning);color:#000;padding:.25rem .5rem;border-radius:10px;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.sidebar-setting{display:flex;align-items:center;justify-content:space-between;padding:.875rem .5rem;gap:.75rem}.sidebar-select{background:var(--bg-tertiary);border:1px solid var(--border-color);color:var(--text-primary);padding:.375rem .5rem;border-radius:6px;cursor:pointer;font-size:.85rem;min-width:100px;transition:all .2s}.sidebar-select:focus,.sidebar-select:hover{background:var(--accent-info);color:#fff;border-color:var(--accent-info);outline:none}.theme-toggle{background:var(--bg-tertiary);border:1px solid var(--border-color);color:var(--text-primary);padding:.5rem 1rem;border-radius:20px;cursor:pointer;font-size:.9rem;transition:all .2s;display:flex;align-items:center;gap:.5rem;min-width:44px;min-height:44px;touch-action:manipulation;-webkit-tap-highlight-color:rgba(102,126,234,.2);justify-content:center}.theme-toggle:hover{background:var(--accent-primary);color:#fff;border-color:var(--accent-primary)}.theme-toggle:active{background:var(--accent-primary-hover);transform:scale(.98)}.interface-select{background:var(--bg-tertiary);border:1px solid var(--border-color);color:var(--text-primary);padding:.5rem .75rem;border-radius:20px;cursor:pointer;font-size:.9rem;transition:all .2s;min-width:44px;min-height:44px;touch-action:manipulation;-webkit-tap-highlight-color:rgba(102,126,234,.2)}.interface-select:focus,.interface-select:hover{background:var(--accent-info);color:#fff;border-color:var(--accent-info)}.interface-select:focus{outline:none;box-shadow:0 0 0 2px rgba(33,150,184,.2)}main{max-width:1600px;width:90%;margin:0 auto;padding:0}@media (max-width:768px){.header{padding:1rem;position:-webkit-sticky;position:sticky;top:0;z-index:1000}.logo{font-size:1.3rem}.sidebar{width:280px}.sidebar-content{padding:1rem 0}.sidebar-section-title{font-size:.85rem;padding:.625rem 1rem}.sidebar-links li{padding:0 .75rem}.sidebar-link{padding:.75rem .5rem;font-size:.9rem}.sidebar-link-icon{font-size:1rem}.theme-toggle{padding:.5rem .75rem;font-size:.85rem}main{width:100%;padding:0}}@media (max-width:480px){.sidebar{width:260px}.header{padding:.75rem}.logo{font-size:1.1rem}.sidebar-section-title{font-size:.8rem;padding:.5rem .75rem}.sidebar-links li{padding:0 .5rem}.sidebar-link{padding:.625rem .5rem;font-size:.85rem}.coming-soon-badge{font-size:.7rem;padding:.2rem .4rem}}