:root{--bg:#f5f7f8;--surface:#fff;--surface-hover:#e6f5f0;--border:#e6e8ea;--text:#2e2e2e;--text-muted:#6b6f72;--accent:#00a86b;--accent-pressed:#029b62;--accent-light:#e6f5f0;--error:#d0021b;--warning:#f5a623;--success:#1dba83;--info:#2e7dff;--focus-ring:#00a86b}@media (prefers-color-scheme:dark){:root{--bg:#121315;--surface:#1a1c1e;--surface-hover:#1e2d27;--border:#3a3d40;--text:#fff;--text-muted:#9aa0a6;--accent:#00a86b;--accent-pressed:#029b62;--accent-light:#0d2018;--error:#ff3b30;--warning:#f5a623;--success:#1dba83;--info:#2e7dff;--focus-ring:#00a86b}}*,:before,:after{box-sizing:border-box}html,body,#root{height:100%;margin:0;padding:0}body{background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:14px;line-height:1.5}button{font-family:inherit;font-size:inherit}:focus-visible{outline:2px solid var(--focus-ring);outline-offset:2px}._form_r3ce1_1{background:var(--surface);border-bottom:1px solid var(--border);flex-direction:column;gap:.5rem;padding:1rem;display:flex}._inputRow_r3ce1_10{gap:.5rem;display:flex}._input_r3ce1_10{border:1px solid var(--border);background:var(--bg);color:var(--text);border-radius:6px;outline:none;flex:1;padding:.5rem .75rem;font-size:.95rem;transition:border-color .15s,box-shadow .15s}._input_r3ce1_10:focus{border-color:var(--accent);box-shadow:0 0 0 3px color-mix(in srgb, var(--accent) 15%, transparent)}._input_r3ce1_10[aria-invalid=true]{border-color:var(--error)}._button_r3ce1_37{background:var(--accent);color:#fff;cursor:pointer;white-space:nowrap;border:none;border-radius:6px;padding:.5rem 1.1rem;font-size:.95rem;font-weight:600;transition:background .15s}._button_r3ce1_37:hover:not(:disabled){background:var(--accent-pressed)}._button_r3ce1_37:disabled{cursor:not-allowed;background:#9aa0a6}._error_r3ce1_59{color:var(--error);margin:0;font-size:.85rem}._container_1qd9p_1{background:var(--bg);justify-content:center;align-items:center;min-height:100vh;padding:1rem;display:flex}._form_1qd9p_10{background:var(--surface);border:1px solid var(--border);border-radius:8px;width:100%;max-width:380px;padding:2rem}._title_1qd9p_19{color:var(--text);margin:0 0 .25rem;font-size:1.5rem;font-weight:700}._accent_1qd9p_26{color:var(--accent)}._subtitle_1qd9p_30{color:var(--text-muted);margin:0 0 1.5rem;font-size:.9rem}._info_1qd9p_36{color:var(--text-muted);margin:0 0 1rem;font-size:.85rem}._error_1qd9p_42{background:var(--error-bg,#fef2f2);color:var(--error,#dc2626);border:1px solid var(--error,#dc2626);border-radius:4px;margin-bottom:1rem;padding:.5rem .75rem;font-size:.85rem}._label_1qd9p_52{color:var(--text);margin-bottom:1rem;font-size:.85rem;font-weight:600;display:block}._input_1qd9p_60{border:1px solid var(--border);background:var(--bg);width:100%;color:var(--text);box-sizing:border-box;border-radius:4px;margin-top:.35rem;padding:.5rem .75rem;font-size:.9rem;display:block}._input_1qd9p_60:focus{outline:2px solid var(--accent);outline-offset:1px;border-color:var(--accent)}._button_1qd9p_79{background:var(--accent);color:#fff;cursor:pointer;border:none;border-radius:4px;width:100%;padding:.6rem;font-size:.9rem;font-weight:600;transition:opacity .15s}._button_1qd9p_79:hover:not(:disabled){opacity:.9}._button_1qd9p_79:disabled{opacity:.6;cursor:not-allowed}._section_t1lmk_1{border-top:1px solid var(--border);background:var(--surface);padding:1rem}._heading_t1lmk_7{color:var(--text-muted);text-transform:uppercase;letter-spacing:.06em;margin:0 0 .5rem;font-size:.8rem;font-weight:600}._list_t1lmk_16{flex-direction:column;gap:.4rem;margin:0;padding:0;list-style:none;display:flex}._item_t1lmk_25{background:var(--bg);border:1px solid var(--border);border-radius:6px;justify-content:space-between;align-items:center;gap:.5rem;padding:.4rem .7rem;display:flex}._filename_t1lmk_36{text-overflow:ellipsis;white-space:nowrap;color:var(--text);font-size:.85rem;overflow:hidden}._actions_t1lmk_44{flex-shrink:0;gap:.4rem;display:flex}._actionBtn_t1lmk_51{border:1px solid var(--info);color:var(--info);cursor:pointer;background:#fff;border-radius:4px;padding:.2rem .55rem;font-size:.8rem;font-weight:500;transition:background .1s}._actionBtn_t1lmk_51:hover{background:color-mix(in srgb, var(--info) 10%, transparent)}._panel_1wdr6_1{background:var(--bg);flex-direction:column;height:100%;display:flex;overflow:hidden}._header_1wdr6_9{border-bottom:1px solid var(--border);background:var(--surface);flex-shrink:0;align-items:center;padding:.5rem 1rem;display:flex}._navBtn_1wdr6_18{border:1px solid var(--border);background:var(--surface);color:var(--text-muted);cursor:pointer;border-radius:4px;padding:.25rem .7rem;font-size:.85rem;transition:background .1s,color .1s}._navBtn_1wdr6_18:hover{background:var(--surface-hover);color:var(--accent);border-color:var(--accent)}._content_1wdr6_35{flex-direction:column;flex:1;display:flex;overflow-y:auto}._loadingState_1wdr6_42,._errorState_1wdr6_43{color:var(--error);justify-content:center;align-items:center;padding:3rem;display:flex}._spinner_1wdr6_51{border:3px solid var(--border);border-top-color:var(--accent);border-radius:50%;width:32px;height:32px;animation:.7s linear infinite _spin_1wdr6_51}@keyframes _spin_1wdr6_51{to{transform:rotate(360deg)}}._meta_1wdr6_64{border-bottom:1px solid var(--border);background:var(--surface);flex-shrink:0;padding:1.25rem 1rem .75rem}._subject_1wdr6_71{color:var(--text);margin:0 0 .75rem;font-size:1.1rem;font-weight:700}._fields_1wdr6_78{grid-template-columns:auto 1fr;gap:.25rem .75rem;margin:0;font-size:.85rem;display:grid}._fields_1wdr6_78 dt{color:var(--text-muted);font-weight:600}._fields_1wdr6_78 dd{text-overflow:ellipsis;white-space:nowrap;color:var(--text);margin:0;overflow:hidden}._body_1wdr6_99{flex-direction:column;flex:1;min-height:0;padding:1rem;display:flex}._htmlFrame_1wdr6_107{border:1px solid var(--border);background:#fff;border-radius:4px;flex:1;width:100%;min-height:300px;display:block}._textBody_1wdr6_117{white-space:pre-wrap;word-break:break-word;background:var(--surface);border:1px solid var(--border);color:var(--text);border-radius:4px;margin:0;padding:1rem;font-family:monospace;font-size:.875rem}._noBody_1wdr6_130{color:var(--text-muted);font-size:.9rem;font-style:italic}._container_17fri_1{align-items:center;gap:.4rem;display:flex}._toggle_17fri_7{border:1px solid var(--border);background:var(--surface);color:var(--text-muted);cursor:pointer;border-radius:4px;padding:.25rem .6rem;font-size:.8rem;font-weight:500;transition:all .15s}._toggle_17fri_7._active_17fri_19{background:var(--accent);border-color:var(--accent);color:#fff}._toggle_17fri_7._active_17fri_19:hover{background:var(--accent-pressed);border-color:var(--accent-pressed)}._pulse_17fri_31{background:var(--accent);border-radius:50%;width:8px;height:8px;animation:1.5s ease-in-out infinite _pulse_17fri_31;display:inline-block}@keyframes _pulse_17fri_31{0%,to{opacity:1;transform:scale(1)}50%{opacity:.4;transform:scale(.7)}}._spinner_17fri_46{border:2px solid var(--border);border-top-color:var(--accent);border-radius:50%;width:12px;height:12px;animation:.7s linear infinite _spin_17fri_46;display:inline-block}@keyframes _spin_17fri_46{to{transform:rotate(360deg)}}._row_1sbxd_1{border:none;border-bottom:1px solid var(--border);background:var(--surface);color:var(--text);text-align:left;cursor:pointer;grid-template-rows:auto auto;grid-template-columns:1fr auto;gap:.15rem .5rem;width:100%;padding:.75rem 1rem;transition:background .1s;display:grid}._row_1sbxd_1:hover{background:var(--surface-hover)}._row_1sbxd_1._selected_1sbxd_21{background:var(--accent-light);border-left:3px solid var(--accent)}._subject_1sbxd_26{text-overflow:ellipsis;white-space:nowrap;color:var(--text);grid-area:1/1;font-size:.9rem;font-weight:600;overflow:hidden}._from_1sbxd_37{color:var(--text-muted);text-overflow:ellipsis;white-space:nowrap;grid-area:2/1;font-size:.8rem;overflow:hidden}._date_1sbxd_47{color:var(--text-muted);white-space:nowrap;grid-area:1/2/3;align-self:center;font-size:.75rem}._panel_ubjso_1{flex-direction:column;height:100%;display:flex;overflow:hidden}._header_ubjso_8{background:var(--surface);border-bottom:1px solid var(--border);flex-shrink:0;justify-content:space-between;align-items:center;gap:.5rem;padding:.5rem 1rem;display:flex}._headerActions_ubjso_19{gap:.4rem;display:flex}._actionBtn_ubjso_25{border:1px solid var(--accent);color:var(--accent);cursor:pointer;background:#fff;border-radius:4px;padding:.25rem .7rem;font-size:.8rem;font-weight:500;transition:background .1s}._actionBtn_ubjso_25:hover:not(:disabled){background:var(--accent-light)}._actionBtn_ubjso_25:disabled{border-color:var(--border);color:var(--text-muted);cursor:not-allowed}._listContainer_ubjso_47{background:var(--bg);flex:1;overflow-y:auto}._placeholder_ubjso_53{justify-content:center;align-items:center;height:100%;padding:2rem;display:flex}._spinner_ubjso_61{border:3px solid var(--border);border-top-color:var(--accent);border-radius:50%;width:32px;height:32px;animation:.7s linear infinite _spin_ubjso_61}@keyframes _spin_ubjso_61{to{transform:rotate(360deg)}}._errorText_ubjso_74{color:var(--error);text-align:center;font-size:.9rem}._emptyText_ubjso_80{color:var(--text-muted);text-align:center;font-size:.9rem}._app_14h45_1{flex-direction:column;height:100vh;display:flex;overflow:hidden}._appHeader_14h45_8{background:var(--surface);border-bottom:1px solid var(--border);flex-shrink:0;justify-content:space-between;align-items:center;height:52px;padding:0 1rem;display:flex}._logo_14h45_19{color:var(--text);letter-spacing:-.01em;margin:0;font-size:1rem;font-weight:700}._logo_14h45_19 span{color:var(--accent)}._logoutBtn_14h45_31{border:1px solid var(--border);background:var(--surface);color:var(--text-muted);cursor:pointer;border-radius:4px;padding:.25rem .7rem;font-size:.8rem;transition:background .1s,color .1s}._logoutBtn_14h45_31:hover{background:var(--surface-hover);color:var(--accent);border-color:var(--accent)}._main_14h45_48{flex:1;display:flex;overflow:hidden}._leftPanel_14h45_54{border-right:1px solid var(--border);flex-direction:column;flex-shrink:0;width:380px;min-width:280px;display:flex;overflow:hidden}._rightPanel_14h45_64{flex:1;overflow:hidden}._hidden_14h45_69{display:none!important}@media (width<=767px){._leftPanel_14h45_54{border-right:none;width:100%}._rightPanel_14h45_64{width:100%}}
