*{box-sizing:border-box}body{margin:0;font-family:Segoe UI,Arial,sans-serif;background:#f5f7f6;color:#17231d}.app{display:flex;min-height:100vh}.sidebar{width:300px;background:#0d1813;color:#fff;padding:24px 18px}.brand{font-size:24px;font-weight:800;margin:5px 8px 28px}.brand span{color:#35d07f}.generate{width:100%;border:0;border-radius:12px;background:#35d07f;color:#07120c;padding:14px;font-weight:800;font-size:15px;cursor:pointer}.section-title{font-size:11px;color:#8da096;font-weight:800;letter-spacing:1.3px;margin:30px 10px 10px}.mailboxes{display:flex;flex-direction:column;gap:7px}.mailbox{display:flex;align-items:center;gap:10px;padding:12px 10px;border-radius:10px;cursor:pointer}.mailbox:hover,.mailbox.active{background:#1b2c24}.mailbox-icon{width:34px;height:34px;border-radius:9px;background:#21352b;display:grid;place-items:center;color:#35d07f}.mailbox-text{min-width:0}.mailbox-email{font-size:13px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.mailbox-meta{font-size:11px;color:#81938a;margin-top:3px}.main{flex:1;min-width:0}.topbar{background:#fff;border-bottom:1px solid #e2e8e4;padding:30px 42px;display:flex;align-items:center;justify-content:space-between;gap:20px}.eyebrow{font-size:11px;font-weight:800;letter-spacing:1.5px;color:#35a967}.topbar h1{margin:7px 0 0;font-size:24px}.actions{display:flex;gap:9px}.secondary{background:#fff;border:1px solid #d6dfda;border-radius:9px;padding:10px 14px;cursor:pointer;font-weight:700;color:#26372e}.empty{max-width:600px;margin:110px auto;text-align:center;padding:30px}.empty-icon{width:68px;height:68px;border-radius:20px;background:#dff7e9;color:#1aa65c;display:grid;place-items:center;margin:0 auto 18px;font-size:30px}.empty h2{margin:0 0 8px}.empty p{color:#718078}.inbox{padding:30px 42px}.inbox-head{display:flex;justify-content:space-between;margin-bottom:14px;color:#33453b}.inbox-head span{font-size:13px;color:#7b8982}.message{background:#fff;border:1px solid #e1e8e4;border-radius:12px;padding:18px;margin-bottom:10px;cursor:pointer}.message-top{display:flex;justify-content:space-between;gap:15px}.sender{font-weight:800}.date{font-size:12px;color:#84918b}.subject{margin-top:8px;font-weight:700}.preview{margin-top:5px;color:#718078;font-size:13px}.hidden{display:none}.toast{position:fixed;right:25px;bottom:25px;background:#102019;color:#fff;padding:12px 16px;border-radius:10px;opacity:0;transition:.2s}.toast.show{opacity:1}@media(max-width:750px){.sidebar{width:220px}.topbar,.inbox{padding-left:22px;padding-right:22px}.actions{display:none}}