@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&display=swap";.app{min-height:100vh;display:flex;flex-direction:column;background:#0a0b1a;background-image:radial-gradient(ellipse at 50% 0%,rgba(120,60,200,.15) 0%,transparent 60%)}.header{padding:1rem 2rem;border-bottom:1px solid rgba(255,255,255,.05)}.header-inner{max-width:1100px;margin:0 auto;display:flex;align-items:center;justify-content:space-between}.header-left{display:flex;align-items:center;gap:.6rem}.header-logo-icon{width:32px;height:32px;background:linear-gradient(135deg,#7c3aed,#a855f7);border-radius:.5rem;display:flex;align-items:center;justify-content:center;color:#fff}.header-logo-icon svg{width:18px;height:18px}.header-logo-text{font-size:1.3rem;font-weight:800;color:#fff;font-style:italic}.header-right{display:flex;align-items:center;gap:.75rem}.status-dot{width:8px;height:8px;background:#22c55e;border-radius:50%;animation:pulse-dot 2s infinite}@keyframes pulse-dot{0%,to{opacity:1}50%{opacity:.5}}.status-text{font-size:.75rem;color:#888}.badge-free{font-size:.7rem;font-weight:600;color:#fff;background:#ffffff1a;border:1px solid rgba(255,255,255,.15);padding:.3rem .75rem;border-radius:2rem}.hero{text-align:center;padding:3.5rem 1.5rem 2rem}.hero-tag{display:inline-flex;align-items:center;gap:.5rem;font-size:.75rem;color:#aaa;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);padding:.4rem 1rem;border-radius:2rem;margin-bottom:1.5rem}.hero-title{font-size:3rem;font-weight:900;color:#fff;line-height:1.15;margin-bottom:1rem}.gradient-text{background:linear-gradient(135deg,#a855f7,#6366f1,#22d3ee);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-subtitle{font-size:1rem;color:#888;margin-bottom:1.5rem}.hero-features{display:flex;justify-content:center;gap:1.5rem;flex-wrap:wrap}.hero-feature{display:flex;align-items:center;gap:.4rem;font-size:.8rem;color:#999}.hero-feature svg{color:#a855f7}.main-section{padding:2rem 1.5rem 3rem}.section-heading{text-align:center;font-size:1.5rem;font-weight:700;color:#fff;margin-bottom:2rem;max-width:900px;margin-left:auto;margin-right:auto}.main-grid{max-width:900px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}.card{background:#0f101ecc;border:1px solid rgba(255,255,255,.08);border-radius:1rem;padding:1.5rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.card-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.25rem}.card-title{display:flex;align-items:center;gap:.5rem;font-size:.75rem;font-weight:700;color:#aaa;text-transform:uppercase;letter-spacing:.05em}.card-title svg{color:#a855f7}.inbox-count{background:#a855f7;color:#fff;font-size:.65rem;padding:.1rem .45rem;border-radius:1rem;font-weight:700}.email-display{margin-bottom:1.5rem}.email-address{display:block;font-size:1.1rem;font-weight:600;color:#fff;padding:.75rem 0;word-break:break-all}.email-underline{height:3px;background:linear-gradient(90deg,#a855f7,#6366f1,#22d3ee);border-radius:2px}.domain-selector{display:flex;align-items:center;gap:.6rem;margin-bottom:1rem;margin-top:.75rem}.domain-selector label{font-size:.75rem;color:#888;font-weight:600}.domain-selector select{flex:1;padding:.5rem .75rem;background:#1a1b2e;border:1px solid #2d2d44;border-radius:.4rem;color:#ddd;font-size:.82rem;font-family:Inter,sans-serif;outline:none;cursor:pointer;transition:border-color .2s}.domain-selector select:focus{border-color:#a855f7}.address-actions{display:flex;gap:.75rem}.btn{display:inline-flex;align-items:center;gap:.5rem;padding:.7rem 1.5rem;border:none;border-radius:2rem;font-size:.82rem;font-weight:600;font-family:Inter,sans-serif;cursor:pointer;transition:all .2s ease}.btn:disabled{opacity:.5;cursor:not-allowed}.btn svg{width:15px;height:15px}.btn-outline{background:transparent;color:#a855f7;border:1.5px solid #a855f7;box-shadow:0 0 8px #a855f726,inset 0 0 8px #a855f70d}.btn-outline:hover:not(:disabled){background:#a855f71a;box-shadow:0 0 16px #a855f74d,inset 0 0 12px #a855f71a}.btn-copy{flex:1;justify-content:center;background:linear-gradient(135deg,#a855f7,#7c3aed);color:#fff}.btn-copy:hover{background:linear-gradient(135deg,#b975f9,#8b5cf6);box-shadow:0 4px 20px #a855f74d}.btn-new{background:#ffffff14;color:#ccc;border:1px solid rgba(255,255,255,.12)}.btn-new:hover:not(:disabled){background:#ffffff1f;color:#fff}.btn-refresh{display:flex;align-items:center;gap:.35rem;background:none;border:none;color:#888;font-size:.75rem;font-family:Inter,sans-serif;cursor:pointer;transition:color .2s}.btn-refresh:hover{color:#a855f7}.btn-refresh svg{width:14px;height:14px}.btn-refresh .spinning{animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.inbox-empty{text-align:center;padding:3rem 1rem;color:#666}.empty-spinner{width:28px;height:28px;border:2.5px solid rgba(168,85,247,.2);border-top-color:#a855f7;border-radius:50%;animation:spin 1s linear infinite;margin:0 auto 1rem}.inbox-empty p{font-size:.85rem;color:#666}.inbox-list{display:flex;flex-direction:column;gap:.25rem;max-height:350px;overflow-y:auto}.inbox-item{display:flex;align-items:flex-start;gap:.75rem;padding:.85rem;border-radius:.6rem;cursor:pointer;transition:background .15s}.inbox-item:hover{background:#a855f714}.item-avatar{width:34px;height:34px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:700;color:#fff;flex-shrink:0}.item-content{flex:1;min-width:0}.item-from{font-size:.72rem;color:#888;font-family:monospace;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.item-subject{font-size:.82rem;font-weight:700;color:#eee;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin:.15rem 0}.item-preview{font-size:.72rem;color:#666;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.item-time{font-size:.68rem;color:#666;flex-shrink:0;white-space:nowrap}.message-detail{padding:.5rem 0}.btn-back{display:flex;align-items:center;gap:.35rem;background:none;border:none;color:#a855f7;cursor:pointer;font-size:.8rem;font-weight:600;font-family:Inter,sans-serif;padding:.3rem 0;margin-bottom:1rem}.btn-back:hover{color:#c084fc}.btn-back svg{width:15px;height:15px}.detail-meta{margin-bottom:1rem;padding-bottom:.75rem;border-bottom:1px solid rgba(255,255,255,.08)}.detail-meta h3{font-size:1rem;color:#eee;margin-bottom:.4rem}.detail-meta p{font-size:.78rem;color:#888;margin-bottom:.2rem}.detail-body{background:#0000004d;border-radius:.5rem;padding:1rem;overflow-x:auto;border:1px solid rgba(255,255,255,.05)}.html-content{font-size:.85rem;line-height:1.6;color:#ddd}.html-content a{color:#a855f7}.text-content{font-family:monospace;font-size:.8rem;white-space:pre-wrap;word-break:break-word;color:#ddd}.footer{text-align:center;padding:1.5rem;color:#444;font-size:.75rem;border-top:1px solid rgba(255,255,255,.05)}@media (max-width: 768px){.main-grid{grid-template-columns:1fr}.hero-title{font-size:2rem}.header-right .status-text{display:none}.hero-features{gap:1rem}.email-address{font-size:.9rem}.section-heading{font-size:1.2rem;margin-bottom:1.5rem}.address-actions{flex-wrap:wrap}.btn-outline{flex:1;min-width:calc(50% - .5rem);justify-content:center;padding:.65rem 1rem;font-size:.78rem}.card{padding:1.25rem}.inbox-list{max-height:300px}.header{padding:.85rem 1rem}.main-section{padding:1.5rem 1rem 2rem}}@media (max-width: 480px){.hero-title{font-size:1.7rem}.hero-features{flex-direction:column;align-items:center;gap:.5rem}.header-right .badge-free{display:none}.header-logo-text{font-size:1.1rem}.section-heading{font-size:1.05rem}.email-address{font-size:.8rem}.address-actions{gap:.5rem}.btn-outline{padding:.6rem .75rem;font-size:.72rem;gap:.35rem}.btn-outline svg{width:13px;height:13px}.card{padding:1rem;border-radius:.75rem}.card-header{margin-bottom:1rem}.item-avatar{width:30px;height:30px;font-size:.65rem}.item-subject{font-size:.78rem}.item-from,.item-preview{font-size:.68rem}.inbox-item{padding:.7rem;gap:.6rem}.inbox-list{max-height:250px}.detail-body{padding:.75rem}.detail-meta h3{font-size:.9rem}.footer{padding:1rem;font-size:.7rem}}.admin-app{min-height:100vh;background:#0a0b1a;color:#e0e0e0}.login-container{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:1.5rem}.login-card{background:#0f101ee6;border:1px solid rgba(255,255,255,.08);border-radius:1rem;padding:2.5rem;width:100%;max-width:400px}.login-header{text-align:center;margin-bottom:2rem}.login-header h1{font-size:1.5rem;font-weight:800;color:#a855f7;margin-bottom:.5rem}.login-header p{font-size:.85rem;color:#888}.input-group{margin-bottom:1rem}.input-group input,.add-form input{width:100%;padding:.85rem 1rem;background:#1a1b2e;border:1px solid #2d2d44;border-radius:.5rem;color:#fff;font-size:.9rem;font-family:Inter,sans-serif;outline:none;transition:border-color .2s}.input-group input:focus,.add-form input:focus{border-color:#a855f7}.btn-login{width:100%;padding:.85rem;background:linear-gradient(135deg,#a855f7,#7c3aed);color:#fff;border:none;border-radius:.5rem;font-size:.9rem;font-weight:600;font-family:Inter,sans-serif;cursor:pointer;transition:all .2s}.btn-login:hover:not(:disabled){box-shadow:0 4px 20px #a855f74d}.btn-login:disabled{opacity:.6;cursor:not-allowed}.admin-header{background:#0f101ef2;border-bottom:1px solid rgba(255,255,255,.08);padding:1rem 2rem;position:sticky;top:0;z-index:10}.admin-header-inner{max-width:900px;margin:0 auto;display:flex;align-items:center;justify-content:space-between}.admin-header h1{font-size:1.1rem;font-weight:700;color:#a855f7}.btn-logout{padding:.5rem 1rem;background:#ef44441a;color:#ef4444;border:1px solid rgba(239,68,68,.3);border-radius:.4rem;font-size:.8rem;font-weight:600;font-family:Inter,sans-serif;cursor:pointer;transition:all .2s}.btn-logout:hover{background:#ef444433}.admin-main{max-width:900px;margin:0 auto;padding:2rem 1.5rem}.stats-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;margin-bottom:2rem}.stat-card{background:#0f101ecc;border:1px solid rgba(255,255,255,.08);border-radius:.75rem;padding:1.5rem;text-align:center}.stat-number{font-size:2rem;font-weight:800;color:#a855f7}.stat-label{font-size:.8rem;color:#888;margin-top:.25rem}.panel{background:#0f101ecc;border:1px solid rgba(255,255,255,.08);border-radius:.75rem;padding:1.5rem;margin-bottom:1.5rem}.panel h2{font-size:1rem;font-weight:700;color:#fff;margin-bottom:.75rem}.panel-desc{font-size:.82rem;color:#888;margin-bottom:1rem}.add-form{display:flex;gap:.75rem;margin-bottom:.75rem}.add-form input{flex:1}.btn-add{padding:.85rem 1.5rem;background:linear-gradient(135deg,#a855f7,#7c3aed);color:#fff;border:none;border-radius:.5rem;font-size:.85rem;font-weight:600;font-family:Inter,sans-serif;cursor:pointer;white-space:nowrap;transition:all .2s}.btn-add:hover{box-shadow:0 4px 20px #a855f74d}.alert{padding:.7rem 1rem;border-radius:.4rem;font-size:.82rem;margin-top:.75rem}.alert-error{background:#ef44441a;color:#ef4444;border:1px solid rgba(239,68,68,.2)}.alert-success{background:#22c55e1a;color:#22c55e;border:1px solid rgba(34,197,94,.2)}.domain-list{display:flex;flex-direction:column;gap:.5rem}.domain-item{display:flex;align-items:center;justify-content:space-between;padding:.85rem 1rem;background:#ffffff08;border:1px solid rgba(255,255,255,.06);border-radius:.5rem;transition:background .15s}.domain-item:hover{background:#a855f70d}.domain-info{display:flex;flex-direction:column;gap:.2rem}.domain-name{font-size:.9rem;font-weight:600;color:#eee}.domain-email{font-size:.75rem;color:#666;font-family:monospace}.btn-remove{width:32px;height:32px;display:flex;align-items:center;justify-content:center;background:#ef44441a;border:1px solid rgba(239,68,68,.2);border-radius:.4rem;cursor:pointer;color:#ef4444;transition:all .2s}.btn-remove:hover{background:#ef444433}.btn-remove svg{width:16px;height:16px}.instructions{padding-left:1.25rem;font-size:.85rem;color:#aaa;line-height:2}.instructions strong{color:#ddd}.instructions code{background:#a855f726;color:#c084fc;padding:.15rem .4rem;border-radius:.25rem;font-size:.8rem}.setup-log{margin-top:1rem;padding:1rem;background:#0000004d;border-radius:.5rem;border:1px solid rgba(255,255,255,.05)}.setup-log h4{font-size:.8rem;color:#888;margin-bottom:.5rem}.log-step{font-size:.82rem;padding:.3rem 0;color:#ccc}.zones-list{display:flex;flex-direction:column;gap:.5rem}.zone-item{display:flex;align-items:center;justify-content:space-between;padding:.75rem 1rem;background:#ffffff08;border:1px solid rgba(255,255,255,.06);border-radius:.5rem}.zone-info{display:flex;align-items:center;gap:.75rem}.zone-name{font-size:.9rem;font-weight:600;color:#eee}.zone-status{font-size:.7rem;padding:.2rem .5rem;border-radius:1rem;font-weight:600}.zone-status.active{background:#22c55e26;color:#22c55e}.zone-status.pending{background:#f59e0b26;color:#f59e0b}.btn-quick-add{padding:.45rem 1rem;background:#a855f726;color:#a855f7;border:1px solid rgba(168,85,247,.3);border-radius:.4rem;font-size:.78rem;font-weight:600;font-family:Inter,sans-serif;cursor:pointer;transition:all .2s}.btn-quick-add:hover:not(:disabled){background:#a855f740}.btn-quick-add:disabled{opacity:.4;cursor:not-allowed}.no-zones{text-align:center;color:#666;font-size:.85rem;padding:1rem}.domain-badges{display:flex;gap:.4rem;flex-wrap:wrap;margin-top:.3rem}.badge{font-size:.65rem;padding:.15rem .5rem;border-radius:1rem;font-weight:600}.badge-green{background:#22c55e26;color:#22c55e}.badge-red{background:#ef444426;color:#ef4444}.badge-yellow{background:#f59e0b26;color:#f59e0b}.badge-gray{background:#ffffff14;color:#888}.info-box{margin-top:1rem;padding:1rem;background:#f59e0b14;border:1px solid rgba(245,158,11,.2);border-radius:.5rem;font-size:.82rem;color:#ccc;line-height:1.8}.info-box strong{color:#f59e0b}.info-box code{background:#a855f726;color:#c084fc;padding:.1rem .4rem;border-radius:.2rem;font-size:.78rem}@media (max-width: 640px){.stats-grid{grid-template-columns:1fr}.add-form{flex-direction:column}.admin-header{padding:.85rem 1rem}.admin-header h1{font-size:.95rem}.panel{padding:1.25rem}}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:#0a0b1a;color:#e0e0e0;min-height:100vh;line-height:1.6}#root{min-height:100vh;display:flex;flex-direction:column}
