:root { color-scheme: dark; }
* { box-sizing: border-box; }
body { margin: 0; min-width: 320px; color: #edf8f7; background: #041318; font-family: "DM Sans", sans-serif; }
.bio-page { min-height: 100vh; display: grid; place-items: center; isolation: isolate; overflow: hidden; padding: 32px 20px; position: relative; background: linear-gradient(145deg, #041116 0%, #082129 55%, #06181e 100%); }
.background-glow { position: absolute; border-radius: 50%; filter: blur(4px); opacity: .55; z-index: -1; }
.background-glow--one { width: 440px; height: 440px; top: -210px; right: -135px; background: radial-gradient(circle, #14d99c 0%, transparent 68%); }
.background-glow--two { width: 360px; height: 360px; bottom: -190px; left: -140px; background: radial-gradient(circle, #0d8daf 0%, transparent 70%); }
.bio-card { width: min(100%, 500px); padding: 34px; text-align: center; border: 1px solid rgba(178, 243, 230, .14); border-radius: 28px; background: rgba(8, 30, 36, .78); box-shadow: 0 28px 80px rgba(0, 0, 0, .35); backdrop-filter: blur(18px); }
.profile { display: grid; justify-items: center; }
.logo-wrap { display: grid; place-items: center; width: 86px; height: 86px; margin-bottom: 14px; border-radius: 25px; background: linear-gradient(145deg, #1cffe0, #078c83); box-shadow: 0 12px 28px rgba(18, 221, 174, .22); }
.profile-img { max-width: 70px; max-height: 70px; object-fit: contain; }
.profile-status { display: inline-flex; align-items: center; gap: 7px; margin-bottom: 12px; color: #a4c9c4; font-size: .77rem; font-weight: 600; letter-spacing: .04em; text-transform: uppercase; }
.profile-status span { width: 8px; height: 8px; border-radius: 50%; background: #39e980; box-shadow: 0 0 0 4px rgba(57, 233, 128, .14); }
h1 { margin: 0; color: #fff; font-family: "Space Grotesk", sans-serif; font-size: clamp(2rem, 7vw, 2.65rem); letter-spacing: -.06em; }
h1 em { color: #2be5b6; font-style: normal; }
.profile p { max-width: 355px; margin: 12px 0 0; color: #b3cbc8; font-size: .98rem; line-height: 1.55; }
.quick-actions { display: flex; justify-content: center; gap: 9px; margin: 24px 0; }
.quick-action { border: 1px solid rgba(187, 240, 229, .14); border-radius: 10px; padding: 9px 13px; color: #c7dedb; background: rgba(255, 255, 255, .035); cursor: pointer; font: 600 .78rem "DM Sans", sans-serif; transition: .2s ease; }
.quick-action i { margin-right: 6px; color: #52e9c1; }
.quick-action:hover, .quick-action:focus-visible { border-color: rgba(50, 224, 183, .55); color: #fff; outline: none; transform: translateY(-2px); }
.links { display: grid; gap: 11px; text-align: left; }
.link { display: flex; align-items: center; gap: 13px; min-height: 75px; padding: 12px 15px; border: 1px solid rgba(186, 238, 229, .12); border-radius: 16px; color: inherit; text-decoration: none; background: rgba(255, 255, 255, .035); transition: transform .2s ease, background .2s ease, border-color .2s ease; }
.link:hover, .link:focus-visible { border-color: rgba(76, 233, 191, .65); background: rgba(47, 219, 176, .1); outline: none; transform: translateY(-3px); }
.link--featured { border-color: rgba(54, 231, 148, .52); background: linear-gradient(105deg, #097b56, #0b9d6d); box-shadow: 0 10px 24px rgba(9, 166, 108, .2); }
.link--featured:hover, .link--featured:focus-visible { background: linear-gradient(105deg, #0c9264, #0db57c); }
.link-icon { display: grid; place-items: center; flex: 0 0 43px; width: 43px; height: 43px; border-radius: 12px; color: #66efd0; background: rgba(81, 232, 198, .12); font-size: 1.2rem; }
.link--featured .link-icon { color: #fff; background: rgba(255, 255, 255, .15); }
.link-copy { display: grid; gap: 3px; flex: 1; min-width: 0; }
.link-copy strong { font-size: .94rem; font-weight: 700; }
.link-copy small { color: #9bbab5; font-size: .76rem; }
.link--featured .link-copy small { color: rgba(255,255,255,.76); }
.link-arrow { color: #82a9a2; font-size: .8rem; }
.link--featured .link-arrow { color: #d8fff1; }
.social-links { display: flex; justify-content: center; gap: 12px; margin: 25px 0 17px; }
.social-links a { display: grid; place-items: center; width: 39px; height: 39px; border: 1px solid rgba(187, 240, 229, .14); border-radius: 50%; color: #bbe2db; text-decoration: none; transition: .2s ease; }
.social-links a:hover, .social-links a:focus-visible { color: #071b1c; border-color: #56e7c1; background: #56e7c1; outline: none; transform: translateY(-2px); }
footer { color: #718f8b; font-size: .72rem; } footer span { padding: 0 4px; color: #2bdfb2; }
.toast { position: fixed; bottom: 24px; left: 50%; padding: 11px 16px; border-radius: 10px; color: #fff; background: #0e7e60; box-shadow: 0 10px 25px rgba(0,0,0,.25); font-size: .85rem; font-weight: 700; opacity: 0; pointer-events: none; transform: translate(-50%, 20px); transition: .25s ease; }
.toast.is-visible { opacity: 1; transform: translate(-50%, 0); }
@media (max-width: 480px) { .bio-page { padding: 18px 12px; } .bio-card { padding: 28px 19px; border-radius: 23px; } .link { min-height: 70px; padding: 11px; } }
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; } }
