:root{--bg:#f6f8fc;--surface:#fff;--surface-2:#f2f6fc;--surface-3:#eaf1fb;--text:#1f1f1f;--muted:#5f6368;--line:#e0e3e7;--blue:#0b57d0;--blue-soft:#d3e3fd;--red:#c5221f;--shadow:0 8px 30px rgba(60,64,67,.18)}*{box-sizing:border-box}html{background:var(--bg);color-scheme:light}body{margin:0;background:var(--bg);color:var(--text);font:14px/1.4 Arial,Helvetica,sans-serif;min-height:100vh}button,input,select{font:inherit}.hidden{display:none!important}.g-shell{min-height:100vh}.g-topbar{height:64px;position:sticky;top:0;z-index:30;display:grid;grid-template-columns:46px 190px minmax(260px,720px) 46px 42px;align-items:center;gap:8px;padding:8px 18px;background:var(--bg)}.g-icon{border:0;background:transparent;width:40px;height:40px;border-radius:50%;display:grid;place-items:center;color:var(--muted);font-size:21px;cursor:pointer}.g-icon:hover{background:#e6e9ee}.g-brand{display:flex;align-items:center;gap:10px;color:var(--muted);font-size:22px;text-decoration:none;min-width:0}.g-brand-mark{width:32px;height:32px;border-radius:9px;display:grid;place-items:center;color:#fff;font-weight:800;background:linear-gradient(135deg,#7c3aed,#8b5cf6)}.g-brand-mark.large{width:52px;height:52px;border-radius:15px;font-size:24px;margin:auto}.g-search{height:48px;background:var(--surface-3);border-radius:24px;display:flex;align-items:center;padding:0 9px 0 16px;box-shadow:inset 0 0 0 1px transparent}.g-search:focus-within{background:var(--surface);box-shadow:var(--shadow)}.g-search-icon{font-size:21px;color:var(--muted);margin-right:12px}.g-search input{border:0;outline:0;background:transparent;flex:1;min-width:0;font-size:16px;color:var(--text)}.g-search input::placeholder{color:#6f747a}.g-avatar{width:32px;height:32px;border-radius:50%;background:#5f6368;color:#fff;display:grid;place-items:center;font-weight:700}.g-layout{display:grid;grid-template-columns:256px minmax(0,1fr);min-height:calc(100vh - 64px)}.g-sidebar{padding:8px 12px 20px;display:flex;flex-direction:column;min-height:0}.g-compose{width:144px;height:56px;border:0;border-radius:16px;background:#c2e7ff;color:#001d35;display:flex;align-items:center;justify-content:center;gap:12px;font-size:15px;box-shadow:0 1px 2px rgba(60,64,67,.08);cursor:pointer;margin:4px 0 14px 4px}.g-compose:hover{box-shadow:0 2px 5px rgba(60,64,67,.18)}.g-compose span{font-size:22px}.g-account-wrap{padding:0 10px 10px}.g-account-wrap label{display:block;color:var(--muted);font-size:11px;margin:0 0 5px 2px}.g-account-select{width:100%;border:1px solid transparent;background:transparent;color:var(--muted);padding:7px 5px;border-radius:8px;outline:0}.g-account-select:hover,.g-account-select:focus{background:#eef1f5}.g-folder-nav{overflow:auto;padding-bottom:8px}.g-folder{width:100%;height:32px;border:0;border-radius:0 16px 16px 0;background:transparent;color:#202124;display:grid;grid-template-columns:30px minmax(0,1fr) auto;align-items:center;text-align:left;padding:0 12px 0 16px;cursor:pointer}.g-folder:hover{background:#e8eaed}.g-folder.active{background:var(--blue-soft);font-weight:700}.g-folder-icon{color:var(--muted);font-size:16px}.g-folder-count{font-size:11px}.g-folder-heading{font-weight:700;padding:18px 16px 8px}.g-sidebar-links{margin-top:auto;padding:14px 16px 0;border-top:1px solid var(--line);display:grid;gap:8px}.g-sidebar-links a{color:var(--muted);text-decoration:none;font-size:12px}.g-sidebar-links a:hover{color:var(--blue)}.g-drawer-backdrop{display:none}.g-main{margin:0 16px 16px 0;background:var(--surface);border-radius:16px;min-width:0;overflow:hidden;box-shadow:0 1px 2px rgba(60,64,67,.04)}.g-list-view,.g-thread-view{height:calc(100vh - 80px);min-height:520px;display:flex;flex-direction:column}.g-list-toolbar,.g-thread-toolbar{height:48px;flex:0 0 48px;border-bottom:1px solid #f1f3f4;display:flex;align-items:center;justify-content:space-between;padding:0 12px}.g-toolbar-left{display:flex;align-items:center;gap:8px}.g-list-toolbar h1{font-size:15px;margin:0;font-weight:600}.g-result-count{font-size:12px;color:var(--muted)}.g-mail-list{overflow:auto;flex:1}.g-mail-row{min-height:42px;width:100%;border:0;border-bottom:1px solid #f0f1f2;background:#f2f6fc;color:var(--text);display:grid;grid-template-columns:38px minmax(140px,220px) minmax(0,1fr) 90px;align-items:center;text-align:left;padding:0 12px;cursor:pointer;gap:8px}.g-mail-row:hover{box-shadow:inset 0 1px #dadce0,inset 0 -1px #dadce0,0 1px 2px rgba(60,64,67,.15);position:relative;z-index:1}.g-mail-row.unread{background:#fff;font-weight:700}.g-star{border:0;background:transparent;color:#a8aaad;font-size:18px;cursor:pointer;padding:4px}.g-star.starred{color:#f4b400}.g-mail-sender,.g-mail-summary{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.g-mail-summary{font-weight:400}.g-mail-row.unread .g-mail-summary{font-weight:700}.g-mail-snippet{color:var(--muted);font-weight:400}.g-mail-date{font-size:12px;text-align:right;white-space:nowrap}.g-draft-word{color:#d93025;font-weight:700}.g-empty,.g-loading{padding:70px 20px;text-align:center;color:var(--muted)}.g-thread-toolbar{justify-content:flex-start;gap:4px}.g-thread-actions{display:flex;align-items:center;gap:2px}.g-action{border:0;background:transparent;color:var(--muted);height:38px;padding:0 11px;border-radius:19px;cursor:pointer}.g-action:hover{background:#f1f3f4;color:var(--text)}.g-thread-scroll{overflow:auto;flex:1;padding:22px 32px 40px}.g-thread-heading{display:flex;align-items:center;gap:10px;margin-bottom:20px}.g-thread-heading h1{font-size:22px;font-weight:400;margin:0}.g-thread-label{font-size:11px;background:#e0e0e0;padding:2px 7px;border-radius:4px;color:#4c4c4c}.g-message{border-top:1px solid var(--line);padding:16px 0}.g-message:first-child{border-top:0}.g-message-head{display:grid;grid-template-columns:40px minmax(0,1fr) auto;gap:10px;align-items:start}.g-message-avatar{width:34px;height:34px;border-radius:50%;background:#708090;color:#fff;display:grid;place-items:center;font-weight:700}.g-message-who strong{display:block}.g-message-who small{color:var(--muted)}.g-message-time{font-size:12px;color:var(--muted)}.g-message-body{margin:14px 0 4px 50px;white-space:pre-wrap;overflow-wrap:anywhere;line-height:1.55}.g-reply-bar{margin:24px 0 0 50px}.g-reply-button{border:1px solid #dadce0;background:#fff;color:#3c4043;border-radius:18px;padding:8px 18px;font-weight:700;cursor:pointer}.g-context{position:fixed;right:20px;top:82px;width:270px;max-height:calc(100vh - 100px);overflow:auto;background:#fff;border:1px solid var(--line);border-radius:14px;box-shadow:var(--shadow);z-index:20;padding:16px}.g-context h3{margin:0 0 12px;font-size:14px}.g-context p{margin:7px 0;color:var(--muted);font-size:12px}.g-context a,.g-context button{display:inline-block;margin-top:8px}.g-primary{border:0;border-radius:20px;background:var(--blue);color:#fff;font-weight:700;padding:10px 18px;cursor:pointer}.g-secondary-link{display:inline-block;margin-top:15px;color:var(--blue);text-decoration:none}.g-setup{height:100%;display:grid;place-items:center;padding:30px}.g-setup-card{text-align:center;max-width:440px}.g-setup-card h1{font-weight:400}.g-setup-card p{color:var(--muted)}.g-compose-dialog{border:0;padding:0;background:transparent;max-width:none;max-height:none;overflow:visible}.g-compose-dialog::backdrop{background:rgba(32,33,36,.18)}.g-compose-card{position:fixed;right:24px;bottom:0;width:min(600px,calc(100vw - 32px));height:min(650px,calc(100vh - 50px));background:#fff;border-radius:10px 10px 0 0;box-shadow:0 8px 30px rgba(60,64,67,.35);display:flex;flex-direction:column;overflow:hidden}.g-compose-head{height:40px;flex:0 0 40px;background:#40464d;color:#fff;display:flex;align-items:center;justify-content:space-between;padding:0 12px}.g-compose-head>div{display:flex;align-items:center;gap:9px}.g-compose-head span{font-size:10px;color:#d7dce1}.g-compose-head button{border:0;background:transparent;color:#fff;font-size:20px;cursor:pointer}.g-compose-row{min-height:38px;display:flex;align-items:center;border-bottom:1px solid #eceff1;padding:0 12px;gap:8px}.g-compose-row label{width:48px;color:var(--muted);font-size:12px}.g-compose-row input,.g-compose-row select{flex:1;border:0;outline:0;background:transparent;min-width:0;color:var(--text)}.g-compose-toggle{border:0;background:transparent;color:var(--muted);font-size:11px;cursor:pointer}.g-compose-editor{flex:1;outline:0;overflow:auto;padding:14px 16px;font-size:14px;line-height:1.5}.g-compose-editor:empty::before{content:attr(data-placeholder);color:#9aa0a6;pointer-events:none}.g-compose-error{min-height:18px;padding:0 14px;color:var(--red);font-size:12px}.g-compose-foot{height:58px;flex:0 0 58px;display:flex;align-items:center;justify-content:space-between;padding:8px 12px}.g-send{border:0;background:var(--blue);color:#fff;border-radius:18px;padding:9px 22px;font-weight:700;cursor:pointer}.g-discard{border:0;background:transparent;color:var(--muted);padding:9px;cursor:pointer}.g-toast{position:fixed;left:24px;bottom:24px;background:#202124;color:#fff;padding:12px 18px;border-radius:4px;box-shadow:var(--shadow);opacity:0;transform:translateY(8px);pointer-events:none;transition:.18s;z-index:100}.g-toast.show{opacity:1;transform:none}.g-mobile-nav,.g-mobile-compose{display:none}
@media(max-width:980px){.g-topbar{grid-template-columns:46px 125px minmax(160px,1fr) 42px;padding-inline:10px}.g-desktop-refresh{display:none}.g-layout{grid-template-columns:72px minmax(0,1fr)}.g-sidebar{padding-inline:8px}.g-compose{width:56px;border-radius:16px;padding:0}.g-compose strong,.g-account-wrap,.g-folder span:not(.g-folder-icon),.g-folder-count,.g-folder-heading,.g-sidebar-links{display:none}.g-folder{grid-template-columns:1fr;padding:0;border-radius:16px;justify-items:center}.g-folder-icon{font-size:18px}.g-main{margin-right:10px}.g-context{display:none!important}}
@media(max-width:700px){body{background:#fff}.g-topbar{height:62px;grid-template-columns:42px minmax(0,1fr) 36px;gap:5px;padding:7px 8px;background:#fff;border-bottom:1px solid #edf0f2}.g-brand{display:none}.g-avatar{width:30px;height:30px;font-size:12px}.g-search{height:46px;border-radius:23px}.g-layout{display:block;min-height:calc(100vh - 62px)}.g-sidebar{position:fixed;left:0;top:0;bottom:0;width:min(310px,86vw);z-index:60;background:#fff;box-shadow:8px 0 30px rgba(60,64,67,.25);padding:68px 12px 90px;transform:translateX(-105%);transition:transform .2s}.g-sidebar.open{transform:none}.g-sidebar .g-compose{width:144px}.g-sidebar .g-compose strong,.g-sidebar .g-account-wrap,.g-sidebar .g-folder span:not(.g-folder-icon),.g-sidebar .g-folder-count,.g-sidebar .g-folder-heading,.g-sidebar .g-sidebar-links{display:block}.g-sidebar .g-folder{grid-template-columns:30px minmax(0,1fr) auto;padding:0 12px 0 16px;justify-items:stretch;border-radius:0 16px 16px 0}.g-sidebar .g-folder-icon{justify-self:start}.g-drawer-backdrop{display:block;position:fixed;inset:0;border:0;background:rgba(32,33,36,.45);z-index:55}.g-main{margin:0;border-radius:0;min-height:calc(100vh - 62px - 62px)}.g-list-view,.g-thread-view{height:calc(100vh - 62px - 62px);min-height:0}.g-list-toolbar{height:44px;flex-basis:44px;padding:0 8px}.g-list-toolbar h1{font-size:14px}.g-mail-row{min-height:68px;grid-template-columns:34px minmax(0,1fr) 58px;grid-template-areas:'star sender date' 'star summary date';padding:7px 9px;gap:0 6px;background:#fff}.g-mail-row.unread{background:#f2f6fc}.g-mail-row .g-star{grid-area:star;align-self:start;margin-top:5px}.g-mail-sender{grid-area:sender;font-weight:700;align-self:end}.g-mail-summary{grid-area:summary;align-self:start;font-size:13px}.g-mail-date{grid-area:date;align-self:start;padding-top:5px;font-size:11px}.g-thread-toolbar{height:44px;flex-basis:44px}.g-thread-scroll{padding:14px 15px 95px}.g-thread-heading h1{font-size:20px}.g-message-head{grid-template-columns:34px minmax(0,1fr) auto}.g-message-avatar{width:30px;height:30px}.g-message-body{margin-left:44px}.g-reply-bar{margin-left:44px}.g-mobile-nav{display:grid;position:fixed;left:0;right:0;bottom:0;height:62px;padding-bottom:env(safe-area-inset-bottom);grid-template-columns:repeat(3,1fr);background:#f8fafd;border-top:1px solid #e4e7eb;z-index:40}.g-mobile-nav a{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1px;color:#5f6368;text-decoration:none;font-size:17px}.g-mobile-nav strong{font-size:10px}.g-mobile-nav a.active{color:var(--blue)}.g-mobile-compose{display:grid;place-items:center;position:fixed;right:18px;bottom:78px;width:56px;height:56px;border:0;border-radius:16px;background:#c2e7ff;color:#001d35;font-size:23px;box-shadow:0 3px 10px rgba(60,64,67,.25);z-index:38}.g-compose-dialog{width:100vw;height:100vh}.g-compose-dialog::backdrop{background:#fff}.g-compose-card{inset:0;width:100vw;height:100vh;border-radius:0}.g-compose-head{height:56px;flex-basis:56px;background:#fff;color:var(--text);border-bottom:1px solid #e6e8eb}.g-compose-head button{color:var(--text)}.g-compose-head span{color:var(--muted)}.g-compose-row{min-height:44px}.g-compose-editor{padding-bottom:90px}.g-toast{left:12px;right:12px;bottom:76px;text-align:center}.g-menu-button{display:grid}}
