:root{--gm-bg: #f6f8fc;--gm-surface: #ffffff;--gm-text: #1f1f1f;--gm-text-2: #444746;--gm-text-3: #5e5e5e;--gm-divider: #e0e3e7;--gm-divider-strong: #dadce0;--gm-hover: rgba(68, 71, 70, .08);--gm-pressed: rgba(68, 71, 70, .14);--gm-selected: #d3e3fd;--gm-row-read: #f2f6fc;--gm-row-checked: #c2dbff;--gm-primary: #0b57d0;--gm-primary-hover: #0a4fbd;--gm-primary-soft: #d3e3fd;--gm-compose: #c2e7ff;--gm-compose-text: #001d35;--gm-search: #e9eef6;--gm-brand: #B23A2E;--gm-star: #f4b400;--gm-danger: #b3261e;--gm-font: "Google Sans", Roboto, "Segoe UI", Helvetica, Arial, sans-serif;--gm-shadow-1: 0 1px 2px 0 rgba(60, 64, 67, .3), 0 1px 3px 1px rgba(60, 64, 67, .15);--gm-shadow-2: 0 1px 3px 0 rgba(60, 64, 67, .3), 0 4px 8px 3px rgba(60, 64, 67, .15);--gm-shadow-3: 0 8px 10px 1px rgba(0, 0, 0, .14), 0 3px 14px 2px rgba(0, 0, 0, .12), 0 5px 5px -3px rgba(0, 0, 0, .2);--gm-radius: 16px;--gm-nav-w: 256px}*{box-sizing:border-box}html,body,#root{height:100%}body{margin:0;background:var(--gm-bg);color:var(--gm-text);font-family:var(--gm-font);font-size:14px;line-height:1.4;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}button,input,textarea,select{font:inherit;color:inherit}button{cursor:pointer}a{color:var(--gm-primary)}::selection{background:var(--gm-selected)}.ib{width:40px;height:40px;border:0;border-radius:50%;background:transparent;color:var(--gm-text-2);display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;position:relative}.ib:hover:not(:disabled){background:var(--gm-hover)}.ib:active:not(:disabled){background:var(--gm-pressed)}.ib:disabled{opacity:.38;cursor:default}.ib.sm{width:32px;height:32px}.ib.starred{color:var(--gm-star)}.ib.on{color:var(--gm-primary)}.tip[data-tip]{position:relative}.tip[data-tip]:hover:after{content:attr(data-tip);position:absolute;top:calc(100% + 4px);left:50%;transform:translate(-50%);background:#3c4043;color:#fff;font-size:12px;font-weight:500;letter-spacing:.3px;padding:5px 8px;border-radius:4px;white-space:nowrap;z-index:100;pointer-events:none}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;height:36px;padding:0 24px;border-radius:18px;border:1px solid transparent;font-family:var(--gm-font);font-size:14px;font-weight:500;letter-spacing:.25px;white-space:nowrap;transition:background .12s,box-shadow .12s}.btn:disabled{opacity:.38;cursor:default}.btn-primary{background:var(--gm-primary);color:#fff}.btn-primary:hover:not(:disabled){background:var(--gm-primary-hover);box-shadow:var(--gm-shadow-1)}.btn-outline{background:#fff;border-color:var(--gm-divider-strong);color:var(--gm-text)}.btn-outline:hover:not(:disabled){background:#f8fafd}.btn-text{background:transparent;color:var(--gm-primary);padding:0 12px}.btn-text:hover:not(:disabled){background:#0b57d014}.btn-tonal{background:var(--gm-primary-soft);color:#041e49}.btn-tonal:hover:not(:disabled){box-shadow:var(--gm-shadow-1)}.btn .spinner{border-color:#fff6;border-top-color:#fff}.spinner{width:16px;height:16px;flex:0 0 auto;border:2px solid rgba(31,31,31,.2);border-top-color:var(--gm-primary);border-radius:50%;animation:spin .7s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.cb{-moz-appearance:none;appearance:none;-webkit-appearance:none;width:18px;height:18px;margin:0;border:2px solid #5f6368;border-radius:2px;background:#fff;cursor:pointer;flex:0 0 auto;position:relative}.cb:hover{box-shadow:0 0 0 10px var(--gm-hover)}.cb:checked{background:var(--gm-text-2);border-color:var(--gm-text-2)}.cb:checked:after{content:"";position:absolute;left:4px;top:0;width:5px;height:10px;border:solid #fff;border-width:0 2px 2px 0;transform:rotate(45deg)}.cb:indeterminate{background:var(--gm-text-2);border-color:var(--gm-text-2)}.cb:indeterminate:after{content:"";position:absolute;left:2px;top:6px;width:10px;height:2px;background:#fff}.tf{position:relative}.tf input,.tf textarea{width:100%;padding:13px 15px;border:1px solid #747775;border-radius:4px;background:#fff;outline:none;font-size:16px;line-height:24px}.tf textarea{resize:vertical;min-height:96px}.tf label{position:absolute;left:12px;top:14px;padding:0 4px;background:#fff;color:var(--gm-text-3);font-size:16px;line-height:20px;pointer-events:none;transition:all .12s ease-out}.tf input:focus,.tf textarea:focus{border:2px solid var(--gm-primary);padding:12px 14px}.tf input:focus+label,.tf textarea:focus+label,.tf input:not(:placeholder-shown)+label,.tf textarea:not(:placeholder-shown)+label{top:-8px;font-size:12px;line-height:16px;color:var(--gm-primary)}.tf input:not(:focus):not(:placeholder-shown)+label,.tf textarea:not(:focus):not(:placeholder-shown)+label{color:var(--gm-text-3)}.tf.dense input{padding:9px 12px;font-size:14px;line-height:20px}.tf.dense input:focus{padding:8px 11px}.tf.dense label{top:10px;font-size:14px}.tf.dense input:focus+label,.tf.dense input:not(:placeholder-shown)+label{top:-8px;font-size:12px}.avatar{border-radius:50%;display:inline-flex;align-items:center;justify-content:center;color:#fff;font-weight:500;flex:0 0 auto;-webkit-user-select:none;user-select:none;text-transform:uppercase}.chip{display:inline-flex;align-items:center;height:20px;padding:0 8px;border-radius:4px;background:#e8eaed;color:var(--gm-text-3);font-size:12px;font-weight:400}.gm-app{height:100%;display:flex;flex-direction:column;background:var(--gm-bg)}.gm-top{height:64px;flex:0 0 auto;display:flex;align-items:center;gap:4px;padding:8px}.gm-top-left{display:flex;align-items:center;width:calc(var(--gm-nav-w) - 8px);flex:0 0 auto}.gm-logo{display:inline-flex;align-items:center;gap:8px;margin-left:4px;text-decoration:none}.gm-wordmark{font-family:var(--gm-font);font-size:22px;line-height:24px;letter-spacing:-.2px;color:var(--gm-text-3);font-weight:400}.gm-wordmark-accent{color:var(--gm-brand);font-weight:500}.gm-search{flex:0 1 720px;height:48px;display:flex;align-items:center;background:var(--gm-search);border-radius:24px;padding:0 6px 0 8px;margin-left:8px;transition:background .12s,box-shadow .12s}.gm-search:focus-within{background:#fff;box-shadow:var(--gm-shadow-1)}.gm-search input{flex:1;min-width:0;height:100%;border:0;background:transparent;outline:none;font-size:16px;color:var(--gm-text)}.gm-search input::placeholder{color:var(--gm-text-3)}.gm-top-right{margin-left:auto;display:flex;align-items:center;gap:4px;padding-right:8px}.gm-body{flex:1;display:flex;min-height:0}.gm-nav{width:var(--gm-nav-w);flex:0 0 var(--gm-nav-w);padding:0 8px 8px 0;display:flex;flex-direction:column;overflow-y:auto;overflow-x:hidden;transition:width .15s ease-out,flex-basis .15s ease-out}.gm-compose{height:56px;margin:8px 0 16px 8px;padding:0 24px 0 16px;display:inline-flex;align-items:center;gap:12px;align-self:flex-start;background:var(--gm-compose);color:var(--gm-compose-text);border:0;border-radius:16px;font-size:14px;font-weight:500;letter-spacing:.25px;box-shadow:var(--gm-shadow-1);transition:box-shadow .12s}.gm-compose:hover:not(:disabled){box-shadow:var(--gm-shadow-2)}.gm-compose:disabled{opacity:.5;cursor:default;box-shadow:none}.gm-folder{display:flex;align-items:center;gap:18px;height:32px;margin:0 0 1px;padding:0 12px 0 26px;border:0;border-radius:0 16px 16px 0;background:transparent;color:var(--gm-text);font-size:14px;text-align:left;width:100%}.gm-folder:hover{background:var(--gm-hover)}.gm-folder.active{background:var(--gm-selected);font-weight:700}.gm-folder .lbl{flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.gm-folder .cnt{font-size:12px;color:var(--gm-text-2);font-weight:400}.gm-folder.active .cnt,.gm-folder .cnt.bold{font-weight:700;color:var(--gm-text)}.gm-folder svg{flex:0 0 auto}.gm-storage{margin:auto 0 0 26px;padding-top:16px;font-size:12px;color:var(--gm-text-3)}.gm-storage-bar{height:4px;border-radius:2px;background:#e0e3e7;margin:6px 12px 6px 0;overflow:hidden}.gm-storage-fill{height:100%;background:var(--gm-primary)}.gm-storage-fill.warn{background:#e37400}.gm-storage-fill.full{background:var(--gm-danger)}.gm-app.rail{--gm-nav-w: 72px}.gm-app.rail .gm-wordmark{display:none}.gm-app.rail .gm-compose{width:56px;padding:0;justify-content:center;gap:0}.gm-app.rail .gm-compose span{display:none}.gm-app.rail .gm-folder{padding:0 0 0 20px;width:56px;border-radius:0 16px 16px 0}.gm-app.rail .gm-folder .lbl,.gm-app.rail .gm-folder .cnt,.gm-app.rail .gm-storage{display:none}.gm-main{flex:1;min-width:0;margin:0 16px 16px 0;background:var(--gm-surface);border-radius:var(--gm-radius);display:flex;flex-direction:column;overflow:hidden}.gm-toolbar{height:48px;flex:0 0 auto;display:flex;align-items:center;gap:2px;padding:0 16px 0 12px;border-bottom:1px solid var(--gm-divider)}.gm-toolbar .sel{display:flex;align-items:center;width:40px;justify-content:center}.gm-toolbar .sep{width:1px;height:20px;background:var(--gm-divider-strong);margin:0 6px}.gm-toolbar .grow{flex:1}.gm-pager{display:flex;align-items:center;gap:2px;font-size:12px;color:var(--gm-text-2)}.gm-pager .range{padding:0 8px;white-space:nowrap}.gm-selcount{font-size:13px;color:var(--gm-text-2);margin-left:6px}.gm-list{flex:1;overflow-y:auto}.gm-row{display:flex;align-items:center;height:40px;padding:0 16px 0 8px;background:var(--gm-row-read);border-bottom:1px solid #f1f3f4;cursor:pointer;position:relative;font-size:14px;color:var(--gm-text-3)}.gm-row.unread{background:#fff;color:var(--gm-text)}.gm-row.unread .from,.gm-row.unread .subject,.gm-row.unread .date{font-weight:700;color:var(--gm-text)}.gm-row:hover{box-shadow:inset 1px 0 0 var(--gm-divider-strong),inset -1px 0 0 var(--gm-divider-strong),var(--gm-shadow-1);z-index:1}.gm-row.checked{background:var(--gm-row-checked)}.gm-row .cb{margin:0 4px}.gm-row .star{margin-right:4px}.gm-row .from{width:200px;flex:0 0 200px;padding-right:12px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--gm-text)}.gm-row .body{flex:1;min-width:0;display:flex;align-items:center;gap:8px}.gm-row .text{flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.gm-row .subject{color:var(--gm-text)}.gm-row .snippet{color:var(--gm-text-3);font-weight:400}.gm-row .clip{color:var(--gm-text-3);flex:0 0 auto;display:inline-flex}.gm-row .date{width:88px;flex:0 0 88px;text-align:right;font-size:12px;color:var(--gm-text-3)}.gm-row .actions{display:none;position:absolute;right:8px;top:0;bottom:0;align-items:center;gap:0;padding-left:8px;background:inherit}.gm-row:hover .actions{display:flex}.gm-row:hover .date{visibility:hidden}.gm-row .avatar{display:none}.gm-empty{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:48px 24px;color:var(--gm-text-3);font-size:14px;text-align:center;gap:8px}.gm-empty .big{font-size:22px;color:var(--gm-text-2)}.gm-empty svg{color:#c4c7c5;margin-bottom:8px}.gm-loading{display:flex;justify-content:center;padding:48px}.gm-banner{margin:8px 16px;padding:10px 16px;border-radius:8px;background:#fce8e6;color:var(--gm-danger);font-size:13px;display:flex;align-items:center;gap:12px}.gm-banner.info{background:#e8f0fe;color:#174ea6}.gm-banner .ib{margin-left:auto;width:32px;height:32px}.gm-row .from .count{font-weight:400;color:var(--gm-text-3);font-size:12px;margin-left:2px}.gm-row.unread .from .count{font-weight:400}.gm-row .from .p-unread{font-weight:700;color:var(--gm-text)}.gm-row .from .p-read{font-weight:400;color:var(--gm-text-3)}.gm-row.unread .from .p-read{color:var(--gm-text-3)}.gm-row .draft-tag{color:var(--gm-danger);font-weight:400;margin-left:6px}.gm-status{display:inline-flex;align-items:center;gap:4px;height:18px;padding:0 8px;margin-left:8px;border-radius:9px;font-size:11px;font-weight:500;white-space:nowrap;vertical-align:middle}.gm-status.sending{background:#e8f0fe;color:var(--gm-primary)}.gm-status.failed{background:#fce8e6;color:var(--gm-danger)}.gm-retry{border:0;background:none;color:var(--gm-primary);font-weight:600;font-size:12px;padding:2px 6px;border-radius:4px;cursor:pointer}.gm-retry:hover{background:#0b57d014}.gm-progress{position:relative;height:3px;overflow:hidden;background:#e8f0fe;flex:0 0 auto}.gm-progress:after{content:"";position:absolute;left:-40%;top:0;width:40%;height:100%;background:var(--gm-primary);animation:gm-slide 1.1s ease-in-out infinite}@keyframes gm-slide{to{left:100%}}.gm-fade{animation:gm-fade .14s ease-out}@keyframes gm-fade{0%{opacity:0;transform:translateY(2px)}to{opacity:1;transform:none}}.gm-conv-count{font-size:12px;color:var(--gm-text-3);margin-left:auto;white-space:nowrap}.gm-conv{padding:0 24px 0 16px}.gm-cmsg{position:relative}.gm-cmsg-sep{height:1px;background:var(--gm-divider);margin:0}.gm-cmsg.closed+.gm-cmsg.closed .gm-cmsg-sep{display:none}.gm-cmsg-collapsed{display:flex;align-items:flex-start;gap:16px;width:100%;padding:10px 0;border:0;background:transparent;text-align:left;color:var(--gm-text-3);font-size:14px;cursor:pointer}.gm-cmsg-collapsed:hover{background:#f8fafd}.gm-cmsg-collapsed .c-main{flex:1;min-width:0;display:flex;flex-direction:column;gap:2px}.gm-cmsg-collapsed .c-top{display:flex;align-items:center;gap:8px;min-height:32px}.gm-cmsg-collapsed .c-from{flex:1;min-width:0;color:var(--gm-text);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.gm-cmsg.unread .gm-cmsg-collapsed .c-from{font-weight:700}.gm-cmsg-collapsed .c-snip{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;padding-right:48px}.gm-cmsg-collapsed .c-snip .clip{display:inline-flex;vertical-align:middle;margin-left:6px}.gm-cmsg-collapsed .c-date{flex:0 0 auto;font-size:12px;white-space:nowrap}.gm-cmsg-collapsed .ib.sm{flex:0 0 auto}.gm-cmsg.muted{opacity:.72}.gm-cmsg.open .gm-msg{padding:0}.gm-cmsg.open .gm-msg-body{padding-bottom:20px}.gm-hidden-note{display:block;width:100%;margin:4px 0 8px;padding:10px 16px;border:1px solid var(--gm-divider-strong);border-radius:8px;background:#f8fafd;color:var(--gm-primary);font-size:13px;text-align:left;cursor:pointer}.gm-hidden-note:hover{background:#f1f4f9}.gm-read{flex:1;overflow-y:auto;padding:0 0 48px}.gm-read-head{padding:20px 72px 12px;display:flex;align-items:center;gap:12px;flex-wrap:wrap}.gm-read-head h2{margin:0;font-size:22px;font-weight:400;line-height:28px;color:var(--gm-text)}.gm-msg{padding:0 24px 0 16px}.gm-msg-head{display:flex;align-items:flex-start;gap:16px;padding:12px 0}.gm-msg-head .who{flex:1;min-width:0;padding-top:2px}.gm-msg-head .name{font-weight:700;color:var(--gm-text);font-size:14px}.gm-msg-head .addr{color:var(--gm-text-3);font-size:12px;margin-left:4px}.gm-msg-head .to{color:var(--gm-text-3);font-size:12px;margin-top:2px;display:inline-flex;align-items:center;gap:2px;cursor:default}.gm-msg-head .right{display:flex;align-items:center;gap:0;color:var(--gm-text-3);font-size:12px;white-space:nowrap}.gm-msg-head .right .when{margin-right:8px}.gm-msg-body{padding:4px 0 8px 56px;font-family:Arial,Helvetica,sans-serif;font-size:14px;line-height:1.5;color:var(--gm-text);overflow-wrap:anywhere}.gm-msg-body img{max-width:100%;height:auto}.gm-msg-body table{max-width:100%}.gm-msg-body pre{white-space:pre-wrap;font-family:inherit;margin:0}.gm-msg-body blockquote{border-left:1px solid #ccc;margin:0 0 0 8px;padding-left:8px;color:#500050}.gm-trim{display:inline-flex;align-items:center;justify-content:center;height:14px;min-width:30px;padding:0 7px;margin:12px 0 4px;border:0;border-radius:8px;background:#e8eaed;color:var(--gm-text-3);font-size:10px;letter-spacing:1px;line-height:1;cursor:pointer}.gm-trim:hover{background:#dadce0;color:var(--gm-text)}.gm-quoted{margin-top:10px}pre.gm-quoted{color:var(--gm-text-3)}.gm-detail{display:grid;grid-template-columns:max-content 1fr;gap:2px 10px;font-size:12px;color:var(--gm-text-3);margin:6px 0 4px}.gm-detail dt{text-align:right}.gm-detail dd{margin:0;color:var(--gm-text)}.gm-attach{padding:12px 0 0 56px}.gm-attach .label{font-size:14px;color:var(--gm-text-2);padding-bottom:12px;border-bottom:1px solid var(--gm-divider);margin-bottom:12px;display:flex;align-items:center;gap:8px}.gm-attach-cards{display:flex;flex-wrap:wrap;gap:12px}.gm-card{width:180px;border:1px solid var(--gm-divider-strong);border-radius:8px;overflow:hidden;background:#fff;cursor:pointer;text-align:left;padding:0;position:relative}.gm-card:hover{box-shadow:var(--gm-shadow-1)}.gm-card .thumb{height:100px;background:#f1f3f4;display:flex;align-items:center;justify-content:center;color:#5f6368}.gm-card .meta{display:flex;align-items:center;gap:8px;padding:8px 10px;border-top:1px solid var(--gm-divider)}.gm-card .fname{flex:1;min-width:0;font-size:13px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--gm-text)}.gm-card .fsize{font-size:11px;color:var(--gm-text-3);white-space:nowrap}.gm-card .dl{position:absolute;right:8px;top:8px;display:none;background:#fffffff2;border-radius:50%}.gm-card:hover .dl{display:inline-flex}.gm-msg-actions{display:flex;gap:8px;padding:20px 0 0 56px}.gm-reply{margin:20px 24px 0 72px;padding:16px;border:1px solid var(--gm-divider-strong);border-radius:8px;background:#fff;box-shadow:var(--gm-shadow-1)}.gm-reply .to-line{display:flex;align-items:center;gap:8px;font-size:13px;color:var(--gm-text-2);margin-bottom:8px}.gm-reply textarea{width:100%;min-height:120px;border:0;outline:none;resize:vertical;font-family:Arial,Helvetica,sans-serif;font-size:14px;line-height:1.5;padding:4px 0}.gm-reply .foot{display:flex;align-items:center;gap:4px;padding-top:12px}.gm-send{height:36px;padding:0 20px 0 24px;border-radius:18px}.gm-files{display:flex;flex-wrap:wrap;gap:8px;padding-top:8px}.gm-filechip{display:inline-flex;align-items:center;gap:6px;height:28px;padding:0 4px 0 10px;border:1px solid var(--gm-divider-strong);border-radius:14px;background:#f8fafd;font-size:12px}.gm-filechip .ib{width:24px;height:24px}.gm-compose-win{position:fixed;right:64px;bottom:0;z-index:60;width:560px;max-width:calc(100vw - 32px);height:520px;max-height:calc(100vh - 80px);background:#fff;border-radius:8px 8px 0 0;box-shadow:var(--gm-shadow-3);display:flex;flex-direction:column}.gm-compose-win.min{height:40px}.gm-compose-win.min .gm-cw-body{display:none}.gm-cw-head{height:40px;flex:0 0 auto;padding:0 4px 0 16px;display:flex;align-items:center;gap:2px;background:#f2f6fc;border-radius:8px 8px 0 0;font-size:14px;font-weight:500;color:var(--gm-text);cursor:default}.gm-cw-head .title{flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.gm-cw-head .ib{width:32px;height:32px}.gm-cw-body{flex:1;min-height:0;display:flex;flex-direction:column}.gm-cw-field{display:flex;align-items:center;margin:0 16px;border-bottom:1px solid var(--gm-divider);min-height:40px}.gm-cw-field .k{color:var(--gm-text-3);font-size:14px;width:56px;flex:0 0 auto}.gm-cw-field .k.hidden-k{width:0}.gm-cw-field input{flex:1;min-width:0;border:0;outline:none;padding:8px 0;font-size:14px;background:transparent}.gm-cw-field .links{display:flex;gap:8px;color:var(--gm-text-3);font-size:13px}.gm-cw-field .links button{border:0;background:none;color:inherit;padding:2px 4px}.gm-cw-field .links button:hover{color:var(--gm-text);text-decoration:underline}.gm-cw-body textarea{flex:1;min-height:120px;margin:8px 16px 0;padding:4px 0;border:0;outline:none;resize:none;font-family:Arial,Helvetica,sans-serif;font-size:14px;line-height:1.5}.gm-cw-foot{display:flex;align-items:center;gap:4px;padding:12px 12px 12px 16px;flex:0 0 auto}.gm-cw-foot .grow{flex:1}.gm-cw-note{font-size:12px;color:var(--gm-text-3);padding:0 16px 8px}.gm-snack{position:fixed;left:24px;bottom:24px;z-index:80;display:flex;align-items:center;gap:16px;min-width:288px;max-width:560px;padding:12px 8px 12px 24px;background:#323232;color:#fff;border-radius:4px;box-shadow:var(--gm-shadow-2);font-size:14px;animation:snack-in .15s ease-out}.gm-snack .undo{border:0;background:none;color:#a8c7fa;font-weight:500;padding:6px 8px;border-radius:4px;letter-spacing:.25px}.gm-snack .undo:hover{background:#ffffff14}.gm-snack .ib{color:#fff;width:36px;height:36px}@keyframes snack-in{0%{transform:translateY(8px);opacity:0}to{transform:none;opacity:1}}.gm-menu-wrap{position:relative}.gm-menu{position:absolute;right:0;top:48px;z-index:90;width:320px;padding:16px 0 8px;background:#fff;border-radius:28px;box-shadow:var(--gm-shadow-2);animation:snack-in .12s ease-out}.gm-menu .me{display:flex;flex-direction:column;align-items:center;gap:8px;padding:8px 24px 16px;text-align:center}.gm-menu .me .n{font-size:16px;font-weight:500}.gm-menu .me .e{font-size:13px;color:var(--gm-text-3)}.gm-menu .item{display:flex;align-items:center;gap:14px;width:100%;padding:12px 24px;border:0;background:none;text-align:left;font-size:14px;color:var(--gm-text)}.gm-menu .item:hover{background:var(--gm-hover)}.gm-menu hr{border:0;border-top:1px solid var(--gm-divider);margin:8px 0}.gm-scrim{position:fixed;top:0;right:0;bottom:0;left:0;z-index:85}.gm-settings{flex:1;overflow-y:auto}.gm-settings-head{padding:16px 24px;border-bottom:1px solid var(--gm-divider);font-size:22px;font-weight:400}.gm-settings-tabs{display:flex;gap:0;padding:0 16px;border-bottom:1px solid var(--gm-divider);overflow-x:auto}.gm-tab{padding:12px 16px;border:0;background:none;font-size:14px;color:var(--gm-text-2);border-bottom:3px solid transparent;white-space:nowrap}.gm-tab.active{color:var(--gm-primary);border-bottom-color:var(--gm-primary);font-weight:500}.gm-tab:hover{background:var(--gm-hover)}.gm-section{display:grid;grid-template-columns:220px 1fr;gap:12px 24px;padding:20px 24px;border-bottom:1px solid var(--gm-divider)}.gm-section .k{font-weight:700;font-size:14px;color:var(--gm-text)}.gm-section .k small{display:block;font-weight:400;color:var(--gm-text-3);margin-top:4px;font-size:12px;line-height:1.4}.gm-section .v{display:flex;flex-direction:column;gap:14px;max-width:560px}.gm-section .row{display:flex;align-items:center;gap:10px}.gm-section .msg{font-size:13px;padding:8px 12px;border-radius:4px;background:#e6f4ea;color:#137333}.gm-section .msg.err{background:#fce8e6;color:var(--gm-danger)}.gm-save{display:flex;gap:8px;padding:16px 24px 24px}.gm-kv{display:grid;grid-template-columns:160px 1fr;gap:8px 16px;font-size:14px}.gm-kv dt{color:var(--gm-text-3)}.gm-kv dd{margin:0;font-family:Roboto Mono,Menlo,Consolas,monospace;font-size:13px}.gm-radio{display:flex;align-items:center;gap:10px;font-size:14px}.gm-radio input{accent-color:var(--gm-primary);width:18px;height:18px}.gm-login{min-height:100%;display:flex;align-items:center;justify-content:center;background:#f0f4f9;padding:24px 16px}.gm-login>div{width:100%;max-width:448px}.gm-login-card{width:100%;max-width:448px;background:#fff;border-radius:28px;padding:36px 40px 32px;box-shadow:0 1px 2px #3c40431a}.gm-login-card .brand{display:flex;align-items:center;gap:10px;margin-bottom:20px}.gm-login-card h1{font-size:32px;font-weight:400;line-height:40px;margin:0 0 6px;color:var(--gm-text)}.gm-login-card .sub{font-size:16px;color:var(--gm-text);margin:0 0 28px}.gm-login-card .tf{margin-bottom:22px}.gm-login-card .opts{display:flex;align-items:center;gap:10px;font-size:14px;margin:-6px 0 26px}.gm-login-card .opts input{accent-color:var(--gm-primary);width:18px;height:18px}.gm-login-card .foot{display:flex;align-items:center;justify-content:space-between;gap:12px}.gm-login-card .help{font-size:14px;color:var(--gm-primary);font-weight:500}.gm-login-card .err{display:flex;align-items:center;gap:8px;color:var(--gm-danger);font-size:13px;margin:-12px 0 18px}.gm-login-card .info{font-size:13px;color:#174ea6;background:#e8f0fe;padding:10px 12px;border-radius:8px;margin-bottom:18px}.gm-login-links{display:flex;gap:24px;justify-content:center;margin-top:20px;font-size:12px}.gm-login-links a{color:var(--gm-text-3);text-decoration:none}.gm-login-links a:hover{text-decoration:underline}.gm-boot{height:100%;display:flex;align-items:center;justify-content:center}.only-mobile{display:none!important}@media(max-width:840px){.only-mobile{display:inline-flex!important}.only-desktop{display:none!important}.gm-top{padding:8px;height:64px}.gm-top-left{width:auto}.gm-top .gm-wordmark{display:none}.gm-search{flex:1;height:44px;margin-left:4px}.gm-search input{font-size:15px}.gm-top-right{padding-right:0}.gm-nav{position:fixed;top:0;bottom:0;left:0;z-index:70;width:280px;flex-basis:280px;background:#fff;padding-top:8px;transform:translate(-100%);transition:transform .18s ease-out;box-shadow:none}.gm-nav.open{transform:none;box-shadow:var(--gm-shadow-3)}.gm-nav-scrim{position:fixed;top:0;right:0;bottom:0;left:0;z-index:65;background:#00000052}.gm-nav .gm-logo{margin:8px 0 12px 20px;display:inline-flex}.gm-nav .gm-wordmark{display:inline}.gm-app.rail{--gm-nav-w: 256px}.gm-app.rail .gm-folder{padding:0 12px 0 26px;width:100%}.gm-app.rail .gm-folder .lbl,.gm-app.rail .gm-folder .cnt{display:inline}.gm-app.rail .gm-storage{display:block}.gm-app.rail .gm-compose{width:auto;padding:0 24px 0 16px;gap:12px}.gm-app.rail .gm-compose span{display:inline}.gm-nav .gm-compose{display:none}.gm-main{margin:0;border-radius:16px 16px 0 0}.gm-toolbar{padding:0 8px}.gm-pager .range{font-size:12px}.gm-row{height:auto;min-height:72px;padding:10px 12px;align-items:flex-start;gap:12px}.gm-row .cb,.gm-row .star,.gm-row .actions{display:none!important}.gm-row .avatar{display:inline-flex;width:40px;height:40px;font-size:16px;margin-top:2px}.gm-row .main{flex:1;min-width:0;display:flex;flex-direction:column;gap:2px}.gm-row .from{width:auto;flex:1;padding:0;font-size:15px}.gm-row .line1{display:flex;align-items:baseline;gap:8px}.gm-row .date{width:auto;flex:0 0 auto;font-size:12px;visibility:visible!important}.gm-row .body{display:flex}.gm-row .text{white-space:normal;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:14px;line-height:1.35}.gm-row .subject{display:block}.gm-row .mstar{display:inline-flex;align-self:flex-end}.gm-row:hover{box-shadow:none}.gm-read-head{padding:16px 16px 8px}.gm-read-head h2{font-size:20px}.gm-conv{padding:0 12px}.gm-cmsg-collapsed .c-snip{padding-right:0}.gm-cmsg-collapsed .c-date{font-size:11px}.gm-msg{padding:0 12px}.gm-msg-body,.gm-attach,.gm-msg-actions{padding-left:0}.gm-reply{margin:16px 12px 0;padding:12px}.gm-msg-head .right .when{display:none}.gm-msg-head .who>div:first-child{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.gm-card{width:calc(50% - 6px)}.gm-compose-win{right:0;left:0;top:0;bottom:0;width:auto;max-width:none;height:auto;max-height:none;border-radius:0}.gm-cw-head{border-radius:0;height:56px}.gm-compose-win.min{height:auto}.gm-fab{position:fixed;right:16px;bottom:24px;z-index:55;height:56px;padding:0 20px 0 16px;display:inline-flex;align-items:center;gap:12px;background:var(--gm-compose);color:var(--gm-compose-text);border:0;border-radius:16px;font-size:14px;font-weight:500;box-shadow:var(--gm-shadow-2)}.gm-snack{left:12px;right:12px;bottom:12px;min-width:0;max-width:none}.gm-menu{position:fixed;left:8px;right:8px;top:64px;width:auto}.gm-section{grid-template-columns:1fr;padding:16px}.gm-kv{grid-template-columns:1fr}.gm-login-card{padding:28px 20px 24px;border-radius:20px}.gm-login-card h1{font-size:26px;line-height:32px}}@media(min-width:841px){.gm-fab{display:none}.gm-row .main,.gm-row .line1{display:contents}.gm-row .from{order:1}.gm-row .body{order:2}.gm-row .date{order:3}.gm-row .mstar{display:none}}
