:root{--login-bg: rgba(255,255,255,.02);--login-border: rgba(0,0,0,.04);--muted: rgba(0,0,0,.55)}.login-console-root{width:100%;display:flex;flex-direction:column;gap:10px;padding:12px;box-sizing:border-box;border-radius:10px;background:var(--login-bg);border:1px solid var(--login-border);min-height:120px;align-items:stretch;justify-content:flex-start}.login-console-header{display:flex;align-items:center;justify-content:space-between;gap:8px;padding-bottom:4px;border-bottom:0}.login-console-header h4{margin:0;font-size:15px;font-weight:700;color:#0b1220;line-height:1}#gsi-button{width:100%;display:block}.login-console-note{margin-top:6px;font-size:13px;color:var(--muted);line-height:1.2}.login-console-user{display:flex;gap:10px;align-items:center}.login-console-avatar{width:36px;height:36px;border-radius:50%;object-fit:cover;border:1px solid rgba(0,0,0,.06)}.login-console-actions{display:flex;gap:8px;margin-left:auto}.login-console-action-btn{padding:8px 10px;border-radius:8px;border:1px solid rgba(0,0,0,.06);background:#fff;font-size:13px;cursor:pointer}.login-column .login-console-root{width:100%;max-width:100%}@media(max-width:900px){.login-console-root{min-height:80px;padding:10px}.login-console-header h4{font-size:14px}}:root{--header-height: 72px;--footer-height: 44px;--content-width: 1080px;--site-bg: #ffffff;--muted: #666}html,body,#root{height:100%;margin:0;padding:0;overflow:hidden;-webkit-overflow-scrolling:touch}*{box-sizing:border-box}body{font-family:Inter,ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial;background:var(--site-bg);color:#111;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.site-header{position:fixed;top:0;left:0;right:0;height:var(--header-height);display:flex;align-items:center;background:#0b1220;color:#fff;z-index:60;box-shadow:0 1px #0000000f}.site-header__inner{width:100%;max-width:var(--content-width);margin:0 auto;padding:0 16px;display:flex;align-items:center;justify-content:space-between}.site-footer{position:fixed;bottom:0;left:0;right:0;height:var(--footer-height);display:flex;align-items:center;justify-content:center;background:#0b1220;color:#ddd;z-index:60;border-top:1px solid rgba(255,255,255,.03)}.site-main{position:fixed;top:var(--header-height);bottom:var(--footer-height);left:0;right:0;display:flex;justify-content:center;background:var(--site-bg);overflow:hidden}.console{width:100%;max-width:var(--content-width);height:100%;padding:20px;overflow:auto;-webkit-overflow-scrolling:touch;background:transparent}.console>*{margin-top:0;margin-bottom:0}.container-row{display:flex;gap:12px;align-items:center}.brand-logo{height:36px;display:block}.content-inner{max-width:100%}.console:focus{outline:3px solid rgba(0,120,255,.12);outline-offset:-3px}.console::-webkit-scrollbar{width:10px;height:10px}.console::-webkit-scrollbar-thumb{background:#0000001f;border-radius:8px}.console::-webkit-scrollbar-track{background:transparent}html,body,#root{margin:0;padding:0;height:100%;background:#fff;font-family:Arial,sans-serif}
