body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}:root{--primary:#d6d6d6;--secondary:#000}.App,body,html{color:#000;font-family:Inter,Arial,sans-serif;margin:0;min-height:100vh}.App,.dark-bg,body,html{background:#d6d6d6}.background{height:100%;left:0;overflow:hidden;position:fixed;top:0;width:100%;z-index:-1}.background-pattern{animation:backgroundFloat 20s ease-in-out infinite;background:radial-gradient(circle at 20% 80%,#00000008 0,#0000 50%),radial-gradient(circle at 80% 20%,#00000008 0,#0000 50%),radial-gradient(circle at 40% 40%,#00000005 0,#0000 50%);height:100%;width:100%}@keyframes backgroundFloat{0%,to{transform:translateY(0) rotate(0deg)}50%{transform:translateY(-20px) rotate(1deg)}}.cards-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));margin:0 auto;max-width:1200px;padding:2rem}.card{background:linear-gradient(135deg,#f8f9fa,#e9ecef 50%,#f8f9fa);border:2px solid #0000;border-radius:15px;box-shadow:0 8px 25px #0000001a,0 0 0 1px #0000000d;color:#000;cursor:pointer;display:block;overflow:hidden;position:relative;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1)}.card:hover{border:2px solid #000;box-shadow:0 12px 40px #00000026;transform:translateY(-4px)}.card img{display:block;height:250px;object-fit:cover;transition:transform .3s ease;width:100%}.card-content{padding:15px 18px;position:relative;z-index:2}.card-content h2{-webkit-text-fill-color:unset!important;background:none!important;color:#000!important;font-size:1.15em;font-weight:600;margin:0 0 8px;transition:all .3s ease}.card-content p{color:#272727;font-size:.9em;line-height:1.4;margin:0;transition:color .3s ease}.profile-header{align-items:center;display:flex;flex-direction:row}.profile-avatar{align-items:center;background:linear-gradient(135deg,#f8f9fa,#e9ecef 50%,#f8f9fa);border-radius:50%;box-shadow:0 0 0 4px #fff,0 0 16px 2px #0003;display:flex;height:128px;justify-content:center;margin-bottom:0;margin-right:1.5rem;width:128px}.avatar-placeholder{color:#000;font-size:2.5rem;font-weight:800}.profile-info{display:flex;flex-direction:column;justify-content:center}.profile-name{color:#000;font-size:2rem;font-weight:800;margin-bottom:.5rem}.profile-desc{color:#272727;font-size:1.1rem;font-weight:100}.container{margin:auto;max-width:1000px;padding:20px;position:relative;z-index:2}.main-container{margin:0 auto;max-width:1100px;padding:0 1.5rem 3rem}.hero-section{padding-bottom:1rem;padding-top:1rem;text-align:left}.loading,.no-cards{color:#666;font-size:1.1rem;padding:40px;text-align:center}@media (max-width:600px){.cards-grid{grid-template-columns:1fr;padding:1rem}.profile-header{align-items:center;flex-direction:column;gap:1rem;margin-bottom:1rem;margin-top:1rem;text-align:center}.profile-avatar{margin:1rem 0 0}.cards-row{flex-direction:column!important;gap:0!important;margin-bottom:1.2rem!important}.cards-row:last-child,.cards-row>div{margin-bottom:0!important}.cards-row>div{flex:none!important;width:100%!important}.card img{height:140px}.card:hover{border:2px solid #0000}.card{margin-bottom:0!important}.profile-name{font-size:1.5rem}.profile-desc{font-size:1rem}.profile-avatar{height:80px;width:80px}.avatar-placeholder{font-size:2rem}}.card{animation:fadeInUp .6s ease-out}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.card:hover .card-content h2{color:#000!important}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#f1f1f1}::-webkit-scrollbar-thumb{background:#000;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#333}
/*# sourceMappingURL=main.40a36749.css.map*/