body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.App{display:flex;flex-direction:row;font-family:Segoe UI,sans-serif;min-height:100vh;padding-top:80px;position:relative}.top-banner{align-items:center;background-color:#0e5876;display:flex;height:80px;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:100}.logo-img{background-color:#e5e7eb;height:50px;margin-left:10px;object-fit:contain}.main-menu{background-color:#0e5876;bottom:0;display:flex;flex-direction:column;left:0;padding:10px 0;position:fixed;top:80px;width:220px;z-index:99}.menu-item{color:#fff;cursor:pointer;overflow:hidden;padding:15px 20px;text-overflow:ellipsis;transition:background .3s;white-space:nowrap}.menu-item:hover{background-color:#ffffff26}.submenu{background-color:#0e5876;border-left:1px solid #4b5563;box-shadow:2px 2px 6px #0000001a;color:#fff;display:flex;flex-direction:column;max-height:90vh;overflow-y:auto;padding:10px 0;position:absolute;width:180px;z-index:101}.submenu-item{padding:12px 20px;transition:background .2s}.submenu-item:hover{background-color:#ffffff1a}.thirdmenu{background-color:#0e5876;border-left:1px solid #6b7280;box-shadow:2px 2px 6px #00000026;color:#fff;display:flex;flex-direction:column;max-height:90vh;overflow-y:auto;padding:10px 0;position:absolute;width:220px;z-index:102}.thirdmenu-item{padding:12px 20px;transition:background .2s}.thirdmenu-item:hover{background-color:#ffffff1a}.content-area{flex:1 1;margin-left:220px;overflow-y:auto;padding:30px}.content-area h2{border-bottom:2px solid #e5e7eb;margin-top:0;padding-bottom:10px}.profile-button{background-color:#0e5876;border-radius:50%;cursor:pointer;height:36px;overflow:hidden;padding:0;position:fixed;right:20px;top:20px;width:36px;z-index:150}.profile-icon{background-color:#e5e7eb;border-radius:50%;height:100%;object-fit:cover;width:100%}.profile-dropdown{background:#fff;background-color:#fff;border:1px solid #d1d5db;border-radius:8px;box-shadow:0 2px 10px #0000001a;color:#111827;padding:12px;position:fixed;right:20px;top:60px;width:180px;z-index:150}.App.dark .profile-dropdown{background-color:#1f2937;border-color:#374151;color:#f9fafb}.profile-dropdown div{border-bottom:1px solid #e5e7eb;cursor:pointer;font-size:14px;padding:8px}.profile-dropdown div:last-child{border-bottom:none;color:#ef4444}.auth-container{align-items:center;display:flex;height:calc(100vh - 80px);justify-content:center;padding:20px}.auth-box{background:#fff;border-radius:12px;box-shadow:0 4px 20px #0000001a;max-width:400px;padding:40px 30px;text-align:center;width:100%}.auth-box h2{margin-bottom:20px}.auth-box input{border:1px solid #cbd5e1;border-radius:6px;box-sizing:border-box;margin-bottom:15px;padding:12px;width:100%}.auth-box button{border:none;border-radius:6px;cursor:pointer;font-weight:700;margin-top:10px;padding:12px;width:100%}.auth-box a{display:block;font-size:14px;margin-top:10px;text-decoration:none}.auth-box a:hover{text-decoration:underline}.pricing-bubble{border:1px solid #d1d5db;border-radius:12px;margin:15px 0;padding:20px}.pricing-bubble h3{margin:0 0 10px}.pricing-bubble button{border:none;border-radius:6px;cursor:pointer;margin-top:10px;padding:10px 20px}@media screen and (max-width:768px){.App{flex-direction:row;padding-top:80px}.main-menu{height:100vh;left:0;position:fixed;top:80px;width:110px;z-index:99}.main-menu,.top-banner{background-color:#0e5876}.menu-item{word-wrap:break-word;color:#fff;font-size:13px;line-height:1.2;padding:12px 10px;text-align:left;white-space:normal}.submenu{left:110px!important}.submenu,.thirdmenu{background-color:#0e5876;max-height:calc(100vh - 80px);overflow-y:auto;position:fixed!important;top:80px!important;width:130px}.thirdmenu{left:240px!important}.submenu-item,.thirdmenu-item{word-wrap:break-word;color:#fff;font-size:12.5px;line-height:1.3;padding:12px 14px;white-space:normal}.content-area{margin-left:110px;padding:20px}}.App.light{background-color:#f3f4f6;color:#1f2937}.App.light .main-menu,.App.light .profile-button,.App.light .top-banner{background-color:#0e5876;color:#fff}.App.light .content-area{background-color:#fff}.App.light .submenu,.App.light .thirdmenu{background-color:#e2f2e5;color:#1f2937}.App.light .submenu-item:hover,.App.light .thirdmenu-item:hover{background-color:#c0e7c6}.App.light .auth-container{background-color:#e5e7eb}.App.light .auth-box,.App.light .pricing-bubble{background-color:#fff;color:#1f2937}.App.light .auth-box button,.App.light .pricing-bubble button{background-color:#0e5876;color:#fff}.App.light .auth-box button:hover{background-color:#0c4e69}.App.light .pricing-bubble button:hover{background-color:#0a445c}.App.light .auth-box a{color:#3b82f6}.App.dark{background-color:#111827;color:#f9fafb}.App.dark .main-menu,.App.dark .profile-button,.App.dark .top-banner{background-color:#1f2937;color:#f9fafb}.App.dark .content-area{background-color:#2d3748}.App.dark .submenu,.App.dark .thirdmenu{background-color:#1f2937;color:#f9fafb}.App.dark .submenu-item:hover,.App.dark .thirdmenu-item:hover{background-color:#374151}.App.dark .auth-container{background-color:#1f2937}.App.dark .auth-box,.App.dark .pricing-bubble{background-color:#1f2937;color:#f9fafb}.App.dark .auth-box button,.App.dark .pricing-bubble button{background-color:#3b82f6;color:#fff}.App.dark .auth-box button:hover{background-color:#2563eb}.App.dark .pricing-bubble button:hover{background-color:#1d4ed8}.App.dark .auth-box a{color:#60a5fa}
/*# sourceMappingURL=main.80041337.css.map*/