.EmailBox-module__mDEj-G__container{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:2.5rem;width:100%;padding:5.5rem 1.5rem 3.5rem;display:flex;position:relative}.EmailBox-module__mDEj-G__heroContent{flex-direction:column;align-items:center;gap:1.5rem;max-width:680px;animation:.4s EmailBox-module__mDEj-G__fadeIn;display:flex}.EmailBox-module__mDEj-G__title{font-family:var(--font-outfit),sans-serif;letter-spacing:-.04em;background:var(--gradient-text);-webkit-text-fill-color:transparent;-webkit-background-clip:text;font-size:3rem;font-weight:800;line-height:1.15}.EmailBox-module__mDEj-G__subtitle{color:var(--muted-foreground);max-width:580px;font-size:1.15rem;line-height:1.7}.EmailBox-module__mDEj-G__emailWrapper{width:100%;max-width:600px;animation:.6s cubic-bezier(.16,1,.3,1) both EmailBox-module__mDEj-G__springUp;position:relative}.EmailBox-module__mDEj-G__emailBox{background:var(--card);-webkit-backdrop-filter:blur(25px)saturate(180%);border:1px solid var(--glass-border);width:100%;box-shadow:var(--shadow-md),var(--shadow-glow);border-radius:1.25rem;align-items:center;gap:1rem;padding:.85rem 1.25rem;transition:all .4s cubic-bezier(.16,1,.3,1);display:flex}.EmailBox-module__mDEj-G__emailBox:hover,.EmailBox-module__mDEj-G__emailBox:focus-within{border-color:var(--primary);box-shadow:var(--shadow-lg),0 0 35px #818cf833;transform:translateY(-2px)}.EmailBox-module__mDEj-G__emailIcon{background:var(--gradient-primary);color:#fff;border-radius:.85rem;flex-shrink:0;justify-content:center;align-items:center;width:2.75rem;height:2.75rem;display:flex;box-shadow:0 4px 12px #0d948833}.EmailBox-module__mDEj-G__emailInput{color:var(--foreground);font-size:1.2rem;font-weight:700;font-family:var(--font-inter),sans-serif;text-overflow:ellipsis;letter-spacing:.02em;cursor:text;background:0 0;border:none;outline:none;flex:1;width:100%}.EmailBox-module__mDEj-G__copyBtn{background:var(--gradient-primary);color:#fff;cursor:pointer;white-space:nowrap;border:none;border-radius:.85rem;align-items:center;gap:.5rem;padding:.65rem 1.25rem;font-size:.9rem;font-weight:700;transition:all .3s cubic-bezier(.16,1,.3,1);display:flex;box-shadow:0 4px 12px #0d948840}.EmailBox-module__mDEj-G__copyBtn:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 8px 20px #0d948859}.EmailBox-module__mDEj-G__copyBtn:active:not(:disabled){transform:translateY(0)}.EmailBox-module__mDEj-G__copyBtn:disabled{opacity:.5;cursor:not-allowed}.EmailBox-module__mDEj-G__copyLabel{display:none}.EmailBox-module__mDEj-G__actions{flex-wrap:wrap;justify-content:center;gap:1.25rem;width:100%;max-width:600px;animation:.6s cubic-bezier(.16,1,.3,1) .1s both EmailBox-module__mDEj-G__springUp;display:flex}.EmailBox-module__mDEj-G__actionBtn{border:1px solid var(--border);background:var(--card);color:var(--foreground);box-shadow:var(--shadow-sm);cursor:pointer;border-radius:1rem;justify-content:center;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-size:.9rem;font-weight:600;transition:all .3s cubic-bezier(.16,1,.3,1);display:inline-flex}.EmailBox-module__mDEj-G__actionBtn:hover:not(:disabled){background:var(--secondary);border-color:var(--primary);box-shadow:var(--shadow-md),var(--shadow-glow);transform:translateY(-2px)}.EmailBox-module__mDEj-G__actionBtn:active:not(:disabled){transform:translateY(0)}.EmailBox-module__mDEj-G__actionBtn:disabled{opacity:.5;cursor:not-allowed}.EmailBox-module__mDEj-G__createBtn{background:var(--gradient-primary);color:#fff;cursor:pointer;border:none;border-radius:1rem;justify-content:center;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-size:.9rem;font-weight:600;transition:all .3s cubic-bezier(.16,1,.3,1);display:inline-flex;box-shadow:0 4px 15px #0d948840}.EmailBox-module__mDEj-G__createBtn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 25px #0d948866}.EmailBox-module__mDEj-G__createBtn:active:not(:disabled){transform:translateY(0)}.EmailBox-module__mDEj-G__createBtn:disabled{opacity:.5;cursor:not-allowed}.EmailBox-module__mDEj-G__spinning{animation:1s linear infinite EmailBox-module__mDEj-G__rotate}@keyframes EmailBox-module__mDEj-G__rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.EmailBox-module__mDEj-G__toast{background:var(--foreground);color:var(--background);box-shadow:var(--shadow-xl);z-index:100;white-space:nowrap;border-radius:9999px;align-items:center;gap:.65rem;padding:.85rem 1.75rem;font-size:.9rem;font-weight:700;animation:.35s cubic-bezier(.16,1,.3,1) EmailBox-module__mDEj-G__toastIn;display:flex;position:fixed;top:5.5rem;left:50%;transform:translate(-50%)}@keyframes EmailBox-module__mDEj-G__toastIn{0%{opacity:0;transform:translate(-50%,-15px)scale(.95)}to{opacity:1;transform:translate(-50%)scale(1)}}.EmailBox-module__mDEj-G__timerSection{background:var(--card);-webkit-backdrop-filter:blur(15px);border:1px solid var(--border);border-radius:1.25rem;flex-direction:column;gap:.75rem;width:100%;max-width:600px;padding:1rem 1.25rem;transition:all .3s;animation:.6s cubic-bezier(.16,1,.3,1) 50ms both EmailBox-module__mDEj-G__springUp;display:flex}.EmailBox-module__mDEj-G__progressTrack{background-color:var(--border);border-radius:9999px;width:100%;height:6px;position:relative;overflow:hidden}.EmailBox-module__mDEj-G__progressFill{background:var(--gradient-primary);border-radius:9999px;height:100%;transition:width 1s linear}.EmailBox-module__mDEj-G__timerGrid{justify-content:space-between;align-items:center;display:flex}.EmailBox-module__mDEj-G__timerItem{flex-direction:column;align-items:flex-start;gap:.25rem;display:flex}.EmailBox-module__mDEj-G__timerItem:last-child{align-items:flex-end}.EmailBox-module__mDEj-G__timerCenter{align-items:center!important}.EmailBox-module__mDEj-G__timerLabel{font-family:var(--font-outfit),sans-serif;text-transform:uppercase;letter-spacing:.08em;color:var(--muted-foreground);font-size:.75rem;font-weight:700}.EmailBox-module__mDEj-G__timerValue{font-variant-numeric:tabular-nums;color:var(--foreground);font-size:.95rem;font-weight:700}.EmailBox-module__mDEj-G__timerCountdown{align-items:center;gap:.4rem;font-size:.95rem;font-weight:700;display:flex}.EmailBox-module__mDEj-G__timerRow{justify-content:center;align-items:center;gap:.5rem;display:flex}.EmailBox-module__mDEj-G__timer_safe{border-color:#22c55e40}.EmailBox-module__mDEj-G__timer_safe .EmailBox-module__mDEj-G__progressFill{background:linear-gradient(90deg,#10b981,#34d399)}.EmailBox-module__mDEj-G__timer_safe .EmailBox-module__mDEj-G__timerValue,.EmailBox-module__mDEj-G__timer_safe .EmailBox-module__mDEj-G__timerCountdown{color:#10b981}.EmailBox-module__mDEj-G__timer_warning{border-color:#f59e0b59}.EmailBox-module__mDEj-G__timer_warning .EmailBox-module__mDEj-G__progressFill{background:linear-gradient(90deg,#f59e0b,#fbbf24)}.EmailBox-module__mDEj-G__timer_warning .EmailBox-module__mDEj-G__timerValue,.EmailBox-module__mDEj-G__timer_warning .EmailBox-module__mDEj-G__timerCountdown{color:#f59e0b}.EmailBox-module__mDEj-G__timer_critical{border-color:#ef444459;animation:2s ease-in-out infinite EmailBox-module__mDEj-G__timerPulse}.EmailBox-module__mDEj-G__timer_critical .EmailBox-module__mDEj-G__progressFill{background:linear-gradient(90deg,#ef4444,#f87171)}.EmailBox-module__mDEj-G__timer_critical .EmailBox-module__mDEj-G__timerValue,.EmailBox-module__mDEj-G__timer_critical .EmailBox-module__mDEj-G__timerCountdown{color:#ef4444}.EmailBox-module__mDEj-G__timerExpired{background-color:#ef44440d;border-color:#ef44444d}.EmailBox-module__mDEj-G__timerExpired .EmailBox-module__mDEj-G__timerLabel{color:#ef4444}.EmailBox-module__mDEj-G__pulseDot{background-color:currentColor;border-radius:50%;flex-shrink:0;width:8px;height:8px;animation:1.5s ease-in-out infinite EmailBox-module__mDEj-G__pulse}@keyframes EmailBox-module__mDEj-G__pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.3;transform:scale(.8)}}@keyframes EmailBox-module__mDEj-G__timerPulse{0%,to{box-shadow:0 0 #ef444400}50%{box-shadow:0 0 15px 3px #ef44441f}}.EmailBox-module__mDEj-G__domainSection{flex-direction:column;gap:.85rem;width:100%;max-width:600px;margin-top:.5rem;animation:.6s cubic-bezier(.16,1,.3,1) 80ms both EmailBox-module__mDEj-G__springUp;display:flex}.EmailBox-module__mDEj-G__domainLabel{font-family:var(--font-outfit),sans-serif;text-transform:uppercase;letter-spacing:.08em;color:var(--muted-foreground);text-align:left;font-size:.75rem;font-weight:800}.EmailBox-module__mDEj-G__domainList{scrollbar-width:thin;scrollbar-color:var(--border)transparent;gap:.65rem;padding:.35rem;display:flex;overflow-x:auto}.EmailBox-module__mDEj-G__domainList::-webkit-scrollbar{height:4px}.EmailBox-module__mDEj-G__domainList::-webkit-scrollbar-thumb{background:var(--border);border-radius:9999px}.EmailBox-module__mDEj-G__domainPill{border:1px solid var(--border);background:var(--card);color:var(--muted-foreground);white-space:nowrap;cursor:pointer;border-radius:9999px;align-items:center;gap:.5rem;padding:.65rem 1.25rem;font-size:.9rem;font-weight:600;transition:all .3s cubic-bezier(.16,1,.3,1);display:flex}.EmailBox-module__mDEj-G__domainPill:hover{border-color:var(--primary);color:var(--foreground);background:var(--secondary);transform:translateY(-1px)}.EmailBox-module__mDEj-G__domainActive{border-color:var(--primary);background:var(--gradient-primary);box-shadow:0 4px 15px #0d948840;color:#fff!important}.EmailBox-module__mDEj-G__domainActive:hover{background:var(--gradient-primary);color:#fff!important}@media (min-width:640px){.EmailBox-module__mDEj-G__copyLabel{display:inline}}@media (max-width:640px){.EmailBox-module__mDEj-G__title{font-size:2.25rem}.EmailBox-module__mDEj-G__subtitle{font-size:1rem}.EmailBox-module__mDEj-G__container{padding:2.5rem 1rem 1.5rem}.EmailBox-module__mDEj-G__emailBox{gap:.75rem;padding:.75rem 1rem}.EmailBox-module__mDEj-G__emailInput{font-size:1.05rem}.EmailBox-module__mDEj-G__timerSection{padding:.75rem 1rem}.EmailBox-module__mDEj-G__timerLabel{font-size:.65rem}.EmailBox-module__mDEj-G__timerValue{font-size:.8rem}}
.Inbox-module__T1SZzG__inbox{background:var(--card);-webkit-backdrop-filter:blur(25px)saturate(180%);border:1px solid var(--glass-border);width:100%;max-width:900px;box-shadow:var(--shadow-lg),var(--shadow-glow);border-radius:1.5rem;margin:0 auto;transition:all .3s cubic-bezier(.16,1,.3,1);animation:.6s cubic-bezier(.16,1,.3,1) .15s both Inbox-module__T1SZzG__springUp;overflow:hidden}.Inbox-module__T1SZzG__inbox:hover{box-shadow:var(--shadow-xl),0 0 40px #818cf833}.Inbox-module__T1SZzG__header{border-bottom:1px solid var(--border);background:#ffffff05;justify-content:space-between;align-items:center;padding:1.5rem 2rem;display:flex}.Inbox-module__T1SZzG__headerTitle{font-family:var(--font-outfit),sans-serif;color:var(--foreground);align-items:center;gap:.65rem;font-size:1.15rem;font-weight:700;display:flex}.Inbox-module__T1SZzG__badge{color:#fff;background:var(--gradient-primary);text-align:center;border-radius:9999px;min-width:1.5rem;padding:.2rem .65rem;font-size:.75rem;font-weight:800;box-shadow:0 2px 8px #0d948840}.Inbox-module__T1SZzG__refreshing{color:var(--primary);font-size:.8rem;font-weight:600;animation:1.5s infinite Inbox-module__T1SZzG__pulse}@keyframes Inbox-module__T1SZzG__pulse{0%,to{opacity:1}50%{opacity:.3}}.Inbox-module__T1SZzG__backBtn{color:var(--muted-foreground);background:var(--card);border:1px solid var(--border);cursor:pointer;border-radius:.75rem;align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:.875rem;font-weight:700;transition:all .3s cubic-bezier(.16,1,.3,1);display:flex}.Inbox-module__T1SZzG__backBtn:hover{color:var(--primary);border-color:var(--primary);background:var(--primary-glow);transform:translate(-2px)}.Inbox-module__T1SZzG__deleteBtn{width:2.25rem;height:2.25rem;color:var(--destructive);cursor:pointer;background:#ef44440d;border:1px solid #ef444426;border-radius:.75rem;justify-content:center;align-items:center;transition:all .3s cubic-bezier(.16,1,.3,1);display:flex}.Inbox-module__T1SZzG__deleteBtn:hover{background:var(--destructive);color:#fff;transform:scale(1.05);box-shadow:0 4px 12px #ef444440}.Inbox-module__T1SZzG__list{flex-direction:column;display:flex}.Inbox-module__T1SZzG__messageItem{border-bottom:1px solid var(--border);cursor:pointer;background:#ffffff03;flex-direction:column;gap:.5rem;padding:1.5rem 2rem;transition:all .25s cubic-bezier(.16,1,.3,1);display:flex;position:relative}.Inbox-module__T1SZzG__messageItem:last-child{border-bottom:none}.Inbox-module__T1SZzG__messageItem:hover{background:#0d948808;transform:scale(1.002)}.Inbox-module__T1SZzG__unread{background:#0d948805}.Inbox-module__T1SZzG__unread:before{content:"";background:var(--gradient-primary);border-radius:0 4px 4px 0;width:4px;position:absolute;top:0;bottom:0;left:0}.Inbox-module__T1SZzG__senderCol{color:var(--foreground);font-size:.95rem;font-weight:700}.Inbox-module__T1SZzG__contentCol{flex-direction:column;gap:.25rem;min-width:0;display:flex}.Inbox-module__T1SZzG__subject{color:var(--foreground);font-size:.95rem;font-weight:600}.Inbox-module__T1SZzG__preview{color:var(--muted-foreground);white-space:nowrap;text-overflow:ellipsis;font-size:.85rem;overflow:hidden}.Inbox-module__T1SZzG__dateCol{color:var(--primary);white-space:nowrap;background:var(--primary-glow);border-radius:.5rem;align-self:flex-start;padding:.3rem .65rem;font-size:.75rem;font-weight:600}.Inbox-module__T1SZzG__messageBody{padding:2.5rem 3rem;animation:.4s Inbox-module__T1SZzG__fadeIn}.Inbox-module__T1SZzG__messageSubject{font-family:var(--font-outfit),sans-serif;color:var(--foreground);margin-bottom:1.25rem;font-size:1.5rem;font-weight:800;line-height:1.3}.Inbox-module__T1SZzG__messageMeta{color:var(--muted-foreground);border-bottom:1px solid var(--border);flex-wrap:wrap;justify-content:space-between;gap:.75rem;margin-bottom:1.5rem;padding-bottom:1.25rem;font-size:.9rem;display:flex}.Inbox-module__T1SZzG__messageMeta strong{color:var(--foreground);font-weight:700}.Inbox-module__T1SZzG__messageDate{font-size:.85rem;font-weight:500}.Inbox-module__T1SZzG__attachments{border-top:1px solid var(--border);margin-top:2.5rem;padding-top:1.25rem}.Inbox-module__T1SZzG__attachments h3{font-family:var(--font-outfit),sans-serif;margin-bottom:.5rem;font-size:.95rem;font-weight:700}.Inbox-module__T1SZzG__attachments p{color:var(--muted-foreground);font-size:.85rem}.Inbox-module__T1SZzG__emptyState{color:var(--muted-foreground);text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:1rem;padding:6rem 2rem;display:flex}.Inbox-module__T1SZzG__emptyIcon{background:var(--primary-glow);width:6rem;height:6rem;color:var(--primary);border-radius:1.5rem;justify-content:center;align-items:center;margin-bottom:.5rem;animation:4s ease-in-out infinite Inbox-module__T1SZzG__float;display:flex;box-shadow:0 4px 20px #0d948826}@keyframes Inbox-module__T1SZzG__float{0%,to{transform:translateY(0)rotate(0)}50%{transform:translateY(-8px)rotate(2deg)}}.Inbox-module__T1SZzG__emptyState h3{font-family:var(--font-outfit),sans-serif;color:var(--foreground);font-size:1.35rem;font-weight:700}.Inbox-module__T1SZzG__emptyState p{max-width:320px;font-size:.95rem;line-height:1.6}.Inbox-module__T1SZzG__loadingState{color:var(--muted-foreground);flex-direction:column;align-items:center;gap:1.25rem;padding:4rem;display:flex}.Inbox-module__T1SZzG__loadingDot{border:3.5px solid var(--border);border-top-color:var(--primary);border-radius:50%;width:2.25rem;height:2.25rem;animation:.8s cubic-bezier(.68,-.55,.265,1.55) infinite Inbox-module__T1SZzG__spin}@keyframes Inbox-module__T1SZzG__spin{to{transform:rotate(360deg)}}@media (min-width:640px){.Inbox-module__T1SZzG__messageItem{flex-direction:row;align-items:center;gap:1.5rem}.Inbox-module__T1SZzG__senderCol{flex-shrink:0;width:180px}.Inbox-module__T1SZzG__contentCol{flex:1}.Inbox-module__T1SZzG__preview{display:none}.Inbox-module__T1SZzG__dateCol{align-self:center}}
