:root{--navy:#1b2f7a;--navy-deep:#111e52;--orange:#f47920;--pale-blue:#eef1fa;--blue-line:#c5cef0;--ink:#202124;--muted:#5f6368;--line:#e4e7eb;--canvas:#f6f8fc}*{box-sizing:border-box}html,body{min-height:100%;margin:0}body{background:var(--canvas);color:var(--ink);font-family:Inter,Arial,Helvetica,sans-serif;font-size:14px;overflow:hidden}button,input{font:inherit}button,a{-webkit-tap-highlight-color:transparent}button{color:inherit}.mailApp{background:var(--canvas);grid-template-rows:64px minmax(0,1fr);grid-template-columns:256px minmax(560px,1fr) 52px;height:100vh;display:grid}.appHeader{grid-column:1/-1;grid-template-columns:256px minmax(360px,720px) 1fr;align-items:center;gap:16px;padding:8px 16px 8px 8px;display:grid}.brandArea{align-items:center;gap:10px;height:48px;padding-left:5px;display:flex}.roundButton{color:#59636e;cursor:pointer;background:0 0;border:0;border-radius:50%;place-items:center;width:40px;height:40px;font-size:18px;display:grid}.roundButton:hover{background:#e6e9ef}.menuButton{font-size:20px}.logoCrop{width:95px;height:34px;display:block;position:relative;overflow:hidden}.logoCrop img{object-fit:contain;width:132px;height:74px;position:absolute;top:-20px;left:-18px}.productName{color:#5f6368;margin-left:-5px;font-size:20px}.searchBox{background:#e9edf7;border-radius:24px;align-items:center;gap:11px;height:48px;padding:0 14px;transition:box-shadow .18s,background .18s;display:flex}.searchBox:focus-within{background:#fff;box-shadow:0 1px 3px #20212440,0 4px 10px #2021241a}.searchBox input{min-width:0;color:var(--ink);background:0 0;border:0;outline:0;flex:1;font-size:16px}.searchBox input::placeholder{color:#626972}.searchIcon{font-size:24px;line-height:1;transform:rotate(-15deg)}.searchBox button{cursor:pointer;background:0 0;border:0;border-radius:50%;width:32px;height:32px;font-size:20px}.headerActions{justify-content:flex-end;align-items:center;gap:3px;display:flex}.appGrid{font-size:23px}.userAvatar{color:#fff;background:linear-gradient(135deg, var(--navy), #3853aa);cursor:pointer;border:0;border-radius:50%;width:34px;height:34px;margin-left:5px;font-size:11px;font-weight:800;box-shadow:0 0 0 2px #fff}.sidebar{flex-direction:column;grid-row:2;min-height:0;padding:8px 12px 12px 0;display:flex}.composeButton{width:144px;height:56px;color:var(--navy-deep);cursor:pointer;text-align:left;background:#dfe6fa;border:0;border-radius:16px;margin:0 0 16px 8px;padding-left:18px;font-weight:650;box-shadow:0 1px 2px #1e30641a}.composeButton:hover{background:#d6def5;box-shadow:0 2px 5px #1e30642e}.composeButton span{color:var(--orange);vertical-align:-2px;margin-right:12px;font-size:25px;font-weight:400}.sidebar nav{display:grid}.sidebar nav a{color:#30343a;border-radius:0 16px 16px 0;grid-template-columns:44px 1fr auto;align-items:center;height:32px;padding:0 14px 0 16px;font-size:13px;text-decoration:none;display:grid}.sidebar nav a:hover{background:#e8ebf1}.sidebar nav a.active{color:var(--navy-deep);background:#dbe3fa;font-weight:750}.sidebar nav a strong{font-size:12px}.navIcon{color:#56606b;font-size:16px}.active .navIcon{color:var(--navy)}.labelsTitle{color:#42474d;justify-content:space-between;align-items:center;height:45px;margin-top:15px;padding:0 13px 0 25px;font-weight:700;display:flex}.labelsTitle button{cursor:pointer;background:0 0;border:0;border-radius:50%;width:28px;height:28px;font-size:20px}.labelsTitle button:hover{background:#e5e8ed}.sidebar nav a:has(.labelDot){grid-template-columns:44px 1fr}.labelDot{border-radius:3px;justify-self:start;width:11px;height:11px;margin-left:2px}.labelDot.work{background:var(--navy)}.labelDot.finance{background:var(--orange)}.labelDot.updates{background:#4a9b68}.storage{color:#6e747b;margin:auto 19px 4px 24px;font-size:10px}.storageBar{background:#dce0e8;border-radius:4px;height:4px;margin-bottom:7px;overflow:hidden}.storageBar i{background:var(--navy);width:24%;height:100%;display:block}.inbox{background:#fff;border-radius:16px 16px 0 0;flex-direction:column;grid-area:2/2;min-width:0;min-height:0;display:flex;overflow:hidden}.mailToolbar{border-bottom:1px solid #f0f1f2;justify-content:space-between;align-items:center;min-height:48px;padding:0 10px 0 17px;display:flex}.toolbarLeft,.toolbarRight{align-items:center;gap:2px;display:flex}.mailToolbar button,.rowActions button{color:#5e656c;cursor:pointer;background:0 0;border:0;border-radius:50%;width:34px;height:34px}.mailToolbar button:hover,.rowActions button:hover{background:#edf0f4}.toolbarRight span{color:#6d7278;margin-right:8px;font-size:11px}.selectBox{padding:0;background:0 0!important;border:1px solid #90969d!important;border-radius:2px!important;width:15px!important;height:15px!important}.categoryTabs{border-bottom:1px solid var(--line);height:56px;display:flex}.categoryTabs button{color:#5f6368;cursor:pointer;background:0 0;border:0;align-items:center;gap:14px;width:210px;padding:0 18px;display:flex;position:relative}.categoryTabs button:hover{background:#f5f6f7}.categoryTabs button.selected{color:var(--navy)}.categoryTabs button.selected:after{content:"";background:var(--navy);border-radius:3px 3px 0 0;height:3px;position:absolute;bottom:0;left:10px;right:10px}.categoryTabs button span{font-size:17px}.categoryTabs button b{font-size:13px}.categoryTabs button i{color:#fff;background:var(--orange);border-radius:9px;padding:2px 6px;font-size:9px;font-style:normal}.messageList{overflow-y:auto}.messageRow{cursor:pointer;background:#f7f8fa;border-bottom:1px solid #e7e9eb;grid-template-columns:22px 24px 22px 178px minmax(190px,1fr) 75px;align-items:center;gap:5px;min-height:41px;padding:0 12px 0 14px;font-size:12px;display:grid;position:relative;box-shadow:inset 0 1px #fffc}.messageRow.unread{background:#fff}.messageRow:hover{z-index:1;box-shadow:0 1px 3px #2021243d}.messageRow .selectBox{visibility:visible}.star{color:#9ca1a6;cursor:pointer;background:0 0;border:0;font-size:19px}.important{color:#adb1b5;cursor:pointer;background:0 0;border:0;font-size:20px;transform:rotate(90deg)}.sender{white-space:nowrap;text-overflow:ellipsis;font-weight:500;overflow:hidden}.unread .sender{color:#16181a;font-weight:750}.summary{white-space:nowrap;align-items:center;min-width:0;display:flex;overflow:hidden}.summary b{text-overflow:ellipsis;flex:0 auto;min-width:0;font-weight:500;overflow:hidden}.unread .summary b{font-weight:750}.summary>span:not(.tag){color:#6a6f75;text-overflow:ellipsis;min-width:30px;overflow:hidden}.summary em{color:#676c72;border:1px solid #dadde0;border-radius:10px;margin-left:8px;padding:3px 8px;font-size:9px;font-style:normal}.tag{border-radius:4px;flex:none;margin-right:7px;padding:2px 5px;font-size:9px;font-weight:700}.tag.work{color:var(--navy);background:var(--pale-blue)}.tag.finance{color:#9b440d;background:#fef0e6}.tag.updates{color:#27603c;background:#e4f2e9}.messageRow time{color:#555b61;justify-self:end;font-size:10px;font-weight:600}.unread time{color:var(--navy);font-weight:750}.rowActions{background:linear-gradient(90deg,#0000,#f7f8fa 20%);align-items:center;height:100%;padding-left:25px;display:none;position:absolute;right:9px}.messageRow:hover .rowActions{display:flex}.messageRow:hover time{visibility:hidden}.inboxFooter{color:#74797e;justify-content:space-between;align-items:flex-start;min-height:55px;margin-top:auto;padding:13px 15px;font-size:9px;display:flex}.inboxFooter>div{width:180px}.footerBar{background:#e2e5e9;border-radius:4px;height:4px;margin-top:5px;overflow:hidden}.footerBar i{background:var(--navy);width:24%;height:100%;display:block}.utilityRail{flex-direction:column;grid-area:2/3;align-items:center;gap:17px;padding-top:14px;display:flex}.utilityRail button{color:#697079;cursor:pointer;background:0 0;border:0;border-radius:50%;place-items:center;width:32px;height:32px;font-size:17px;display:grid}.utilityRail button:hover{background:#e5e8ee}.utilityRail .aiTool{color:#fff;background:linear-gradient(135deg, var(--orange), #ff9950);box-shadow:0 3px 8px #f4792040}.utilityRail i{background:#d8dce2;width:20px;height:1px}@media (max-width:900px){.mailApp{grid-template-columns:68px minmax(420px,1fr)}.appHeader{grid-template-columns:68px minmax(250px,1fr) auto}.brandArea .logoCrop,.productName{display:none}.sidebar{align-items:center;padding-right:0}.composeButton{text-align:center;border-radius:15px;width:48px;height:48px;margin-left:0;padding:0;font-size:0}.composeButton span{margin:0;font-size:25px}.sidebar nav{width:100%}.sidebar nav a{border-radius:0 18px 18px 0;grid-template-columns:1fr;place-items:center;padding:0;font-size:0}.sidebar nav a strong,.labelsTitle,.storage{display:none}.sidebar nav:has(.labelDot){display:none}.navIcon{font-size:17px}.utilityRail{display:none}.messageRow{grid-template-columns:18px 24px 24px 130px minmax(150px,1fr) 60px}}@media (max-width:620px){body{overflow:auto}.mailApp{grid-template-rows:64px auto;grid-template-columns:1fr;height:auto;min-height:100vh}.appHeader{z-index:5;background:var(--canvas);grid-template-columns:1fr auto;padding:8px;position:sticky;top:0}.brandArea{display:none}.searchBox{min-width:0}.headerActions .roundButton,.sidebar{display:none}.inbox{border-radius:0;grid-area:2/1;min-height:calc(100vh - 64px)}.categoryTabs button{justify-content:center;width:50%}.categoryTabs button:nth-child(3){display:none}.messageRow{grid-template-columns:22px 24px minmax(90px,1fr) 45px;min-height:64px;padding:6px 10px}.important,.sender{display:none}.summary{display:block}.summary b,.summary>span:not(.tag){text-overflow:ellipsis;display:block;overflow:hidden}.tag,.summary em,.inboxFooter{display:none}}
