:root{--bg:#f6f3ee;--card:#fff;--border:#000;--mint:#8cf5c5;--yellow:#ffe45c}*{box-sizing:border-box}body{background:var(--bg);color:#111;margin:0;font-family:Inter,Arial,sans-serif}.app{max-width:1100px;margin:0 auto;padding:32px 20px 60px}.hero{text-align:center;margin-bottom:24px}.hero h1{margin:12px 0 8px;font-size:2.5rem}.hero p{opacity:.75}.logo,.viewer-logo{width:80px;animation:3s ease-in-out infinite floatLogo}.card{background:var(--card);border:4px solid var(--border);border-radius:18px;margin-bottom:20px;padding:20px;box-shadow:8px 8px #000}.email-box,.otp-box{background:var(--mint);border:3px solid #000;margin:12px 0;padding:14px;font-weight:700}.inbox-card{min-height:280px}.inbox-list{max-height:400px;overflow-y:auto}.email-item.active{background:var(--mint);border-color:#000;transform:translate(-2px,-2px);box-shadow:4px 4px #000}.email-item.active .email-subject,.email-item.active .email-header{font-weight:700}.modal-backdrop{z-index:9999;background:#00000073;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.custom-modal{background:#fff;border:4px solid #000;border-radius:18px;width:min(420px,92vw);padding:20px;box-shadow:8px 8px #000}.custom-modal h2{margin-top:0}.custom-modal input{border:3px solid #000;border-radius:10px;width:100%;margin-top:8px;margin-bottom:12px;padding:12px;font-size:16px}.preview{color:#555;word-break:break-all;margin-bottom:18px;font-weight:700;display:block}.otp-loading{opacity:.7;animation:1.4s ease-in-out infinite otpFloat;display:inline-block}.otp-placeholder{flex:1;align-items:center;gap:5px;min-height:42px;display:flex}.otp-placeholder span{background:var(--mint);border:3px solid #000;border-radius:6px;width:15px;height:15px;animation:1.2s ease-in-out infinite otpWave;box-shadow:2px 2px #000}.otp-placeholder span:first-child{animation-delay:0s}.otp-placeholder span:nth-child(2){animation-delay:.12s}.otp-placeholder span:nth-child(3){animation-delay:.24s}.otp-placeholder span:nth-child(4){animation-delay:.36s}.otp-placeholder span:nth-child(5){animation-delay:.48s}.otp-placeholder span:nth-child(6){animation-delay:.6s}@keyframes otpWave{0%,to{transform:translateY(0)}50%{transform:translateY(-5px)}}.domain-picker{margin-top:18px}.domain-picker label{margin-bottom:8px;font-weight:700;display:block}.email-item{cursor:pointer;background:#fff;border:3px solid #000;border-radius:12px;margin-bottom:10px;padding:12px;transition:all .15s}.email-item:hover{transform:translate(-2px,-2px)}.email-header{justify-content:space-between;align-items:center;margin-bottom:6px;display:flex}.email-header span{opacity:.7;font-size:.85rem}.email-subject{text-overflow:ellipsis;white-space:nowrap;font-size:.95rem;overflow:hidden}.message-frame{background:#fff;border:3px solid #000;border-radius:12px;width:100%;min-height:600px;display:block}.actions{grid-template-columns:repeat(4,1fr);gap:12px;margin-top:16px;display:grid}.empty-state{opacity:.7}.otp-box{background:var(--yellow);justify-content:space-between;align-items:center;gap:16px;padding:14px;display:flex}.otp-code{letter-spacing:4px;flex:1;align-items:center;min-height:42px;font-size:2.2rem;font-weight:800;line-height:1;display:flex}.copy-otp-btn{flex-shrink:0;justify-content:center;align-items:center;width:145px;height:46px;margin:0;display:inline-flex}.viewer-card{text-align:center}@keyframes floatLogo{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}.viewer-card{flex-direction:column;justify-content:center;align-items:center;min-height:320px;display:flex}.viewer-card h2{align-self:flex-start}.viewer-logo{width:96px;margin:20px 0}.neo-btn{background:var(--yellow);cursor:pointer;border:3px solid #000;border-radius:14px;justify-content:center;align-items:center;gap:8px;min-height:46px;padding:10px 16px;font-size:14px;font-weight:700;transition:transform .12s,box-shadow .12s;display:inline-flex;box-shadow:4px 4px #000}.neo-btn:hover{transform:translate(-2px,-2px);box-shadow:6px 6px #000}.neo-btn:active{transform:translate(2px,2px);box-shadow:2px 2px #000}.neo-icon{flex-shrink:0;width:18px;height:18px;display:block}.neo-select{position:relative}.neo-select-trigger{cursor:pointer;background:#fff;border:3px solid #000;border-radius:14px;justify-content:space-between;align-items:center;width:100%;min-height:50px;padding:12px 16px;transition:all .15s;display:flex;box-shadow:4px 4px #000}.neo-select-trigger:hover{transform:translate(-2px,-2px);box-shadow:6px 6px #000}.neo-chevron{width:18px;height:18px}.neo-select-menu{z-index:100;background:#fff;border:3px solid #000;border-radius:14px;flex-direction:column;display:flex;position:absolute;top:calc(100% + 10px);left:0;right:0;overflow:hidden;box-shadow:6px 6px #000}.neo-select-menu.hidden{display:none}.neo-option{text-align:left;cursor:pointer;background:#fff;border:none;padding:14px 16px;font-weight:700;transition:background .12s}.neo-option:hover{background:var(--yellow)}.neo-option.active:before{content:"✓ "}.neo-select-menu{animation:.12s dropdownIn}.modal-actions{justify-content:flex-end;gap:12px;margin-top:20px;display:flex}#cancelCustomBtn{background:#fff}#saveCustomBtn{background:var(--mint)}.neo-chevron{transition:transform .2s}.neo-select.open .neo-chevron{transform:rotate(180deg)}@keyframes dropdownIn{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}.toast{z-index:9999;background:#8cf5c5;border:3px solid #000;border-radius:14px;padding:12px 18px;font-weight:700;animation:.2s toastIn;position:fixed;bottom:24px;right:24px;box-shadow:6px 6px #000}@keyframes toastIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (width<=768px){.actions{grid-template-columns:repeat(2,1fr)}}
