:root{--bg:#050505;--panel:#0d0d0d;--panel-2:#141414;--line:#202020;--line-soft:#181818;--text:#f4f4f4;--muted:#8b8b8b;--danger:#ff7f7f}*{box-sizing:border-box}html,body{background:var(--bg);min-height:100%;color:var(--text);margin:0}body{font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}button,input{font:inherit}a{color:inherit;text-decoration:none}.login-wrap{background:#050505;place-items:center;min-height:100vh;padding:24px;display:grid}.login-card{gap:12px;width:min(360px,100%);display:grid}.discord-login-btn{color:#f3f3f3;background:#111;border:1px solid #242424;border-radius:12px;justify-content:center;align-items:center;gap:10px;min-height:48px;font-size:14px;font-weight:600;transition:background .15s,border-color .15s,transform .15s;display:flex}.discord-login-btn:hover{background:#171717;border-color:#303030;transform:translateY(-1px)}.login-error{text-align:center;color:var(--danger);margin:0;font-size:12px}.home-wrap{background:#050505;place-items:center;min-height:100vh;padding:24px;display:grid}.home-card{flex-direction:column;gap:12px;width:min(580px,100%);display:flex}.simple-input-row{background:#0d0d0d;border:1px solid #222;border-radius:12px;align-items:center;gap:12px;min-height:56px;padding:0 16px;display:flex}.simple-input-row:focus-within{border-color:#353535}.simple-input-row input{min-width:0;color:var(--text);background:0 0;border:0;outline:0;flex:1;font-size:15px}.simple-input-row input::placeholder{color:#606060}.simple-input-row span{color:#777;white-space:nowrap;font-size:14px}.simple-btn{min-height:48px;color:var(--text);cursor:pointer;background:#111;border:1px solid #242424;border-radius:12px;font-weight:550}.simple-btn:hover{background:#171717;border-color:#303030}.simple-error{color:var(--danger);margin:0;font-size:12px}.resend-inbox-wrap{background:#070707;min-height:100vh}.resend-topbar{border-bottom:1px solid var(--line-soft);justify-content:space-between;align-items:center;height:60px;padding:0 18px;display:flex}.icon-control{color:#bdbdbd;cursor:pointer;background:#101010;border:1px solid #242424;border-radius:10px;place-items:center;width:36px;height:36px;transition:background .15s,color .15s,border-color .15s,transform .15s;display:inline-grid}.icon-control:hover{color:#f0f0f0;background:#171717;border-color:#303030;transform:translateY(-1px)}.icon-control.copied{color:#fff;background:#181818;border-color:#393939}.resend-shell{padding:24px 18px 18px}.resend-head-row{margin-bottom:15px}.resend-address-line{flex-wrap:wrap;align-items:center;gap:9px;display:flex}.resend-address-line h1{letter-spacing:-.04em;margin:0;font-size:31px;font-weight:600;line-height:1.1}.copy-control{border-radius:9px;width:32px;height:32px}.notice{border:1px solid var(--line);background:#0c0c0c;border-radius:12px;margin:0 0 14px;padding:11px 13px;font-size:12px}.notice.error{color:var(--danger)}.resend-mail-layout{grid-template-columns:350px minmax(0,1fr);gap:14px;min-height:calc(100vh - 156px);display:grid}.resend-sidebar,.resend-reader{border:1px solid var(--line);background:#0a0a0a;border-radius:16px;overflow:hidden}.resend-sidebar{flex-direction:column;min-height:0;display:flex}.resend-list-head{border-bottom:1px solid var(--line-soft);color:#a9a9a9;justify-content:space-between;align-items:center;min-height:48px;padding:0 16px;font-size:12px;display:flex}.mail-list{flex-direction:column;display:flex;overflow:auto}.mail-item{text-align:left;width:100%;color:var(--text);border:0;border-bottom:1px solid var(--line-soft);cursor:pointer;background:0 0;padding:15px 16px}.mail-item:hover{background:#ffffff06}.resend-mail-item.active{background:#ffffff0b}.mail-item-top{justify-content:space-between;align-items:baseline;gap:12px;display:flex}.mail-item-top strong,.mail-subject,.mail-from,.resend-reader-top h2,.resend-mail-text{overflow-wrap:anywhere}.mail-item-top strong{font-size:13px;font-weight:600}.mail-item-top time,.mail-from,.resend-reader-meta{color:var(--muted);font-size:11px}.mail-subject{color:#d2d2d2;margin-top:6px;font-size:13px}.mail-from{margin-top:4px}.resend-reader{flex-direction:column;min-width:0;display:flex}.resend-reader-top{border-bottom:1px solid var(--line-soft);padding:20px 20px 17px}.resend-reader-top h2{letter-spacing:-.02em;margin:0 0 10px;font-size:22px;font-weight:600}.resend-reader-meta{gap:4px;display:grid}.resend-tabs{border-bottom:1px solid var(--line-soft);padding:10px 14px}.view-switch{background:#0e0e0e;border:1px solid #222;border-radius:10px;gap:2px;width:fit-content;padding:3px;display:flex}.view-switch button{color:#777;cursor:pointer;background:0 0;border:0;border-radius:7px;align-items:center;gap:6px;min-height:30px;padding:0 10px;font-size:11px;display:inline-flex}.view-switch button:hover{color:#cfcfcf}.view-switch button.active{color:#efefef;background:#191919;box-shadow:inset 0 0 0 1px #242424}.resend-reader-body{flex:1;min-height:0;overflow:auto}.resend-mail-text{white-space:pre-wrap;color:#dedede;margin:0;padding:20px;font-size:13px;line-height:1.65}.resend-frame{background:#fff;border:0;width:100%;min-height:100%;display:block}.center-note{height:100%;min-height:220px;color:var(--muted);text-align:center;place-items:center;padding:24px;font-size:12px;display:grid}@media (max-width:860px){.resend-shell{padding:16px 12px 12px}.resend-address-line h1{font-size:24px}.resend-mail-layout{grid-template-columns:1fr;min-height:auto}.resend-sidebar{max-height:40vh}.resend-reader{min-height:58vh}}
