.app-layout{background:#fff;color:#111b21;height:100dvh;display:flex;flex-direction:column;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;overflow:hidden}.app-header{height:60px;background:#fff;display:flex;align-items:center;justify-content:space-between;padding:0 16px 0 20px;border-bottom:none;flex-shrink:0;color:#111b21}.app-header-title{font-size:27px;font-weight:600;margin:0;color:red;letter-spacing:-.5px}.app-header-right{display:flex;align-items:center;gap:16px}.app-user-info{font-size:12px;color:#667781}.app-menu-btn{background:none;border:none;padding:8px;cursor:pointer}.app-menu-btn img{width:24px;height:24px;filter:brightness(0)}.settings-container{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);width:90%;max-width:400px;background:#fff;border-radius:16px;box-shadow:0 8px 24px #0003;z-index:1100;padding:1.5rem}.app-layout.dark .settings-container{background:#202c33;color:#e9edef}.settings-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.settings-header h2{margin:0;font-size:1.5rem}.settings-close{background:none;border:none;font-size:1.5rem;cursor:pointer;color:inherit}.settings-section{display:flex;flex-direction:column;gap:1rem;margin-bottom:2rem}.settings-item{display:flex;justify-content:space-between;align-items:center;gap:1rem}.settings-btn{padding:.25rem .75rem;border-radius:20px;border:1px solid #ccc;background:none;cursor:pointer}.settings-footer{display:flex;justify-content:flex-end;gap:1rem}.settings-save,.settings-cancel{padding:.5rem 1rem;border-radius:8px;border:none;cursor:pointer}.settings-save{background-color:red;color:#fff}.settings-cancel{background-color:#e0e0e0;color:#111b21}.app-layout.dark .settings-cancel{background-color:#2a3942;color:#e9edef}.app-search-container{padding:6px 16px 12px;background:#fff;flex-shrink:0}.app-search-box{position:relative;height:47px;background:#f0f0f0;border:none;border-radius:24px}.app-search-icon{position:absolute;left:14px;top:50%;transform:translateY(-50%);width:20px;height:20px;opacity:.5}.app-search-input{width:100%;height:100%;padding:0 12px 0 44px;background:transparent;border:none;color:#111b21;font-size:15px;outline:none}.app-search-input::placeholder{color:#667781}.app-main{flex:1;display:flex;overflow:hidden}.app-sidebar{width:100%;max-width:100%;background:#fff;border-right:none;overflow-y:auto;flex-shrink:0}.app-content{display:none}.app-empty{height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:40px 20px;color:#667781}.app-empty-icon{width:80px;opacity:.3;margin-bottom:16px}.app-empty-text{font-size:15px;color:#667781}.app-dropdown{position:absolute;top:56px;right:12px;background:#fff;border:1px solid #e0e0e0;border-radius:8px;box-shadow:0 4px 16px #00000026;min-width:180px;z-index:1000}.app-dropdown-item,.app-mode-toggle{width:100%;padding:12px 16px;background:none;border:none;text-align:left;color:#111b21;font-size:15px;cursor:pointer}.app-dropdown-item:hover,.app-mode-toggle:hover{background:#f5f5f5}.app-logout-item{color:#d32f2f!important}.app-bottom-nav{height:68px;background:#fff;border-top:none;display:flex;flex-shrink:0;padding-bottom:8px}.app-bottom-tab{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#54656f;font-size:12px;cursor:pointer;background:none;border:none;gap:4px}.app-bottom-tab.active{color:red}.app-bottom-icon{width:24px;height:24px;filter:brightness(0) invert(.4)}.app-bottom-tab.active .app-bottom-icon{filter:brightness(0) saturate(100%) invert(13%) sepia(94%) saturate(7483%) hue-rotate(0deg) brightness(98%) contrast(107%);background:none;padding:0}.app-fab{position:fixed;bottom:84px;right:16px;width:56px;height:56px;background:red;border:none;border-radius:16px;box-shadow:0 2px 6px #0000004d;display:flex;align-items:center;justify-content:center;z-index:100;cursor:pointer}.app-fab img{width:24px;filter:brightness(0) invert(1)}.app-layout.dark{background:#111b21;color:#e9edef}.app-layout.dark .app-header{background:#111b21;border-bottom:none}.app-layout.dark .app-header-title{color:red}.app-layout.dark .app-user-info{color:#8696a0}.app-layout.dark .app-menu-btn img{filter:brightness(0) invert(1)}.app-layout.dark .app-search-container{background:#111b21}.app-layout.dark .app-search-box{background:#2a3942}.app-layout.dark .app-search-input{color:#e9edef}.app-layout.dark .app-search-input::placeholder{color:#8696a0}.app-layout.dark .app-sidebar{background:#111b21;border-right:none}.app-layout.dark .app-empty,.app-layout.dark .app-empty-text{color:#8696a0}.app-layout.dark .app-dropdown{background:#202c33;border-color:#2a3942;box-shadow:0 4px 16px #0006}.app-layout.dark .app-dropdown-item,.app-layout.dark .app-mode-toggle{color:#e9edef}.app-layout.dark .app-dropdown-item:hover,.app-layout.dark .app-mode-toggle:hover{background:#2a3942}.app-layout.dark .app-bottom-nav{background:#111b21}.app-layout.dark .app-bottom-tab{color:#8696a0}.app-layout.dark .app-bottom-tab.active{color:red}.app-layout.dark .app-bottom-icon{filter:brightness(0) invert(.6)}.app-layout.dark .app-bottom-tab.active .app-bottom-icon{filter:brightness(0) saturate(100%) invert(13%) sepia(94%) saturate(7483%) hue-rotate(0deg) brightness(98%) contrast(107%);background:none;padding:0}:root{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*,*:before,*:after{box-sizing:border-box}html,body,#root{margin:0;padding:0;width:100%;height:100dvh;overflow:hidden}#root{display:block}body{margin:0;min-width:320px;min-height:100dvh}a{font-weight:500;color:red;text-decoration:none}a:hover{color:#e60000}h1{margin:0}button{font-family:inherit;cursor:pointer}:root{color:#111b21;background-color:#fff}@media (prefers-color-scheme: dark){:root{color:#e9edef;background-color:#111b21}a:hover{color:#f33}}.welcome-container{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:2rem;background-color:#fff}.welcome-logo{height:140px;margin-bottom:2rem;animation:flip 3s ease-in-out infinite;transform-style:preserve-3d}@keyframes flip{0%{transform:rotateY(0)}50%{transform:rotateY(180deg)}to{transform:rotateY(360deg)}}.welcome-title{font-size:1.8rem;font-weight:500;margin-bottom:1rem;color:#111b21}.welcome-description{color:#667781;font-size:.9rem;max-width:360px;margin-bottom:2rem;line-height:1.5}.welcome-policy-link{color:red;font-weight:500;cursor:pointer}.welcome-language{background-color:#f0f0f0;padding:.5rem 1.5rem;border-radius:30px;display:inline-flex;align-items:center;gap:.5rem;font-size:.9rem;margin-bottom:2rem;border:1px solid #e5e5e5;cursor:pointer}.welcome-button{background-color:red;color:#fff;font-weight:600;font-size:1rem;padding:.75rem 2rem;border-radius:30px;border:none;cursor:pointer;max-width:360px;width:100%;transition:background-color .2s}.welcome-button:hover{background-color:#c00}@media (prefers-color-scheme: dark){.welcome-container{background-color:#111b21}.welcome-title{color:#e9edef}.welcome-description{color:#8696a0}.welcome-language{background-color:#2a3942;border-color:#3a4a55;color:#e9edef}}
