@import "https://fonts.googleapis.com/css2?family=Comfortaa:wght@300;400;500;600;700&display=swap";
*{box-sizing:border-box;margin:0;padding:0}:root{--primary-gradient:linear-gradient(145deg,#0f4c81 0%,#1f8ecb 40%,#0f2027 100%);--secondary-gradient:linear-gradient(135deg,#000428 0%,#004e92 100%);--success-gradient:linear-gradient(135deg,#4f46e5 0%,#3b82f6 100%);--danger-gradient:linear-gradient(135deg,#fa709a 0%,#fee140 100%);--bg-primary:linear-gradient(135deg,#1a202c 0%,#2d3748 100%);--bg-secondary:#1a202c;--bg-card:#2d3748f2;--text-primary:#f7fafc;--text-secondary:#e2e8f0;--text-muted:#a0aec0;--border-color:#4a5568cc;--shadow:0 10px 25px #0000004d;--input-bg:#2d3748;--input-border:#4a5568}.credits-container{min-height:100vh;color:var(--text-primary);font-family:Comfortaa,sans-serif;position:relative;overflow-x:hidden}.bg-animation{z-index:-1;width:100%;height:100%;position:fixed;top:0;left:0;overflow:hidden}.floating-shapes{width:100%;height:100%;position:absolute}.shape{background:#ffffff1a;border-radius:50%;animation:20s linear infinite float;position:absolute}.shape:first-child{width:80px;height:80px;animation-duration:25s;animation-delay:0s;left:10%}.shape:nth-child(2){width:120px;height:120px;animation-duration:30s;animation-delay:5s;left:20%}.shape:nth-child(3){width:60px;height:60px;animation-duration:20s;animation-delay:10s;left:70%}.shape:nth-child(4){width:100px;height:100px;animation-duration:35s;animation-delay:15s;left:80%}.shape:nth-child(5){width:40px;height:40px;animation-duration:15s;animation-delay:20s;left:50%}@keyframes float{0%{opacity:0;transform:translateY(100vh)rotate(0)}10%{opacity:1}90%{opacity:1}to{opacity:0;transform:translateY(-100px)rotate(360deg)}}.gradient-orb{filter:blur(60px);opacity:.3;border-radius:50%;animation:4s ease-in-out infinite pulse;position:absolute}.gradient-orb:first-child{background:linear-gradient(45deg,#667eea,#764ba2);width:300px;height:300px;animation-delay:0s;top:20%;left:10%}.gradient-orb:nth-child(2){background:linear-gradient(45deg,#f093fb,#f5576c);width:200px;height:200px;animation-delay:2s;top:60%;right:10%}.gradient-orb:nth-child(3){background:linear-gradient(45deg,#4facfe,#00f2fe);width:250px;height:250px;animation-delay:1s;bottom:20%;left:30%}@keyframes pulse{0%,to{opacity:.3;transform:scale(1)}50%{opacity:.5;transform:scale(1.2)}}.container{z-index:1;max-width:1200px;min-height:100vh;margin:0 auto;padding:2rem;position:relative}.header{text-align:center;margin-bottom:3rem;animation:1s fadeInUp}.logo{background:linear-gradient(135deg,#fff 0%,#f0f8ff 50%,#fff 100%);-webkit-text-fill-color:transparent;text-shadow:0 0 30px #ffffff80;-webkit-background-clip:text;background-clip:text;margin-bottom:.5rem;font-size:3.5rem;font-weight:700;animation:2s ease-in-out infinite alternate glow}@keyframes glow{0%{text-shadow:0 0 20px #ffffff80}to{text-shadow:0 0 40px #fffc}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.subtitle{color:#ffffffe6;margin-bottom:.5rem;font-size:1.2rem;font-weight:500}.credits-content{flex-direction:column;gap:2.5rem;display:flex}.section{background:var(--bg-card);box-shadow:var(--shadow);border:1px solid var(--border-color);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:20px;padding:2.5rem;animation:1s fadeInUp}.section-title{color:var(--text-primary);text-align:center;margin-bottom:2rem;font-size:1.8rem;font-weight:600;position:relative}.section-title:after{content:"";background:var(--success-gradient);border-radius:2px;width:60px;height:3px;position:absolute;bottom:-.5rem;left:50%;transform:translate(-50%)}.thanks-card{background:var(--input-bg);border:1px solid var(--border-color);border-radius:15px;padding:2rem}.thanks-card p{color:var(--text-secondary);margin-bottom:1.5rem;font-size:1rem;line-height:1.6}.contributors-list{flex-direction:column;gap:1rem;margin-top:2rem;display:flex}.contributor-simple{background:var(--bg-card);border:1px solid var(--border-color);border-radius:10px;flex-wrap:wrap;align-items:center;gap:.5rem;padding:1rem 1.5rem;transition:all .3s;display:flex}.contributor-simple:hover{border-color:#667eea4d;transform:translateY(-2px);box-shadow:0 8px 25px #667eea1a}.contributor-name{color:var(--text-primary);font-size:1rem;font-weight:600}.contributor-dash{color:var(--text-muted);font-weight:500}.contributor-work{color:#667eea;font-size:.95rem;font-weight:500}.tech-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem;display:grid}.tech-category{background:var(--input-bg);border:1px solid var(--border-color);border-radius:15px;padding:1.5rem;transition:all .3s}.tech-category:hover{border-color:#667eea4d;transform:translateY(-2px);box-shadow:0 8px 25px #667eea1a}.tech-category h3{color:var(--text-primary);text-align:center;border-bottom:1px solid var(--border-color);margin-bottom:1rem;padding-bottom:.5rem;font-size:1.1rem;font-weight:600}.tech-item{border-bottom:1px solid #4a55684d;align-items:center;gap:.8rem;padding:.8rem 0;display:flex}.tech-item:last-child{border-bottom:none}.tech-icon{text-align:center;width:24px;font-size:1.2rem}.tech-name{color:var(--text-primary);flex:1;font-weight:500}.tech-version{color:var(--text-muted);background:#667eea1a;border-radius:12px;padding:.2rem .6rem;font-size:.9rem;font-weight:500}.contact-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;display:grid}.contact-item{background:var(--input-bg);border:1px solid var(--border-color);border-radius:15px;align-items:flex-start;gap:1rem;padding:1.5rem;transition:all .3s;display:flex}.contact-item:hover{border-color:#667eea4d;transform:translateY(-2px);box-shadow:0 8px 25px #00000026}.contact-icon{text-align:center;width:32px;margin-top:.2rem;font-size:1.5rem}.contact-info h4{color:var(--text-primary);margin-bottom:.5rem;font-size:1rem;font-weight:600}.contact-info a{color:#667eea;word-break:break-all;font-weight:500;text-decoration:none;transition:color .3s}.contact-info a:hover{color:#4f46e5;text-decoration:underline}@media (max-width:768px){.contributor-dash{display:none}.container{padding:1rem}.logo{font-size:2.5rem}.subtitle{font-size:1rem}.section{border-radius:15px;padding:1.5rem}.section-title{margin-bottom:1.5rem;font-size:1.5rem}.tech-grid{grid-template-columns:1fr}.contributors-list{gap:.8rem}.contributor-simple{text-align:left;flex-direction:column;align-items:flex-start;gap:.3rem;padding:.8rem 1rem}.contributor-name{font-size:.95rem}.contributor-work{font-size:.9rem}.designer-card,.thanks-card,.license-card{padding:1.5rem}.tech-category{padding:1rem}.contact-item{text-align:center;flex-direction:column;align-items:center;padding:1rem}.contact-icon{margin-top:0;margin-bottom:.5rem}.gradient-orb:first-child{width:200px;height:200px}.gradient-orb:nth-child(2){width:150px;height:150px}.gradient-orb:nth-child(3){width:180px;height:180px}.shape:first-child,.shape:nth-child(2){width:60px;height:60px}.shape:nth-child(3),.shape:nth-child(4),.shape:nth-child(5){width:40px;height:40px}}@media (max-width:480px){.container{padding:.8rem}.logo{font-size:2rem}.subtitle{font-size:.9rem}.section{border-radius:12px;padding:1.2rem}.section-title{font-size:1.3rem}.designer-card,.thanks-card,.license-card{padding:1.2rem}.tech-category,.contact-item{padding:.8rem}.tech-item{padding:.6rem 0}.tech-name{font-size:.9rem}.tech-version{padding:.1rem .4rem;font-size:.8rem}}
