:root{--gr-bg:#f6f7f9;--gr-primary:#0f766e;--gr-tabbar-h:62px;--gr-content-pad:calc(var(--gr-tabbar-h) + 28px + env(safe-area-inset-bottom))}*{box-sizing:border-box}html,body,#root{min-height:100%;margin:0;padding:0;overflow-x:hidden}body{background:var(--gr-bg);-webkit-font-smoothing:antialiased;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif}.gr-tabbar{height:var(--gr-tabbar-h);padding-bottom:env(safe-area-inset-bottom);z-index:100;background:#fff;border-top:1px solid #eaeaea;display:flex;position:fixed;bottom:0;left:0;right:0}.gr-tab{color:#8c8c8c;cursor:pointer;min-height:44px;font:inherit;background:0 0;border:0;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:3px;display:flex}.gr-tab-on{color:var(--gr-primary);font-weight:600}.gr-auth{justify-content:center;align-items:center;min-height:100dvh;padding:20px 16px;display:flex}.gr-auth-card{width:100%;max-width:420px}.gr-logo{background:var(--gr-primary);color:#fff;border-radius:14px;justify-content:center;align-items:center;width:56px;height:56px;margin:0 auto 12px;font-size:26px;font-weight:700;display:flex}.gr-tile{cursor:pointer;text-align:left;width:100%;font:inherit;background:#fff;border:1px solid #f0f0f0;border-radius:10px;justify-content:space-between;align-items:center;min-height:56px;padding:14px 16px;display:flex}.gr-tile:active{background:#fafafa}.gr-card-row{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.gr-msg-body{white-space:pre-wrap;background:#fafafa;border:1px solid #f0f0f0;border-radius:6px;margin:0;padding:10px;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:12px}.gr-offline{text-align:center;background:#fffbe6;border-bottom:1px solid #ffe58f;padding:6px 12px;font-size:12px}
