.dialog-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;display:flex;justify-content:center;align-items:center;z-index:1000}.dialog-content{margin:0;padding:20px;line-height:1.5;background-color:#fff;border-radius:8px;width:90%;max-width:800px;max-height:80vh;overflow-y:auto;position:relative}.dialog-close-container{position:relative}.dialog-close{font-size:1.75rem;background:none;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;position:absolute;top:0;right:0;width:1.5rem;height:1.5rem}.dialog-headers{width:90%}.dialog-message,.email-attachments{margin-top:8px;border-top:1px solid #eee;padding-top:8px}.email-attachments h3{margin-bottom:15px;color:#000}ul{list-style-type:none;padding-left:0;display:flex;flex-direction:column;gap:8px}.attachment-item{border:1px solid #ddd;border-radius:6px;overflow:hidden;width:100%}.attachment-item-row{display:flex;align-items:center;width:100%;padding:12px 15px;background:#f9f9f9;cursor:pointer;border:none;text-align:left}.attachment-item-row:hover{background:#f0f0f0}.chevron{width:18px;height:18px;margin-right:12px;transition:transform .2s ease;flex-shrink:0}.chevron.expanded{transform:rotate(90deg)}.attachment-item-row h4{margin:0;font-size:15px;font-weight:400;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:#333}.preview-container{display:none;padding:15px;background:#fff;border-top:1px solid #eee;position:relative}.preview-container.expanded{display:block}.preview-container img{max-width:100%;max-height:100%;object-fit:contain;display:block;margin:0 auto}.preview-container video{width:100%;height:100%;object-fit:contain;background:#000}.preview-container audio{width:100%;margin-top:140px}.preview-container iframe{width:100%;height:100%;border:none;background:#f5f5f5}.preview-container pre{white-space:pre-wrap;font-family:Consolas,monospace;font-size:13px;padding:15px;background:#f8f8f8;border-radius:4px;height:100%;overflow:auto;margin:0}.download-icon{position:absolute;top:15px;right:15px;background:#ffffffe6;padding:6px;border-radius:50%;box-shadow:0 2px 4px #0000001a;z-index:10}.download-icon i{font-size:16px;color:#555}.email-card{border:1px solid #e0e0e0;border-radius:8px;padding:20px;margin:8px 0;box-shadow:0 2px 4px #0000001a;background-color:var(--color-bg);max-width:800px;width:100%}.email-header{border-bottom:1px solid #eee;padding-bottom:12px;margin-bottom:12px}.email-subject{margin:0 0 8 px 0;color:var(--color-text);font-size:1.1rem;word-break:break-word}.email-meta{display:flex;justify-content:space-between;flex-wrap:wrap;gap:10px;color:var(--color-subtext);font-size:.9rem}.email-sender,.email-date{max-width:60%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:inline-block}.email-body-container{max-height:500px;overflow-y:auto;padding-right:5px}.email-body{white-space:pre-wrap;word-wrap:break-word;overflow-wrap:break-word;line-height:1.6;color:var(--color-text);padding:8px 0;font-family:Roboto,sans-serif}.email-body-container::-webkit-scrollbar{width:6px}.email-body-container::-webkit-scrollbar-track{background:#f1f1f1;border-radius:3px}.email-body-container::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:3px}.email-body-container::-webkit-scrollbar-thumb:hover{background:#a8a8a8}.attachments-container{margin-top:12px;padding-top:12px;border-top:1px dashed #e0e0e0}.attachments-list{display:flex;gap:8px;flex-wrap:wrap}.attachment-pill{background-color:var(--color-bgattachment);color:var(--color-txtattachment);border-radius:16px;padding:6px 12px;font-size:.8rem;border:1px solid #bbdefb;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:200px}.decrypt-button-container{display:flex;justify-content:center;margin-top:12px;border-top:1px dashed #e0e0e0}.decrypt-button{margin-top:12px;background-color:var(--color-bgdecryptbutton);color:var(--color-textOpp);border:none;border-radius:4px;padding:10px 24px;font-size:1rem;font-weight:500;cursor:pointer;transition:background-color .2s}.decrypt-button:hover{background-color:var(--color-bgdecryptbuttonhover)}.decrypt-button:active{background-color:var(--color-bgdecryptbuttonactive)}.showhelp-container{width:20px;position:relative;display:inline-block}.showhelp-icon{background:none;border:none;color:#666;font-size:1.2em;cursor:pointer;padding:0 5px;transition:color .2s ease}.showhelp-icon:hover{color:#333}.showhelp-dialog{position:absolute;top:100%;right:0;width:300px;background:#fff;border:1px solid #ddd;border-radius:5px;box-shadow:0 2px 10px #0000001a;padding:15px;z-index:100;margin-top:5px;animation:fadeIn .2s ease-out}@keyframes fadeIn{0%{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:translateY(0)}}.showhelp-content h4{margin-top:0;color:#333;font-size:1.1em}.showhelp-content p{margin-bottom:10px;color:#555;font-size:.9em}.showhelp-content ul{padding-left:20px;margin-bottom:15px}.showhelp-content li{margin-bottom:8px;color:#555;font-size:.9em;line-height:1.4}.showhelp-close{background:#007bff;color:#fff;border:none;padding:6px 12px;border-radius:3px;cursor:pointer;font-size:.9em;transition:background-color .2s ease}.showhelp-close:hover{background:#0069d9}@media (max-width: 480px){.showhelp-dialog{width:280px;right:-50px}}.email-list{display:flex;align-items:center;justify-content:center;flex-direction:column}.decrypt-page-subheader{display:flex;flex-direction:row}.decrypt-page-h3{display:flex;flex:1}.help-container{width:20px;position:relative;display:inline-block}.help-icon{background:none;border:none;color:#666;font-size:1.2em;cursor:pointer;padding:0 5px}.help-icon:hover{color:#333}.help-dialog{position:absolute;top:100%;right:0;width:300px;background:#fff;border:1px solid #ddd;border-radius:5px;box-shadow:0 2px 10px #0000001a;padding:15px;z-index:100;margin-top:5px}.help-content h4{margin-top:0;color:#333}.help-content p{margin-bottom:10px}.help-content ul{padding-left:20px;margin-bottom:15px}.close-help{background:#007bff;color:#fff;border:none;padding:5px 10px;border-radius:3px;cursor:pointer}.close-help:hover{background:#0069d9}.logout-button{background-color:#ffccc8;color:#000;border:none;padding:4px 8px;border-radius:4px;cursor:pointer;margin-left:10px;font-size:14px}.logout-button:hover{background-color:#fa6262}:root{--color-text: #000000;--color-textOpp: #ffffff;--color-subtext: #5f6368;--color-txtattachment: #0071e3;--color-bg: #ffffff;--color-bgattachment: #e3f2fd;--color-bgdecryptbutton:#0071e3;--color-bgdecryptbuttonhover:#0062c4;--color-bgdecryptbuttonactive:#0050a0}*{margin:0;padding:0;box-sizing:border-box}html,body,#root{height:100%;width:100%}body{font-family:system-ui,-apple-system,sans-serif;line-height:1.5;color:var(--color-text);background-color:var(--color-bg)}button{font:inherit;cursor:pointer}
