*{box-sizing:border-box}body,html{background-color:#f9fafb;color:#1f2937;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:16px;line-height:1.5;margin:0;min-height:100vh;padding:0;transition:background-color .3s,color .3s}html.dark-mode,html.dark-mode body{background-color:#111827;color:#f3f4f6}.app-container{display:flex;flex-direction:column;margin:0 auto;max-width:1100px;min-height:100vh;padding:0 1rem}.header{border-bottom:1px solid #e5e7eb;padding:1.5rem 0}.dark-mode .header{border-color:#374151}.header-content{justify-content:space-between}.header-content,.logo{align-items:center;display:flex}.logo{color:inherit;font-size:1.5rem;font-weight:600;gap:.75rem;text-decoration:none}.logo img{height:36px;-o-object-fit:contain;object-fit:contain;width:36px}.logo:hover{color:inherit;text-decoration:none}.header-actions{display:flex;gap:.5rem}.icon-btn{align-items:center;background:transparent;border:none;border-radius:8px;color:inherit;cursor:pointer;display:flex;font-size:1.1rem;height:40px;justify-content:center;transition:background-color .2s;width:40px}.icon-btn:hover{background-color:rgba(0,0,0,.05)}.dark-mode .icon-btn:hover{background-color:hsla(0,0%,100%,.1)}.main-content{flex:1;padding:2rem 0}.search-container{margin-bottom:2rem}.search-box{position:relative}.search-box .search-icon{color:#94a3b8;font-size:1rem;left:1rem;position:absolute;top:50%;transform:translateY(-50%)}.search-input{background:#fff;border:2px solid #e5e7eb;border-radius:12px;color:inherit;font-size:1.1rem;outline:none;padding:1rem 1rem 1rem 3rem;transition:border-color .2s,box-shadow .2s;width:100%}.search-input::-moz-placeholder{color:#94a3b8}.search-input::placeholder{color:#94a3b8}.search-input:focus{border-color:#10b981;box-shadow:0 0 0 3px rgba(16,185,129,.1)}.dark-mode .search-input{background:#1f2937;border-color:#374151;color:#f3f4f6}.dark-mode .search-input:focus{border-color:#10b981}.tools-grid{display:grid;gap:.75rem;grid-template-columns:repeat(4,1fr);margin-bottom:1.5rem}@media (max-width:600px){.tools-grid{grid-template-columns:repeat(2,1fr)}}.tool-btn{align-items:center;background:#fff;border:1px solid #e5e7eb;border-radius:10px;color:inherit;cursor:pointer;display:flex;flex-direction:column;font-size:.875rem;gap:.5rem;padding:1rem .5rem;transition:all .2s}.tool-btn i{color:#64748b;font-size:1.25rem;transition:color .2s}.tool-btn:hover{background:rgba(16,185,129,.05);border-color:#10b981}.tool-btn:hover i{color:#10b981}.tool-btn.active{background:#10b981;border-color:#10b981;color:#fff}.tool-btn.active i{color:#fff}.dark-mode .tool-btn{background:#1f2937;border-color:#374151}.dark-mode .tool-btn:hover{background:rgba(16,185,129,.15);border-color:#10b981}.dark-mode .tool-btn.active{background:#10b981;border-color:#10b981}.record-selector{align-items:center;background:#fff;border:1px solid #e5e7eb;border-radius:10px;display:flex;gap:1rem;margin-bottom:1.5rem;padding:1rem}.record-selector label{font-weight:500;white-space:nowrap}.dark-mode .record-selector{background:#1f2937;border-color:#374151}.record-select{background:#f9fafb;border:1px solid #e5e7eb;border-radius:6px;color:inherit;cursor:pointer;flex:1;font-size:.95rem;max-width:200px;padding:.5rem 1rem}.dark-mode .record-select{background:#111827;border-color:#374151;color:#f3f4f6}.email-header-input{background:#fff;border:1px solid #e5e7eb;border-radius:10px;margin-bottom:1.5rem;padding:1rem}.email-header-input label{align-items:center;display:flex;font-size:1rem;font-weight:600;gap:.5rem;margin-bottom:.5rem}.email-header-input label i{color:#10b981}.email-header-input .header-description{color:#64748b;font-size:.9rem;line-height:1.5;margin:0 0 1rem}.email-header-input .header-textarea{background:#f9fafb;border:1px solid #e5e7eb;border-radius:6px;color:inherit;font-family:Monaco,Menlo,Ubuntu Mono,monospace;font-size:.85rem;line-height:1.4;min-height:100px;padding:.75rem;resize:vertical;width:100%}.email-header-input .header-textarea::-moz-placeholder{color:#9ca3af}.email-header-input .header-textarea::placeholder{color:#9ca3af}.email-header-input .header-textarea:focus{border-color:#10b981;box-shadow:0 0 0 3px rgba(16,185,129,.1);outline:none}.email-header-input .analyze-btn{align-items:center;background:#10b981;border:none;border-radius:6px;color:#fff;cursor:pointer;display:inline-flex;font-size:.9rem;font-weight:500;gap:.5rem;margin-top:.75rem;padding:.6rem 1.25rem;transition:background-color .2s}.email-header-input .analyze-btn:hover:not(:disabled){background:#059669}.email-header-input .analyze-btn:disabled{cursor:not-allowed;opacity:.5}.dark-mode .email-header-input{background:#1f2937;border-color:#374151}.dark-mode .email-header-input .header-textarea{background:#111827;border-color:#374151;color:#f3f4f6}.email-header-results h3{font-size:1.1rem;margin-bottom:1.5rem}.email-header-results .summary-section{background:rgba(16,185,129,.05);border:1px solid rgba(16,185,129,.2)}.dark-mode .email-header-results .summary-section{background:rgba(16,185,129,.1)}.output-container{margin-top:1rem}.output-box{background:#fff;border:1px solid #e5e7eb;border-radius:10px;font-family:Monaco,Menlo,Ubuntu Mono,monospace;font-size:.875rem;line-height:1.6;overflow-x:auto;padding:1.5rem}.output-box pre{word-wrap:break-word;color:inherit;margin:0;white-space:pre-wrap}.output-box table{max-width:100%;table-layout:auto;width:100%;word-break:break-word}.dark-mode .output-box{background:#1f2937;border-color:#374151;color:#f3f4f6}.dark-mode .output-box a,.dark-mode .output-box code,.dark-mode .output-box div,.dark-mode .output-box li,.dark-mode .output-box p,.dark-mode .output-box pre,.dark-mode .output-box span,.dark-mode .output-box td,.dark-mode .output-box th{color:#f3f4f6}.dark-mode .output-box a{color:#29ecac}.output-box .loading{color:#64748b;font-style:italic}.output-box .error{color:#ef4444}.modal-overlay{align-items:center;background:rgba(0,0,0,.5);bottom:0;display:flex;justify-content:center;left:0;padding:1rem;position:fixed;right:0;top:0;z-index:1000}.modal-box{background:#fff;border-radius:12px;display:flex;flex-direction:column;max-height:80vh;max-width:600px;overflow:hidden;width:100%}.dark-mode .modal-box{background:#1f2937}.modal-header{align-items:center;border-bottom:1px solid #e5e7eb;display:flex;justify-content:space-between;padding:1rem 1.5rem}.modal-header h3{font-size:1.25rem;margin:0}.dark-mode .modal-header{border-color:#374151}.modal-close{align-items:center;background:transparent;border:none;border-radius:6px;color:inherit;cursor:pointer;display:flex;font-size:1.5rem;height:32px;justify-content:center;width:32px}.modal-close:hover{background:rgba(0,0,0,.05)}.dark-mode .modal-close:hover{background:hsla(0,0%,100%,.1)}.modal-body{flex:1;overflow-y:auto;padding:1.5rem}.modal-enter-active,.modal-leave-active{transition:opacity .2s}.modal-enter,.modal-leave-to{opacity:0}.footer{align-items:center;border-top:1px solid #e5e7eb;color:#64748b;display:flex;flex-wrap:wrap;font-size:.875rem;gap:1rem;justify-content:space-between;padding:1.5rem 0}.dark-mode .footer{border-color:#374151}.footer-links{display:flex;gap:1.5rem}.footer-links a{color:#64748b;text-decoration:none}.footer-ip a,.footer-links a:hover{color:#10b981}.footer-ip a{text-decoration:none}.footer-ip a:hover{text-decoration:underline}#nprogress{pointer-events:none}#nprogress .bar{background:#10b981;height:3px;left:0;position:fixed;top:0;width:100%;z-index:1031}#nprogress .peg{box-shadow:0 0 10px #10b981,0 0 5px #10b981;display:block;height:100%;opacity:1;position:absolute;right:0;transform:rotate(3deg) translateY(-4px);width:100px}table{border-collapse:collapse;width:100%}table td,table th{border-bottom:1px solid #e5e7eb;padding:.5rem;text-align:left}.dark-mode table td,.dark-mode table th{border-color:#374151}.cookie-consent{background:#fff!important;border-top:1px solid #e5e7eb}.dark-mode .cookie-consent{background:#1f2937!important;border-color:#374151}a{color:#10b981}a:hover{color:#059669}.propagation-results h3{font-size:1.1rem;margin-bottom:1rem}.email-auth-results h3,.email-header-results h3{border-bottom:2px solid #e5e7eb;font-size:1.2rem;margin-bottom:1.5rem;padding-bottom:1rem}.dark-mode .email-auth-results h3,.dark-mode .email-header-results h3{border-color:#374151}.email-auth-results .auth-section,.email-header-results .auth-section{background:#fff;border:1px solid #e5e7eb;border-radius:12px;margin-bottom:1.5rem;overflow:hidden}.dark-mode .email-auth-results .auth-section,.dark-mode .email-header-results .auth-section{background:#1f2937;border-color:#374151}.email-auth-results .auth-section h4,.email-header-results .auth-section h4{align-items:center;background:linear-gradient(135deg,rgba(16,185,129,.08),rgba(16,185,129,.02));border-bottom:1px solid #e5e7eb;display:flex;font-size:.95rem;font-weight:600;gap:.75rem;margin:0;padding:1rem 1.25rem}.dark-mode .email-auth-results .auth-section h4,.dark-mode .email-header-results .auth-section h4{background:linear-gradient(135deg,rgba(16,185,129,.15),rgba(16,185,129,.05));border-color:#374151}.email-auth-results .auth-section h4 i,.email-header-results .auth-section h4 i{color:#10b981;font-size:1.1rem;text-align:center;width:24px}.email-auth-results .auth-section>div:not(:first-child),.email-auth-results .auth-section>p,.email-auth-results .auth-section>ul,.email-header-results .auth-section>div:not(:first-child),.email-header-results .auth-section>p,.email-header-results .auth-section>ul{padding:0 1.25rem}.email-auth-results .auth-section>:last-child,.email-header-results .auth-section>:last-child{padding-bottom:1rem}.email-auth-results .record-box,.email-header-results .record-box{background:rgba(0,0,0,.04);border-left:3px solid #10b981;border-radius:8px;margin:1rem 1.25rem;overflow-x:auto;padding:1rem}.dark-mode .email-auth-results .record-box,.dark-mode .email-header-results .record-box{background:hsla(0,0%,100%,.04)}.email-auth-results .record-box code,.email-header-results .record-box code{color:inherit;font-size:.8rem;line-height:1.5;word-break:break-all}.email-auth-results .dkim-selector,.email-header-results .dkim-selector{background:rgba(16,185,129,.1);border-radius:20px;color:#10b981;display:inline-block;font-size:.85rem;font-weight:600;margin:1rem 1.25rem .5rem;padding:.4rem .75rem}.email-auth-results .analysis,.email-header-results .analysis{background:rgba(0,0,0,.02);border-radius:8px;margin:.75rem 1.25rem;padding:1rem}.dark-mode .email-auth-results .analysis,.dark-mode .email-header-results .analysis{background:hsla(0,0%,100%,.03)}.email-auth-results .analysis h5,.email-header-results .analysis h5{color:#64748b;font-size:.8rem;font-weight:600;letter-spacing:.5px;margin:0 0 .75rem;text-transform:uppercase}.email-auth-results .analysis ul,.email-header-results .analysis ul{display:flex;flex-direction:column;gap:.5rem;list-style:none;margin:0;padding-left:0}.email-auth-results .analysis li,.email-header-results .analysis li{align-items:center;border-radius:6px;display:flex;font-size:.9rem;padding:.5rem .75rem}.email-auth-results .analysis li.good,.email-header-results .analysis li.good{background:rgba(34,197,94,.1);color:#22c55e}.email-auth-results .analysis li.warn,.email-header-results .analysis li.warn{background:rgba(245,158,11,.1);color:#f59e0b}.email-auth-results .analysis li.bad,.email-header-results .analysis li.bad{background:rgba(239,68,68,.1);color:#ef4444}.email-auth-results .analysis li i,.email-header-results .analysis li i{margin-right:.75rem;text-align:center;width:18px}.email-auth-results .mx-list,.email-header-results .mx-list{list-style:none;margin:1rem 1.25rem;padding:0}.email-auth-results .mx-list li,.email-header-results .mx-list li{align-items:center;background:rgba(0,0,0,.02);border-radius:6px;display:flex;gap:.75rem;margin-bottom:.5rem;padding:.75rem 1rem}.dark-mode .email-auth-results .mx-list li,.dark-mode .email-header-results .mx-list li{background:hsla(0,0%,100%,.03)}.email-auth-results .mx-list li strong,.email-header-results .mx-list li strong{align-items:center;background:#10b981;border-radius:50%;color:#fff;display:inline-flex;font-size:.8rem;height:32px;justify-content:center;width:32px}.email-auth-results .error,.email-auth-results .info,.email-auth-results .warning,.email-header-results .error,.email-header-results .info,.email-header-results .warning{align-items:center;border-radius:8px;display:flex;font-size:.9rem;gap:.75rem;margin:1rem 1.25rem;padding:1rem 1.25rem}.email-auth-results .error i,.email-auth-results .info i,.email-auth-results .warning i,.email-header-results .error i,.email-header-results .info i,.email-header-results .warning i{flex-shrink:0;font-size:1.1rem}.email-auth-results .warning,.email-header-results .warning{background:rgba(245,158,11,.1);border:1px solid rgba(245,158,11,.2);color:#f59e0b}.email-auth-results .error,.email-header-results .error{background:rgba(239,68,68,.1);border:1px solid rgba(239,68,68,.2);color:#ef4444}.email-auth-results .info,.email-header-results .info{background:rgba(16,185,129,.1);border:1px solid rgba(16,185,129,.2);color:#10b981}.email-auth-results p,.email-header-results p{background:rgba(0,0,0,.02);border-radius:6px;font-size:.9rem;margin:.75rem 1.25rem;padding:.75rem 1rem}.dark-mode .email-auth-results p,.dark-mode .email-header-results p{background:hsla(0,0%,100%,.03)}.email-auth-results p strong,.email-header-results p strong{color:#64748b;font-weight:500;margin-right:.5rem}.email-auth-results .summary-section,.email-header-results .summary-section{border:2px solid #10b981}.email-auth-results .summary-section h4,.email-header-results .summary-section h4{background:linear-gradient(135deg,rgba(16,185,129,.15),rgba(16,185,129,.08))}.email-auth-results .summary-section .dns-table,.email-header-results .summary-section .dns-table{margin:1rem 1.25rem;width:calc(100% - 2.5rem)}.email-auth-results .summary-section .dns-table th,.email-header-results .summary-section .dns-table th{background:rgba(16,185,129,.08);font-weight:600}.email-auth-results .summary-section .dns-table td,.email-auth-results .summary-section .dns-table th,.email-header-results .summary-section .dns-table td,.email-header-results .summary-section .dns-table th{padding:.75rem 1rem}.mx-test-results h3{font-size:1.1rem;margin-bottom:1rem}.mx-test-results .status-good{color:#22c55e;font-weight:600}.mx-test-results .status-bad{color:#ef4444;font-weight:600}.mx-test-results .mx-summary{background:rgba(0,0,0,.02);border-radius:8px;margin-top:1.5rem;padding:1rem}.dark-mode .mx-test-results .mx-summary{background:hsla(0,0%,100%,.02)}.mx-test-results .mx-summary h4{font-size:1rem;margin:0 0 .75rem}.mx-test-results .mx-summary ul{margin:0;padding-left:1.5rem}.traceroute-results h3{font-size:1.1rem;margin-bottom:1rem}.traceroute-results .traceroute-table tr.timeout td{color:#9ca3af;font-style:italic}.dns-table{border-collapse:collapse;font-size:.9rem;width:100%}.dns-table td,.dns-table th{border-bottom:1px solid #e5e7eb;padding:.5rem .75rem;text-align:left}.dark-mode .dns-table td,.dark-mode .dns-table th{border-color:#374151}.dns-table th{background:rgba(0,0,0,.03);font-weight:600}.dark-mode .dns-table th{background:hsla(0,0%,100%,.03)}.dns-table tr.success td:first-child{border-left:3px solid #22c55e}.dns-table tr.error td:first-child{border-left:3px solid #ef4444}.dns-table code{background:rgba(0,0,0,.05);border-radius:3px;font-size:.8rem;padding:.1rem .3rem}.dark-mode .dns-table code{background:hsla(0,0%,100%,.1)}.ping-results h3{font-size:1.1rem;margin-bottom:1.5rem}.ping-results .ping-section{background:rgba(0,0,0,.02);border-radius:8px;margin-bottom:2rem;padding:1rem}.dark-mode .ping-results .ping-section{background:hsla(0,0%,100%,.02)}.ping-results .ping-section h4{align-items:center;display:flex;font-size:1rem;gap:.5rem;margin:0 0 1rem}.ping-results .ping-section h4 i{color:#10b981}.ping-results .ping-stats{background:rgba(0,0,0,.03);border-radius:4px;font-size:.9rem;margin-top:.75rem;padding:.5rem .75rem}.dark-mode .ping-results .ping-stats{background:hsla(0,0%,100%,.05)}.ping-results .ping-note{color:#64748b;font-size:.8rem;margin-top:.75rem}.ping-results .status-good{color:#22c55e;font-weight:600}.ping-results .status-bad{color:#ef4444;font-weight:600}.toast-notification{align-items:center;border-radius:10px;box-shadow:0 4px 20px rgba(0,0,0,.15);display:flex;font-size:.95rem;font-weight:500;gap:.75rem;left:50%;max-width:90%;opacity:0;padding:.875rem 1.5rem;position:fixed;top:1.5rem;transform:translateX(-50%) translateY(-20px);transition:all .3s ease;z-index:9999}.toast-notification.show{opacity:1;transform:translateX(-50%) translateY(0)}.toast-notification i{font-size:1.1rem}.toast-notification.toast-error{background:#fef2f2;border:1px solid #fecaca;color:#dc2626}.toast-notification.toast-warning{background:#fffbeb;border:1px solid #fde68a;color:#d97706}.toast-notification.toast-success{background:#f0fdf4;border:1px solid #bbf7d0;color:#16a34a}.toast-notification.toast-info{background:#ecfdf5;border:1px solid #a7f3d0;color:#059669}.dark-mode .toast-notification.toast-error{background:#450a0a;border-color:#7f1d1d;color:#fca5a5}.dark-mode .toast-notification.toast-warning{background:#451a03;border-color:#78350f;color:#fcd34d}.dark-mode .toast-notification.toast-success{background:#052e16;border-color:#166534;color:#86efac}.dark-mode .toast-notification.toast-info{background:#022c22;border-color:#065f46;color:#6ee7b7}
