: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:#242424;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}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:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;line-height:1.6;color:#333;background-color:#0a0a0a}.App{min-height:100vh;display:flex;flex-direction:column}.navbar{background:#1a1a1a;color:#fff;padding:1rem 3rem;display:flex;justify-content:space-between;align-items:center;box-shadow:0 2px 10px #0000004d;border-bottom:1px solid #333}.nav-brand a{color:#fff;text-decoration:none;display:flex;align-items:center;gap:.5rem;font-size:1.5rem;font-weight:700}.logo-icon{font-size:1.8rem}.logo-text{background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.nav-links{display:flex;gap:2rem;align-items:center}.nav-link{color:#bbb;text-decoration:none;transition:color .3s;font-weight:500;display:flex;align-items:center;gap:.3rem}.nav-link:hover{color:#667eea}.github-link{background:#667eea;padding:.5rem 1rem;border-radius:20px;color:#fff!important}.github-link:hover{background:#764ba2;transform:translateY(-2px)}.main-content{flex:1;padding:2rem;max-width:1400px;margin:0 auto;width:100%}.hero{text-align:center;padding:6rem 2rem;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:20px;margin-bottom:4rem;box-shadow:0 10px 40px #667eea66;color:#fff}.hero h1{font-size:4rem;margin-bottom:1rem}.tagline{font-size:2rem;margin-bottom:1rem;font-weight:600}.description{font-size:1.2rem;margin-bottom:2.5rem;max-width:700px;margin-left:auto;margin-right:auto;opacity:.95}.cta-buttons{display:flex;gap:1.5rem;justify-content:center;flex-wrap:wrap}.btn{padding:1rem 2rem;border-radius:30px;text-decoration:none;font-weight:600;transition:all .3s;border:none;cursor:pointer;font-size:1.1rem;display:inline-block}.btn-primary{background:#fff;color:#667eea}.btn-primary:hover{transform:translateY(-3px);box-shadow:0 10px 25px #0003}.btn-secondary{background:transparent;color:#fff;border:2px solid white}.btn-secondary:hover{background:#fff;color:#667eea}.features{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-bottom:4rem}.feature{background:#1a1a1a;padding:2.5rem;border-radius:15px;text-align:center;box-shadow:0 4px 15px #0003;border:1px solid #333;transition:transform .3s;color:#fff}.feature:hover{transform:translateY(-5px);border-color:#667eea}.feature h3{font-size:1.6rem;margin-bottom:1rem;color:#fff}.feature p{color:#bbb;font-size:1.05rem}.video-demo{text-align:center;margin:4rem 0;padding:3rem;background:#1a1a1a;border-radius:15px;border:1px solid #333}.video-demo h2{color:#fff;margin-bottom:2rem;font-size:2rem}.video-placeholder{background:#0a0a0a;border-radius:10px;padding:4rem;display:flex;flex-direction:column;align-items:center;gap:1rem;border:2px dashed #333}.play-button{width:80px;height:80px;border-radius:50%;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;align-items:center;justify-content:center;color:#fff;font-size:2rem;cursor:pointer;transition:transform .3s}.play-button:hover{transform:scale(1.1)}.video-placeholder p{color:#bbb;font-size:1.1rem}.community-section{text-align:center;margin:4rem 0;padding:3rem;background:#1a1a1a;border-radius:15px;border:1px solid #333}.community-section h2{color:#fff;margin-bottom:2rem;font-size:2rem}.community-links{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.community-btn{padding:.8rem 1.5rem;background:#0a0a0a;color:#bbb;text-decoration:none;border-radius:25px;border:1px solid #333;transition:all .3s;font-weight:500}.community-btn:hover{background:#667eea;color:#fff;border-color:#667eea;transform:translateY(-2px)}.profile-card{background:#1a1a1a;padding:2rem;border-radius:15px;box-shadow:0 4px 15px #0003;transition:transform .3s;border:1px solid #333;color:#fff}.profile-card:hover{transform:translateY(-5px);box-shadow:0 8px 25px #667eea4d;border-color:#667eea}.profile-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.profile-header h3{color:#fff;font-size:1.4rem}.match-score{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:.5rem 1rem;border-radius:20px;font-size:.9rem;font-weight:700}.profile-info{margin-bottom:1.5rem}.email{color:#bbb;font-size:.95rem}.project-area{margin-top:.5rem;color:#667eea;font-weight:500}.profile-tags{margin:1.5rem 0}.tag-section{margin-bottom:1rem}.tag-section strong{color:#bbb;font-size:.9rem}.tags{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.5rem}.tag{background:#0a0a0a;padding:.4rem .9rem;border-radius:15px;font-size:.85rem;color:#bbb;border:1px solid #333}.tag.highlight{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border-color:transparent}.github-link{display:inline-block;margin-top:1rem;color:#667eea;text-decoration:none;font-weight:500}.github-link:hover{text-decoration:underline}.profile-form-container{background:#1a1a1a;padding:3rem;border-radius:15px;box-shadow:0 4px 15px #0003;max-width:700px;margin:0 auto;border:1px solid #333}.profile-form-container h1{margin-bottom:.5rem;color:#fff;font-size:2.5rem}.profile-form-container .subtitle{color:#bbb;margin-bottom:2rem;font-size:1.1rem}.form-group{margin-bottom:1.5rem}.form-group label{display:block;margin-bottom:.5rem;color:#bbb;font-weight:500}.form-group input,.form-group textarea{width:100%;padding:.9rem;border:2px solid #333;border-radius:8px;font-size:1rem;transition:border-color .3s;background:#0a0a0a;color:#fff}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:#667eea}.form-group textarea{min-height:120px;resize:vertical}button[type=submit]{width:100%;padding:1.2rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:30px;font-size:1.2rem;font-weight:600;cursor:pointer;transition:all .3s}button[type=submit]:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 10px 25px #667eea66}button[type=submit]:disabled{background:#333;cursor:not-allowed;opacity:.6}.success-message,.error-message{padding:1rem;border-radius:10px;margin-bottom:1.5rem;font-weight:500}.success-message{background:#667eea33;color:#667eea;border:1px solid #667eea}.error-message{background:#e74c3c33;color:#e74c3c;border:1px solid #e74c3c}.profiles-page,.matches-page{color:#fff}.page-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:3rem;flex-wrap:wrap;gap:1rem}.page-header h1{color:#fff;font-size:2.5rem;display:flex;align-items:center;gap:.5rem}.subtitle{color:#bbb;font-size:1.05rem;margin-top:.5rem}.search-bar{margin-bottom:2rem}.search-input{width:100%;padding:1rem 1.5rem;background:#1a1a1a;border:2px solid #333;border-radius:30px;font-size:1.1rem;color:#fff;transition:all .3s}.search-input:focus{outline:none;border-color:#667eea;box-shadow:0 0 20px #667eea4d}.search-input::placeholder{color:#666}.profiles-grid,.matches-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:2rem}.match-list h2{color:#fff;margin-bottom:2rem;font-size:2rem}.search-form{background:#1a1a1a;padding:2rem;border-radius:15px;border:1px solid #333;margin-bottom:3rem}.search-form-content{display:flex;gap:1rem;flex-wrap:wrap}.search-form input{flex:1;min-width:250px;padding:.9rem 1.2rem;border:2px solid #333;border-radius:25px;font-size:1rem;background:#0a0a0a;color:#fff}.search-form input:focus{outline:none;border-color:#667eea}.match-tips{background:#1a1a1a;padding:2rem;border-radius:15px;border:1px solid #333;margin-top:2rem}.match-tips h3{color:#fff;margin-bottom:1rem;font-size:1.5rem}.match-tips ul{list-style:none;padding:0}.match-tips li{color:#bbb;padding:.8rem 0;border-bottom:1px solid #333;font-size:1.05rem}.match-tips li:last-child{border-bottom:none}.match-tips li:before{content:"✓ ";color:#667eea;font-weight:700;margin-right:.5rem}.loading,.error,.no-matches,.empty-state{text-align:center;padding:4rem 2rem;background:#1a1a1a;border-radius:15px;border:1px solid #333}.empty-state h2{color:#fff;margin-bottom:1rem;font-size:2rem}.empty-state p{color:#bbb;margin-bottom:2rem;font-size:1.1rem}.loading{color:#667eea;font-size:1.2rem}.error{color:#e74c3c}.footer{background:#1a1a1a;color:#bbb;text-align:center;padding:2rem;margin-top:4rem;border-top:1px solid #333}.footer-content{max-width:1200px;margin:0 auto}.footer-links{display:flex;gap:1rem;justify-content:center;margin-top:1rem}.footer-links a{color:#667eea;text-decoration:none;transition:color .3s}.footer-links a:hover{color:#764ba2}@media(max-width:768px){.navbar{padding:1rem 1.5rem}.nav-links{gap:1rem;font-size:.9rem}.hero h1{font-size:2.5rem}.tagline{font-size:1.5rem}.cta-buttons{flex-direction:column}.profiles-grid,.matches-grid{grid-template-columns:1fr}.page-header{flex-direction:column;align-items:flex-start}.search-form-content{flex-direction:column}.search-form input{width:100%}}
