*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{font-size:62.5%;scroll-behavior:smooth}@media(max-width:768px){html{font-size:56.25%}}@media(max-width:560px){html{font-size:50%}}body{min-height:100vh;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;font-size:1.6rem;line-height:1.5;background-color:#14181f;color:#a6a6a6;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;padding:0 1.6rem}img,picture,video,canvas,svg{display:block;max-width:100%}button,input,textarea,select{font:inherit;color:inherit}a{color:inherit;text-decoration:none}.toast{position:fixed;bottom:2.4rem;right:2.4rem;display:flex;align-items:center;gap:1.4rem;padding:1.4rem 1.6rem;min-width:370px;background:#14181f99;border:1px solid rgba(255,255,255,.04);border-radius:16px;box-shadow:0 12px 32px #00000059;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#f2f2f2;z-index:20;text-align:left}@media(max-width:768px){.toast{right:1.6rem;bottom:1.6rem;min-width:300px;padding:1.2rem 1.4rem;gap:1rem}}@media(max-width:560px){.toast{left:50%;right:auto;top:1.2rem;bottom:auto;transform:translate(-50%);width:min(92vw,380px);min-width:auto;border-radius:14px;padding:1.2rem 1.3rem;gap:.9rem;z-index:16}}.toast__indicator{position:absolute;top:-5px;left:-5px;width:16px;height:16px;background:#b52438;border-radius:50%;box-shadow:0 4px 12px #b5243873}@media(max-width:560px){.toast__indicator{top:-4px;left:-4px;width:14px;height:14px}}.toast__avatar{width:52px;height:52px;border-radius:50%;background-size:cover;background-position:center;filter:blur(6px) brightness(.95);position:relative;overflow:hidden;box-shadow:inset 0 0 0 1px #ffffff0f}@media(max-width:560px){.toast__avatar{width:46px;height:46px}}.toast__status{position:absolute;bottom:4px;right:4px;width:13px;height:13px;background:#00c26f;border:2px solid rgba(20,24,31,.9);border-radius:50%}@media(max-width:560px){.toast__status{width:12px;height:12px}}.toast__content{display:flex;flex-direction:column;gap:.5rem}@media(max-width:560px){.toast__content{gap:.4rem}}.toast__title{margin:0;font-size:1.6rem;font-weight:700;color:#f7f7f7}@media(max-width:560px){.toast__title{font-size:1.5rem}}.toast__message{width:190px;height:12px;border-radius:999px;background:linear-gradient(90deg,#ffffff2e,#ffffff0f);filter:blur(4px)}@media(max-width:768px){.toast__message{width:170px}}@media(max-width:560px){.toast__message{width:100%;max-width:180px;height:10px}}.toast__meta{display:inline-flex;align-items:center;gap:.5rem;color:#e8308c;font-weight:700;font-size:1.5rem}@media(max-width:560px){.toast__meta{font-size:1.4rem}}.toast__ping{font-size:1.8rem;filter:drop-shadow(0 2px 6px rgba(0,0,0,.4))}@media(max-width:560px){.toast__ping{font-size:1.6rem}}.toast__actions{display:flex;margin-top:.4rem}.toast__cta{padding:.6rem 1rem;background:linear-gradient(135deg,#e8308c,#ff5f6d);color:#fff;border:none;border-radius:999px;font-weight:700;font-size:1.2rem;cursor:pointer;box-shadow:0 8px 18px #e8308c59;transition:transform .12s ease,box-shadow .12s ease,filter .12s ease}@media(max-width:560px){.toast__cta{font-size:1.1rem;padding:.6rem .9rem}}.toast__cta:hover{transform:translateY(-1px);box-shadow:0 12px 26px #e8308c73;filter:brightness(1.05)}.toast__cta:active{transform:translateY(0);box-shadow:0 8px 18px #e8308c4d}.profile-card{position:relative;width:340px;height:320px;border-radius:20px;padding:1.8rem;display:flex;flex-direction:column;justify-content:space-between;color:#f2f2f2;background:linear-gradient(145deg,#14181fd9,#14181fb3);box-shadow:0 18px 45px #00000059,0 8px 20px #0000002e;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);overflow:hidden;text-align:left;align-items:flex-start;gap:1rem}.profile-card:before{content:"";position:absolute;inset:0;background:var(--bg-image, linear-gradient(145deg, rgba(20, 24, 31, .85), rgba(20, 24, 31, .7))) center/cover no-repeat;filter:blur(12px) brightness(.9);transform:scale(1.1);z-index:0}.profile-card:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,#0000 35%,#0000008c);z-index:1}.profile-card>*{position:relative;z-index:2}.profile-card__status{align-self:flex-end;display:inline-flex;align-items:center;gap:.6rem;padding:.5rem 1rem;border-radius:999px;background:#0f141c99;box-shadow:0 6px 18px #0000004d;color:#d9d9d9;font-weight:600;font-size:1.2rem}.profile-card__dot{width:8px;height:8px;border-radius:50%;background:#00c26f}.profile-card__body{margin-top:auto;width:100%;display:flex;flex-direction:column;gap:.6rem}.profile-card__name{font-size:2.2rem;margin:0 0 .6rem;color:#f2f2f2;font-weight:700;text-shadow:0 4px 18px rgba(0,0,0,.5)}.profile-card__quote{font-size:1.4rem;color:#c8c8c8;opacity:.8}@media(max-width:768px){.profile-card{width:300px;height:auto;min-height:280px;padding:1.6rem}}@media(max-width:560px){.profile-card{width:100%;max-width:360px;height:auto;min-height:200px;padding:1.4rem;gap:.8rem}.profile-card__status{font-size:1.1rem;padding:.45rem .9rem}.profile-card__name{font-size:2rem}.profile-card__quote{font-size:1.35rem}}h1{font-size:4.8rem;color:#f2f2f2;margin-bottom:1.6rem}@media(max-width:768px){h1{font-size:clamp(3.4rem,5vw,4.4rem)}}@media(max-width:560px){h1{font-size:clamp(3rem,7vw,3.6rem)}}h2{font-size:1.8rem;color:#a6a6a6;padding:0 40rem;font-weight:lighter}@media(max-width:1024px){h2{padding:0 16rem}}@media(max-width:768px){h2{padding:0 6rem;font-size:1.6rem}}@media(max-width:560px){h2{padding:0 1.6rem;font-size:1.5rem}}.hero{min-height:100vh;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;gap:2rem;padding:4rem 1.6rem 6rem}@media(max-width:768px){.hero{padding:3rem 1.2rem 5rem;gap:1.6rem}}@media(max-width:560px){.hero{padding:2.4rem .8rem 10rem;gap:1.2rem}}.hero__stats{display:grid;grid-template-columns:repeat(3,minmax(160px,1fr));gap:2rem;margin-top:1.5rem}@media(max-width:768px){.hero__stats{grid-template-columns:repeat(2,minmax(140px,1fr))}}@media(max-width:560px){.hero__stats{grid-template-columns:1fr;width:100%;gap:1.2rem}}.hero__stats-card{display:flex;justify-content:center;align-items:center;gap:.75rem;padding:1.2rem 1.4rem;border-radius:1.2rem;background:#ffffff05;border:1px solid rgba(255,255,255,.04);box-shadow:0 10px 26px #00000038;color:#f2f2f2;font-weight:700}.hero__stats-card strong{font-size:1.6rem}@media(max-width:560px){.hero__stats-card strong{font-size:1.5rem}}.hero__stats-card svg{font-size:2rem;color:#e8308c}@media(max-width:560px){.hero__stats-card svg{font-size:1.8rem}}.hero__profiles{display:flex;gap:2.2rem;margin-top:2.4rem;flex-wrap:wrap;justify-content:center}@media(max-width:560px){.hero__profiles{gap:1.2rem}}.hero__cta{margin-top:3rem;display:flex;flex-direction:column;align-items:center;gap:.8rem;width:100%}@media(max-width:560px){.hero__cta{position:sticky;bottom:.8rem;left:0;right:0;z-index:12;margin-inline:auto;max-width:420px;padding:.8rem 1rem 1rem;border-radius:14px;background:#14181fd1;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 14px 36px #00000047}}.hero__cta-button{padding:1.2rem 3rem;border:none;border-radius:1rem;background:linear-gradient(135deg,#eb3351,#e8308c);color:#fdfdfd;font-weight:700;font-size:1.6rem;box-shadow:0 12px 25px #e8308c59;cursor:pointer;transition:transform .15s ease,box-shadow .15s ease;margin-bottom:.75rem}@media(max-width:560px){.hero__cta-button{width:100%;max-width:360px;padding:1.2rem 2rem;font-size:1.5rem}}.hero__cta-button:hover{transform:translateY(-2px);box-shadow:0 14px 30px #e8308c73}.hero__cta-button:active{transform:translateY(0);box-shadow:0 10px 20px #e8308c59}.hero__cta-meta{color:#c8c8c8;font-size:1.4rem}@media(max-width:560px){.hero__cta-meta{font-size:1.3rem;text-align:center;max-width:360px}}.highlighted-title{background:linear-gradient(135deg,#eb3351,#e8308c);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}
