:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light dark;color:#ffffffde;font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#242424;font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;font-weight:400;line-height:1.5}@media (prefers-color-scheme:dark){:root{--lightningcss-light: ;--lightningcss-dark:initial}}a{color:#646cff;-webkit-text-decoration:inherit;text-decoration:inherit;font-weight:500}a:hover{color:#535bf2}body{place-items:center;min-width:320px;min-height:100vh;margin:0;display:flex}h1{font-size:3.2em;line-height:1.1}button{cursor:pointer;background-color:#1a1a1a;border:1px solid #0000;border-radius:8px;padding:.6em 1.2em;font-family:inherit;font-size:1em;font-weight:500;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme:light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}*{box-sizing:border-box;margin:0;padding:0}body{color:#1f2937;background-color:#f3f4f6;height:100vh;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Arial,sans-serif;overflow:hidden}.container{width:100vw;height:100vh;display:flex}.sidebar{z-index:10;background:#fff;border-right:1px solid #e5e7eb;flex-direction:column;width:350px;height:100%;display:flex}.sidebar-header{background:#fff;border-bottom:1px solid #e5e7eb;padding:20px}.logo{align-items:center;gap:8px;margin-bottom:15px;font-size:18px;font-weight:800;display:flex}.status-bar{color:#6b7280;justify-content:space-between;margin-bottom:10px;font-size:12px;display:flex}.control-panel{background:#f9fafb;border-bottom:1px solid #e5e7eb;padding:15px}.control-row{margin-bottom:10px}.control-label{color:#4b5563;margin-bottom:5px;font-size:12px;font-weight:600;display:block}.select-input,.text-input{border:1px solid #d1d5db;border-radius:6px;width:100%;padding:8px;font-size:13px}.btn-group{gap:8px;margin-top:10px;display:flex}.btn{cursor:pointer;border:none;border-radius:6px;flex:1;padding:8px;font-size:13px;font-weight:600;transition:all .2s}.btn-primary{color:#fff;background:#2563eb}.btn-primary:hover{background:#1d4ed8}.btn-secondary{color:#374151;background:#fff;border:1px solid #d1d5db}.btn-secondary:hover{background:#f3f4f6}.btn-danger{color:#fff;background:#ef4444}.mailbox-list{flex:1;overflow-y:auto}.mailbox-item{cursor:pointer;border-bottom:1px solid #f3f4f6;justify-content:space-between;align-items:center;padding:12px 20px;display:flex}.mailbox-item:hover{background:#f9fafb}.mailbox-item.active{background:#eff6ff;border-left:3px solid #2563eb}.mb-email{color:#111827;font-size:13px;font-weight:500}.mb-count{color:#fff;background:#ef4444;border-radius:10px;padding:2px 6px;font-size:10px}.main{background:#fff;flex-direction:column;flex:1;display:flex;position:relative}.main-header{border-bottom:1px solid #e5e7eb;justify-content:space-between;align-items:center;height:70px;padding:20px;display:flex}.header-title h2{margin-bottom:4px;font-size:18px}.header-subtitle{color:#6b7280;align-items:center;gap:15px;font-size:12px;display:flex}.webhook-status{align-items:center;gap:6px;font-size:12px;display:flex}.dot{background:#ccc;border-radius:50%;width:8px;height:8px}.dot.on{background:#10b981;box-shadow:0 0 5px #10b981}.email-list-container{background:#f3f4f6;flex:1;padding:20px;overflow-y:auto}.email-card{background:#fff;border:1px solid #e5e7eb;border-radius:8px;margin-bottom:12px;padding:16px;transition:transform .2s;position:relative;box-shadow:0 1px 2px #0000000d}.email-card:hover{transform:translateY(-2px);box-shadow:0 4px 6px #0000000d}.email-card.unread{border-left:4px solid #2563eb}.code-badge{color:#059669;cursor:pointer;background:#ecfdf5;border:1px solid #a7f3d0;border-radius:4px;margin-top:8px;padding:4px 8px;font-family:monospace;font-size:14px;font-weight:700;display:inline-block}.code-badge:hover{background:#d1fae5}.code-label{color:#059669;margin-right:4px;font-size:11px;font-weight:400}.email-meta{color:#6b7280;justify-content:space-between;margin-bottom:8px;font-size:12px;display:flex}.email-subject{color:#1f2937;margin-bottom:6px;font-size:15px;font-weight:600}.email-body-preview{color:#4b5563;-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:13px;line-height:1.4;display:-webkit-box;overflow:hidden}.modal-overlay{z-index:50;background:#00000080;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.modal{background:#fff;border-radius:12px;width:400px;padding:24px;box-shadow:0 20px 25px -5px #0000001a}.modal h3{margin-bottom:16px}.modal-actions{justify-content:flex-end;gap:10px;margin-top:20px;display:flex}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:3px}::-webkit-scrollbar-track{background:0 0}
