:root{--home-bg: #0A0A0A;--home-surface: #0b0f14;--home-surface-2: #0f1520;--home-text: #e6edf3;--home-muted: rgba(230, 237, 243, .64);--home-accent: #58a6ff;--home-border: rgba(230, 237, 243, .12);--page-gutter: clamp(1rem, 4vw, 1.5rem);--page-max: 36rem}*{margin:0;padding:0;box-sizing:border-box;font-family:Poppins,system-ui,-apple-system,Segoe UI,Roboto,sans-serif}html{scrollbar-gutter:stable;scrollbar-width:thin;scrollbar-color:rgba(230,237,243,.2) var(--home-bg)}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:var(--home-bg)}::-webkit-scrollbar-thumb{background-color:#e6edf329;border-radius:8px;border:2px solid var(--home-bg)}::-webkit-scrollbar-thumb:hover{background-color:#e6edf347}body{min-height:100vh;background:var(--home-bg);color:var(--home-text);display:flex;align-items:center;justify-content:start;flex-direction:column}.gradient_holder{height:13rem;width:100%;background:#78c4ee;background:linear-gradient(180deg,#5dbcef14,#0a0a0a);position:absolute;top:0;left:0;z-index:-1}.holder{width:min(var(--page-max),calc(100% - 2 * var(--page-gutter)));margin-inline:auto;box-sizing:border-box}.contact{height:fit-content;display:flex;align-items:center;justify-content:center}.contact_inner{width:100%;display:grid;gap:2rem}.contact_email_section{display:grid;gap:.9rem}.contact_email_title_holder{width:fit-content;background-color:#e6edf31f;display:flex;align-items:center;justify-content:center;padding:4px 7px;border-radius:8px}.contact_email_title{width:fit-content;font-size:1rem;font-weight:500;color:#e6edf3b8}.contact_email_text{color:#e6edf3b8;font-size:1rem;line-height:1.65;font-weight:400;text-align:left}.contact_email_line{color:var(--home-text);font-size:1rem;font-weight:500;text-align:left}.contact_email_link{color:var(--home-accent);text-decoration:none;font-weight:600;border-bottom:1px solid rgba(88,166,255,.3);transition:all .2s}.contact_email_link:hover{color:var(--home-text);border-bottom-color:var(--home-text)}.contact_divider{width:100%;height:1px;background-color:var(--home-border);margin:.5rem 0}.form_title_holder{width:fit-content;background-color:#e6edf31f;display:flex;align-items:center;justify-content:center;padding:4px 7px;border-radius:8px}.form_title{width:fit-content;font-size:1rem;font-weight:500;color:#e6edf3b8}.contact_form{display:grid;gap:1.1rem}.form_field{display:grid;gap:.4rem}.form_label{font-size:.85rem;font-weight:500;color:var(--home-muted)}.form_input{width:100%;padding:.75rem .9rem;border-radius:8px;border:1px solid var(--home-border);background-color:#e6edf308;color:var(--home-text);font-size:.9rem;font-family:inherit;transition:all .2s}.form_input:focus{outline:none;border-color:var(--home-accent);background-color:#e6edf30d}.form_input::placeholder{color:#e6edf366}.form_textarea{resize:vertical;min-height:8rem}.form_submit_btn{width:fit-content;display:flex;align-items:center;gap:.5rem;padding:.75rem 1.2rem;border-radius:8px;border:1px solid var(--home-border);background-color:#e6edf314;color:var(--home-text);font-size:.9rem;font-weight:600;font-family:inherit;cursor:pointer;transition:all .2s}.form_submit_btn:hover{background-color:#e6edf329;border-color:#e6edf33d}.form_submit_btn i{font-size:.85rem;color:var(--home-accent)}.thanks{height:fit-content;display:flex;align-items:center;justify-content:center;padding:0rem 0;margin-top:3rem}.thanks_inner{display:grid;justify-items:center;gap:1rem;text-align:center}.thanks_icon_holder{width:3.5rem;height:3.5rem;display:flex;align-items:center;justify-content:center;border-radius:50%;border:1px solid var(--home-border);background-color:#58a6ff14;margin-bottom:.5rem}.thanks_icon_holder i{font-size:1.25rem;color:var(--home-accent)}.thanks_title{font-size:2.25rem;font-weight:600;letter-spacing:-.03em;color:var(--home-text)}.thanks_description{color:#e6edf3b8;font-size:1rem;line-height:1.65;font-weight:400;max-width:26rem}.thanks_btn{margin-top:.75rem;display:flex;align-items:center;gap:.5rem;padding:.75rem 1.2rem;border-radius:8px;border:1px solid var(--home-border);color:var(--home-text);text-decoration:none;font-size:.9rem;font-weight:600;background-color:#e6edf30a;transition:all .2s}.thanks_btn:hover{background-color:#e6edf31f;border-color:#e6edf333}.thanks_btn i{font-size:.8rem;color:var(--home-accent)}.toast_container{position:fixed;bottom:1.5rem;right:1.5rem;z-index:1000;display:flex;flex-direction:column;gap:.6rem;max-width:calc(100% - 2rem)}.toast{display:flex;align-items:center;gap:.65rem;padding:.75rem 1rem;border-radius:10px;border:1px solid var(--home-border);background-color:#0f0f0ff2;backdrop-filter:blur(6px);color:var(--home-text);font-size:.85rem;font-weight:500;box-shadow:0 8px 24px #0006;opacity:0;transform:translateY(10px);transition:opacity .25s,transform .25s;max-width:20rem}.toast.show{opacity:1;transform:translateY(0)}.toast_icon{display:flex;align-items:center;justify-content:center;width:1.3rem;min-width:1.3rem}.toast-sending .toast_icon i{color:var(--home-accent)}.toast-success .toast_icon i{color:#3fb950}.toast-error .toast_icon i{color:#f85149}@media (max-width: 480px){.toast_container{left:1rem;right:1rem;bottom:1rem}.toast{max-width:none}}
