:root{color:#18212f;background:#eef3f8;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Microsoft YaHei,sans-serif;font-synthesis:none;text-rendering:optimizeLegibility}*{box-sizing:border-box}body{margin:0;min-width:1500px;min-height:100vh;background:linear-gradient(135deg,rgba(49,116,201,.16),transparent 34%),linear-gradient(315deg,rgba(37,176,136,.13),transparent 32%),#eef3f8}button,input,textarea{font:inherit}button{cursor:pointer}button:disabled{cursor:not-allowed;opacity:.58}.app-shell{display:grid;grid-template-columns:300px minmax(690px,820px) minmax(0,1fr);gap:16px;height:100vh;padding:16px}.login-shell{display:grid;min-height:100vh;place-items:center;padding:24px}.login-card{display:grid;width:min(420px,100%);gap:16px;justify-items:center;padding:30px;border:1px solid rgba(74,99,132,.16);border-radius:8px;background:#ffffffdb;box-shadow:0 24px 60px #283c5a2e;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.login-card h1{margin:4px 0 0;color:#142236;font-size:28px}.login-card p{margin:0;color:#69788d}.login-input{width:100%;height:48px;border:1px solid #d6dee9;border-radius:8px;padding:0 14px;color:#1b2838;background:#f8fbff;outline:none}.login-notice{width:100%;padding:10px 12px;border-radius:8px;color:#b42318;background:#ffebe8;text-align:center;font-size:13px}.sidebar,.mailbox-column,.workspace-column{min-height:0}.mailbox-column{display:flex;flex-direction:column;overflow:hidden}.sidebar{display:flex;flex-direction:column;gap:16px}.brand{display:flex;align-items:center;gap:14px;padding:18px;border:1px solid rgba(74,99,132,.16);border-radius:8px;background:#ffffffc7;box-shadow:0 18px 45px #283c5a1f;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.logout-button{margin-left:auto}.brand-mark{display:grid;width:54px;height:54px;place-items:center;color:#fff;border-radius:8px;background:linear-gradient(135deg,#246bfe,#23a97a);box-shadow:0 12px 24px #246bfe47}.brand h1{margin:0;font-size:22px;line-height:1.15}.brand p{margin:5px 0 0;color:#6a7687;font-size:13px}.panel,.mailbox-column,.workspace-column{border:1px solid rgba(74,99,132,.16);border-radius:8px;background:#ffffffd1;box-shadow:0 18px 45px #283c5a1c;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.panel{padding:16px}.panel-title{display:flex;align-items:center;gap:8px;margin-bottom:12px;color:#26364d;font-weight:750}.import-panel{flex:1;min-height:420px;display:flex;flex-direction:column}textarea{width:100%;flex:1;min-height:260px;resize:none;border:1px solid #d6dee9;border-radius:8px;padding:13px;color:#1b2838;background:#f8fbff;outline:none;line-height:1.58}textarea:focus,input:focus{border-color:#246bfe;box-shadow:0 0 0 3px #246bfe1f}select{border:0;outline:0;color:#21354f;background:transparent;font:inherit}.group-panel{display:flex;flex-direction:column;gap:10px}.group-form{display:flex;gap:8px}.group-form input{flex:1;min-width:0;height:40px;border:1px solid #d6dee9;border-radius:8px;padding:0 12px;color:#1b2838;background:#f8fbff;outline:none}.group-list{display:grid;gap:8px;max-height:150px;overflow:auto;padding-right:2px}.group-item{display:grid;grid-template-columns:minmax(0,1fr) 34px;gap:7px}.group-all-item{grid-template-columns:minmax(0,1fr)}.group-item>button:first-child{display:flex;align-items:center;justify-content:space-between;min-width:0;height:34px;border:1px solid rgba(74,99,132,.12);border-radius:8px;padding:0 10px;color:#2b496c;background:#f7fbff;font-size:13px;font-weight:740}.group-item>button:first-child.active{color:#fff;border-color:transparent;background:linear-gradient(135deg,#246bfe,#159869)}.group-item span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.group-item small{flex:0 0 auto;color:inherit;opacity:.72}.group-delete{width:34px;height:34px;color:#b42318;background:#fff0ee}.group-empty{display:block;padding:8px 0;color:#718095;text-align:center}.api-panel code{display:block;padding:12px;border-radius:8px;color:#103b70;background:#edf5ff;word-break:break-all}.api-panel p{margin:10px 0 0;color:#667487;font-size:13px}.primary-button,.secondary-button,.icon-button{display:inline-flex;align-items:center;justify-content:center;gap:8px;border:0;border-radius:8px;transition:transform .16s ease,box-shadow .16s ease,background .16s ease}.primary-button{width:100%;margin-top:12px;padding:13px 16px;color:#fff;font-weight:760;background:linear-gradient(135deg,#246bfe,#159869);box-shadow:0 12px 26px #246bfe38}.secondary-button{flex:0 0 auto;padding:10px 13px;color:#1c4f92;font-weight:720;background:#eaf3ff}.icon-button{width:40px;height:40px;color:#29415e;background:#edf3f9}.primary-button:not(:disabled):hover,.secondary-button:not(:disabled):hover,.icon-button:not(:disabled):hover{transform:translateY(-1px);box-shadow:0 10px 22px #2f4b6e29}.danger-button{display:inline-flex;align-items:center;gap:6px;height:34px;border:0;border-radius:8px;padding:0 12px;color:#b42318;background:#fff0ee;font-size:13px;font-weight:780}.restore-button{display:inline-flex;align-items:center;gap:6px;height:34px;border:0;border-radius:8px;padding:0 12px;color:#0f6f52;background:#e6f8f0;font-size:13px;font-weight:780}.danger-button:not(:disabled):hover,.danger-icon:not(:disabled):hover{color:#fff;background:#d92d20;box-shadow:0 10px 22px #d92d202e}.danger-icon{color:#b42318;background:#fff0ee}.restore-button:not(:disabled):hover,.restore-icon:not(:disabled):hover{color:#fff;background:#0f8f66;box-shadow:0 10px 22px #0f8f662e}.restore-icon{color:#0f6f52;background:#e6f8f0}.toolbar,.message-header{display:flex;align-items:center;gap:10px;padding:14px;border-bottom:1px solid rgba(74,99,132,.12)}.view-tabs{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;padding:12px 14px 0}.view-tabs button{height:38px;border:1px solid rgba(74,99,132,.12);border-radius:8px;color:#536276;background:#f7fbff;font-size:13px;font-weight:780;transition:background .16s ease,color .16s ease,box-shadow .16s ease}.view-tabs button.active{color:#fff;border-color:transparent;background:linear-gradient(135deg,#246bfe,#159869);box-shadow:0 10px 22px #246bfe29}.group-filter-bar{display:flex;align-items:center;gap:8px;padding:12px 14px 0}.select-wrap,.assign-group-control{display:inline-flex;align-items:center;gap:7px;min-width:0;height:34px;border-radius:8px;color:#29415e;background:#edf3f9}.select-wrap{flex:1;padding:0 10px}.select-wrap select{width:100%;min-width:0;font-size:13px;font-weight:720}.search-box{display:flex;align-items:center;gap:9px;flex:1;min-width:0;height:42px;padding:0 12px;border:1px solid #d7e0eb;border-radius:8px;color:#69788d;background:#f8fbff}.search-box input{width:100%;min-width:0;border:0;outline:0;color:#172536;background:transparent}.account-list,.message-list{min-height:0;overflow:auto;padding:12px}.account-list,.message-list{flex:1}.message-item,.account-item{width:100%;border:1px solid transparent;border-radius:8px;margin-bottom:10px;padding:13px;text-align:left;color:inherit;background:#f8fbffd1}.account-item{display:grid;grid-template-columns:18px minmax(520px,1fr) minmax(130px,160px) max-content 40px;align-items:center;gap:12px;padding:12px}.account-item.active,.message-item.active{border-color:#246bfe7a;background:#eef6ff;box-shadow:inset 3px 0 #246bfe}.account-main{width:100%;min-width:0;border:0;padding:0;text-align:left;color:inherit;background:transparent}.account-main strong,.message-topline strong{display:block;overflow:hidden;color:#172536;font-size:14px;text-overflow:ellipsis;white-space:nowrap}.account-main span,.message-item small{display:block;margin-top:7px;color:#778397;font-size:12px}.account-checkbox{width:18px;height:18px;accent-color:#246bfe;flex:0 0 auto}.group-badge{display:inline-flex;align-items:center;justify-content:center;width:100%;min-width:0;max-width:150px;min-height:28px;overflow:hidden;border-radius:8px;padding:5px 9px;color:#1e5b98;background:#e8f2ff;font-size:12px;font-weight:780;text-overflow:ellipsis;white-space:nowrap}.group-badge.empty{color:#718095;background:#edf1f6}.mailbox-stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;padding:12px 14px 0}.mailbox-stats div{padding:11px 12px;border:1px solid rgba(74,99,132,.12);border-radius:8px;background:#f7fbff}.mailbox-stats strong{display:block;color:#162437;font-size:20px;line-height:1}.mailbox-stats span{display:block;margin-top:6px;color:#6f7f93;font-size:12px}.selection-bar{display:flex;align-items:center;gap:8px;flex-wrap:wrap;padding:12px 14px 0}.assign-group-control{padding-left:10px}.assign-group-control select{width:92px;font-size:13px;font-weight:720}.assign-group-control .text-button{border-top-left-radius:0;border-bottom-left-radius:0;background:#e8f2ff}.check-control{display:inline-flex;align-items:center;gap:7px;height:34px;padding:0 10px;border-radius:8px;color:#29415e;background:#edf3f9;font-size:13px;font-weight:720}.check-control input{width:16px;height:16px;accent-color:#246bfe}.text-button{height:34px;border:0;border-radius:8px;padding:0 10px;color:#315575;background:#edf3f9;font-size:13px;font-weight:720}.copy-selected-button{display:inline-flex;align-items:center;gap:6px;height:34px;border:0;border-radius:8px;padding:0 11px;color:#15539a;background:#e8f2ff;font-size:13px;font-weight:760}.copy-selected-button:not(:disabled):hover{color:#fff;background:#246bfe;box-shadow:0 10px 22px #246bfe29}.sync-button{display:inline-flex;align-items:center;gap:6px;height:34px;margin-left:auto;border:0;border-radius:8px;padding:0 12px;color:#fff;background:linear-gradient(135deg,#246bfe,#159869);font-size:13px;font-weight:780}.sync-progress{margin:12px 14px 0;padding:12px;border:1px solid rgba(36,107,254,.16);border-radius:8px;background:linear-gradient(135deg,#f0f7ff,#f4fbf8)}.sync-progress-top{display:flex;justify-content:space-between;gap:10px;color:#315575;font-size:13px;font-weight:740}.sync-progress-top strong{color:#0c7a55}.progress-track{height:8px;margin-top:10px;overflow:hidden;border-radius:999px;background:#dce8f5}.progress-fill{height:100%;border-radius:inherit;background:linear-gradient(90deg,#246bfe,#16a06f);transition:width .2s ease}.sync-progress small{display:block;margin-top:8px;color:#6f7f93;font-size:12px}.pagination-bar{display:flex;align-items:center;justify-content:center;gap:8px;padding:12px 14px 14px;border-top:1px solid rgba(74,99,132,.12)}.pagination-bar span{min-width:64px;text-align:center;color:#536276;font-size:13px;font-weight:760}.status-pill{display:inline-flex;align-items:center;gap:5px;justify-self:start;padding:5px 8px;border-radius:999px;font-size:12px;font-weight:720;white-space:nowrap}.status-ready{color:#08744f;background:#def8ee}.status-syncing{color:#1f5fb9;background:#e2efff}.status-error{color:#b42318;background:#ffebe8}.status-deleted{color:#8a1f14;background:#ffebe8}.status-idle{color:#646f80;background:#edf1f6}.workspace-column{display:flex;flex-direction:column;padding:12px;overflow:hidden}.message-header{justify-content:space-between}.message-header span,.code-card span{display:block;margin-bottom:4px;color:#6d7b8f;font-size:12px}.message-header strong{display:block;max-width:220px;overflow:hidden;color:#172536;font-size:14px;text-overflow:ellipsis;white-space:nowrap}.message-topline{display:flex;align-items:center;justify-content:space-between;gap:10px}.message-topline span{flex:0 0 auto;padding:4px 7px;border-radius:7px;color:#0f7b56;background:#ddf8ec;font-size:11px;font-weight:780}.message-item p{display:-webkit-box;min-height:40px;margin:8px 0 0;overflow:hidden;color:#536276;font-size:12px;line-height:1.45;-webkit-line-clamp:2;-webkit-box-orient:vertical}.workspace-top{display:grid;grid-template-columns:minmax(360px,1.25fr) minmax(240px,.75fr);gap:10px;margin-bottom:10px}.current-mail-card,.code-card{min-height:92px}.code-card{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:12px;border:1px solid rgba(36,107,254,.16);border-radius:8px;background:linear-gradient(135deg,#f0f7ff,#f1fbf6)}.code-card strong{color:#0f513e;font-size:26px;line-height:1;letter-spacing:0}.current-mail-card{display:grid;grid-template-columns:minmax(0,1fr) 36px max-content;align-items:center;gap:8px;padding:12px;border:1px solid rgba(74,99,132,.12);border-radius:8px;background:#f8fbff}.current-mail-info{min-width:0;flex:1}.current-mail-actions{display:contents}.current-mail-actions .secondary-button{height:36px;padding:0 10px;font-size:12px}.current-mail-actions .icon-button,.code-actions .icon-button{width:36px;height:36px}.current-mail-card span,.code-card span{display:block;margin-bottom:5px;color:#6d7b8f;font-size:12px}.current-mail-card strong{display:block;min-width:0;overflow:hidden;color:#152236;font-size:15px;line-height:1.25;text-overflow:ellipsis;white-space:nowrap}.current-mail-card small,.code-card small{display:block;margin-top:7px;color:#728197;font-size:11px}.code-actions{display:flex;gap:6px}.workspace-bottom{display:grid;grid-template-rows:minmax(330px,1.25fr) minmax(210px,.75fr);gap:10px;min-height:0;flex:1}.workspace-bottom .message-list{display:grid;grid-template-columns:minmax(0,1fr);align-content:start;gap:10px}.workspace-bottom .message-item{margin-bottom:0}.message-panel,.reader-panel{display:flex;flex-direction:column;min-height:0;overflow:hidden;border:1px solid rgba(74,99,132,.12);border-radius:8px;background:#fbfdff}.section-title{display:flex;align-items:center;gap:8px;height:42px;padding:0 12px;border-bottom:1px solid rgba(74,99,132,.12);color:#26364d;font-weight:780}.reader{min-height:0;height:100%;overflow:auto;padding:14px}.reader-meta{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:12px;color:#718095;font-size:11px}.reader-meta span{padding:5px 8px;border-radius:7px;background:#edf3f9}.reader h2{margin:0 0 12px;color:#142236;font-size:18px;line-height:1.25}.reader-body{white-space:pre-wrap;color:#26364d;font-size:13px;line-height:1.58;overflow-wrap:anywhere}.empty-state{display:grid;min-height:220px;place-items:center;align-content:center;gap:10px;padding:24px;color:#738197;text-align:center}.empty-icon{display:grid;width:62px;height:62px;place-items:center;border-radius:8px;color:#2868c7;background:#e8f2ff}.empty-state strong{color:#26364d;font-size:16px}.empty-state span{font-size:13px}.toast{position:fixed;right:24px;bottom:24px;max-width:420px;padding:13px 16px;border-radius:8px;color:#fff;background:#152131eb;box-shadow:0 16px 34px #15213138}.spin{animation:spin .9s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}@media(max-width:1280px){body{min-width:0}.app-shell{grid-template-columns:300px minmax(640px,1fr);height:auto;min-height:100vh}.account-item{grid-template-columns:18px minmax(260px,1fr) minmax(92px,110px) max-content 38px}.group-badge{max-width:110px}.workspace-column{min-height:620px}.workspace-top,.workspace-bottom{grid-template-columns:1fr}.workspace-top{grid-template-rows:auto}.message-list{min-height:420px}}@media(max-width:840px){.app-shell{grid-template-columns:1fr;padding:10px}.account-list,.message-list{height:auto;max-height:520px}.account-item{grid-template-columns:18px minmax(0,1fr) 82px 38px}.account-item .status-pill{display:none}.group-badge{max-width:82px}}
