.main-content{max-width:1200px;margin:0 auto;padding:2.5rem 1.25rem 4rem;display:flex;flex-direction:column;gap:3rem}.inbox-zone{max-width:640px;width:100%;margin:0 auto;display:flex;flex-direction:column;gap:1.25rem}.hero-text{text-align:center;margin-bottom:.5rem}.hero-text h1{font-size:2.2rem;font-weight:800;color:#0f172a;letter-spacing:-.03em;margin-bottom:.5rem;line-height:1.2}.hero-text p{color:#64748b;font-size:1rem;margin-bottom:1rem;opacity:1}.feature-pills{display:flex;gap:.5rem;justify-content:center;flex-wrap:wrap}.pill{display:inline-flex;align-items:center;gap:.35rem;padding:.3rem .85rem;border-radius:999px;background:#f1f5f9;color:#475569;font-size:.8rem;font-weight:500;border:1px solid #e2e8f0}.address-card{background:#fff;border:1px solid #e2e8f0;border-radius:14px;padding:1.25rem;box-shadow:0 1px 4px #0000000f}.address-input-wrap{display:flex;align-items:center;gap:.75rem;border:1.5px solid #e2e8f0;border-radius:10px;padding:.75rem 1rem;background:#f8fafc;margin-bottom:1rem;transition:border-color .2s}.address-input-wrap:focus-within{border-color:#6366f1}.email-address{flex:1;font-family:Roboto Mono,Courier New,monospace;font-size:clamp(.85rem,2.8vw,1rem);font-weight:600;color:#0f172a;word-break:break-all;user-select:all;min-width:0;line-height:1.4}.copy-icon-btn{flex-shrink:0;width:32px;height:32px;border:none;background:transparent;color:#94a3b8;cursor:pointer;display:flex;align-items:center;justify-content:center;border-radius:6px;transition:background .15s,color .15s}.copy-icon-btn:hover{background:#e0e7ff;color:#6366f1}.action-row{display:grid;grid-template-columns:repeat(4,1fr);gap:.5rem}.action-btn{display:inline-flex;align-items:center;justify-content:center;gap:.35rem;padding:.55rem .75rem;border:1.5px solid #e2e8f0;border-radius:8px;background:#fff;color:#374151;font-size:.82rem;font-weight:600;cursor:pointer;transition:border-color .15s,background .15s,color .15s;font-family:inherit;white-space:nowrap;min-height:40px}.action-btn:hover{border-color:#6366f1;color:#6366f1;background:#eef2ff}.action-btn.danger:hover{border-color:#ef4444;color:#ef4444;background:#fef2f2}.inbox-card{background:#fff;border:1px solid #e2e8f0;border-radius:14px;overflow:hidden;box-shadow:0 1px 4px #0000000f}.inbox-header{display:flex;align-items:center;justify-content:space-between;padding:.9rem 1.25rem;border-bottom:1px solid #f1f5f9}.inbox-title{display:flex;align-items:center;gap:.45rem;font-weight:700;font-size:.95rem;color:#0f172a}.inbox-title svg{color:#6366f1}.count-badge{background:#6366f1;color:#fff;border-radius:999px;padding:.1rem .55rem;font-size:.72rem;font-weight:700;min-width:22px;text-align:center}.inbox-status{display:flex;align-items:center;gap:.4rem;font-size:.78rem;color:#10b981;font-weight:500}.pulse{display:inline-block;width:8px;height:8px;border-radius:50%;background:#10b981;box-shadow:0 0 #10b98199;animation:pulse-anim 1.8s infinite;flex-shrink:0}@keyframes pulse-anim{0%{transform:scale(.9);box-shadow:0 0 #10b98199}70%{transform:scale(1.1);box-shadow:0 0 0 7px #10b98100}to{transform:scale(.9);box-shadow:0 0 #10b98100}}.email-list{min-height:180px;display:flex;flex-direction:column}.empty-state{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem 1rem;gap:.5rem;color:#cbd5e1}.empty-title{font-weight:600;color:#94a3b8;font-size:.95rem;margin:0;opacity:1}.empty-sub{font-size:.82rem;color:#cbd5e1;margin:0;opacity:1}.message-item{display:flex;align-items:center;gap:.85rem;padding:.85rem 1.25rem;border-bottom:1px solid #f1f5f9;text-decoration:none;color:#0f172a;cursor:pointer;transition:background .15s;animation:slide-in .25s ease-out forwards;position:relative}.message-item:last-child{border-bottom:none}.message-item:hover{background:#f8fafc}.message-item.deleting{opacity:0;transform:translate(12px);transition:all .25s;pointer-events:none}.sender-avatar{width:36px;height:36px;min-width:36px;max-width:36px;border-radius:8px;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.85rem;color:#fff;flex-shrink:0;text-transform:uppercase;line-height:1}.message-details{flex:1;min-width:0}.message-top{display:flex;align-items:baseline;justify-content:space-between;gap:.5rem;margin-bottom:.15rem}.message-sender{font-weight:700;font-size:.88rem;color:#0f172a;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.message-time{font-size:.75rem;color:#94a3b8;white-space:nowrap;flex-shrink:0}.message-subject{font-size:.82rem;color:#374151;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-bottom:.1rem}.message-preview{font-size:.76rem;color:#94a3b8;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.del-row-btn{flex-shrink:0;width:28px;height:28px;border-radius:6px;border:none;background:transparent;color:#94a3b8;font-size:.85rem;display:flex;align-items:center;justify-content:center;cursor:pointer;opacity:0;transition:background .15s,opacity .15s,color .15s}.message-item:hover .del-row-btn{opacity:1}.del-row-btn:hover{background:#fee2e2;color:#ef4444!important;opacity:1!important}@keyframes slide-in{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}@media(max-width:640px){.main-content{padding:1.5rem 1rem 3rem;gap:2rem}.hero-text h1{font-size:1.6rem}.hero-text p{font-size:.9rem}.address-card{padding:1rem}.address-input-wrap{padding:.65rem .85rem;margin-bottom:.85rem}.action-row{grid-template-columns:repeat(2,1fr)}.action-btn{font-size:.8rem;padding:.6rem .5rem;min-height:44px}.inbox-header{padding:.75rem 1rem}.message-item{gap:.6rem;padding:.75rem 1rem}.message-sender{font-size:.84rem}.message-subject{font-size:.78rem}.message-preview{font-size:.72rem}.del-row-btn{opacity:1}}.usecases-section{max-width:1100px;width:100%;margin:0 auto}.usecases-header{text-align:center;margin-bottom:1.1rem}.usecases-header h2{font-size:1.35rem;font-weight:800;color:#0f172a;letter-spacing:-.025em;margin-bottom:.3rem}.usecases-header p{font-size:.88rem;color:#64748b}.usecases-list{list-style:none;display:grid;grid-template-columns:repeat(4,1fr);gap:0;border:1px solid #e2e8f0;border-radius:14px;overflow:hidden;background:#fff;box-shadow:0 1px 4px #0000000d}.usecases-list li{display:flex;align-items:flex-start;gap:.6rem;padding:.8rem 1rem;border-bottom:1px solid #f1f5f9;border-right:1px solid #f1f5f9;transition:background .15s}.usecases-list li:nth-child(2n){border-right:none}.usecases-list li:nth-last-child(-n+2){border-bottom:none}.usecases-list li:hover{background:#f8fafc}.usecases-list svg{flex-shrink:0;color:#6366f1;margin-top:2px}.usecases-list span{font-size:.82rem;color:#475569;line-height:1.5}.usecases-list strong{color:#0f172a;font-weight:700}@media(max-width:860px){.usecases-list{grid-template-columns:repeat(2,1fr)}.usecases-list li:nth-child(2n){border-right:none}.usecases-list li:nth-last-child(-n+2){border-bottom:none}}@media(max-width:540px){.usecases-list{grid-template-columns:1fr}.usecases-list li{border-right:none}.usecases-list li:nth-last-child(-n+2){border-bottom:1px solid #f1f5f9}.usecases-list li:last-child{border-bottom:none}}.features-section{max-width:1100px;width:100%;margin:0 auto}.features-header{text-align:center;margin-bottom:1.25rem}.features-header h2{font-size:1.35rem;font-weight:800;color:#0f172a;letter-spacing:-.025em;margin-bottom:.3rem}.features-header p{font-size:.88rem;color:#64748b}.features-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:.75rem}.feature-card{background:#fff;border:1px solid #e2e8f0;border-radius:14px;padding:1.1rem 1rem 1rem;display:flex;flex-direction:column;gap:.45rem;box-shadow:0 1px 4px #0000000d;transition:border-color .2s,box-shadow .2s,transform .2s}.feature-card:hover{border-color:#c7d2fe;box-shadow:0 6px 18px #6366f117;transform:translateY(-2px)}.feature-icon{width:38px;height:38px;border-radius:9px;background:#eef2ff;color:#6366f1;display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-bottom:.1rem}.feature-card strong{font-size:.88rem;font-weight:700;color:#0f172a}.feature-card p{font-size:.78rem;color:#64748b;line-height:1.55;margin:0}@media(max-width:860px){.features-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:540px){.features-grid{grid-template-columns:1fr}}.how-section{max-width:1100px;width:100%;margin:0 auto}.how-header{text-align:center;margin-bottom:1.25rem}.how-header h2{font-size:1.35rem;font-weight:800;color:#0f172a;letter-spacing:-.025em;margin-bottom:.3rem}.how-header p{font-size:.88rem;color:#64748b}.how-steps{display:flex;align-items:stretch;gap:0}.how-step{flex:1;background:#fff;border:1px solid #e2e8f0;border-radius:14px;padding:1.25rem 1rem 1.1rem;display:flex;flex-direction:column;align-items:center;text-align:center;gap:.65rem;box-shadow:0 1px 4px #0000000f;position:relative;transition:border-color .2s,box-shadow .2s}.how-step:hover{border-color:#c7d2fe;box-shadow:0 4px 12px #6366f114}.how-step-num{position:absolute;top:-10px;left:50%;transform:translate(-50%);width:22px;height:22px;border-radius:50%;background:#6366f1;color:#fff;font-size:.7rem;font-weight:800;display:flex;align-items:center;justify-content:center;border:2px solid #fff;box-shadow:0 2px 6px #6366f14d}.how-step-icon{width:44px;height:44px;border-radius:10px;background:#eef2ff;color:#6366f1;display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-top:.5rem}.how-step-body strong{display:block;font-size:.9rem;font-weight:700;color:#0f172a;margin-bottom:.3rem}.how-step-body p{font-size:.8rem;color:#64748b;line-height:1.55}.how-connector{flex-shrink:0;width:24px;align-self:center;height:2px;border-top:2px dashed #cbd5e1;margin:0 -2px;position:relative;top:6px}@media(max-width:560px){.how-steps{flex-direction:column;gap:.75rem}.how-connector{display:none}.how-step{flex-direction:row;text-align:left;padding:1rem}.how-step-icon{margin-top:0;width:38px;height:38px}.how-step-num{top:-8px;left:20px;transform:none}.how-step-body{flex:1}}.faq-section{max-width:860px;width:100%;margin:0 auto}.faq-header{text-align:center;margin-bottom:1.25rem}.faq-header h2{font-size:1.35rem;font-weight:800;color:#0f172a;letter-spacing:-.025em;margin-bottom:.3rem}.faq-header p{font-size:.88rem;color:#64748b}.faq-list{background:#fff;border:1px solid #e2e8f0;border-radius:14px;overflow:hidden;box-shadow:0 1px 4px #0000000f}.faq-item{border-bottom:1px solid #f1f5f9}.faq-item:last-child{border-bottom:none}.faq-question{width:100%;display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1rem 1.25rem;background:none;border:none;cursor:pointer;font-family:inherit;font-size:.9rem;font-weight:600;color:#0f172a;text-align:left;transition:background .15s}.faq-question:hover{background:#f8fafc}.faq-question[aria-expanded=true]{color:#6366f1;background:#f8fafc}.faq-chevron{flex-shrink:0;color:#94a3b8;transition:transform .25s ease,color .15s}.faq-question[aria-expanded=true] .faq-chevron{transform:rotate(180deg);color:#6366f1}.faq-answer{max-height:0;overflow:hidden;transition:max-height .3s ease,padding .2s ease;padding:0 1.25rem}.faq-answer.open{max-height:200px;padding:0 1.25rem 1rem}.faq-answer p{font-size:.875rem;color:#475569;line-height:1.65}.faq-answer strong{color:#0f172a}.modal-backdrop{position:fixed;inset:0;z-index:100;background:#0f172a59;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);display:flex;align-items:center;justify-content:center;padding:1rem;opacity:1;transition:opacity .2s ease}.modal-backdrop.hidden{opacity:0;pointer-events:none}.modal-card{background:#fff;width:100%;max-width:400px;border-radius:16px;border:1px solid #e2e8f0;box-shadow:0 24px 48px -8px #0f172a24,0 4px 12px #0f172a0f;overflow:hidden;transform:translateY(0) scale(1);transition:transform .22s cubic-bezier(.34,1.56,.64,1),opacity .18s ease}.modal-backdrop.hidden .modal-card{transform:translateY(12px) scale(.97);opacity:0}.modal-card:before{content:"";display:block;height:3px;background:linear-gradient(90deg,#6366f1,#8b5cf6)}.modal-header{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.25rem 0}.modal-header-left{display:flex;align-items:center;gap:.5rem}.modal-icon-wrap{width:28px;height:28px;background:#fef2f2;color:#ef4444;border-radius:7px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.modal-label{font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:#94a3b8}.modal-close-x{width:26px;height:26px;border:none;background:transparent;color:#94a3b8;display:flex;align-items:center;justify-content:center;border-radius:6px;cursor:pointer;transition:background .15s,color .15s}.modal-close-x:hover{background:#f1f5f9;color:#0f172a}.modal-title{padding:1rem 1.25rem .25rem;font-size:1.05rem;font-weight:700;color:#0f172a;margin:0;letter-spacing:-.02em}.modal-address{margin:0 1.25rem .75rem;padding:.55rem .85rem;background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;font-family:Roboto Mono,Courier New,monospace;font-size:.82rem;font-weight:600;color:#6366f1;word-break:break-all;letter-spacing:-.01em}.modal-desc{margin:0 1.25rem;font-size:.83rem;color:#64748b;line-height:1.55}.modal-actions{display:flex;gap:.6rem;justify-content:flex-end;padding:1.1rem 1.25rem 1.25rem}.modal-btn{display:inline-flex;align-items:center;gap:.35rem;padding:.55rem 1.05rem;border-radius:8px;font-size:.83rem;font-weight:600;font-family:inherit;cursor:pointer;transition:background .15s,border-color .15s,box-shadow .15s,color .15s}.modal-btn.cancel{background:#fff;color:#475569;border:1.5px solid #e2e8f0}.modal-btn.cancel:hover{background:#f8fafc;border-color:#cbd5e1;color:#0f172a}.modal-btn.delete{background:#ef4444;color:#fff;border:1.5px solid #ef4444}.modal-btn.delete:hover{background:#dc2626;border-color:#dc2626;box-shadow:0 4px 12px #ef444440}.modal-btn.delete:disabled{opacity:.6;cursor:not-allowed;box-shadow:none}
