.app{min-height:100vh;display:flex;flex-direction:column;align-items:center;padding:2rem;background:linear-gradient(45deg,#1a1a2e,#16213e,#0f3460);background-size:400% 400%;animation:gradient 30s ease infinite}@keyframes gradient{0%{background-position:0% 0%}50%{background-position:100% 100%}to{background-position:0% 0%}}.header{margin-bottom:2rem}.header h1{font-size:3.5rem;margin-bottom:0;font-weight:600;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.logo{max-width:300px;max-height:120px;width:auto;height:auto;object-fit:contain}.main{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;max-width:1200px;padding-bottom:2rem}@media(max-width:768px){.header h1{font-size:2rem}.logo{max-width:200px;max-height:80px}.app{padding:1rem}}.profile-link.disabled{color:#999;cursor:not-allowed}.carousel-container{width:100%;max-width:600px;margin:0 auto}.carousel-card{background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:16px;padding:2.5rem;min-height:300px;display:flex;flex-direction:column;justify-content:space-between;box-shadow:0 8px 32px #0000001a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:transform .3s ease,box-shadow .3s ease}.carousel-card:hover{transform:translateY(-4px);box-shadow:0 12px 48px #00000026}.card-header h2{font-size:2rem;margin-bottom:1.5rem;color:#667eea;font-weight:600}.card-header{display:flex;align-items:center;justify-content:center;margin-bottom:1rem}.profile-logo{height:4rem;width:auto;margin:0 auto;display:block}.card-body{margin-bottom:1.5rem}.card-body p{font-size:1.1rem;line-height:1.8;color:#fffc;text-align:center}.card-footer{margin-top:2rem}.profile-link{display:inline-block;padding:.75rem 2rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;text-decoration:none;border-radius:8px;font-weight:600;transition:all .3s ease;box-shadow:0 4px 15px #667eea66}.profile-link:hover{transform:translateY(-2px);box-shadow:0 6px 20px #667eea99;color:#fff}.carousel-controls{display:flex;align-items:center;justify-content:center;gap:2rem;margin-top:2rem}.nav-button{background:#ffffff1a;border:1px solid rgba(255,255,255,.2);border-radius:50%;width:48px;height:48px;font-size:2rem;color:#fffc;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;padding:0;line-height:1}.nav-button:hover:not(:disabled){background:#fff3;border-color:#ffffff4d;transform:scale(1.1)}.nav-button:disabled{opacity:.5;cursor:not-allowed}.carousel-dots{display:flex;gap:.75rem;align-items:center}.dot{width:12px;height:12px;border-radius:50%;background:#ffffff4d;border:none;cursor:pointer;transition:all .3s ease;padding:0}.dot:hover:not(:disabled){background:#ffffff80;transform:scale(1.2)}.dot.active{background:linear-gradient(135deg,#667eea,#764ba2);width:14px;height:14px}.dot:disabled{cursor:not-allowed}@media(prefers-color-scheme:light){.carousel-card{background:#ffffffe6;border:1px solid rgba(0,0,0,.1)}.card-body p{color:#000000b3}.nav-button{background:#0000000d;border:1px solid rgba(0,0,0,.1);color:#000000b3}.nav-button:hover:not(:disabled){background:#0000001a}.dot{background:#0003}.dot:hover:not(:disabled){background:#0006}}@media(max-width:768px){.carousel-card{padding:1.5rem;min-height:280px}.card-header h2{font-size:1.5rem;margin-bottom:1rem}.card-body p{font-size:1rem;line-height:1.6}.carousel-controls{gap:1rem}.nav-button{width:40px;height:40px;font-size:1.5rem}.dot{width:10px;height:10px}.dot.active{width:12px;height:12px}}.profile-links-section{width:100%;max-width:600px;text-align:center;margin-top:2.5rem}.profile-links-title{font-size:.75rem;text-transform:uppercase;letter-spacing:.12em;color:#ffffff4d;margin-bottom:1rem;font-weight:500}.profile-links-list{list-style:none;display:flex;flex-wrap:wrap;justify-content:center;gap:.4rem 1.25rem}.profile-links-item{display:inline-flex;align-items:center;gap:.35rem;color:#fff6;font-size:.8rem;text-decoration:none;transition:color .2s ease;padding:.2rem 0}.profile-links-item:hover{color:#ffffffbf}.profile-links-item.disabled{color:#fff3;cursor:not-allowed}.profile-links-logo{width:14px;height:14px;object-fit:contain;opacity:.55;flex-shrink:0}.profile-links-item:hover .profile-links-logo{opacity:1}@media(prefers-color-scheme:light){.profile-links-title{color:#0000004d}.profile-links-item{color:#0006}.profile-links-item:hover{color:#000000bf}.profile-links-item.disabled{color:#0003}}@media(max-width:768px){.profile-links-section{margin-top:2rem}}:root{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;line-height:1.6;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}*{margin:0;padding:0;box-sizing:border-box}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}#root{width:100%;margin:0 auto;text-align:center}a{font-weight:500;color:#646cff;text-decoration:inherit;transition:color .3s}a:hover{color:#535bf2}@media(prefers-color-scheme:light){:root{color:#213547;background-color:#fff}a{color:#06c}a:hover{color:#0052a3}}
