:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#f7f7f7;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh;font-family:Poppins,sans-serif}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media(prefers-color-scheme:light){:root{color:#213547;background-color:#f7f7f7}a:hover{color:#747bff}button{background-color:#f9f9f9}}*{margin:0;padding:0;box-sizing:border-box}html,body,#root{height:100%;width:100%}body{font-family:Poppins,sans-serif;background:#f7f7f7;color:#333}.full-width{width:100%}.container{width:100%;max-width:1400px;margin:0 auto;padding:0 20px}.desktop-nav{display:flex}.mobile-menu-btn{display:none}@media(max-width:768px){.desktop-nav{display:none!important}.mobile-menu-btn{display:block!important}.container{padding:0 16px}}@media(max-width:768px){.profile-grid{grid-template-columns:repeat(2,1fr)!important;gap:12px!important}.profile-card img{height:160px!important;object-fit:cover}}html,body{height:100%;margin:0;padding:0}#root{min-height:100%;display:flex;flex-direction:column}main{flex:1}.profile-card{position:relative;overflow:hidden;border-radius:10px}.profile-online-badge{position:absolute;top:8px;left:8px;background:#0000008c;color:#fff;font-size:.75rem;padding:3px 8px;border-radius:20px;display:flex;align-items:center;gap:6px;z-index:10}.profile-online-badge .dot{width:10px;height:10px;background:#2ecc71;border-radius:50%;animation:pulse 1.4s infinite ease-in-out;box-shadow:0 0 5px #2ecc71}@keyframes pulse{0%{transform:scale(.9);opacity:.85;box-shadow:0 0 4px #2ecc71}50%{transform:scale(1.15);opacity:1;box-shadow:0 0 8px #2ecc71}to{transform:scale(.9);opacity:.85;box-shadow:0 0 4px #2ecc71}}.profile-image{width:100%;height:auto;display:block;border-radius:10px}
