.outlook-overlay{z-index:1000;-webkit-backdrop-filter:blur(8px);background:#000000b3;justify-content:center;align-items:center;padding:1rem;animation:.2s ease-out outlook-overlay-in;display:flex;position:fixed;inset:0}@keyframes outlook-overlay-in{0%{opacity:0}to{opacity:1}}.outlook-modal{border:1px solid var(--border-color,#27272a);border-radius:var(--radius-lg,24px);width:100%;max-width:460px;font-family:var(--font-primary,"Nunito",sans-serif);background:linear-gradient(#0f0f12fa 0%,#08080afa 100%);animation:.24s cubic-bezier(.2,.9,.3,1.2) outlook-modal-in;position:relative;overflow:hidden;box-shadow:0 30px 80px -20px #000c,0 0 0 1px #ffffff0a,0 0 60px -10px #00f0ff26}@keyframes outlook-modal-in{0%{opacity:0;transform:translateY(12px)scale(.96)}to{opacity:1;transform:translateY(0)scale(1)}}.outlook-modal:before{content:"";opacity:.7;background:linear-gradient(90deg,#0000,#00f0ff,#00ff9d,#0000);height:1px;position:absolute;top:0;left:0;right:0}.outlook-header{border-bottom:1px solid #ffffff0f;padding:1.5rem 1.75rem 1rem}.outlook-eyebrow{font-family:var(--font-mono,"Space Mono",monospace);letter-spacing:2px;color:#00f0ff;text-transform:uppercase;align-items:center;gap:8px;margin-bottom:.5rem;font-size:11px;display:flex}.outlook-eyebrow:before{content:"●";color:#00ff9d;font-size:10px}.outlook-title{color:#fff;margin:0;font-size:1.5rem;font-weight:700;line-height:1.2}.outlook-subtitle{color:#a1a1aa;margin-top:.5rem;font-size:.875rem;line-height:1.5}.outlook-close{color:#a1a1aa;cursor:pointer;background:#ffffff0a;border:1px solid #ffffff14;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;transition:all .18s;display:inline-flex;position:absolute;top:1rem;right:1rem}.outlook-close:hover:not(:disabled){color:#fff;background:#00f0ff14;border-color:#00f0ff66}.outlook-close:disabled{opacity:.4;cursor:not-allowed}.outlook-body{flex-direction:column;gap:1rem;padding:1.25rem 1.75rem 1.75rem;display:flex}.outlook-field{flex-direction:column;gap:.4rem;display:flex}.outlook-label{color:#d4d4d8;text-transform:uppercase;letter-spacing:.6px;font-size:.75rem;font-weight:600}.outlook-input{color:#fff;background:#ffffff08;border:1px solid #ffffff1a;border-radius:10px;outline:none;width:100%;padding:.7rem .9rem;font-family:inherit;font-size:.9rem;transition:all .18s}.outlook-input::placeholder{color:#52525b}.outlook-input:hover:not(:disabled){border-color:#ffffff2e}.outlook-input:focus{background:#00f0ff0a;border-color:#00f0ff;box-shadow:0 0 0 3px #00f0ff1f}.outlook-input:disabled{opacity:.6;cursor:not-allowed}.outlook-input[type=datetime-local]::-webkit-calendar-picker-indicator{filter:invert()opacity(.6);cursor:pointer}.outlook-hint{color:#71717a;font-size:.7rem;font-family:var(--font-mono,monospace)}.outlook-actions{justify-content:flex-end;align-items:center;gap:.6rem;margin-top:.5rem;display:flex}.outlook-btn{cursor:pointer;border:1px solid #0000;border-radius:10px;align-items:center;gap:8px;padding:.7rem 1.2rem;font-family:inherit;font-size:.875rem;font-weight:600;transition:all .18s;display:inline-flex}.outlook-btn-ghost{color:#a1a1aa;background:0 0;border-color:#ffffff1a}.outlook-btn-ghost:hover:not(:disabled){color:#fff;background:#ffffff0a;border-color:#ffffff40}.outlook-btn-primary{color:#000;background:linear-gradient(135deg,#00f0ff 0%,#00ff9d 100%);justify-content:center;min-width:130px;box-shadow:0 8px 24px -8px #00f0ff80}.outlook-btn-primary:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 12px 28px -8px #00f0ffa6}.outlook-btn:disabled{opacity:.6;cursor:not-allowed}.outlook-spinner{border:2px solid #00000040;border-top-color:#000;border-radius:50%;width:14px;height:14px;animation:.7s linear infinite outlook-spin}@keyframes outlook-spin{to{transform:rotate(360deg)}}.outlook-inline-feedback{border:1px solid;border-radius:10px;padding:.65rem .85rem;font-size:.8rem}.outlook-inline-feedback.error{color:#ff7eb6;background:#ff2e9314;border-color:#ff2e9359}.outlook-toast-wrap{z-index:1100;pointer-events:none;flex-direction:column;gap:.5rem;display:flex;position:fixed;top:1.5rem;right:1.5rem}.outlook-toast{pointer-events:auto;min-width:280px;max-width:380px;font-family:var(--font-primary,"Nunito",sans-serif);color:#fff;background:linear-gradient(#0f0f12fa,#08080afa);border:1px solid #ffffff14;border-radius:12px;align-items:flex-start;gap:12px;padding:.9rem 1rem;animation:.28s cubic-bezier(.2,.9,.3,1.2) outlook-toast-in;display:flex;box-shadow:0 20px 50px -10px #000c,0 0 30px -5px #00ff9d33}.outlook-toast.success{border-left:3px solid #00ff9d}.outlook-toast.error{border-left:3px solid #ff2e93}.outlook-toast.leaving{animation:.22s ease-in forwards outlook-toast-out}@keyframes outlook-toast-in{0%{opacity:0;transform:translate(20px)}to{opacity:1;transform:translate(0)}}@keyframes outlook-toast-out{to{opacity:0;transform:translate(20px)}}.outlook-toast-icon{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;margin-top:1px;display:inline-flex}.outlook-toast.success .outlook-toast-icon{color:#00ff9d;background:#00ff9d26}.outlook-toast.error .outlook-toast-icon{color:#ff7eb6;background:#ff2e9326}.outlook-toast-body{flex:1;min-width:0}.outlook-toast-title{margin-bottom:2px;font-size:.85rem;font-weight:700}.outlook-toast-msg{color:#a1a1aa;font-size:.8rem;line-height:1.4}.outlook-toast-close{color:#71717a;cursor:pointer;background:0 0;border:none;border-radius:4px;flex-shrink:0;justify-content:center;align-items:center;width:18px;height:18px;padding:0;display:inline-flex}.outlook-toast-close:hover{color:#fff}@media (max-width:520px){.outlook-modal{border-radius:18px;max-width:100%}.outlook-header{padding:1.25rem 1.25rem .85rem}.outlook-body{padding:1rem 1.25rem 1.5rem}.outlook-toast-wrap{top:1rem;left:1rem;right:1rem}.outlook-toast{max-width:none}}
