*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;background:linear-gradient(135deg,#5e9fca 0,#4a90e2 50%,#5ba0f2 100%);min-height:100vh;display:flex;flex-direction:column;line-height:1.6}.navbar{background:rgba(255,255,255,.1);backdrop-filter:blur(10px);border-bottom:1px solid rgba(255,255,255,.1)}.nav-container{max-width:1200px;margin:0 auto;padding:1rem 2rem;display:flex;justify-content:space-between;align-items:center}.logo{display:flex;align-items:center;gap:.75rem;color:#fff;text-decoration:none;font-size:1.5rem;font-weight:700}.logo svg{width:32px;height:32px;fill:white;flex-shrink:0}.logo span{white-space:nowrap}.nav-links{display:flex;gap:2rem;list-style:none}.nav-links a{color:rgba(255,255,255,.9);text-decoration:none;font-weight:500;transition:all .3s;position:relative}.nav-links a::after{content:"";position:absolute;bottom:-2px;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,rgba(255,255,255,.6),transparent);opacity:0;transition:opacity .3s}.nav-links a:hover{color:#fff}.nav-links a:hover::after{opacity:1}.nav-links a.active{color:#fff;font-weight:600;position:relative}.nav-links a.active::after{content:"";position:absolute;bottom:-8px;left:0;right:0;height:2px;background:#fff;border-radius:2px}.main-wrapper{flex:1;width:100%;padding:3rem 0}.container{max-width:1200px;width:100%;margin:0 auto;padding:0 2rem}.content-card{background:#fff;border-radius:1rem;padding:3rem;box-shadow:0 20px 60px rgba(0,0,0,.15);margin-bottom:2rem}.content-card h1{color:#2d3748;font-size:2.5rem;margin-bottom:1.5rem;font-weight:700}.content-card h2{color:#2d3748;font-size:2rem;margin-bottom:1.25rem;font-weight:600}.content-card h3{color:#2d3748;font-size:1.5rem;margin-bottom:1rem;font-weight:600}.content-card p{color:#718096;line-height:1.8;margin-bottom:1rem}.footer{background:rgba(255,255,255,.05);backdrop-filter:blur(10px);border-top:1px solid rgba(255,255,255,.1);padding:1.5rem 0;margin-top:auto}.footer-content{max-width:1200px;margin:0 auto;padding:0 2rem;display:flex;justify-content:space-between;align-items:center;color:rgba(255,255,255,.8);font-size:.875rem}.footer-links{display:flex;gap:1.5rem;align-items:center}.footer-links a{color:rgba(255,255,255,.8);text-decoration:none;transition:all .3s;font-weight:500;position:relative}.footer-links a::after{content:"";position:absolute;bottom:-2px;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,rgba(255,255,255,.6),transparent);opacity:0;transition:opacity .3s}.footer-links a:hover{color:#fff}.footer-links a:hover::after{opacity:1}.footer-separator{color:rgba(255,255,255,.3);font-size:.75rem}.btn{display:inline-block;padding:.75rem 2rem;border-radius:.5rem;font-weight:600;text-decoration:none;transition:all .3s;cursor:pointer;border:none;font-size:1rem;white-space:nowrap}.btn-primary{background:#5ba0f2;color:#fff;box-shadow:0 4px 15px rgba(91,160,242,.3)}.btn-primary:hover{background:#4a90e2;box-shadow:0 4px 20px rgba(91,160,242,.4)}.btn-secondary{background:0 0;color:#5ba0f2;border:2px solid #5ba0f2;padding:calc(.75rem - 2px) calc(2rem - 2px)}.btn-secondary:hover{background:rgba(91,160,242,.1);border-color:#4a90e2;color:#4a90e2}.btn-group{display:flex;gap:1rem;flex-wrap:wrap;align-items:center}@media (max-width:400px){.btn-group{flex-direction:column;width:100%}.btn-group .btn{width:100%;justify-content:center}}.form-group{margin-bottom:1.5rem}.form-label{display:block;margin-bottom:.5rem;color:#2d3748;font-weight:500}.form-input{width:100%;padding:.75rem 1rem;border:2px solid #e2e8f0;border-radius:.5rem;font-size:1rem;transition:border-color .3s}.form-input:focus{outline:0;border-color:#5ba0f2;box-shadow:0 0 0 3px rgba(91,160,242,.15)}.spinner{display:inline-block;width:40px;height:40px;border:4px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin 1s linear infinite}.spinner-small{width:20px;height:20px;border-width:2px}.spinner-primary{border-color:rgba(74,144,226,.3);border-top-color:#4a90e2}@keyframes spin{to{transform:rotate(360deg)}}.alert{padding:1rem 1.25rem;border-radius:.5rem;margin-bottom:1rem;font-weight:500;display:flex;align-items:center;gap:.75rem}.alert-success{background:rgba(72,187,120,.1);border:1px solid rgba(72,187,120,.3);color:#22543d}.alert-error{background:rgba(245,101,101,.1);border:1px solid rgba(245,101,101,.3);color:#742a2a}.alert-warning{background:rgba(237,137,54,.1);border:1px solid rgba(237,137,54,.3);color:#744210}.alert-info{background:rgba(74,144,226,.1);border:1px solid rgba(74,144,226,.3);color:#1a365d}.card{background:#fff;border-radius:.75rem;padding:1.5rem;box-shadow:0 4px 20px rgba(0,0,0,.08);margin-bottom:1.5rem}.card-hover{transition:all .3s;cursor:pointer}.card-hover:hover{transform:translateY(-4px);box-shadow:0 8px 30px rgba(0,0,0,.12)}.card-glass{background:rgba(255,255,255,.9);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2)}.text-center{text-align:center}.mt-1{margin-top:.5rem}.mt-2{margin-top:1rem}.mt-3{margin-top:1.5rem}.mt-4{margin-top:2rem}.mt-5{margin-top:3rem}.mb-1{margin-bottom:.5rem}.mb-2{margin-bottom:1rem}.mb-3{margin-bottom:1.5rem}.mb-4{margin-bottom:2rem}.mb-5{margin-bottom:3rem}.ml-1{margin-left:.5rem}.ml-2{margin-left:1rem}.ml-3{margin-left:1.5rem}.ml-4{margin-left:2rem}.ml-5{margin-left:3rem}.mr-1{margin-right:.5rem}.mr-2{margin-right:1rem}.mr-3{margin-right:1.5rem}.mr-4{margin-right:2rem}.mr-5{margin-right:3rem}.pt-1{padding-top:.5rem}.pt-2{padding-top:1rem}.pt-3{padding-top:1.5rem}.pt-4{padding-top:2rem}.pt-5{padding-top:3rem}.pb-1{padding-bottom:.5rem}.pb-2{padding-bottom:1rem}.pb-3{padding-bottom:1.5rem}.pb-4{padding-bottom:2rem}.pb-5{padding-bottom:3rem}.row{display:flex;flex-wrap:wrap;margin-left:-1rem;margin-right:-1rem}.col{flex:1;padding:0 1rem}.col-auto{flex:0 0 auto;padding:0 1rem}.col-1{flex:0 0 8.333333%;max-width:8.333333%;padding:0 1rem}.col-2{flex:0 0 16.666667%;max-width:16.666667%;padding:0 1rem}.col-3{flex:0 0 25%;max-width:25%;padding:0 1rem}.col-4{flex:0 0 33.333333%;max-width:33.333333%;padding:0 1rem}.col-5{flex:0 0 41.666667%;max-width:41.666667%;padding:0 1rem}.col-6{flex:0 0 50%;max-width:50%;padding:0 1rem}.col-7{flex:0 0 58.333333%;max-width:58.333333%;padding:0 1rem}.col-8{flex:0 0 66.666667%;max-width:66.666667%;padding:0 1rem}.col-9{flex:0 0 75%;max-width:75%;padding:0 1rem}.col-10{flex:0 0 83.333333%;max-width:83.333333%;padding:0 1rem}.col-11{flex:0 0 91.666667%;max-width:91.666667%;padding:0 1rem}.col-12{flex:0 0 100%;max-width:100%;padding:0 1rem}@media (max-width:768px){.nav-container{padding:1rem}.nav-links{gap:1rem;font-size:.9rem}.main-wrapper{padding:2rem 0}.container{padding:0 1rem}.content-card{padding:1.5rem;border-radius:.75rem}.content-card h1{font-size:2rem}.content-card h2{font-size:1.5rem}.footer-content{flex-direction:column;gap:.75rem;text-align:center}.footer-links{flex-direction:column;gap:.5rem}.footer-separator{display:none}.btn{padding:.75rem 1.5rem;font-size:.95rem}.btn-secondary{padding:calc(.75rem - 2px) calc(1.5rem - 2px)}@media (max-width:400px){.btn+.btn{margin-top:.75rem;margin-left:0!important;display:block;width:100%}}[class*=col-]{flex:0 0 100%;max-width:100%}.col-sm-1{flex:0 0 8.333333%;max-width:8.333333%}.col-sm-2{flex:0 0 16.666667%;max-width:16.666667%}.col-sm-3{flex:0 0 25%;max-width:25%}.col-sm-4{flex:0 0 33.333333%;max-width:33.333333%}.col-sm-5{flex:0 0 41.666667%;max-width:41.666667%}.col-sm-6{flex:0 0 50%;max-width:50%}.col-sm-7{flex:0 0 58.333333%;max-width:58.333333%}.col-sm-8{flex:0 0 66.666667%;max-width:66.666667%}.col-sm-9{flex:0 0 75%;max-width:75%}.col-sm-10{flex:0 0 83.333333%;max-width:83.333333%}.col-sm-11{flex:0 0 91.666667%;max-width:91.666667%}.col-sm-12{flex:0 0 100%;max-width:100%}}@media (max-width:480px){.logo{font-size:1.25rem}.nav-links{gap:.75rem}.footer-links{flex-direction:column;gap:.75rem}}