@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&display=swap";body{margin:0;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#000;<<<<<<< HEAD overflow: hidden;======= >>>>>>> develop}code{font-family:Inter,source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}#root{width:100vw;height:100vh}.background-unicorn{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;z-index:0;background-color:#000}.login-container{width:100vw;height:100vh;position:relative;display:flex;justify-content:center;align-items:center;overflow:hidden;background-color:#000}.login-form{position:relative;z-index:2;background:#0000003b;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.3);border-radius:8px;box-shadow:0 12px 35px #0000004d;padding:2rem;width:100%;max-width:320px;transition:all .4s cubic-bezier(.25,.46,.45,.94);overflow:hidden;opacity:0;transform:translateY(20px);animation:formFadeIn 1.5s cubic-bezier(.25,.46,.45,.94) .3s forwards}.login-form:before{content:"";position:absolute;top:-2px;left:-2px;right:-2px;bottom:-2px;background:linear-gradient(90deg,#fff6,#fff9,#fff6);border-radius:10px;z-index:-1;opacity:0;clip-path:polygon(0 0,0 0,0 0,0 0);animation:clockwiseBorderDraw 2.5s cubic-bezier(.25,.46,.45,.94) .8s forwards}@keyframes clockwiseBorderDraw{0%{opacity:0;clip-path:polygon(0 0,0 0,0 0,0 0)}10%{opacity:.3;clip-path:polygon(0 0,5% 0,5% 0,0 0)}25%{opacity:.7;clip-path:polygon(0 0,100% 0,100% 0,0 0)}40%{opacity:.8;clip-path:polygon(0 0,100% 0,100% 25%,0 25%)}50%{opacity:.9;clip-path:polygon(0 0,100% 0,100% 100%,0 100%)}65%{opacity:.95;clip-path:polygon(0 0,100% 0,100% 100%,25% 100%)}75%{opacity:1;clip-path:polygon(0 0,100% 0,100% 100%,0 100%)}85%{opacity:1;clip-path:polygon(5% 0,100% 0,100% 100%,0 100%)}to{opacity:1;clip-path:polygon(0 0,100% 0,100% 100%,0 100%)}}@keyframes formFadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.login-form:hover{background:#1e3cff14;border-color:#fff;box-shadow:0 15px 40px #0000004d}.login-form *:before,.login-form *:after,.login-container *:before,.login-container *:after{content:""!important;display:none!important;opacity:0!important;visibility:hidden!important}.login-logo{width:196px;height:auto;display:block;margin:0 auto 2rem;transition:all .4s cubic-bezier(.25,.46,.45,.94);opacity:0;animation:logoFadeIn 1.8s ease-out 1.2s forwards}@keyframes logoFadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.login-logo:hover{filter:brightness(1.1);transform:scale(1.05)}.login-form:hover .login-logo:hover{filter:brightness(1.2)}.login-form h2{color:#fff;font-family:Inter,sans-serif;font-size:.875rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;margin-bottom:1.5rem;text-align:center}.password-input-container{position:relative;width:100%;margin-bottom:1rem}.password-input{width:100%;padding:.75rem;margin-bottom:0;border:1px solid rgba(255,255,255,.3);border-radius:4px;background:#ffffff0d;color:#fff;font-size:1rem;font-family:Inter,sans-serif;backdrop-filter:blur(5px);-webkit-backdrop-filter:blur(5px);transition:all .6s cubic-bezier(.23,1,.32,1);box-sizing:border-box;position:relative;overflow:hidden}.password-input:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent 0%,rgba(255,255,255,.1) 25%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.1) 75%,transparent 100%);transition:left .8s cubic-bezier(.23,1,.32,1);pointer-events:none;z-index:1}.password-input:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;border:1px solid transparent;border-radius:4px;background:linear-gradient(90deg,#fff0,#fff3,#fff6,#fff9,#fff) border-box;-webkit-mask:linear-gradient(#fff 0 0) padding-box,linear-gradient(#fff 0 0);-webkit-mask-composite:subtract;mask:linear-gradient(#fff 0 0) padding-box,linear-gradient(#fff 0 0);mask-composite:subtract;opacity:0;transform:scaleX(0);transform-origin:left;transition:all .8s cubic-bezier(.23,1,.32,1);pointer-events:none;z-index:2}.password-input:focus{outline:none;border-color:#fff;background:#ffffff0d;transform:translateY(-1px)}.password-input:focus:after{opacity:1;transform:scaleX(1)}.password-input:hover{border-color:#fff;background:#ffffff1a;transform:translateY(-1px)}.password-input:hover:before{left:100%}.password-input:hover:after{opacity:.8;transform:scaleX(1);transition:all 1.2s cubic-bezier(.23,1,.32,1)}.password-input::placeholder{color:#ffffff80;font-family:Inter,sans-serif;font-size:.85rem}.login-form:hover .password-input:hover{border-color:#fff;background:#ffffff26}.checkmark-icon{position:absolute;right:12px;top:50%;transform:translateY(-50%);width:16px;height:16px;background:#0f0;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#000;font-size:12px;font-weight:700;animation:checkmarkAppear .3s ease-out}@keyframes checkmarkAppear{0%{opacity:0;transform:translateY(-50%) scale(.5)}to{opacity:1;transform:translateY(-50%) scale(1)}}.login-button{width:100%;padding:.75rem;background:#ffffff0d;border:1px solid rgba(255,255,255,.2);border-radius:4px;color:#fff6;font-size:.875rem;font-family:Inter,sans-serif;font-weight:600;text-transform:uppercase;letter-spacing:.1em;cursor:pointer;transition:opacity .57s ease,color .57s ease,background .57s ease,border-color .57s ease;backdrop-filter:blur(5px);-webkit-backdrop-filter:blur(5px);margin-bottom:0;opacity:.4;pointer-events:none}.login-button.active{opacity:1;background:#ffffff1a;border:1px solid rgba(255,255,255,.3);color:#fff;pointer-events:auto;cursor:pointer;transition:opacity .85s ease,color .85s ease,background .85s ease,border-color .85s ease}.login-button.active:hover{background:#fff3;border-color:#ffffff80;transition:opacity .85s ease,color .85s ease,background .85s ease,border-color .85s ease;transform:translateY(-1px)}.login-button.correct-password{position:relative;overflow:hidden;background:#0f0;border-color:#0f0;color:#000;font-weight:700;transition:background .425s ease,border-color .425s ease,color .425s ease}.login-button.correct-password:before{content:"";position:absolute;top:50%;left:50%;width:0;height:0;background:radial-gradient(circle,#00ff00e6,#0f0c,#0f09,#0f06,#0f03,#0f00);border-radius:50%;transform:translate(-50%,-50%);animation:greenInkSpread 25s cubic-bezier(.25,.46,.45,.94) forwards;z-index:-1}.login-button.correct-password:after{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent 0%,rgba(255,255,255,.3) 25%,rgba(255,255,255,.5) 50%,rgba(255,255,255,.3) 75%,transparent 100%);animation:greenShimmer 30s cubic-bezier(.25,.46,.45,.94) 8s forwards;z-index:1}@keyframes greenInkSpread{0%{width:0;height:0;opacity:0}20%{width:20px;height:20px;opacity:.8}60%{width:200px;height:200px;opacity:.6}to{width:400px;height:400px;opacity:.3}}@keyframes greenShimmer{0%{left:-100%;opacity:0}50%{opacity:1}to{left:100%;opacity:0}}.login-button.correct-password:hover{background:#000;border-color:#000;color:#fff;transition:background .85s ease,border-color .85s ease,color .85s ease}.having-trouble-link{display:block;text-align:center;font-size:11.2px;color:#fff9;font-family:Inter,sans-serif;text-decoration:none;background:none;border:none;cursor:pointer;font-family:inherit;padding:8px 0;margin-top:8px;transition:all .3s ease}.having-trouble-link:hover{color:#ffffffe6;text-decoration:underline}.home-icon-button{display:flex;align-items:center;justify-content:center;width:48px;height:48px;background:transparent;border:1px solid rgba(255,255,255,.3);border-radius:4px;color:#000;cursor:pointer;transition:all .3s ease;backdrop-filter:blur(5px);-webkit-backdrop-filter:blur(5px);margin:1rem auto 0}.home-icon-button:hover{background:#ffffff1a;border-color:#ffffff80}.home-icon-button svg{color:#fff}.error-message{color:#ff0004;font-family:Inter,sans-serif;margin-bottom:1rem;text-align:center;font-size:.72rem}.success-message{text-align:center;margin-bottom:1.5rem}.success-message p{color:#ffffffe6;font-family:Inter,sans-serif;font-size:.875rem;line-height:1.4}*{margin:0;padding:0;box-sizing:border-box}@keyframes drawLine{0%{width:0%}to{width:100vw}}.app{background:#0003;min-height:100vh;width:100vw;position:relative;top:0;left:0;margin:0;padding:0;overflow-x:hidden;display:flex;flex-direction:column}.main-title{font-size:clamp(3rem,8vw,8rem);font-weight:900;color:#fff;letter-spacing:-.05em;line-height:.9;margin-bottom:1rem;text-shadow:0 0 30px rgba(32,178,170,.3);position:relative}.accent-block{background:linear-gradient(45deg,#64c8ffcc,#96b4ffcc,#b496ffcc,#ff96b4cc,#ffb496cc);background-clip:text;-webkit-background-clip:text;color:transparent;animation:rainbowCycle 8s ease-in-out infinite;display:inline-block;font-size:2em;line-height:.5;vertical-align:middle;margin-top:-32px;border-radius:8px;letter-spacing:-.1em;margin-left:-.03em;margin-right:-.03em}.tagline{margin-top:0;padding-top:8rem;font-size:clamp(.71rem,2.46vw,1.71rem);font-weight:400;background:linear-gradient(90deg,#64c8ffcc,#96b4ffcc,#b496ffcc,#ff96b4cc,#ffb496cc);background-clip:text;-webkit-background-clip:text;color:transparent;animation:rainbowCycle 8s ease-in-out infinite;letter-spacing:.1em;margin-bottom:1.5rem;opacity:.9;max-width:1200px;margin-left:auto;margin-right:auto;text-align:center;padding-left:32px;padding-right:32px}.machine-readable-title{font-size:clamp(1.875rem,5vw,3.875rem);font-weight:720;color:#fff;letter-spacing:-.02em;line-height:1.1;margin-bottom:.5rem;opacity:.5;max-width:1200px;margin-left:auto;margin-right:auto;text-align:left;padding-left:32px;padding-right:32px;margin-top:0}.subheader{font-size:clamp(.775rem,2vw,1.275rem);font-weight:400;font-family:Inter,sans-serif;color:#fff9;letter-spacing:.02em;line-height:1.3;margin-bottom:1rem;opacity:.8;max-width:1200px;margin-left:auto;margin-right:auto;text-align:left;padding-left:32px;padding-right:32px;margin-top:.5rem}.main-heading{font-size:clamp(1.055rem,2.98vw,2.355rem);font-weight:550;font-family:Inter,sans-serif;color:#fff;letter-spacing:.05em;margin-bottom:2rem;opacity:.67;max-width:1200px;margin-left:auto;margin-right:auto;text-align:center;padding-left:32px;padding-right:32px;margin-top:1rem;line-height:1.4}.columns-header{font-size:clamp(.193rem,1.593vw,.993rem);font-weight:400;background:linear-gradient(90deg,#64c8ffcc,#96b4ffcc,#b496ffcc,#ff96b4cc,#ffb496cc);background-clip:text;-webkit-background-clip:text;color:transparent;animation:rainbowCycle 8s ease-in-out infinite;letter-spacing:.1em;margin-bottom:1.5rem;opacity:.9;max-width:1200px;margin-left:auto;margin-right:auto;text-align:center;padding-left:32px;padding-right:32px;margin-top:2rem;line-height:1.6}.columns-header br{display:block;margin:1.5rem 0;content:""}.text-frame{background:#ffffff0d;border-radius:12px;padding:2rem 2.5rem;margin:0 auto;max-width:900px;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);box-shadow:0 8px 32px #0003;color:#ffffffe6;font-size:clamp(.153rem,1.553vw,.953rem);line-height:1.6;text-align:center}@media (max-width: 768px){.text-frame{padding:1.5rem 2rem;margin:0 1rem}}@media (max-width: 480px){.text-frame{padding:1.25rem 1.5rem;margin:0 .5rem}}.content{position:relative;z-index:1;width:100%;flex:1;display:flex;flex-direction:column;background:#000000b3;justify-content:center;padding:2rem;padding-top:0;margin:0;top:0;overflow-y:auto}.containers{opacity:0;animation:fadeInUp 1.2s ease-out .8s forwards;display:flex;justify-content:center;gap:2rem;max-width:1200px;width:100%;position:relative;margin:0 auto;margin-top:calc(8rem - 62px);margin-bottom:8rem}.container{opacity:0;transform:translateY(30px);position:relative;background:transparent;border-radius:8px;border:1px solid rgba(255,255,255,.3);padding:1.5rem;max-width:280px;flex:1;min-width:250px;transition:all .3s ease;cursor:pointer}.container:hover{background:#1a00ff26;border-color:#ffffff80;box-shadow:0 12px 35px #0000004d;transform:translateY(-2px);opacity:1}.container:hover .card-content h3{color:#fff!important}.container-link{text-decoration:none;color:inherit;display:block}.container:before{content:"";position:absolute;top:-1px;left:-1px;right:-1px;bottom:-1px;background:transparent;border:1px solid rgba(255,255,255,.5);border-radius:8px;z-index:-1;clip-path:polygon(0 0,0 0,0 0,0 0)}.container:nth-child(1){animation:fadeInUp 1s ease-out 1.2s forwards}.container:nth-child(1):before{animation:drawBorderClockwise .6s ease-out 1.4s forwards}.container:nth-child(2){animation:fadeInUp 1s ease-out 1.4s forwards}.container:nth-child(2):before{animation:drawBorderClockwise .6s ease-out 1.7s forwards}.container:nth-child(3){animation:fadeInUp 1s ease-out 1.6s forwards}.container:nth-child(3):before{animation:drawBorderClockwise .6s ease-out 2s forwards}.card-content h3{color:#fff;font-size:.875rem;font-weight:700;margin-bottom:.5rem;text-transform:uppercase}.container:nth-child(2) .card-content h3{color:#fff}.container:nth-child(3) .card-content h3{color:#fff}.card-content p{color:#fffc;font-size:.775rem;line-height:1.4}.footer{position:relative;z-index:1;width:100%;padding:4rem 2rem 2rem;background:#000000f2;border-top:1px solid rgba(255,255,255,.1);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);margin-top:auto;overflow:hidden;opacity:0;animation:fadeIn 1s ease-out 2s forwards}.footer .bottom-logo{position:fixed;bottom:80px;left:50%;transform:translate(-50%);z-index:1;pointer-events:none;width:auto;display:flex;justify-content:center;align-items:center;text-align:center;margin:0 auto}.footer .bottom-logo-image{width:24px;height:auto;opacity:.23;display:block;margin:0 auto;filter:brightness(.23)}.footer:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 20% 80%,rgba(100,150,255,.03) 0%,transparent 50%),radial-gradient(circle at 80% 20%,rgba(150,100,255,.02) 0%,transparent 50%),radial-gradient(circle at 40% 40%,rgba(255,100,180,.02) 0%,transparent 50%);pointer-events:none;z-index:-1}.footer-columns{display:grid;grid-template-columns:repeat(5,1fr);gap:3rem;max-width:1200px;margin:0 auto 3rem;position:relative;z-index:1}.footer-column{position:relative;opacity:0;transform:translateY(40px)}.footer-column:nth-child(1){animation:fadeInUp 1.5s cubic-bezier(.25,.46,.45,.94) 2.2s forwards}.footer-column:nth-child(2){animation:fadeInUp 1.5s cubic-bezier(.25,.46,.45,.94) 2.6s forwards}.footer-column:nth-child(3){animation:fadeInUp 1.5s cubic-bezier(.25,.46,.45,.94) 3s forwards}.footer-column:nth-child(4){animation:fadeInUp 1.5s cubic-bezier(.25,.46,.45,.94) 3.4s forwards}.footer-column:nth-child(5){animation:fadeInUp 1.5s cubic-bezier(.25,.46,.45,.94) 3.8s forwards}.footer-column-header{font-size:.8rem;font-weight:640;color:#fff;letter-spacing:.1em;margin-bottom:1.5rem;position:relative;text-shadow:0 0 10px rgba(255,255,255,.1);text-transform:uppercase;transform:translateY(2px)}.footer-column-list{list-style:none;padding:0;margin:0}.footer-column-list li{font-size:.8rem;font-weight:400;color:#ffffff86;line-height:1.6;margin-bottom:.75rem;transition:all .3s ease;cursor:pointer;position:relative}.footer-column-list li:before{content:"_";position:absolute;left:0;color:red;font-weight:600;opacity:0;transform:translate(-4px);transition:all .3s ease}.footer-column-list li:hover{color:#fff;transform:translate(4px);text-shadow:0 0 8px rgba(100,150,255,.4)}.footer-column-list li:hover:before{opacity:1;transform:translate(0);text-shadow:0 0 6px rgba(100,150,255,.6)}.footer-social-item{display:flex;align-items:center;gap:8px;background:linear-gradient(135deg,#6496ffcc,#9664ffcc,#ff64b4cc 66%,#ff96c8cc);background-clip:text;-webkit-background-clip:text;color:transparent!important;filter:brightness(3.268)}.footer-social-item:hover{filter:brightness(3.8);transform:translate(4px) scale(1.05)}.footer-linkedin-icon{transition:all .3s ease;width:20px;height:20px;background:linear-gradient(135deg,#6496ffcc,#9664ffcc,#ff64b4cc 66%,#ff96c8cc);background-clip:text;-webkit-background-clip:text;color:transparent;filter:brightness(3.268)}.footer-social-item:hover .footer-linkedin-icon{transform:scale(1.1);filter:brightness(3.8);drop-shadow:0 0 8px rgba(100,150,255,.6))}.footer-content{text-align:center;max-width:1200px;margin:0 auto;position:relative;z-index:1;border-top:1px solid rgba(255,255,255,.1);padding-top:2rem}.footer-content:before{content:"";position:absolute;top:0;left:50%;transform:translate(-50%);width:0;height:1px;background:linear-gradient(90deg,transparent,rgba(100,150,255,.6),transparent);animation:drawCenterLine 2s ease-out 3s forwards}@keyframes drawCenterLine{0%{width:0%}to{width:300px}}.footer-content p{color:#fff9;font-size:12px;font-weight:400;letter-spacing:.05em;margin:0;text-shadow:0 0 10px rgba(255,255,255,.1);opacity:0;animation:fadeIn 1s ease-out 3.2s forwards}@media (max-width: 768px){.footer-columns{grid-template-columns:repeat(2,1fr);gap:2rem;margin-bottom:2rem}.footer-column-header{font-size:.74rem;margin-bottom:1rem}.footer-column-list li{font-size:.7rem;margin-bottom:.6rem}.footer{padding:3rem 1rem 1.5rem;margin-top:4rem}.hero-section{margin-bottom:2rem}.content{padding:1rem}.containers{flex-direction:column;align-items:center;gap:1rem;margin-top:calc(1rem - 18px);margin-bottom:2rem}.container{max-width:100%}.footer{padding:1.5rem 1rem;margin-top:1.5rem}.footer-content p{font-size:12px}}@media (max-width: 480px){.footer-columns{grid-template-columns:1fr;gap:1.5rem;margin-bottom:1.5rem}.footer-column-header{font-size:.69rem;margin-bottom:.8rem}.footer-column-list li{font-size:.65rem;margin-bottom:.5rem;padding-left:8px}.footer{padding:2rem 1rem 1rem}}.content{position:relative;z-index:1;width:100vw;height:auto;min-height:calc(100vh - 6rem);display:flex;flex-direction:column;background:#0006;border-radius:16px;justify-content:center;align-items:center;padding:8px 0 2rem;margin:0 auto;top:100px;overflow-y:auto}.team-content{opacity:0;animation:fadeIn .8s ease-out .3s forwards;width:87%;max-width:1400px;margin:0 auto;text-align:center;padding:8px 2rem 0}.page-title{opacity:0;animation:fadeInUp 1s ease-out .5s forwards;font-size:clamp(1.5rem,4vw,3rem);font-weight:700;color:#777;letter-spacing:.05em;margin-bottom:1rem;text-transform:uppercase}.page-description{opacity:0;animation:fadeInUp 1s ease-out .7s forwards;font-size:clamp(.855rem,1.8vw,1.105rem);font-weight:500;color:#fffc;letter-spacing:.05em;margin-bottom:2rem;margin-top:1rem;line-height:1.5}.team-grid{opacity:0;animation:fadeInUp 1.2s ease-out .9s forwards;display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;margin-bottom:2rem;max-width:1000px;margin-left:auto;margin-right:auto}.team-member{opacity:0;transform:translateY(40px);background:#ffffff0d;border:1px solid rgba(255,255,255,.7);border-radius:12px;padding:2rem;text-align:center;transition:transform .3s ease,box-shadow .3s ease;perspective:1000px;height:320px;position:relative;overflow:hidden}.team-member:nth-child(1){animation:fadeInUp .8s ease-out 1.3s forwards}.team-member:nth-child(2){animation:fadeInUp .8s ease-out 1.4s forwards}.team-member:nth-child(3){animation:fadeInUp .8s ease-out 1.5s forwards}.team-member:nth-child(4){animation:fadeInUp .8s ease-out 1.6s forwards}.team-member:nth-child(5){animation:fadeInUp .8s ease-out 1.7s forwards}.team-member:nth-child(6){animation:fadeInUp .8s ease-out 1.8s forwards}.team-member:nth-child(7){animation:fadeInUp .8s ease-out 1.9s forwards}.team-member:nth-child(8){animation:fadeInUp .8s ease-out 2s forwards}.team-member:after{content:"";position:absolute;bottom:0;left:0;right:0;height:75%;background:linear-gradient(to top,#000c,#0000);pointer-events:none;z-index:-1}.team-member:hover{box-shadow:0 10px 30px #0000004d;transform:translateY(-5px);overflow:hidden}.team-member:before{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:linear-gradient(45deg,transparent 30%,rgba(255,255,255,.1) 50%,transparent 70%);transform:translate(-100%) translateY(-100%) rotate(45deg);transition:transform .6s ease;pointer-events:none;z-index:1}.team-member:hover:before{transform:translate(100%) translateY(100%) rotate(45deg)}.card-inner{position:relative;width:100%;height:100%;text-align:center;transition:transform 1.2s ease-in-out;transform-style:preserve-3d}.team-member:hover .card-inner{transform:rotateY(180deg)}.card-front,.card-back{position:absolute;width:100%;height:100%;backface-visibility:hidden;display:flex;flex-direction:column;justify-content:center;align-items:center}.card-back{transform:rotateY(180deg);padding:.25rem}.member-avatar{margin-bottom:.5rem;transform:translateY(-6px);margin-top:-28px}.avatar-circle{width:77px;height:77px;border-radius:50%;background:#fff3;display:flex;align-items:center;justify-content:center;margin:0 auto;position:relative}.avatar-circle:before{content:"";position:absolute;top:2px;right:2px;bottom:2px;left:2px;border-radius:50%;z-index:1}.avatar-initials{font-size:1.35rem;font-weight:700;color:#fff;z-index:2;position:relative}.avatar-image{width:77px;height:77px;border-radius:50%;object-fit:cover;position:relative}.avatar-image:before{content:"";position:absolute;top:-2px;right:-2px;bottom:-2px;left:-2px;border-radius:50%;z-index:-1}.member-name{font-size:1.105rem;font-weight:700;color:#fff;margin-bottom:.5rem}.member-role{font-size:.75rem;font-weight:600;color:#777;margin-bottom:1rem;text-transform:uppercase;letter-spacing:.05em}.member-bio{font-size:.835rem;font-weight:500;color:#ffffffb3;letter-spacing:.05em;line-height:1.5}.linkedin-link{display:inline-flex;align-items:center;justify-content:center;position:absolute;bottom:calc(1rem - 28px);left:50%;transform:translate(-50%);padding:.5rem;color:#999;text-decoration:none;transition:all .3s ease;width:40px;height:40px;opacity:.7}.linkedin-link:hover{transform:translateY(-2px) scale(1.1);box-shadow:0 5px 15px #0000004d;opacity:.9}.linkedin-link.linkedin-disabled{opacity:.7;color:#999;cursor:not-allowed;pointer-events:none}.member-bio-detailed{font-size:.65rem;font-weight:500;color:#fffc;letter-spacing:.02em;padding:4px;text-align:left;line-height:1.3;width:100%;box-sizing:border-box;margin:0}@media (max-width: 1200px){.member-bio-detailed{font-size:.65rem;font-weight:500;letter-spacing:.02em;line-height:1.3}}@media (max-width: 992px){.member-bio-detailed{font-size:.63rem;font-weight:500;letter-spacing:.02em;line-height:1.3;padding:8px}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}@media (min-width: 1920px){.team-content{max-width:1600px;width:83%}.content{width:83%;max-width:1600px}.team-grid{grid-template-columns:repeat(4,1fr);gap:2.5rem;max-width:1200px}}@media (min-width: 1440px) and (max-width: 1919px){.team-content,.content{width:87%;max-width:1400px}.team-grid{grid-template-columns:repeat(4,1fr);gap:2rem;max-width:1000px}}@media (min-width: 1200px) and (max-width: 1439px){.team-content,.content{width:90%;max-width:1200px}.team-grid{grid-template-columns:repeat(3,1fr);gap:1.75rem;max-width:900px}}@media (min-width: 992px) and (max-width: 1199px){.team-content{width:92%;max-width:1000px;padding:32px 1.5rem 0}.content{width:92%;max-width:1000px;padding:32px 0 2rem}.team-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;max-width:800px}.team-member{height:300px;padding:1.75rem}}@media (min-width: 768px) and (max-width: 991px){.team-content{width:95%;max-width:750px;padding:24px 1rem 0}.content{width:95%;max-width:750px;padding:24px 0 2rem}.team-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem;max-width:600px}.team-member{height:280px;padding:1.5rem}.avatar-circle{width:68px;height:68px}.avatar-initials{font-size:1.25rem}.page-description{font-size:clamp(.8rem,1.6vw,1rem);margin-bottom:1.5rem}.member-bio-detailed{font-size:.75rem;font-weight:500;letter-spacing:.05em;line-height:1.3;padding:0 1rem}}@media (min-width: 481px) and (max-width: 767px){.team-content{width:96%;max-width:500px;padding:20px .75rem 0}.content{width:96%;max-width:500px;padding:20px 0 1.5rem}.team-grid{grid-template-columns:1fr;gap:1.25rem;max-width:400px}.team-member{height:260px;padding:1.25rem}.avatar-circle{width:64px;height:64px}.avatar-initials{font-size:1.2rem}.member-name{font-size:1rem}.member-role{font-size:.7rem}.page-description{font-size:clamp(.75rem,1.5vw,.9rem);margin-bottom:1.25rem}}@media (max-width: 480px){.team-content{width:98%;max-width:100%;padding:16px .5rem 0}.content{width:98%;max-width:100%;padding:16px 0 1rem;border-radius:8px}.team-grid{grid-template-columns:1fr;gap:1rem;max-width:100%}.team-member{height:240px;padding:1rem}.avatar-circle{width:60px;height:60px}.avatar-initials{font-size:1.1rem}.member-name{font-size:.95rem}.member-role{font-size:.65rem}.page-description{font-size:clamp(.7rem,1.4vw,.85rem);margin-bottom:2rem}.member-bio-detailed{font-size:.72rem;font-weight:500;letter-spacing:.05em;line-height:1.25;padding:0 1.25rem}}.dropdown-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#0009;opacity:0;visibility:hidden;transition:opacity .4s cubic-bezier(.25,.46,.45,.94),visibility .4s cubic-bezier(.25,.46,.45,.94);z-index:999;pointer-events:none;backdrop-filter:blur(8px);backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px)}.dropdown-overlay.active{opacity:1;visibility:visible;pointer-events:auto}.navigation{position:fixed;top:0;left:0;right:0;width:100vw;height:calc(4rem + 24px);display:flex;justify-content:space-between;align-items:center;z-index:9999;padding:0 2rem;margin:0;background:transparent;border-bottom:1px solid rgba(255,255,255,.1);box-shadow:0 4px 20px #0003;position:relative}.navigation:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:#0000004d;mix-blend-mode:color-dodge;pointer-events:none;z-index:-1}.navigation:after{content:"";position:absolute;bottom:-1px;left:0;height:1px;width:0;background:linear-gradient(90deg,#ffffff4d,#ffffff1a);animation:drawLine 1.5s ease-out .8s forwards}.nav-logo{opacity:0;animation:fadeIn .8s ease-out .2s forwards;display:flex;align-items:center;text-decoration:none;transition:transform .3s ease}.nav-logo:hover{transform:scale(1.05)}.logo-image{height:20px;width:auto;filter:brightness(1.2)}.nav-menu{display:flex;gap:2rem;position:relative}.nav-item{opacity:0;position:relative}.nav-item:nth-child(1){animation:fadeIn .8s ease-out .4s forwards}.nav-item:nth-child(2){animation:fadeIn .8s ease-out .6s forwards}.nav-item:nth-child(3){animation:fadeIn .8s ease-out .8s forwards}.nav-item:nth-child(4){animation:fadeIn .8s ease-out 1s forwards}.nav-demo-button{opacity:0}.nav-demo-button:nth-of-type(1){animation:fadeIn .8s ease-out 1.2s forwards}.nav-demo-button:nth-of-type(2){animation:fadeIn .8s ease-out 1.4s forwards}.nav-link{color:#fffc;text-decoration:none;font-weight:700;font-size:.75rem;text-transform:uppercase;letter-spacing:.1em;transition:all .3s ease;position:relative;padding:.5rem 0}.nav-link:hover{color:#fff}.nav-link:after{content:"";position:absolute;bottom:8px;left:0;width:0;height:1px;background:#0009fb;transition:width .9s ease;z-index:-1}.nav-link:hover:after{width:100%}.nav-link.active{color:#8a7805}.nav-link.active:after{width:100%}.nav-link.has-dropdown{display:flex;align-items:center;gap:4px}.dropdown-arrow{font-size:.5rem;line-height:1;transition:transform .3s ease}.nav-item:hover .dropdown-arrow{transform:rotate(180deg)}.dropdown-menu{position:absolute;top:100%;left:50%;transform:translate(-50%);margin-top:26px;background:#000;background-color:#000;border:1px solid rgba(255,255,255,.3);border-radius:4px;padding:.5rem 0;min-width:200px;opacity:0;visibility:hidden;transition:all .3s ease;z-index:999999;box-shadow:0 25px 80px #000c,0 0 120px #0009;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}.dropdown-menu.open{opacity:1;visibility:visible;transform:translate(-50%) translateY(2px)}.dropdown-item{display:block;padding:.75rem 1.25rem;color:#fffc;text-decoration:none;font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;transition:all .3s ease;white-space:nowrap}.dropdown-item:hover{color:#0075fb;background:#0075fb2b}.nav-demo-button{padding:.6rem 1.2rem;font-size:.75rem;font-weight:700;border:none;border-radius:4px;cursor:pointer;background:linear-gradient(135deg,#6496ffcc,#9664ffcc,#ff64b4cc 66%,#ff96c8cc);color:#000;text-transform:uppercase;letter-spacing:.05em;transition:all .2s cubic-bezier(.4,0,.2,1);filter:brightness(3.268);display:flex;align-items:center;justify-content:center;text-align:center;text-decoration:none;position:relative;overflow:hidden}.nav-demo-button:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.4),transparent);transition:left .6s ease}.nav-demo-button:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:#ffffff26;opacity:0;transition:opacity .2s ease}.nav-demo-button:hover{filter:brightness(3.8);color:#0032ff!important}.nav-demo-button:hover:before{left:100%}.nav-demo-button:hover:after{opacity:1}.nav-demo-button:active{transform:scale(.98);transition:transform .1s ease}.secondary-cta{background:transparent;border:1px solid rgba(255,255,255,.4);color:#ffffffe6;filter:brightness(1)}.secondary-cta:hover{background:#ffffff1a;border-color:#ffffffb3;color:#fff;filter:brightness(1.2)}.secondary-cta:before{background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent)}@media (max-width: 768px){.navigation{top:1rem;right:1rem}.nav-menu{gap:1rem}.nav-link{font-size:.575rem}}@media (max-width: 480px){.nav-menu{flex-direction:column;gap:.5rem}}.music-artists-content{opacity:0;animation:fadeIn .8s ease-out .3s forwards;width:87%;max-width:1400px;margin:0 auto;text-align:left;padding:8px 2rem 0}.subheader{font-size:clamp(.775rem,2vw,1.275rem);font-weight:400;font-family:Inter,sans-serif;color:#fff9;letter-spacing:.02em;line-height:1.3;margin-bottom:1rem;opacity:0;animation:fadeInUp 1s ease-out .5s forwards;max-width:1200px;margin-left:auto;margin-right:auto;text-align:center;padding-left:32px;padding-right:32px;margin-top:.5rem}.page-description{opacity:0;animation:fadeInUp 1s ease-out .7s forwards;font-size:clamp(.73rem,1.8vw,.98rem);font-weight:500;color:#fffc;letter-spacing:.05em;margin-bottom:3rem;margin-top:1.5rem;line-height:1.5;max-width:800px;margin-left:auto;margin-right:auto}.artist-carousel-container{opacity:0;animation:fadeInUp 1.2s ease-out 1.1s forwards;margin:3rem 0 4rem;width:100%;max-width:900px;margin-left:auto;margin-right:auto}.carousel-wrapper{display:flex;align-items:center;gap:1rem;position:relative}.carousel-arrow{background:transparent;border:1px solid rgba(255,255,255,.3);border-radius:50%;width:36px;height:36px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;color:#ffffffb3;flex-shrink:0}.carousel-arrow:hover:not(:disabled){border-color:#fff9;color:#ffffffe6;transform:scale(1.05)}.carousel-arrow:disabled{opacity:.3;cursor:not-allowed}.carousel-track-container{flex:1;overflow:hidden;position:relative}.carousel-track{display:flex;gap:12px;will-change:transform}.carousel-item{flex-shrink:0}.artist-profile-card{width:80px;display:flex;flex-direction:column;align-items:center;gap:8px;transition:all .3s ease;cursor:pointer}.artist-image-container{position:relative;width:60px;height:60px;background:#4449;border-radius:8px;padding:4px;transition:all .3s ease}.artist-image-container:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background-image:radial-gradient(circle at 20% 80%,rgba(100,150,255,.4) 0%,transparent 50%),radial-gradient(circle at 80% 20%,rgba(150,100,255,.3) 0%,transparent 50%),radial-gradient(circle at 40% 40%,rgba(255,100,180,.2) 0%,transparent 50%);border-radius:8px;pointer-events:none;opacity:.7}.artist-profile-card:hover{transform:translateY(-2px)}.artist-profile-card:hover .artist-image-container{background:#4e4e4ecc}.artist-profile-card:hover .artist-image-container:before{opacity:.9}.artist-profile-image{width:52px;height:52px;border-radius:50%;object-fit:cover;position:relative;z-index:1}.artist-play-button{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background:#000000b3;border:none;border-radius:50%;width:24px;height:24px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;color:#fff;opacity:0;z-index:2}.artist-image-container:hover .artist-play-button{opacity:1}.artist-play-button:hover{background:#000000e6;transform:translate(-50%,-50%) scale(1.1)}.artist-profile-name{font-size:.7rem;font-weight:500;color:#fffc;text-align:center;line-height:1.2;max-width:80px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.artists-grid{opacity:0;animation:fadeInUp 1.2s ease-out .9s forwards;display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem;margin-bottom:4rem;padding:0 1rem}.artist-card{background:#ffffff0d;border:1px solid rgba(255,255,255,.2);border-radius:12px;padding:1.5rem;transition:all .3s ease;opacity:0;transform:translateY(30px);animation:fadeInUp .8s ease-out forwards}.artist-card:nth-child(1){animation-delay:1s}.artist-card:nth-child(2){animation-delay:1.1s}.artist-card:nth-child(3){animation-delay:1.2s}.artist-card:nth-child(4){animation-delay:1.3s}.artist-card:nth-child(5){animation-delay:1.4s}.artist-card:nth-child(6){animation-delay:1.5s}.artist-card:nth-child(7){animation-delay:1.6s}.artist-card:nth-child(8){animation-delay:1.7s}.artist-card:hover{background:#1a00ff26;border-color:#fff6;transform:translateY(-5px);box-shadow:0 10px 30px #0000004d}.artist-header{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem}.artist-image{width:60px;height:60px;border-radius:50%;object-fit:cover;border:2px solid rgba(255,255,255,.3)}.artist-info{flex:1;text-align:left}.artist-name{font-size:1.1rem;font-weight:700;color:#fff;margin-bottom:.5rem;margin:0 0 .5rem}.social-links{text-align:left;gap:.5rem}.social-links a{color:#fff9;transition:color .3s ease;display:flex;align-items:center;justify-content:center;width:24px;height:24px}.social-links a:hover{color:#00bfff}.top-tracks{margin-bottom:1.5rem}.top-tracks h4{font-size:.9rem;font-weight:600;color:#ffffffe6;margin-bottom:1rem;text-align:left;text-transform:uppercase;letter-spacing:.05em}.track-item{margin-bottom:.75rem;padding:.75rem;background:#0003;border-radius:8px;border:1px solid rgba(255,255,255,.1);transition:all .3s ease}.track-item:hover{background:#0000004d;border-color:#fff3}.track-main{display:flex;align-items:center;gap:.75rem}.play-button{background:#ffffff1a;border:1px solid rgba(255,255,255,.3);border-radius:50%;width:28px;height:28px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;color:#fff}.play-button:hover{background:#fff3;border-color:#ffffff80}.play-button.playing{background:#00bfff;border-color:#00bfff;color:#000}.track-waveform{color:#fff9;flex-shrink:0}.waveform{opacity:.7}.track-details{flex:1;text-align:left}.track-title{font-size:.85rem;font-weight:600;color:#fff;display:block;margin-bottom:.25rem}.track-meta{display:flex;gap:.75rem;font-size:.7rem;color:#fff9}.track-duration,.track-genre,.track-bpm{font-weight:500}.track-genre{color:#00bfff}.music-traits h4{font-size:.9rem;font-weight:600;color:#ffffffe6;margin-bottom:1rem;text-align:left;text-transform:uppercase;letter-spacing:.05em}.traits-chips{display:flex;flex-wrap:wrap;gap:.5rem}.trait-chip{background:#ffffff1a;border:1px solid rgba(255,255,255,.2);border-radius:16px;padding:.25rem .75rem;font-size:.7rem;font-weight:500;color:#fffc;transition:all .3s ease}.trait-chip:hover{background:#ffffff26;border-color:#ffffff4d;color:#fff}.footer{position:relative;z-index:1;width:100%;padding:2rem;background:#0006;border-top:1px solid rgba(255,255,255,.1);margin-top:3rem}.footer-content{text-align:center;max-width:1200px;margin:0 auto}.footer-content p{color:#fff9;font-size:10px;font-weight:400;letter-spacing:.05em}@media (min-width: 1920px){.music-artists-content{max-width:1600px;width:83%}.content{width:83%;max-width:1600px}.artists-grid{grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2.5rem;max-width:1400px}.artist-carousel-container{max-width:1200px}}@media (min-width: 1440px) and (max-width: 1919px){.music-artists-content,.content{width:87%;max-width:1400px}.artists-grid{grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem;max-width:1200px}.artist-carousel-container{max-width:1000px}}@media (min-width: 1200px) and (max-width: 1439px){.music-artists-content,.content{width:90%;max-width:1200px}.artists-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.75rem;max-width:1000px}.artist-carousel-container{max-width:900px}}@media (min-width: 992px) and (max-width: 1199px){.music-artists-content{width:92%;max-width:1000px;padding:32px 1.5rem 0}.content{width:92%;max-width:1000px;padding:32px 0 2rem}.artists-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;max-width:900px}.artist-carousel-container{max-width:800px}.artist-card{padding:1.25rem}}@media (min-width: 768px) and (max-width: 991px){.music-artists-content{width:95%;max-width:750px;padding:24px 1rem 0}.content{width:95%;max-width:750px;padding:24px 0 2rem}.artists-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;max-width:700px}.artist-carousel-container{max-width:600px}.carousel-track{gap:10px}.artist-profile-card{width:70px}.artist-image-container{width:55px;height:55px}.artist-profile-image{width:47px;height:47px}.artist-profile-name{font-size:.65rem;max-width:70px}.artist-card{padding:1.2rem}.artist-header{gap:.8rem}.artist-image{width:55px;height:55px}.artist-name{font-size:1.05rem}.page-description{font-size:clamp(.8rem,1.6vw,1rem);margin-bottom:2.5rem}.track-meta{gap:.5rem}.traits-chips{gap:.4rem}.trait-chip{font-size:.68rem;padding:.22rem .65rem}}@media (min-width: 481px) and (max-width: 767px){.music-artists-content{width:96%;max-width:500px;padding:20px .75rem 0}.content{width:96%;max-width:500px;padding:20px 0 1.5rem}.artists-grid{grid-template-columns:1fr;gap:1.25rem;max-width:100%}.artist-carousel-container{max-width:450px}.carousel-track{gap:8px}.artist-profile-card{width:65px}.artist-image-container{width:50px;height:50px}.artist-profile-image{width:42px;height:42px}.artist-profile-name{font-size:.6rem;max-width:65px}.artist-card{padding:1.1rem}.artist-header{gap:.7rem}.artist-image{width:50px;height:50px}.artist-name{font-size:1rem}.page-description{font-size:clamp(.75rem,1.5vw,.9rem);margin-bottom:2rem}.track-meta{flex-direction:column;gap:.2rem}.traits-chips{gap:.35rem}.trait-chip{font-size:.62rem;padding:.18rem .55rem}}@media (max-width: 480px){.music-artists-content{width:98%;max-width:100%;padding:16px .5rem 0}.content{width:98%;max-width:100%;padding:16px 0 1rem;border-radius:8px}.artists-grid{grid-template-columns:1fr;gap:1rem;max-width:100%}.artist-carousel-container{max-width:100%;margin:2rem 0 3rem}.carousel-track{gap:6px}.artist-profile-card{width:60px}.artist-image-container{width:45px;height:45px}.artist-profile-image{width:37px;height:37px}.artist-profile-name{font-size:.55rem;max-width:60px}.artist-card{padding:1rem}.artist-header{gap:.6rem}.artist-image{width:45px;height:45px}.artist-name{font-size:.95rem}.page-description{font-size:clamp(.7rem,1.4vw,.85rem);margin-bottom:1.5rem}.track-main{gap:.5rem}.track-waveform{display:none}.track-meta{flex-direction:column;gap:.15rem}.traits-chips{gap:.3rem}.trait-chip{font-size:.58rem;padding:.15rem .5rem}.social-links a{width:20px;height:20px}.carousel-arrow{width:32px;height:32px}}.catalog-app{background:#00000080;min-height:100vh;width:100vw;position:relative;overflow-x:hidden}.catalog-content{position:relative;z-index:1;width:100%;min-height:calc(100vh - 4rem);padding:1rem 2rem 2rem}.catalog-title{font-size:clamp(2rem,5vw,4rem);font-weight:720;color:#fff;letter-spacing:-.02em;line-height:1.1;margin-bottom:3rem;opacity:0;animation:fadeInTitle 1s ease-out .3s forwards;text-align:center}.albums-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1.5rem;max-width:1600px;margin:0 auto;padding-bottom:4rem}.album-card{opacity:0;transform:translateY(40px) scale(.9);transition:all .6s cubic-bezier(.25,.46,.45,.94);position:relative}.album-card.visible{opacity:1;transform:translateY(0) scale(1)}.album-cover-container{position:relative;width:100%;aspect-ratio:1;border-radius:8px;overflow:hidden;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);transition:all .4s ease;cursor:pointer}.album-cover-container:hover{transform:translateY(-8px);box-shadow:0 20px 40px #0006;border-color:#ffffff4d}.album-cover{width:100%;height:100%;object-fit:cover;transition:all .6s ease;opacity:0;transform:scale(1.1)}.album-cover.loaded{opacity:1;transform:scale(1)}.album-cover-container:hover .album-cover{transform:scale(1.05)}.album-overlay{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(to top,rgba(0,0,0,.9) 0%,rgba(0,0,0,.7) 50%,transparent 100%);padding:1rem;transform:translateY(100%);transition:transform .4s cubic-bezier(.25,.46,.45,.94)}.album-cover-container:hover .album-overlay{transform:translateY(0)}.album-info{color:#fff}.album-title{font-size:.9rem;font-weight:700;margin-bottom:.25rem;line-height:1.2;text-shadow:0 2px 4px rgba(0,0,0,.5)}.album-artist{font-size:.75rem;font-weight:500;color:#fffc;margin-bottom:.5rem;text-shadow:0 1px 2px rgba(0,0,0,.5)}.album-meta{display:flex;gap:.75rem;font-size:.65rem;font-weight:500;color:#fff9;text-transform:uppercase;letter-spacing:.05em}.album-year{color:#00bfff}.album-genre{color:#ffffffb3}.loading-trigger{height:100px;display:flex;align-items:center;justify-content:center;margin-top:2rem}.loading-indicator{display:flex;align-items:center;justify-content:center}.loading-spinner{width:32px;height:32px;border:2px solid rgba(255,255,255,.1);border-top:2px solid rgba(255,255,255,.6);border-radius:50%;animation:spin 1s linear infinite}@keyframes fadeInTitle{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.album-card:nth-child(1){animation-delay:.1s}.album-card:nth-child(2){animation-delay:.15s}.album-card:nth-child(3){animation-delay:.2s}.album-card:nth-child(4){animation-delay:.25s}.album-card:nth-child(5){animation-delay:.3s}.album-card:nth-child(6){animation-delay:.35s}.album-card:nth-child(7){animation-delay:.4s}.album-card:nth-child(8){animation-delay:.45s}.album-card:nth-child(9){animation-delay:.5s}.album-card:nth-child(10){animation-delay:.55s}.album-card:nth-child(11){animation-delay:.6s}.album-card:nth-child(12){animation-delay:.65s}.album-card:nth-child(13){animation-delay:.7s}.album-card:nth-child(14){animation-delay:.75s}.album-card:nth-child(15){animation-delay:.8s}.album-card:nth-child(16){animation-delay:.85s}.album-card:nth-child(17){animation-delay:.9s}.album-card:nth-child(18){animation-delay:.95s}.album-card:nth-child(19){animation-delay:1s}.album-card:nth-child(20){animation-delay:1.05s}@media (min-width: 1920px){.albums-grid{grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:2rem;max-width:1800px}.catalog-content{padding:2.5rem}}@media (min-width: 1440px) and (max-width: 1919px){.albums-grid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1.75rem;max-width:1600px}}@media (min-width: 1200px) and (max-width: 1439px){.albums-grid{grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:1.5rem;max-width:1400px}}@media (min-width: 992px) and (max-width: 1199px){.albums-grid{grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:1.25rem;max-width:1200px}.catalog-content{padding:1.75rem}}@media (min-width: 768px) and (max-width: 991px){.albums-grid{grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:1rem;max-width:1000px}.catalog-content{padding:1.5rem}.album-title{font-size:.8rem}.album-artist{font-size:.7rem}.album-meta{font-size:.6rem;gap:.5rem}}@media (min-width: 481px) and (max-width: 767px){.albums-grid{grid-template-columns:repeat(auto-fill,minmax(120px,1fr));gap:.75rem;max-width:100%}.catalog-content{padding:1.25rem}.album-overlay{padding:.75rem}.album-title{font-size:.75rem}.album-artist{font-size:.65rem}.album-meta{font-size:.55rem;gap:.4rem}}@media (max-width: 480px){.albums-grid{grid-template-columns:repeat(auto-fill,minmax(100px,1fr));gap:.5rem;max-width:100%}.catalog-content{padding:1rem}.catalog-title{margin-bottom:2rem}.album-overlay{padding:.5rem}.album-title{font-size:.7rem}.album-artist{font-size:.6rem}.album-meta{font-size:.5rem;gap:.3rem;flex-direction:column}.album-cover-container:hover{transform:translateY(-4px)}}.content{position:relative;z-index:1;width:100vw;height:auto;min-height:calc(100vh - 6rem);display:flex;flex-direction:column;background:#0006;border-radius:16px;justify-content:center;align-items:center;padding:8px 0 2rem;margin:0 auto;margin-top:-2rem;overflow-y:auto}.placeholder-content{opacity:0;animation:fadeIn .8s ease-out .3s forwards;text-align:left;width:87%;max-width:1400px;margin:0 auto;padding:8px 2rem 0;position:relative;margin-top:3rem;margin-bottom:2rem}.main-title{font-size:clamp(1.5rem,4vw,3rem);font-weight:700;color:#fff;letter-spacing:-.05em;line-height:1.1;margin-bottom:1rem;text-align:left}.accent-block{background:linear-gradient(45deg,#6496ffcc,#9664ffcc,#ff64b4cc,#ff96c8cc,#c864ffcc);background-clip:text;-webkit-background-clip:text;color:transparent;animation:rainbowCycle 16s ease-in-out infinite;display:inline-block;font-size:2em;line-height:.5;vertical-align:middle;margin-top:-32px;border-radius:8px;letter-spacing:-.1em;margin-left:-.03em;margin-right:-.03em}.main-title .accent-block+*{margin-left:8px}.tagline{font-size:clamp(.855rem,1.8vw,1.105rem);font-weight:500;color:#fffc;letter-spacing:.1em;margin-bottom:3rem;opacity:.9;text-align:center;line-height:1.5}@keyframes rainbowCycle{0%{filter:hue-rotate(0deg)}25%{filter:hue-rotate(90deg)}50%{filter:hue-rotate(180deg)}75%{filter:hue-rotate(270deg)}to{filter:hue-rotate(360deg)}}.subheader{font-size:clamp(.775rem,2vw,1.275rem);font-weight:400;color:#fff9;letter-spacing:.02em;line-height:1.3;margin-bottom:1rem;opacity:0;animation:fadeInUp 1s ease-out .5s forwards;max-width:1200px;margin-left:auto;margin-right:auto;text-align:center;padding-left:32px;padding-right:32px;margin-top:.5rem}.page-description{opacity:0;animation:fadeInUp 1s ease-out .7s forwards;font-size:clamp(.605rem,1.675vw,.855rem);font-weight:500;color:#fffc;letter-spacing:.05em;margin-bottom:3rem;margin-top:1.5rem;text-align:center;line-height:1.375;max-width:700px;margin-left:auto;margin-right:auto}.page-description p{margin-bottom:1.5rem}.page-description p:last-child{margin-bottom:0}.magazine-layout{position:relative;max-width:700px;margin:0 auto;text-align:left}.content-section{position:relative}.section-header{font-size:clamp(.925rem,2.375vw,1.25rem);font-weight:800;color:#fff;text-transform:uppercase;text-align:left;letter-spacing:.1em;margin:3rem 0 1.5rem;line-height:1.2}.section-header:first-child{margin-top:0}.magazine-layout p{font-size:clamp(.6875rem,1.475vw,.8125rem);font-weight:500;color:#fffc;line-height:1.65;margin-bottom:1.5rem;text-align:left;text-indent:1.5em;-webkit-hyphens:auto;hyphens:auto;text-align:justify}.magazine-layout p:first-of-type{font-size:clamp(.75rem,1.6vw,.9rem);font-weight:600;line-height:1.5;text-indent:0;margin-bottom:2rem;color:#ffffffe6}.magazine-layout p:first-of-type:first-letter{font-size:3.2em;font-weight:700;float:left;line-height:.8;margin:.1em .1em 0 0;color:#6496ffcc}.image-placeholder{background:#000;border:1px solid rgba(255,255,255,.67);border-radius:8px;opacity:0;transform:translateY(30px);position:relative;margin:1.5rem 0;transition:all .3s ease;width:392px;height:392px}.image-placeholder:before{content:"";position:absolute;top:-1px;left:-1px;right:-1px;bottom:-1px;background:transparent;border:1px solid rgba(255,255,255,.67);border-radius:8px;z-index:-1;clip-path:polygon(0 0,0 0,0 0,0 0)}.placeholder-horizontal-1,.placeholder-horizontal-2,.placeholder-horizontal-3{float:none!important;margin:3rem auto!important;display:block;width:196px!important;height:196px!important}.placeholder-large-1{float:right;margin:0 0 3rem 3rem;width:448px;height:448px;animation:fadeInUp .8s ease-out 1.1s forwards}.placeholder-medium-1{float:left;margin:2rem 2.5rem 2.5rem 0;width:336px;height:336px;animation:fadeInUp .8s ease-out 1.6s forwards}.placeholder-small-1{float:right;margin:1rem 0 2rem 2rem;width:224px;height:224px;animation:fadeInUp .8s ease-out 1.9s forwards}.placeholder-1{float:right;margin:0 0 2rem 2rem;animation:fadeInUp .8s ease-out 1.2s forwards}.placeholder-1:before{animation:drawBorderClockwise .6s ease-out 1.4s forwards}.placeholder-2{float:left;margin:2rem 2rem 2rem 0;animation:fadeInUp .8s ease-out 1.6s forwards}.placeholder-2:before{animation:drawBorderClockwise .6s ease-out 1.8s forwards}.placeholder-3{float:right;margin:1rem 0 2rem 2rem;animation:fadeInUp .8s ease-out 1.4s forwards}.placeholder-3:before{animation:drawBorderClockwise .6s ease-out 1.6s forwards}.placeholder-4{float:left;margin:2rem 2rem 1rem 0;animation:fadeInUp .8s ease-out 1.8s forwards}.placeholder-4:before{animation:drawBorderClockwise .6s ease-out 2s forwards}.placeholder-5{float:left;margin:1rem 2rem 2rem 0;animation:fadeInUp .8s ease-out 1.3s forwards}.placeholder-5:before{animation:drawBorderClockwise .6s ease-out 1.5s forwards}.placeholder-6{float:right;margin:2rem 0 2rem 2rem;animation:fadeInUp .8s ease-out 1.7s forwards}.placeholder-6:before{animation:drawBorderClockwise .6s ease-out 1.9s forwards}.placeholder-7{float:right;margin:0 0 2rem 2rem;animation:fadeInUp .8s ease-out 1.5s forwards}.placeholder-7:before{animation:drawBorderClockwise .6s ease-out 1.7s forwards}.placeholder-8{float:left;margin:2rem 2rem 1rem 0;animation:fadeInUp .8s ease-out 1.9s forwards}.placeholder-8:before{animation:drawBorderClockwise .6s ease-out 2.1s forwards}.placeholder-9{float:left;margin:1rem 2rem 2rem 0;animation:fadeInUp .8s ease-out 1.4s forwards}.placeholder-9:before{animation:drawBorderClockwise .6s ease-out 1.6s forwards}.placeholder-10{float:right;margin:2rem 0 2rem 2rem;animation:fadeInUp .8s ease-out 1.8s forwards}.placeholder-10:before{animation:drawBorderClockwise .6s ease-out 2s forwards}.placeholder-11{float:right;margin:0 0 2rem 2rem;animation:fadeInUp .8s ease-out 1.3s forwards}.placeholder-11:before{animation:drawBorderClockwise .6s ease-out 1.5s forwards}.placeholder-12{float:left;margin:2rem 2rem 1rem 0;animation:fadeInUp .8s ease-out 1.7s forwards}.placeholder-12:before{animation:drawBorderClockwise .6s ease-out 1.9s forwards}.placeholder-default-1{float:right;margin:1rem 0 2rem 2rem;animation:fadeInUp .8s ease-out 1.4s forwards}.placeholder-default-1:before{animation:drawBorderClockwise .6s ease-out 1.6s forwards}.placeholder-default-2{float:left;margin:2rem 2rem 1rem 0;animation:fadeInUp .8s ease-out 1.8s forwards}.placeholder-default-2:before{animation:drawBorderClockwise .6s ease-out 2s forwards}.placeholder-hero-1{float:none;margin:2rem auto 3rem;display:block;width:400px;height:250px;animation:fadeInUp .8s ease-out 1s forwards}.placeholder-hero-1:before{animation:drawBorderClockwise .6s ease-out 1.2s forwards}.placeholder-hero-2{float:none;margin:2rem auto 3rem;display:block;width:450px;height:280px;animation:fadeInUp .8s ease-out 1.4s forwards}.placeholder-hero-2:before{animation:drawBorderClockwise .6s ease-out 1.6s forwards}.placeholder-hero-3{float:none;margin:2rem auto 3rem;display:block;width:380px;height:240px;animation:fadeInUp .8s ease-out 1.2s forwards}.placeholder-hero-3:before{animation:drawBorderClockwise .6s ease-out 1.4s forwards}.placeholder-large-1{float:right;margin:0 0 2rem 2rem;width:320px;height:240px;animation:fadeInUp .8s ease-out 1.1s forwards}.placeholder-large-1:before{animation:drawBorderClockwise .6s ease-out 1.3s forwards}.placeholder-large-2{float:left;margin:1rem 2rem 2rem 0;width:300px;height:220px;animation:fadeInUp .8s ease-out 1.3s forwards}.placeholder-large-2:before{animation:drawBorderClockwise .6s ease-out 1.5s forwards}.placeholder-large-3{float:right;margin:1rem 0 2rem 2rem;width:340px;height:260px;animation:fadeInUp .8s ease-out 1.5s forwards}.placeholder-large-3:before{animation:drawBorderClockwise .6s ease-out 1.7s forwards}.placeholder-large-4{float:left;margin:2rem 2rem 1rem 0;width:310px;height:230px;animation:fadeInUp .8s ease-out 1.7s forwards}.placeholder-large-4:before{animation:drawBorderClockwise .6s ease-out 1.9s forwards}.placeholder-large-5{float:right;margin:0 0 2rem 2rem;width:330px;height:250px;animation:fadeInUp .8s ease-out 1.4s forwards}.placeholder-large-5:before{animation:drawBorderClockwise .6s ease-out 1.6s forwards}.placeholder-medium-1{float:left;margin:1rem 1.5rem 1.5rem 0;width:240px;height:180px;animation:fadeInUp .8s ease-out 1.6s forwards}.placeholder-medium-1:before{animation:drawBorderClockwise .6s ease-out 1.8s forwards}.placeholder-medium-2{float:right;margin:1rem 0 1.5rem 1.5rem;width:260px;height:190px;animation:fadeInUp .8s ease-out 1.2s forwards}.placeholder-medium-2:before{animation:drawBorderClockwise .6s ease-out 1.4s forwards}.placeholder-medium-3{float:left;margin:1.5rem 1.5rem 1rem 0;width:250px;height:185px;animation:fadeInUp .8s ease-out 1.8s forwards}.placeholder-medium-3:before{animation:drawBorderClockwise .6s ease-out 2s forwards}.placeholder-medium-4{float:right;margin:.5rem 0 1.5rem 1.5rem;width:270px;height:200px;animation:fadeInUp .8s ease-out 1.3s forwards}.placeholder-medium-4:before{animation:drawBorderClockwise .6s ease-out 1.5s forwards}.placeholder-medium-5{float:left;margin:1rem 1.5rem 2rem 0;width:255px;height:190px;animation:fadeInUp .8s ease-out 1.6s forwards}.placeholder-medium-5:before{animation:drawBorderClockwise .6s ease-out 1.8s forwards}.placeholder-medium-6{float:right;margin:0 0 1.5rem 1.5rem;width:265px;height:195px;animation:fadeInUp .8s ease-out 1.1s forwards}.placeholder-medium-6:before{animation:drawBorderClockwise .6s ease-out 1.3s forwards}.placeholder-small-1{float:right;margin:.5rem 0 1rem 1rem;width:160px;height:120px;animation:fadeInUp .8s ease-out 1.9s forwards}.placeholder-small-1:before{animation:drawBorderClockwise .6s ease-out 2.1s forwards}.placeholder-small-2{float:left;margin:.5rem 1rem 1rem 0;width:150px;height:110px;animation:fadeInUp .8s ease-out 1.7s forwards}.placeholder-small-2:before{animation:drawBorderClockwise .6s ease-out 1.9s forwards}.placeholder-small-3{float:right;margin:.5rem 0 1rem 1rem;width:170px;height:130px;animation:fadeInUp .8s ease-out 1.4s forwards}.placeholder-small-3:before{animation:drawBorderClockwise .6s ease-out 1.6s forwards}.placeholder-small-4{float:left;margin:0 1rem 1rem 0;width:155px;height:115px;animation:fadeInUp .8s ease-out 1s forwards}.placeholder-small-4:before{animation:drawBorderClockwise .6s ease-out 1.2s forwards}.placeholder-small-5{float:right;margin:.5rem 0 1rem 1rem;width:165px;height:125px;animation:fadeInUp .8s ease-out 1.5s forwards}.placeholder-small-5:before{animation:drawBorderClockwise .6s ease-out 1.7s forwards}.placeholder-small-6{float:left;margin:.5rem 1rem 1rem 0;width:175px;height:135px;animation:fadeInUp .8s ease-out 1.3s forwards}.placeholder-small-6:before{animation:drawBorderClockwise .6s ease-out 1.5s forwards}.placeholder-wide-1{float:none;margin:1.5rem auto;display:block;width:500px;height:180px;animation:fadeInUp .8s ease-out 1.2s forwards}.placeholder-wide-1:before{animation:drawBorderClockwise .6s ease-out 1.4s forwards}.placeholder-wide-2{float:none;margin:1.5rem auto;display:block;width:480px;height:170px;animation:fadeInUp .8s ease-out 1.1s forwards}.placeholder-wide-2:before{animation:drawBorderClockwise .6s ease-out 1.3s forwards}.placeholder-wide-3{float:none;margin:1.5rem auto;display:block;width:520px;height:190px;animation:fadeInUp .8s ease-out 1.6s forwards}.placeholder-wide-3:before{animation:drawBorderClockwise .6s ease-out 1.8s forwards}.placeholder-page-wide-1{float:none;margin:1.5rem auto;display:block;width:100%;max-width:700px;height:200px;animation:fadeInUp .8s ease-out 1.1s forwards}.placeholder-page-wide-1:before{animation:drawBorderClockwise .6s ease-out 1.3s forwards}.horizontal-placeholders{display:flex;gap:2rem;justify-content:center;margin:2rem 0 3rem;flex-wrap:wrap;max-width:100%;width:100%}.placeholder-horizontal-1,.placeholder-horizontal-2,.placeholder-horizontal-3{float:none!important;margin:0!important;width:140px;height:140px;flex-shrink:0;flex-basis:140px}.placeholder-horizontal-1{animation:fadeInUp .8s ease-out 1s forwards}.placeholder-horizontal-1:before{animation:drawBorderClockwise .6s ease-out 1.2s forwards}.placeholder-horizontal-2{animation:fadeInUp .8s ease-out 1.2s forwards}.placeholder-horizontal-2:before{animation:drawBorderClockwise .6s ease-out 1.4s forwards}.placeholder-horizontal-3{animation:fadeInUp .8s ease-out 1.4s forwards}.placeholder-horizontal-3:before{animation:drawBorderClockwise .6s ease-out 1.6s forwards}@keyframes drawBorderClockwise{0%{clip-path:polygon(0 0,0 0,0 0,0 0)}25%{clip-path:polygon(0 0,100% 0,100% 0,0 0)}50%{clip-path:polygon(0 0,100% 0,100% 100%,0 100%)}75%{clip-path:polygon(0 0,100% 0,100% 100%,0 100%)}to{clip-path:polygon(0 0,100% 0,100% 100%,0 100%)}}.connect-content{opacity:0;animation:fadeInUp 1s ease-out .9s forwards;max-width:500px;margin:0 auto;width:100%;text-align:center}.cta-buttons{display:flex;gap:1.5rem;justify-content:center;flex-wrap:wrap;margin-bottom:3rem}.form-subheader{font-size:clamp(1rem,2.2vw,1.2rem);font-weight:600;color:#ffffffe6;margin-bottom:2rem;text-align:center;line-height:1.4}.connect-form{display:flex;flex-direction:column;gap:1.5rem}.form-row{display:flex;gap:1rem}.form-field{display:flex;flex-direction:column;flex:1}.form-field label{font-size:.9rem;font-weight:500;color:#fffc;margin-bottom:.5rem}.form-field input,.form-field select,.form-field textarea{background:transparent;border:1px solid rgba(255,255,255,.3);border-radius:4px;padding:.75rem;color:#fff;font-size:1rem;transition:all .3s ease}.form-field input:focus,.form-field select:focus,.form-field textarea:focus{outline:none;border-color:#fff9;box-shadow:0 0 0 2px #ffffff1a}.form-field input::placeholder,.form-field textarea::placeholder{color:#fff6}.form-field select option{background:#000;color:#fff}.form-field textarea{resize:vertical;min-height:100px}.submit-button{margin:1rem 0;align-self:center;width:auto;max-width:200px;padding:.6rem 1.5rem}.privacy-notice{font-size:.8rem;color:#fff9;text-align:center;margin-top:1rem}.privacy-link{color:#6496ffe6;text-decoration:none;transition:color .3s ease}.privacy-link:hover{color:#9664ff}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.content-divider{width:100%;height:1px;background:#ffffff60;margin:3rem auto 2rem;max-width:600px;width:0;animation:drawLine 1.5s ease-out .8s forwards}@keyframes drawLine{0%{width:0%}to{width:100%}}.connect-cta-section{opacity:0;transition:opacity 1s ease-in-out;max-width:600px;margin:4rem auto 2rem;text-align:center;padding:2rem 0}.connect-cta-section.visible{opacity:1}.connect-cta-title{font-size:clamp(1.2rem,2.5vw,1.8rem);font-weight:600;color:#fff;margin-bottom:1rem;white-space:nowrap;text-align:center}.connect-cta-description{font-size:clamp(.6875rem,1.6vw,.875rem);font-weight:400;color:#fffc;line-height:1.5;max-width:500px;margin-left:auto;margin-right:auto;text-align:center}.connect-cta-section .nav-demo-button{display:inline-block!important;width:auto!important;max-width:200px!important;padding:.6rem 1.2rem!important;margin-top:32px}.connect-cta-section .nav-demo-button:hover{color:#0032ff!important}@media (min-width: 1920px){.placeholder-content{max-width:1400px;width:83%}.content{width:83%;max-width:1400px}.magazine-layout{max-width:900px}.connect-content{max-width:600px}}@media (min-width: 1440px) and (max-width: 1919px){.placeholder-content,.content{width:87%;max-width:1200px}.magazine-layout{max-width:800px}.connect-content{max-width:550px}}@media (min-width: 1200px) and (max-width: 1439px){.placeholder-content,.content{width:90%;max-width:1000px}.magazine-layout{max-width:750px}.connect-content{max-width:500px}}@media (min-width: 992px) and (max-width: 1199px){.placeholder-content{width:92%;max-width:900px;padding:32px 1.5rem 0}.content{width:92%;max-width:900px;padding:32px 0 2rem}.magazine-layout{max-width:700px}.connect-content{max-width:450px}.image-placeholder{width:180px;height:180px}}@media (min-width: 768px) and (max-width: 991px){.placeholder-content{width:95%;max-width:700px;padding:24px 1rem 0}.content{width:95%;max-width:700px;padding:24px 0 2rem}.magazine-layout{max-width:600px}.connect-content{max-width:400px}.image-placeholder{width:160px;height:160px}.section-header{font-size:clamp(1rem,2.2vw,1.25rem);margin:2.5rem 0 1.25rem}.form-row{flex-direction:column;gap:1.25rem}}@media (min-width: 481px) and (max-width: 767px){.placeholder-content{width:96%;max-width:500px;padding:20px .75rem 0}.content{width:96%;max-width:500px;padding:20px 0 1.5rem}.magazine-layout,.connect-content{max-width:100%}.image-placeholder,.placeholder-hero-1,.placeholder-hero-2,.placeholder-hero-3,.placeholder-large-1,.placeholder-large-2,.placeholder-large-3,.placeholder-large-4,.placeholder-large-5,.placeholder-medium-1,.placeholder-medium-2,.placeholder-medium-3,.placeholder-medium-4,.placeholder-medium-5,.placeholder-medium-6,.placeholder-small-1,.placeholder-small-2,.placeholder-small-3,.placeholder-small-4,.placeholder-small-5,.placeholder-small-6,.placeholder-wide-1,.placeholder-wide-2,.placeholder-wide-3{float:none!important;margin:2rem auto!important;display:block;width:140px!important;height:140px!important}.section-header{font-size:clamp(.95rem,2vw,1.15rem);margin:2rem 0 1rem}.form-row{flex-direction:column;gap:1.25rem}.cta-buttons{flex-direction:column;align-items:center;gap:.75rem}.cta-buttons .nav-demo-button{max-width:250px!important}.connect-cta-section{max-width:100%}}@media (max-width: 480px){.placeholder-content{width:98%;max-width:100%;padding:16px .5rem 0}.content{width:98%;max-width:100%;padding:16px 0 1rem;border-radius:8px}.magazine-layout,.connect-content{max-width:100%}.page-description{margin-bottom:2rem}.image-placeholder,.placeholder-hero-1,.placeholder-hero-2,.placeholder-hero-3,.placeholder-large-1,.placeholder-large-2,.placeholder-large-3,.placeholder-large-4,.placeholder-large-5,.placeholder-medium-1,.placeholder-medium-2,.placeholder-medium-3,.placeholder-medium-4,.placeholder-medium-5,.placeholder-medium-6,.placeholder-small-1,.placeholder-small-2,.placeholder-small-3,.placeholder-small-4,.placeholder-small-5,.placeholder-small-6,.placeholder-wide-1,.placeholder-wide-2,.placeholder-wide-3{float:none!important;margin:1.5rem auto!important;display:block;width:120px!important;height:120px!important}.horizontal-placeholders{flex-direction:column;align-items:center;gap:1rem;margin:1.5rem 0 2rem}.placeholder-horizontal-1,.placeholder-horizontal-2,.placeholder-horizontal-3{width:120px!important;height:120px!important}.section-header{font-size:clamp(.9rem,1.8vw,1rem);margin:1.5rem 0 .75rem}.magazine-layout p{font-size:clamp(.65rem,1.3vw,.75rem);position:relative;line-height:1.4;z-index:1;padding:.65rem;width:100vw}height: auto;min-height: calc(100vh - 6rem);.cta-buttons .nav-demo-button{display:flex;max-width:200px!important;flex-direction:column;font-size:.85rem;background:#000000b3;padding:.55rem 1rem!important;justify-content:flex-start}align-items: center;padding: 2rem 0;.connect-cta-section .nav-demo-button{margin:0;max-width:180px!important;top:0;font-size:.85rem!important;overflow-y:auto;padding:.55rem 1rem!important}}@media (min-width: 481px) and (max-width: 767px){.horizontal-placeholders{gap:.75rem;flex-wrap:nowrap}.placeholder-horizontal-1,.placeholder-horizontal-2,.placeholder-horizontal-3{width:120px;height:120px}}@media (min-width: 768px) and (max-width: 991px){.horizontal-placeholders{gap:2rem;flex-wrap:nowrap}.placeholder-horizontal-1,.placeholder-horizontal-2,.placeholder-horizontal-3{width:130px;height:130px}}@media (min-width: 992px) and (max-width: 1199px){.horizontal-placeholders{gap:2.5rem;flex-wrap:nowrap}.placeholder-horizontal-1,.placeholder-horizontal-2,.placeholder-horizontal-3{width:150px;height:150px}}@media (min-width: 1200px){.horizontal-placeholders{gap:3rem;flex-wrap:nowrap}.placeholder-horizontal-1,.placeholder-horizontal-2,.placeholder-horizontal-3{width:160px;height:160px}}<<<<<<< HEAD ======= .login-container{width:100vw;height:100vh;display:flex;justify-content:center;align-items:center;background-color:#1a1a1a}.login-form{background-color:#2a2a2a;padding:2rem;border-radius:8px;box-shadow:0 4px 6px #0000001a;width:100%;max-width:320px}.login-form h2{color:#fff;font-family:Roboto,sans-serif;margin-bottom:1.5rem;text-align:center}.password-input{width:100%;padding:.75rem;margin-bottom:1rem;border:1px solid #404040;border-radius:4px;background-color:#333;color:#fff;font-size:1rem}.password-input:focus{outline:none;border-color:#666}.login-button{width:100%;padding:.75rem;background-color:#007bff;color:#fff;border:none;border-radius:4px;font-size:1rem;cursor:pointer;transition:background-color .2s}.login-button:hover{background-color:#0056b3}.error-message{color:#f44;margin-bottom:1rem;text-align:center;font-size:.9rem}.logout-button{position:absolute;top:20px;right:20px;padding:.5rem 1rem;background-color:#ffffff1a;color:#fff;border:1px solid rgba(255,255,255,.2);border-radius:4px;font-size:.9rem;cursor:pointer;transition:all .2s;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.logout-button:hover{background-color:#fff3;border-color:#ffffff4d}>>>>>>> develop{}
