html{-webkit-text-size-adjust:100%;text-size-adjust:100%;-webkit-tap-highlight-color:transparent;touch-action:manipulation}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#f0f2f5;overscroll-behavior:none}#root{min-height:100vh;min-height:100dvh}:root{--safe-top: env(safe-area-inset-top, 0px);--safe-bottom: env(safe-area-inset-bottom, 0px);--safe-left: env(safe-area-inset-left, 0px);--safe-right: env(safe-area-inset-right, 0px)}.page-container{min-height:100vh;min-height:100dvh;background:#f0f2f5}.login-container{position:fixed;top:0;left:0;right:0;bottom:0;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#1890ff,#096dd9);padding:max(20px,var(--safe-top)) max(20px,var(--safe-right)) max(20px,var(--safe-bottom)) max(20px,var(--safe-left))}.login-card{width:100%;max-width:400px;padding:40px;background:#fff;border-radius:16px;box-shadow:0 20px 60px #0000004d}.login-title{text-align:center;font-size:32px;font-weight:700;color:#333;margin-bottom:8px}.login-subtitle{text-align:center;color:#999;font-size:14px;letter-spacing:1px;margin-bottom:32px}.app-grid-container{padding:24px;padding-top:calc(24px + var(--safe-top, 0px));padding-left:max(24px,var(--safe-left, 0px));padding-right:max(24px,var(--safe-right, 0px));min-height:100%;overflow-y:auto}.app-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(100px,1fr));gap:24px;justify-items:center;max-width:1200px;margin:0 auto}.app-icon-wrapper{display:flex;flex-direction:column;align-items:center;width:100%;max-width:100px;padding:12px;border-radius:8px;cursor:pointer;transition:background-color .2s ease}.app-icon-wrapper:hover{background-color:#0000000d}.app-icon-wrapper:active{background-color:#0000001a}.app-icon-image{width:64px;height:64px;display:flex;align-items:center;justify-content:center;margin-bottom:8px;position:relative}.app-icon-image img{width:100%;height:100%;object-fit:contain;border-radius:12px}.app-icon-image .default-icon{font-size:48px;color:#1890ff}.app-icon-admin-btn{position:absolute;top:0;right:0;background:#00000080;color:#fff;width:28px;height:28px;border-radius:0 8px;display:flex;align-items:center;justify-content:center;font-size:12px;cursor:pointer;z-index:2;opacity:0;transition:opacity .2s}@media (pointer: fine){.app-icon-wrapper:hover .app-icon-admin-btn,.app-icon-wrapper:focus-within .app-icon-admin-btn{opacity:1}}@media (pointer: coarse){.app-icon-admin-btn{opacity:1}}.app-icon-name{font-size:14px;color:#000000d9;text-align:center;max-width:96px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.app-icon-actions{display:flex;gap:2px;margin-top:4px}.admin-container{padding:24px;background:#fff;min-height:calc(100dvh - 64px)}.admin-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}.admin-title{font-size:20px;font-weight:500;color:#000000d9}.error-container{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:calc(100dvh - 64px);padding:24px}.error-icon{font-size:64px;color:#ff4d4f;margin-bottom:24px}.error-title{font-size:24px;color:#000000d9;margin-bottom:16px}.error-message{font-size:14px;color:#00000073;margin-bottom:24px}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:#f1f1f1}::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#a8a8a8}.page-container-multitask{display:flex;flex-direction:column;height:100vh;height:100dvh;overflow:hidden}.page-container-multitask .main-content{flex:1;position:relative;overflow:hidden}.app-grid-container.hidden,.iframe-container.hidden{display:none}.iframe-container{position:absolute;top:var(--safe-top, 0px);left:var(--safe-left, 0px);width:calc(100% - var(--safe-left, 0px) - var(--safe-right, 0px));height:calc(100% - var(--safe-top, 0px));background:#fff;touch-action:none;overflow:hidden}.app-iframe{position:absolute;top:0;left:0;width:100%;height:100%;border:none;visibility:hidden}.app-iframe.active{visibility:visible}.bottom-bar-wrapper{flex-shrink:0;position:relative;background:#fff;border-top:1px solid #e8e8e8}.bottom-bar-wrapper:before,.bottom-bar-wrapper:after{content:"";position:absolute;top:0;bottom:0;width:32px;z-index:2;pointer-events:none;opacity:0;transition:opacity .2s ease}.bottom-bar-wrapper:before{left:0;background:linear-gradient(to right,#fff,#fff0)}.bottom-bar-wrapper:after{right:0;background:linear-gradient(to left,#fff,#fff0)}.bottom-bar-wrapper.has-fade-left:before{opacity:1}.bottom-bar-wrapper.has-fade-right:after{opacity:1}.bottom-bar{display:flex;align-items:center;gap:4px;padding:4px max(8px,var(--safe-right, 0px)) calc(4px + var(--safe-bottom, 0px)) max(8px,var(--safe-left, 0px));overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none}.bottom-bar::-webkit-scrollbar{display:none}.bottom-bar-item{display:flex;align-items:center;gap:4px;padding:8px 12px;border-radius:6px;cursor:pointer;white-space:nowrap;font-size:13px;color:#000000a6;transition:background-color .15s ease;position:relative;-webkit-user-select:none;user-select:none;min-height:44px;justify-content:center;flex-shrink:0}.bottom-bar-item:hover{background-color:#0000000a}.bottom-bar-item.active{background-color:#e6f7ff;color:#1890ff;font-weight:500}.bottom-bar-home{flex:0 0 48px;width:48px;padding:8px}.bottom-bar-app{flex:1 1 0;min-width:44px;max-width:180px}.bottom-bar-icon{font-size:16px;flex-shrink:0}.bottom-bar-img{width:16px;height:16px;object-fit:contain;border-radius:3px;flex-shrink:0}.bottom-bar-label{overflow:hidden;text-overflow:ellipsis;min-width:0}.context-menu-header{padding:8px 12px;font-size:13px;color:#00000073;cursor:default;display:flex;align-items:center;gap:8px;-webkit-user-select:none;user-select:none}.context-menu-header .anticon{font-size:14px}@media (max-width: 768px){.app-grid{grid-template-columns:repeat(auto-fill,minmax(80px,1fr));gap:16px}.app-icon-wrapper{max-width:80px;padding:8px}.login-card{padding:32px 24px}.app-icon-image{width:56px;height:56px}.app-icon-image .default-icon{font-size:40px}.app-icon-name{font-size:12px}}@media (max-width: 430px){.app-grid{grid-template-columns:repeat(3,1fr);gap:12px}.app-icon-wrapper{max-width:72px;padding:6px}.app-icon-image{width:48px;height:48px}.app-icon-image .default-icon{font-size:32px}.app-icon-name{font-size:11px}.login-card{padding:24px 16px}.ant-input,.ant-input-number-input,.ant-select-selector input,.ant-picker input,textarea{font-size:16px!important}.login-title{font-size:20px}}html,body{width:100%;height:100%}input::-ms-clear,input::-ms-reveal{display:none}*,*:before,*:after{box-sizing:border-box}html{font-family:sans-serif;line-height:1.15;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-ms-overflow-style:scrollbar;-webkit-tap-highlight-color:rgba(0,0,0,0)}@-ms-viewport{width:device-width}body{margin:0}[tabindex="-1"]:focus{outline:none}hr{box-sizing:content-box;height:0;overflow:visible}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5em;font-weight:500}p{margin-top:0;margin-bottom:1em}abbr[title],abbr[data-original-title]{-webkit-text-decoration:underline dotted;text-decoration:underline dotted;border-bottom:0;cursor:help}address{margin-bottom:1em;font-style:normal;line-height:inherit}input[type=text],input[type=password],input[type=number],textarea{-webkit-appearance:none}ol,ul,dl{margin-top:0;margin-bottom:1em}ol ol,ul ul,ol ul,ul ol{margin-bottom:0}dt{font-weight:500}dd{margin-bottom:.5em;margin-left:0}blockquote{margin:0 0 1em}dfn{font-style:italic}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}pre,code,kbd,samp{font-size:1em;font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,Courier,monospace}pre{margin-top:0;margin-bottom:1em;overflow:auto}figure{margin:0 0 1em}img{vertical-align:middle;border-style:none}a,area,button,[role=button],input:not([type=range]),label,select,summary,textarea{touch-action:manipulation}table{border-collapse:collapse}caption{padding-top:.75em;padding-bottom:.3em;text-align:left;caption-side:bottom}input,button,select,optgroup,textarea{margin:0;color:inherit;font-size:inherit;font-family:inherit;line-height:inherit}button,input{overflow:visible}button,select{text-transform:none}button,html [type=button],[type=reset],[type=submit]{-webkit-appearance:button}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{padding:0;border-style:none}input[type=radio],input[type=checkbox]{box-sizing:border-box;padding:0}input[type=date],input[type=time],input[type=datetime-local],input[type=month]{-webkit-appearance:listbox}textarea{overflow:auto;resize:vertical}fieldset{min-width:0;margin:0;padding:0;border:0}legend{display:block;width:100%;max-width:100%;margin-bottom:.5em;padding:0;color:inherit;font-size:1.5em;line-height:inherit;white-space:normal}progress{vertical-align:baseline}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{outline-offset:-2px;-webkit-appearance:none}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}output{display:inline-block}summary{display:list-item}template{display:none}[hidden]{display:none!important}mark{padding:.2em;background-color:#feffe6}
