:root{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.5;font-weight:400;color:#141322;background-color:#f5f5fb;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{color:#5b21ff;text-decoration:none}a:hover{text-decoration:underline}button{font-family:inherit}} h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;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}}.nav{background:#5b21ff;color:#fff;position:sticky;top:0;z-index:20}.nav-inner{max-width:1120px;margin:0 auto;padding:.6rem 1.2rem;display:flex;align-items:center;justify-content:space-between}.nav-logo{font-weight:700}.nav-links{display:flex;gap:2rem}.nav-links a{color:#fff;text-decoration:none;transition:opacity .2s}.nav-links a:hover{opacity:.8}.nav-actions{display:flex;gap:.5rem}.btn{padding:.5rem 1rem;border:none;border-radius:.5rem;font-size:.9rem;font-weight:500;cursor:pointer;transition:all .2s}.btn.primary{background:#fff;color:#5b21ff}.btn.ghost{background:transparent;color:#fff;border:1px solid rgba(255,255,255,.2)}.btn:hover{transform:translateY(-1px);box-shadow:0 4px 12px #00000026}.hero{max-width:600px}.hero h1{font-size:3rem;font-weight:800;margin-bottom:1rem;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-sub{color:#6b7280;font-size:1.1rem;line-height:1.6;margin-bottom:2rem}.hero-email-box{background:#fff;border-radius:1rem;padding:.45rem .6rem;box-shadow:0 10px 26px #0f172a0d;margin-bottom:1.5rem}.hero-email-row{display:flex;justify-content:space-between;align-items:center;gap:.4rem;margin-bottom:.5rem}.hero-email-actions{display:flex;gap:.4rem}.hero-email{font-family:JetBrains Mono,monospace;font-size:.9rem;word-break:break-all;flex:1}.btn.small{padding:.4rem .8rem;font-size:.8rem}.btn.outline{background:transparent;color:#6b7280;border:1px solid #d1d5db}.btn.outline:hover{background:#f9fafb;border-color:#9ca3af}.hero-email-meta{display:flex;gap:.5rem;color:#6b7280;font-size:.85rem}.hero-filters{display:flex;gap:.5rem;flex-wrap:wrap}.chip{padding:.5rem 1rem;background:#f3f4f6;color:#6b7280;border:none;border-radius:2rem;font-size:.9rem;cursor:pointer;transition:all .2s}.chip:hover{background:#e5e7eb}.chip-active{background:#5b21ff;color:#fff}.chip-active:hover{background:#4c1d95}.card{background:#fff;border-radius:1rem;padding:1.5rem;box-shadow:0 10px 26px #0f172a0d}.inbox-card{flex:1;max-width:500px}.inbox-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;font-weight:600;color:#1f2937}.link-button{background:none;border:none;color:#5b21ff;cursor:pointer;font-size:.9rem;text-decoration:underline;padding:0}.link-button:hover{color:#4c1d95}.inbox-content{max-height:600px;overflow-y:auto}.inbox-empty{text-align:center;padding:2rem;color:#6b7280}.spinner{width:40px;height:40px;border:3px solid #f3f4f6;border-top:3px solid #5b21ff;border-radius:50%;animation:spin 1s linear infinite;margin:0 auto 1rem}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.inbox-message{border-bottom:1px solid #e5e7eb;padding:1rem 0}.inbox-message:last-child{border-bottom:none}.message-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.message-header strong{color:#1f2937;font-size:1rem}.message-time{color:#6b7280;font-size:.8rem}.message-from{color:#6b7280;font-size:.9rem;margin-bottom:.5rem}.message-body{color:#374151;line-height:1.5;word-wrap:break-word}.section{padding:4rem 0}.split-section{max-width:1120px;margin:0 auto;padding:0 1.2rem;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.split-text h2{font-size:2.5rem;font-weight:700;margin-bottom:1.5rem;color:#1f2937}.split-text p{color:#6b7280;line-height:1.7;margin-bottom:1.5rem}.split-text ul{color:#6b7280;line-height:1.7;margin-bottom:1.5rem;padding-left:1.5rem}.split-text li{margin-bottom:.5rem}.split-image{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem}.feature-card{background:#fff;padding:2rem;border-radius:1rem;text-align:center;box-shadow:0 10px 26px #0f172a0d;transition:transform .3s ease}.feature-card:hover{transform:translateY(-5px)}.feature-icon{font-size:3rem;margin-bottom:1rem}.feature-card h3{font-size:1.25rem;font-weight:600;margin-bottom:.5rem;color:#1f2937}.feature-card p{color:#6b7280;font-size:.9rem}.footer{background:#1f2937;color:#fff;margin-top:4rem}.footer-inner{max-width:1120px;margin:0 auto;padding:3rem 1.2rem 1rem}.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;margin-bottom:2rem}.footer-section h3{font-size:1.5rem;font-weight:700;margin-bottom:1rem}.footer-section h4{font-size:1rem;font-weight:600;margin-bottom:1rem;color:#e5e7eb}.footer-section p{color:#9ca3af;line-height:1.6}.footer-section ul{list-style:none;padding:0}.footer-section li{margin-bottom:.5rem}.footer-section a{color:#9ca3af;text-decoration:none;transition:color .2s}.footer-section a:hover{color:#fff}.footer-bottom{border-top:1px solid #374151;padding-top:1rem;text-align:center}.footer-copy{color:#9ca3af;font-size:.9rem;margin:0}.notification{position:fixed;top:20px;right:20px;background:#10b981;color:#fff;padding:12px 16px;border-radius:8px;box-shadow:0 4px 12px #00000026;z-index:1000;font-size:14px;animation:slideIn .3s ease-out;max-width:300px}.notification.error{background:#ef4444}@keyframes slideIn{0%{transform:translate(100%);opacity:0}to{transform:translate(0);opacity:1}}*,*:before,*:after{box-sizing:border-box}body{margin:0;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:#f5f5fb;color:#141322;line-height:1.5}.page{min-height:100vh}main{max-width:1120px;margin:0 auto;padding:0 1.2rem}.hero-layout{display:grid;grid-template-columns:1fr 1fr;gap:2rem;align-items:start;margin-top:2rem;margin-bottom:4rem}@media(max-width:768px){.hero-layout{grid-template-columns:1fr;gap:2rem}.inbox-card{order:-1}}
