.login-container{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:2rem 1rem;background:linear-gradient(135deg,#667eea,#764ba2);position:relative;overflow:hidden;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}.login-container:before{content:"";position:fixed;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,#111827f2,#0f172afa);pointer-events:none;z-index:0}.login-content{width:100%;max-width:420px;background:linear-gradient(135deg,#111827d9,#0f172acc);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-radius:16px;padding:2.8rem;color:#fff;border:1px solid rgba(255,255,255,.12);box-shadow:0 10px 40px #00000059,0 1px 8px #0003;position:relative;z-index:11;transition:all .35s cubic-bezier(.4,0,.2,1)}.login-content:hover{background:linear-gradient(135deg,#111827f2,#0f172ae6);border-color:#10b9814d;transform:translateY(-4px);box-shadow:0 15px 50px #0006,0 0 0 1px #10b98133}.login-header{text-align:center;margin-bottom:2.5rem}.login-header h1{font-size:1.875rem;font-weight:800;color:#fff;margin-bottom:.75rem;letter-spacing:-.5px}.login-header p{color:#d1d5db;font-size:.95rem;margin:0;line-height:1.6;font-weight:400}.alert-warning{background-color:#f59e0b33;border:1px solid rgba(245,158,11,.4);color:#fff}.login-form{display:flex;flex-direction:column;gap:1.5rem}.password-header{display:flex;justify-content:space-between;align-items:center}.password-header label{margin:0}.forgot-password{font-size:.75rem;color:#10b981;text-decoration:none;font-weight:600;transition:color .2s ease;cursor:pointer}.forgot-password:hover{color:#34d399;text-decoration:underline}.login-button{display:flex;align-items:center;justify-content:center;gap:.75rem;width:100%;padding:1rem 1.5rem;background:linear-gradient(135deg,#10b981,#059669);color:#fff;border:1px solid rgba(16,185,129,.3);border-radius:10px;font-weight:700;font-size:.95rem;text-transform:uppercase;letter-spacing:.8px;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);margin-top:.5rem;box-shadow:0 4px 15px #10b9814d}.login-button:hover:not(:disabled){transform:translateY(-2px);background:linear-gradient(135deg,#34d399,#10b981);box-shadow:0 8px 25px #10b98180;border-color:#10b98180}.login-button:active:not(:disabled){transform:translateY(0)}.login-button:disabled{opacity:.6;cursor:not-allowed}.resend-verification-btn{display:flex;align-items:center;justify-content:center;gap:.5rem;width:100%;padding:.85rem 1.5rem;background:#ffffff26;color:#f3f4f6;border:1.5px solid rgba(255,255,255,.25);border-radius:10px;font-weight:600;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);font-size:.85rem;text-transform:uppercase;letter-spacing:.6px;margin-top:1rem;box-shadow:0 2px 8px #0003}.resend-verification-btn:hover:not(:disabled){background:#fff3;border-color:#fff6;color:#fff;transform:translateY(-2px);box-shadow:0 4px 12px #00000040}.resend-verification-btn:disabled{opacity:.5;cursor:not-allowed}.signup-prompt{text-align:center;font-size:.9rem;color:#d1d5db;margin:0}.signup-prompt a{color:#10b981;text-decoration:none;font-weight:700;transition:color .2s ease;cursor:pointer}.signup-prompt a:hover{color:#34d399;text-decoration:underline}@media (max-width: 480px){.login-container{padding:1.5rem 1rem}.login-content{max-width:100%;padding:2rem 1.5rem;border-radius:16px}.login-header h1{font-size:1.5rem;margin-bottom:.5rem}.login-header p{font-size:.9rem}.input-group input{padding:.85rem 1rem .85rem 2.5rem;font-size:.9rem}.input-icon{left:1rem;font-size:1rem}.password-toggle{right:1rem}.login-button,.resend-verification-btn{padding:.85rem 1rem;font-size:.85rem}}@media (max-width: 360px){.login-content{padding:1.5rem 1.2rem}.login-header h1{font-size:1.3rem}}.login-button:focus-visible,.password-toggle:focus-visible,.signup-prompt a:focus-visible{outline:2px solid rgba(129,140,248,.5);outline-offset:2px}.verification-form{display:flex;flex-direction:column;gap:1.5rem}.register-container{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:2rem 1rem;background:linear-gradient(135deg,#667eea,#764ba2);position:relative;overflow:hidden;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}.register-container:before{content:"";position:fixed;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,#111827f2,#0f172afa);pointer-events:none;z-index:0}.register-content{width:100%;max-width:440px;background:linear-gradient(135deg,#111827d9,#0f172acc);backdrop-filter:blur(20px) saturate(150%);-webkit-backdrop-filter:blur(20px) saturate(150%);border-radius:16px;padding:2.8rem;color:#fff;border:1px solid rgba(255,255,255,.12);box-shadow:0 10px 40px #00000059,0 1px 8px #0003;position:relative;z-index:11;transition:all .35s cubic-bezier(.4,0,.2,1);max-height:90vh;overflow-y:auto}.register-content:hover{background:linear-gradient(135deg,#111827f2,#0f172ae6);box-shadow:0 15px 50px #0006,0 0 0 1px #10b98133;border-color:#10b9814d;transform:translateY(-4px)}.register-header{text-align:center;margin-bottom:2rem}.register-header h1{font-size:2rem;font-weight:800;color:#fff;margin-bottom:.75rem;letter-spacing:-.5px;text-shadow:0 2px 8px rgba(0,0,0,.1)}.register-header p{color:#ffffffd9;font-size:.95rem;margin:0;line-height:1.6;font-weight:400}.register-form,.verification-form{display:flex;flex-direction:column;gap:1.5rem}.form-group label{font-size:.85rem;font-weight:600;color:#fffffff2;text-transform:uppercase;letter-spacing:.8px}.input-group input,.code-input-group input{width:100%;padding:.95rem 1.2rem .95rem 3rem;background:linear-gradient(135deg,#1f2937b3,#1f293799);border:1.5px solid rgba(255,255,255,.12);border-radius:11px;color:#fff;font-size:.95rem;transition:all .3s cubic-bezier(.4,0,.2,1);font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 2px 8px #0003,inset 0 1px 1px #ffffff08}.input-group input:focus,.code-input-group input:focus{outline:none;border-color:#10b981;background:linear-gradient(135deg,#1f2937f2,#1f2937d9);box-shadow:0 0 0 3px #10b98126,0 4px 12px #00000040}.input-group input::placeholder,.code-input-group input::placeholder{color:#fff9}.register-button,.resend-button{display:flex;align-items:center;justify-content:center;gap:.75rem;width:100%;padding:1rem 1.5rem;font-weight:700;font-size:.95rem;text-transform:uppercase;letter-spacing:.8px;cursor:pointer;border:none;border-radius:12px;transition:all .3s ease}.register-button{background:linear-gradient(135deg,#10b981,#059669);color:#fff;box-shadow:0 4px 15px #10b9814d;margin-top:.5rem;border:1px solid rgba(16,185,129,.3)}.register-button:hover:not(:disabled){transform:translateY(-2px);background:linear-gradient(135deg,#34d399,#10b981);box-shadow:0 8px 25px #10b98180;border-color:#10b98180}.register-button:active:not(:disabled){transform:translateY(0)}.register-button:disabled{opacity:.5;cursor:not-allowed}.divider:before{content:"";position:absolute;top:50%;left:0;right:0;height:1px;background-color:#fff3}.divider span{position:relative;background-color:transparent;padding:0 1rem;color:#ffffffbf;font-size:.85rem;font-weight:500}.login-prompt,.signup-prompt{text-align:center;font-size:.9rem;color:#ffffffd9;margin:0}.login-prompt a,.signup-prompt a{color:#10b981;text-decoration:none;font-weight:700;transition:all .2s ease}.login-prompt a:hover,.signup-prompt a:hover{color:#34d399;text-decoration:underline}.change-email{text-align:center;font-size:.85rem;margin-top:1.5rem}.change-email a{color:#10b981;text-decoration:none;font-weight:600;transition:all .2s ease}.change-email a:hover{color:#34d399;text-decoration:underline}.resend-button{background:#ffffff26;color:#fffffff2;border:1.5px solid rgba(255,255,255,.25);padding:.85rem 1.5rem;margin-top:.5rem;box-shadow:0 2px 8px #0003}@media (max-width: 480px){.register-container{padding:1.5rem 1rem}.register-content{max-width:100%;padding:2rem 1.5rem;border-radius:16px}.register-header h1{font-size:1.5rem;margin-bottom:.5rem}.register-header p{font-size:.9rem}.input-group input,.code-input-group input{padding:.85rem 1rem .85rem 2.5rem;font-size:.9rem}.input-icon{left:1rem;font-size:1rem}.password-toggle{right:1rem}.register-button,.resend-button{padding:.85rem 1rem;font-size:.85rem}.code-input{width:120px;height:70px;font-size:1.8rem!important;letter-spacing:12px}.verification-icon{width:60px;height:60px;font-size:1.5rem}}@media (max-width: 360px){.register-content{padding:1.5rem 1.2rem}.register-header h1{font-size:1.3rem}}input:-webkit-autofill:first-line{font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}.input-group.error input{border-color:#ef444499;background-color:#ef44441a}.input-group.error input:focus{border-color:#ef4444cc;box-shadow:0 0 0 3px #ef444426}.register-button:focus-visible,.resend-button:focus-visible,.password-toggle:focus-visible,.login-prompt a:focus-visible,.signup-prompt a:focus-visible{outline:2px solid rgba(255,255,255,.5);outline-offset:2px}.register-content::-webkit-scrollbar{width:6px}.register-content::-webkit-scrollbar-track{background:transparent}.register-content::-webkit-scrollbar-thumb{background:#ffffff4d;border-radius:3px}.register-content::-webkit-scrollbar-thumb:hover{background:#ffffff80}*{margin:0;padding:0;box-sizing:border-box}.forgot-password-container{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:2rem 1rem;background:linear-gradient(135deg,#667eea,#764ba2);position:relative;overflow:hidden;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}.forgot-password-container:before{content:"";position:fixed;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,#111827f2,#0f172afa);pointer-events:none;z-index:0}.forgot-password-content{width:100%;max-width:420px;background:linear-gradient(135deg,#111827d9,#0f172acc);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-radius:16px;padding:2.8rem;color:#fff;border:1px solid rgba(255,255,255,.12);box-shadow:0 10px 40px #00000059,0 1px 8px #0003;position:relative;z-index:11;transition:all .35s cubic-bezier(.4,0,.2,1)}.forgot-password-content:hover{background:linear-gradient(135deg,#111827f2,#0f172ae6);border-color:#10b9814d;transform:translateY(-4px);box-shadow:0 15px 50px #0006,0 0 0 1px #10b98133}.forgot-password-header{text-align:center;margin-bottom:2.5rem}.forgot-password-header h1{font-size:1.875rem;font-weight:800;color:#fff;margin-bottom:.75rem;letter-spacing:-.5px}.forgot-password-header p{color:#d1d5db;font-size:.95rem;margin:0;line-height:1.6;font-weight:400}.alert{display:flex;align-items:center;gap:.75rem;padding:1rem 1.2rem;border-radius:12px;margin-bottom:1.5rem;font-size:.9rem;animation:slideInDown .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}@keyframes slideInDown{0%{opacity:0;transform:translateY(-15px)}to{opacity:1;transform:translateY(0)}}.alert-error{background-color:#ef444433;border:1px solid rgba(239,68,68,.4);color:#fff}.alert-success{background-color:#10b98133;border:1px solid rgba(16,185,129,.4);color:#fff}.alert svg{flex-shrink:0;font-size:1.2rem}.forgot-password-form,.verification-form{display:flex;flex-direction:column;gap:1.5rem}.form-group{display:flex;flex-direction:column;gap:.6rem}.form-group label{font-size:.85rem;font-weight:600;color:#d1d5db;text-transform:uppercase;letter-spacing:.8px}.input-group{position:relative;display:flex;align-items:center}.input-icon{position:absolute;left:1.2rem;color:#10b981;flex-shrink:0;z-index:1;font-size:1.1rem;transition:color .3s ease}.input-group input{width:100%;padding:.95rem 1.2rem .95rem 3rem;background:linear-gradient(135deg,#1f2937b3,#1f293799);border:1.5px solid rgba(255,255,255,.12);border-radius:11px;color:#fff;font-size:.95rem;transition:all .3s cubic-bezier(.4,0,.2,1);font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;box-shadow:0 2px 8px #0003,inset 0 1px 1px #ffffff08}.input-group input:focus{outline:none;border-color:#10b981;background:linear-gradient(135deg,#1f2937f2,#1f2937d9);box-shadow:0 0 0 3px #10b98126,0 4px 12px #00000040}.input-group input::placeholder{color:#ffffff80}.password-toggle{position:absolute;right:1.2rem;background:none;border:none;color:#10b981;cursor:pointer;padding:.5rem;display:flex;align-items:center;justify-content:center;transition:all .2s ease;z-index:2;font-size:1.1rem}.password-toggle:hover{color:#34d399}.password-hint{font-size:.75rem;color:#ffffffb3;margin:0;padding-top:.25rem}.code-input-group{position:relative;display:flex;justify-content:center;margin:1.5rem 0}.code-input{width:140px;height:80px;font-size:2.2rem!important;text-align:center;letter-spacing:16px;font-weight:800!important;padding:0!important;border:2px solid rgba(255,255,255,.12)!important;background:linear-gradient(135deg,#1f2937b3,#1f293799)!important;border-radius:11px!important;color:#fff!important}.code-input:focus{border-color:#10b981!important;background:linear-gradient(135deg,#1f2937f2,#1f2937d9)!important;box-shadow:0 0 0 3px #10b98126!important}.code-hint{text-align:center;font-size:.75rem;color:#ffffffb3;margin-top:.5rem}.forgot-password-button{display:flex;align-items:center;justify-content:center;gap:.75rem;width:100%;padding:1rem 1.5rem;background:linear-gradient(135deg,#10b981,#059669);color:#fff;border:1px solid rgba(16,185,129,.3);border-radius:10px;font-weight:700;font-size:.95rem;text-transform:uppercase;letter-spacing:.8px;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);margin-top:.5rem;box-shadow:0 4px 15px #10b9814d}.forgot-password-button:hover:not(:disabled){transform:translateY(-2px);background:linear-gradient(135deg,#34d399,#10b981);box-shadow:0 8px 25px #10b98180;border-color:#10b98180}.forgot-password-button:active:not(:disabled){transform:translateY(0)}.forgot-password-button:disabled{opacity:.6;cursor:not-allowed}.info-box{display:flex;align-items:center;gap:.75rem;background:#ffffff26;border:1.5px solid rgba(255,255,255,.25);padding:1rem 1.2rem;border-radius:12px;color:#fffffff2;font-size:.9rem;margin:1rem 0;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.info-box svg{flex-shrink:0;color:#fffc;font-size:1.1rem}.divider{position:relative;text-align:center;margin:2rem 0}.divider:before{content:"";position:absolute;top:50%;left:0;right:0;height:1px;background-color:#ffffff1a}.divider span{position:relative;background-color:transparent;padding:0 1rem;color:#9ca3af;font-size:.85rem;font-weight:500}.back-to-login,.back-to-email{text-align:center;font-size:.9rem;color:#d1d5db;margin:0}.back-to-login a,.back-to-email a{color:#10b981;text-decoration:none;font-weight:700;transition:color .2s ease;cursor:pointer}.back-to-login a:hover,.back-to-email a:hover{color:#34d399;text-decoration:underline}.verification-card{text-align:center}.verification-header{text-align:center;margin-bottom:2rem}.verification-icon{width:70px;height:70px;background:linear-gradient(135deg,#10b981,#059669);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;margin:0 auto 1.5rem;animation:scaleIn .5s ease;font-size:1.8rem;box-shadow:0 4px 20px #10b98166;border:2px solid rgba(16,185,129,.3)}@keyframes scaleIn{0%{transform:scale(.8);opacity:0}to{transform:scale(1);opacity:1}}.verification-header h1{font-size:1.75rem;font-weight:700;color:#fff;margin-bottom:.5rem}.verification-header p{color:#ffffffd9;font-size:.95rem;margin:0;line-height:1.6}.verification-header strong{color:#fffffff2;font-weight:700}.resend-section{margin-top:2rem;padding-top:1.5rem;border-top:1px solid rgba(255,255,255,.2);text-align:center}.resend-section p{color:#ffffffd9;font-size:.9rem;margin-bottom:.75rem}.resend-button{display:flex;align-items:center;justify-content:center;gap:.75rem;width:100%;padding:.85rem 1.5rem;background:#ffffff26;color:#fffffff2;border:1.5px solid rgba(255,255,255,.25);border-radius:10px;font-weight:600;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);font-size:.85rem;text-transform:uppercase;letter-spacing:.6px;margin-top:.5rem;box-shadow:0 2px 8px #0003}.resend-button:hover:not(:disabled){background:#fff3;border-color:#fff6;transform:translateY(-2px);box-shadow:0 4px 12px #00000040}.resend-button:disabled{opacity:.5;cursor:not-allowed}input:-webkit-autofill{-webkit-text-fill-color:#ffffff!important;-webkit-box-shadow:inset 0 0 0px 1000px rgba(31,41,55,.8)!important;transition:background-color 5000s ease-in-out 0s!important;caret-color:#fff!important}input:-webkit-autofill:hover{-webkit-text-fill-color:#ffffff!important;-webkit-box-shadow:inset 0 0 0px 1000px rgba(31,41,55,.9)!important}input:-webkit-autofill:focus{-webkit-text-fill-color:#ffffff!important;-webkit-box-shadow:inset 0 0 0px 1000px rgba(31,41,55,.95),0 0 0 3px rgba(16,185,129,.15)!important;border-color:#10b981!important;caret-color:#fff!important}@media (max-width: 480px){.forgot-password-container{padding:1.5rem 1rem}.forgot-password-content{max-width:100%;padding:2rem 1.5rem;border-radius:16px}.forgot-password-header h1{font-size:1.5rem;margin-bottom:.5rem}.forgot-password-header p{font-size:.9rem}.input-group input{padding:.85rem 1rem .85rem 2.5rem;font-size:.9rem}.input-icon{left:1rem;font-size:1rem}.password-toggle{right:1rem}.forgot-password-button{padding:.85rem 1rem;font-size:.85rem}.code-input{width:120px;height:70px;font-size:1.8rem!important;letter-spacing:12px}.verification-icon{width:60px;height:60px;font-size:1.5rem}}@media (max-width: 360px){.forgot-password-content{padding:1.5rem 1.2rem}.forgot-password-header h1{font-size:1.3rem}}.forgot-password-button:focus-visible,.resend-button:focus-visible,.password-toggle:focus-visible,.back-to-login a:focus-visible,.back-to-email a:focus-visible{outline:2px solid rgba(16,185,129,.5);outline-offset:2px}.mainHero-container{position:relative;min-height:600px;overflow:hidden;display:flex;justify-content:flex-start;align-items:center;background:linear-gradient(135deg,#8b9ef51a,#9371c81a),#fffffff2;transition:background .3s ease}.dark .mainHero-container{background:linear-gradient(135deg,#8b9ef51a,#9371c81a),#111827f2}.light .mainHero-container{background:linear-gradient(135deg,#8b9ef50d,#9371c80d),#fffffffa}.mainHero-background-image{position:absolute;top:0;right:0;bottom:0;left:0;background-size:cover;background-position:center;background-repeat:no-repeat;width:100%;z-index:1;transition:background-image .5s ease-in-out}.mainHero-content{position:relative;display:flex;justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;padding:96px 24px;width:100%;z-index:2}.mainHero-text{max-width:800px;flex:1;padding-right:40px}.mainHero-logo-container{max-width:250px;flex:0 0 auto;padding:0 24px}.mainHero-logo{max-width:200px;height:auto}.mainHero-title{font-size:3rem;font-weight:700;color:#111827f2;margin-bottom:24px;animation:fadeIn 1s ease-out;transition:color .3s ease}.dark .mainHero-title{color:#fffffff2;text-shadow:0 2px 10px rgba(0,0,0,.3)}.light .mainHero-title{color:#111827f2;text-shadow:0 1px 3px rgba(0,0,0,.1)}.mainHero-subtitle{font-size:1.25rem;color:#111827bf;line-height:1.75;animation:fadeIn 1s ease-out .5s;transition:color .3s ease}.dark .mainHero-subtitle{color:#fffc}.light .mainHero-subtitle{color:#111827bf}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.mainHero-content.transitioning{animation:fadeInContent .5s ease-in-out}@keyframes fadeInContent{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.mainHero-nav-button{position:absolute;top:50%;transform:translateY(-50%);background:#ffffffe6;-webkit-backdrop-filter:blur(25px);backdrop-filter:blur(25px);border:2px solid rgba(17,24,39,.1);color:#111827cc;font-size:2rem;width:50px;height:50px;border-radius:50%;cursor:pointer;z-index:10;transition:all .3s ease;display:flex;align-items:center;justify-content:center;box-shadow:0 8px 32px #0000001a}.mainHero-nav-button:hover{background:linear-gradient(135deg,#8b9ef566,#9371c866),#fffffff2;border-color:#11182733;transform:translateY(-50%) scale(1.1);box-shadow:0 12px 40px #00000026}.dark .mainHero-nav-button{background:#111827d9;border-color:#ffffff1a;color:#ffffffe6;box-shadow:0 8px 32px #0000004d}.dark .mainHero-nav-button:hover{background:linear-gradient(135deg,#8b9ef54d,#9371c84d),#111827d9;border-color:#fff3;box-shadow:0 12px 40px #0006}.light .mainHero-nav-button{background:#ffffffeb;border-color:#11182714;color:#111827d9}.light .mainHero-nav-button:hover{background:linear-gradient(135deg,#8b9ef54d,#9371c84d),#fffffff2;border-color:#11182726}.mainHero-nav-prev{left:20px}.mainHero-nav-next{right:20px}.mainHero-indicators{position:absolute;bottom:30px;left:50%;transform:translate(-50%);display:flex;gap:12px;z-index:10}.mainHero-indicator{width:12px;height:12px;border-radius:50%;background:#ffffffb3;-webkit-backdrop-filter:blur(25px);backdrop-filter:blur(25px);border:2px solid rgba(17,24,39,.2);cursor:pointer;transition:all .3s ease;padding:0;box-shadow:0 4px 16px #0000001a}.mainHero-indicator:hover{background:linear-gradient(135deg,#8b9ef580,#9371c880),#fffc;transform:scale(1.2);box-shadow:0 6px 20px #00000026}.mainHero-indicator.active{background:linear-gradient(135deg,#8b9ef599,#9371c899),#ffffffe6;border-color:#1118274d;width:32px;border-radius:6px;box-shadow:0 6px 24px #00000026}.dark .mainHero-indicator{background:#111827d9;border-color:#ffffff1a;box-shadow:0 4px 16px #0000004d}.dark .mainHero-indicator:hover{background:linear-gradient(135deg,#8b9ef54d,#9371c84d),#111827d9;border-color:#fff3;box-shadow:0 6px 20px #0000004d}.dark .mainHero-indicator.active{background:linear-gradient(135deg,#8b9ef54d,#9371c84d),#111827d9;border-color:#fff3;box-shadow:0 6px 24px #0000004d}.light .mainHero-indicator{background:#11182780;border-color:#1118271a;box-shadow:0 4px 16px #00000014}.light .mainHero-indicator:hover{background:linear-gradient(135deg,#8b9ef566,#9371c866),#11182799;border-color:#11182733;box-shadow:0 6px 20px #0000001f}.light .mainHero-indicator.active{background:linear-gradient(135deg,#8b9ef580,#9371c880),#111827b3;border-color:#11182733;box-shadow:0 6px 24px #0000001f}.mainHero-loading{display:flex;justify-content:center;align-items:center;background:linear-gradient(135deg,#8b9ef54d,#9371c84d),#111827d9;-webkit-backdrop-filter:blur(25px);backdrop-filter:blur(25px)}.mainHero-loader{text-align:center;color:#fff;background:#111827d9;-webkit-backdrop-filter:blur(25px);backdrop-filter:blur(25px);padding:40px 60px;border-radius:16px;border:1px solid rgba(255,255,255,.08);box-shadow:0 8px 32px #0000004d}.spinner{border:4px solid rgba(255,255,255,.08);border-top:4px solid white;border-radius:50%;width:50px;height:50px;animation:spin 1s linear infinite;margin:0 auto 20px}.mainHero-loader p{font-size:1.125rem;font-weight:500}.mainHero-error-badge{position:absolute;top:20px;right:20px;background:#ef4444e6;color:#fff;padding:8px 16px;border-radius:8px;font-size:.875rem;z-index:10;-webkit-backdrop-filter:blur(25px);backdrop-filter:blur(25px);border:1px solid rgba(255,255,255,.08);box-shadow:0 4px 16px #0000004d}@media (min-width: 1024px){.mainHero-container{min-height:600px}.mainHero-content{flex-direction:row;padding:96px 24px}.mainHero-text{max-width:800px;padding-right:40px;text-align:left}.mainHero-title{font-size:3rem}.mainHero-subtitle{font-size:1.25rem}.mainHero-nav-button{width:50px;height:50px;font-size:2rem}.mainHero-nav-prev{left:20px}.mainHero-nav-next{right:20px}.mainHero-indicators{bottom:30px}.mainHero-logo-container{max-width:250px}.mainHero-logo{max-width:200px}}@media (min-width: 768px) and (max-width: 1023px){.mainHero-container{min-height:500px;padding:32px 0}.mainHero-content{flex-direction:column;padding:48px 24px;text-align:center}.mainHero-text{max-width:100%;padding-right:0;margin-bottom:32px}.mainHero-title{font-size:2.25rem;margin-bottom:16px}.mainHero-subtitle{font-size:1.125rem;line-height:1.6}.mainHero-logo-container{max-width:200px;margin:0 auto}.mainHero-logo{max-width:150px}.mainHero-nav-button{width:45px;height:45px;font-size:1.75rem}.mainHero-nav-prev{left:15px}.mainHero-nav-next{right:15px}.mainHero-indicators{bottom:25px;gap:10px}.mainHero-indicator{width:10px;height:10px}.mainHero-indicator.active{width:28px}}@media (min-width: 481px) and (max-width: 767px){.mainHero-container{min-height:450px;padding:20px 0}.mainHero-content{flex-direction:column;padding:40px 20px;text-align:center}.mainHero-text{max-width:100%;padding-right:0;margin-bottom:24px}.mainHero-title{font-size:2rem;margin-bottom:14px;font-weight:700}.mainHero-subtitle{font-size:1rem;line-height:1.5}.mainHero-logo-container{max-width:150px;margin:0 auto}.mainHero-logo{max-width:120px;height:auto}.mainHero-nav-button{width:40px;height:40px;font-size:1.25rem}.mainHero-nav-prev{left:12px}.mainHero-nav-next{right:12px}.mainHero-indicators{bottom:18px;gap:8px}.mainHero-indicator{width:8px;height:8px}.mainHero-indicator.active{width:24px}}@media (max-width: 480px){.mainHero-container{min-height:350px;padding:16px 0}.mainHero-background-image{background-position:center;background-size:cover}.mainHero-content{flex-direction:column;padding:32px 16px;text-align:center;justify-content:center}.mainHero-text{max-width:100%;padding-right:0;margin-bottom:20px;width:100%}.mainHero-title{font-size:1.75rem;margin-bottom:12px;font-weight:700;word-wrap:break-word;overflow-wrap:break-word;-webkit-hyphens:auto;hyphens:auto}.mainHero-subtitle{font-size:.95rem;line-height:1.4;margin:0;word-wrap:break-word;overflow-wrap:break-word}.mainHero-logo-container{max-width:120px;margin:0 auto;padding:0}.mainHero-logo{max-width:100px;height:auto;display:block}.mainHero-nav-button{width:36px;height:36px;font-size:1.1rem;opacity:.85}.mainHero-nav-prev{left:8px}.mainHero-nav-next{right:8px}.mainHero-nav-button:active{transform:translateY(-50%) scale(.95)}.mainHero-indicators{bottom:14px;gap:6px}.mainHero-indicator{width:6px;height:6px}.mainHero-indicator.active{width:20px;height:6px}.mainHero-error-badge{top:10px;right:10px;padding:6px 12px;font-size:.75rem}.mainHero-loader{padding:30px 40px}.spinner{width:40px;height:40px}.mainHero-loader p{font-size:1rem}}@media (max-width: 360px){.mainHero-container{min-height:320px}.mainHero-content{padding:24px 12px}.mainHero-title{font-size:1.5rem;margin-bottom:10px}.mainHero-subtitle{font-size:.9rem}.mainHero-logo-container{max-width:100px}.mainHero-logo{max-width:80px}.mainHero-nav-button{width:32px;height:32px;font-size:1rem}.mainHero-indicators{bottom:12px;gap:4px}.mainHero-indicator{width:5px;height:5px}.mainHero-indicator.active{width:16px;height:5px}}.hr2-hero-section{padding:6rem 1.5rem;background:linear-gradient(135deg,#111827cc,#0f172ae6);backdrop-filter:blur(25px);-webkit-backdrop-filter:blur(25px);position:relative;width:100%;box-sizing:border-box;z-index:0;margin-bottom:0;border-top:1px solid rgba(255,255,255,.08);border-bottom:1px solid rgba(255,255,255,.08);transition:all .5s ease}.light .hr2-hero-section{background:linear-gradient(135deg,#fff,#f0fdf4,#fffbeb);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-top:1px solid rgba(34,197,94,.15);border-bottom:1px solid rgba(34,197,94,.15)}.hr2-hero-wrapper{max-width:1200px;margin:0 auto;display:flex;flex-direction:column;align-items:center;padding-top:100px}.hr2-hero-content{display:flex;flex-direction:column;align-items:center;width:100%}.hr2-hero-text{max-width:600px;text-align:center;margin-bottom:2rem}.hr2-hero-heading{font-size:2.25rem;line-height:1.2;color:#fff;margin-bottom:1.5rem;transition:all .3s ease;text-shadow:0 2px 8px rgba(0,0,0,.3)}.dark .hr2-hero-heading{color:#f0fdf4;text-shadow:0 2px 8px rgba(34,197,94,.1)}.light .hr2-hero-heading{color:#0f172a;text-shadow:0 2px 8px rgba(0,0,0,.08)}.hr2-hero-line-break{display:none}.hr2-hero-description{font-size:1rem;color:#fffc;line-height:1.6;margin-bottom:2rem;transition:all .3s ease}.dark .hr2-hero-description{color:#d1fae5}.light .hr2-hero-description{color:#475569}.hr2-hero-button-group{display:flex;gap:1rem;justify-content:center}.hr2-hero-primary-btn{background:linear-gradient(135deg,#8b9ef54d,#9371c84d);color:#fff;padding:.75rem 1.5rem;border-radius:.375rem;font-weight:500;transition:all .3s ease;border:1px solid rgba(255,255,255,.2);box-shadow:0 4px 6px #0000004d;cursor:pointer}.hr2-hero-primary-btn:hover{background:linear-gradient(135deg,#8b9ef580,#9371c880);transform:translateY(-2px);box-shadow:0 8px 15px #8b9ef54d;border-color:#ffffff4d}.dark .hr2-hero-primary-btn{background:linear-gradient(135deg,#22c55e40,#84cc1640);border-color:#22c55e4d;color:#f0fdf4;box-shadow:0 4px 6px #22c55e33}.dark .hr2-hero-primary-btn:hover{background:linear-gradient(135deg,#22c55e66,#84cc1666);border-color:#22c55e80;box-shadow:0 8px 15px #22c55e4d}.light .hr2-hero-primary-btn{background:linear-gradient(135deg,#22c55e,#84cc16);color:#fff;border-color:#22c55e66;box-shadow:0 4px 6px #22c55e33}.light .hr2-hero-primary-btn:hover{background:linear-gradient(135deg,#84cc16,#22c55e);border-color:#22c55e99;box-shadow:0 8px 15px #22c55e4d}.hr2-hero-secondary-btn{background-color:#111827d9;color:#fff;padding:.75rem 1.5rem;border-radius:.375rem;font-weight:500;transition:all .3s ease;border:1px solid rgba(255,255,255,.2);box-shadow:0 4px 6px #0000004d;cursor:pointer}.hr2-hero-secondary-btn:hover{background-color:#111827f2;transform:translateY(-2px);box-shadow:0 8px 15px #0000004d;border-color:#ffffff4d}.dark .hr2-hero-secondary-btn{background-color:#22c55e26;border-color:#22c55e4d;color:#f0fdf4;box-shadow:0 4px 6px #22c55e26}.dark .hr2-hero-secondary-btn:hover{background-color:#22c55e40;border-color:#22c55e80;box-shadow:0 8px 15px #22c55e40}.light .hr2-hero-secondary-btn{background-color:#ffffffe6;color:#0f172a;border-color:#22c55e4d;box-shadow:0 4px 6px #22c55e1a}.light .hr2-hero-secondary-btn:hover{background-color:#fff;border-color:#22c55e99;box-shadow:0 8px 15px #22c55e26;color:#1e5631}.hr2-hero-image-container{flex:1;max-width:600px;width:100%}.hr2-hero-image{width:100%;height:auto;border-radius:.5rem;box-shadow:0 4px 6px #0000004d;border:1px solid rgba(255,255,255,.08);transition:all .3s ease}.hr2-hero-image:hover{transform:scale(1.02);box-shadow:0 8px 15px #0006}.dark .hr2-hero-image{border-color:#22c55e33;box-shadow:0 4px 6px #22c55e26}.dark .hr2-hero-image:hover{box-shadow:0 8px 15px #22c55e40}.light .hr2-hero-image{border-color:#22c55e33;box-shadow:0 4px 6px #22c55e1a}.light .hr2-hero-image:hover{box-shadow:0 8px 15px #22c55e33}@media (min-width: 768px){.hr2-hero-content{flex-direction:row;align-items:center;justify-content:space-between}.hr2-hero-text{text-align:left;margin-bottom:0;max-width:50%}.hr2-hero-line-break{display:block}.hr2-hero-button-group{justify-content:flex-start}.hr2-hero-image-container{max-width:50%;margin-left:2rem}}.dark .hr2-hero-section{background:#111827d9;backdrop-filter:blur(25px);-webkit-backdrop-filter:blur(25px);border-top-color:#22c55e1a;border-bottom-color:#22c55e1a}.dark .hr2-hero-wrapper,.dark .hr2-hero-text,.dark .hr2-hero-button-group,.light .hr2-hero-wrapper,.light .hr2-hero-text,.light .hr2-hero-button-group{background:transparent}.h3-hero-section{padding:6rem 1.5rem;background:linear-gradient(135deg,#111827cc,#0f172ae6);backdrop-filter:blur(25px);-webkit-backdrop-filter:blur(25px)}.h3-hero-wrapper{max-width:1200px;margin:0 auto;display:flex;flex-direction:column;align-items:center}.h3-hero-content{display:flex;flex-direction:column;align-items:center;width:100%}.h3-hero-text{max-width:600px;text-align:center;margin-bottom:2rem}.h3-hero-heading{font-size:2.25rem;line-height:1.2;color:#fff;margin-bottom:1.5rem}.h3-hero-line-break{display:none}.h3-hero-description{font-size:1rem;color:#fff;line-height:1.6;margin-bottom:2rem;opacity:.9}.h3-hero-button-group{display:flex;gap:1rem;justify-content:center}.h3-hero-primary-btn{background:linear-gradient(135deg,#8b9ef54d,#9371c84d);color:#fff;padding:.75rem 1.5rem;border-radius:.375rem;border:1px solid rgba(255,255,255,.08);font-weight:500;transition:all .2s;box-shadow:0 4px 6px #0000004d}.h3-hero-primary-btn:hover{background:linear-gradient(135deg,#8b9ef580,#9371c880);transform:translateY(-2px);box-shadow:0 6px 12px #0000004d}.h3-hero-image-container{max-width:600px;width:100%;margin-bottom:2rem}.h3-hero-image{width:100%;height:auto;border-radius:.5rem;border:1px solid rgba(255,255,255,.08);box-shadow:0 4px 6px #0000004d}@media (min-width: 768px){.h3-hero-content{flex-direction:row;align-items:center;justify-content:space-between;gap:3rem}.h3-hero-text{text-align:left;margin-bottom:0;max-width:50%;order:2}.h3-hero-image-container{max-width:50%;margin-bottom:0;order:1}.h3-hero-line-break{display:block}}.dark .h3-hero-section{background:#111827d9;backdrop-filter:blur(25px);-webkit-backdrop-filter:blur(25px)}.dark .h3-hero-heading{color:#fff}.dark .h3-hero-description{color:#fff;opacity:.9}.dark .h3-hero-primary-btn{background:linear-gradient(135deg,#8b9ef54d,#9371c84d);color:#fff;border:1px solid rgba(255,255,255,.08);box-shadow:0 4px 6px #0000004d}.dark .h3-hero-primary-btn:hover{background:linear-gradient(135deg,#8b9ef580,#9371c880);box-shadow:0 6px 12px #0000004d}.dark .h3-hero-secondary-btn{background-color:#2d374880;border:1px solid rgba(255,255,255,.08);color:#fff}.dark .h3-hero-secondary-btn:hover{background-color:#4a556880}.flagService-fullwidth{width:100%;background:transparent;padding:4rem 0;transition:all .3s ease}.dark .flagService-fullwidth,.light .flagService-fullwidth{background:transparent}.flagService-container{padding:0 1.5rem;margin:0 auto;width:100%;max-width:1400px}.flagService-main-title{font-size:2.5rem;color:#fff;text-align:center;margin-bottom:3rem;font-weight:700;text-shadow:0px 2px 4px rgba(0,0,0,.3);letter-spacing:1px;transition:all .5s ease}html.light .flagService-fullwidth .flagService-main-title,.light .flagService-fullwidth .flagService-main-title,html.light .flagService-container .flagService-main-title,.light .flagService-container .flagService-main-title,html.light .flagService-main-title,.light .flagService-main-title{color:#0f172a!important;text-shadow:0 2px 10px rgba(0,0,0,.08)!important}.dark .flagService-main-title{color:#fff!important;text-shadow:0px 2px 4px rgba(0,0,0,.3)!important}.flagService-loading,.flagService-error,.flagService-empty{text-align:center;padding:5rem 0;font-size:1.4rem;color:#fff;background:#111827d9;-webkit-backdrop-filter:blur(25px);backdrop-filter:blur(25px);min-height:300px;display:flex;justify-content:center;align-items:center}.dark .flagService-loading,.dark .flagService-empty{color:#fff;background:#111827d9;-webkit-backdrop-filter:blur(25px);backdrop-filter:blur(25px)}.flagService-error{color:#ff6b6b}html.light .flagService-loading,html.light .flagService-error,html.light .flagService-empty,.light .flagService-loading,.light .flagService-error,.light .flagService-empty{color:#0f172a!important;background:transparent!important;-webkit-backdrop-filter:none!important;backdrop-filter:none!important}html.light .flagService-error,.light .flagService-error{color:#dc2626!important}.flagService-grid{display:grid;gap:2rem;grid-template-columns:repeat(3,1fr);margin-bottom:4rem}.flagService-card{position:relative;border-radius:16px;overflow:hidden;height:280px;background-size:cover;background-position:center;transition:all .4s ease;box-shadow:0 8px 20px #0000004d;text-decoration:none;display:block;border:1px solid rgba(255,255,255,.08)}.dark .flagService-card{box-shadow:0 8px 20px #0000004d;border:1px solid rgba(255,255,255,.08)}.flagService-card:hover{transform:translateY(-10px);box-shadow:0 15px 30px #0000004d}.dark .flagService-card:hover{box-shadow:0 15px 30px #0000004d}html.light .flagService-card,.light .flagService-card{box-shadow:0 8px 20px #22c55e1a!important;border-color:#22c55e33!important}html.light .flagService-card:hover,.light .flagService-card:hover{box-shadow:0 15px 30px #22c55e26!important;border-color:#22c55e4d!important}.flagService-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(to bottom,#0000001a,#000000b3);transition:all .4s ease}.flagService-card:hover .flagService-overlay{background:linear-gradient(to bottom,#0003,#000c)}.flagService-content{position:absolute;bottom:0;left:0;width:100%;padding:2rem;color:#fff;z-index:2;transform:translateY(0);transition:all .4s ease}.flagService-card:hover .flagService-content{transform:translateY(-10px)}.flagService-title{font-size:1.6rem;color:#fff;margin-bottom:.8rem;font-weight:700;text-shadow:0px 2px 4px rgba(0,0,0,.4)}.flagService-description{color:#ffffffe6;font-size:1rem;text-shadow:0px 1px 2px rgba(0,0,0,.6);margin-bottom:1.2rem}.flagService-button{display:inline-block;padding:.6rem 1.5rem;background-color:#fff3;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);color:#fff;border-radius:30px;font-weight:600;letter-spacing:.5px;transform:translateY(10px);opacity:0;transition:all .4s ease;text-align:center;border:1px solid rgba(255,255,255,.3)}.flagService-card:hover .flagService-button{transform:translateY(0);opacity:1}.flagService-button:hover{background-color:#ffffff4d}html.light .flagService-button,.light .flagService-button{background-color:#22c55e26!important;color:#1e5631!important;border-color:#22c55e66!important}html.light .flagService-button:hover,.light .flagService-button:hover{background-color:#22c55e40!important;border-color:#22c55e99!important}.flagService-see-more-container{text-align:center;margin-top:2rem;padding:2rem 0;border-top:1px solid rgba(255,255,255,.08)}.dark .flagService-see-more-container{border-top:1px solid rgba(255,255,255,.08)}.flagService-see-more-button{display:inline-flex;align-items:center;gap:1rem;background:linear-gradient(135deg,#8b9ef54d,#9371c84d);-webkit-backdrop-filter:blur(25px);backdrop-filter:blur(25px);color:#fff;border:1px solid rgba(255,255,255,.08);padding:1rem 2rem;border-radius:50px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px #0000004d;text-decoration:none;position:relative;overflow:hidden}.flagService-see-more-button:hover{transform:translateY(-2px);box-shadow:0 8px 25px #0000004d;background:linear-gradient(135deg,#8b9ef566,#9371c866)}.flagService-see-more-button:active{transform:translateY(0)}html.light .flagService-see-more-button,.light .flagService-see-more-button{background:linear-gradient(135deg,#22c55e,#84cc16)!important;color:#fff!important;border-color:#22c55e66!important;box-shadow:0 4px 15px #22c55e4d!important}html.light .flagService-see-more-button:hover,.light .flagService-see-more-button:hover{background:linear-gradient(135deg,#84cc16,#22c55e)!important;border-color:#22c55e99!important;box-shadow:0 8px 25px #22c55e66!important}.see-more-icon,.see-more-arrow{transition:transform .3s ease}.flagService-see-more-button:hover .see-more-icon{transform:rotate(360deg)}.flagService-see-more-button:hover .see-more-arrow{transform:translate(4px)}.flagService-see-more-text{margin-top:1rem;color:#ffffffb3;font-size:1rem;max-width:500px;margin-left:auto;margin-right:auto;line-height:1.6}.dark .flagService-see-more-text{color:#ffffffb3}html.light .flagService-see-more-container,.light .flagService-see-more-container{border-top-color:#22c55e33!important}html.light .flagService-see-more-text,.light .flagService-see-more-text{color:#0f172a!important}.flagService-see-more-container{animation:fadeInUp .6s ease-out}@media (max-width: 1024px){.flagService-grid{grid-template-columns:repeat(3,1fr)}.flagService-card{height:250px}.flagService-see-more-button{padding:.875rem 1.75rem;font-size:1rem}}@media (max-width: 768px){.flagService-grid{grid-template-columns:repeat(2,1fr);margin-bottom:3rem}.flagService-card{height:230px}.flagService-main-title{font-size:2rem}.flagService-see-more-button{padding:.75rem 1.5rem;font-size:.95rem;gap:.75rem}.flagService-see-more-text{font-size:.9rem;padding:0 1rem}}@media (max-width: 640px){.flagService-grid{grid-template-columns:1fr;gap:1.5rem}.flagService-card{height:200px}.flagService-fullwidth{padding:2rem 0}.flagService-main-title{font-size:1.8rem;margin-bottom:2rem}.flagService-see-more-button{padding:.75rem 1.25rem;font-size:.9rem;gap:.5rem}.flagService-see-more-container{padding:1.5rem 0;margin-top:1.5rem}.see-more-icon,.see-more-arrow{width:18px;height:18px}}.flagService-see-more-button:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .5s}.flagService-see-more-button:hover:before{left:100%}.flagService-see-more-button:focus{outline:none;box-shadow:0 0 0 3px #8b9ef580}.flagService-card:focus{outline:none;box-shadow:0 0 0 3px #8b9ef580}.LOGOCAR-logo-carousel{position:relative;width:100%;overflow:visible;padding:3rem 0 6rem;background:linear-gradient(135deg,#0f172a,#1e293b,#111827);display:flex;flex-direction:column;justify-content:center;border-top:1px solid rgba(34,197,94,.08);border-bottom:1px solid rgba(34,197,94,.08);z-index:1}.LOGOCAR-section-header{text-align:center;margin-bottom:1.5rem;padding:0 1.5rem;position:relative;z-index:1}.LOGOCAR-section-title{font-size:2.5rem;font-weight:800;margin-bottom:.75rem;letter-spacing:-.02em;background:linear-gradient(135deg,#a7f3d0,#86efac);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;color:transparent}.LOGOCAR-section-subtitle{font-size:1.125rem;color:#a7f3d0;font-weight:500;transition:color .3s ease}.LOGOCAR-marquee-wrapper{position:relative;display:flex;overflow:visible;-webkit-user-select:none;user-select:none;gap:3rem;mask-image:linear-gradient(90deg,transparent 0%,#000 10%,#000 90%,transparent 100%);-webkit-mask-image:linear-gradient(90deg,transparent 0%,#000 10%,#000 90%,transparent 100%);z-index:15;padding-top:2rem;padding-bottom:2rem}.LOGOCAR-logo-track{flex-shrink:0;display:flex;align-items:center;justify-content:space-around;gap:3rem;min-width:100%;animation:scrollRightToLeft 50s linear infinite!important;will-change:transform;transform:translateZ(0);backface-visibility:hidden;-webkit-backface-visibility:hidden}.LOGOCAR-logo-item{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;width:140px;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);text-decoration:none;-webkit-user-select:none;user-select:none;position:relative;z-index:1}.LOGOCAR-logo-item:hover{transform:translateY(-12px) scale(1.05);z-index:25;filter:drop-shadow(0 12px 24px rgba(34,197,94,.25))}.LOGOCAR-logo-wrapper{width:120px;height:120px;border-radius:50%;background:linear-gradient(135deg,#ffffff0f,#ffffff03);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1.5px solid rgba(34,197,94,.25);display:flex;align-items:center;justify-content:center;padding:0;box-shadow:0 8px 20px #0003,inset 0 1px #ffffff26;transition:all .3s cubic-bezier(.4,0,.2,1);margin-bottom:1rem;overflow:hidden;position:relative}.LOGOCAR-logo-item:hover .LOGOCAR-logo-wrapper{background:linear-gradient(135deg,#22c55e33,#22c55e14);border-color:#22c55eb3;box-shadow:0 12px 28px #22c55e4d,inset 0 1px #ffffff40;transform:scale(1.08)}.LOGOCAR-logo-image{width:100%;height:100%;object-fit:cover;border-radius:50%;filter:grayscale(45%) brightness(1.1) contrast(1.05);transition:all .3s ease;padding:12px;box-sizing:border-box}.LOGOCAR-logo-item:hover .LOGOCAR-logo-image{filter:grayscale(0%) brightness(1.2) contrast(1.1);transform:scale(1.1)}.LOGOCAR-logo-fallback{font-size:1.5rem;font-weight:700;color:#fff;width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#22c55e,#166534);border-radius:50%}.LOGOCAR-logo-title{font-size:.95rem;font-weight:600;color:#cbd5e1;text-align:center;line-height:1.4;margin:0;width:100%;padding:0 .5rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;transition:all .3s ease;letter-spacing:.3px}.LOGOCAR-logo-item:hover .LOGOCAR-logo-title{color:#4ade80;transform:translateY(-2px)}@keyframes scrollRightToLeft{0%{transform:translate(0) translateZ(0)}to{transform:translate(calc(-100% - 3rem)) translateZ(0)}}.LOGOCAR-marquee-wrapper:hover .LOGOCAR-logo-track{animation-play-state:paused!important}.LOGOCAR-loading-container{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1.5rem;color:#94a3b8;padding:3rem 2rem;min-height:200px}.LOGOCAR-spinner{width:40px;height:40px;border:3px solid rgba(255,255,255,.1);border-top-color:#22c55e;border-radius:50%;animation:LOGOCAR-spin 1s linear infinite}@keyframes LOGOCAR-spin{to{transform:rotate(360deg)}}.dark .LOGOCAR-logo-title{color:#cbd5e1}.dark .LOGOCAR-logo-item:hover .LOGOCAR-logo-title{color:#4ade80}.dark .LOGOCAR-section-title{background:linear-gradient(135deg,#a7f3d0,#86efac);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.dark .LOGOCAR-section-subtitle{color:#a7f3d0}.dark .LOGOCAR-logo-image{filter:grayscale(45%) brightness(1.1) contrast(1.05)}.dark .LOGOCAR-logo-item:hover .LOGOCAR-logo-image{filter:grayscale(0%) brightness(1.2) contrast(1.1)}.light .LOGOCAR-logo-carousel{background:linear-gradient(135deg,#fff,#f8fafc,#f0fdf4)}.light .LOGOCAR-section-title{color:#0f172a;text-shadow:0 2px 4px rgba(0,0,0,.08);background:linear-gradient(135deg,#15803d,#22c55e);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.light .LOGOCAR-section-subtitle{color:#16a34a;font-weight:600}.light .LOGOCAR-logo-wrapper{background:linear-gradient(135deg,#ffffffe6,#f0fdf4b3);border:1.5px solid rgba(34,197,94,.3);box-shadow:0 4px 16px #22c55e1f,inset 0 1px #fffc}.light .LOGOCAR-logo-item:hover .LOGOCAR-logo-wrapper{background:linear-gradient(135deg,#fff,#f0fdf4);border-color:#22c55e99;box-shadow:0 12px 32px #22c55e33,inset 0 1px #fff}.light .LOGOCAR-logo-image{filter:grayscale(35%) brightness(1.05) contrast(1.1)}.light .LOGOCAR-logo-item:hover .LOGOCAR-logo-image{filter:grayscale(0%) brightness(1.15) contrast(1.15)}.light .LOGOCAR-logo-title{color:#0f172a;font-weight:700}.light .LOGOCAR-logo-item:hover .LOGOCAR-logo-title{color:#15803d}@media (max-width: 1024px){.LOGOCAR-logo-track{gap:2.5rem}.LOGOCAR-logo-item{width:130px}.LOGOCAR-logo-wrapper{width:100px;height:100px}.LOGOCAR-logo-title{font-size:.9rem}.LOGOCAR-marquee-wrapper{padding-top:1.5rem;padding-bottom:1.5rem}}@media (max-width: 768px){.LOGOCAR-logo-carousel{padding:3rem 1rem 5rem}.LOGOCAR-logo-track{gap:2rem}.LOGOCAR-logo-item{width:110px}.LOGOCAR-logo-wrapper{width:85px;height:85px}.LOGOCAR-logo-title{font-size:.8rem}.LOGOCAR-section-title{font-size:2rem}.LOGOCAR-section-subtitle{font-size:1rem}.LOGOCAR-marquee-wrapper{padding-top:1.5rem;padding-bottom:1.5rem}}@media (max-width: 480px){.LOGOCAR-logo-carousel{padding:2rem .5rem 4rem}.LOGOCAR-logo-track{gap:1.5rem}.LOGOCAR-logo-item{width:90px}.LOGOCAR-logo-wrapper{width:70px;height:70px}.LOGOCAR-logo-title{font-size:.75rem}.LOGOCAR-section-title{font-size:1.5rem}.LOGOCAR-section-subtitle{font-size:.9rem}.LOGOCAR-marquee-wrapper{padding-top:1rem;padding-bottom:1rem}}.cg-cards-list-container{width:100%;margin-bottom:0;padding:4rem 1rem;background:transparent;position:relative}.cg-cards-header{padding:2rem 1rem;display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;position:relative;z-index:1}.cg-header-content{display:flex;justify-content:space-between;align-items:center;width:100%}.cg-main-title{font-size:2.5rem;font-weight:800;color:#fff;text-shadow:0 4px 15px rgba(0,0,0,.5);letter-spacing:-.03em;transition:all .3s ease}.light .cg-main-title{color:#0f172a;text-shadow:0 2px 8px rgba(0,0,0,.08)}.cg-see-more-btn{background:#ffffff1a;color:#fff;padding:.8rem 2rem;border-radius:50px;border:1px solid rgba(255,255,255,.3);cursor:pointer;transition:all .3s ease;font-weight:600;font-size:1rem;box-shadow:0 4px 15px #0003;letter-spacing:.02em}.cg-see-more-btn:hover{background:#fff3;transform:translateY(-2px);box-shadow:0 8px 30px #0000004d}.light .cg-see-more-btn{background:linear-gradient(135deg,#22c55e,#84cc16);color:#fff;border:2px solid rgba(34,197,94,.4);box-shadow:0 4px 15px #22c55e33}.light .cg-see-more-btn:hover{background:linear-gradient(135deg,#84cc16,#22c55e);border-color:#22c55e99;box-shadow:0 8px 30px #22c55e4d}.cg-component-container{padding:1rem 0;position:relative;z-index:1}.cg-section-title{font-size:1.65rem;font-weight:700;margin-bottom:2rem;color:#fff;text-shadow:0 2px 8px rgba(0,0,0,.3);letter-spacing:-.02em;transition:all .3s ease}.light .cg-section-title{color:#0f172a;text-shadow:0 1px 4px rgba(0,0,0,.06)}.cg-cards-grid{display:grid;grid-template-columns:repeat(1,1fr);gap:2.5rem}.cg-card{border-radius:20px;overflow:hidden;box-shadow:0 10px 40px #0000004d;transition:all .4s cubic-bezier(.4,0,.2,1);background:#ffffff0d;backdrop-filter:blur(30px);-webkit-backdrop-filter:blur(30px);border:1px solid rgba(255,255,255,.2);position:relative;height:380px;display:flex;flex-direction:column}.light .cg-card{background:linear-gradient(135deg,#ffffffe6,#f8fafcd9);border:2px solid rgba(34,197,94,.15);box-shadow:0 10px 40px #22c55e14,0 0 1px #22c55e1a inset;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px)}.cg-card:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,rgba(255,255,255,.1) 0%,transparent 100%);opacity:0;transition:opacity .4s ease;pointer-events:none}.cg-card:hover{transform:translateY(-10px) scale(1.03);box-shadow:0 20px 50px #0006;background:#ffffff1a;border-color:#fff6}.cg-card:hover:before{opacity:1}.light .cg-card:hover{background:linear-gradient(135deg,#fffffff2,#f0fdf4f2);border-color:#22c55e4d;box-shadow:0 20px 50px #22c55e1f,0 0 1px #22c55e26 inset}.cg-card-image-container{height:200px;overflow:hidden;position:relative;flex-shrink:0}.cg-card-image{width:100%;height:100%;object-fit:cover;transition:transform .4s cubic-bezier(.4,0,.2,1)}.cg-card:hover .cg-card-image{transform:scale(1.05)}.cg-card-content{padding:1.25rem 1.5rem 1.5rem;background:linear-gradient(to bottom,#11182759,#11182726);position:relative;flex:1;display:flex;flex-direction:column;overflow:hidden;transition:all .3s ease}.light .cg-card-content{background:linear-gradient(to bottom,#f0fdf466,#f0fdf433)}.cg-card-title{font-size:1.15rem;font-weight:700;margin-bottom:.5rem;color:#fff;text-shadow:0 2px 6px rgba(0,0,0,.25);letter-spacing:-.01em;line-height:1.3;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;max-height:3rem;transition:all .3s ease}.light .cg-card-title{color:#0f172a;text-shadow:0 1px 3px rgba(0,0,0,.1)}.cg-card-description{color:#fffc;margin-bottom:auto;line-height:1.45;font-size:.875rem;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;max-height:2.6rem;flex:1;transition:all .3s ease}.light .cg-card-description{color:#475569}.cg-learn-more-btn{width:100%;display:flex;align-items:center;justify-content:center;gap:.5rem;background:linear-gradient(135deg,#8b9ef5,#9371c8);color:#fff;padding:.7rem 1.25rem;border:2px solid rgba(255,255,255,.2);border-radius:10px;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);font-weight:600;font-size:.875rem;box-shadow:0 4px 12px #8b9ef533;text-shadow:0 1px 2px rgba(0,0,0,.15);letter-spacing:.015em;margin-top:.875rem;flex-shrink:0}.cg-learn-more-btn svg{transition:transform .3s ease}.cg-learn-more-btn:hover{background:linear-gradient(135deg,#9371c8,#8b9ef5);border-color:#ffffff59;transform:translateY(-2px);box-shadow:0 6px 20px #8b9ef559}.cg-learn-more-btn:hover svg{transform:translate(4px)}.light .cg-learn-more-btn{background:linear-gradient(135deg,#22c55e,#84cc16);border-color:#22c55e4d;color:#fff;box-shadow:0 4px 12px #22c55e33;text-shadow:0 1px 2px rgba(0,0,0,.1)}.light .cg-learn-more-btn:hover{background:linear-gradient(135deg,#84cc16,#22c55e);border-color:#22c55e80;box-shadow:0 6px 20px #22c55e4d}.cg-loading,.cg-error,.cg-no-results{text-align:center;padding:3rem 0;color:#ffffffe6;transition:all .3s ease}.cg-error{color:#fca5a5}.light .cg-loading,.light .cg-error,.light .cg-no-results{color:#0f172a}.light .cg-error{color:#dc2626}.dark .cg-cards-list-container{background:transparent;position:relative}.dark .cg-cards-list-container:before{background:none}.dark .cg-main-title,.dark .cg-section-title{color:#e5e7eb}.dark .cg-card{background:linear-gradient(135deg,#8b9ef540,#9371c840);border-color:#ffffff59;backdrop-filter:blur(25px);-webkit-backdrop-filter:blur(25px)}.dark .cg-card:hover{background:linear-gradient(135deg,#8b9ef559,#9371c859);border-color:#ffffff80}.dark .cg-card-content{background:linear-gradient(to bottom,#11182780,#1118274d)}.dark .cg-card-title{color:#e5e7eb}.dark .cg-card-description{color:#fffc}.dark .cg-learn-more-btn{background:linear-gradient(135deg,#818cf8,#a78bfa);border-color:#fff6;box-shadow:0 4px 12px #818cf833}.dark .cg-learn-more-btn:hover{background:linear-gradient(135deg,#a78bfa,#818cf8);border-color:#ffffff8c;box-shadow:0 6px 20px #818cf84d}.dark .cg-loading,.dark .cg-error{background:linear-gradient(135deg,#8b9ef540,#9371c840);color:#e5e7eb}.dark .cg-error{color:#fca5a5}@media (min-width: 640px){.cg-cards-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width: 768px){.cg-cards-grid{grid-template-columns:repeat(3,1fr)}}@media (min-width: 1024px){.cg-cards-grid{grid-template-columns:repeat(4,1fr)}}.universities-page{min-height:100vh;background:linear-gradient(135deg,#f8fafc,#f1f5f9);padding-bottom:3rem;padding-top:72px;transition:background .3s ease}.dark .universities-page{background:linear-gradient(135deg,#0f172a,#1a1f35);animation:none}.light .universities-page{background:linear-gradient(135deg,#f8fafc,#f1f5f9);animation:none}.universities-subheader{background:#fff;border-bottom:2px solid #e2e8f0;padding:3rem 1rem;box-shadow:0 4px 12px #00000014;transition:all .3s ease}.dark .universities-subheader{background:linear-gradient(135deg,#1e293b,#273548);border-bottom-color:#94a3b833;box-shadow:0 4px 12px #0000004d}.light .universities-subheader{background:linear-gradient(135deg,#f8fafc,#f1f5f9);border-bottom-color:#e2e8f0;box-shadow:0 4px 12px #00000014}.subheader-content{max-width:1400px;margin:0 auto}.universities-main-title{font-size:2.5rem;font-weight:800;color:#0f172a;margin-bottom:1.5rem;text-align:center;text-shadow:none;transition:all .3s ease;letter-spacing:-.02em}.dark .universities-main-title{color:#f1f5f9;text-shadow:none}.light .universities-main-title{color:#0f172a;text-shadow:none}.search-bar-container{position:relative;max-width:600px;margin:0 auto}.universities-search-input{width:100%;padding:1.3rem 1.3rem 1.3rem 3.5rem;border-radius:50px;border:2px solid #e2e8f0;background:#fff;font-size:1.05rem;color:#0f172a;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 12px #0000001a;font-weight:500}.universities-search-input:focus{outline:none;border-color:#667eea;background:#fff;box-shadow:0 0 0 4px #667eea1a,0 4px 12px #667eea33;transform:translateY(-2px)}.universities-search-input::placeholder{color:#94a3b8}.dark .universities-search-input{background:#1e293bb3;border-color:#94a3b833;color:#e2e8f0;box-shadow:0 4px 12px #0000004d}.dark .universities-search-input:focus{border-color:#667eea;background:#1e293be6;box-shadow:0 0 0 4px #667eea26,0 4px 12px #667eea33}.dark .universities-search-input::placeholder{color:#64748b}.light .universities-search-input{background:#fff;border-color:#e2e8f0;color:#0f172a;box-shadow:0 4px 12px #0000001a}.light .universities-search-input:focus{border-color:#667eea;background:#fff;box-shadow:0 0 0 4px #667eea1a,0 4px 12px #667eea33}.light .universities-search-input::placeholder{color:#94a3b8}.search-icon{position:absolute;left:1rem;top:50%;transform:translateY(-50%);color:#667eea;pointer-events:none;transition:color .3s ease;stroke-width:2.5}.dark .search-icon,.light .search-icon{color:#667eea}.universities-container{max-width:1400px;margin:0 auto;padding:0 1rem;display:grid;grid-template-columns:300px 1fr;gap:2rem}.filters-sidebar{background:linear-gradient(135deg,#ffffff40,#fff3);backdrop-filter:blur(25px);-webkit-backdrop-filter:blur(25px);border-radius:28px;border:2px solid rgba(255,255,255,.35);padding:2.5rem;height:fit-content;position:sticky;top:20px;box-shadow:0 16px 48px #00000026,0 0 0 1px #ffffff26 inset;transition:all .5s ease}.dark .filters-sidebar{background:linear-gradient(135deg,#8b9ef540,#9371c840);border-color:#ffffff59;box-shadow:0 16px 48px #00000026,0 0 0 1px #ffffff26 inset}.filters-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid rgba(255,255,255,.2)}.filters-title{font-size:1.5rem;font-weight:700;color:#fff;text-shadow:0 2px 4px rgba(0,0,0,.2)}.clear-all-btn{padding:.7rem 1.3rem;border-radius:50px;border:2px solid rgba(255,255,255,.4);background:linear-gradient(135deg,#ef444466,#dc262666);color:#fff;font-size:.875rem;font-weight:600;letter-spacing:.3px;cursor:pointer;transition:all .35s cubic-bezier(.4,0,.2,1);box-shadow:0 6px 18px #ef44444d;text-shadow:0 2px 4px rgba(0,0,0,.2)}.clear-all-btn:hover{background:linear-gradient(135deg,#ef444499,#dc262699);border-color:#fff9;transform:translateY(-3px) scale(1.05);box-shadow:0 10px 28px #ef444480}.filters-content{display:flex;flex-direction:column;gap:1.5rem}.filter-group{display:flex;flex-direction:column;gap:.5rem}.filter-label{display:flex;align-items:center;gap:.5rem;font-size:.875rem;font-weight:600;color:#fff;text-transform:uppercase;letter-spacing:.5px}.filter-label svg{stroke-width:2;color:#fff}.filter-select{padding:.9rem 1rem;border-radius:16px;border:2px solid rgba(255,255,255,.4);background:linear-gradient(135deg,#ffffff45,#ffffff3b);backdrop-filter:blur(15px);-webkit-backdrop-filter:blur(15px);color:#fff;font-size:.95rem;font-weight:500;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 12px #00000014;text-shadow:0 1px 2px rgba(0,0,0,.15)}.filter-select:focus{outline:none;border-color:#ffffff8c;background:linear-gradient(135deg,#ffffff54,#ffffff45);box-shadow:0 6px 20px #8b9ef54d;transform:translateY(-1px)}.filter-select option{background:linear-gradient(135deg,#8b9ef5,#9371c8);color:#fff;padding:.5rem}.dark .filter-select{background:linear-gradient(135deg,#ffffff45,#ffffff3b);border-color:#fff6;color:#e5e7eb;box-shadow:0 4px 12px #00000014}.dark .filter-select:focus{border-color:#ffffff8c;background:linear-gradient(135deg,#ffffff54,#ffffff45);box-shadow:0 6px 20px #8b9ef54d}.dark .filter-select option{background:#111827d9;color:#e5e7eb}.light .filters-sidebar{background:linear-gradient(135deg,#fffffff2,#f8fafcf2);border-color:#22c55e4d;box-shadow:0 16px 48px #22c55e1a,0 0 0 1px #22c55e1a inset}.light .filters-title,.light .filter-label{color:#1e5631}.light .filter-label svg{color:#22c55e}.light .filter-select{background:linear-gradient(135deg,#fffc,#ffffffb3);border-color:#22c55e4d;color:#1e5631;box-shadow:0 4px 12px #22c55e14}.light .filter-select:focus{border-color:#22c55e99;background:linear-gradient(135deg,#ffffffe6,#fffc);box-shadow:0 6px 20px #22c55e33}.light .filter-select option{background:#fff;color:#1e5631}.price-range-inputs{display:flex;align-items:center;gap:.5rem}.price-input{flex:1;padding:.9rem 1rem;border-radius:16px;border:2px solid rgba(255,255,255,.4);background:linear-gradient(135deg,#ffffff45,#ffffff3b);backdrop-filter:blur(15px);-webkit-backdrop-filter:blur(15px);color:#fff;font-size:.95rem;font-weight:500;transition:all .3s ease;box-shadow:0 4px 12px #00000014;text-shadow:0 1px 2px rgba(0,0,0,.15)}.price-input:focus{outline:none;border-color:#ffffff8c;background:linear-gradient(135deg,#ffffff54,#ffffff45);box-shadow:0 6px 20px #8b9ef54d;transform:translateY(-1px)}.price-input::placeholder{color:#ffffffa6;text-shadow:none}.dark .price-input{background:linear-gradient(135deg,#ffffff45,#ffffff3b);border-color:#fff6;color:#e5e7eb;box-shadow:0 4px 12px #00000014}.dark .price-input:focus{border-color:#ffffff8c;background:linear-gradient(135deg,#ffffff54,#ffffff45);box-shadow:0 6px 20px #8b9ef54d}.dark .price-input::placeholder{color:#ffffffa6}.light .price-input{background:linear-gradient(135deg,#fffc,#ffffffb3);border-color:#22c55e4d;color:#1e5631;box-shadow:0 4px 12px #22c55e14}.light .price-input:focus{border-color:#22c55e99;background:linear-gradient(135deg,#ffffffe6,#fffc);box-shadow:0 6px 20px #22c55e33}.light .price-input::placeholder{color:#33415580}.price-separator{color:#fff;font-weight:600;transition:color .3s ease}.light .price-separator{color:#1e5631}.results-count{margin-top:2rem;padding:1rem 1.5rem;border-top:2px solid rgba(255,255,255,.2);border-radius:16px;text-align:center;font-size:.95rem;font-weight:700;color:#fff;background:linear-gradient(135deg,#c0eae833,#c0eae826);box-shadow:0 4px 12px #0000001a;text-shadow:0 2px 4px rgba(0,0,0,.2);letter-spacing:.3px;transition:all .3s ease}.dark .results-count{border-top-color:#fff3;background:linear-gradient(135deg,#8b9ef533,#9371c833);color:#e5e7eb;box-shadow:0 4px 12px #0000001a;text-shadow:0 2px 4px rgba(0,0,0,.2)}.light .results-count{border-top-color:#22c55e4d;background:linear-gradient(135deg,#22c55e1a,#84cc161a);color:#1e5631;box-shadow:0 4px 12px #22c55e0d;text-shadow:0 2px 4px rgba(0,0,0,.05)}.universities-content{display:flex;flex-direction:column}.loading-state,.error-state,.empty-state{background:linear-gradient(135deg,#ffffff40,#fff3);backdrop-filter:blur(25px);-webkit-backdrop-filter:blur(25px);border-radius:28px;border:2px solid rgba(255,255,255,.35);padding:4rem;text-align:center;color:#fff;box-shadow:0 16px 48px #00000026,0 0 0 1px #ffffff26 inset;transition:all .3s ease}.light .loading-state,.light .error-state,.light .empty-state{background:linear-gradient(135deg,#fffffff2,#f8fafcf2);border-color:#22c55e4d;box-shadow:0 16px 48px #22c55e1a,0 0 0 1px #22c55e1a inset}.light .loading-state,.light .empty-state{color:#1e293b}.light .empty-state svg{color:#22c55e}.light .empty-state h3{color:#1e5631}.loading-spinner{width:50px;height:50px;margin:1rem auto;border:4px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin 1s linear infinite}.error-state p{color:#fca5a5;margin-bottom:1rem}.retry-btn,.clear-filters-btn{padding:1rem 2rem;border-radius:50px;border:2px solid rgba(255,255,255,.4);background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;font-weight:700;letter-spacing:.5px;cursor:pointer;transition:all .35s cubic-bezier(.4,0,.2,1);box-shadow:0 8px 24px #667eea59;text-shadow:0 2px 4px rgba(0,0,0,.2)}.retry-btn:hover,.clear-filters-btn:hover{background:linear-gradient(135deg,#764ba2,#667eea);border-color:#fff9;transform:translateY(-3px) scale(1.05);box-shadow:0 12px 36px #667eea80}.light .retry-btn,.light .clear-filters-btn{background:linear-gradient(135deg,#22c55e,#84cc16);border-color:#22c55e80;color:#fff;box-shadow:0 8px 24px #22c55e4d}.light .retry-btn:hover,.light .clear-filters-btn:hover{background:linear-gradient(135deg,#84cc16,#22c55e);border-color:#22c55ecc;box-shadow:0 12px 36px #22c55e66}.empty-state svg{margin:0 auto 1rem;color:#fff}.empty-state h3{font-size:1.5rem;margin-bottom:.5rem;color:#fff}.empty-state p{color:#fffc;margin-bottom:1.5rem}.universities-list{display:flex;flex-direction:column;gap:2rem}.university-card{display:grid;grid-template-columns:420px 1fr;gap:0;background:linear-gradient(135deg,#ffffff3b,#ffffff2b);backdrop-filter:blur(25px);-webkit-backdrop-filter:blur(25px);border-radius:28px;border:2px solid rgba(255,255,255,.35);overflow:hidden;transition:all .4s cubic-bezier(.4,0,.2,1);box-shadow:0 16px 48px #00000026,0 0 0 1px #ffffff26 inset;width:100%;min-height:300px}.university-card:hover{transform:translateY(-10px) scale(1.01);box-shadow:0 24px 72px #8b9ef566,0 0 0 2px #ffffff59 inset;border-color:#ffffff8c;background:linear-gradient(135deg,#ffffff4d,#ffffff3b)}.dark .university-card{background:linear-gradient(135deg,#8b9ef53b,#9371c83b);border-color:#ffffff59;box-shadow:0 16px 48px #00000026,0 0 0 1px #ffffff26 inset}.dark .university-card:hover{transform:translateY(-10px) scale(1.01);box-shadow:0 24px 72px #8b9ef566,0 0 0 2px #ffffff59 inset;border-color:#ffffff8c;background:linear-gradient(135deg,#8b9ef54d,#9371c84d)}.light .university-card{background:linear-gradient(135deg,#fffffff2,#f8fafce6);border-color:#22c55e26;box-shadow:0 16px 48px #22c55e14,0 0 0 1px #22c55e1a inset}.light .university-card:hover{transform:translateY(-10px) scale(1.01);box-shadow:0 24px 72px #22c55e26,0 0 0 2px #22c55e33 inset;border-color:#22c55e4d;background:linear-gradient(135deg,#fffffffa,#f0fdf4f2)}.university-image{position:relative;height:100%;min-height:300px;overflow:hidden;border-right:2px solid rgba(255,255,255,.15)}.university-image img{width:100%;height:100%;object-fit:cover;transition:transform .5s cubic-bezier(.4,0,.2,1)}.university-card:hover .university-image img{transform:scale(1.08) rotate(1deg)}.discount-badge{position:absolute;top:1.2rem;right:1.2rem;padding:.7rem 1.4rem;background:linear-gradient(135deg,#ef4444f2,#dc2626f2);backdrop-filter:blur(15px);-webkit-backdrop-filter:blur(15px);color:#fff;border-radius:50px;border:2px solid rgba(255,255,255,.4);font-size:.9rem;font-weight:700;letter-spacing:.5px;box-shadow:0 8px 24px #ef444480;animation:pulse 2s ease-in-out infinite;text-shadow:0 2px 4px rgba(0,0,0,.3)}.university-details{padding:2.5rem 2.8rem;display:flex;flex-direction:column;justify-content:space-between;gap:.5rem}.university-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1rem;gap:1rem}.university-name{font-size:1.85rem;font-weight:800;color:#fff;margin:0;text-shadow:0 3px 8px rgba(0,0,0,.3);letter-spacing:-.02em;line-height:1.2;transition:all .3s ease}.dark .university-name{color:#e5e7eb;text-shadow:0 3px 8px rgba(0,0,0,.3)}.light .university-name{color:#0f172a;text-shadow:0 1px 4px rgba(0,0,0,.08)}.university-badges{display:flex;gap:.75rem;flex-wrap:wrap}.university-country{display:flex;align-items:center;gap:.5rem;padding:.65rem 1.3rem;background:linear-gradient(135deg,#8b9ef58c,#9371c88c);backdrop-filter:blur(15px);-webkit-backdrop-filter:blur(15px);border-radius:50px;border:2px solid rgba(255,255,255,.4);color:#fff;font-size:.95rem;font-weight:600;white-space:nowrap;transition:all .3s ease;box-shadow:0 4px 12px #8b9ef54d}.university-country:hover{background:linear-gradient(135deg,#8b9ef5bf,#9371c8bf);border-color:#ffffff8c;box-shadow:0 6px 20px #8b9ef580;transform:translateY(-2px)}.light .university-country{background:linear-gradient(135deg,#22c55e26,#84cc1626);border-color:#22c55e4d;color:#1e5631;box-shadow:0 4px 12px #22c55e1a}.light .university-country:hover{background:linear-gradient(135deg,#22c55e40,#84cc1640);border-color:#22c55e80;box-shadow:0 6px 20px #22c55e33}.university-ranking{display:flex;align-items:center;gap:.5rem;padding:.65rem 1.3rem;background:linear-gradient(135deg,#c0eae899,#c0eae866);backdrop-filter:blur(15px);-webkit-backdrop-filter:blur(15px);border-radius:50px;border:2px solid rgba(255,255,255,.35);color:#fff;font-size:.95rem;font-weight:600;white-space:nowrap;transition:all .3s ease;box-shadow:0 4px 12px #c0eae84d;text-shadow:0 2px 4px rgba(0,0,0,.2)}.university-ranking:hover{background:linear-gradient(135deg,#c0eae8cc,#c0eae899);border-color:#ffffff80;box-shadow:0 6px 20px #c0eae880;transform:translateY(-2px)}.light .university-ranking{background:linear-gradient(135deg,#22c55e26,#84cc1626);border-color:#22c55e40;color:#1e5631;box-shadow:0 4px 12px #22c55e14;text-shadow:none}.light .university-ranking:hover{background:linear-gradient(135deg,#22c55e40,#84cc1640);border-color:#22c55e80;box-shadow:0 6px 20px #22c55e33}.university-description{color:#fffffff2;line-height:1.7;margin-bottom:1.8rem;font-size:1.05rem;text-shadow:0 1px 3px rgba(0,0,0,.2);letter-spacing:.01em;transition:all .3s ease}.light .university-description{color:#475569;text-shadow:none}.university-info-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;margin-bottom:1.5rem}.info-item{display:flex;align-items:center;gap:.85rem;padding:1.2rem 1.3rem;background:linear-gradient(135deg,#ffffff3b,#ffffff2b);backdrop-filter:blur(15px);-webkit-backdrop-filter:blur(15px);border-radius:18px;border:2px solid rgba(255,255,255,.33);transition:all .35s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 12px #00000014}.info-item:hover{background:linear-gradient(135deg,#8b9ef54d,#9371c84d);border-color:#ffffff80;transform:translate(8px) scale(1.02);box-shadow:0 8px 24px #8b9ef54d}.dark .info-item{background:linear-gradient(135deg,#ffffff3b,#ffffff2b);border-color:#ffffff54;box-shadow:0 4px 12px #00000014}.dark .info-item:hover{background:linear-gradient(135deg,#8b9ef54d,#9371c84d);border-color:#ffffff80;box-shadow:0 8px 24px #8b9ef54d}.light .info-item{background:linear-gradient(135deg,#f0fdf480,#f0fdf44d);border-color:#22c55e33;box-shadow:0 4px 12px #22c55e0f}.light .info-item:hover{background:linear-gradient(135deg,#22c55e26,#84cc1626);border-color:#22c55e59;box-shadow:0 8px 24px #22c55e26}.info-item svg{color:#c0eae8;flex-shrink:0;stroke-width:2.5;filter:drop-shadow(0 2px 4px rgba(0,0,0,.2))}.info-item>div{display:flex;flex-direction:column}.info-label{font-size:.75rem;color:#ffffffb3;text-transform:uppercase;letter-spacing:.5px;margin-bottom:.25rem}.info-value{font-size:1rem;font-weight:600;color:#fff}.dark .info-label{color:#ffffffb3}.dark .info-value{color:#e5e7eb}.light .info-label{color:#64748b;text-transform:uppercase;letter-spacing:.5px;font-weight:500}.light .info-value{color:#1e5631;font-weight:700}.original-price{text-decoration:line-through;color:#ffffff80;font-size:.875rem;margin-right:.5rem}.current-price{color:#c0eae8;font-weight:700;text-shadow:0 2px 4px rgba(0,0,0,.2)}.light .original-price{color:#94a3b8}.light .current-price{color:#22c55e;text-shadow:0 2px 4px rgba(34,197,94,.1)}.university-actions{display:flex;gap:1rem;align-items:center;margin-top:.5rem}.view-details-btn{flex:1;display:flex;align-items:center;justify-content:center;gap:.75rem;padding:1.2rem 2.5rem;background:linear-gradient(135deg,#8b9ef5,#9371c8);backdrop-filter:blur(15px);-webkit-backdrop-filter:blur(15px);border:2px solid rgba(255,255,255,.4);border-radius:50px;color:#fff;font-size:1.05rem;font-weight:700;letter-spacing:.5px;cursor:pointer;transition:all .35s cubic-bezier(.4,0,.2,1);box-shadow:0 8px 24px #8b9ef559;text-shadow:0 2px 4px rgba(0,0,0,.15)}.view-details-btn:hover{background:linear-gradient(135deg,#9371c8,#8b9ef5);border-color:#ffffff8c;transform:translate(10px) scale(1.03);box-shadow:0 12px 36px #8b9ef580}.dark .view-details-btn{background:linear-gradient(135deg,#818cf8,#a78bfa);border-color:#fff6;box-shadow:0 8px 24px #818cf833}.dark .view-details-btn:hover{background:linear-gradient(135deg,#a78bfa,#818cf8);border-color:#ffffff8c;box-shadow:0 12px 36px #818cf84d}.view-details-btn svg{transition:transform .3s ease}.view-details-btn:hover svg{transform:translate(4px)}.light .view-details-btn{background:linear-gradient(135deg,#22c55e,#84cc16);border-color:#22c55e66;color:#fff;box-shadow:0 8px 24px #22c55e4d;text-shadow:0 2px 4px rgba(0,0,0,.1)}.light .view-details-btn:hover{background:linear-gradient(135deg,#84cc16,#22c55e);border-color:#22c55e99;box-shadow:0 12px 36px #22c55e66}.compare-btn{padding:1.2rem;background:linear-gradient(135deg,#c0eae866,#c0eae84d);backdrop-filter:blur(15px);-webkit-backdrop-filter:blur(15px);border:2px solid rgba(255,255,255,.35);border-radius:50%;color:#fff;cursor:pointer;transition:all .35s cubic-bezier(.4,0,.2,1);display:flex;align-items:center;justify-content:center;box-shadow:0 8px 24px #c0eae840}.compare-btn:hover{background:linear-gradient(135deg,#c0eae8b3,#c0eae880);border-color:#ffffff80;transform:rotate(15deg) scale(1.15);box-shadow:0 12px 36px #c0eae880}.dark .compare-btn{background:linear-gradient(135deg,#c0eae866,#c0eae84d);border-color:#ffffff59;box-shadow:0 8px 24px #c0eae840}.dark .compare-btn:hover{background:linear-gradient(135deg,#c0eae8b3,#c0eae880);border-color:#ffffff80;box-shadow:0 12px 36px #c0eae880}.light .compare-btn{background:linear-gradient(135deg,#22c55e26,#84cc1626);border-color:#22c55e66;color:#1e5631;box-shadow:0 8px 24px #22c55e33}.light .compare-btn:hover{background:linear-gradient(135deg,#22c55e4d,#84cc164d);border-color:#22c55e99;color:#1e5631;box-shadow:0 12px 36px #22c55e59}@media (max-width: 1200px){.university-card{grid-template-columns:380px 1fr}}@media (max-width: 1024px){.universities-container{grid-template-columns:1fr;gap:2.5rem}.filters-sidebar{position:static;padding:2rem}.university-card{grid-template-columns:1fr}.university-image{min-height:280px;max-height:280px;border-right:none;border-bottom:2px solid rgba(255,255,255,.15)}.university-details{padding:2rem 2.2rem}}@media (max-width: 768px){.universities-main-title{font-size:2rem}.universities-search-input{padding:1.1rem 1.1rem 1.1rem 3rem;font-size:1rem}.search-icon{left:.8rem}.university-name{font-size:1.5rem}.university-header{flex-direction:column;gap:.8rem}.university-country{align-self:flex-start}.university-actions{flex-direction:column;gap:.75rem}.view-details-btn{width:100%;padding:1.1rem 2rem}.compare-btn{width:100%;border-radius:50px;padding:1.1rem}.universities-container{padding:0 1rem}.filters-sidebar{padding:1.5rem}.university-details{padding:1.8rem 1.5rem}.university-description{font-size:1rem}}.StC-section{padding:80px 0;background:linear-gradient(135deg,#111827cc,#0f172ae6);backdrop-filter:blur(25px);-webkit-backdrop-filter:blur(25px);position:relative;overflow:hidden;transition:all .3s ease;border-top:1px solid rgba(34,197,94,.1);border-bottom:1px solid rgba(34,197,94,.1)}.StC-container{max-width:1280px;margin:0 auto;padding:0 2rem;position:relative;z-index:1}.StC-header{text-align:center;margin-bottom:4rem}.StC-title{font-size:2.5rem;font-weight:800;margin-bottom:1rem;letter-spacing:-.02em;background:linear-gradient(135deg,#a7f3d0,#86efac);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;color:transparent}.StC-subtitle{font-size:1.125rem;color:#a7f3d0;max-width:600px;margin:0 auto;line-height:1.6;transition:color .3s ease;font-weight:500}.StC-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;margin-top:3rem}.StC-card{background:linear-gradient(135deg,#ffffff14,#ffffff0a);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-radius:20px;padding:2.5rem;position:relative;border:1.5px solid rgba(34,197,94,.2);box-shadow:0 8px 32px #0000004d,inset 0 1px #ffffff1a;transition:all .4s cubic-bezier(.4,0,.2,1);opacity:1;transform:translateY(0);overflow:hidden;min-height:280px;display:flex;flex-direction:column;justify-content:center}.StC-card.StC-animate{animation:fadeInUp .8s cubic-bezier(.4,0,.2,1) forwards!important}.StC-card.StC-animate .StC-number{animation:slideInNumber .8s cubic-bezier(.4,0,.2,1) .2s forwards}.StC-card.StC-animate .StC-icon{animation:slideInIcon .8s cubic-bezier(.4,0,.2,1) .1s forwards}.StC-card.StC-animate .StC-label{animation:slideInLabel .8s cubic-bezier(.4,0,.2,1) .3s forwards}.StC-card:hover{transform:translateY(-12px) scale(1.02);box-shadow:0 20px 60px #22c55e66,inset 0 1px #ffffff26;background:linear-gradient(135deg,#22c55e26,#84cc161a);border-color:#22c55e80}.StC-card:before{content:"";position:absolute;top:0;left:0;right:0;height:6px;background:linear-gradient(90deg,var(--stat-color),rgba(var(--stat-color),.5));border-radius:20px 20px 0 0}.StC-card-inner{position:relative;z-index:1}.StC-icon{font-size:3.5rem;margin-bottom:1.5rem;display:block;filter:drop-shadow(0 4px 8px rgba(0,0,0,.2))}.StC-content{text-align:left}.StC-number{font-size:3.5rem;font-weight:900;color:#fff;line-height:1.1;margin-bottom:1rem;display:flex;align-items:baseline;gap:.3rem;text-shadow:0 2px 8px rgba(0,0,0,.3);opacity:1}.StC-number-value{display:inline}.StC-plus-sign{font-size:2rem;color:#fff;font-weight:700;opacity:.9}.StC-label{font-size:1.1rem;color:#fffffff2;font-weight:700;text-transform:uppercase;letter-spacing:.08em;text-shadow:0 1px 3px rgba(0,0,0,.3)}.StC-decoration{position:absolute;bottom:-20px;right:-20px;width:80px;height:80px;background:radial-gradient(circle,rgba(139,158,245,.5),transparent);opacity:.2;border-radius:50%}.StC-loading{text-align:center;padding:3rem 0;color:#ffffffe6}.StC-loading-spinner{width:40px;height:40px;border:4px solid rgba(255,255,255,.2);border-top:4px solid white;border-radius:50%;animation:spin 1s linear infinite;margin:0 auto 1rem}.StC-error{text-align:center;padding:3rem 0;color:#fca5a5}.StC-error-icon{font-size:2rem;display:block;margin-bottom:1rem}.StC-note{text-align:center;margin-top:2rem;padding:1rem;background:linear-gradient(135deg,#8b9ef533,#9371c833);backdrop-filter:blur(15px);-webkit-backdrop-filter:blur(15px);border-radius:12px;border:2px solid rgba(255,255,255,.3);color:#fff;font-size:.875rem;display:flex;align-items:center;justify-content:center;gap:.5rem;box-shadow:0 4px 12px #0003}.StC-note-icon{font-size:1rem}.dark .StC-section{background:linear-gradient(135deg,#111827d9,#0f172ae6);backdrop-filter:blur(25px);-webkit-backdrop-filter:blur(25px)}.dark .StC-title{background:linear-gradient(135deg,#a7f3d0,#86efac);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.dark .StC-subtitle{color:#a7f3d0}.dark .StC-card{background:linear-gradient(135deg,#ffffff0f,#ffffff05);border-color:#22c55e33}.dark .StC-card:hover{background:linear-gradient(135deg,#22c55e26,#84cc161a);border-color:#22c55e80}.light .StC-section{background:linear-gradient(135deg,#fff,#f8fafc,#f0fdf4);border-top-color:#22c55e26;border-bottom-color:#22c55e26}.light .StC-title{background:linear-gradient(135deg,#15803d,#22c55e);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.light .StC-subtitle{color:#16a34a;font-weight:600}.light .StC-card{background:linear-gradient(135deg,#fffffff2,#f0fdf4cc);border:1.5px solid rgba(34,197,94,.25);box-shadow:0 8px 32px #22c55e1a,inset 0 1px #fffc}.light .StC-card:hover{background:linear-gradient(135deg,#fff,#f0fdf4f2);border-color:#22c55e66;box-shadow:0 20px 60px #22c55e33,inset 0 1px #fff}.light .StC-number{color:#0f172a;text-shadow:0 2px 4px rgba(0,0,0,.08)}.light .StC-label{color:#1e293b}.light .StC-icon{filter:drop-shadow(0 2px 4px rgba(0,0,0,.1))}@keyframes fadeInUp{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}@keyframes countPulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}@keyframes slideInNumber{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes slideInIcon{0%{opacity:0;transform:scale(.8) translateY(10px)}to{opacity:1;transform:scale(1) translateY(0)}}@keyframes slideInLabel{0%{opacity:0;transform:translateY(5px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 1280px){.StC-section{padding:60px 0}}@media (max-width: 1024px){.StC-grid{grid-template-columns:repeat(2,1fr)}.StC-title{font-size:2.2rem}.StC-subtitle{font-size:1rem}}@media (max-width: 768px){.StC-section{padding:60px 0}.StC-container{padding:0 1rem}.StC-title{font-size:2rem}.StC-subtitle{font-size:1rem}.StC-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem;margin-top:2rem}.StC-card{padding:1.5rem;min-height:240px}.StC-number{font-size:2.5rem}.StC-icon{font-size:3rem;margin-bottom:1rem}.StC-label{font-size:1rem}}@media (max-width: 480px){.StC-section{padding:40px 0}.StC-header{margin-bottom:2rem}.StC-title{font-size:1.5rem}.StC-subtitle{font-size:.95rem}.StC-grid{grid-template-columns:1fr;gap:1rem;margin-top:2rem}.StC-card{padding:1.25rem;min-height:200px}.StC-number{font-size:2rem}.StC-icon{font-size:2.5rem;margin-bottom:1rem}.StC-label{font-size:.9rem}.StC-plus-sign{font-size:1.5rem}}@media (prefers-reduced-motion: reduce){.StC-card{animation:none!important;transition:none!important}.StC-loading-spinner{animation:none!important}.StC-card:hover{transform:none}}@media (forced-colors: active){.StC-card{border:2px solid currentColor}.StC-title,.StC-number{color:currentColor}}.testimonial-section{background:transparent;padding:6rem 0;min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;position:relative;overflow:visible;transition:all .5s ease;animation:none!important}.dark .testimonial-section{animation:none!important}.dark .testimonial-section,.light .testimonial-section{background:transparent}.testimonial-section:after{content:"";position:absolute;bottom:10%;right:15%;width:500px;height:500px;background:radial-gradient(circle,rgba(34,197,94,.2) 0%,transparent 70%);pointer-events:none;z-index:0;opacity:1;transition:opacity .5s ease}.testimonial-section:before{content:"";position:absolute;top:-10%;left:20%;width:500px;height:500px;background:radial-gradient(circle,rgba(139,158,245,.25) 0%,transparent 70%);pointer-events:none;z-index:0;opacity:1;transition:opacity .5s ease}.light .testimonial-section:before{opacity:0}.testimonial-header{text-align:center;margin-bottom:4rem;padding:0 1.5rem;position:relative;z-index:2;max-width:800px}.testimonial-title{font-size:2.5rem;font-weight:800;color:#fff;margin-bottom:1rem;letter-spacing:-.5px;transition:all .3s ease}.dark .testimonial-title{color:#f0fdf4;text-shadow:0 2px 8px rgba(34,197,94,.1)}.light .testimonial-title{color:#0f172a;text-shadow:0 2px 8px rgba(0,0,0,.08)}.testimonial-subtitle{font-size:1.1rem;color:#d1fae5;transition:all .3s ease}.dark .testimonial-subtitle{color:#a7f3d0}.light .testimonial-subtitle{color:#475569}.marquee-wrapper{display:flex;flex-direction:column;gap:2.5rem;width:100%;position:relative;z-index:2;overflow:hidden;mask-image:linear-gradient(90deg,transparent 0%,black 10%,black 90%,transparent 100%);-webkit-mask-image:linear-gradient(90deg,transparent 0%,black 10%,black 90%,transparent 100%);will-change:contents}.marquee-row{display:flex;width:100%;overflow:hidden;-webkit-user-select:none;user-select:none}.marquee-group{display:flex;align-items:center;gap:2rem;padding-right:2rem;flex-shrink:0;min-width:100%;will-change:transform;transform:translateZ(0);backface-visibility:hidden;-webkit-backface-visibility:hidden}.scroll-left-to-right{animation:scrollLeftToRight 50s linear infinite!important}.scroll-right-to-left{animation:scrollRightToLeft 50s linear infinite!important}.marquee-row:hover .marquee-group{animation-play-state:paused!important}@keyframes scrollRightToLeft{0%{transform:translate(0) translateZ(0)}to{transform:translate(-100%) translateZ(0)}}@keyframes scrollLeftToRight{0%{transform:translate(-100%) translateZ(0)}to{transform:translate(0) translateZ(0)}}.testimonial-card{background:linear-gradient(135deg,#22c55e33,#84cc1633);border:2px solid rgba(34,197,94,.35);border-radius:16px;padding:1.75rem;width:400px;height:240px;flex-shrink:0;backdrop-filter:blur(15px);-webkit-backdrop-filter:blur(15px);display:flex;flex-direction:column;justify-content:space-between;transition:all .3s ease}.testimonial-card:hover{background:linear-gradient(135deg,#22c55e4d,#84cc164d);border-color:#22c55e99;transform:translateY(-4px);box-shadow:0 10px 30px #22c55e4d}.dark .testimonial-card{background:linear-gradient(135deg,#22c55e26,#84cc1626);border-color:#22c55e4d}.dark .testimonial-card:hover{background:linear-gradient(135deg,#22c55e40,#84cc1640);border-color:#22c55e99;box-shadow:0 10px 30px #22c55e40}.light .testimonial-card{background:linear-gradient(135deg,#ffffffe6,#f8fafcd9);border:2px solid rgba(34,197,94,.15);box-shadow:0 10px 40px #22c55e14,0 0 1px #22c55e1a inset}.light .testimonial-card:hover{background:linear-gradient(135deg,#fffffff2,#f0fdf4f2);border-color:#22c55e4d;box-shadow:0 20px 50px #22c55e1f,0 0 1px #22c55e26 inset}.card-header{display:flex;align-items:center;gap:1rem;margin-bottom:1rem}.card-avatar,.card-avatar-fallback{width:48px;height:48px;border-radius:50%;border:2px solid rgba(34,197,94,.4)}.card-avatar{object-fit:cover}.card-avatar-fallback{background:linear-gradient(135deg,#22c55e,#84cc16);display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700;transition:all .3s ease}.light .card-avatar-fallback{background:linear-gradient(135deg,#22c55e,#84cc16)}.card-info h4{margin:0;color:#e0f2fe;font-size:1rem;font-weight:700;transition:all .3s ease}.card-info span{font-size:.85rem;color:#cbd5e1;transition:all .3s ease}.dark .card-info h4{color:#f0fdf4}.dark .card-info span{color:#d1fae5}.light .card-info h4{color:#0f172a}.light .card-info span{color:#475569}.card-text{font-size:.95rem;line-height:1.6;color:#f1f5f9;margin:0;flex-grow:1;overflow:hidden;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;transition:all .3s ease}.dark .card-text{color:#f0fdf4}.light .card-text{color:#475569}.card-rating{display:flex;gap:2px;margin-top:1rem}.card-rating svg{width:16px;height:16px;color:#fbbf24;transition:all .3s ease}@media (max-width: 768px){.testimonial-card{width:300px;height:260px;padding:1.25rem}.testimonial-title{font-size:1.75rem}}.business-projects-section{position:relative;padding:4rem 0;min-height:100vh;background:transparent;transition:all .5s ease}.light .business-projects-section{background:transparent}.business-projects-container{max-width:1280px;margin:0 auto;padding:0 2rem;position:relative;z-index:1;background:transparent}.services-intro{margin-bottom:3rem}.services-description{font-size:1.1rem;line-height:1.7;color:#ffffffe6;text-align:center;max-width:900px;margin:0 auto;text-shadow:0 1px 2px rgba(0,0,0,.2);transition:all .3s ease}.services-description strong{color:#fff;font-weight:600}.light .services-description{color:#475569;text-shadow:none}.light .services-description strong{color:#1e293b;font-weight:700}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;margin-bottom:4rem}.service-item{display:flex;align-items:flex-start;gap:1rem;padding:1.5rem;background:linear-gradient(135deg,#ffffff26,#ffffff1a);backdrop-filter:blur(15px);-webkit-backdrop-filter:blur(15px);border-radius:12px;border:2px solid rgba(255,255,255,.2);transition:all .3s ease;cursor:pointer;position:relative;overflow:hidden;box-shadow:0 4px 12px #0003}.service-item:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(139,158,245,.2),transparent);transition:left .5s ease}.service-item:hover:before{left:100%}.service-item:hover,.service-item.active{background:linear-gradient(135deg,#8b9ef540,#9371c840);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-color:#fff6;transform:translateY(-2px);box-shadow:0 8px 25px #8b9ef54d}.light .service-item{background:linear-gradient(135deg,#ffffffe6,#f8fafcd9);border-color:#22c55e33;box-shadow:0 4px 12px #22c55e1a}.light .service-item:hover,.light .service-item.active{background:linear-gradient(135deg,#fffffff2,#f0fdf4f2);border-color:#22c55e59;box-shadow:0 8px 25px #22c55e26}.service-icon{flex-shrink:0;width:40px;height:40px;background:linear-gradient(135deg,#8b9ef5,#9371c8);border-radius:8px;display:flex;align-items:center;justify-content:center;color:#fff;transition:all .3s ease;box-shadow:0 4px 12px #8b9ef54d}.light .service-icon{background:linear-gradient(135deg,#22c55e,#84cc16);box-shadow:0 4px 12px #22c55e4d}.service-item:hover .service-icon,.service-item.active .service-icon{transform:scale(1.1);box-shadow:0 6px 16px #8b9ef580}.service-content{flex:1}.service-title{font-size:1rem;font-weight:600;color:#fff;margin:0 0 .5rem;transition:color .3s ease;text-shadow:0 1px 2px rgba(0,0,0,.2)}.service-item:hover .service-title,.service-item.active .service-title{color:#fff}.light .service-title{color:#0f172a;text-shadow:0 1px 3px rgba(0,0,0,.08)}.light .service-item:hover .service-title,.light .service-item.active .service-title{color:#22c55e}.service-description{font-size:.875rem;color:#fffc;margin:0;line-height:1.5;opacity:0;max-height:0;transition:all .3s ease;overflow:hidden}.service-item:hover .service-description,.service-item.active .service-description{opacity:1;max-height:100px;margin-top:.5rem}.light .service-description{color:#475569}.main-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.text-content{padding-right:2rem}.section-title{font-size:2.5rem;font-weight:700;color:#fff;margin-bottom:2rem;line-height:1.2;text-shadow:0 2px 10px rgba(0,0,0,.3);transition:all .3s ease}.light .section-title{color:#0f172a;text-shadow:0 2px 10px rgba(0,0,0,.08)}.content-description{margin-bottom:2.5rem}.content-description p{font-size:1.1rem;line-height:1.7;color:#ffffffe6;margin:0;text-shadow:0 1px 2px rgba(0,0,0,.2);transition:all .3s ease}.content-description strong{color:#fff;font-weight:600}.light .content-description p{color:#475569;text-shadow:none}.light .content-description strong{color:#1e293b;font-weight:700}.project-details{margin-bottom:2.5rem}.detail-item{display:flex;align-items:flex-start;gap:1rem;margin-bottom:1.5rem;padding:1rem;background:linear-gradient(135deg,#ffffff26,#ffffff1a);backdrop-filter:blur(15px);-webkit-backdrop-filter:blur(15px);border-radius:8px;border-left:4px solid rgba(139,158,245,.8);border:1px solid rgba(255,255,255,.2);transition:all .3s ease;box-shadow:0 4px 12px #0003}.detail-item:hover{background:linear-gradient(135deg,#8b9ef533,#9371c833);border-color:#ffffff59;transform:translate(4px)}.light .detail-item{background:linear-gradient(135deg,#ffffffe6,#f8fafcd9);border-left-color:#22c55ecc;border-color:#22c55e33;box-shadow:0 4px 12px #22c55e1a}.light .detail-item:hover{background:linear-gradient(135deg,#fffffff2,#f0fdf4f2);border-color:#22c55e59;box-shadow:0 4px 12px #22c55e26}.detail-icon{flex-shrink:0;width:32px;height:32px;background:linear-gradient(135deg,#8b9ef5,#9371c8);border-radius:6px;display:flex;align-items:center;justify-content:center;color:#fff;box-shadow:0 4px 12px #8b9ef54d;transition:all .3s ease}.light .detail-icon{background:linear-gradient(135deg,#22c55e,#84cc16);box-shadow:0 4px 12px #22c55e4d}.detail-content{flex:1;font-size:.95rem;line-height:1.6;color:#ffffffe6;transition:all .3s ease}.detail-content strong{color:#fff;font-weight:600}.light .detail-content{color:#475569}.light .detail-content strong{color:#1e293b;font-weight:700}.action-buttons{display:flex;gap:1rem;flex-wrap:wrap}.download-btn,.contact-btn{display:flex;align-items:center;gap:.5rem;padding:.875rem 1.5rem;border-radius:8px;font-weight:500;font-size:.95rem;cursor:pointer;transition:all .3s ease;border:2px solid;text-decoration:none}.download-btn{background:transparent;color:#fff;border-color:#fff6}.download-btn:hover{background:linear-gradient(135deg,#8b9ef54d,#9371c84d);color:#fff;border-color:#fff9;transform:translateY(-2px);box-shadow:0 4px 12px #8b9ef566}.light .download-btn{color:#1e5631;border-color:#22c55e66}.light .download-btn:hover{background:linear-gradient(135deg,#22c55e26,#84cc1626);color:#1e5631;border-color:#22c55e99;box-shadow:0 4px 12px #22c55e4d}.contact-btn{background:linear-gradient(135deg,#8b9ef5,#9371c8);color:#fff;border-color:#fff6;box-shadow:0 4px 12px #8b9ef54d}.contact-btn:hover{background:linear-gradient(135deg,#9371c8,#8b9ef5);border-color:#fff9;transform:translateY(-2px);box-shadow:0 6px 16px #8b9ef580}.light .contact-btn{background:linear-gradient(135deg,#22c55e,#84cc16);border-color:#22c55e66;box-shadow:0 4px 12px #22c55e4d}.light .contact-btn:hover{background:linear-gradient(135deg,#84cc16,#22c55e);border-color:#22c55e99;box-shadow:0 6px 16px #22c55e66}.image-content{position:relative;height:500px;background:linear-gradient(135deg,#8b9ef540,#9371c840);backdrop-filter:blur(25px);-webkit-backdrop-filter:blur(25px);border:2px solid rgba(255,255,255,.2);border-radius:16px;overflow:hidden;display:flex;align-items:center;justify-content:center;box-shadow:0 8px 32px #0003;transition:all .5s ease}.light .image-content{background:linear-gradient(135deg,#ffffffe6,#f8fafcd9);border-color:#22c55e33;box-shadow:0 8px 32px #22c55e1a}.business-meeting-illustration{position:relative;width:100%;height:100%;display:flex;align-items:center;justify-content:center}.meeting-table{position:absolute;bottom:30%;left:50%;transform:translate(-50%)}.table-surface{width:200px;height:80px;background:#8b5cf6;border-radius:40px;box-shadow:0 4px 8px #0000001a}.table-leg{position:absolute;width:8px;height:60px;background:#7c3aed;bottom:-60px}.table-leg-1{left:20px}.table-leg-2{right:20px}.meeting-participants{position:absolute;width:100%;height:100%;display:flex;align-items:center;justify-content:center;gap:3rem}.participant{display:flex;flex-direction:column;align-items:center;animation:float 4s ease-in-out infinite}.participant:nth-child(1){animation-delay:0s}.participant:nth-child(2){animation-delay:1s}.participant:nth-child(3){animation-delay:2s}.participant-head{width:50px;height:50px;border-radius:50%;margin-bottom:.5rem}.participant-body{width:60px;height:80px;border-radius:6px 6px 0 0;position:relative}.participant-arm{position:absolute;width:30px;height:8px;border-radius:4px;top:20px;background:inherit}.participant-1 .participant-head{background:#fca5a5}.participant-1 .participant-body{background:#1f2937}.participant-1 .participant-arm{right:-25px;transform:rotate(-20deg)}.participant-2 .participant-head{background:#60a5fa}.participant-2 .participant-body{background:#3b82f6}.participant-2 .participant-arm{left:-25px;transform:rotate(20deg)}.participant-3 .participant-head{background:#34d399}.participant-3 .participant-body{background:#059669}.participant-3 .participant-arm{right:-25px;transform:rotate(-15deg)}.documents{position:absolute;bottom:20%;left:50%;transform:translate(-50%);display:flex;gap:1rem;align-items:center}.document{width:30px;height:40px;background:#fff;border-radius:4px;box-shadow:0 2px 4px #0000001a;position:relative}.document:before{content:"";position:absolute;top:8px;left:6px;right:6px;height:2px;background:#d1d5db;border-radius:1px}.document:after{content:"";position:absolute;top:14px;left:6px;right:10px;height:2px;background:#d1d5db;border-radius:1px}.doc-2{transform:rotate(-5deg)}.laptop{margin-left:1rem}.laptop-screen{width:50px;height:35px;background:#1f2937;border-radius:4px 4px 0 0;border:2px solid #374151}.laptop-base{width:60px;height:8px;background:#6b7280;border-radius:0 0 8px 8px;margin-top:-2px}.floating-elements{position:absolute;width:100%;height:100%}.floating-icon{position:absolute;width:40px;height:40px;background:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#4f46e5;box-shadow:0 4px 12px #4f46e533;animation:float 6s ease-in-out infinite;transition:all .3s ease}.light .floating-icon{background:linear-gradient(135deg,#22c55e,#84cc16);color:#fff;box-shadow:0 4px 12px #22c55e4d}.icon-1{top:15%;left:15%;animation-delay:0s}.icon-2{top:20%;right:20%;animation-delay:2s}.icon-3{bottom:15%;left:20%;animation-delay:4s}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-15px)}}.dark .business-projects-section{background:#111827d9;backdrop-filter:blur(0px);-webkit-backdrop-filter:blur(0px)}@media (max-width: 1024px){.main-content{grid-template-columns:1fr;gap:3rem}.text-content{padding-right:0}.image-content{height:400px}}@media (max-width: 768px){.business-projects-container{padding:0 1rem}.services-grid{grid-template-columns:1fr;gap:1rem}.service-item{padding:1rem}.section-title{font-size:2rem}.main-content{gap:2rem}.action-buttons{flex-direction:column}.download-btn,.contact-btn{justify-content:center}.image-content{height:300px}.meeting-participants{gap:1.5rem}.participant-head{width:35px;height:35px}.participant-body{width:45px;height:60px}.floating-icon{width:30px;height:30px}}@media (max-width: 480px){.business-projects-section{padding:2rem 0}.services-description{font-size:1rem}.section-title{font-size:1.75rem;margin-bottom:1.5rem}.content-description p{font-size:1rem}.detail-item{padding:.75rem;margin-bottom:1rem}.detail-content{font-size:.875rem}.image-content{height:250px}.meeting-participants{gap:1rem}}@media (prefers-reduced-motion: reduce){*{animation:none!important;transition:none!important}}@media (forced-colors: active){.download-btn,.contact-btn,.service-item{border:2px solid currentColor}}.home-page-wrapper{background:linear-gradient(135deg,#667eea,#764ba2);position:relative;padding-top:72px;transition:all .5s ease}.home-page-wrapper:before{content:"";position:fixed;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,#111827cc,#0f172ae6);pointer-events:none;z-index:0;transition:opacity .5s ease}.light .home-page-wrapper:before{opacity:0!important;visibility:hidden!important;display:none!important;pointer-events:none!important}@keyframes gradientShift{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}.dark .home-page-wrapper{background:#111827d9;animation:none}.light .home-page-wrapper{background:linear-gradient(135deg,#fff,#f0fdf4,#fffbeb)!important}.light .home-page-wrapper .flagService-main-title,html.light .home-page-wrapper .flagService-main-title{color:#0f172a!important;text-shadow:0 2px 10px rgba(0,0,0,.08)!important}@media (max-width: 768px){.home-page-wrapper{padding-top:64px}}.home-page-wrapper>*{position:relative;z-index:1}.home-page-wrapper>*{background:transparent!important}.home-page-wrapper .hr2-hero-section,.home-page-wrapper .h3-hero-section,.home-page-wrapper .lcr-logo-carousel,.home-page-wrapper .flagService-fullwidth,.home-page-wrapper .testimonial-section,.home-page-wrapper .business-projects-section,.home-page-wrapper .StC-section{background:transparent!important}.foot-footer{background:#111827d9!important;border-top:2px solid rgba(255,255,255,.08)!important;box-shadow:0 -8px 32px #00000026!important;transition:all .5s ease}.light .foot-footer{background:linear-gradient(135deg,#fff,#f0fdf4)!important;border-top-color:#22c55e!important;box-shadow:0 -8px 32px #22c55e26!important}.HDR-header-main{background-color:#111827f2;backdrop-filter:blur(25px);-webkit-backdrop-filter:blur(25px);border-bottom:2px solid rgba(102,126,234,.2);box-shadow:0 12px 40px #0003;position:fixed;top:0;width:100%;z-index:1000;transition:all .3s cubic-bezier(.4,0,.2,1)}.HDR-header-container{max-width:1400px;margin:0 auto;padding:0 1.5rem;width:100%}.HDR-header-content{display:flex;align-items:center;justify-content:flex-start;height:70px;gap:1.5rem;width:100%}@media (max-width: 768px){.HDR-header-content{height:64px;gap:.75rem;padding:0}.HDR-header-container{padding:0 1rem}}@media (max-width: 480px){.HDR-header-content{height:60px;gap:.5rem}.HDR-header-container{padding:0 .75rem}}.HDR-header-logo{display:flex;align-items:center;cursor:pointer;transition:transform .2s ease;outline:none;border-radius:8px;padding:.5rem;margin-left:-.5rem;-webkit-user-select:none;user-select:none;flex-shrink:0;margin-right:auto}.HDR-header-logo:hover,.HDR-header-logo:focus{transform:translateY(-1px)}.HDR-header-logo-text{font-size:1.75rem;font-weight:800;color:#fff;text-shadow:0 2px 10px rgba(0,0,0,.3);letter-spacing:-.02em}@media (max-width: 768px){.HDR-header-logo-text{font-size:1.3rem;font-weight:800}}@media (max-width: 480px){.HDR-header-logo-text{font-size:1.1rem;font-weight:800}}.HDR-header-nav{display:flex;align-items:center;gap:.25rem;margin:0 auto}.HDR-header-nav-link{color:#fff;background:none;border:none;font-weight:600;font-size:.95rem;padding:.75rem 1rem;border-radius:8px;cursor:pointer;transition:all .2s cubic-bezier(.4,0,.2,1);white-space:nowrap;-webkit-user-select:none;user-select:none}.HDR-header-nav-link:hover,.HDR-header-nav-link:focus{color:#fff;background:linear-gradient(135deg,#8b9ef54d,#9371c84d);outline:none}.HDR-header-nav-link:active{transform:translateY(1px)}.HDR-header-search{display:flex;align-items:center;max-width:400px;flex:1;gap:.75rem}.HDR-search-input-wrapper{display:flex;align-items:center;background:linear-gradient(135deg,#ffffff45,#ffffff3b);border:2px solid rgba(255,255,255,.4);border-radius:12px;padding:.75rem 1rem;flex:1;transition:all .3s cubic-bezier(.4,0,.2,1);min-width:0;position:relative;backdrop-filter:blur(15px);-webkit-backdrop-filter:blur(15px)}.HDR-search-input-wrapper:focus-within{border-color:#ffffff8c;background:linear-gradient(135deg,#ffffff54,#ffffff45);box-shadow:0 6px 20px #8b9ef54d}.HDR-search-icon{color:#fff;width:18px;height:18px;flex-shrink:0;transition:color .2s ease}.HDR-search-input-wrapper:focus-within .HDR-search-icon{color:#fff}.HDR-search-input{border:none;background:transparent;margin-left:.75rem;width:100%;color:#fff;outline:none;font-size:.95rem;min-width:0;line-height:1.5;text-shadow:0 1px 2px rgba(0,0,0,.15)}.HDR-search-input::placeholder{color:#ffffffa6;transition:color .2s ease;text-shadow:none}.HDR-search-input:focus::placeholder{color:#ffffff80}.HDR-search-button{background:linear-gradient(135deg,#8b9ef5,#9371c8);color:#fff;border:2px solid rgba(255,255,255,.4);padding:.75rem 1.5rem;border-radius:10px;font-size:.9rem;font-weight:700;cursor:pointer;transition:all .2s cubic-bezier(.4,0,.2,1);white-space:nowrap;box-shadow:0 8px 24px #8b9ef559;flex-shrink:0;-webkit-user-select:none;user-select:none;opacity:1;text-shadow:0 2px 4px rgba(0,0,0,.15)}.HDR-search-button:disabled{opacity:.5;cursor:not-allowed;transform:none!important;box-shadow:0 2px 8px #4f46e51a}.HDR-search-button:hover:not(:disabled){transform:translateY(-1px);background:linear-gradient(135deg,#9371c8,#8b9ef5);border-color:#ffffff8c;box-shadow:0 12px 36px #8b9ef580}.HDR-search-button:active:not(:disabled){transform:translateY(0)}.HDR-header-controls{display:flex;align-items:center;gap:.5rem;flex-shrink:0}.HDR-header-icon-btn{display:flex;align-items:center;justify-content:center;background:none;border:none;color:#fff;cursor:pointer;padding:.75rem;border-radius:10px;transition:all .2s cubic-bezier(.4,0,.2,1);outline:none;-webkit-user-select:none;user-select:none;flex-shrink:0}.HDR-header-icon-btn:hover,.HDR-header-icon-btn:focus{color:#fff;background:linear-gradient(135deg,#8b9ef54d,#9371c84d)}.HDR-header-icon{width:20px;height:20px}.HDR-header-icon-sm{width:16px;height:16px;transition:transform .2s ease}.HDR-rotate-180{transform:rotate(180deg)}.HDR-header-dropdown{position:relative}.HDR-dropdown-menu{position:absolute;top:calc(100% + .5rem);right:0;background:linear-gradient(135deg,#8b9ef540,#9371c840);backdrop-filter:blur(25px);-webkit-backdrop-filter:blur(25px);border:2px solid rgba(255,255,255,.35);border-radius:16px;box-shadow:0 16px 48px #00000026,0 0 0 1px #ffffff26 inset;min-width:240px;overflow:hidden;animation:fadeInScale .2s cubic-bezier(.4,0,.2,1);z-index:1001}.HDR-dropdown-item{display:flex;align-items:center;gap:.75rem;width:100%;padding:1rem 1.25rem;background:none;border:none;cursor:pointer;font-size:.9rem;color:#fff;transition:all .2s ease;text-align:left;-webkit-user-select:none;user-select:none}.HDR-dropdown-item:hover,.HDR-dropdown-item:focus{background:linear-gradient(135deg,#8b9ef54d,#9371c84d);color:#fff;outline:none}.HDR-dropdown-item.HDR-active{background:linear-gradient(135deg,#8b9ef566,#9371c866);color:#fff;font-weight:700}.HDR-dropdown-item.HDR-danger{color:#ef4444}.HDR-dropdown-item.HDR-danger:hover,.HDR-dropdown-item.HDR-danger:focus{background-color:#ef44440d;color:#dc2626}.HDR-language-flag{font-size:1.1rem}.HDR-user-dropdown{margin-left:.5rem}.HDR-user-trigger{display:flex;align-items:center;gap:.75rem;background:none;border:none;cursor:pointer;padding:.5rem;border-radius:12px;transition:all .2s ease;outline:none;-webkit-user-select:none;user-select:none}.HDR-user-trigger:hover,.HDR-user-trigger:focus{background-color:#4f46e50d}.HDR-user-avatar{display:flex;align-items:center;justify-content:center;width:36px;height:36px;background:linear-gradient(135deg,#8b9ef5,#9371c8);border:2px solid rgba(255,255,255,.4);border-radius:10px;color:#fff;flex-shrink:0}.HDR-user-avatar-large{display:flex;align-items:center;justify-content:center;width:44px;height:44px;background:linear-gradient(135deg,#8b9ef5,#9371c8);border:2px solid rgba(255,255,255,.4);border-radius:12px;color:#fff;flex-shrink:0}.HDR-user-info{display:flex;flex-direction:column;align-items:flex-start;min-width:0}.HDR-user-name{font-weight:600;font-size:.9rem;color:#fff;line-height:1.2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:120px}.HDR-user-email{font-size:.8rem;color:#fffc;line-height:1.2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:120px}.HDR-user-role{font-size:.75rem;color:#fff;background:linear-gradient(135deg,#8b9ef566,#9371c866);padding:.125rem .5rem;border-radius:6px;font-weight:600;margin-top:.25rem}.HDR-user-menu{min-width:320px}.HDR-user-menu-header{display:flex;align-items:center;gap:1rem;padding:1rem;background:linear-gradient(135deg,#8b9ef533,#9371c833)}.HDR-user-details{display:flex;flex-direction:column;gap:.25rem;min-width:0;flex:1}.HDR-menu-divider{height:1px;background-color:#fff3;margin:.5rem 0}.HDR-auth-buttons{display:flex;align-items:center;gap:.75rem}.HDR-btn-secondary{background:none;border:2px solid rgba(255,255,255,.4);color:#fff;padding:.625rem 1.25rem;border-radius:10px;font-weight:600;font-size:.9rem;cursor:pointer;transition:all .2s cubic-bezier(.4,0,.2,1);white-space:nowrap;-webkit-user-select:none;user-select:none}.HDR-btn-secondary:hover{border-color:#fff9;color:#fff;background:linear-gradient(135deg,#8b9ef533,#9371c833);transform:translateY(-1px)}.HDR-btn-primary{background:linear-gradient(135deg,#8b9ef5,#9371c8);border:2px solid rgba(255,255,255,.4);color:#fff;padding:.625rem 1.25rem;border-radius:10px;font-weight:700;font-size:.9rem;cursor:pointer;transition:all .2s cubic-bezier(.4,0,.2,1);box-shadow:0 8px 24px #8b9ef559;white-space:nowrap;-webkit-user-select:none;user-select:none;text-shadow:0 2px 4px rgba(0,0,0,.15)}.HDR-btn-primary:hover{background:linear-gradient(135deg,#9371c8,#8b9ef5);border-color:#ffffff8c;transform:translateY(-1px);box-shadow:0 12px 36px #8b9ef580}.HDR-mobile-search-overlay{position:fixed;top:72px;left:0;right:0;background:linear-gradient(135deg,#8b9ef54d,#9371c84d);backdrop-filter:blur(25px);-webkit-backdrop-filter:blur(25px);border-bottom:2px solid rgba(255,255,255,.25);z-index:999;animation:slideDown .2s cubic-bezier(.4,0,.2,1);box-shadow:0 8px 32px #00000026}.HDR-mobile-search-container{max-width:1400px;margin:0 auto;padding:1rem}.HDR-mobile-search-form{display:flex;align-items:center;gap:.75rem;width:100%}.HDR-mobile-search-close{display:flex;align-items:center;justify-content:center;background:none;border:none;color:#6b7280;cursor:pointer;padding:.75rem;border-radius:10px;transition:all .2s ease;flex-shrink:0;-webkit-user-select:none;user-select:none}.HDR-mobile-search-close:hover{color:#ef4444;background-color:#ef44440d}.HDR-mobile-menu-overlay{position:fixed;top:72px;left:0;right:0;bottom:0;background:#0009;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);z-index:998;animation:fadeIn .3s ease}.HDR-mobile-menu-container{position:fixed;top:0;right:0;width:80%;max-width:420px;height:100vh;margin-top:72px;background:linear-gradient(135deg,#111827fa,#0f172afa);backdrop-filter:blur(30px);-webkit-backdrop-filter:blur(30px);border-left:2px solid rgba(102,126,234,.2);overflow-y:auto;overflow-x:hidden;z-index:999;animation:slideInRight .3s cubic-bezier(.4,0,.2,1);box-shadow:-12px 0 40px #0006;display:flex;flex-direction:column}@media (max-width: 768px){.HDR-header-content{height:64px}.HDR-mobile-menu-overlay{top:66px}.HDR-mobile-menu-container{margin-top:66px;width:85%}}@media (max-width: 480px){.HDR-header-content{height:60px}.HDR-mobile-menu-overlay{top:62px}.HDR-mobile-menu-container{margin-top:-1px;width:90%;max-width:none}}@keyframes slideInRight{0%{transform:translate(100%)}to{transform:translate(0)}}.HDR-mobile-nav{padding:0;margin-top:0}.HDR-mobile-nav-link{display:block;width:100%;padding:.875rem 1.25rem;background:none;border:none;text-align:left;color:#ffffffd9;font-weight:500;font-size:.95rem;border-radius:0;margin-bottom:0;cursor:pointer;transition:all .2s cubic-bezier(.4,0,.2,1);-webkit-user-select:none;user-select:none;border-left:3px solid transparent;border-bottom:1px solid rgba(102,126,234,.1)}@media (max-width: 768px){.HDR-mobile-nav-link{padding:.8rem 1rem;font-size:.9rem}}@media (max-width: 480px){.HDR-mobile-nav-link{padding:.75rem .875rem;font-size:.85rem}}.HDR-mobile-nav-link:hover,.HDR-mobile-nav-link:focus{background:linear-gradient(135deg,#667eea26,#764ba226);color:#fff;outline:none;border-left-color:#667eea99}.HDR-mobile-nav-link.HDR-nested{padding-left:2.25rem;font-size:.9rem;background:#667eea0d}@media (max-width: 768px){.HDR-mobile-nav-link.HDR-nested{padding-left:2rem}}@media (max-width: 480px){.HDR-mobile-nav-link.HDR-nested{padding-left:1.75rem;font-size:.8rem}}.HDR-mobile-collapsible-header{display:flex;align-items:center;justify-content:space-between;width:100%;padding:.875rem 1.25rem;background:none;border:none;color:#ffffffd9;font-weight:600;font-size:.95rem;border-radius:0;margin-bottom:0;cursor:pointer;transition:all .2s cubic-bezier(.4,0,.2,1);-webkit-user-select:none;user-select:none;border-left:3px solid transparent;border-bottom:1px solid rgba(102,126,234,.1);text-align:left}@media (max-width: 768px){.HDR-mobile-collapsible-header{padding:.8rem 1rem;font-size:.9rem}}@media (max-width: 480px){.HDR-mobile-collapsible-header{padding:.75rem .875rem;font-size:.85rem}}.HDR-mobile-collapsible-header:hover,.HDR-mobile-collapsible-header:focus{background:linear-gradient(135deg,#667eea26,#764ba226);color:#fff;outline:none;border-left-color:#667eea99}.HDR-mobile-chevron{width:18px;height:18px;transition:transform .3s cubic-bezier(.4,0,.2,1)}.HDR-mobile-chevron.HDR-expanded{transform:rotate(180deg)}.HDR-mobile-collapsible-content{display:flex;flex-direction:column;gap:0;padding:0;animation:slideDown .3s cubic-bezier(.4,0,.2,1)}.HDR-mobile-divider{height:1px;background:linear-gradient(90deg,transparent 0%,rgba(102,126,234,.2) 50%,transparent 100%);margin:.75rem 0}.HDR-mobile-controls,.HDR-mobile-control-btn{display:none}@media (max-width: 768px){.HDR-mobile-control-btn{padding:.8rem 1rem;padding-left:calc(1rem - 3px)}}@media (max-width: 480px){.HDR-mobile-control-btn{padding:.75rem .875rem;padding-left:calc(.875rem - 3px);gap:.5rem}}.HDR-mobile-section-label{display:block;font-weight:700;color:#c7d2fe;margin-bottom:.75rem;font-size:.8rem;text-transform:uppercase;letter-spacing:.8px;padding:.75rem 1.25rem 0}@media (max-width: 768px){.HDR-mobile-section-label{padding:.5rem 1rem 0;font-size:.75rem}}@media (max-width: 480px){.HDR-mobile-section-label{padding:.5rem .875rem 0;font-size:.7rem}}.HDR-mobile-language-section,.HDR-mobile-language-options{display:none}.HDR-mobile-lang-btn{display:flex;align-items:center;gap:.75rem;width:100%;padding:.75rem 1rem;background:none;border:none;text-align:left;color:#6b7280;font-weight:500;border-radius:10px;cursor:pointer;transition:all .2s ease;-webkit-user-select:none;user-select:none}.HDR-mobile-lang-btn:hover,.HDR-mobile-lang-btn.HDR-active{background-color:#4f46e50d;color:#4f46e5}.HDR-mobile-user-section{padding:1rem 0}.HDR-mobile-user-info{display:flex;align-items:center;gap:1rem;padding:1rem 1.25rem;background-color:#667eea14;border-radius:0;margin-bottom:1rem}@media (max-width: 768px){.HDR-mobile-user-info{padding:.875rem 1rem}}@media (max-width: 480px){.HDR-mobile-user-info{padding:.75rem .875rem}}.HDR-mobile-profile-btn{width:100%;padding:.875rem 1.25rem;background:linear-gradient(135deg,#667eea1a,#764ba21a);border:2px solid rgba(102,126,234,.2);color:#ffffffd9;font-weight:600;border-radius:0;cursor:pointer;transition:all .2s cubic-bezier(.4,0,.2,1);margin-bottom:.75rem;-webkit-user-select:none;user-select:none}.HDR-mobile-profile-btn:hover,.HDR-mobile-profile-btn:focus{background:linear-gradient(135deg,#667eea33,#764ba233);border-color:#667eea66;color:#fff}@media (max-width: 768px){.HDR-mobile-profile-btn{padding:.8rem 1rem;font-size:.9rem}}@media (max-width: 480px){.HDR-mobile-profile-btn{padding:.7rem .875rem;font-size:.85rem}}.HDR-mobile-logout-btn{display:flex;align-items:center;justify-content:center;gap:.5rem;width:100%;padding:.875rem 1.25rem;background:linear-gradient(135deg,#ef44441a,#dc26261a);border:2px solid rgba(239,68,68,.2);color:#fca5a5;font-weight:600;border-radius:0;cursor:pointer;transition:all .2s cubic-bezier(.4,0,.2,1);-webkit-user-select:none;user-select:none}.HDR-mobile-logout-btn:hover,.HDR-mobile-logout-btn:focus{background:linear-gradient(135deg,#ef444433,#dc262633);border-color:#ef444466;color:#f87171}@media (max-width: 768px){.HDR-mobile-logout-btn{padding:.8rem 1rem;font-size:.9rem}}@media (max-width: 480px){.HDR-mobile-logout-btn{padding:.7rem .875rem;font-size:.85rem}}.HDR-mobile-auth-section{padding:1rem;display:flex;flex-direction:column;gap:.875rem}.HDR-mobile-btn-secondary{width:100%;padding:.875rem 1.25rem;background:linear-gradient(135deg,#667eea1a,#764ba21a);border:2px solid rgba(102,126,234,.2);color:#ffffffd9;font-weight:600;font-size:.95rem;border-radius:0;cursor:pointer;transition:all .2s cubic-bezier(.4,0,.2,1);-webkit-user-select:none;user-select:none}.HDR-mobile-btn-secondary:hover,.HDR-mobile-btn-secondary:focus{background:linear-gradient(135deg,#667eea33,#764ba233);border-color:#667eea66;color:#fff}@media (max-width: 768px){.HDR-mobile-btn-secondary{padding:.8rem 1rem;font-size:.9rem}}@media (max-width: 480px){.HDR-mobile-btn-secondary{padding:.75rem .875rem;font-size:.85rem}}.HDR-mobile-btn-primary{width:100%;padding:.875rem 1.25rem;background:linear-gradient(135deg,#667eea,#764ba2);border:2px solid rgba(102,126,234,.3);color:#fff;font-weight:700;font-size:.95rem;border-radius:0;cursor:pointer;transition:all .2s cubic-bezier(.4,0,.2,1);box-shadow:0 8px 24px #667eea40;-webkit-user-select:none;user-select:none;text-shadow:0 2px 4px rgba(0,0,0,.15)}.HDR-mobile-btn-primary:hover,.HDR-mobile-btn-primary:focus{background:linear-gradient(135deg,#764ba2,#667eea);border-color:#667eea80;transform:translateY(-1px);box-shadow:0 12px 36px #667eea59}@media (max-width: 768px){.HDR-mobile-btn-primary{padding:.8rem 1rem;font-size:.9rem}}@media (max-width: 480px){.HDR-mobile-btn-primary{padding:.75rem .875rem;font-size:.85rem}}.HDR-desktop-only{display:flex}.HDR-mobile-only{display:none}@media (max-width: 768px){.HDR-header-content{height:64px}.HDR-desktop-only{display:none}.HDR-mobile-only{display:flex}.HDR-mobile-search-overlay,.HDR-mobile-menu-overlay{top:64px}.HDR-mobile-menu-container{min-height:calc(100vh - 64px)}}@media (max-width: 640px){.HDR-header-container{padding:0 .75rem}.HDR-header-logo-text{font-size:1.5rem}.HDR-header-controls{gap:.25rem}.HDR-header-icon-btn{padding:.5rem}.HDR-mobile-search-container{padding:.75rem}}.dark .HDR-header-main{background-color:#111827d9;border-bottom-color:#ffffff14}.dark .HDR-header-logo-text{background:linear-gradient(135deg,#818cf8,#a78bfa);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.dark .HDR-header-nav-link{color:#d1d5db}.dark .HDR-header-nav-link:hover,.dark .HDR-header-nav-link:focus{color:#818cf8;background-color:#818cf81a}.dark .HDR-search-input-wrapper{background-color:#374151;border-color:transparent}.dark .HDR-search-input-wrapper:focus-within{border-color:#818cf8;background-color:#4b5563;box-shadow:0 0 0 3px #818cf81a}.dark .HDR-search-input{color:#e5e7eb}.dark .HDR-search-input::placeholder{color:#9ca3af}.dark .HDR-search-input:focus::placeholder{color:#6b7280}.dark .HDR-search-icon{color:#9ca3af}.dark .HDR-search-input-wrapper:focus-within .HDR-search-icon{color:#818cf8}.dark .HDR-search-button{background:linear-gradient(135deg,#818cf8,#a78bfa);box-shadow:0 2px 8px #818cf833}.dark .HDR-search-button:hover:not(:disabled){box-shadow:0 4px 16px #818cf84d}.dark .HDR-search-button:disabled{box-shadow:0 2px 8px #818cf81a}.dark .HDR-header-icon-btn{color:#d1d5db}.dark .HDR-header-icon-btn:hover,.dark .HDR-header-icon-btn:focus{color:#818cf8;background-color:#818cf81a}.dark .HDR-dropdown-menu{background:#111827eb;border-color:#ffffff14}.dark .HDR-dropdown-item{color:#e5e7eb}.dark .HDR-dropdown-item:hover,.dark .HDR-dropdown-item:focus{background-color:#818cf81a;color:#818cf8}.dark .HDR-dropdown-item.HDR-active{background-color:#818cf826;color:#818cf8}.dark .HDR-dropdown-item.HDR-danger{color:#fca5a5}.dark .HDR-dropdown-item.HDR-danger:hover,.dark .HDR-dropdown-item.HDR-danger:focus{background-color:#ef44441a;color:#f87171}.dark .HDR-user-name{color:#e5e7eb}.dark .HDR-user-email{color:#9ca3af}.dark .HDR-user-role{color:#818cf8;background-color:#818cf826}.dark .HDR-user-menu-header{background-color:#818cf80d}.dark .HDR-menu-divider{background-color:#ffffff0d}.dark .HDR-btn-secondary{border-color:#4b5563;color:#d1d5db}.dark .HDR-btn-secondary:hover{border-color:#818cf8;color:#818cf8}.dark .HDR-btn-primary{background:linear-gradient(135deg,#818cf8,#a78bfa);box-shadow:0 2px 8px #818cf833}.dark .HDR-btn-primary:hover{box-shadow:0 4px 16px #818cf84d}.dark .HDR-mobile-search-overlay{background:#111827eb;border-bottom-color:#ffffff14}.dark .HDR-mobile-search-close{color:#d1d5db}.dark .HDR-mobile-search-close:hover{color:#f87171;background-color:#ef44441a}.dark .HDR-mobile-menu-overlay{background:#111827eb}.dark .HDR-mobile-nav-link{color:#e5e7eb}.dark .HDR-mobile-nav-link:hover,.dark .HDR-mobile-nav-link:focus{background-color:#818cf81a;color:#818cf8}.dark .HDR-mobile-divider{background-color:#ffffff0d}.dark .HDR-mobile-control-btn{color:#e5e7eb}.dark .HDR-mobile-control-btn:hover{background-color:#818cf81a;color:#818cf8}.dark .HDR-mobile-section-label{color:#e5e7eb}.dark .HDR-mobile-lang-btn{color:#9ca3af}.dark .HDR-mobile-lang-btn:hover,.dark .HDR-mobile-lang-btn.HDR-active{background-color:#818cf81a;color:#818cf8}.dark .HDR-mobile-user-info{background-color:#818cf80d}.dark .HDR-mobile-profile-btn{border-color:#4b5563;color:#d1d5db}.dark .HDR-mobile-profile-btn:hover{border-color:#818cf8;color:#818cf8}.dark .HDR-mobile-logout-btn{border-color:#ef44444d;color:#fca5a5}.dark .HDR-mobile-logout-btn:hover{background-color:#ef44441a}.dark .HDR-mobile-btn-secondary{border-color:#4b5563;color:#d1d5db}.dark .HDR-mobile-btn-secondary:hover{border-color:#818cf8;color:#818cf8}.dark .HDR-mobile-btn-primary{background:linear-gradient(135deg,#818cf8,#a78bfa);box-shadow:0 2px 8px #818cf833}.dark .HDR-mobile-btn-primary:hover{box-shadow:0 4px 16px #818cf84d}@keyframes fadeInScale{0%{opacity:0;transform:scale(.95) translateY(-10px)}to{opacity:1;transform:scale(1) translateY(0)}}@keyframes slideDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.HDR-header-logo:focus-visible,.HDR-header-nav-link:focus-visible,.HDR-header-icon-btn:focus-visible,.HDR-user-trigger:focus-visible,.HDR-dropdown-item:focus-visible,.HDR-search-input:focus-visible,.HDR-search-button:focus-visible,.HDR-mobile-search-close:focus-visible,.HDR-mobile-nav-link:focus-visible,.HDR-mobile-control-btn:focus-visible,.HDR-mobile-lang-btn:focus-visible{outline:2px solid #4f46e5;outline-offset:2px}.dark .HDR-header-logo:focus-visible,.dark .HDR-header-nav-link:focus-visible,.dark .HDR-header-icon-btn:focus-visible,.dark .HDR-user-trigger:focus-visible,.dark .HDR-dropdown-item:focus-visible,.dark .HDR-search-input:focus-visible,.dark .HDR-search-button:focus-visible,.dark .HDR-mobile-search-close:focus-visible,.dark .HDR-mobile-nav-link:focus-visible,.dark .HDR-mobile-control-btn:focus-visible,.dark .HDR-mobile-lang-btn:focus-visible{outline-color:#818cf8}@media (forced-colors: active){.HDR-search-button,.HDR-btn-primary,.HDR-mobile-btn-primary,.HDR-user-avatar,.HDR-user-avatar-large{border:1px solid}}.HDR-search-input-wrapper.loading .HDR-search-icon{animation:spin 1s linear infinite}.HDR-studying-dropdown{position:relative;display:inline-flex;align-items:center}.HDR-studying-trigger{display:flex;align-items:center;gap:.5rem}.HDR-studying-menu{min-width:260px;right:0}.HDR-studying-menu .HDR-dropdown-item{padding:1.125rem 1.5rem;font-weight:500}.HDR-studying-menu .HDR-dropdown-item:hover,.HDR-studying-menu .HDR-dropdown-item:focus{background:linear-gradient(135deg,#8b9ef559,#9371c859);transform:translate(4px)}.HDR-mobile-studying-section{padding:0;border-top:1px solid rgba(102,126,234,.1)}.HDR-mobile-studying-options{display:flex;flex-direction:column;gap:0;padding:0}.HDR-mobile-section-label{display:block;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:#9ca3af;margin-bottom:.75rem;padding:0 1rem}.HDR-mobile-studying-options,.HDR-mobile-studying-btn{display:none}@media (max-width: 768px){.HDR-mobile-studying-btn{padding:.8rem 1rem;font-size:.9rem}}@media (max-width: 480px){.HDR-mobile-studying-btn{padding:.75rem .875rem;font-size:.85rem}}.dark .HDR-mobile-section-label{color:#c7d2fe}.dark .HDR-mobile-studying-btn{color:#fffc;background:#8b9ef526}.dark .HDR-mobile-studying-btn:hover,.dark .HDR-mobile-studying-btn:focus{background:linear-gradient(135deg,#8b9ef54d,#9371c84d);color:#fff}.HDR-services-dropdown{position:relative;display:inline-flex;align-items:center}.HDR-services-trigger{display:flex;align-items:center;gap:.5rem}.HDR-services-menu{min-width:260px;right:0}.HDR-services-menu .HDR-dropdown-item{padding:1.125rem 1.5rem;font-weight:500}.HDR-services-menu .HDR-dropdown-item:hover,.HDR-services-menu .HDR-dropdown-item:focus{background:linear-gradient(135deg,#8b9ef559,#9371c859);transform:translate(4px)}.HDR-mobile-services-section{padding:0;border-top:1px solid rgba(102,126,234,.1)}.HDR-mobile-section-label{display:none}@media (max-width: 768px){.HDR-mobile-section-label{padding:.6rem 1rem;font-size:.65rem}}@media (max-width: 480px){.HDR-mobile-section-label{padding:.55rem .875rem;font-size:.6rem}}.HDR-mobile-services-options,.HDR-mobile-services-btn{display:none}@media (max-width: 768px){.HDR-mobile-services-btn{padding:.8rem 1rem;font-size:.9rem}}@media (max-width: 480px){.HDR-mobile-services-btn{padding:.75rem .875rem;font-size:.85rem}}.dark .HDR-mobile-services-btn{color:#fffc;background:#8b9ef526}.dark .HDR-mobile-services-btn:hover,.dark .HDR-mobile-services-btn:focus{background:linear-gradient(135deg,#8b9ef54d,#9371c84d);color:#fff}.HDR-mobile-agency-btn,.HDR-mobile-agency-options{display:none}@media (max-width: 768px){.HDR-mobile-agency-btn{padding:.8rem 1rem;font-size:.9rem}}@media (max-width: 480px){.HDR-mobile-agency-btn{padding:.75rem .875rem;font-size:.85rem}}.HDR-mobile-lang-btn{display:flex;align-items:center;gap:.75rem;width:100%;padding:1rem;background:#8b9ef526;border:none;color:#fffc;font-weight:600;font-size:.95rem;border-radius:12px;cursor:pointer;transition:all .2s ease;-webkit-user-select:none;user-select:none;text-align:left;margin-bottom:.5rem}.HDR-mobile-lang-btn:hover,.HDR-mobile-lang-btn:focus{background:linear-gradient(135deg,#8b9ef54d,#9371c84d);color:#fff;transform:translate(4px);outline:none}.HDR-mobile-lang-btn.HDR-active{background:linear-gradient(135deg,#8b9ef566,#9371c866);color:#fff;border-left:3px solid rgba(139,158,245,.8);padding-left:calc(1rem - 3px)}.HDR-mobile-header-controls{display:none;align-items:center;gap:.5rem;flex-shrink:0}@media (max-width: 768px){.HDR-mobile-header-controls{display:flex}}.HDR-mobile-header-controls .HDR-header-dropdown{position:relative}.HDR-mobile-language-menu{min-width:200px;left:-80px;top:calc(100% + .5rem)}.HDR-mobile-menu-toggle{display:none!important}@media (max-width: 768px){.HDR-mobile-menu-toggle{display:flex!important}}.HDR-theme-toggle-btn{position:relative;transition:all .3s ease}.HDR-theme-toggle-btn:hover{transform:scale(1.1) rotate(20deg)}.light .HDR-header-main{background:linear-gradient(135deg,#fff,#f0fdf4,#fffbeb);border-bottom:3px solid #22c55e;box-shadow:0 8px 32px #22c55e26}.light .HDR-header-logo-text{color:#1e293b;text-shadow:0 2px 10px rgba(0,0,0,.1)}.light .HDR-header-nav-link{color:#1e5631;font-weight:700;transition:all .2s ease}.light .HDR-header-nav-link:hover,.light .HDR-header-nav-link:focus{color:#fff;background:linear-gradient(135deg,#22c55e,#84cc16);border-radius:8px;transform:translateY(-2px);box-shadow:0 6px 16px #22c55e4d}.light .HDR-dropdown-menu{background:linear-gradient(135deg,#fff,#f0fdf4);-webkit-backdrop-filter:blur(25px);backdrop-filter:blur(25px);border:2px solid #22c55e;box-shadow:0 10px 40px #22c55e33}.light .HDR-dropdown-item{color:#1e5631;font-weight:600;transition:all .2s ease}.light .HDR-dropdown-item:hover,.light .HDR-dropdown-item:focus{color:#fff;background:linear-gradient(135deg,#22c55e,#84cc16);transform:translate(4px)}.light .HDR-dropdown-item.HDR-active{color:#fff;background:linear-gradient(135deg,#22c55e,#84cc16);border-left:4px solid #15803d;padding-left:calc(1rem - 4px)}.light .HDR-header-icon-btn{color:#334155;transition:all .2s ease}.light .HDR-header-icon-btn:hover,.light .HDR-header-icon-btn:focus{color:#22c55e;background:#22c55e1a}.light .HDR-header-search{background:#22c55e14;border-color:#22c55e33}.light .HDR-search-input{color:#1e293b;background:transparent}.light .HDR-search-input::placeholder{color:#33415580}.light .HDR-user-trigger{color:#334155}.light .HDR-user-trigger:hover{background:#22c55e1a;color:#22c55e}.light .HDR-user-name{color:#1e293b}.light .HDR-user-email{color:#64748b}.light .HDR-user-avatar{background:linear-gradient(135deg,#22c55e33,#84cc1633);color:#22c55e}.light .HDR-user-avatar-large{background:linear-gradient(135deg,#22c55e26,#84cc1626);color:#22c55e}.light .HDR-mobile-menu-overlay{background:#0000004d}.light .HDR-mobile-menu-container{background:linear-gradient(135deg,#fffffff2,#f8fafcf2);border-left:2px solid rgba(34,197,94,.3)}.light .HDR-mobile-nav-link{color:#334155}.light .HDR-mobile-nav-link:hover,.light .HDR-mobile-nav-link:focus{background:#22c55e26;color:#22c55e}.light .HDR-mobile-section-label{color:#22c55e}.light .HDR-mobile-divider{background-color:#22c55e33}.light .HDR-mobile-studying-btn,.light .HDR-mobile-services-btn,.light .HDR-mobile-agency-btn{background:#22c55e1a;color:#334155}.light .HDR-mobile-studying-btn:hover,.light .HDR-mobile-studying-btn:focus,.light .HDR-mobile-services-btn:hover,.light .HDR-mobile-services-btn:focus,.light .HDR-mobile-agency-btn:hover,.light .HDR-mobile-agency-btn:focus{background:linear-gradient(135deg,#22c55e40,#84cc1640);color:#22c55e}.light .HDR-mobile-lang-btn{background:#22c55e1a;color:#334155}.light .HDR-mobile-lang-btn:hover,.light .HDR-mobile-lang-btn:focus{background:#22c55e33;color:#22c55e}.light .HDR-mobile-lang-btn.HDR-active{background:linear-gradient(135deg,#22c55e4d,#84cc164d);color:#22c55e;border-left:3px solid #22c55e}.light .HDR-mobile-control-btn{color:#334155}.light .HDR-mobile-control-btn:hover{background:#22c55e26;color:#22c55e}.light .HDR-studying-menu,.light .HDR-services-menu,.light .HDR-agency-menu{background:linear-gradient(135deg,#fffffffa,#f8fafcfa)}.light .HDR-btn-primary{background:linear-gradient(135deg,#22c55e,#84cc16);border:2px solid #22c55e;color:#fff;box-shadow:0 6px 20px #22c55e59}.light .HDR-btn-primary:hover{background:linear-gradient(135deg,#84cc16,#22c55e);border-color:#15803d;box-shadow:0 10px 30px #22c55e73}.light .HDR-btn-secondary{background:#22c55e1f;border:2px solid #22c55e;color:#1f5631}.light .HDR-btn-secondary:hover{background:#22c55e40;border-color:#15803d;color:#15803d;box-shadow:0 6px 16px #22c55e40}.light .HDR-theme-toggle-btn{color:#f59e0b}.light .HDR-theme-toggle-btn:hover{color:#fbbf24}.light .HDR-mobile-collapsible-header{color:#1e5631;font-weight:700}.light .HDR-mobile-collapsible-header:hover,.light .HDR-mobile-collapsible-header:focus{color:#fff;background:linear-gradient(135deg,#22c55e,#84cc16)}.light .HDR-mobile-collapsible-content{background:#22c55e0d}.light .HDR-mobile-nav-link.HDR-nested{color:#334155;background:#22c55e14}.light .HDR-mobile-nav-link.HDR-nested:hover,.light .HDR-mobile-nav-link.HDR-nested:focus{color:#22c55e;background:#22c55e26}.light .HDR-mobile-btn-secondary{background:linear-gradient(135deg,#22c55e,#84cc16);border:2px solid #22c55e;color:#fff;font-weight:700}.light .HDR-mobile-btn-secondary:hover,.light .HDR-mobile-btn-secondary:focus{background:linear-gradient(135deg,#84cc16,#22c55e);border-color:#15803d;color:#fff;box-shadow:0 6px 16px #22c55e4d;transform:translateY(-2px)}.light .HDR-mobile-btn-primary{background:linear-gradient(135deg,#22c55e,#84cc16);border:2px solid #22c55e;color:#fff;font-weight:700;box-shadow:0 8px 24px #22c55e59}.light .HDR-mobile-btn-primary:hover,.light .HDR-mobile-btn-primary:focus{background:linear-gradient(135deg,#84cc16,#22c55e);border-color:#15803d;color:#fff;box-shadow:0 12px 36px #22c55e73;transform:translateY(-2px)}.light .HDR-mobile-profile-btn{background:linear-gradient(135deg,#22c55e,#84cc16);border:2px solid #22c55e;color:#fff;font-weight:700}.light .HDR-mobile-profile-btn:hover,.light .HDR-mobile-profile-btn:focus{background:linear-gradient(135deg,#84cc16,#22c55e);border-color:#15803d;color:#fff;box-shadow:0 6px 16px #22c55e4d;transform:translateY(-2px)}.light .HDR-mobile-logout-btn{background:linear-gradient(135deg,#ef4444,#dc2626);border:2px solid #ef4444;color:#fff;font-weight:700}.light .HDR-mobile-logout-btn:hover,.light .HDR-mobile-logout-btn:focus{background:linear-gradient(135deg,#dc2626,#ef4444);border-color:#991b1b;color:#fff;box-shadow:0 6px 16px #ef44444d;transform:translateY(-2px)}.foot-footer{background:linear-gradient(135deg,#111827d9,#0f172ae6);backdrop-filter:blur(25px);-webkit-backdrop-filter:blur(25px);border-top:2px solid rgba(34,197,94,.3);box-shadow:0 -8px 32px #0000004d;padding:4rem 0 2rem;transition:all .3s cubic-bezier(.4,0,.2,1)}.foot-footer-container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.foot-footer-grid{display:grid;gap:2rem}.foot-brand-logo{display:flex;align-items:center;gap:.5rem}.foot-logo-text{font-size:1.25rem;font-weight:800;background:linear-gradient(135deg,#a7f3d0,#86efac);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;color:transparent;text-shadow:none}.foot-brand-description{color:#ffffffe6;line-height:1.6;margin:1rem 0}.foot-social-icons{display:flex;gap:1rem}.foot-social-icon{color:#fffc;transition:all .3s cubic-bezier(.4,0,.2,1);width:24px;height:24px}.foot-social-icon:hover{color:#22c55e;transform:translateY(-4px) scale(1.15);filter:drop-shadow(0 4px 12px rgba(34,197,94,.5))}.foot-footer-section{margin-bottom:2rem}.foot-section-title{font-size:1.125rem;font-weight:700;background:linear-gradient(135deg,#a7f3d0,#86efac);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:1.5rem;text-shadow:none}.foot-link-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}.foot-link-list li{display:inline-block}.foot-footer-link{color:#ffffffd9;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative}.foot-footer-link:after{content:"";position:absolute;bottom:-4px;left:0;width:0;height:2px;background:linear-gradient(135deg,#22c55e,#84cc16);transition:width .3s cubic-bezier(.4,0,.2,1)}.foot-footer-link:hover{color:#a7f3d0;transform:translate(4px)}.foot-footer-link:hover:after{width:100%}.foot-contact-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:1.25rem}.foot-contact-item{display:flex;align-items:center;gap:.75rem;color:#ffffffd9;transition:all .3s cubic-bezier(.4,0,.2,1)}.foot-contact-item:hover{color:#a7f3d0;transform:translate(4px)}.foot-contact-icon{color:#22c55e;flex-shrink:0;transition:all .3s ease}.foot-contact-item:hover .foot-contact-icon{color:#84cc16}.foot-contact-loading{display:flex;flex-direction:column;align-items:flex-start;gap:.5rem;color:#ffffffe6}.foot-loading-icon{width:18px;height:18px;color:#22c55e;animation:spin 1s linear infinite}.foot-contact-error{color:#fca5a5}.foot-footer-bottom{border-top:1px solid rgba(34,197,94,.2);margin-top:3rem;padding-top:2rem;transition:all .3s ease}.foot-copyright{text-align:center;color:#ffffffd9;font-size:.9rem;letter-spacing:.5px}.dark .foot-footer{background:linear-gradient(135deg,#111827d9,#0f172ae6);border-top-color:#22c55e33}.dark .foot-brand-description{color:#ffffffe6}.dark .foot-footer-link{color:#ffffffd9}.dark .foot-footer-link:hover{color:#a7f3d0}.dark .foot-footer-bottom{border-top-color:#22c55e33}.dark .foot-copyright{color:#ffffffd9}.light .foot-footer{background:linear-gradient(135deg,#f0fdf4e6,#22c55e33,#fbbf2433);border-top:2px solid #22c55e;box-shadow:0 -8px 32px #22c55e40}.light .foot-logo-text{background:linear-gradient(135deg,#15803d,#22c55e);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.light .foot-brand-description{color:#1e5631;font-weight:500}.light .foot-social-icon{color:#334155}.light .foot-social-icon:hover{color:#22c55e;filter:drop-shadow(0 4px 12px rgba(34,197,94,.4))}.light .foot-section-title{background:linear-gradient(135deg,#15803d,#22c55e);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.light .foot-footer-link{color:#1e5631;font-weight:600}.light .foot-footer-link:after{background:linear-gradient(135deg,#22c55e,#84cc16)}.light .foot-footer-link:hover{color:#22c55e;text-decoration:underline}.light .foot-contact-item{color:#334155;font-weight:500}.light .foot-contact-item:hover{color:#22c55e}.light .foot-contact-icon{color:#15803d}.light .foot-contact-item:hover .foot-contact-icon,.light .foot-loading-icon{color:#22c55e}.light .foot-contact-error{color:#dc2626}.light .foot-footer-bottom{border-top-color:#22c55e4d}.light .foot-copyright{color:#334155;font-weight:500}@media (min-width: 768px){.foot-footer-grid{grid-template-columns:repeat(4,1fr);gap:3rem}.foot-footer-section{margin-bottom:0}}@media (max-width: 1024px){.foot-footer-grid{grid-template-columns:repeat(2,1fr);gap:2.5rem}}@media (max-width: 768px){.foot-footer{padding:3rem 0 1.5rem}.foot-footer-container{padding:0 1rem}.foot-footer-grid{grid-template-columns:1fr;gap:2rem}.foot-footer-section{margin-bottom:1.5rem}.foot-section-title{font-size:1rem}.foot-social-icons{gap:.75rem}.foot-footer-bottom{margin-top:2rem;padding-top:1.5rem}.foot-copyright{font-size:.85rem}}@media (max-width: 480px){.foot-footer{padding:2rem 0 1rem}.foot-footer-container{padding:0 .75rem}.foot-logo-text{font-size:1.1rem}.foot-section-title{font-size:.95rem;margin-bottom:1rem}.foot-link-list,.foot-social-icons{gap:.5rem}.foot-social-icon{width:20px;height:20px}.foot-footer-bottom{margin-top:1.5rem;padding-top:1rem}}@media (prefers-reduced-motion: reduce){.foot-footer,.foot-footer-link,.foot-contact-item,.foot-social-icon{transition:none!important;animation:none!important}.foot-footer-link:after,.foot-social-icon{transform:none!important}}@media (forced-colors: active){.foot-footer{border-top:2px solid currentColor}.foot-logo-text,.foot-section-title{color:currentColor}.foot-footer-link:hover,.foot-contact-icon{text-decoration:underline}}.university-page-wrapper{min-height:100vh;background:linear-gradient(135deg,#f8fafc,#f1f5f9);position:relative;transition:background .3s ease;margin-top:-60px;padding-top:60px}.UNILISTPAGE-loading-container,.UNILISTPAGE-error-container{min-height:80vh;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem;color:#0f172a;transition:color .3s ease}.dark .UNILISTPAGE-loading-container,.dark .UNILISTPAGE-error-container{color:#f1f5f9}.UNILISTPAGE-loading-spinner{width:70px;height:70px;border:5px solid rgba(102,126,234,.2);border-top:5px solid #667eea;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:2rem;box-shadow:0 0 20px #667eea4d}.UNILISTPAGE-loading-container p{font-size:1.3rem;font-weight:600;color:inherit;text-shadow:none}.UNILISTPAGE-error-container{background:linear-gradient(135deg,#fff,#f8fafc);border-radius:20px;border:2px solid #e2e8f0;max-width:600px;margin:0 auto;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;padding:3rem 2rem;transition:all .3s ease}.dark .UNILISTPAGE-error-container{background:linear-gradient(135deg,#1e293b,#273548);border-color:#94a3b833;box-shadow:0 20px 25px -5px #0000004d,0 10px 10px -5px #0003}.UNILISTPAGE-error-icon{font-size:5rem;margin-bottom:1.5rem;color:#ef4444}.UNILISTPAGE-error-container h3{font-size:2.5rem;color:#0f172a;margin-bottom:1.2rem;font-weight:800;text-shadow:none;transition:color .3s ease}.dark .UNILISTPAGE-error-container h3{color:#f1f5f9}.UNILISTPAGE-error-container p{color:#64748b;margin-bottom:2.5rem;font-size:1.2rem;transition:color .3s ease}.dark .UNILISTPAGE-error-container p{color:#cbd5e1}.UNILISTPAGE-retry-button{background:linear-gradient(135deg,#667eea,#764ba2);border:none;color:#fff;padding:.75rem 1.5rem;border-radius:10px;font-weight:700;letter-spacing:.3px;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 12px #667eea4d}.UNILISTPAGE-retry-button:hover{transform:translateY(-2px);box-shadow:0 8px 20px #667eea66}.UNILISTPAGE-universities-page{min-height:100vh;padding-top:0}.UNILISTPAGE-search-bar-container{width:100%;margin-top:5.8rem;position:relative;margin-bottom:2rem}.UNILISTPAGE-universities-search-input{width:100%;padding:.9rem .9rem .9rem 3.1rem;border-radius:14px;border:2px solid #e2e8f0;background:#fff;font-size:.95rem;color:#0f172a;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 12px #00000014;font-weight:500}.dark .UNILISTPAGE-universities-search-input{background:#1e293bb3;border-color:#94a3b833;color:#e2e8f0;box-shadow:0 4px 12px #0000004d}.UNILISTPAGE-universities-search-input:focus{outline:none;border-color:#667eea;background:#fff;box-shadow:0 0 0 4px #667eea1a,0 4px 12px #667eea33;transform:translateY(-2px)}.dark .UNILISTPAGE-universities-search-input:focus{background:#1e293be6;box-shadow:0 0 0 4px #667eea26,0 4px 12px #667eea33}.UNILISTPAGE-universities-search-input::placeholder{color:#94a3b8}.dark .UNILISTPAGE-universities-search-input::placeholder{color:#64748b}.UNILISTPAGE-search-icon{position:absolute;left:1rem;top:50%;transform:translateY(-50%);color:#667eea;stroke-width:2.5;pointer-events:none;transition:color .3s ease}.dark .UNILISTPAGE-search-icon{color:#667eea}.UNILISTPAGE-search-bar-container:focus-within .UNILISTPAGE-search-icon{color:#667eea}.UNILISTPAGE-universities-container{max-width:1440px;margin:0 auto;padding:0 1rem 3rem .5rem;display:grid;grid-template-columns:280px 1fr;gap:1.5rem;align-items:start}.UNILISTPAGE-filters-sidebar{background:#fff;border-radius:20px;border:1px solid #e2e8f0;padding:1.5rem;position:sticky;top:90px;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;transition:all .3s ease}.dark .UNILISTPAGE-filters-sidebar{background:linear-gradient(145deg,#1e293b,#273548);border-color:#94a3b81a;box-shadow:0 20px 25px -5px #0000004d,0 10px 10px -5px #0003}.UNILISTPAGE-filters-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:2px solid #e2e8f0;transition:border-color .3s ease}.dark .UNILISTPAGE-filters-header{border-bottom-color:#94a3b81a}.UNILISTPAGE-filters-title{font-size:1.25rem;font-weight:800;color:#0f172a;margin:0;text-shadow:none;transition:color .3s ease}.dark .UNILISTPAGE-filters-title{color:#f1f5f9}.UNILISTPAGE-clear-all-btn{padding:.5rem .875rem;border-radius:8px;border:none;background:linear-gradient(135deg,#ef4444,#dc2626);color:#fff;font-size:.75rem;font-weight:700;letter-spacing:.3px;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 12px #ef444433}.UNILISTPAGE-clear-all-btn:hover{transform:translateY(-2px);box-shadow:0 8px 20px #ef44444d}.UNILISTPAGE-filters-content{display:flex;flex-direction:column;gap:1.25rem}.UNILISTPAGE-filter-group{display:flex;flex-direction:column;gap:.5rem}.UNILISTPAGE-filter-label{display:flex;align-items:center;gap:.5rem;font-size:.875rem;font-weight:700;color:#0f172a;text-transform:uppercase;letter-spacing:.3px;transition:color .3s ease}.dark .UNILISTPAGE-filter-label{color:#f1f5f9}.UNILISTPAGE-filter-label svg{color:#667eea;stroke-width:2;transition:color .3s ease}.dark .UNILISTPAGE-filter-label svg{color:#667eea}.UNILISTPAGE-filter-select{padding:.7rem .875rem;border-radius:11px;border:1px solid #e2e8f0;background:#fff;color:#0f172a;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 12px #00000014}.dark .UNILISTPAGE-filter-select{background:#1e293bb3;border-color:#94a3b833;color:#e2e8f0;box-shadow:0 4px 12px #0000004d}.UNILISTPAGE-filter-select:hover,.dark .UNILISTPAGE-filter-select:hover{border-color:#667eea;box-shadow:0 4px 12px #667eea33}.UNILISTPAGE-filter-select:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a,0 4px 12px #667eea33;background-color:#f8fafc}.dark .UNILISTPAGE-filter-select:focus{border-color:#667eea;box-shadow:0 0 0 3px #667eea26,0 4px 12px #667eea33;background-color:#1e293be6}.UNILISTPAGE-filter-select option{background:#fff;color:#0f172a;padding:.5rem}.dark .UNILISTPAGE-filter-select option{background:#1e293b;color:#e2e8f0;padding:.5rem}.UNILISTPAGE-price-range-inputs{display:flex;align-items:center;gap:.25rem;width:100%}.UNILISTPAGE-price-input{flex:1;padding:.625rem .375rem;border-radius:8px;border:1px solid rgba(255,255,255,.08);background:#1f293799;color:#e5e7eb;font-size:.75rem;font-weight:500;transition:all .2s ease;box-shadow:0 2px 8px #0003;min-width:0;width:0;box-sizing:border-box}.UNILISTPAGE-price-input:focus{outline:none;border-color:#818cf8;background:#1f2937e6;box-shadow:0 0 0 3px #818cf81a}.UNILISTPAGE-price-input::placeholder{color:#9ca3af;font-size:.7rem}.UNILISTPAGE-price-separator{color:#fff;font-weight:700;flex-shrink:0;font-size:.875rem}.UNILISTPAGE-results-count{margin-top:1.5rem;padding:.75rem 1rem;border-top:1px solid rgba(255,255,255,.08);border-radius:10px;text-align:center;font-size:.8125rem;font-weight:600;color:#e5e7eb;background:#c0eae81a;box-shadow:0 2px 8px #0003;letter-spacing:.3px}.UNILISTPAGE-universities-content{min-height:400px}.UNILISTPAGE-universities-list{display:flex;flex-direction:column;gap:2rem}.UNILISTPAGE-university-card{display:grid;grid-template-columns:340px 1fr;gap:0;background:linear-gradient(135deg,#fff,#f8fafc);border-radius:20px;border:1px solid #e2e8f0;overflow:hidden;transition:all .4s cubic-bezier(.4,0,.2,1);box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;cursor:pointer;width:100%;min-height:220px;position:relative}.UNILISTPAGE-university-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#667eea,#764ba2);border-radius:20px 20px 0 0;z-index:1}.dark .UNILISTPAGE-university-card{background:linear-gradient(135deg,#1e293b,#273548);border-color:#94a3b81a;box-shadow:0 20px 25px -5px #0000004d,0 10px 10px -5px #0003}.UNILISTPAGE-university-card:hover{transform:translateY(-8px);box-shadow:0 32px 64px -12px #667eea26,0 25px 50px -12px #667eea1a;border-color:#667eea}.UNILISTPAGE-university-image{position:relative;height:100%;min-height:220px;overflow:hidden;border-right:1px solid rgba(255,255,255,.12);background:linear-gradient(135deg,#0f172afa,#111827fa);display:flex;align-items:center;justify-content:center}.UNILISTPAGE-university-image:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,#667eea08,#764ba208);pointer-events:none}.UNILISTPAGE-university-image img{width:100%;height:100%;object-fit:contain;object-position:center;transition:all .4s cubic-bezier(.4,0,.2,1);filter:brightness(1.02) contrast(1.12) saturate(1.15)}.UNILISTPAGE-university-card:hover .UNILISTPAGE-university-image img{transform:scale(1.08);filter:brightness(1.05) contrast(1.15) saturate(1.2)}.UNILISTPAGE-discount-badge{position:absolute;top:1.2rem;right:1.2rem;padding:.7rem 1.4rem;background:linear-gradient(135deg,#ef4444f2,#dc2626f2);backdrop-filter:blur(15px);-webkit-backdrop-filter:blur(15px);color:#fff;border-radius:50px;border:2px solid rgba(255,255,255,.4);font-size:.9rem;font-weight:700;letter-spacing:.5px;box-shadow:0 8px 24px #ef444480;animation:pulse 2s ease-in-out infinite;text-shadow:0 2px 4px rgba(0,0,0,.3)}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}.UNILISTPAGE-university-details{padding:1.5rem 1.75rem;display:flex;flex-direction:column;justify-content:space-between;gap:.75rem}.UNILISTPAGE-university-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:.625rem;gap:1rem}.UNILISTPAGE-university-name{font-size:1.35rem;font-weight:700;color:#0f172a;margin:0;letter-spacing:-.015em;line-height:1.3;text-shadow:none;transition:color .3s ease}.dark .UNILISTPAGE-university-name{color:#f1f5f9}.UNILISTPAGE-university-badges{display:flex;gap:.5rem;flex-wrap:wrap}.UNILISTPAGE-university-country{display:flex;align-items:center;gap:.375rem;padding:.4rem .875rem;background:#667eea1a;border-radius:9px;border:1px solid rgba(102,126,234,.2);color:#667eea;font-size:.8125rem;font-weight:600;white-space:nowrap;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 2px 8px #667eea1a}.dark .UNILISTPAGE-university-country{background:#667eea26;color:#818cf8}.UNILISTPAGE-university-country:hover{background:#667eea26;border-color:#667eea66;box-shadow:0 4px 12px #667eea33;transform:translateY(-2px)}.UNILISTPAGE-university-ranking{display:flex;align-items:center;gap:.375rem;padding:.4rem .875rem;background:#fbbf241a;border-radius:8px;border:1px solid rgba(251,191,36,.3);color:#f59e0b;font-size:.8125rem;font-weight:600;white-space:nowrap;transition:all .3s ease}.dark .UNILISTPAGE-university-ranking{background:#fbbf2426;color:#fbbf24}.UNILISTPAGE-university-ranking:hover{background:#fbbf2433;border-color:#fbbf2480;transform:translateY(-2px)}.UNILISTPAGE-university-description{color:#475569;line-height:1.6;margin-bottom:1rem;font-size:.875rem;letter-spacing:.01em;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;opacity:.92;transition:color .3s ease}.dark .UNILISTPAGE-university-description{color:#cbd5e1}.UNILISTPAGE-university-info-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:.75rem;margin-bottom:1rem}.UNILISTPAGE-info-item{display:flex;align-items:center;gap:.625rem;padding:.75rem .875rem;background:#667eea0d;border-radius:10px;border:1px solid rgba(102,126,234,.1);transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 2px 8px #667eea14}.dark .UNILISTPAGE-info-item{background:#667eea14;border-color:#667eea26}.UNILISTPAGE-info-item:hover{background:#667eea1a;border-color:#667eea40;transform:translateY(-2px);box-shadow:0 4px 12px #667eea26}.UNILISTPAGE-info-item svg{color:#667eea;flex-shrink:0;stroke-width:2.2;transition:color .3s ease}.UNILISTPAGE-info-item>div{display:flex;flex-direction:column;gap:.125rem;min-width:0}.UNILISTPAGE-info-label{font-size:.625rem;color:#64748b;font-weight:700;text-transform:uppercase;letter-spacing:.3px;transition:color .3s ease}.dark .UNILISTPAGE-info-label{color:#94a3b8}.UNILISTPAGE-info-value{font-size:.8125rem;font-weight:700;color:#0f172a;display:flex;flex-direction:column;gap:.125rem;transition:color .3s ease}.dark .UNILISTPAGE-info-value{color:#e2e8f0}.UNILISTPAGE-original-price{font-size:.75rem;color:#94a3b8;text-decoration:line-through;font-weight:500;transition:color .3s ease}.dark .UNILISTPAGE-original-price{color:#64748b}.UNILISTPAGE-current-price{color:#667eea;font-weight:700;transition:color .3s ease}.dark .UNILISTPAGE-current-price{color:#818cf8}.UNILISTPAGE-university-actions{display:flex;gap:.75rem;align-items:center}.UNILISTPAGE-view-details-btn{flex:1;display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1.5rem;background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:10px;color:#fff;font-size:.875rem;font-weight:700;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 12px #667eea4d;text-shadow:none}.UNILISTPAGE-view-details-btn:hover{transform:translateY(-2px);box-shadow:0 12px 24px #667eea66}.UNILISTPAGE-view-details-btn svg{transition:transform .3s cubic-bezier(.4,0,.2,1);stroke-width:2.5}.UNILISTPAGE-view-details-btn:hover svg{transform:translate(2px)}.UNILISTPAGE-compare-btn{padding:.75rem;background:#667eea1a;border:1px solid rgba(102,126,234,.2);border-radius:10px;color:#667eea;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;align-items:center;justify-content:center;box-shadow:0 2px 8px #667eea14}.dark .UNILISTPAGE-compare-btn{background:#667eea26;border-color:#667eea4d;color:#818cf8}.UNILISTPAGE-compare-btn:hover{background:#667eea33;border-color:#667eea66;transform:translateY(-2px);box-shadow:0 4px 12px #667eea33}.UNILISTPAGE-empty-state{text-align:center;padding:3rem 2rem;background:linear-gradient(135deg,#fff,#f8fafc);border-radius:20px;border:1px solid #e2e8f0;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;transition:all .3s ease}.dark .UNILISTPAGE-empty-state{background:linear-gradient(135deg,#1e293b,#273548);border-color:#94a3b81a;box-shadow:0 20px 25px -5px #0000004d,0 10px 10px -5px #0003}.UNILISTPAGE-empty-state svg{color:#667eea80;margin-bottom:1.5rem;stroke-width:2;transition:color .3s ease}.dark .UNILISTPAGE-empty-state svg{color:#667eea99}.UNILISTPAGE-empty-state h3{font-size:1.5rem;color:#0f172a;margin-bottom:.75rem;font-weight:800;text-shadow:none;transition:color .3s ease}.dark .UNILISTPAGE-empty-state h3{color:#f1f5f9}.UNILISTPAGE-empty-state p{color:#64748b;font-size:1rem;margin-bottom:1.5rem;transition:color .3s ease}.dark .UNILISTPAGE-empty-state p{color:#cbd5e1}.UNILISTPAGE-clear-filters-btn{background:#667eea1a;border:1px solid rgba(102,126,234,.2);color:#667eea;padding:.75rem 1.5rem;border-radius:10px;font-weight:700;letter-spacing:.3px;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 12px #667eea14}.dark .UNILISTPAGE-clear-filters-btn{background:#667eea26;border-color:#667eea4d;color:#818cf8}.UNILISTPAGE-clear-filters-btn:hover{background:#667eea33;border-color:#667eea66;transform:translateY(-2px);box-shadow:0 4px 12px #667eea33}@media (max-width: 1200px){.UNILISTPAGE-university-card{grid-template-columns:320px 1fr;min-height:220px}.UNILISTPAGE-university-image{min-height:220px}}@media (max-width: 1024px){.UNILISTPAGE-universities-container{grid-template-columns:1fr;gap:1.5rem;padding:0 1rem 2rem .5rem}.UNILISTPAGE-filters-sidebar{position:static;padding:1.25rem}.UNILISTPAGE-university-card{grid-template-columns:1fr}.UNILISTPAGE-university-image{min-height:200px;max-height:200px;border-right:none;border-bottom:1px solid rgba(255,255,255,.08)}.UNILISTPAGE-university-details{padding:1.25rem 1.5rem}}@media (max-width: 768px){.UNILISTPAGE-universities-page{padding-top:64px}.UNILISTPAGE-universities-search-input{padding:.75rem .75rem .75rem 2.75rem;font-size:.875rem}.UNILISTPAGE-search-icon{left:.875rem}.UNILISTPAGE-universities-container{padding:0 .75rem 2rem .5rem}.UNILISTPAGE-university-card{grid-template-columns:1fr}.UNILISTPAGE-university-image{min-height:180px;max-height:180px}.UNILISTPAGE-university-details{padding:1.25rem 1.5rem}.UNILISTPAGE-university-name{font-size:1.25rem}.UNILISTPAGE-university-header{flex-direction:column;gap:.625rem}.UNILISTPAGE-university-country{align-self:flex-start}.UNILISTPAGE-university-description{font-size:.8125rem}.UNILISTPAGE-university-info-grid{grid-template-columns:1fr}.UNILISTPAGE-university-actions{flex-direction:column;gap:.5rem}.UNILISTPAGE-view-details-btn{width:100%}.UNILISTPAGE-compare-btn{width:100%;border-radius:10px}.UNILISTPAGE-filters-sidebar{padding:1.25rem}}@media (max-width: 480px){.UNILISTPAGE-universities-page{padding-top:64px}.UNILISTPAGE-universities-search-input{padding:.75rem .75rem .75rem 2.5rem;font-size:.8125rem}.UNILISTPAGE-filters-sidebar{padding:1rem}.UNILISTPAGE-university-image{min-height:160px;max-height:160px}.UNILISTPAGE-university-details{padding:1rem;gap:.625rem}.UNILISTPAGE-university-name{font-size:1.125rem}.UNILISTPAGE-university-description{font-size:.8125rem}.UNILISTPAGE-info-item{padding:.625rem}.UNILISTPAGE-view-details-btn{padding:.75rem 1.25rem;font-size:.875rem}}.UNILISTPAGE-universities-search-input:focus,.UNILISTPAGE-filter-select:focus,.UNILISTPAGE-price-input:focus,.UNILISTPAGE-clear-all-btn:focus,.UNILISTPAGE-view-details-btn:focus,.UNILISTPAGE-compare-btn:focus,.UNILISTPAGE-clear-filters-btn:focus,.UNILISTPAGE-retry-button:focus{outline:2px solid rgba(255,255,255,.6);outline-offset:2px}.dark .stat-item{background:#667eea1a;border-color:#667eea33}.dark .stat-item:hover{background:#667eea26}.contact-page-wrapper{min-height:100vh;background-color:#f8fafc;transition:background-color .3s ease;position:relative}.dark .contact-page-wrapper{background-color:#0f172a}.contact-hero{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:8rem 2rem;text-align:center;position:relative;overflow:hidden}.contact-hero-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}.contact-hero-content{max-width:900px;margin:0 auto;position:relative;z-index:1}.contact-hero h1{font-size:3.5rem;margin-bottom:1.5rem;font-weight:800;letter-spacing:-.5px;text-shadow:0 2px 4px rgba(0,0,0,.1)}.contact-hero p{font-size:1.4rem;opacity:.9;max-width:600px;margin:0 auto;line-height:1.6}.contact-container{width:90%;max-width:1200px;margin:-4rem auto 0;padding:0 1.5rem 3rem;position:relative;z-index:2}.contact-cards-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem;margin-bottom:4rem}.contact-card{background:linear-gradient(145deg,#fff,#f8fafc);border-radius:20px;padding:2.5rem;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;border:1px solid rgba(255,255,255,.8);transition:all .4s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.contact-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#667eea,#764ba2);border-radius:20px 20px 0 0}.contact-card:hover{transform:translateY(-8px);box-shadow:0 32px 64px -12px #0000001f,0 25px 50px -12px #00000014}.card-header{display:flex;align-items:center;gap:1rem;margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:1px solid #e2e8f0}.card-icon{width:48px;height:48px;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:12px;display:flex;align-items:center;justify-content:center;color:#fff;box-shadow:0 8px 16px #667eea4d}.card-title{font-size:1.5rem;font-weight:700;color:#1e293b;margin:0;letter-spacing:-.5px}.contact-method{display:flex;align-items:flex-start;gap:1rem;padding:1rem 0;border-bottom:1px solid #f1f5f9;transition:all .3s ease}.contact-method:last-child{border-bottom:none}.contact-method:hover{background-color:#667eea05;border-radius:8px;margin:0 -.5rem;padding-left:1.5rem;padding-right:1.5rem}.method-icon{width:20px;height:20px;color:#667eea;margin-top:.25rem;flex-shrink:0}.method-content{flex:1}.method-label{font-size:.875rem;font-weight:600;color:#64748b;text-transform:uppercase;letter-spacing:.5px;margin-bottom:.25rem}.method-value{font-size:1.1rem;color:#1e293b;font-weight:500;word-break:break-all}.method-link{color:#667eea;text-decoration:none;transition:all .3s ease;position:relative}.method-link:hover{color:#5a67d8;text-decoration:none}.method-link:after{content:"";position:absolute;bottom:-2px;left:0;width:0;height:2px;background:linear-gradient(90deg,#667eea,#764ba2);transition:width .3s ease}.method-link:hover:after{width:100%}.company-info-section{background:linear-gradient(145deg,#fff,#f8fafc);border-radius:20px;padding:3rem;margin-bottom:3rem;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;border:1px solid rgba(255,255,255,.8);position:relative;overflow:hidden}.company-info-section:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#667eea,#764ba2);border-radius:20px 20px 0 0}.company-header{text-align:center;margin-bottom:3rem}.company-logo{width:80px;height:80px;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:20px;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem;box-shadow:0 8px 32px #667eea4d}.company-name{font-size:2.5rem;font-weight:800;color:#1e293b;margin-bottom:.5rem;letter-spacing:-1px}.company-tagline{font-size:1.2rem;color:#64748b;font-weight:500}.company-description{font-size:1.1rem;line-height:1.8;color:#475569;text-align:center;max-width:800px;margin:0 auto 3rem}.faq-section{background:linear-gradient(145deg,#fff,#f8fafc);border-radius:20px;padding:3rem;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;border:1px solid rgba(255,255,255,.8);position:relative;overflow:hidden}.faq-section:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#667eea,#764ba2);border-radius:20px 20px 0 0}.section-icon{width:32px;height:32px;color:#667eea}.section-title{font-size:2rem;color:#1e293b;margin:0;font-weight:700;letter-spacing:-.5px}.faq-list{display:flex;flex-direction:column;gap:1rem}.faq-item{border:1px solid #e2e8f0;border-radius:12px;overflow:hidden;transition:all .3s ease}.faq-item:hover{border-color:#667eea;box-shadow:0 4px 12px #667eea1a}.faq-question{background-color:#f8fafc;padding:1.5rem;font-weight:600;color:#1e293b;cursor:pointer;display:flex;justify-content:space-between;align-items:center;transition:all .3s ease}.faq-question:hover{background-color:#f1f5f9}.faq-question.active{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.faq-answer{padding:1.5rem;color:#64748b;line-height:1.7;background-color:#fff;border-top:1px solid #e2e8f0}.faq-icon{width:20px;height:20px;transition:transform .3s ease}.faq-icon.rotated{transform:rotate(180deg)}.light .contact-page-wrapper{background:linear-gradient(135deg,#ffffff80,#22c55e26,#fbbf2426)}.light .contact-hero{background:linear-gradient(135deg,#22c55e,#84cc16)}.light .contact-card,.light .company-info-section,.light .faq-section{background:linear-gradient(145deg,#fffffffa,#f0fdf4f2);border-color:#22c55e;box-shadow:0 8px 24px #22c55e1a}.light .contact-card:before,.light .company-info-section:before,.light .faq-section:before{background:linear-gradient(90deg,#22c55e,#84cc16)}.light .card-title,.light .company-name,.light .section-title{color:#15803d}.light .method-value,.light .card-icon,.light .method-icon,.light .method-link{color:#22c55e}.light .method-link:hover{color:#15803d}.light .method-link:after{background:linear-gradient(90deg,#22c55e,#84cc16)}.light .faq-question{background-color:#f0fdf4e6;color:#15803d}.light .faq-question:hover{background-color:#22c55e1a}.light .faq-question.active{background:linear-gradient(135deg,#22c55e,#84cc16);color:#fff}.light .faq-answer{background-color:#fffffffa;color:#1e5631;border-top-color:#22c55e}.light .faq-item{border-color:#22c55e}.light .faq-item:hover{border-color:#84cc16;box-shadow:0 4px 12px #22c55e26}.dark .contact-card,.dark .company-info-section,.dark .faq-section{background:linear-gradient(145deg,#1e293b,#334155);border-color:#94a3b81a}.dark .card-title,.dark .company-name,.dark .section-title{color:#f1f5f9}.dark .method-value{color:#e2e8f0}.dark .method-label,.dark .company-tagline{color:#94a3b8}.dark .company-description{color:#cbd5e1}.dark .contact-method:hover{background-color:#667eea0d}.dark .faq-item{border-color:#374151}.dark .faq-item:hover{border-color:#667eea}.dark .faq-question{background-color:#374151;color:#f1f5f9}.dark .faq-question:hover{background-color:#4b5563}.dark .faq-answer{background-color:#1e293b;color:#94a3b8;border-top-color:#374151}.loading-container{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem;text-align:center}.loading-spinner{width:40px;height:40px;border:4px solid #e2e8f0;border-top:4px solid #3b82f6;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:1rem}.error-container{padding:2rem;text-align:center;background:#fee2e2;border-radius:8px;margin:1rem 0}.error-message{color:#dc2626;font-weight:500;margin-bottom:.5rem}.method-not-specified{color:#94a3b8;font-style:italic}@media (max-width: 1024px){.contact-cards-grid{grid-template-columns:1fr}}@media (max-width: 768px){.contact-container{width:95%}.contact-hero{padding:6rem 1rem}.contact-hero h1{font-size:2.5rem}.contact-card,.company-info-section,.faq-section{padding:2rem}.company-name{font-size:2rem}}@media (max-width: 480px){.contact-hero{padding:4rem 1rem}.contact-hero h1{font-size:2rem}.contact-hero p{font-size:1.1rem}.contact-card,.company-info-section,.faq-section{padding:1.5rem}.company-name{font-size:1.8rem}}.NOTHIF-container{position:fixed;top:20px;right:20px;z-index:10000;display:flex;flex-direction:column;gap:10px;pointer-events:none;max-width:420px;width:100%}.NOTHIF-notification-box{background:linear-gradient(135deg,#111827fa,#1e293bf2);backdrop-filter:blur(25px);-webkit-backdrop-filter:blur(25px);border-left:4px solid;border-radius:8px;box-shadow:0 4px 20px #0000004d;padding:12px 16px;width:100%;min-height:56px;pointer-events:auto;opacity:0;transform:translate(100%);transition:all .4s cubic-bezier(.34,1.56,.64,1);position:relative;overflow:hidden;display:flex;align-items:center}.NOTHIF-notification-box.NOTHIF-visible{opacity:1;transform:translate(0)}.NOTHIF-notification-box.NOTHIF-exiting{opacity:0;transform:translate(100%);transition:all .3s cubic-bezier(.4,0,1,1)}.NOTHIF-notification-box.NOTHIF-success{border-left-color:#22c55e;background:linear-gradient(135deg,#15803d26,#111827fa);box-shadow:0 4px 20px #22c55e33}.NOTHIF-notification-box.NOTHIF-success .NOTHIF-icon-wrapper{color:#22c55e}.NOTHIF-notification-box.NOTHIF-error{border-left-color:#ef4444;background:linear-gradient(135deg,#b91c1c26,#111827fa);box-shadow:0 4px 20px #ef444433}.NOTHIF-notification-box.NOTHIF-error .NOTHIF-icon-wrapper{color:#ef4444}.NOTHIF-notification-box.NOTHIF-warning{border-left-color:#facc15;background:linear-gradient(135deg,#a1620726,#111827fa);box-shadow:0 4px 20px #facc1533}.NOTHIF-notification-box.NOTHIF-warning .NOTHIF-icon-wrapper{color:#facc15}.NOTHIF-notification-box.NOTHIF-info{border-left-color:#60a5fa;background:linear-gradient(135deg,#1e40af26,#111827fa);box-shadow:0 4px 20px #60a5fa33}.NOTHIF-notification-box.NOTHIF-info .NOTHIF-icon-wrapper{color:#60a5fa}.NOTHIF-content{display:flex;align-items:center;gap:12px;width:100%;position:relative}.NOTHIF-icon-wrapper{width:24px;height:24px;flex-shrink:0}.NOTHIF-animated-icon{width:100%;height:100%}.NOTHIF-circle-path,.NOTHIF-check-path{stroke-dasharray:none;stroke-dashoffset:0}.NOTHIF-x-path line{stroke-dasharray:none;stroke-dashoffset:0}.NOTHIF-circle-bg,.NOTHIF-circle-progress{stroke-dasharray:none;stroke-dashoffset:0}.NOTHIF-exclamation-path,.NOTHIF-info-path{opacity:1}.NOTHIF-text-container{flex:1;min-width:0}.NOTHIF-title{font-size:14px;font-weight:600;color:#fff;margin:0 0 2px;line-height:1.4;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.NOTHIF-message{font-size:13px;color:#fffc;margin:0;line-height:1.4;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.NOTHIF-text-container:has(.NOTHIF-title:only-child) .NOTHIF-title,.NOTHIF-text-container:has(.NOTHIF-message:only-child) .NOTHIF-message{margin:0}.NOTHIF-close-btn{background:transparent;border:none;color:#ffffff80;cursor:pointer;padding:4px;border-radius:4px;display:flex;align-items:center;justify-content:center;transition:all .2s ease;flex-shrink:0}.NOTHIF-close-btn:hover{background:#ffffff1a;color:#fff}.NOTHIF-close-btn:active{transform:scale(.9)}.NOTHIF-close-icon{width:16px;height:16px;stroke-width:2}@media (max-width: 640px){.NOTHIF-container{right:10px;left:10px;max-width:calc(100vw - 20px)}.NOTHIF-notification-box{padding:10px 12px;min-height:48px}.NOTHIF-icon-wrapper{width:20px;height:20px}.NOTHIF-title{font-size:13px}.NOTHIF-message{font-size:12px}}.NOTHIF-notification-box{will-change:transform,opacity;-webkit-transform:translateZ(0);transform:translateZ(0);backface-visibility:hidden}.FiGr-cards-list-container{width:100%;margin:0;padding:4rem 1rem;min-height:100vh;background:linear-gradient(135deg,#111827cc,#0f172ae6);position:relative;transition:all .3s ease}.FiGr-cards-list-container:before{content:"";position:fixed;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,#111827cc,#0f172ae6);pointer-events:none;z-index:0}.FiGr-cards-header{max-width:1200px;margin:0 auto 3rem;padding:0 1rem;position:relative;z-index:1}.FiGr-header-content{display:flex;justify-content:space-between;align-items:center;width:100%;gap:1.5rem;flex-wrap:wrap}.FiGr-main-title{font-size:2.5rem;font-weight:700;background:linear-gradient(135deg,#a7f3d0,#86efac);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;text-shadow:none}.FiGr-see-more-btn{background:linear-gradient(135deg,#22c55e,#84cc16);color:#fff;padding:.75rem 2rem;border-radius:10px;border:none;cursor:pointer;transition:all .3s ease;font-weight:600;font-size:.95rem;box-shadow:0 6px 20px #22c55e66}.FiGr-see-more-btn:hover{transform:translateY(-2px);background:linear-gradient(135deg,#16a34a,#65a30d);box-shadow:0 8px 30px #22c55e99}.FiGr-component-container{max-width:1200px;margin:0 auto;padding:0 1rem;position:relative;z-index:1}.FiGr-section-title{font-size:2rem;font-weight:700;margin-bottom:1rem;background:linear-gradient(135deg,#a7f3d0,#86efac);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;text-shadow:none}.FiGr-section-title:after{content:"";display:block;width:80px;height:4px;background:linear-gradient(135deg,#22c55e,#84cc16);border-radius:2px;margin-top:1rem;margin-bottom:2.5rem}.FiGr-table-container{display:flex;flex-direction:column;gap:1.5rem;width:100%}.FiGr-table-row{background:#111827d9;backdrop-filter:blur(25px);-webkit-backdrop-filter:blur(25px);border:1px solid rgba(255,255,255,.08);border-radius:16px;padding:1.5rem;display:flex;align-items:center;gap:2rem;transition:all .3s ease;box-shadow:0 10px 40px #0000004d}.FiGr-table-row:hover{transform:translateY(-4px);border-color:#22c55e80;background:linear-gradient(135deg,#22c55e1a,#84cc160d);box-shadow:0 15px 50px #22c55e33}.FiGr-row-image{flex-shrink:0;width:120px;height:120px;border-radius:12px;overflow:hidden;border:2px solid rgba(255,255,255,.1)}.FiGr-field-image{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.FiGr-table-row:hover .FiGr-field-image{transform:scale(1.1)}.FiGr-row-main{flex:1;display:flex;flex-direction:column;gap:1rem}.FiGr-field-name{font-size:1.35rem;font-weight:700;color:#a7f3d0;margin:0;line-height:1.3}.FiGr-info-row{display:flex;align-items:center;gap:2rem;flex-wrap:wrap}.FiGr-info-item{display:flex;align-items:center;gap:.5rem}.FiGr-info-icon{width:18px;height:18px;color:#22c55e;flex-shrink:0}.FiGr-info-label{color:#ffffffb3;font-size:.95rem;font-weight:500}.FiGr-row-actions{display:flex;flex-direction:column;align-items:flex-end;gap:1rem;flex-shrink:0}.FiGr-price-display{display:flex;flex-direction:column;align-items:flex-end;gap:.25rem}.FiGr-current-price{font-size:1.75rem;font-weight:700;color:#10b981;line-height:1}.FiGr-original-price{font-size:1rem;color:#94a3b8;text-decoration:line-through;line-height:1}.FiGr-apply-btn{background:linear-gradient(135deg,#22c55e,#84cc16);color:#fff;padding:.875rem 2rem;border:none;border-radius:10px;cursor:pointer;transition:all .3s ease;font-weight:600;font-size:.95rem;box-shadow:0 6px 20px #22c55e66;white-space:nowrap}.FiGr-apply-btn:hover{transform:translateY(-2px);background:linear-gradient(135deg,#16a34a,#65a30d);box-shadow:0 8px 30px #22c55e99}.FiGr-loading,.FiGr-error,.FiGr-no-results{text-align:center;padding:4rem 2rem;color:#c1ccdf;font-size:1.1rem;position:relative;z-index:1}.FiGr-error{color:#fca5a5}.dark .FiGr-cards-list-container{background:linear-gradient(135deg,#111827d9,#0f172ae6)}.dark .FiGr-table-row{background:#111827b3;border-color:#22c55e33}.dark .FiGr-field-name{color:#a7f3d0}.dark .FiGr-info-icon{color:#22c55e}.light .FiGr-cards-list-container{background:linear-gradient(135deg,#fff,#f0fdf4,#fffbeb)}.light .FiGr-main-title,.light .FiGr-section-title{background:linear-gradient(135deg,#15803d,#22c55e);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.light .FiGr-see-more-btn{background:linear-gradient(135deg,#22c55e,#84cc16);box-shadow:0 6px 20px #22c55e33}.light .FiGr-see-more-btn:hover{box-shadow:0 8px 30px #22c55e4d}.light .FiGr-table-row{background:linear-gradient(135deg,#fffffffa,#f0fdf4f2);border-color:#22c55e;box-shadow:0 10px 40px #22c55e1a}.light .FiGr-table-row:hover{border-color:#22c55e;background:linear-gradient(135deg,#fff,#f0fdf4);box-shadow:0 15px 50px #22c55e26}.light .FiGr-field-name{color:#15803d;font-weight:700}.light .FiGr-info-label{color:#334155;font-weight:600}.light .FiGr-info-icon{color:#22c55e}.light .FiGr-apply-btn{background:linear-gradient(135deg,#22c55e,#84cc16);box-shadow:0 6px 20px #22c55e33}.light .FiGr-apply-btn:hover{box-shadow:0 8px 30px #22c55e4d}@media screen and (max-width: 1024px){.FiGr-table-row{flex-wrap:wrap}.FiGr-row-actions{width:100%;flex-direction:row;justify-content:space-between;align-items:center}.FiGr-price-display{align-items:flex-start}}@media screen and (max-width: 768px){.FiGr-cards-list-container{padding:2rem 1rem}.FiGr-main-title{font-size:1.75rem}.FiGr-section-title{font-size:1.5rem}.FiGr-header-content{flex-direction:column;align-items:stretch}.FiGr-see-more-btn{width:100%;text-align:center}.FiGr-table-row{padding:1.25rem;flex-direction:column;align-items:stretch}.FiGr-row-image{width:100%;height:200px}.FiGr-field-name{font-size:1.2rem}.FiGr-info-row{flex-direction:column;align-items:flex-start;gap:.75rem}.FiGr-row-actions{flex-direction:column;align-items:stretch;gap:1rem}.FiGr-price-display{flex-direction:row;align-items:center;justify-content:space-between}.FiGr-apply-btn{width:100%;text-align:center}.FiGr-current-price{font-size:1.5rem}}@media screen and (max-width: 640px){.FiGr-table-container{gap:1rem}.FiGr-table-row{padding:1rem}.FiGr-field-name{font-size:1.1rem}.FiGr-info-label{font-size:.875rem}.FiGr-current-price{font-size:1.35rem}.FiGr-original-price{font-size:.9rem}.FiGr-apply-btn{padding:.75rem 1.5rem;font-size:.9rem}}@media screen and (max-width: 480px){.FiGr-main-title{font-size:1.5rem}.FiGr-section-title{font-size:1.25rem}.FiGr-row-image{height:180px}.FiGr-info-icon{width:16px;height:16px}}.FaGr-cards-list-container{width:100%;margin:0;padding:0;box-sizing:border-box}.FaGr-cards-header{padding:20px 15px 10px;display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.FaGr-header-content{display:flex;justify-content:space-between;align-items:center;width:100%}.FaGr-main-title{font-size:2rem;font-weight:700;color:#333}.FaGr-see-more-btn{background-color:#4f46e5;color:#fff;padding:.5rem 1.5rem;border-radius:.5rem;border:none;cursor:pointer;transition:background-color .3s}.FaGr-see-more-btn:hover{background-color:#4338ca}.FaGr-component-container{padding:1rem 15px}.FaGr-section-title{font-size:1.5rem;font-weight:600;margin-bottom:1.5rem;color:#333}.FaGr-cards-grid{display:grid;grid-template-columns:repeat(1,1fr);gap:2rem;width:100%}.FaGr-card{border-radius:.75rem;overflow:hidden;box-shadow:0 4px 6px #0000001a;transition:transform .3s,box-shadow .3s;background-color:#fff;width:100%}.FaGr-card:hover{transform:translateY(-5px);box-shadow:0 10px 15px #0000001a}.FaGr-card-image-container{height:200px;overflow:hidden;width:100%}.FaGr-card-image{width:100%;height:100%;object-fit:cover;transition:transform .3s}.FaGr-card:hover .FaGr-card-image{transform:scale(1.05)}.FaGr-card-content{padding:1.5rem}.FaGr-card-title{font-size:1.25rem;font-weight:600;margin-bottom:.5rem;color:#333}.FaGr-card-university{color:#666;margin-bottom:.5rem;font-size:.9rem}.FaGr-card-description{color:#666;margin-bottom:1rem;line-height:1.5;max-height:4.5rem;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical}.FaGr-card-price{display:flex;justify-content:space-between;margin-bottom:1rem;padding-top:.5rem;border-top:1px solid #eee}.FaGr-price-label{color:#666}.FaGr-price-value{font-weight:600;color:#4f46e5}.FaGr-learn-more-btn{width:100%;background-color:#4f46e5;color:#fff;padding:.75rem 0;border:none;border-radius:.5rem;cursor:pointer;transition:background-color .3s;font-weight:500}.FaGr-learn-more-btn:hover{background-color:#4338ca}.FaGr-loading,.FaGr-error,.FaGr-no-results{text-align:center;padding:3rem 0;color:#666;width:100%}.FaGr-error{color:#ef4444}.dark .FaGr-main-title,.dark .FaGr-section-title{color:#f3f4f6}.dark .FaGr-card,.dark .FaGr-cards-list-container{background-color:#1f2937}.dark .FaGr-card-title{color:#f3f4f6}.dark .FaGr-card-university,.dark .FaGr-card-description,.dark .FaGr-price-label{color:#d1d5db}.dark .FaGr-price-value{color:#6366f1}.dark .FaGr-see-more-btn,.dark .FaGr-learn-more-btn{background-color:#6366f1}.dark .FaGr-see-more-btn:hover,.dark .FaGr-learn-more-btn:hover{background-color:#4f46e5}@media (min-width: 640px){.FaGr-cards-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width: 768px){.FaGr-cards-grid{grid-template-columns:repeat(3,1fr)}}@media (min-width: 1024px){.FaGr-cards-grid{grid-template-columns:repeat(4,1fr)}}html,body{overflow-x:hidden}*{box-sizing:border-box}.FaGr-cards-list-container{width:100vw;position:relative;left:50%;right:50%;margin-left:-50vw;margin-right:-50vw}.af-container{min-height:100vh;margin-top:60px;background:linear-gradient(135deg,#667eea,#764ba2);padding:0;position:relative;display:flex;flex-direction:column}.af-container:before{content:"";position:fixed;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,#111827cc,#0f172ae6);pointer-events:none;z-index:0}.af-container>*{position:relative;z-index:1}.af-form-header{padding:2.5rem;display:flex;justify-content:center;align-items:center;background:linear-gradient(135deg,#1f2937cc,#1f293799);border-bottom:2px solid rgba(129,140,248,.2);position:relative;margin-bottom:10px}.af-main-title{font-size:2.2rem;font-weight:800;color:#c7d2fe;text-align:center;letter-spacing:1px;margin:0;text-transform:uppercase}.af-form-container{background:linear-gradient(135deg,#111827d9,#0f172acc);backdrop-filter:blur(25px);-webkit-backdrop-filter:blur(25px);border-radius:0;border:1px solid rgba(255,255,255,.1);border-top:none;box-shadow:0 20px 60px #0006,0 1px 8px #0003;padding:0;width:100%;position:relative;overflow:hidden;flex:1}.af-form-section{padding:2.5rem;border-bottom:1px solid rgba(255,255,255,.05);max-width:1400px;margin:0 auto;width:100%;box-sizing:border-box}.af-form-section:last-of-type{border-bottom:none}.af-form-section-title{font-size:1.25rem;font-weight:700;color:#c7d2fe;margin-bottom:1.5rem;display:flex;align-items:center;gap:.75rem;text-transform:uppercase;letter-spacing:.5px}.af-form-section-title:before{content:"";display:inline-block;width:3px;height:24px;background:linear-gradient(135deg,#818cf8,#a78bfa);border-radius:2px}.af-form-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.25rem 1.5rem}.af-form-group.af-full-width{grid-column:1 / -1}form{display:flex;flex-direction:column}.af-form-group{display:flex;flex-direction:column;gap:.5rem}.af-button-section{background:linear-gradient(135deg,#1f293780,#1f293766);border-top:2px solid rgba(129,140,248,.2)}.af-form-label{font-size:.875rem;font-weight:600;color:#c7d2fe;letter-spacing:.3px;text-transform:uppercase;font-size:.75rem}.af-form-input,.af-form-select{width:100%;padding:.875rem 1rem;border:1px solid rgba(255,255,255,.1);border-radius:12px;background:linear-gradient(135deg,#1f2937b3,#1f293799);color:#f3f4f6;font-size:.95rem;transition:all .3s cubic-bezier(.4,0,.2,1);box-sizing:border-box;box-shadow:0 2px 8px #0003,inset 0 1px 1px #ffffff08}.af-form-input::placeholder,.af-form-select option:disabled{color:#9ca3af}.af-form-input:focus,.af-form-select:focus{outline:none;border-color:#a5b4fc;background:linear-gradient(135deg,#1f2937f2,#1f2937d9);box-shadow:0 0 0 3px #818cf826,0 4px 12px #00000040}.af-form-select option{background:#1f2937;color:#e5e7eb;padding:.5rem}.af-form-input:disabled,.af-form-select:disabled{opacity:.5;cursor:not-allowed}.af-hint{font-size:.8125rem;color:#a5b4fc;font-style:italic;margin-top:.25rem}.af-checkbox-group{display:flex;flex-direction:column;gap:.5rem}.af-checkbox-label{display:flex;align-items:center;gap:.5rem;color:#c7d2fe;font-size:.95rem;cursor:pointer}.af-checkbox{width:18px;height:18px;accent-color:#818cf8;cursor:pointer}.af-file-upload-container{display:flex;flex-direction:column;gap:.5rem}.af-file-name{font-size:.85rem;color:#a5b4fc;background:#818cf81a;padding:.5rem;border-radius:8px;border:1px solid rgba(129,140,248,.2)}.af-file-hint{font-size:.8rem;color:#a5b4fc;font-style:italic;opacity:.7}.af-button-group{display:flex;justify-content:flex-end;gap:1rem;margin-top:0;padding:0;border-top:none}.af-submit-btn,.af-cancel-btn,.af-alt-btn{padding:.875rem 2rem;border:none;border-radius:12px;cursor:pointer;transition:all .35s cubic-bezier(.4,0,.2,1);font-weight:600;font-size:.95rem;text-shadow:0 1px 2px rgba(0,0,0,.15)}.af-submit-btn{background:linear-gradient(135deg,#818cf8,#a78bfa);color:#fff;border:1px solid rgba(129,140,248,.3);box-shadow:0 4px 14px #818cf859,0 2px 4px #0000001a}.af-submit-btn:hover:not(:disabled){background:linear-gradient(135deg,#6366f1,#8b5cf6);transform:translateY(-2px);box-shadow:0 8px 24px #818cf873,0 4px 8px #00000026;border-color:#818cf880}.af-submit-btn:disabled{opacity:.6;cursor:not-allowed}.af-cancel-btn{background:linear-gradient(135deg,#1f2937b3,#1f293799);color:#f3f4f6;border:1px solid rgba(255,255,255,.1);box-shadow:0 2px 8px #0003}.af-cancel-btn:hover{background:linear-gradient(135deg,#1f2937d9,#1f2937bf);transform:translateY(-2px);box-shadow:0 4px 12px #00000040}.af-alt-btn{background:linear-gradient(135deg,#818cf833,#818cf826);color:#c7d2fe;border:1px solid rgba(129,140,248,.3);box-shadow:0 2px 8px #00000026;padding:.625rem 1.25rem;font-size:.875rem}.af-alt-btn:hover{background:linear-gradient(135deg,#818cf84d,#818cf840);border-color:#818cf880;box-shadow:0 4px 12px #818cf833}.af-loading-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,#111827f2,#0f172afa);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);display:flex;justify-content:center;align-items:center;color:#fff;border-radius:24px;font-size:1.25rem;font-weight:600;z-index:100}.af-loading-overlay:after{content:"";width:40px;height:40px;border:4px solid rgba(129,140,248,.2);border-top-color:#818cf8;border-radius:50%;animation:spin 1s linear infinite;margin-left:1rem}@media (max-width: 1024px){.af-container{padding:100px 1.5rem 2rem}.af-form-container{padding:2rem}form{gap:1rem 1.25rem}}@media (max-width: 768px){.af-container{padding:100px 1rem 2rem}.af-main-title{font-size:2rem}.language-dropdown{position:static;transform:none;margin-top:1rem}.af-form-header{flex-direction:column}.af-form-container{padding:0}.af-form-section{padding:1.5rem}.af-form-grid{grid-template-columns:1fr;gap:1rem}.af-form-group.af-full-width{grid-column:1}.af-button-group{flex-direction:column;gap:.75rem}.af-submit-btn,.af-cancel-btn{width:100%}}@media (max-width: 480px){.af-container{padding:90px .75rem 1.5rem}.af-main-title{font-size:1.75rem}.af-form-container{padding:1.25rem;border-radius:18px}.af-form-input,.af-form-select{padding:.75rem .875rem;font-size:.9rem}.af-submit-btn,.af-cancel-btn{padding:.75rem 1.5rem;font-size:.9rem}}.af-form-input:focus,.af-form-select:focus,.af-submit-btn:focus,.af-cancel-btn:focus,.af-alt-btn:focus,.af-icon-btn:focus{outline:2px solid rgba(129,140,248,.6);outline-offset:2px}.university-page-wrapper{min-height:100vh;position:relative;overflow-x:hidden;z-index:0;transition:background-color .3s ease,color .3s ease;margin-top:72px}@media (max-width: 768px){.university-page-wrapper{margin-top:64px}}.DASH-container{max-width:1400px;margin:0 auto;padding:2rem;min-height:85vh;display:grid;grid-template-columns:280px 1fr;gap:2rem;position:relative;z-index:1;align-items:start;align-content:start}.DASH-sidebar{border-radius:16px;padding:1.5rem;display:flex;flex-direction:column;height:fit-content;position:sticky;top:100px;transition:all .3s ease}.DASH-profile-summary{text-align:center;margin-bottom:1.5rem;padding-bottom:1.5rem;border-bottom:1px solid currentColor;border-bottom-opacity:.15}.DASH-avatar{width:70px;height:70px;background:linear-gradient(135deg,#818cf8,#6366f1);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.8rem;font-weight:700;margin:0 auto 1rem;box-shadow:0 4px 15px #6366f14d;border:none}.DASH-user-info{display:flex;flex-direction:column;gap:.25rem}.DASH-user-info h3{color:inherit;font-size:1rem;margin:0;font-weight:700;line-height:1.3}.DASH-user-info span{font-size:.8rem;line-height:1.2}.DASH-nav{display:flex;flex-direction:column;gap:.6rem;flex:1}.DASH-nav-item{display:flex;align-items:center;gap:10px;padding:.75rem 1rem;border-radius:10px;background:transparent;border:none;border-left:3px solid transparent;color:inherit;font-size:.95rem;font-weight:500;transition:all .2s ease;cursor:pointer;text-align:left}.DASH-nav-item:hover{background:#0000000d}.DASH-nav-item.active{background:#00000014;border-left-color:currentColor}.DASH-sidebar-footer{margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid currentColor;border-top-opacity:.15}.DASH-logout-btn{width:100%;display:flex;align-items:center;justify-content:center;gap:8px;padding:.75rem;border-radius:10px;background:transparent;color:#dc2626;border:1px solid #fca5a5;cursor:pointer;transition:all .2s;font-weight:500;font-size:.95rem}.DASH-logout-btn:hover{background:#ef44441a;transform:translateY(-1px)}.DASH-content{display:flex;flex-direction:column;gap:2rem}.DASH-section{background:#111827b3;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.1);border-radius:20px;padding:2rem;min-height:400px;display:flex;flex-direction:column}.DASH-section>:last-child{flex:1}.DASH-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;flex-wrap:wrap;gap:1rem}.DASH-header h2{color:#fff;font-size:1.5rem;font-weight:700;margin:0}.DASH-subtitle{color:#9ca3af;font-size:.9rem;margin:.5rem 0 0;width:100%}.DASH-actions{display:flex;gap:1rem}.DASH-search{position:relative}.DASH-search svg{position:absolute;left:12px;top:50%;transform:translateY(-50%);color:#9ca3af}.DASH-search input{background:var(--input-bg, rgba(31, 41, 55, .6));border:1px solid currentColor;border-opacity:.1;padding:.6rem 1rem .6rem 2.5rem;border-radius:10px;color:inherit;width:200px;transition:all .2s}.DASH-search input::placeholder{opacity:.6}.DASH-search input:focus{width:250px;outline:none;border-color:#818cf8}.DASH-btn{display:flex;align-items:center;gap:8px;padding:.6rem 1.2rem;border-radius:10px;font-weight:600;font-size:.9rem;cursor:pointer;border:none;transition:all .2s}.DASH-btn.primary{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.DASH-btn.primary:hover{box-shadow:0 4px 12px #667eea66}.DASH-btn.secondary{background:var(--secondary-btn-bg, rgba(255, 255, 255, .1));color:inherit;border:1px solid currentColor;border-opacity:.2}.DASH-btn.secondary:hover{background:var(--secondary-btn-hover, rgba(255, 255, 255, .2))}.DASH-btn.cancel{background:transparent;color:var(--secondary-text, #9ca3af);border:1px solid currentColor;border-opacity:.1}.DASH-filters{display:flex;gap:.5rem;margin-bottom:1.5rem;flex-wrap:wrap}.DASH-filter-chip{background:var(--input-bg, rgba(31, 41, 55, .6));border:1px solid currentColor;border-opacity:.1;color:var(--secondary-text, #9ca3af);padding:.4rem 1rem;border-radius:20px;font-size:.85rem;cursor:pointer;transition:all .2s}.DASH-filter-chip.active{background:#818cf833;color:#818cf8;border-color:#818cf8}.DASH-apps-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.5rem}.DASH-app-card{background:var(--card-bg, rgba(255, 255, 255, .03));border:1px solid currentColor;border-opacity:.1;border-radius:16px;padding:1.5rem;transition:all .2s}.DASH-app-card:hover{transform:translateY(-3px);background:var(--card-hover-bg, rgba(255, 255, 255, .05));border-color:#818cf84d}.DASH-app-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.DASH-status-badge{padding:.25rem .6rem;border-radius:6px;font-size:.75rem;font-weight:700;text-transform:uppercase}.DASH-status-badge.success{background:#10b98133;color:#34d399}.DASH-status-badge.warning{background:#f59e0b33;color:#fbbf24}.DASH-status-badge.danger{background:#ef444433;color:#fca5a5}.DASH-status-badge.info{background:#3b82f633;color:#60a5fa}.DASH-app-date{color:var(--tertiary-text, #6b7280);font-size:.85rem}.DASH-app-title{color:inherit;font-size:1.1rem;margin:0 0 1rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.DASH-app-details{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1.5rem}.DASH-app-details span{display:flex;align-items:center;gap:8px;color:var(--secondary-text, inherit);color:#9ca3af;font-size:.9rem}.DASH-app-footer{display:flex;justify-content:space-between;align-items:center;border-top:1px solid currentColor;border-top-opacity:.1;padding-top:1rem}.DASH-id{font-family:monospace;color:var(--tertiary-text, #6b7280);font-size:.85rem}.DASH-link-btn{background:none;border:none;color:#818cf8;font-size:.9rem;display:flex;align-items:center;gap:4px;cursor:pointer}.DASH-link-btn:hover{text-decoration:underline}.DASH-profile-layout{display:grid;grid-template-columns:300px 1fr;gap:2rem;align-items:start}.DASH-profile-card{background:var(--card-bg, rgba(255, 255, 255, .03));border-radius:16px;padding:2rem;text-align:center;border:1px solid currentColor;border-opacity:.1}.DASH-big-avatar{width:120px;height:120px;background:linear-gradient(135deg,#a855f7,#6366f1);border-radius:50%;margin:0 auto 1.5rem;display:flex;align-items:center;justify-content:center;font-size:3rem;color:#fff;font-weight:700;box-shadow:0 8px 32px #6366f14d}.DASH-role-badge{background:#818cf826;color:#818cf8;padding:.3rem .8rem;border-radius:20px;font-size:.8rem;font-weight:600}.DASH-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}.DASH-field{display:flex;flex-direction:column;gap:.5rem}.DASH-field.full{grid-column:1 / -1}.DASH-field label{color:var(--secondary-text, #9ca3af);font-size:.9rem;display:flex;align-items:center;gap:6px}.DASH-field input,.DASH-field textarea{background:var(--input-bg, rgba(17, 24, 39, .5));border:1px solid currentColor;border-opacity:.1;padding:.8rem;border-radius:8px;color:inherit;font-size:1rem}.DASH-field input:disabled,.DASH-field textarea:disabled{opacity:.7;background:#1118274d;border-color:transparent}.DASH-field input:focus,.DASH-field textarea:focus{outline:none;border-color:#818cf8;background:#111827cc}.DASH-form-actions{grid-column:1 / -1;display:flex;justify-content:flex-end;gap:1rem;margin-top:2rem;padding-top:1.5rem;border-top:1px solid rgba(255,255,255,.1)}.DASH-alert{padding:1rem;border-radius:8px;margin-bottom:1.5rem;display:flex;align-items:center;gap:10px}.DASH-alert.success{background:#10b98126;color:#34d399}.DASH-alert.error{background:#ef444426;color:#fca5a5}.DASH-empty-state{text-align:center;padding:4rem 2rem;color:#9ca3af;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem}.DASH-empty-state svg{opacity:.3}.DASH-loader-container{min-height:80vh;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#fff}.DASH-spinner{animation:spin 1s linear infinite;margin-bottom:1rem;color:#818cf8}@media (max-width: 1024px){.DASH-container{grid-template-columns:1fr}.DASH-sidebar{position:static;flex-direction:row;align-items:center;justify-content:space-between;padding:1.5rem}.DASH-avatar{width:50px;height:50px;font-size:1.2rem;margin:0}.DASH-user-info{text-align:left;margin-left:1rem}.DASH-profile-summary{border:none;margin:0;padding:0;display:flex;align-items:center}.DASH-nav,.DASH-sidebar-footer{display:none}}@media (max-width: 768px){.DASH-profile-layout,.DASH-form-grid{grid-template-columns:1fr}.DASH-header{flex-direction:column;align-items:flex-start}.DASH-actions{width:100%;flex-direction:column}.DASH-search input{width:100%}.DASH-sidebar{flex-direction:column;align-items:stretch}.DASH-profile-summary{flex-direction:column;text-align:center}.DASH-user-info{margin:10px 0 0;text-align:center}.DASH-nav{display:flex;margin-top:1rem}.DASH-sidebar-footer{display:block}}.dark .university-page-wrapper{background:linear-gradient(135deg,#0f172a99,#0f172a66);color:#fff}.dark .DASH-sidebar{background:#0f172acc;border:1px solid rgba(255,255,255,.1);color:#fff;box-shadow:0 4px 20px #0000004d}.dark .DASH-sidebar h3{color:#fff!important;text-shadow:0 2px 8px rgba(0,0,0,.4)}.dark .DASH-section{background:#0f172acc;border:1px solid rgba(255,255,255,.1);color:#fff;box-shadow:0 2px 8px #0003}.dark .DASH-header h2{color:#fff;text-shadow:0 2px 8px rgba(0,0,0,.4)}.dark .DASH-subtitle{color:#e2e8f0;text-shadow:0 2px 8px rgba(0,0,0,.2)}.dark .DASH-nav-item{color:#e2e8f0}.dark .DASH-nav-item:hover{background:#ffffff14}.dark .DASH-nav-item.active{background:#ffffff1a;color:#fff;border-left-color:#818cf8}.dark .DASH-user-info h3{color:#fff}.dark .DASH-user-info span{color:#e2e8f0}.dark .DASH-search input{background:#0f172a99;border-color:#ffffff1a;color:#fff}.dark .DASH-search input::placeholder{color:#ffffff80}.dark .DASH-filter-chip{background:#0f172a99;border-color:#ffffff1a;color:#e2e8f0}.dark .DASH-app-card{background:#0f172a99;border-color:#ffffff1a;color:#fff;box-shadow:0 2px 8px #0003}.light .university-page-wrapper{background:linear-gradient(135deg,#fff,#f0fdf4,#fffbeb);color:#1e293b}.light .DASH-sidebar{background:#fffffff2;border:1px solid rgba(34,197,94,.2);color:#1e293b;box-shadow:0 4px 15px #00000014}.light .DASH-sidebar h3{color:#1e293b!important;text-shadow:0 2px 10px rgba(0,0,0,.1)}.light .DASH-section{background:#fffffff2;border:1px solid rgba(34,197,94,.2);color:#1e293b;box-shadow:0 2px 8px #0000000d}.light .DASH-header h2{color:#1e293b;text-shadow:0 2px 10px rgba(0,0,0,.1)}.light .DASH-subtitle{color:#1e293b;text-shadow:0 2px 8px rgba(0,0,0,.1)}.light .DASH-nav-item{color:#1e293b}.light .DASH-nav-item:hover{background:#0000000d}.light .DASH-nav-item.active{background:#00000014;color:#1e293b;border-left-color:#22c55e}.light .DASH-user-info h3,.light .DASH-user-info span{color:#1e293b}.light .DASH-search input{background:#22c55e14;border-color:#22c55e4d;color:#1e293b}.light .DASH-search input::placeholder{color:#1e293b80}.light .DASH-search input:focus{border-color:#22c55e;box-shadow:0 0 10px #22c55e33}.light .DASH-search svg{color:#1e293b}.light .DASH-btn.primary{background:linear-gradient(135deg,#22c55e,#84cc16);color:#fff;box-shadow:0 4px 12px #22c55e33;text-shadow:0 1px 2px rgba(0,0,0,.1)}.light .DASH-btn.primary:hover{box-shadow:0 6px 20px #22c55e4d}.light .DASH-btn.secondary{background:#22c55e1a;color:#22c55e;border-color:#22c55e}.light .DASH-btn.secondary:hover{background:#22c55e33}.light .DASH-btn.cancel{background:transparent;color:#1e293b;border-color:#1e293b33}.light .DASH-filter-chip{background:#22c55e1a;border-color:#22c55e;color:#22c55e}.light .DASH-filter-chip.active{background:linear-gradient(135deg,#22c55e,#84cc16);color:#fff;border-color:#15803d}.light .DASH-app-card{background:#ffffffe6;border-color:#22c55e33;color:#1e293b;box-shadow:0 2px 8px #0000000d}.light .DASH-logout-btn{background:#ef44441a;color:#dc2626;border-color:#ef44444d}.light .DASH-logout-btn:hover{background:#ef444426}.dark .DASH-logout-btn{background:transparent;color:#fca5a5;border-color:#ef44444d}.dark .DASH-logout-btn:hover{background:#ef44441a}.dark .DASH-profile-card{background:#0f172a99;border:1px solid rgba(255,255,255,.1);color:#fff}.dark .DASH-big-avatar{background:linear-gradient(135deg,#818cf8,#6366f1);color:#fff;box-shadow:0 8px 32px #818cf84d}.dark .DASH-big-avatar h3{color:#fff}.dark .DASH-big-avatar p{color:#e2e8f0}.dark .DASH-role-badge{background:#818cf833;color:#818cf8}.dark .DASH-field label{color:#e2e8f0}.dark .DASH-field input,.dark .DASH-field textarea{background:#0f172a99;border:1px solid rgba(255,255,255,.1);color:#fff}.dark .DASH-field input::placeholder,.dark .DASH-field textarea::placeholder{color:#fff6}.dark .DASH-field input:disabled,.dark .DASH-field textarea:disabled{background:#0f172a66;color:#cbd5e1}.dark .DASH-field input:focus,.dark .DASH-field textarea:focus{border-color:#818cf8;background:#0f172acc;box-shadow:0 0 0 3px #818cf81a}.dark .DASH-form-actions{border-top-color:#ffffff1a}.dark .DASH-alert.success{background:#10b98126;color:#34d399;border-left:4px solid #34d399}.dark .DASH-alert.error{background:#ef444426;color:#fca5a5;border-left:4px solid #fca5a5}.dark .DASH-details-card{background:#0f172a99;border:1px solid rgba(255,255,255,.1);border-radius:16px;padding:2rem;color:#fff}.light .DASH-profile-card{background:#ffffffe6;border:1px solid rgba(34,197,94,.2);color:#1e293b;box-shadow:0 2px 8px #0000000d}.light .DASH-profile-card h3,.light .DASH-profile-card p{color:#1e293b}.light .DASH-big-avatar{background:linear-gradient(135deg,#22c55e,#84cc16);color:#fff;box-shadow:0 8px 32px #22c55e33}.light .DASH-role-badge{background:#22c55e26;color:#22c55e}.light .DASH-field label{color:#1e293b}.light .DASH-field input,.light .DASH-field textarea{background:#22c55e14;border:1px solid rgba(34,197,94,.3);color:#1e293b}.light .DASH-field input::placeholder,.light .DASH-field textarea::placeholder{color:#1e293b80}.light .DASH-field input:disabled,.light .DASH-field textarea:disabled{background:#22c55e0d;color:#64748b;opacity:.7}.light .DASH-field input:focus,.light .DASH-field textarea:focus{border-color:#22c55e;background:#22c55e1a;box-shadow:0 0 0 3px #22c55e1a}.light .DASH-form-actions{border-top-color:#1e293b1a}.light .DASH-alert.success{background:#22c55e26;color:#15803d;border-left:4px solid #22c55e}.light .DASH-alert.error{background:#ef444426;color:#dc2626;border-left:4px solid #dc2626}.light .DASH-details-card{background:#ffffffe6;border:1px solid rgba(34,197,94,.2);border-radius:16px;padding:2rem;color:#1e293b;box-shadow:0 2px 8px #0000000d}.DASH-filters-group{display:flex;flex-direction:column;gap:1.5rem;margin-bottom:1.5rem}.DASH-filters-section{display:flex;flex-direction:column;gap:.75rem}.DASH-filters-label{font-weight:600;font-size:.95rem;color:inherit;opacity:.9}.DASH-app-type-badge{display:inline-block;padding:.5rem .8rem;border-radius:8px;font-size:.85rem;font-weight:600;margin-bottom:.75rem;background:#818cf826;color:#818cf8}.DASH-app-card-university .DASH-app-type-badge{background:#3b82f626;color:#3b82f6}.DASH-app-card-translation .DASH-app-type-badge{background:#818cf826;color:#818cf8}.dark .DASH-filters-section{color:#e5e7eb}.dark .DASH-app-type-badge{background:#818cf833;color:#a5b4fc}.dark .DASH-app-card-university .DASH-app-type-badge{background:#3b82f633;color:#93c5fd}.light .DASH-filters-section{color:#1e293b}.light .DASH-app-type-badge{background:#818cf833;color:#5b21b6}.light .DASH-app-card-university .DASH-app-type-badge{background:#3b82f633;color:#1e40af}@media (max-width: 768px){.DASH-filters-group{gap:1rem}.DASH-filters{gap:.4rem}.DASH-filter-chip{padding:.35rem .8rem;font-size:.8rem}.DASH-app-type-badge{padding:.4rem .6rem;font-size:.8rem;margin-bottom:.5rem}}.search-page{max-width:1200px;margin:0 auto;padding:2rem}.search-header{margin-bottom:2rem;text-align:center}.search-header h1{font-size:2rem;margin-bottom:1.5rem;color:#333}.search-form{max-width:600px;margin:0 auto}.search-input-container{display:flex;align-items:center;background-color:#f3f4f6;border-radius:.5rem;padding:.75rem 1rem;border:1px solid #e5e7eb;transition:all .3s}.search-input-container:focus-within{border-color:#4f46e5;box-shadow:0 0 0 3px #4f46e51a}.search-form-icon{color:#9ca3af;margin-right:.75rem}.search-input{flex-grow:1;border:none;background:transparent;font-size:1rem;color:#333;outline:none}.search-button{background-color:#4f46e5;color:#fff;border:none;padding:.5rem 1.25rem;border-radius:.375rem;font-weight:500;cursor:pointer;transition:background-color .2s}.search-button:hover{background-color:#4338ca}.search-tabs{display:flex;border-bottom:1px solid #e5e7eb;margin-bottom:2rem;overflow-x:auto;scrollbar-width:none;-ms-overflow-style:none}.search-tabs::-webkit-scrollbar{display:none}.search-tab{padding:.75rem 1rem;margin-right:.5rem;background:none;border:none;color:#6b7280;font-weight:500;cursor:pointer;white-space:nowrap;position:relative}.search-tab:after{content:"";position:absolute;bottom:-1px;left:0;right:0;height:2px;background-color:#4f46e5;transform:scaleX(0);transition:transform .2s}.search-tab:hover,.search-tab.active{color:#4f46e5}.search-tab.active:after{transform:scaleX(1)}.search-section{margin-bottom:2.5rem}.search-section h2{font-size:1.25rem;color:#4b5563;margin-bottom:1rem;padding-bottom:.5rem;border-bottom:1px solid #e5e7eb}.search-results-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.5rem}.search-result-item{display:flex;border:1px solid #e5e7eb;border-radius:.5rem;overflow:hidden;transition:all .2s;cursor:pointer}.search-result-item:hover{box-shadow:0 4px 12px #0000000d;transform:translateY(-2px);border-color:#d1d5db}.search-result-image{flex:0 0 100px;background-color:#f3f4f6;display:flex;align-items:center;justify-content:center}.search-result-image img{width:100%;height:100%;object-fit:cover}.search-result-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-size:2rem;font-weight:700;color:#9ca3af;background-color:#e5e7eb}.search-result-content{padding:1rem;flex:1}.search-result-content h3{margin:0 0 .25rem;font-size:1rem;color:#111827}.search-result-type{font-size:.8rem;color:#4f46e5;text-transform:uppercase;margin:0 0 .5rem}.search-result-description{font-size:.9rem;color:#6b7280;margin:0;line-height:1.4}.search-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem 0}.search-spinner{width:40px;height:40px;border:3px solid rgba(79,70,229,.2);border-top-color:#4f46e5;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:1rem}.search-no-results{text-align:center;padding:3rem 0;color:#6b7280;font-size:1.1rem}.dark .search-header h1{color:#f9fafb}.dark .search-input-container{background-color:#1f2937;border-color:#374151}.dark .search-input{color:#e5e7eb}.dark .search-input-container:focus-within{border-color:#6366f1;box-shadow:0 0 0 3px #6366f11a}.dark .search-button{background-color:#6366f1}.dark .search-button:hover{background-color:#4f46e5}.dark .search-section h2{color:#d1d5db;border-color:#374151}.dark .search-tabs{border-color:#374151}.dark .search-tab{color:#9ca3af}.dark .search-tab:hover,.dark .search-tab.active{color:#6366f1}.dark .search-tab.active:after{background-color:#6366f1}.dark .search-result-item{border-color:#374151;background-color:#1f2937}.dark .search-result-item:hover{box-shadow:0 4px 12px #0003;border-color:#4b5563}.dark .search-result-content h3{color:#f9fafb}.dark .search-result-type{color:#6366f1}.dark .search-result-description{color:#9ca3af}.dark .search-result-placeholder{background-color:#374151;color:#6b7280}.dark .search-no-results{color:#9ca3af}@media (max-width: 768px){.search-results-list{grid-template-columns:1fr}.search-tabs{justify-content:flex-start}.search-tab{padding:.5rem .75rem;font-size:.9rem}}.UNIDETAIL-page-wrapper{min-height:100vh;font-family:Inter,sans-serif;position:relative;padding-bottom:4rem;transition:all .3s ease}.UNIDETAIL-page-wrapper{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.UNIDETAIL-page-wrapper:before{content:"";position:fixed;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,#111827d9,#0f172af2);pointer-events:none;z-index:0}.light .UNIDETAIL-page-wrapper{background:linear-gradient(135deg,#f8fafc,#f1f5f9,#f0f4f8);color:#334155}.light .UNIDETAIL-page-wrapper:before{display:none}.UNIDETAIL-container{max-width:1300px;margin:0 auto;padding:0 2rem;position:relative;z-index:2}.UNIDETAIL-hero-slider{position:relative;height:75vh;min-height:550px;width:100%;overflow:hidden;display:flex;align-items:center;justify-content:center;border-bottom:1px solid rgba(255,255,255,.1)}.light .UNIDETAIL-hero-slider{border-bottom:1px solid rgba(0,0,0,.05)}.UNIDETAIL-slide{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;transition:opacity 1s ease}.UNIDETAIL-slide.active{opacity:1}.UNIDETAIL-slide img{width:100%;height:100%;object-fit:cover}.UNIDETAIL-slide-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#1118274d,#111827e6);-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.light .UNIDETAIL-slide-overlay{background:linear-gradient(180deg,#ffffff1a,#fffc)}.UNIDETAIL-hero-content{position:relative;z-index:10;text-align:center;max-width:800px;padding:0 1.5rem;animation:fadeUp .8s ease-out}.UNIDETAIL-hero-badge{display:inline-flex;align-items:center;gap:.5rem;background:#fbbf2426;color:#fbbf24;padding:.4rem 1rem;border-radius:50px;font-size:.85rem;font-weight:600;border:1px solid rgba(251,191,36,.3);margin-bottom:1.5rem}.light .UNIDETAIL-hero-badge{background:#fbbf241a;color:#d97706;border-color:#f59e0b}.UNIDETAIL-hero-title{font-size:3.5rem;font-weight:800;line-height:1.1;margin-bottom:1rem;text-shadow:0 4px 20px rgba(0,0,0,.5)}.light .UNIDETAIL-hero-title{color:#1e293b;text-shadow:none}.UNIDETAIL-hero-location{display:flex;align-items:center;justify-content:center;gap:.5rem;color:#cbd5e1;font-size:1.1rem;margin-bottom:2.5rem}.light .UNIDETAIL-hero-location{color:#64748b}.UNIDETAIL-hero-actions{display:flex;gap:1.2rem;justify-content:center}.UNIDETAIL-btn-primary{background:linear-gradient(135deg,#818cf8,#6366f1);color:#fff;border:none;padding:1rem 2.5rem;border-radius:12px;font-size:1.1rem;font-weight:700;cursor:pointer;display:flex;align-items:center;gap:.6rem;transition:all .3s ease;box-shadow:0 4px 15px #6366f166}.UNIDETAIL-btn-primary:hover{transform:translateY(-3px);box-shadow:0 8px 25px #6366f199}.UNIDETAIL-btn-secondary{background:#ffffff1a;color:#fff;border:1px solid rgba(255,255,255,.2);padding:1rem 2rem;border-radius:12px;font-size:1rem;font-weight:600;cursor:pointer;display:flex;align-items:center;gap:.6rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:all .3s ease}.light .UNIDETAIL-btn-secondary{background:#ffffffb3;color:#334155;border:1px solid rgba(0,0,0,.1)}.UNIDETAIL-btn-secondary:hover{background:#fff3;border-color:#fff6}.light .UNIDETAIL-btn-secondary:hover{background:#fff;border-color:#cbd5e1}.UNIDETAIL-thumbnail-dock{position:absolute;bottom:2rem;display:flex;gap:.8rem;z-index:10;padding:.5rem;background:#0000004d;border-radius:16px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1)}.light .UNIDETAIL-thumbnail-dock{background:#fff9;border:1px solid rgba(0,0,0,.05)}.UNIDETAIL-thumb-btn{width:60px;height:40px;border-radius:8px;border:2px solid transparent;overflow:hidden;cursor:pointer;padding:0;transition:all .2s}.UNIDETAIL-thumb-btn img{width:100%;height:100%;object-fit:cover}.UNIDETAIL-thumb-btn.active{border-color:#818cf8;transform:scale(1.1)}.UNIDETAIL-info-bar{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;background:#1f293799;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.1);border-radius:16px;padding:2rem;margin-top:-4rem;margin-bottom:4rem;position:relative;z-index:20;box-shadow:0 10px 30px #0003}.light .UNIDETAIL-info-bar{background:#ffffffe6;border:1px solid rgba(0,0,0,.05);box-shadow:0 10px 30px #0000000d}.UNIDETAIL-info-item{display:flex;align-items:center;gap:1rem;border-right:1px solid rgba(255,255,255,.1)}.light .UNIDETAIL-info-item{border-right:1px solid rgba(0,0,0,.05)}.UNIDETAIL-info-item:last-child{border-right:none}.UNIDETAIL-info-icon{color:#818cf8;width:32px;height:32px}.UNIDETAIL-info-item .label{display:block;font-size:.85rem;color:#9ca3af;text-transform:uppercase;letter-spacing:.5px;margin-bottom:2px}.light .UNIDETAIL-info-item .label{color:#64748b}.UNIDETAIL-info-item .value{display:block;font-size:1.2rem;font-weight:700;color:#fff}.light .UNIDETAIL-info-item .value{color:#1e293b}.UNIDETAIL-grid-layout{display:grid;gap:2rem;margin-bottom:4rem}.UNIDETAIL-card{background:#1f293766;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);border:1px solid rgba(255,255,255,.1);border-radius:16px;padding:2.5rem}.light .UNIDETAIL-card{background:#fffc;border:1px solid rgba(0,0,0,.05);box-shadow:0 4px 20px #00000005}.UNIDETAIL-card-title{font-size:1.8rem;margin-bottom:1.5rem;color:#fff;border-bottom:1px solid rgba(255,255,255,.1);padding-bottom:1rem}.light .UNIDETAIL-card-title{color:#1e293b;border-bottom:1px solid rgba(0,0,0,.05)}.UNIDETAIL-text{line-height:1.8;color:#d1d5db;font-size:1.05rem}.light .UNIDETAIL-text{color:#475569}.UNIDETAIL-video-wrapper{position:relative;padding-bottom:56.25%;height:0;border-radius:12px;overflow:hidden;background:#000}.UNIDETAIL-iframe{position:absolute;top:0;left:0;width:100%;height:100%;border:none}.UNIDETAIL-fields-header{display:flex;justify-content:space-between;align-items:end;margin-bottom:2.5rem;border-bottom:1px solid rgba(255,255,255,.1);padding-bottom:1rem}.light .UNIDETAIL-fields-header{border-bottom:1px solid rgba(0,0,0,.05)}.UNIDETAIL-section-heading{font-size:2rem;color:#fff;margin-bottom:.5rem}.light .UNIDETAIL-section-heading{color:#1e293b}.UNIDETAIL-section-sub{color:#9ca3af}.light .UNIDETAIL-section-sub{color:#64748b}.UNIDETAIL-view-toggle{display:flex;background:#ffffff0d;padding:4px;border-radius:8px}.light .UNIDETAIL-view-toggle{background:#0000000d}.UNIDETAIL-toggle-btn{background:transparent;border:none;color:#9ca3af;padding:.5rem 1rem;border-radius:6px;cursor:pointer;font-weight:500;transition:all .2s}.light .UNIDETAIL-toggle-btn{color:#64748b}.UNIDETAIL-toggle-btn.active{background:#818cf8;color:#fff}.UNIDETAIL-programs-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.5rem}.UNIDETAIL-program-card{background:#1f293799;border:1px solid rgba(255,255,255,.1);border-radius:16px;overflow:hidden;transition:all .3s;cursor:pointer}.light .UNIDETAIL-program-card{background:#fff;border:1px solid rgba(0,0,0,.05);box-shadow:0 4px 10px #00000005}.UNIDETAIL-program-card:hover{transform:translateY(-5px);border-color:#818cf8;box-shadow:0 10px 30px #0003}.light .UNIDETAIL-program-card:hover{border-color:#818cf8;box-shadow:0 10px 30px #0000000d}.UNIDETAIL-program-img{height:180px;position:relative}.UNIDETAIL-program-img img{width:100%;height:100%;object-fit:cover}.UNIDETAIL-level-badge{position:absolute;top:1rem;right:1rem;background:#10b981e6;color:#fff;padding:.3rem .8rem;border-radius:20px;font-size:.75rem;font-weight:700;text-transform:uppercase;box-shadow:0 2px 8px #0003}.UNIDETAIL-program-body{padding:1.5rem}.UNIDETAIL-program-meta{font-size:.85rem;color:#9ca3af;text-transform:uppercase;margin-bottom:.5rem;letter-spacing:.5px}.light .UNIDETAIL-program-meta{color:#64748b}.UNIDETAIL-program-title{font-size:1.25rem;margin-bottom:1rem;color:#fff;line-height:1.4}.light .UNIDETAIL-program-title{color:#1e293b}.UNIDETAIL-program-price{font-size:1.4rem;color:#818cf8;font-weight:700;margin-bottom:1.5rem}.UNIDETAIL-program-price .period{font-size:.9rem;color:#9ca3af;font-weight:400}.light .UNIDETAIL-program-price .period{color:#64748b}.UNIDETAIL-program-footer{display:flex;justify-content:space-between;align-items:center;padding-top:1rem;border-top:1px solid rgba(255,255,255,.1);color:#d1d5db;font-size:.9rem}.light .UNIDETAIL-program-footer{border-top:1px solid rgba(0,0,0,.05);color:#475569}.UNIDETAIL-program-footer .link{color:#818cf8;font-weight:600}.UNIDETAIL-table-container{background:#1f293799;border-radius:16px;border:1px solid rgba(255,255,255,.1);overflow-x:auto}.light .UNIDETAIL-table-container{background:#fff;border:1px solid rgba(0,0,0,.05);box-shadow:0 4px 10px #00000005}.UNIDETAIL-table{width:100%;border-collapse:collapse}.UNIDETAIL-table th{text-align:left;padding:1.2rem;border-bottom:1px solid rgba(255,255,255,.1);color:#9ca3af;font-weight:600;font-size:.9rem}.light .UNIDETAIL-table th{border-bottom:1px solid rgba(0,0,0,.05);color:#64748b}.UNIDETAIL-table td{padding:1.2rem;border-bottom:1px solid rgba(255,255,255,.05);color:#d1d5db;font-size:.95rem}.light .UNIDETAIL-table td{border-bottom:1px solid rgba(0,0,0,.05);color:#334155}.UNIDETAIL-table tr:last-child td{border-bottom:none}.UNIDETAIL-table .main-col .name{font-weight:700;color:#fff;display:block}.light .UNIDETAIL-table .main-col .name{color:#1e293b}.UNIDETAIL-table .main-col .sub{font-size:.85rem;color:#9ca3af}.light .UNIDETAIL-table .main-col .sub{color:#64748b}.UNIDETAIL-table .badge{background:#818cf833;color:#818cf8;padding:4px 10px;border-radius:12px;font-size:.8rem;font-weight:600}.UNIDETAIL-table .price{font-weight:700;color:#10b981}.UNIDETAIL-btn-sm{background:transparent;border:1px solid rgba(129,140,248,.5);color:#818cf8;padding:.4rem 1rem;border-radius:6px;cursor:pointer;transition:all .2s}.UNIDETAIL-btn-sm:hover{background:#818cf8;color:#fff}.UNIDETAIL-pagination{display:flex;justify-content:center;gap:.5rem;margin-top:3rem}.UNIDETAIL-pagination button{background:#ffffff0d;border:1px solid rgba(255,255,255,.1);color:#fff;padding:.6rem 1.2rem;border-radius:8px;cursor:pointer;transition:all .2s}.light .UNIDETAIL-pagination button{background:#fff;border:1px solid rgba(0,0,0,.1);color:#334155}.UNIDETAIL-pagination button:hover:not(:disabled){background:#ffffff1a;border-color:#818cf8}.light .UNIDETAIL-pagination button:hover:not(:disabled){background:#f1f5f9;border-color:#818cf8}.UNIDETAIL-pagination button.active{background:#818cf8;border-color:#818cf8;color:#fff}.UNIDETAIL-pagination button:disabled{opacity:.5;cursor:not-allowed}.UNIDETAIL-loading-container{height:80vh;display:flex;flex-direction:column;align-items:center;justify-content:center}.UNIDETAIL-spinner{width:50px;height:50px;border:4px solid rgba(255,255,255,.1);border-top-color:#818cf8;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:1rem}.light .UNIDETAIL-spinner{border-color:#0000001a;border-top-color:#818cf8}@keyframes fadeUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 900px){.UNIDETAIL-info-bar{grid-template-columns:repeat(2,1fr);gap:1.5rem;margin-top:0}.UNIDETAIL-hero-content{padding-top:2rem}}@media (max-width: 600px){.UNIDETAIL-hero-title{font-size:2.5rem}.UNIDETAIL-hero-actions{flex-direction:column;width:100%}.UNIDETAIL-btn-primary,.UNIDETAIL-btn-secondary{width:100%;justify-content:center}.UNIDETAIL-info-bar{grid-template-columns:1fr}.UNIDETAIL-info-item{border-right:none;border-bottom:1px solid rgba(255,255,255,.1);padding-bottom:1rem}.light .UNIDETAIL-info-item{border-bottom:1px solid rgba(0,0,0,.05)}.UNIDETAIL-info-item:last-child{border-bottom:none;padding-bottom:0}.UNIDETAIL-fields-header{flex-direction:column;align-items:flex-start;gap:1rem}}html,body{overflow-x:hidden;margin:0;padding:0}.FiDe-field-detail-container{width:100%;min-height:100vh;margin:0;padding:0;display:flex;flex-direction:column;background-color:inherit}.FiDe-field-detail-card{border-radius:0;overflow:hidden;box-shadow:0 4px 6px #0000001a;transition:transform .3s,box-shadow .3s;background-color:#fff;width:100%;margin:0;flex:1;display:flex;flex-direction:column}.FiDe-field-detail-card:hover{transform:translateY(-5px);box-shadow:0 10px 15px #0000001a}.FiDe-header{padding:1.5rem;border-bottom:1px solid #eee;flex-shrink:0}.FiDe-title{font-size:2rem;font-weight:700;color:#333;margin-bottom:.5rem;margin:0 0 .5rem}.FiDe-subtitle{font-size:1.25rem;color:#666;margin:0}.FiDe-image-container{height:300px;overflow:hidden;width:100%;flex-shrink:0}.FiDe-image{width:100%;height:100%;object-fit:cover;transition:transform .3s;display:block}.FiDe-field-detail-card:hover .FiDe-image{transform:scale(1.05)}.FiDe-content{padding:1.5rem;flex:1;display:flex;flex-direction:column;justify-content:space-between}.FiDe-description{color:#666;line-height:1.5;margin:0 0 1rem;flex:1}.FiDe-button-group{display:flex;gap:1rem;margin:1.5rem 0 0;flex-shrink:0}.FiDe-button{flex:1;background-color:#4f46e5;color:#fff;padding:.75rem;border:none;border-radius:.5rem;cursor:pointer;transition:background-color .3s;font-weight:500;font-size:1rem}.FiDe-button:hover{background-color:#4338ca}.FiDe-button:focus{outline:2px solid #4f46e5;outline-offset:2px}.FiDe-loading,.FiDe-error{display:flex;align-items:center;justify-content:center;min-height:100vh;text-align:center;color:#666;width:100%;margin:0;padding:2rem;font-size:1.125rem}.FiDe-error{color:#ef4444}.dark .FiDe-field-detail-container{background-color:#1f2937}.dark .FiDe-field-detail-card{background-color:#1f2937;border-color:#374151}.dark .FiDe-header{border-bottom-color:#374151}.dark .FiDe-title{color:#f3f4f6}.dark .FiDe-subtitle,.dark .FiDe-description{color:#d1d5db}.dark .FiDe-button{background-color:#6366f1}.dark .FiDe-button:hover{background-color:#4f46e5}.dark .FiDe-loading,.dark .FiDe-error{background-color:#1f2937}.dark .FiDe-loading{color:#d1d5db}.dark .FiDe-error{color:#ef4444}@media (max-width: 768px){.FiDe-header,.FiDe-content{padding:1rem}.FiDe-title{font-size:1.75rem}.FiDe-subtitle{font-size:1.125rem}.FiDe-image-container{height:250px}}@media (max-width: 640px){.FiDe-button-group{flex-direction:column;gap:.75rem}.FiDe-title{font-size:1.5rem}.FiDe-subtitle{font-size:1rem}.FiDe-image-container{height:200px}.FiDe-header,.FiDe-content{padding:.75rem}}.FiDe-field-detail-container *{box-sizing:border-box}.FiDe-field-detail-container{position:relative;min-height:100vh;width:100%}*{box-sizing:border-box;margin:0;padding:0}.UNIDETAIL-page-wrapper{min-height:100vh;background:linear-gradient(135deg,#667eea,#764ba2);position:relative;padding-top:72px}.UNIDETAIL-page-wrapper:before{content:"";position:fixed;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,#111827cc,#0f172ae6);pointer-events:none;z-index:0}.foot-footer{background:#111827!important;border-top:1px solid rgba(255,255,255,.08)!important;box-shadow:0 -8px 32px #0000004d!important;position:relative;z-index:10}.UNIDETAIL-container{max-width:1400px;margin:0 auto;padding:0 2rem;position:relative;z-index:1}.UNIDETAIL-hero-slider{position:relative;height:100vh;min-height:400px;overflow:hidden;z-index:1;margin-top:0}@media (max-width: 768px){.UNIDETAIL-page-wrapper{padding-top:64px}.UNIDETAIL-hero-slider{height:50vh;min-height:300px;margin-top:0}}.UNIDETAIL-slider-container{position:absolute;top:0;right:0;bottom:0;left:0}.UNIDETAIL-slide{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;transition:opacity 1s ease-in-out;z-index:1}.UNIDETAIL-slide.active{opacity:1;z-index:2}.UNIDETAIL-slide img{width:100%;height:100%;object-fit:cover;object-position:center}.UNIDETAIL-slide-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#0000,#0000 70%,#0000004d);z-index:3}.UNIDETAIL-btn-explore,.UNIDETAIL-btn-apply{position:absolute;z-index:20;background:linear-gradient(135deg,#3b82f6,#1d4ed8);color:#fff;border:none;padding:1rem 2rem;border-radius:50px;font-size:1rem;font-weight:600;cursor:pointer;display:flex;align-items:center;gap:.5rem;transition:all .3s ease;box-shadow:0 10px 30px #3b82f680;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);animation:fadeInUp .8s ease-out both}.UNIDETAIL-btn-apply{top:30%;right:2rem}.UNIDETAIL-btn-explore{top:50%;right:2rem}.UNIDETAIL-btn-explore:hover,.UNIDETAIL-btn-apply:hover{transform:translateY(-4px) scale(1.05);box-shadow:0 15px 40px #3b82f699}.UNIDETAIL-slider-btn{position:absolute;top:50%;transform:translateY(-50%);z-index:15;background:#3b82f6e6;border:2px solid rgba(255,255,255,.3);width:50px;height:50px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:all .3s ease;color:#fff;box-shadow:0 4px 20px #3b82f680}.UNIDETAIL-slider-btn:hover{background:#3b82f6;border-color:#ffffff80;transform:translateY(-50%) scale(1.1);box-shadow:0 6px 30px #3b82f6b3}.UNIDETAIL-slider-prev{left:2rem}.UNIDETAIL-slider-next{right:2rem}.UNIDETAIL-image-counter{position:absolute;top:2rem;right:2rem;z-index:15;background:#111827e6;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);padding:.5rem 1rem;border-radius:50px;border:1px solid rgba(255,255,255,.2);display:flex;align-items:center;gap:.35rem;font-weight:700;box-shadow:0 4px 20px #0000004d}.UNIDETAIL-current-image{font-size:1rem;color:#3b82f6}.UNIDETAIL-counter-separator{font-size:.875rem;color:#ffffff80}.UNIDETAIL-total-images{font-size:.875rem;color:#fffc}.UNIDETAIL-thumbnail-gallery{position:absolute;bottom:1.5rem;left:50%;transform:translate(-50%);z-index:15;max-width:90%;width:auto}.UNIDETAIL-thumbnails-container{display:flex;gap:.75rem;justify-content:center;flex-wrap:wrap;padding:.75rem;background:#111827e6;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:16px;border:1px solid rgba(255,255,255,.2);box-shadow:0 8px 30px #0006}.UNIDETAIL-thumbnail{position:relative;width:70px;height:50px;border-radius:10px;overflow:hidden;cursor:pointer;border:2px solid rgba(255,255,255,.2);transition:all .3s ease;background:#0000004d}.UNIDETAIL-thumbnail img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.UNIDETAIL-thumbnail-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#0000004d;transition:all .3s ease}.UNIDETAIL-thumbnail-number{position:absolute;top:2px;right:2px;background:#3b82f6e6;color:#fff;width:18px;height:18px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.6rem;font-weight:700;z-index:2;box-shadow:0 2px 8px #0000004d}.UNIDETAIL-thumbnail.active{border-color:#3b82f6;box-shadow:0 0 0 2px #3b82f64d;transform:scale(1.05)}.UNIDETAIL-thumbnail.active .UNIDETAIL-thumbnail-overlay{background:#3b82f64d}.UNIDETAIL-thumbnail:hover:not(.active){border-color:#ffffff80;transform:translateY(-2px);box-shadow:0 4px 15px #00000080}.UNIDETAIL-thumbnail:hover:not(.active) img{transform:scale(1.05)}.UNIDETAIL-thumbnail:hover:not(.active) .UNIDETAIL-thumbnail-overlay{background:#3b82f633}.UNIDETAIL-about-section{padding:3rem 0;position:relative;z-index:1}.UNIDETAIL-about-card{background:#111827d9;-webkit-backdrop-filter:blur(25px);backdrop-filter:blur(25px);border:1px solid rgba(255,255,255,.08);border-radius:16px;padding:2rem;box-shadow:0 10px 40px #0000004d}.UNIDETAIL-section-title{font-size:2rem;font-weight:700;color:#fff;margin-bottom:1rem}.UNIDETAIL-title-underline{width:60px;height:3px;background:linear-gradient(135deg,#3b82f6,#1d4ed8);border-radius:2px;margin-bottom:1.5rem}.UNIDETAIL-about-text{color:#c1ccdf;font-size:1rem;line-height:1.7;max-width:900px}.UNIDETAIL-fields-section{padding:3rem 0 4rem;position:relative;z-index:1}.UNIDETAIL-section-header{text-align:center;margin-bottom:2.5rem}.UNIDETAIL-section-header .UNIDETAIL-title-underline{margin-left:auto;margin-right:auto}.UNIDETAIL-section-subtitle{color:#c1ccdf;font-size:1rem;max-width:700px;margin:0 auto}.UNIDETAIL-view-controls{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding:1rem;background:#111827d9;-webkit-backdrop-filter:blur(25px);backdrop-filter:blur(25px);border:1px solid rgba(255,255,255,.08);border-radius:12px}.UNIDETAIL-results-count{color:#c1ccdf;font-size:.9rem;font-weight:500}.UNIDETAIL-view-toggle{display:flex;gap:.5rem;background:#ffffff0d;padding:.5rem;border-radius:10px}.UNIDETAIL-view-btn{background:transparent;border:none;color:#c1ccdf;padding:.6rem 1rem;border-radius:8px;display:flex;align-items:center;gap:.5rem;cursor:pointer;font-size:.9rem;font-weight:500;transition:all .3s ease}.UNIDETAIL-view-btn.active{background:linear-gradient(135deg,#3b82f6,#1d4ed8);color:#fff;box-shadow:0 4px 15px #3b82f64d}.UNIDETAIL-view-btn:hover:not(.active){background:#ffffff1a;color:#fff}.UNIDETAIL-fields-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.5rem;margin-bottom:2.5rem}.UNIDETAIL-field-card{background:#111827d9;-webkit-backdrop-filter:blur(25px);backdrop-filter:blur(25px);border:1px solid rgba(255,255,255,.08);border-radius:12px;overflow:hidden;cursor:pointer;transition:all .3s ease;animation:fadeInUp .5s ease-out both}.UNIDETAIL-field-card:hover{transform:translateY(-4px);border-color:#3b82f680;box-shadow:0 10px 25px #0000004d}.UNIDETAIL-card-image-wrapper{position:relative;width:100%;height:180px;overflow:hidden}.UNIDETAIL-card-image-wrapper img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.UNIDETAIL-field-card:hover .UNIDETAIL-card-image-wrapper img{transform:scale(1.05)}.UNIDETAIL-card-overlay-hover{position:absolute;top:0;right:0;bottom:0;left:0;background:#3b82f6e6;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .3s ease;color:#fff;font-weight:600;font-size:1.1rem}.UNIDETAIL-field-card:hover .UNIDETAIL-card-overlay-hover{opacity:1}.UNIDETAIL-card-body{padding:1.25rem}.UNIDETAIL-field-name{font-size:1.1rem;font-weight:700;color:#fff;margin-bottom:.75rem}.UNIDETAIL-field-desc{color:#c1ccdf;font-size:.9rem;line-height:1.6;margin-bottom:1rem;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.UNIDETAIL-field-price{display:flex;align-items:baseline;gap:.25rem;margin-bottom:1rem}.UNIDETAIL-price-amount{font-size:1.5rem;font-weight:700;color:#10b981}.UNIDETAIL-price-period{color:#c1ccdf;font-size:.85rem}.UNIDETAIL-card-btn{width:100%;background:linear-gradient(135deg,#3b82f6,#1d4ed8);color:#fff;border:none;padding:.75rem 1.25rem;border-radius:8px;font-weight:600;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:.5rem;transition:all .3s ease}.UNIDETAIL-card-btn:hover{box-shadow:0 4px 15px #3b82f666;transform:translateY(-1px)}.UNIDETAIL-table-wrapper{background:#111827d9;-webkit-backdrop-filter:blur(25px);backdrop-filter:blur(25px);border:1px solid rgba(255,255,255,.08);border-radius:12px;overflow:hidden;margin-bottom:2.5rem}.UNIDETAIL-fields-table{width:100%;border-collapse:collapse}.UNIDETAIL-fields-table thead{background:#ffffff0d}.UNIDETAIL-fields-table th{padding:1rem;text-align:left;color:#fff;font-weight:700;font-size:.8rem;text-transform:uppercase;letter-spacing:.5px;border-bottom:1px solid rgba(255,255,255,.08)}.UNIDETAIL-fields-table tbody tr{border-bottom:1px solid rgba(255,255,255,.08);transition:background .2s ease}.UNIDETAIL-fields-table tbody tr:hover{background:#ffffff0d}.UNIDETAIL-fields-table td{padding:1rem;color:#c1ccdf;font-size:.9rem;vertical-align:middle}.UNIDETAIL-table-field-name{font-weight:600;width:18%}.UNIDETAIL-field-name-cell{display:flex;align-items:center;gap:.5rem}.UNIDETAIL-table-faculty,.UNIDETAIL-table-level,.UNIDETAIL-table-duration{width:12%}.UNIDETAIL-table-price,.UNIDETAIL-table-deposit{width:10%;color:#10b981;font-weight:600}.UNIDETAIL-table-languages{width:15%}.UNIDETAIL-languages-container{display:flex;flex-direction:column;gap:.25rem}.UNIDETAIL-language-item{display:flex;align-items:center;gap:.25rem;font-size:.85rem}.UNIDETAIL-language-name{color:#fff;font-weight:500}.UNIDETAIL-language-percent{color:#94a3b8;font-size:.75rem}.UNIDETAIL-no-languages{color:#94a3b8;font-style:italic;font-size:.85rem}.UNIDETAIL-table-action{width:10%}.UNIDETAIL-price-na{color:#94a3b8;font-style:italic}.UNIDETAIL-table-btn{background:linear-gradient(135deg,#3b82f6,#1d4ed8);color:#fff;border:none;padding:.5rem 1rem;border-radius:6px;font-weight:600;font-size:.85rem;cursor:pointer;transition:all .3s ease;display:block;margin:0 auto}.UNIDETAIL-table-btn:hover{box-shadow:0 4px 15px #3b82f666;transform:translateY(-1px)}.UNIDETAIL-pagination{display:flex;justify-content:center;align-items:center;gap:.5rem;padding:1.5rem 0}.UNIDETAIL-page-btn,.UNIDETAIL-page-num{background:#111827d9;border:1px solid rgba(255,255,255,.08);color:#c1ccdf;padding:.6rem 1rem;border-radius:8px;font-weight:600;cursor:pointer;display:flex;align-items:center;gap:.5rem;transition:all .3s ease;-webkit-backdrop-filter:blur(25px);backdrop-filter:blur(25px)}.UNIDETAIL-page-btn:disabled{opacity:.5;cursor:not-allowed}.UNIDETAIL-page-num.active{background:linear-gradient(135deg,#3b82f6,#1d4ed8);color:#fff;border-color:transparent}.UNIDETAIL-page-btn:hover:not(:disabled),.UNIDETAIL-page-num:hover{background:#3b82f633;border-color:#3b82f680;color:#fff}.UNIDETAIL-page-numbers{display:flex;gap:.25rem}.UNIDETAIL-empty-state{text-align:center;padding:2.5rem 1.5rem;background:#111827d9;-webkit-backdrop-filter:blur(25px);backdrop-filter:blur(25px);border:2px dashed rgba(255,255,255,.1);border-radius:12px}.UNIDETAIL-empty-icon{font-size:3rem;margin-bottom:.75rem;opacity:.6}.UNIDETAIL-empty-state h3{color:#fff;font-size:1.25rem;margin-bottom:.5rem}.UNIDETAIL-empty-state p{color:#c1ccdf;font-size:.9rem}.UNIDETAIL-loading-container,.UNIDETAIL-error-container{min-height:50vh;display:flex;align-items:center;justify-content:center;position:relative;z-index:1}.UNIDETAIL-loading-spinner{text-align:center}.UNIDETAIL-spinner{width:50px;height:50px;border:4px solid rgba(255,255,255,.1);border-top-color:#3b82f6;border-radius:50%;animation:spin 1s linear infinite;margin:0 auto 1rem}.UNIDETAIL-loading-spinner p{color:#c1ccdf;font-size:1rem}.UNIDETAIL-error-content{text-align:center;background:#111827d9;-webkit-backdrop-filter:blur(25px);backdrop-filter:blur(25px);border:1px solid rgba(255,255,255,.08);border-radius:16px;padding:2rem;max-width:500px}.UNIDETAIL-error-icon{font-size:3rem;margin-bottom:.75rem}.UNIDETAIL-error-content h2{color:#fff;font-size:1.5rem;margin-bottom:.75rem}.UNIDETAIL-error-content p{color:#c1ccdf;margin-bottom:1.5rem}.UNIDETAIL-retry-btn{background:linear-gradient(135deg,#3b82f6,#1d4ed8);color:#fff;border:none;padding:.8rem 1.5rem;border-radius:8px;font-weight:600;cursor:pointer;transition:all .3s ease}.UNIDETAIL-retry-btn:hover{transform:translateY(-2px);box-shadow:0 8px 20px #3b82f666}@media (max-width: 1024px){.UNIDETAIL-fields-grid{grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:1.25rem}.UNIDETAIL-university-title{font-size:2rem}}@media (max-width: 768px){.UNIDETAIL-container{padding:0 1rem}.UNIDETAIL-btn-explore,.UNIDETAIL-btn-apply{padding:.8rem 1.5rem;font-size:.9rem;right:1rem}.UNIDETAIL-btn-apply{top:35%}.UNIDETAIL-btn-explore{bottom:35%}.UNIDETAIL-slider-btn{width:40px;height:40px}.UNIDETAIL-slider-prev{left:1rem}.UNIDETAIL-slider-next{right:1rem}.UNIDETAIL-image-counter{top:1rem;right:1rem;padding:.4rem .85rem}.UNIDETAIL-current-image{font-size:.9rem}.UNIDETAIL-counter-separator,.UNIDETAIL-total-images{font-size:.8rem}.UNIDETAIL-thumbnail-gallery{max-width:95%;bottom:1rem}.UNIDETAIL-thumbnails-container{gap:.5rem;padding:.6rem}.UNIDETAIL-thumbnail{width:60px;height:42px}.UNIDETAIL-thumbnail-number{width:16px;height:16px;font-size:.55rem}.UNIDETAIL-about-card{padding:1.5rem}.UNIDETAIL-section-title{font-size:1.5rem}.UNIDETAIL-view-controls{flex-direction:column;gap:.75rem;align-items:stretch}.UNIDETAIL-view-toggle{justify-content:center}.UNIDETAIL-fields-grid{grid-template-columns:1fr}.UNIDETAIL-table-wrapper{overflow-x:auto}.UNIDETAIL-fields-table{min-width:1000px}.UNIDETAIL-fields-table th,.UNIDETAIL-fields-table td{padding:.75rem;font-size:.8rem}.UNIDETAIL-table-image,.UNIDETAIL-field-image{width:40px;height:40px}.UNIDETAIL-pagination{flex-wrap:wrap;gap:.25rem}.UNIDETAIL-page-btn,.UNIDETAIL-page-num{padding:.5rem .8rem;font-size:.8rem}}@media (max-width: 480px){.UNIDETAIL-hero-slider{height:45vh;min-height:250px}.UNIDETAIL-btn-explore,.UNIDETAIL-btn-apply{padding:.7rem 1.2rem;font-size:.85rem;right:.5rem}.UNIDETAIL-btn-apply{top:30%}.UNIDETAIL-btn-explore{bottom:30%}.UNIDETAIL-section-title{font-size:1.3rem}.UNIDETAIL-slider-btn{width:35px;height:35px}.UNIDETAIL-slider-prev{left:.5rem}.UNIDETAIL-slider-next{right:.5rem}.UNIDETAIL-image-counter{top:.5rem;right:.5rem;padding:.3rem .6rem}.UNIDETAIL-current-image{font-size:.8rem}.UNIDETAIL-counter-separator,.UNIDETAIL-total-images{font-size:.7rem}.UNIDETAIL-thumbnail-gallery{bottom:.75rem;max-width:98%}.UNIDETAIL-thumbnails-container{gap:.3rem;padding:.4rem}.UNIDETAIL-thumbnail{width:50px;height:35px}.UNIDETAIL-thumbnail-number{width:14px;height:14px;font-size:.5rem}}.about-page-wrapper{min-height:100vh;background-color:#f8fafc;transition:background-color .3s ease;position:relative}.dark .about-page-wrapper{background-color:#0f172a}.editable-textarea{resize:vertical;min-height:200px}.about-hero{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:8rem 2rem;text-align:center;position:relative;overflow:hidden}.about-hero-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.05'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}.about-hero-content{max-width:900px;margin:0 auto;position:relative;z-index:1}.about-hero h1{font-size:3.5rem;margin-bottom:1.5rem;font-weight:800;letter-spacing:-.5px;text-shadow:0 2px 4px rgba(0,0,0,.1)}.about-hero p{font-size:1.4rem;opacity:.9;max-width:600px;margin:0 auto;line-height:1.6}.about-container{width:90%;max-width:1200px;margin:4rem auto 0;padding:0 1.5rem 4rem}.about-section{background-color:#fff;border-radius:16px;padding:3rem;margin-bottom:3rem;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;transition:transform .3s ease,box-shadow .3s ease}.about-section:hover{transform:translateY(-2px);box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}.section-header{display:flex;align-items:center;gap:1rem;margin-bottom:2rem}.section-icon{width:32px;height:32px;color:#4f46e5}.section-title{font-size:2.2rem;color:#1e293b;margin:0;font-weight:700;letter-spacing:-.5px}.about-content{font-size:1.1rem;line-height:1.8;color:#475569}.formatted-content{white-space:pre-wrap}.content-subheading{font-size:1.6rem;color:#1e293b;margin:2rem 0 1rem;font-weight:700;border-bottom:2px solid #e2e8f0;padding-bottom:.5rem}.content-subsubheading{font-size:1.3rem;color:#334155;margin:1.5rem 0 1rem;font-weight:600}.content-paragraph{margin-bottom:1rem;color:#475569}.content-list-item{margin-left:1.5rem;margin-bottom:.5rem;color:#475569;position:relative}.content-list-item:before{content:"•";color:#4f46e5;font-weight:700;position:absolute;left:-1rem}.stats-section{background:linear-gradient(135deg,#2563eb,#1d4ed8);color:#fff;padding:4rem 3rem;margin:4rem 0;border-radius:16px;position:relative;overflow:hidden}.stats-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.05'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:3rem;position:relative;z-index:1}.stat-item{text-align:center;padding:1rem}.stat-icon{width:48px;height:48px;margin-bottom:1rem;opacity:.9}.stat-value{font-size:3rem;font-weight:800;margin-bottom:.5rem;text-shadow:0 2px 4px rgba(0,0,0,.1)}.stat-label{font-size:1.1rem;opacity:.9}.mission-vision-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}.mission-vision-item{background:linear-gradient(145deg,#fff,#f8fafc);padding:2.5rem;border-radius:20px;border:1px solid rgba(255,255,255,.8);box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;position:relative;overflow:hidden;transition:all .4s cubic-bezier(.4,0,.2,1)}.mission-vision-item:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#667eea,#764ba2);border-radius:20px 20px 0 0}.mission-vision-item:hover{transform:translateY(-8px);box-shadow:0 32px 64px -12px #0000001f,0 25px 50px -12px #00000014}.values-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem}.value-item{text-align:center;padding:2.5rem;background:linear-gradient(145deg,#fff,#f8fafc);border-radius:20px;transition:all .4s cubic-bezier(.4,0,.2,1);border:1px solid rgba(255,255,255,.8);box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;position:relative;overflow:hidden}.value-item:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#667eea,#764ba2);border-radius:20px 20px 0 0}.value-item:hover{transform:translateY(-8px);box-shadow:0 32px 64px -12px #0000001f,0 25px 50px -12px #00000014}.value-icon{width:48px;height:48px;color:#4f46e5;margin-bottom:1.5rem}.value-title{font-size:1.4rem;color:#1e293b;margin-bottom:1rem;font-weight:700}.value-description{font-size:1rem;color:#64748b;line-height:1.6}.team-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem}.team-member{text-align:center;background:linear-gradient(145deg,#fff,#f8fafc);border-radius:20px;padding:2.5rem;transition:all .4s cubic-bezier(.4,0,.2,1);border:1px solid rgba(255,255,255,.8);box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;position:relative;overflow:hidden}.team-member:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#667eea,#764ba2);border-radius:20px 20px 0 0}.team-member:hover{transform:translateY(-8px);box-shadow:0 32px 64px -12px #0000001f,0 25px 50px -12px #00000014}.team-member-image{width:140px;height:140px;margin:0 auto 1.5rem;border-radius:50%;overflow:hidden;border:4px solid #e2e8f0}.team-member-image img{width:100%;height:100%;object-fit:cover}.team-member-name{font-size:1.3rem;color:#1e293b;margin-bottom:.5rem;font-weight:700}.team-member-position{font-size:1.1rem;color:#4f46e5;margin-bottom:1rem;font-weight:600}.team-member-description{font-size:.95rem;color:#64748b;line-height:1.5}.contact-section{background-color:#f1f5f9}.contact-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.contact-item{text-align:center;padding:2.5rem;background:linear-gradient(145deg,#fff,#f8fafc);border-radius:20px;transition:all .4s cubic-bezier(.4,0,.2,1);border:1px solid rgba(255,255,255,.8);box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;position:relative;overflow:hidden}.contact-item:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#667eea,#764ba2);border-radius:20px 20px 0 0}.contact-item:hover{transform:translateY(-8px);box-shadow:0 32px 64px -12px #0000001f,0 25px 50px -12px #00000014}.contact-item h3{font-size:1.3rem;color:#1e293b;margin-bottom:1rem;font-weight:700}.contact-item p{color:#64748b;font-size:1rem}.cta-section:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.05'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}.light .about-page-wrapper{background:linear-gradient(135deg,#ffffff80,#22c55e26,#fbbf2426)}.light .about-section{background:linear-gradient(135deg,#fffffffa,#f0fdf4f2);box-shadow:0 8px 24px #22c55e1a}.light .section-title{color:#15803d}.light .section-icon{color:#22c55e}.light .about-content{color:#1e5631}.light .content-subheading{color:#15803d;border-bottom-color:#e2e8f0}.light .content-subsubheading{color:#22c55e}.light .content-paragraph,.light .content-list-item{color:#1e5631}.light .content-list-item:before{color:#22c55e}.light .mission-vision-item,.light .value-item{background:linear-gradient(135deg,#f0fdf4e6,#f0fdf4cc);border-color:#22c55e}.light .value-title{color:#15803d}.light .value-icon{color:#22c55e}.light .value-description{color:#1e5631}.light .team-member{background:linear-gradient(135deg,#f0fdf4e6,#f0fdf4cc);border-color:#22c55e}.light .team-member-image{border-color:#22c55e}.light .team-member-name{color:#15803d}.light .team-member-position{color:#22c55e}.light .team-member-description{color:#1e5631}.light .contact-section{background:linear-gradient(135deg,#f0fdf4e6,#f0fdf4cc)}.light .contact-item{background:linear-gradient(135deg,#fffffffa,#f8fafcf2);border-color:#22c55e;box-shadow:0 4px 12px #22c55e1a}.light .contact-item h3{color:#15803d}.light .contact-item p{color:#1e5631}.light .contact-icon{color:#22c55e}.light .cta-section{background:linear-gradient(135deg,#22c55e,#84cc16)}.dark .about-section{background-color:#1e293b;box-shadow:0 4px 6px -1px #0000004d,0 2px 4px -1px #0003}.dark .section-icon{color:#818cf8}.dark .about-content{color:#94a3b8}.dark .content-subheading{color:#f1f5f9;border-bottom-color:#334155}.dark .content-subsubheading{color:#e2e8f0}.dark .content-paragraph,.dark .content-list-item{color:#94a3b8}.dark .content-list-item:before{color:#818cf8}.dark .stats-section{background:linear-gradient(135deg,#3730a3,#312e81)}.dark .mission-vision-item{background:linear-gradient(145deg,#1e293b,#273548);border-color:#94a3b81a;box-shadow:0 20px 25px -5px #0000004d,0 10px 10px -5px #0003}.dark .mission-vision-item:before{background:linear-gradient(90deg,#667eea,#764ba2)}.dark .mission-vision-item:hover{box-shadow:0 32px 64px -12px #667eea26,0 25px 50px -12px #667eea1a}.dark .value-item{background:linear-gradient(145deg,#1e293b,#273548);border-color:#94a3b81a;box-shadow:0 20px 25px -5px #0000004d,0 10px 10px -5px #0003}.dark .value-item:before{background:linear-gradient(90deg,#667eea,#764ba2)}.dark .value-item:hover{box-shadow:0 32px 64px -12px #667eea26,0 25px 50px -12px #667eea1a}.dark .value-title{color:#f1f5f9}.dark .value-icon{color:#818cf8}.dark .value-description{color:#94a3b8}.dark .team-member{background:linear-gradient(145deg,#1e293b,#273548);border-color:#94a3b81a;box-shadow:0 20px 25px -5px #0000004d,0 10px 10px -5px #0003}.dark .team-member:before{background:linear-gradient(90deg,#667eea,#764ba2)}.dark .team-member:hover{box-shadow:0 32px 64px -12px #667eea26,0 25px 50px -12px #667eea1a}.dark .team-member-image{border-color:#667eea33}.dark .team-member-name{color:#f1f5f9}.dark .team-member-position{color:#818cf8}.dark .team-member-description{color:#94a3b8}.dark .contact-section{background:linear-gradient(135deg,#1e293b,#273548)}.dark .contact-item{background:linear-gradient(145deg,#1e293b,#273548);border-color:#94a3b81a;box-shadow:0 20px 25px -5px #0000004d,0 10px 10px -5px #0003}.dark .contact-item:before{background:linear-gradient(90deg,#667eea,#764ba2)}.dark .contact-item:hover{box-shadow:0 32px 64px -12px #667eea26,0 25px 50px -12px #667eea1a}.dark .contact-item h3{color:#f1f5f9}.dark .contact-item p{color:#94a3b8}.dark .contact-icon{color:#667eea}.dark .cta-section{background:linear-gradient(135deg,#667eea,#764ba2)}@media (max-width: 1200px){.stats-grid,.values-grid,.team-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 768px){.about-container{width:95%}.about-hero{padding:6rem 1rem}.about-hero h1{font-size:2.5rem}.about-section{padding:2rem}.stats-grid,.mission-vision-grid,.values-grid,.team-grid,.contact-grid{grid-template-columns:1fr}.cta-buttons{flex-direction:column}.cta-button{width:100%}.admin-controls{top:70px;right:10px}}@media (max-width: 480px){.about-hero{padding:4rem 1rem}.about-hero h1{font-size:2rem}.about-hero p{font-size:1.1rem}.section-title{font-size:1.8rem}.stat-value{font-size:2.5rem}.cta-section h2{font-size:2rem}.edit-button,.save-button,.cancel-button{padding:6px 12px;font-size:.9rem}}.privacy-policy-page{min-height:100vh;background-color:#f8fafc;transition:background-color .3s ease;position:relative;overflow-x:hidden}.dark .privacy-policy-page{background-color:#0f172a}.privacy-hero{position:relative;height:40vh;min-height:300px;display:flex;align-items:center;justify-content:center;text-align:center;margin-bottom:3rem;border-bottom:1px solid #e2e8f0;background:linear-gradient(135deg,#4f46e5,#2563eb)}.dark .privacy-hero{border-bottom-color:#334155}.privacy-hero-bg{position:absolute;top:0;left:0;width:100%;height:100%}.privacy-hero-img{width:100%;height:100%;object-fit:cover;background:linear-gradient(135deg,#4a5568,#2d3748)}.privacy-hero-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.05'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}.dark .privacy-hero-overlay{background:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.05'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}.privacy-hero-content{position:relative;z-index:2;color:#fff;padding:0 2rem;max-width:800px;text-align:center}.privacy-hero-title{font-size:2.5rem;font-weight:800;margin-bottom:1rem;text-shadow:0 2px 4px rgba(0,0,0,.3)}.privacy-hero-subtitle{font-size:1.1rem;opacity:.9;margin-bottom:0}.privacy-container{max-width:1200px;margin:0 auto;padding:0 2rem 4rem}.privacy-section{margin-bottom:3rem;background-color:#fff;border-radius:16px;padding:2.5rem;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;transition:transform .3s ease,box-shadow .3s ease;border:2px solid #e2e8f0}.privacy-section:hover{transform:translateY(-2px);box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}.dark .privacy-section{background-color:#1e293b;border-color:#334155;box-shadow:0 4px 6px -1px #0000004d,0 2px 4px -1px #0003}.privacy-section-title{font-size:1.8rem;color:#1e293b;margin-bottom:1.5rem;font-weight:700}.dark .privacy-section-title{color:#f1f5f9}.privacy-content{color:#475569;line-height:1.8}.dark .privacy-content{color:#94a3b8}.privacy-content p{margin-bottom:1rem}.privacy-content ul{margin:1rem 0;padding-left:1.5rem}.privacy-content li{margin-bottom:.5rem;position:relative;padding-left:.5rem}.privacy-content li:before{content:"•";color:#4f46e5;font-weight:700;position:absolute;left:-1rem}.dark .privacy-content li:before{color:#818cf8}.privacy-contact-btn{background:linear-gradient(135deg,#4f46e5,#2563eb);color:#fff;border:none;padding:.75rem 1.5rem;border-radius:8px;font-weight:600;cursor:pointer;transition:all .3s ease;margin-top:1rem;display:inline-flex;align-items:center;gap:.5rem}.privacy-contact-btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px #4f46e54d}.dark .privacy-contact-btn{background:linear-gradient(135deg,#818cf8,#6366f1)}.dark .privacy-contact-btn:hover{box-shadow:0 6px 20px #818cf84d}.privacy-cta-section{margin-top:4rem;text-align:center;background:linear-gradient(135deg,#4f46e5,#2563eb);border-radius:16px;padding:4rem 2rem;position:relative;overflow:hidden;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.privacy-cta-content{position:relative;z-index:2}.privacy-cta-section:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.05'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}.privacy-cta-section h2{font-size:2rem;color:#fff;margin-bottom:1rem;font-weight:800}.privacy-cta-section p{font-size:1.1rem;color:#ffffffe6;margin-bottom:2rem;max-width:600px;margin-left:auto;margin-right:auto}.privacy-primary-btn{background:#fff;color:#4f46e5;border:none;padding:1rem 2rem;border-radius:8px;font-weight:700;font-size:1.1rem;cursor:pointer;transition:all .3s ease;display:inline-flex;align-items:center;gap:.5rem}.privacy-primary-btn:hover{transform:translateY(-2px);box-shadow:0 8px 20px #4f46e54d}.dark .privacy-primary-btn{background:#fff;color:#818cf8}.dark .privacy-cta-section{background:linear-gradient(135deg,#3730a3,#312e81)}.light .privacy-policy-page{background-color:#f8fafc}.light .privacy-hero{background:linear-gradient(135deg,#4f46e5,#2563eb)}.light .privacy-section{background-color:#fff;border-color:#e2e8f0}@media (max-width: 768px){.privacy-hero-title{font-size:2rem}.privacy-hero-subtitle{font-size:1rem}.privacy-container{padding:0 1rem 3rem}.privacy-section{padding:1.5rem;margin-bottom:2rem}.privacy-section-title{font-size:1.5rem}.privacy-cta-section{padding:2rem 1rem;margin-top:3rem}.privacy-cta-section h2{font-size:1.5rem}}:root{--primary-color: #15803d;--primary-light: #dcfce7;--text-dark: #1f2937;--text-light: #6b7280;--bg-light: #f9fafb;--card-bg-light: #ffffff;--transition-speed: .3s}.services-page{min-height:100vh;display:flex;flex-direction:column;background-color:var(--bg-light);color:var(--text-dark)}.services-content{flex:1;width:100%}.hero-service{position:relative;width:100%;height:80vh;min-height:500px;display:flex;align-items:center;justify-content:center;overflow:hidden}.hero-image-container{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0}.hero-image-container img{width:100%;height:100%;object-fit:cover;transition:transform 10s ease}.hero-service:hover .hero-image-container img{transform:scale(1.05)}.hero-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(to bottom,#0000004d,#000000b3);z-index:1}.hero-text-content{position:relative;z-index:2;text-align:center;max-width:900px;padding:0 20px;color:#fff;animation:fadeInUp .8s ease-out}.hero-title{font-size:3.5rem;font-weight:800;margin-bottom:1.5rem;text-shadow:0 4px 6px rgba(0,0,0,.3);line-height:1.2}.hero-description{font-size:1.25rem;margin-bottom:2rem;opacity:.9;line-height:1.6;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.hero-btn{padding:12px 32px;background-color:var(--primary-color);color:#fff;border:none;border-radius:50px;font-size:1rem;font-weight:600;cursor:pointer;transition:all var(--transition-speed);box-shadow:0 4px 15px #15803d66}.hero-btn:hover{background-color:#166534;transform:translateY(-2px);box-shadow:0 6px 20px #15803d99}.services-grid-container{max-width:1400px;margin:0 auto;padding:80px 24px}.section-heading{text-align:center;font-size:2.5rem;font-weight:700;margin-bottom:60px;color:var(--text-dark);position:relative;display:inline-block;left:50%;transform:translate(-50%)}.section-heading:after{content:"";position:absolute;bottom:-15px;left:20%;width:60%;height:4px;background-color:var(--primary-color);border-radius:2px}.services-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:40px}.service-card{background:var(--card-bg-light);border-radius:20px;overflow:hidden;box-shadow:0 10px 30px #0000000d;transition:all .4s cubic-bezier(.175,.885,.32,1.275);cursor:pointer;border:1px solid rgba(0,0,0,.05);display:flex;flex-direction:column}.service-card:hover{transform:translateY(-10px);box-shadow:0 20px 40px #0000001a}.service-card-image{height:240px;position:relative;overflow:hidden}.service-card-image img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.service-card:hover .service-card-image img{transform:scale(1.1)}.card-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:#0006;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .3s ease}.card-overlay span{color:#fff;font-weight:600;padding:10px 20px;border:2px solid white;border-radius:30px}.service-card:hover .card-overlay{opacity:1}.service-card-content{padding:25px;flex:1;display:flex;flex-direction:column}.service-card-title{font-size:1.4rem;font-weight:700;color:var(--primary-color);margin-bottom:12px}.service-card-preview{color:var(--text-light);line-height:1.6;font-size:.95rem}.modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#000c;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);z-index:1000;display:flex;align-items:center;justify-content:center;padding:20px;animation:fadeIn .2s ease-out}.modal-content{background:#fff;width:100%;max-width:900px;max-height:90vh;border-radius:20px;overflow-y:auto;position:relative;box-shadow:0 25px 50px -12px #00000040;animation:slideUp .3s ease-out;display:flex;flex-direction:column}.modal-close-btn{position:absolute;top:20px;right:20px;background:#00000080;border:none;color:#fff;width:40px;height:40px;border-radius:50%;cursor:pointer;z-index:10;display:flex;align-items:center;justify-content:center;transition:background .3s}.modal-close-btn:hover{background:#000c}.modal-image{width:100%;height:350px;flex-shrink:0}.modal-image img{width:100%;height:100%;object-fit:cover}.modal-body{padding:40px}.modal-title{font-size:2.5rem;color:var(--primary-color);margin-bottom:20px;font-weight:800}.modal-text{font-size:1.1rem;line-height:1.8;color:var(--text-dark);white-space:pre-wrap}.loading-container,.error-container{height:100vh;display:flex;justify-content:center;align-items:center;font-size:1.2rem;color:var(--primary-color)}.loader{border:4px solid #f3f3f3;border-top:4px solid var(--primary-color);border-radius:50%;width:40px;height:40px;animation:spin 1s linear infinite}.dark .services-page{background:linear-gradient(135deg,#0f172a,#1e1b4b);color:#e2e8f0}.dark .section-heading{color:#f1f5f9}.dark .section-heading:after{background-color:#818cf8}.dark .service-card{background:#1e293bb3;border:1px solid rgba(255,255,255,.1);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.dark .service-card-title{color:#818cf8}.dark .service-card-preview{color:#cbd5e1}.dark .hero-btn{background-color:#4f46e5;box-shadow:0 4px 15px #4f46e566}.dark .hero-btn:hover{background-color:#4338ca}.dark .modal-content{background:#1e293b;color:#e2e8f0;border:1px solid rgba(255,255,255,.1)}.dark .modal-title{color:#818cf8}.dark .modal-text{color:#e2e8f0}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 768px){.hero-title{font-size:2.2rem}.hero-service{height:60vh}.services-grid-container{padding:40px 16px}.services-grid{grid-template-columns:1fr}.modal-body{padding:24px}.modal-image{height:250px}.modal-title{font-size:1.8rem}}.help-center-page-wrapper{min-height:100vh;background-color:#f8fafc;transition:background-color .3s ease;position:relative}.dark .help-center-page-wrapper{background-color:#0f172a}.admin-controls{position:fixed;top:80px;right:20px;z-index:100}.edit-button,.save-button,.cancel-button{display:flex;align-items:center;gap:8px;padding:8px 16px;border-radius:6px;border:none;font-weight:600;cursor:pointer;transition:all .3s ease}.edit-button{background-color:#4f46e5;color:#fff}.edit-button:hover{background-color:#4338ca}.save-button{background-color:#10b981;color:#fff}.save-button:hover{background-color:#059669}.cancel-button{background-color:#ef4444;color:#fff;margin-left:10px}.cancel-button:hover{background-color:#dc2626}.edit-controls{display:flex;gap:10px}.editable-input,.editable-textarea{width:100%;padding:8px;border:2px solid #4f46e5;border-radius:4px;font-size:inherit;font-family:inherit;line-height:inherit;color:inherit;background-color:#ffffff1a}.dark .editable-input,.dark .editable-textarea{background-color:#0003;color:#fff;border-color:#818cf8}.editable-textarea{resize:vertical;min-height:150px}.help-hero{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:8rem 2rem;text-align:center;position:relative;overflow:hidden}.help-hero-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.05'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}.help-hero-content{max-width:800px;margin:0 auto;position:relative;z-index:1}.help-hero-icon{width:80px;height:80px;margin-bottom:2rem;opacity:.9}.help-hero h1{font-size:3.5rem;margin-bottom:1.5rem;font-weight:800;letter-spacing:-.5px;text-shadow:0 2px 4px rgba(0,0,0,.1)}.help-hero p{font-size:1.4rem;opacity:.9;margin-bottom:3rem;line-height:1.6}.search-container{position:relative;max-width:600px;margin:0 auto}.search-icon{position:absolute;left:1.5rem;top:50%;transform:translateY(-50%);width:20px;height:20px;color:#64748b}.search-input{width:100%;padding:1rem 1rem 1rem 3.5rem;border:none;border-radius:12px;font-size:1.1rem;background-color:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 10px 25px #0000001a;transition:all .3s ease}.search-input:focus{outline:none;box-shadow:0 15px 35px #00000026;transform:translateY(-2px)}.search-input::placeholder{color:#64748b}.help-center-container{width:90%;max-width:1200px;margin:4rem auto 0;padding:0 1.5rem 4rem}.help-section{background-color:#fff;border-radius:16px;padding:3rem;margin-bottom:3rem;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;transition:transform .3s ease,box-shadow .3s ease}.help-section:hover{transform:translateY(-2px);box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}.section-title{font-size:2.2rem;color:#1e293b;margin-bottom:1rem;font-weight:700;letter-spacing:-.5px}.section-description{font-size:1.1rem;color:#64748b;max-width:600px;margin:0 auto}.quick-links-section{background:linear-gradient(135deg,#f8fafc,#e2e8f0)}.quick-link-card{background:linear-gradient(145deg,#fff,#f8fafc);border-radius:20px;padding:2.5rem;text-align:center;transition:all .4s cubic-bezier(.4,0,.2,1);border:1px solid rgba(255,255,255,.8);cursor:pointer;position:relative;overflow:hidden;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}.quick-link-card:hover{transform:translateY(-8px);box-shadow:0 32px 64px -12px #0000001f,0 25px 50px -12px #00000014}.quick-link-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#667eea,#764ba2);border-radius:20px 20px 0 0}.quick-link-icon{width:40px;height:40px;color:#4f46e5;margin-bottom:1.5rem}.quick-link-title{font-size:1.3rem;color:#1e293b;margin-bottom:.75rem;font-weight:700}.quick-link-description{font-size:.95rem;color:#64748b;line-height:1.5;margin-bottom:1rem}.quick-link-arrow{width:20px;height:20px;color:#4f46e5;opacity:.6;transition:all .3s ease}.faq-section{background-color:#fff}.category-filter{display:flex;gap:1rem;margin-bottom:2.5rem;flex-wrap:wrap;justify-content:center}.category-button{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;border:2px solid #e2e8f0;border-radius:25px;background-color:#fff;color:#64748b;font-weight:600;cursor:pointer;transition:all .3s ease}.category-button:hover{border-color:#4f46e5;color:#4f46e5;box-shadow:0 4px 10px #4f46e51a}.category-button.active{background-color:#4f46e5;border-color:#4f46e5;color:#fff;box-shadow:0 4px 15px #4f46e54d}.category-icon{width:18px;height:18px}.faq-item{background-color:#f8fafc;border-radius:12px;margin-bottom:1rem;overflow:hidden;transition:all .3s ease}.faq-item:hover{box-shadow:0 4px 15px #0000001a}.faq-question{width:100%;display:flex;align-items:center;justify-content:space-between;padding:1.5rem;background-color:transparent;border:none;font-size:1.1rem;font-weight:600;color:#1e293b;cursor:pointer;transition:all .3s ease;text-align:left}.faq-question:hover{color:#4f46e5}.faq-icon{width:20px;height:20px;color:#4f46e5;flex-shrink:0;transition:transform .3s ease}.faq-answer{padding:0 1.5rem 1.5rem;background-color:#fff;border-top:1px solid #e2e8f0;animation:slideDown .3s ease-out}.faq-answer p{color:#475569;line-height:1.7;margin:0}.no-results{text-align:center;padding:3rem;color:#64748b}.no-results-icon{width:48px;height:48px;margin-bottom:1rem;opacity:.6}.contact-section{background:linear-gradient(135deg,#f1f5f9,#e2e8f0)}.contact-option-card{background:linear-gradient(145deg,#fff,#f8fafc);border-radius:20px;padding:2.5rem;text-align:center;transition:all .4s cubic-bezier(.4,0,.2,1);border:1px solid rgba(255,255,255,.8);position:relative;overflow:hidden;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}.contact-option-card:hover{transform:translateY(-8px);box-shadow:0 32px 64px -12px #0000001f,0 25px 50px -12px #00000014}.contact-option-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#667eea,#764ba2);border-radius:20px 20px 0 0}.contact-icon{width:48px;height:48px;color:#4f46e5;margin-bottom:1.5rem}.contact-option-title{font-size:1.4rem;color:#1e293b;margin-bottom:1rem;font-weight:700}.contact-option-description{font-size:1rem;color:#64748b;line-height:1.6;margin-bottom:1.5rem}.contact-option-button{background:linear-gradient(135deg,#4f46e5,#2563eb);color:#fff;border:none;padding:.75rem 2rem;border-radius:8px;font-weight:600;cursor:pointer;transition:all .3s ease}.contact-option-button:hover{transform:translateY(-2px);box-shadow:0 8px 20px #4f46e54d}.resources-section{background-color:#fefefe}.resources-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}.resource-card{background-color:#fff;border-radius:12px;padding:2rem;transition:transform .3s ease,box-shadow .3s ease;border:1px solid #e2e8f0}.resource-card:hover{transform:translateY(-3px);box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}.resource-header{display:flex;align-items:center;gap:1rem;margin-bottom:1rem}.resource-icon{width:40px;height:40px;color:#4f46e5;flex-shrink:0}.resource-info{flex:1}.resource-title{font-size:1.2rem;color:#1e293b;margin-bottom:.25rem;font-weight:700}.resource-type{font-size:.9rem;color:#4f46e5;font-weight:600}.resource-description{font-size:.95rem;color:#64748b;line-height:1.6;margin-bottom:1.5rem}.resource-footer{display:flex;align-items:center;justify-content:space-between}.resource-size{font-size:.9rem;color:#64748b}.resource-download-btn{display:flex;align-items:center;gap:.5rem;background-color:#f1f5f9;color:#4f46e5;border:1px solid #e2e8f0;padding:.5rem 1rem;border-radius:6px;font-weight:600;cursor:pointer;transition:all .3s ease}.resource-download-btn:hover{background-color:#4f46e5;color:#fff;transform:translateY(-1px)}.download-icon{width:16px;height:16px}.cta-section{text-align:center;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:5rem 3rem;border-radius:16px;margin:4rem 0;position:relative;overflow:hidden}.cta-section:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.05'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}.cta-section h2{font-size:2.5rem;margin-bottom:1.5rem;font-weight:800}.cta-section p{font-size:1.2rem;margin-bottom:2.5rem;opacity:.9;max-width:600px;margin-left:auto;margin-right:auto}.cta-button.primary{background-color:#fff;color:#4f46e5}.dark .help-section{background-color:#1e293b;box-shadow:0 4px 6px -1px #0000004d,0 2px 4px -1px #0003}.dark .section-title{color:#f1f5f9}.dark .section-description{color:#94a3b8}.dark .search-input{background-color:#1e293bf2;color:#f1f5f9}.dark .search-input::placeholder{color:#94a3b8}.dark .quick-links-section{background:linear-gradient(135deg,#273244,#334155)}.dark .quick-link-card{background-color:#334155;border-color:#475569}.dark .quick-link-icon{color:#818cf8}.dark .quick-link-title{color:#f1f5f9}.dark .quick-link-description{color:#94a3b8}.dark .quick-link-arrow{color:#818cf8}.dark .category-button{background-color:#334155;border-color:#475569;color:#94a3b8}.dark .category-button:hover{border-color:#818cf8;color:#818cf8}.dark .category-button.active{background-color:#818cf8;border-color:#818cf8;color:#1e293b}.dark .faq-item{background-color:#273244}.dark .faq-question{color:#f1f5f9}.dark .faq-question:hover,.dark .faq-icon{color:#818cf8}.dark .faq-answer{background-color:#334155;border-top-color:#475569}.dark .faq-answer p,.dark .no-results{color:#94a3b8}.dark .contact-section{background:linear-gradient(135deg,#273244,#334155)}.dark .contact-option-card{background-color:#334155;border-color:#475569}.dark .contact-icon{color:#818cf8}.dark .contact-option-title{color:#f1f5f9}.dark .contact-option-description{color:#94a3b8}.dark .contact-option-availability{color:#10b981}.dark .resources-section{background-color:#273244}.dark .resource-card{background-color:#334155;border-color:#475569}.dark .resource-icon{color:#818cf8}.dark .resource-title{color:#f1f5f9}.dark .resource-type{color:#818cf8}.dark .resource-description,.dark .resource-size{color:#94a3b8}.dark .resource-download-btn{background-color:#273244;color:#818cf8;border-color:#475569}.dark .resource-download-btn:hover{background-color:#818cf8;color:#1e293b}.dark .cta-section{background:linear-gradient(135deg,#3730a3,#312e81)}@media (max-width: 1200px){.quick-links-grid{grid-template-columns:repeat(2,1fr)}.contact-options-grid,.resources-grid{grid-template-columns:1fr}}@media (max-width: 768px){.help-center-container{width:95%}.help-hero{padding:6rem 1rem}.help-hero h1{font-size:2.5rem}.help-hero-icon{width:60px;height:60px}.help-section{padding:2rem}.quick-links-grid{grid-template-columns:1fr}.category-filter{justify-content:flex-start;overflow-x:auto;padding-bottom:1rem}.category-button{flex-shrink:0}.cta-buttons{flex-direction:column}.cta-button{width:100%}.admin-controls{top:70px;right:10px}}@media (max-width: 480px){.help-hero{padding:4rem 1rem}.help-hero h1{font-size:2rem}.help-hero p{font-size:1.1rem}.section-title{font-size:1.8rem}.search-input{padding:.875rem .875rem .875rem 3rem;font-size:1rem}.faq-question{padding:1rem;font-size:1rem}.faq-answer{padding:0 1rem 1rem}.cta-section h2{font-size:2rem}.edit-button,.save-button,.cancel-button{padding:6px 12px;font-size:.9rem}}.faq-component{width:100%;background:linear-gradient(135deg,#111827cc,#0f172abf);backdrop-filter:blur(15px);-webkit-backdrop-filter:blur(15px);border-radius:16px;border:1px solid rgba(255,255,255,.1);padding:2.5rem;box-shadow:0 10px 30px #00000059,0 1px 8px #0003;color:#f3f4f6;transition:all .3s ease}:root.light .faq-component{background:linear-gradient(135deg,#ffffffe6,#f0f5ffd9);border:1px solid rgba(99,102,241,.15);box-shadow:0 10px 30px #0000001a,0 1px 8px #0000000d;color:#1f2937}.faq-header{text-align:center;margin-bottom:2rem}.faq-title{font-size:2.2rem;font-weight:800;color:#fff;margin-bottom:1rem;text-shadow:0 2px 4px rgba(0,0,0,.3);transition:all .3s ease}:root.light .faq-title{color:#0c114e;text-shadow:none}.faq-description{font-size:1.1rem;color:#ffffffd9;max-width:600px;margin:0 auto;line-height:1.6;transition:color .3s ease}:root.light .faq-description{color:#0c114ecc}.search-container{position:relative;max-width:600px;margin:0 auto 2rem}.search-icon{position:absolute;left:1.5rem;top:50%;transform:translateY(-50%);width:20px;height:20px;color:#9ca3af}.search-input{width:100%;padding:.9rem .9rem .9rem 3.1rem;border-radius:14px;border:1px solid rgba(255,255,255,.1);background:linear-gradient(135deg,#1f2937cc,#1f2937b3);backdrop-filter:blur(15px);-webkit-backdrop-filter:blur(15px);font-size:.95rem;color:#f3f4f6;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 14px #00000040,inset 0 1px 2px #ffffff08}.search-input:focus{outline:none;border-color:#a5b4fc;background:linear-gradient(135deg,#1f2937fa,#1f2937f2);box-shadow:0 0 0 3px #818cf826,0 6px 20px #0000004d}.search-input::placeholder{color:#9ca3af}:root.light .search-input{border:1px solid rgba(99,102,241,.2);background:linear-gradient(135deg,#ffffffe6,#f0f5ffcc);color:#1f2937;box-shadow:0 4px 14px #0000001a,inset 0 1px 2px #6366f10d}:root.light .search-input:focus{outline:none;border-color:#6366f1;background:linear-gradient(135deg,#fff,#f0f5fff2);box-shadow:0 0 0 3px #6366f11a,0 6px 20px #00000026}:root.light .search-input::placeholder{color:#9ca3af}.category-filter{display:flex;gap:1rem;margin-bottom:2rem;flex-wrap:wrap;justify-content:center}.category-button{padding:.6rem 1.2rem;border-radius:20px;border:1px solid rgba(255,255,255,.1);background:linear-gradient(135deg,#1f293799,#1f293780);color:#d1d5db;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 2px 8px #0003}.category-button:hover{background:linear-gradient(135deg,#1f2937cc,#1f2937b3);border-color:#818cf84d;color:#e5e7eb;transform:translateY(-1px)}.category-button.active{background:linear-gradient(135deg,#818cf8,#6366f1);border-color:#818cf880;color:#fff;box-shadow:0 4px 12px #818cf84d}:root.light .category-button{border:1px solid rgba(99,102,241,.2);background:linear-gradient(135deg,#ffffffb3,#f0f5ff99);color:#0c114eb3;box-shadow:0 2px 8px #0000001a}:root.light .category-button:hover{background:linear-gradient(135deg,#ffffffe6,#f0f5ffcc);border-color:#6366f166;color:#0c114ee6;transform:translateY(-1px)}:root.light .category-button.active{background:linear-gradient(135deg,#6366f1,#4f46e5);border-color:#6366f180;color:#fff;box-shadow:0 4px 12px #6366f14d}.faq-list{max-width:800px;margin:0 auto}.faq-item{background:linear-gradient(135deg,#1f293799,#1f293780);border-radius:12px;margin-bottom:1rem;overflow:hidden;transition:all .3s ease;border:1px solid rgba(255,255,255,.1)}.faq-item:hover{background:linear-gradient(135deg,#1f2937cc,#1f2937b3);transform:translateY(-2px);box-shadow:0 6px 16px #0000004d}:root.light .faq-item{background:linear-gradient(135deg,#fffc,#f0f5ffb3);border:1px solid rgba(99,102,241,.15)}:root.light .faq-item:hover{background:linear-gradient(135deg,#fffffff2,#f0f5ffe6);transform:translateY(-2px);box-shadow:0 6px 16px #0000001a}.faq-question{width:100%;display:flex;align-items:center;justify-content:space-between;padding:1.5rem;background:transparent;border:none;font-size:1.1rem;font-weight:600;color:#f3f4f6;cursor:pointer;transition:all .3s ease;text-align:left}.faq-question:hover{color:#c7d2fe}:root.light .faq-question{color:#1f2937}:root.light .faq-question:hover{color:#6366f1}.faq-icon{width:20px;height:20px;color:#a5b4fc;flex-shrink:0;transition:transform .3s ease}:root.light .faq-icon{color:#6366f1}.faq-answer{padding:0 1.5rem 1.5rem;background:#11182799;border-top:1px solid rgba(255,255,255,.1);animation:slideDown .3s ease-out;transition:all .3s ease}.faq-answer p{color:#d1d5db;line-height:1.7;margin:0;transition:color .3s ease}:root.light .faq-answer{background:#6366f10d;border-top:1px solid rgba(99,102,241,.15)}:root.light .faq-answer p{color:#0c114ecc}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.no-results{text-align:center;padding:3rem;color:#9ca3af;transition:color .3s ease}:root.light .no-results{color:#0c114e99}.faq-page-wrapper{min-height:100vh;background:linear-gradient(135deg,#667eea,#764ba2);position:relative;transition:background .3s ease}.faq-page-wrapper:before{content:"";position:fixed;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,#111827cc,#0f172ae6);pointer-events:none;z-index:0;transition:background .3s ease}:root.light .faq-page-wrapper{background:linear-gradient(135deg,#f5f7fa,#e8eef5)}:root.light .faq-page-wrapper:before{background:linear-gradient(135deg,#f5f7facc,#e8eef5e6)}.faq-page-wrapper>*{position:relative;z-index:1}.faq-hero{background:#11182799;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-bottom:1px solid rgba(255,255,255,.05);padding:2rem 1rem;margin-bottom:30px;box-shadow:0 4px 16px #0006;position:relative;transition:all .3s ease}:root.light .faq-hero{background:#f5f7facc;border-bottom:1px solid rgba(12,17,78,.1);box-shadow:0 4px 16px #0000001a}.faq-hero-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.05'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}.faq-hero-content{max-width:1400px;margin:0 auto;padding:0 2rem;text-align:center}.faq-hero-icon{width:80px;height:80px;margin:0 auto 1.5rem;opacity:.9;color:#c7d2fe;transition:color .3s ease}:root.light .faq-hero-icon{color:#6366f1}.faq-hero-title{font-size:3rem;font-weight:800;color:#fff;margin-bottom:1rem;text-shadow:0 2px 4px rgba(0,0,0,.3)}.faq-hero-description{font-size:1.3rem;color:#ffffffe6;margin-bottom:2rem;line-height:1.6;max-width:800px;margin-left:auto;margin-right:auto}.faq-search-container{position:relative;max-width:600px;margin:0 auto}.faq-search-icon{position:absolute;left:1.5rem;top:50%;transform:translateY(-50%);width:20px;height:20px;color:#64748b}.faq-search-input{width:100%;padding:.9rem .9rem .9rem 3.1rem;border-radius:14px;border:1px solid rgba(255,255,255,.1);background:linear-gradient(135deg,#111827d9,#0f172acc);backdrop-filter:blur(15px);-webkit-backdrop-filter:blur(15px);font-size:.95rem;color:#f3f4f6;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 14px #00000040,inset 0 1px 2px #ffffff08}.faq-search-input:focus{outline:none;border-color:#a5b4fc;background:linear-gradient(135deg,#111827fa,#0f172af2);box-shadow:0 0 0 3px #818cf826,0 6px 20px #0000004d}.faq-search-input::placeholder{color:#9ca3af}.faq-page-container{max-width:1440px;margin:0 auto;padding:0 2rem 3rem}.faq-section{margin-bottom:3rem;border-radius:18px;padding:2.5rem;border:1px solid rgba(255,255,255,.1);box-shadow:0 10px 40px #00000059,0 1px 8px #0003;transition:all .3s ease}:root.light .faq-section{border:1px solid rgba(12,17,78,.15);box-shadow:0 10px 40px #0000001a,0 1px 8px #0000000d}.section-title{font-size:2.2rem;font-weight:800;color:#fff;margin-bottom:1.5rem;text-shadow:0 2px 4px rgba(0,0,0,.2);text-align:center;transition:all .3s ease}:root.light .section-title{color:#0c114e;text-shadow:none}.section-header{text-align:center;margin-bottom:2.5rem}.section-description{font-size:1.1rem;color:#ffffffd9;max-width:600px;margin:0 auto 2rem;transition:color .3s ease}:root.light .section-description{color:#0c114ecc}.quick-links-section{background:linear-gradient(135deg,#111827d9,#0f172acc);backdrop-filter:blur(25px);-webkit-backdrop-filter:blur(25px);transition:background .3s ease}:root.light .quick-links-section{background:linear-gradient(135deg,#f5f7fae6,#e8eef5d9)}.quick-links-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.quick-link-card{background:linear-gradient(135deg,#1f2937b3,#1f293799);backdrop-filter:blur(15px);-webkit-backdrop-filter:blur(15px);border-radius:12px;padding:2rem;text-align:center;transition:transform .3s ease,box-shadow .3s ease,background .3s ease;border:1px solid rgba(255,255,255,.1);cursor:pointer;position:relative;overflow:hidden}:root.light .quick-link-card{background:linear-gradient(135deg,#fffc,#f0f5ffb3);border:1px solid rgba(99,102,241,.2)}.quick-link-card:hover{transform:translateY(-5px);box-shadow:0 15px 25px -5px #0006,0 10px 10px -5px #0000004d}.quick-link-card:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,#818cf8,#6366f1)}.quick-link-icon{width:40px;height:40px;color:#818cf8;margin-bottom:1.5rem;display:flex;margin-left:auto;margin-right:auto;transition:color .3s ease}:root.light .quick-link-icon{color:#6366f1}.quick-link-title{font-size:1.3rem;color:#fff;margin-bottom:.75rem;font-weight:700;transition:color .3s ease}:root.light .quick-link-title{color:#0c114e}.quick-link-description{font-size:.95rem;color:#ffffffd9;line-height:1.5;margin-bottom:1rem;transition:color .3s ease}:root.light .quick-link-description{color:#0c114ebf}.quick-link-arrow{width:20px;height:20px;color:#818cf8;opacity:.6;transition:all .3s ease}.quick-link-card:hover .quick-link-arrow{opacity:1;transform:translate(3px)}.faq-component-section{background:linear-gradient(135deg,#111827d9,#0f172acc);backdrop-filter:blur(25px);-webkit-backdrop-filter:blur(25px);transition:background .3s ease}:root.light .faq-component-section{background:linear-gradient(135deg,#f5f7fae6,#e8eef5d9)}.contact-section{background:linear-gradient(135deg,#111827d9,#0f172acc);backdrop-filter:blur(25px);-webkit-backdrop-filter:blur(25px)}.contact-options-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}.contact-option-card{background:linear-gradient(135deg,#1f2937b3,#1f293799);backdrop-filter:blur(15px);-webkit-backdrop-filter:blur(15px);border-radius:12px;padding:2.5rem;text-align:center;transition:transform .3s ease,box-shadow .3s ease;border:1px solid rgba(255,255,255,.1);position:relative;overflow:hidden}.contact-option-card:hover{transform:translateY(-5px);box-shadow:0 15px 25px -5px #0006,0 10px 10px -5px #0000004d}.contact-option-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#818cf8,#6366f1)}.contact-icon{width:48px;height:48px;color:#818cf8;margin-bottom:1.5rem;display:flex;margin-left:auto;margin-right:auto}.contact-option-title{font-size:1.4rem;color:#fff;margin-bottom:1rem;font-weight:700}.contact-option-description{font-size:1rem;color:#ffffffd9;line-height:1.6;margin-bottom:1.5rem}.contact-option-availability{display:flex;align-items:center;justify-content:center;gap:.5rem;margin-bottom:2rem;font-size:.9rem;color:#10b981;font-weight:600}.availability-icon{width:16px;height:16px}.contact-option-button{background:linear-gradient(135deg,#818cf8,#6366f1);color:#fff;border:none;padding:.75rem 2rem;border-radius:8px;font-weight:600;cursor:pointer;transition:all .3s ease;width:100%}.contact-option-button:hover{transform:translateY(-2px);box-shadow:0 8px 20px #818cf866}.cta-section{text-align:center;background:linear-gradient(135deg,#818cf8,#6366f1);color:#fff;padding:5rem 3rem;border-radius:16px;position:relative;overflow:hidden;transition:background .3s ease}:root.light .cta-section{background:linear-gradient(135deg,#6366f1,#4f46e5)}.cta-section:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.05'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}.cta-content{position:relative;z-index:1}.cta-section h2{font-size:2.5rem;margin-bottom:1.5rem;font-weight:800;color:#fff}.cta-section p{font-size:1.2rem;margin-bottom:2.5rem;opacity:.9;max-width:600px;margin-left:auto;margin-right:auto;color:#fff}.cta-buttons{display:flex;gap:1.5rem;justify-content:center}.cta-button{padding:1rem 2.5rem;border-radius:8px;font-weight:600;font-size:1.1rem;cursor:pointer;transition:all .3s ease;border:none}.cta-button.primary{background-color:#fff;color:#818cf8;transition:all .3s ease}.cta-button.primary:hover{background-color:#f0f0f0;transform:translateY(-2px)}:root.light .cta-button.primary{background-color:#fff;color:#4f46e5}.cta-button.secondary{background-color:transparent;color:#fff;border:2px solid white}.cta-button.secondary:hover{background-color:#ffffff1a;transform:translateY(-2px)}@media (max-width: 1200px){.quick-links-grid{grid-template-columns:repeat(2,1fr)}.contact-options-grid{grid-template-columns:1fr}.cta-buttons{flex-direction:column;align-items:center}.cta-button{width:100%;max-width:300px}}@media (max-width: 768px){.faq-page-container{padding:0 1rem 2rem}.faq-section{padding:2rem 1.5rem}.faq-hero{padding:3rem 1rem}.faq-hero-title{font-size:2.2rem}.faq-hero-description{font-size:1.1rem}.quick-links-grid{grid-template-columns:1fr}.section-title{font-size:1.8rem}}@media (max-width: 480px){.faq-hero{padding:2rem 1rem}.faq-hero-title{font-size:1.8rem}.faq-hero-description{font-size:1rem}.faq-section,.quick-link-card,.contact-option-card{padding:1.5rem}.cta-section{padding:3rem 1.5rem}.cta-section h2{font-size:1.8rem}.cta-section p{font-size:1rem}}.faq-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem 0;color:#fff;text-align:center}.faq-loading .loading-icon{width:40px;height:40px;margin-bottom:1rem;color:#818cf8}.faq-error{padding:2rem;text-align:center;color:#f87171;background:#ef44441a;border:1px solid rgba(239,68,68,.3);border-radius:8px;margin:2rem 0}.country-list-hero-container{position:relative;width:100%;height:300px;overflow:hidden;display:flex;justify-content:center;align-items:center;margin:72px 0 0;padding:0}@media (max-width: 768px){.country-list-hero-container{margin-top:64px;height:200px}}.country-list-hero-background{position:absolute;top:0;right:0;bottom:0;left:0;background-size:cover;background-position:center;background-repeat:no-repeat;width:100%;height:100%;z-index:1}.country-list-hero-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,#0c114eb3,#1a1d4a80);z-index:2}.country-list-hero-content{position:relative;display:flex;justify-content:center;align-items:center;width:100%;height:100%;z-index:3;padding:40px 24px;text-align:center}.country-list-hero-text{max-width:600px;animation:slideUp .8s ease-out}.country-list-hero-title{font-size:2.5rem;font-weight:700;color:#fff;margin-bottom:12px;text-shadow:0 2px 8px rgba(0,0,0,.3)}.country-list-hero-subtitle{font-size:1rem;color:#ffffffe6;line-height:1.6;text-shadow:0 1px 4px rgba(0,0,0,.3)}@media (max-width: 768px){.country-list-hero-container{height:200px}.country-list-hero-title{font-size:1.8rem}.country-list-hero-subtitle{font-size:.9rem}}@media (max-width: 480px){.country-list-hero-container{height:150px}.country-list-hero-title{font-size:1.4rem;margin-bottom:8px}.country-list-hero-subtitle{font-size:.8rem}.country-list-hero-content{padding:20px 16px}}.university-page-wrapper{min-height:100vh;background:linear-gradient(135deg,#f8fafc,#f1f5f9);background-attachment:fixed;padding-bottom:60px;transition:background .3s ease}.dark .university-page-wrapper{background:linear-gradient(135deg,#0f172a,#1a1f35)}.COUNTRYLIST-countries-container{max-width:1400px;margin:0 auto;padding:0 24px;display:grid;grid-template-columns:300px 1fr;gap:30px;margin-top:2rem}.COUNTRYLIST-filters-sidebar{background:#fff;border:1px solid #e2e8f0;border-radius:20px;padding:24px;height:fit-content;position:sticky;top:100px;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;transition:all .3s ease}.dark .COUNTRYLIST-filters-sidebar{background:linear-gradient(145deg,#1e293b,#273548);border-color:#94a3b81a;box-shadow:0 20px 25px -5px #0000004d,0 10px 10px -5px #0003}.COUNTRYLIST-filters-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px;padding-bottom:16px;border-bottom:2px solid #e2e8f0;transition:border-color .3s ease}.dark .COUNTRYLIST-filters-header{border-bottom-color:#94a3b81a}.COUNTRYLIST-filters-title{font-size:1.5rem;font-weight:700;color:#0f172a;margin:0;transition:color .3s ease}.dark .COUNTRYLIST-filters-title{color:#f1f5f9}.COUNTRYLIST-clear-all-btn{padding:6px 14px;background:linear-gradient(135deg,#ef4444,#dc2626);border:none;border-radius:8px;color:#fff;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 12px #ef444433}.COUNTRYLIST-clear-all-btn:hover{transform:translateY(-2px);box-shadow:0 8px 20px #ef44444d}.COUNTRYLIST-filters-content{display:flex;flex-direction:column;gap:20px}.COUNTRYLIST-filter-group{display:flex;flex-direction:column;gap:8px}.COUNTRYLIST-filter-label{display:flex;align-items:center;gap:8px;font-size:.95rem;font-weight:600;color:#0f172a;margin-bottom:4px;transition:color .3s ease}.dark .COUNTRYLIST-filter-label{color:#f1f5f9}.COUNTRYLIST-filter-label svg{stroke:#667eea;stroke-width:2;transition:stroke .3s ease}.dark .COUNTRYLIST-filter-label svg{stroke:#667eea}.COUNTRYLIST-filter-select{padding:10px 14px;background:#fff;border:1px solid #e2e8f0;border-radius:10px;color:#0f172a;font-size:.95rem;outline:none;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);font-weight:500}.dark .COUNTRYLIST-filter-select{background:#1e293bb3;border-color:#94a3b833;color:#e2e8f0}.COUNTRYLIST-filter-select:hover{border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.COUNTRYLIST-filter-select:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.COUNTRYLIST-filter-select option{background:#fff;color:#0f172a}.dark .COUNTRYLIST-filter-select option{background:#1e293b;color:#e2e8f0}.COUNTRYLIST-results-count{margin-top:20px;padding-top:20px;border-top:1px solid #e2e8f0;text-align:center;color:#0f172a;font-weight:600;font-size:.95rem;transition:all .3s ease}.dark .COUNTRYLIST-results-count{border-top-color:#94a3b81a;color:#e2e8f0}.COUNTRYLIST-countries-content{min-height:400px}.COUNTRYLIST-search-bar-container{width:100%;position:relative;margin-bottom:24px}.COUNTRYLIST-countries-search-input{width:100%;padding:12px 16px 12px 40px;border-radius:12px;border:1px solid #e2e8f0;background:#fff;color:#0f172a;font-size:1rem;font-weight:500;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 12px #00000014}.dark .COUNTRYLIST-countries-search-input{background:#1e293bb3;border-color:#94a3b833;color:#e2e8f0}.COUNTRYLIST-countries-search-input:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a,0 4px 12px #667eea26}.COUNTRYLIST-countries-search-input::placeholder{color:#94a3b8}.COUNTRYLIST-search-icon{position:absolute;left:12px;top:50%;transform:translateY(-50%);color:#667eea;stroke-width:2;pointer-events:none;transition:color .2s ease}.dark .COUNTRYLIST-search-icon{color:#818cf8}.COUNTRYLIST-countries-list{display:flex;flex-direction:column;gap:24px}.COUNTRYLIST-country-card{background:linear-gradient(135deg,#fff,#f8fafc);border:1px solid #e2e8f0;border-radius:20px;overflow:hidden;display:grid;grid-template-columns:350px 1fr;transition:all .4s cubic-bezier(.4,0,.2,1);box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;position:relative;cursor:pointer}.COUNTRYLIST-country-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#667eea,#764ba2);border-radius:20px 20px 0 0;z-index:1}.dark .COUNTRYLIST-country-card{background:linear-gradient(135deg,#1e293b,#273548);border-color:#94a3b81a;box-shadow:0 20px 25px -5px #0000004d,0 10px 10px -5px #0003}.COUNTRYLIST-country-card:hover{transform:translateY(-8px);box-shadow:0 32px 64px -12px #667eea26,0 25px 50px -12px #667eea1a;border-color:#667eea}.dark .COUNTRYLIST-country-card:hover{box-shadow:0 32px 64px -12px #667eea26,0 25px 50px -12px #667eea1a}.COUNTRYLIST-country-image{position:relative;width:100%;height:100%;min-height:250px;overflow:hidden}.COUNTRYLIST-country-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.COUNTRYLIST-country-card:hover .COUNTRYLIST-country-image img{transform:scale(1.05)}.COUNTRYLIST-university-badge{position:absolute;top:16px;right:16px;background:linear-gradient(135deg,#f59e0b,#ef4444);color:#fff;padding:6px 14px;border-radius:20px;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.5px;box-shadow:0 4px 12px #0000004d}.COUNTRYLIST-country-details{padding:24px;display:flex;flex-direction:column;gap:16px}.COUNTRYLIST-country-header{display:flex;justify-content:space-between;align-items:flex-start;gap:16px}.COUNTRYLIST-country-name{font-size:1.75rem;font-weight:700;color:#0f172a;margin:0;line-height:1.2;transition:color .3s ease}.dark .COUNTRYLIST-country-name{color:#f1f5f9}.COUNTRYLIST-country-location{display:flex;align-items:center;gap:6px;padding:6px 12px;background:#667eea1a;border:1px solid rgba(102,126,234,.2);border-radius:20px;color:#667eea;font-size:.875rem;font-weight:600;white-space:nowrap;transition:all .3s ease}.dark .COUNTRYLIST-country-location{background:#667eea26;color:#818cf8}.COUNTRYLIST-country-location:hover{background:#667eea26;border-color:#667eea66}.COUNTRYLIST-country-location svg{stroke:currentColor;flex-shrink:0}.COUNTRYLIST-country-description{color:#475569;font-size:1rem;line-height:1.6;margin:0;transition:color .3s ease}.dark .COUNTRYLIST-country-description{color:#cbd5e1}.COUNTRYLIST-country-info-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:16px;padding:16px 0}.COUNTRYLIST-info-item{display:flex;align-items:flex-start;gap:12px;padding:12px;background:#667eea0d;border:1px solid rgba(102,126,234,.1);border-radius:12px;transition:all .3s ease}.dark .COUNTRYLIST-info-item{background:#667eea14;border-color:#667eea26}.COUNTRYLIST-info-item:hover{background:#667eea1a;border-color:#667eea33}.COUNTRYLIST-info-item svg{stroke:#667eea;flex-shrink:0;margin-top:2px;transition:stroke .3s ease}.COUNTRYLIST-info-item>div{display:flex;flex-direction:column;gap:4px}.COUNTRYLIST-info-label{font-size:.75rem;color:#64748b;text-transform:uppercase;letter-spacing:.5px;font-weight:700;transition:color .3s ease}.dark .COUNTRYLIST-info-label{color:#94a3b8}.COUNTRYLIST-info-value{font-size:1rem;color:#0f172a;font-weight:700;display:flex;flex-direction:column;gap:4px;transition:color .3s ease}.dark .COUNTRYLIST-info-value{color:#e2e8f0}.COUNTRYLIST-country-actions{display:flex;gap:12px;margin-top:auto}.COUNTRYLIST-view-details-btn{flex:1;padding:12px 24px;background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:12px;color:#fff;font-size:1rem;font-weight:700;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;align-items:center;justify-content:center;gap:8px;box-shadow:0 4px 12px #667eea4d}.COUNTRYLIST-view-details-btn:hover{transform:translateY(-2px);box-shadow:0 12px 24px #667eea66}.COUNTRYLIST-view-details-btn svg{stroke:#fff;stroke-width:2.5}.COUNTRYLIST-empty-state{text-align:center;padding:80px 20px;color:#0f172a;transition:color .3s ease}.dark .COUNTRYLIST-empty-state{color:#e2e8f0}.COUNTRYLIST-empty-state svg{stroke:#667eea80;margin-bottom:20px;transition:stroke .3s ease}.dark .COUNTRYLIST-empty-state svg{stroke:#667eea99}.COUNTRYLIST-empty-state h3{font-size:1.5rem;margin-bottom:12px;color:#0f172a;transition:color .3s ease}.dark .COUNTRYLIST-empty-state h3{color:#f1f5f9}.COUNTRYLIST-empty-state p{color:#64748b;margin-bottom:24px;transition:color .3s ease}.dark .COUNTRYLIST-empty-state p{color:#cbd5e1}.COUNTRYLIST-clear-filters-btn{padding:12px 24px;background:#667eea1a;border:1px solid rgba(102,126,234,.2);border-radius:12px;color:#667eea;font-size:1rem;font-weight:700;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1)}.dark .COUNTRYLIST-clear-filters-btn{background:#667eea26;border-color:#667eea4d;color:#818cf8}.COUNTRYLIST-clear-filters-btn:hover{background:#667eea33;border-color:#667eea66;transform:translateY(-2px);box-shadow:0 4px 12px #667eea33}.COUNTRYLIST-loading-container{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:80px 20px;color:#0f172a;transition:color .3s ease}.dark .COUNTRYLIST-loading-container{color:#e2e8f0}.COUNTRYLIST-loading-spinner{width:50px;height:50px;border:4px solid rgba(102,126,234,.2);border-top-color:#667eea;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:20px}@keyframes spin{to{transform:rotate(360deg)}}.COUNTRYLIST-error-container{text-align:center;padding:80px 20px;color:#0f172a;transition:color .3s ease}.dark .COUNTRYLIST-error-container{color:#e2e8f0}.COUNTRYLIST-retry-button{margin-top:20px;padding:12px 24px;background:linear-gradient(135deg,#ef4444,#dc2626);border:none;border-radius:12px;color:#fff;font-size:1rem;font-weight:700;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 12px #ef444433}.COUNTRYLIST-retry-button:hover{transform:translateY(-2px);box-shadow:0 8px 20px #ef44444d}@media (max-width: 1200px){.COUNTRYLIST-countries-container{grid-template-columns:280px 1fr;gap:24px}.COUNTRYLIST-country-card{grid-template-columns:300px 1fr}}@media (max-width: 968px){.COUNTRYLIST-countries-container{grid-template-columns:1fr}.COUNTRYLIST-filters-sidebar{position:static}.COUNTRYLIST-country-card{grid-template-columns:1fr}.COUNTRYLIST-country-image{min-height:200px}}@media (max-width: 640px){.COUNTRYLIST-countries-container{padding:0 16px}.COUNTRYLIST-country-name{font-size:1.5rem}.COUNTRYLIST-country-header,.COUNTRYLIST-country-actions{flex-direction:column}}.OPPROG-jobs-page{min-height:100vh;background:linear-gradient(135deg,#f8fafc,#f1f5f9,#f0f4f8);position:relative;transition:all .3s ease}.dark .OPPROG-jobs-page{background:linear-gradient(135deg,#0f172a,#1e293b,#273548)}.light .OPPROG-jobs-page{background:linear-gradient(135deg,#f8fafc,#f1f5f9,#f0f4f8)}.OPPROG-jobs-hero{background:linear-gradient(135deg,#1e293b,#334155);color:#fff;padding:80px 24px;text-align:center;margin-bottom:60px;margin-top:20px;position:relative;z-index:5;width:100%}.OPPROG-hero-content{max-width:900px;margin:0 auto}.OPPROG-hero-content h1{font-size:3rem;font-weight:900;margin:0 0 1rem;letter-spacing:-.03em}.OPPROG-hero-content p{font-size:1.1rem;color:#ffffffe6;margin:0;letter-spacing:.3px}.OPPROG-jobs-container{max-width:1280px;margin:0 auto;padding:0 32px;display:grid;grid-template-columns:280px 1fr;gap:2rem;min-height:calc(100vh - 200px)}.OPPROG-filters-sidebar{background:linear-gradient(135deg,#fffffffa,#f8fafcf2);backdrop-filter:blur(15px);-webkit-backdrop-filter:blur(15px);border-radius:12px;padding:1.5rem;border:1px solid rgba(102,126,234,.15);box-shadow:0 10px 30px #00000014;height:fit-content;position:sticky;top:90px;transition:all .3s ease}.dark .OPPROG-filters-sidebar{background:linear-gradient(135deg,#1e293bfa,#273548f2);border-color:#667eea1a;box-shadow:0 10px 30px #0000004d}.OPPROG-filters-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid rgba(102,126,234,.15)}.OPPROG-filters-header h2{margin:0;font-size:1.2rem;font-weight:800;color:#334155;letter-spacing:-.01em}.dark .OPPROG-filters-header h2{color:#e2e8f0}.OPPROG-clear-all-btn{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:linear-gradient(135deg,#dc26261a,#b91c1c14);color:#dc2626;border:1px solid rgba(220,38,38,.3);border-radius:8px;font-size:.85rem;font-weight:600;cursor:pointer;transition:all .3s ease;letter-spacing:.3px}.OPPROG-clear-all-btn:hover{background:linear-gradient(135deg,#dc262626,#b91c1c1f);transform:translateY(-1px)}.OPPROG-filters-content{display:flex;flex-direction:column;gap:1.5rem}.OPPROG-filter-group{display:flex;flex-direction:column;gap:.75rem}.OPPROG-filter-label{display:flex;align-items:center;gap:.75rem;font-size:.9rem;font-weight:700;color:#334155;letter-spacing:.3px}.dark .OPPROG-filter-label{color:#e2e8f0}.OPPROG-filter-select{padding:.75rem;border:1.5px solid rgba(102,126,234,.15);border-radius:8px;background:#fff;color:#334155;font-size:.9rem;font-weight:500;cursor:pointer;transition:all .3s ease;letter-spacing:.2px}.dark .OPPROG-filter-select{background:#0f172a;color:#e2e8f0;border-color:#667eea26}.OPPROG-filter-select:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.OPPROG-checkbox-filters{display:flex;flex-direction:column;gap:.75rem;padding-top:1rem;border-top:1px solid rgba(102,126,234,.15)}.OPPROG-checkbox-label{display:flex;align-items:center;gap:.75rem;font-size:.9rem;font-weight:600;color:#334155;cursor:pointer;transition:all .3s ease;padding:.5rem 0}.dark .OPPROG-checkbox-label{color:#e2e8f0}.OPPROG-checkbox-label:hover{color:#667eea;transform:translate(2px)}.OPPROG-checkbox{width:18px;height:18px;cursor:pointer;accent-color:#667eea}.OPPROG-filter-results{padding-top:1rem;border-top:1px solid rgba(102,126,234,.15);font-size:.85rem;font-weight:600;color:#667eea;text-align:center;letter-spacing:.2px}.OPPROG-jobs-grid{display:flex;flex-direction:column;gap:2rem}.OPPROG-search-wrapper{position:relative;display:flex;align-items:center;background:linear-gradient(135deg,#fffffffa,#f8fafcf2);border-radius:12px;border:1.5px solid rgba(102,126,234,.15);padding:0 1.25rem;box-shadow:0 4px 15px #0000000f;transition:all .3s ease}.dark .OPPROG-search-wrapper{background:linear-gradient(135deg,#1e293bfa,#273548f2);border-color:#667eea1a;box-shadow:0 4px 15px #0003}.OPPROG-search-wrapper:focus-within{border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.OPPROG-search-icon{color:#94a3b8;pointer-events:none;margin-right:.75rem;flex-shrink:0}.dark .OPPROG-search-icon{color:#64748b}.OPPROG-search-input{flex:1;border:none;background:transparent;padding:1rem .75rem;font-size:1rem;color:#334155;outline:none;letter-spacing:.2px;min-width:0}.dark .OPPROG-search-input{color:#e2e8f0}.OPPROG-search-input::placeholder{color:#94a3b8}.dark .OPPROG-search-input::placeholder{color:#64748b}.OPPROG-jobs-card-grid{display:grid;grid-template-columns:1fr;gap:1.5rem}.OPPROG-job-card{background:linear-gradient(135deg,#fffffffa,#f8fafcf2);backdrop-filter:blur(15px);-webkit-backdrop-filter:blur(15px);border-radius:12px;border:1.5px solid rgba(102,126,234,.15);border-top:4px solid;border-top-color:#667eea;box-shadow:0 4px 15px #0000000f;transition:all .35s cubic-bezier(.4,0,.2,1);overflow:hidden}.dark .OPPROG-job-card{background:linear-gradient(135deg,#1e293bfa,#273548f2);border-color:#667eea1a;box-shadow:0 4px 15px #0003}.OPPROG-job-card:hover{transform:translateY(-8px);box-shadow:0 12px 35px #0000001f;border-color:#667eea40}.dark .OPPROG-job-card:hover{box-shadow:0 12px 35px #0000004d}.OPPROG-card-header-job{display:flex;justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;background:linear-gradient(135deg,#667eea0d,#764ba208);border-bottom:1px solid rgba(102,126,234,.1);gap:1rem}.dark .OPPROG-card-header-job{background:linear-gradient(135deg,#667eea14,#764ba20d)}.OPPROG-card-title-job{flex:1}.OPPROG-card-title-job h3{margin:0;font-size:1.3rem;font-weight:800;color:#334155;letter-spacing:-.01em;line-height:1.3}.dark .OPPROG-card-title-job h3{color:#e2e8f0}.OPPROG-apply-btn{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:8px;font-size:.95rem;font-weight:700;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 12px #667eea40;white-space:nowrap;letter-spacing:.3px}.OPPROG-apply-btn:hover{transform:translateY(-2px);box-shadow:0 8px 20px #667eea59}.OPPROG-apply-btn:active{transform:translateY(0)}.OPPROG-card-body-job{display:flex;gap:1.5rem;padding:1.5rem}.OPPROG-card-left-job{width:220px;flex-shrink:0}.OPPROG-company-box{background:#fff;padding:2rem;border-radius:10px;height:130px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.75rem;box-shadow:0 2px 8px #00000014}.dark .OPPROG-company-box{background:#0f172a}.OPPROG-company-name{margin:0;font-size:.95rem;font-weight:700;color:#334155;text-align:center;word-wrap:break-word;letter-spacing:.2px}.dark .OPPROG-company-name{color:#e2e8f0}.OPPROG-company-logo-img{width:70px;height:70px;object-fit:contain;border-radius:8px}.OPPROG-card-right-job{flex:1;display:grid;grid-template-columns:repeat(2,1fr);gap:1.25rem}.OPPROG-info-item{display:flex;flex-direction:column;gap:.4rem}.OPPROG-info-label{font-size:.8rem;font-weight:700;color:#94a3b8;text-transform:uppercase;letter-spacing:.05em}.dark .OPPROG-info-label{color:#64748b}.OPPROG-info-value{display:flex;align-items:center;gap:.5rem;font-size:.95rem;font-weight:600;color:#334155;letter-spacing:.2px}.OPPROG-badges-job{grid-column:1 / -1;display:flex;gap:.75rem;flex-wrap:wrap;padding-top:.75rem;border-top:1px solid rgba(102,126,234,.1)}.OPPROG-badge{display:inline-flex;align-items:center;gap:.4rem;padding:.4rem .9rem;border-radius:20px;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;transition:all .3s ease}.OPPROG-badge.urgent{background:linear-gradient(135deg,#dc262626,#b91c1c1a);color:#dc2626;border:1px solid rgba(220,38,38,.3)}.OPPROG-badge.urgent:hover{background:linear-gradient(135deg,#dc262633,#b91c1c26)}.OPPROG-badge.featured{background:linear-gradient(135deg,#f59e0b26,#d977061a);color:#f59e0b;border:1px solid rgba(245,158,11,.3)}.OPPROG-badge.featured:hover{background:linear-gradient(135deg,#f59e0b33,#d9770626)}.OPPROG-badge.remote{background:linear-gradient(135deg,#10b98126,#0596691a);color:#10b981;border:1px solid rgba(16,185,129,.3)}.OPPROG-badge.remote:hover{background:linear-gradient(135deg,#10b98133,#05966926)}.OPPROG-empty-state{text-align:center;padding:4rem 2rem;color:#64748b;display:flex;flex-direction:column;align-items:center;gap:1.5rem}.OPPROG-empty-state svg{color:#667eea;opacity:.6}.OPPROG-empty-state h3{font-size:1.5rem;font-weight:800;color:#334155;margin:0;letter-spacing:-.01em}.dark .OPPROG-empty-state h3{color:#e2e8f0}.OPPROG-empty-state p{margin:0;color:#64748b;font-size:1rem}.dark .OPPROG-empty-state p{color:#cbd5e1}.OPPROG-pagination{display:flex;justify-content:center;align-items:center;gap:1rem;flex-wrap:wrap;padding:2rem 0;margin-top:2rem}.OPPROG-pagination-btn{padding:.875rem 1.5rem;background:linear-gradient(135deg,#fffffff2,#f8fafce6);border:1.5px solid rgba(102,126,234,.2);border-radius:8px;color:#334155;font-weight:700;cursor:pointer;transition:all .3s ease;font-size:.875rem;letter-spacing:.3px}.dark .OPPROG-pagination-btn{background:linear-gradient(135deg,#1e293bcc,#273548cc);border-color:#667eea26;color:#e2e8f0}.OPPROG-pagination-btn:hover:not(:disabled){background:linear-gradient(135deg,#667eea,#764ba2);border-color:transparent;color:#fff;transform:translateY(-2px);box-shadow:0 8px 20px #667eea4d}.OPPROG-pagination-btn:disabled{opacity:.4;cursor:not-allowed}.OPPROG-pagination-number{width:44px;height:44px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#fffffff2,#f8fafce6);border:1.5px solid rgba(102,126,234,.2);border-radius:8px;color:#334155;font-weight:700;cursor:pointer;transition:all .3s ease;font-size:.9rem;letter-spacing:.2px}.dark .OPPROG-pagination-number{background:linear-gradient(135deg,#1e293bcc,#273548cc);border-color:#667eea26;color:#e2e8f0}.OPPROG-pagination-number:hover{background:linear-gradient(135deg,#667eea,#764ba2);border-color:transparent;color:#fff;transform:translateY(-2px);box-shadow:0 8px 20px #667eea4d}.OPPROG-pagination-number.active{background:linear-gradient(135deg,#667eea,#764ba2);border-color:transparent;color:#fff;box-shadow:inset 0 2px 4px #0000001a}.OPPROG-loading-container,.OPPROG-error-container{min-height:60vh;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem}.OPPROG-spinner{width:70px;height:70px;border:5px solid rgba(102,126,234,.2);border-top:5px solid #667eea;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:2rem;box-shadow:0 0 20px #667eea80}.OPPROG-loading-container p{font-size:1.2rem;font-weight:600;color:#667eea;margin:0;letter-spacing:.3px}.OPPROG-error-container{background:linear-gradient(135deg,#fffffffa,#f8fafcf2);border-radius:16px;border:1.5px solid rgba(102,126,234,.2);max-width:600px;box-shadow:0 10px 30px #00000014;text-align:center;gap:1rem}.dark .OPPROG-error-container{background:linear-gradient(135deg,#1e293bfa,#273548f2);border-color:#667eea26;box-shadow:0 10px 30px #0000004d}.OPPROG-error-container h3{font-size:1.5rem;font-weight:800;color:#334155;margin:0;letter-spacing:-.01em}.OPPROG-error-container p{color:#64748b;margin:0;font-size:1rem;line-height:1.6}.OPPROG-retry-btn{padding:.875rem 1.5rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:8px;font-weight:700;font-size:.95rem;cursor:pointer;transition:all .3s ease;letter-spacing:.3px;box-shadow:0 4px 12px #667eea40}.OPPROG-retry-btn:hover{transform:translateY(-2px);box-shadow:0 8px 20px #667eea59}@media (max-width: 1200px){.OPPROG-jobs-container{grid-template-columns:250px 1fr}.OPPROG-card-right-job{grid-template-columns:1fr}}@media (max-width: 900px){.OPPROG-jobs-container{grid-template-columns:1fr;gap:1.5rem}.OPPROG-filters-sidebar{position:static}.OPPROG-card-body-job{flex-direction:column}.OPPROG-card-left-job{width:100%}.OPPROG-card-right-job{grid-template-columns:repeat(2,1fr)}}@media (max-width: 768px){.OPPROG-jobs-container{padding:0 16px}.OPPROG-hero-content h1{font-size:2.2rem}.OPPROG-hero-content p{font-size:1rem}.OPPROG-card-right-job{grid-template-columns:1fr;gap:1rem}.OPPROG-info-item:last-child{border:none}.OPPROG-badges-job{grid-column:1 / -1}}@media (max-width: 480px){.OPPROG-jobs-container{padding:0 12px}.OPPROG-hero-content h1{font-size:1.8rem}.OPPROG-hero-content p{font-size:.9rem}.OPPROG-card-header-job{flex-direction:column;align-items:flex-start}.OPPROG-apply-btn{width:100%;justify-content:center}.OPPROG-card-body-job{flex-direction:column;gap:1rem;padding:1rem}.OPPROG-card-left-job{width:100%}.OPPROG-pagination{flex-direction:column;gap:1rem}.OPPROG-pagination-btn,.OPPROG-pagination-numbers{width:100%}.OPPROG-pagination-number{flex:1}}.university-page-wrapper{min-height:100vh;background:linear-gradient(135deg,#f8fafc,#f1f5f9,#f0f4f8);position:relative;transition:all .3s ease}.OPPROG-universities-container{max-width:1280px;margin:0 auto;padding:0 32px;display:flex;gap:2rem;min-height:60vh}.news-hero-container{position:relative;width:100%;height:300px;overflow:hidden;display:flex;justify-content:center;align-items:center;margin:0;padding:0}.news-hero-background{position:absolute;top:0;right:0;bottom:0;left:0;background-size:cover;background-position:center;background-repeat:no-repeat;width:100%;height:100%;z-index:1}.news-hero-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,#667eea4d,#764ba233);z-index:2;transition:background .3s ease}.dark .news-hero-overlay{background:linear-gradient(135deg,#0f172a99,#0f172a66)}.light .news-hero-overlay{background:linear-gradient(135deg,#ffffff4d,#f0fdf433,#fffbeb4d)}.news-hero-content{position:relative;display:flex;justify-content:center;align-items:flex-end;width:100%;height:100%;z-index:3;padding:40px 24px;text-align:center}.news-hero-text{max-width:600px;animation:slideUp .8s ease-out}.news-hero-title{font-size:2.5rem;font-weight:800;color:#fff;margin:0;text-shadow:0 4px 12px rgba(0,0,0,.2);letter-spacing:-.02em;transition:all .3s ease;line-height:1.2;max-height:3.5em;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.dark .news-hero-title{color:#fff;text-shadow:0 2px 8px rgba(0,0,0,.4)}.light .news-hero-title{color:#1e293b;text-shadow:0 2px 10px rgba(0,0,0,.1)}.news-hero-subtitle{display:none}.NeListLoadingContainer,.NeListErrorContainer{min-height:80vh;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem}.NeListLoadingSpinner{width:70px;height:70px;border:5px solid rgba(102,126,234,.2);border-top:5px solid #667eea;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:2rem;box-shadow:0 0 20px #667eea80}.NeListLoadingContainer p{font-size:1.3rem;font-weight:600;color:#fff;text-shadow:0 2px 4px rgba(0,0,0,.3)}.NeListErrorContainer{background:linear-gradient(135deg,#fffffff2,#f8fafce6);backdrop-filter:blur(25px);-webkit-backdrop-filter:blur(25px);border-radius:28px;border:2px solid rgba(102,126,234,.3);max-width:600px;margin:0 auto;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;transition:all .3s ease}.dark .NeListErrorContainer{background:linear-gradient(135deg,#1e293bf2,#273548e6);border-color:#667eea33;box-shadow:0 20px 25px -5px #0000004d,0 10px 10px -5px #0003}.light .NeListErrorContainer{background:linear-gradient(135deg,#fffffffa,#f8fafcf2);border-color:#667eea4d}.NeListErrorIcon{font-size:5rem;margin-bottom:1.5rem;color:#667eea}.NeListErrorContainer h3{font-size:2.5rem;color:#334155;margin-bottom:1.2rem;font-weight:800;transition:all .3s ease}.dark .NeListErrorContainer h3{color:#e2e8f0}.NeListErrorContainer p{color:#64748b;margin-bottom:2.5rem;font-size:1.2rem;transition:all .3s ease}.dark .NeListErrorContainer p{color:#cbd5e1}.NeListRetryButton{background:linear-gradient(135deg,#667eea,#764ba2);border:1px solid rgba(102,126,234,.3);color:#fff;padding:.75rem 1.5rem;border-radius:10px;font-weight:600;letter-spacing:.3px;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 10px 30px #667eea33}.NeListRetryButton:hover{background:linear-gradient(135deg,#764ba2,#667eea);border-color:#667eea80;transform:translateY(-2px);box-shadow:0 15px 40px #667eea4d}.OPPROG-pagination-container{display:flex;flex-direction:column;align-items:center;gap:1.5rem;margin-top:2rem;margin-bottom:0;padding:2rem;background:linear-gradient(135deg,#fffffff2,#f8fafce6);border-radius:16px;border:1px solid rgba(102,126,234,.2);box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;transition:all .3s ease}.dark .OPPROG-pagination-container{background:linear-gradient(135deg,#1e293bf2,#273548e6);border-color:#667eea26;box-shadow:0 20px 25px -5px #0000004d,0 10px 10px -5px #0003}.light .OPPROG-pagination-container{background:linear-gradient(135deg,#fffffffa,#f8fafcf2);border-color:#667eea33}.OPPROG-pagination-controls{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap;justify-content:center}.OPPROG-pagination-button{padding:.875rem 1.5rem;background:#ffffffe6;border:1px solid rgba(102,126,234,.2);border-radius:8px;color:#334155;font-weight:600;cursor:pointer;transition:all .3s ease;font-size:.875rem}.dark .OPPROG-pagination-button{background:#1e293bcc;border-color:#667eea33;color:#e2e8f0}.OPPROG-pagination-button:hover:not(:disabled){background:linear-gradient(135deg,#667eea,#764ba2);border-color:#667eea80;color:#fff;transform:translateY(-2px);box-shadow:0 8px 20px #667eea40}.OPPROG-pagination-button:disabled{opacity:.4;cursor:not-allowed}.OPPROG-pagination-numbers{display:flex;gap:.5rem;flex-wrap:wrap;justify-content:center}.OPPROG-pagination-number-button{width:48px;height:48px;display:flex;align-items:center;justify-content:center;background:#ffffffe6;border:1px solid rgba(102,126,234,.2);border-radius:8px;color:#334155;font-weight:600;cursor:pointer;transition:all .3s ease;font-size:.9rem}.dark .OPPROG-pagination-number-button{background:#1e293bcc;border-color:#667eea33;color:#e2e8f0}.OPPROG-pagination-number-button:hover{background:linear-gradient(135deg,#667eea,#764ba2);border-color:#667eea80;color:#fff;transform:translateY(-2px);box-shadow:0 8px 20px #667eea40}.OPPROG-pagination-number-button.active{background:linear-gradient(135deg,#667eea,#764ba2);border-color:#667eea80;color:#fff}.OPPROG-pagination-info{color:#64748b;font-size:.9rem;font-weight:500}.dark .OPPROG-pagination-info{color:#cbd5e1}.OPPROG-empty-state svg{color:#667eea}.dark .OPPROG-empty-state svg{color:#818cf8}.NeListPageWrapper{color:#334155}.dark .NeListPageWrapper{color:#e2e8f0}@media (max-width: 768px){.OPPROG-card-body{flex-direction:column;padding:1rem}.OPPROG-card-left{width:100%}.OPPROG-card-header{flex-direction:column;align-items:flex-start;gap:.8rem}.OPPROG-view-details-btn{width:100%}.news-hero-container{height:200px}.news-hero-title{font-size:1.8rem;-webkit-line-clamp:2}.OPPROG-pagination-button,.OPPROG-pagination-number-button{padding:.625rem 1rem;font-size:.75rem;width:40px;height:40px}}@media (max-width: 480px){.OPPROG-card-right{grid-template-columns:1fr}.news-hero-container{height:150px}.news-hero-title{font-size:1.4rem;-webkit-line-clamp:1}.news-hero-content{padding:20px 16px}}.OPPROG-universities-search-input:focus,.OPPROG-filter-select:focus,.OPPROG-clear-all-btn:focus,.OPPROG-view-details-btn:focus,.OPPROG-clear-filters-btn:focus,.OPPROG-pagination-button:focus,.OPPROG-pagination-number-button:focus,.NeListRetryButton:focus{outline:2px solid rgba(255,255,255,.6);outline-offset:2px}.ND-page-wrapper{min-height:100vh;background:linear-gradient(135deg,#f8fafc,#f1f5f9,#f0f4f8);position:relative;transition:all .3s ease}.dark .ND-page-wrapper{background:linear-gradient(135deg,#0f172a,#1e293b,#273548)}.light .ND-page-wrapper{background:linear-gradient(135deg,#f8fafc,#f1f5f9,#f0f4f8)}.ND-progress-container{position:fixed;top:0;left:0;width:100%;height:4px;background:transparent;z-index:1001}.ND-progress-bar{height:100%;background:linear-gradient(135deg,#667eea,#764ba2);width:0%;transition:width .1s ease}.ND-hero{position:relative;width:100%;height:400px;overflow:hidden;display:flex;justify-content:center;align-items:center;margin:0;padding:0}.ND-hero-bg{position:absolute;top:0;right:0;bottom:0;left:0;background-size:cover;background-position:center;background-repeat:no-repeat;width:100%;height:100%;z-index:1;filter:brightness(.85) contrast(1.1);transition:filter .3s ease}.ND-hero-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#0000,#0000004d,#667eea66);z-index:2;transition:background .3s ease}.dark .ND-hero-overlay{background:linear-gradient(180deg,#0000001a,#00000080,#667eea4d)}.light .ND-hero-overlay{background:linear-gradient(180deg,#ffffff1a,#fff3,#667eea59)}.ND-hero-content{position:relative;display:flex;flex-direction:column;justify-content:flex-end;align-items:flex-start;width:100%;height:100%;z-index:3;padding:60px 48px;max-width:1200px;margin:0 auto}.ND-hero-text{max-width:800px;animation:slideUp .8s ease-out}.ND-title{font-size:3rem;font-weight:900;color:#fff;margin:0;text-shadow:0 6px 20px rgba(0,0,0,.4);letter-spacing:-.03em;transition:all .3s ease;line-height:1.15;max-height:3.5em;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.dark .ND-title{color:#fff;text-shadow:0 4px 12px rgba(0,0,0,.6)}.light .ND-title{color:#fff;text-shadow:0 4px 16px rgba(0,0,0,.3)}.ND-meta-row{display:flex;flex-wrap:wrap;align-items:center;gap:2.5rem;font-size:.95rem;color:#fffffff2;margin-top:2rem;font-weight:500;letter-spacing:.5px}.ND-meta-item{display:flex;align-items:center;gap:.75rem;color:#fff;font-weight:600}.ND-container{max-width:1280px;margin:-80px auto 0;padding:0 32px;position:relative;z-index:10}.ND-main-grid{display:grid;grid-template-columns:1fr 340px;gap:2rem;margin-bottom:0;padding:0 32px 3rem;max-width:1280px;margin-left:auto;margin-right:auto}.ND-article-container{background:linear-gradient(135deg,#fffffffa,#f8fafceb);backdrop-filter:blur(30px);-webkit-backdrop-filter:blur(30px);border-radius:20px;padding:3.5rem;border:1.5px solid rgba(102,126,234,.25);box-shadow:0 20px 60px #00000014,0 0 1px #667eea80 inset;transition:all .3s ease;color:#334155}.dark .ND-article-container{background:linear-gradient(135deg,#1e293bfa,#273548eb);border-color:#667eea33;box-shadow:0 20px 60px #0000004d,0 0 1px #667eea4d inset;color:#e2e8f0}.light .ND-article-container{background:linear-gradient(135deg,#fffffffc,#f8fafcf2);border-color:#667eea40;color:#334155}.ND-back-btn{display:inline-flex;align-items:center;gap:.5rem;margin-bottom:2rem;color:#64748b;font-weight:600;background:none;border:none;cursor:pointer;font-size:1rem;transition:color .2s}.ND-back-btn:hover{color:#667eea}.dark .ND-back-btn{color:#cbd5e1}.dark .ND-back-btn:hover{color:#818cf8}.ND-article-body{font-size:1rem;line-height:1.8;margin-bottom:2rem}.ND-article-body h2{font-size:1.9rem;font-weight:800;margin:3rem 0 1.25rem;color:#334155;letter-spacing:-.01em;border-bottom:2px solid rgba(102,126,234,.2);padding-bottom:1rem}.dark .ND-article-body h2{color:#e2e8f0;border-bottom-color:#667eea26}.light .ND-article-body h2{color:#334155;border-bottom-color:#667eea33}.ND-article-body h3{font-size:1.5rem;font-weight:700;margin:2.5rem 0 1rem;color:#334155;letter-spacing:-.01em}.dark .ND-article-body h3{color:#e2e8f0}.light .ND-article-body h3{color:#334155}.ND-article-body p{margin-bottom:1.75rem;color:#334155;font-size:1.05rem;line-height:1.85;letter-spacing:.3px}.dark .ND-article-body p{color:#cbd5e1}.light .ND-article-body p{color:#475569}.ND-article-body strong{color:#334155;font-weight:700}.dark .ND-article-body strong{color:#e2e8f0}.light .ND-article-body strong{color:#334155}.ND-article-body img{width:100%;height:auto;border-radius:12px;margin:2rem 0;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}.dark .ND-article-body img{box-shadow:0 20px 25px -5px #0000004d,0 10px 10px -5px #0003}.ND-article-body blockquote{border-left:4px solid #667eea;padding:1.5rem;margin:2rem 0;font-style:italic;color:#64748b;background:#667eea0d;border-radius:0 12px 12px 0}.dark .ND-article-body blockquote{background:#667eea14;color:#cbd5e1}.ND-article-body a{color:#667eea;text-decoration:none;border-bottom:1px solid transparent;transition:border .2s,color .2s}.ND-article-body a:hover{border-bottom-color:#667eea;color:#764ba2}.dark .ND-article-body a{color:#818cf8}.dark .ND-article-body a:hover{color:#a78bfa;border-bottom-color:#818cf8}.ND-tags-section{margin-top:3rem;padding-top:2rem;border-top:1px solid #e2e8f0}.dark .ND-tags-section{border-top-color:#667eea33}.ND-tags-list{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:.5rem}.ND-tag{background:#667eea1a;color:#667eea;padding:.4rem 1rem;border-radius:20px;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .2s}.ND-tag:hover{background:#667eea;color:#fff}.dark .ND-tag{background:#667eea26;color:#818cf8}.dark .ND-tag:hover{background:#818cf8;color:#0f172a}.ND-action-bar{display:flex;justify-content:space-between;align-items:center;margin-top:2rem;padding:1.5rem;background:#fffffff2;border-radius:12px;border:1px solid #e2e8f0;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.dark .ND-action-bar{background:#1e293bf2;border-color:#667eea26;box-shadow:0 4px 6px -1px #0000004d,0 2px 4px -1px #0003}.ND-action-group{display:flex;gap:1rem}.ND-action-btn{display:flex;align-items:center;gap:.5rem;padding:.6rem 1.2rem;border-radius:8px;border:1px solid rgba(102,126,234,.2);background:#fff;color:#334155;font-weight:600;cursor:pointer;transition:all .2s}.dark .ND-action-btn{background:#1e293bcc;border-color:#667eea33;color:#e2e8f0}.ND-action-btn:hover{border-color:#667eea;color:#667eea;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.dark .ND-action-btn:hover{border-color:#818cf8;color:#818cf8}.ND-action-btn.active{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border-color:transparent}.ND-sidebar{position:relative}.ND-sidebar-content{position:sticky;top:100px;display:flex;flex-direction:column;gap:2rem}.ND-card{background:linear-gradient(135deg,#fffffffa,#f8fafceb);-webkit-backdrop-filter:blur(30px);backdrop-filter:blur(30px);border-radius:18px;padding:2rem;border:1.5px solid rgba(102,126,234,.2);box-shadow:0 10px 40px #00000014,0 0 1px #667eea66 inset;color:#334155;transition:all .3s cubic-bezier(.4,0,.2,1)}.dark .ND-card{background:linear-gradient(135deg,#1e293bfa,#273548eb);border-color:#667eea26;box-shadow:0 10px 40px #0003,0 0 1px #667eea4d inset;color:#e2e8f0}.light .ND-card{background:linear-gradient(135deg,#fffffffc,#f8fafcf2);border-color:#667eea33;color:#334155}.ND-card:hover{transform:translateY(-2px);box-shadow:0 20px 50px #0000001a,0 0 1px #667eea80 inset}.dark .ND-card:hover{transform:translateY(-2px);box-shadow:0 20px 50px #0000004d,0 0 1px #667eea66 inset}.ND-card-title{font-size:1.25rem;font-weight:800;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:2px solid rgba(102,126,234,.2);display:flex;align-items:center;gap:.75rem;color:#334155;letter-spacing:-.01em}.dark .ND-card-title{border-bottom-color:#667eea26;color:#e2e8f0}.light .ND-card-title{color:#1e293b}.ND-author-profile{display:flex;flex-direction:column;align-items:center;text-align:center}.ND-author-avatar{width:80px;height:80px;border-radius:50%;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;font-size:1.75rem;font-weight:700;display:flex;align-items:center;justify-content:center;margin-bottom:1rem}.ND-author-name{font-size:1.1rem;font-weight:700;margin-bottom:.25rem;color:#334155}.dark .ND-author-name{color:#e2e8f0}.light .ND-author-name{color:#334155}.ND-author-email{font-size:.875rem;color:#64748b}.dark .ND-author-email{color:#cbd5e1}.ND-related-item{display:flex;gap:1rem;margin-bottom:1rem;cursor:pointer;padding:.5rem;border-radius:8px;transition:all .2s}.ND-related-item:hover{background:#667eea0d}.ND-related-img{width:70px;height:70px;border-radius:8px;object-fit:cover;flex-shrink:0;background:#e2e8f0}.ND-related-info h4{font-size:.95rem;font-weight:600;line-height:1.3;margin-bottom:.4rem;color:#334155;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.dark .ND-related-info h4{color:#e2e8f0}.light .ND-related-info h4{color:#334155}.ND-related-date{font-size:.75rem;color:#64748b}.dark .ND-related-date{color:#cbd5e1}.ND-comments-section{margin-top:4rem;padding-top:3rem;border-top:2px solid rgba(102,126,234,.15)}.ND-comments-section h2{font-size:1.9rem;font-weight:800;color:#334155;margin-bottom:2.5rem;letter-spacing:-.01em}.dark .ND-comments-section h2{color:#e2e8f0}.ND-comment-form{background:linear-gradient(135deg,#fffffffa,#f8fafceb);backdrop-filter:blur(30px);-webkit-backdrop-filter:blur(30px);padding:2.5rem;border-radius:18px;border:1.5px solid rgba(102,126,234,.2);margin-bottom:3rem;box-shadow:0 10px 40px #00000014,0 0 1px #667eea66 inset;transition:all .3s ease}.dark .ND-comment-form{background:linear-gradient(135deg,#1e293bfa,#273548eb);border-color:#667eea26;box-shadow:0 10px 40px #0003,0 0 1px #667eea4d inset}.ND-form-group{margin-bottom:1.5rem}.ND-form-label{display:block;font-size:.95rem;font-weight:600;color:#334155;margin-bottom:.75rem;letter-spacing:.3px}.dark .ND-form-label{color:#e2e8f0}.ND-textarea{width:100%;padding:1.2rem;border-radius:12px;border:1.5px solid rgba(102,126,234,.15);background:#fff;color:#334155;font-family:inherit;font-size:1rem;line-height:1.6;resize:vertical;min-height:120px;transition:all .3s cubic-bezier(.4,0,.2,1);letter-spacing:.2px}.dark .ND-textarea{background:#0f172a;border-color:#667eea26;color:#e2e8f0}.ND-textarea::placeholder{color:#94a3b8;opacity:1}.dark .ND-textarea::placeholder{color:#64748b}.ND-textarea:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 4px #667eea1f,0 0 1px #667eea4d inset;transform:scale(1.01)}.ND-btn-primary{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;padding:.9rem 2rem;border-radius:10px;font-weight:700;font-size:1rem;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;gap:.65rem;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 10px 30px #667eea40;letter-spacing:.3px}.ND-btn-primary:hover{transform:translateY(-3px);box-shadow:0 18px 45px #667eea59}.ND-btn-primary:active{transform:translateY(-1px)}.ND-btn-primary:disabled{opacity:.6;cursor:not-allowed;transform:none}.ND-comment-list{display:flex;flex-direction:column;gap:2rem}.ND-comment-item{background:linear-gradient(135deg,#fffffffa,#f8fafceb);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);padding:2rem;border-radius:16px;border:1.5px solid rgba(102,126,234,.15);color:#334155;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 8px 30px #0000000f,0 0 1px #667eea4d inset}.ND-comment-item:hover{transform:translateY(-2px);box-shadow:0 15px 40px #0000001a,0 0 1px #667eea66 inset}.dark .ND-comment-item{background:linear-gradient(135deg,#1e293bfa,#273548eb);border-color:#667eea1f;color:#e2e8f0;box-shadow:0 8px 30px #0003,0 0 1px #667eea33 inset}.dark .ND-comment-item:hover{box-shadow:0 15px 40px #0000004d,0 0 1px #667eea4d inset}.light .ND-comment-item{background:linear-gradient(135deg,#fffffffc,#f8fafcf2);border-color:#667eea26;color:#334155}.ND-comment-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.2rem;padding-bottom:1.2rem;border-bottom:1.5px solid rgba(102,126,234,.1);color:#334155}.dark .ND-comment-header{color:#e2e8f0;border-bottom-color:#667eea14}.light .ND-comment-header{color:#334155;border-bottom-color:#667eea1a}.ND-comment-user{display:flex;align-items:center;gap:1rem;font-weight:700;font-size:1rem}.ND-user-dot{width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:.95rem;font-weight:700;background:linear-gradient(135deg,#667eea,#764ba2);flex-shrink:0;box-shadow:0 4px 15px #667eea33}.ND-comment-timestamp{font-size:.85rem;color:#64748b;font-weight:500}.dark .ND-comment-timestamp{color:#cbd5e1}.ND-comment-text{line-height:1.75;color:#334155;margin-bottom:1.5rem;font-size:1rem;letter-spacing:.2px}.dark .ND-comment-text{color:#cbd5e1}.light .ND-comment-text{color:#475569}.ND-comment-actions{display:flex;gap:2rem;padding-top:1rem}.ND-text-btn{background:none;border:none;color:#64748b;font-size:.9rem;font-weight:600;cursor:pointer;display:flex;align-items:center;gap:.4rem;padding:.4rem .8rem;margin:-.4rem -.8rem;border-radius:6px;transition:all .2s cubic-bezier(.4,0,.2,1);letter-spacing:.2px}.ND-text-btn:hover{color:#667eea;background:#667eea14}.dark .ND-text-btn{color:#cbd5e1}.dark .ND-text-btn:hover{color:#818cf8;background:#667eea1a}.ND-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:2000}.ND-share-modal{background:#fff;padding:2rem;border-radius:16px;width:90%;max-width:400px;box-shadow:0 20px 25px -5px #0000001a;color:#334155;animation:slideUp .3s ease}.dark .ND-share-modal{background:#1e293b;color:#e2e8f0;border:1px solid rgba(102,126,234,.15)}.ND-share-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-top:1.5rem}.ND-scroll-top{position:fixed;bottom:2rem;right:2rem;width:48px;height:48px;border-radius:50%;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;z-index:1000;transition:transform .2s}.dark .ND-scroll-top{box-shadow:0 20px 25px -5px #0000004d,0 10px 10px -5px #0003}.ND-scroll-top:hover{transform:translateY(-4px)}@media (max-width: 900px){.ND-main-grid{grid-template-columns:1fr}.ND-sidebar-content{position:static;flex-direction:row;overflow-x:auto;padding-bottom:1rem}.ND-card{min-width:280px}.ND-article-container{padding:1.5rem}}@media (max-width: 600px){.ND-hero{height:280px}.ND-article-container{padding:2rem;border-radius:16px}.ND-title{font-size:2rem}.ND-meta-row{gap:1.5rem;font-size:.9rem}.ND-sidebar-content{flex-direction:column}.ND-card{width:100%}.ND-container{padding:0 1.5rem;margin:-60px auto 0}.ND-article-body h2{font-size:1.5rem;margin:2rem 0 1rem}.ND-article-body h3{font-size:1.2rem}.ND-article-body p{font-size:1rem}}.ND-back-btn:focus,.ND-tag:focus,.ND-action-btn:focus,.ND-text-btn:focus,.ND-btn-primary:focus{outline:2px solid #667eea;outline-offset:2px}.dark .ND-back-btn:focus,.dark .ND-tag:focus,.dark .ND-action-btn:focus,.dark .ND-text-btn:focus,.dark .ND-btn-primary:focus{outline:2px solid #818cf8;outline-offset:2px}.university-page-wrapper{min-height:100vh;background:linear-gradient(135deg,#f8fafc,#f1f5f9,#f0f4f8);position:relative;margin-top:0;transition:all .3s ease}.dark .university-page-wrapper{background:linear-gradient(135deg,#0f172a,#1e293b,#273548)}.OPPROG-transparent-header{position:sticky;top:0;z-index:100;width:100%;background:#fffc;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border-bottom:1px solid rgba(229,231,235,.5);padding:1rem 2rem;transition:all .3s ease}.dark .OPPROG-transparent-header{background:#0f172acc;border-bottom-color:#94a3b81a}.light .OPPROG-transparent-header{background:#fffc;border-bottom-color:#e5e7eb80}.OPPROG-transparent-header-title{font-size:1.8rem;font-weight:800;color:#334155;text-align:center;margin:0;text-shadow:0 1px 2px rgba(0,0,0,.05);transition:all .3s ease}.dark .OPPROG-transparent-header-title{color:#e2e8f0;text-shadow:0 1px 2px rgba(0,0,0,.3)}.light .OPPROG-transparent-header-title{color:#334155;text-shadow:0 1px 2px rgba(0,0,0,.05)}.university-page-wrapper:before{content:"";position:fixed;top:0;left:0;width:100%;height:100%;background:transparent;pointer-events:none;z-index:0}.university-page-wrapper>*{position:relative;z-index:1}.OPPROG-loading-container,.OPPROG-error-container{min-height:80vh;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem;color:#fff}.OPPROG-loading-spinner{width:70px;height:70px;border:5px solid rgba(102,126,234,.2);border-top:5px solid #667eea;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:2rem;box-shadow:0 0 20px #667eea80}.OPPROG-loading-container p{font-size:1.3rem;font-weight:600;color:#fff;text-shadow:0 2px 4px rgba(0,0,0,.3)}.OPPROG-error-container{background:linear-gradient(135deg,#fffffff2,#f8fafce6);backdrop-filter:blur(25px);-webkit-backdrop-filter:blur(25px);border-radius:28px;border:2px solid rgba(102,126,234,.3);max-width:600px;margin:0 auto;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;transition:all .3s ease}.light .OPPROG-error-container{background:linear-gradient(135deg,#fffffffa,#f8fafcf2);border-color:#667eea4d}.OPPROG-error-container h3{font-size:2.5rem;color:#334155;margin-bottom:1.2rem;font-weight:800;text-shadow:none;transition:all .3s ease}.dark .OPPROG-error-container h3{color:#e2e8f0}.light .OPPROG-error-container h3{color:#334155}.light .OPPROG-error-container p{color:#64748b}.OPPROG-retry-button{background:linear-gradient(135deg,#667eea,#764ba2);border:1px solid rgba(102,126,234,.3);color:#fff;padding:.75rem 1.5rem;border-radius:10px;font-weight:600;letter-spacing:.3px;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 10px 30px #667eea33}.OPPROG-retry-button:hover{background:linear-gradient(135deg,#764ba2,#667eea);border-color:#667eea80;transform:translateY(-2px);box-shadow:0 15px 40px #667eea4d}.OPPROG-universities-page{min-height:100vh;padding-top:0;margin-bottom:100px}.OPPROG-universities-subheader{background:#11182799;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-bottom:1px solid rgba(255,255,255,.05);padding:2rem 1rem;margin-bottom:10px;box-shadow:0 4px 16px #0006;position:relative}.OPPROG-universities-subheader:after{content:"";position:absolute;bottom:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent 0%,rgba(129,140,248,.3) 50%,transparent 100%)}.OPPROG-subheader-content{max-width:1400px;margin:0 auto;padding:0 2rem}.OPPROG-universities-main-title{font-size:2.5rem;font-weight:800;color:#fff;text-align:center;margin-bottom:30px;d text-shadow: 0 2px 4px rgba(0,0,0,.3),0 4px 12px rgba(74,90,207,.4);position:relative}.OPPROG-search-bar-container{width:100%;position:relative;margin-bottom:2rem;margin-top:0}@media (max-width: 768px){.OPPROG-search-bar-container{margin-bottom:1.5rem}}@media (max-width: 480px){.OPPROG-search-bar-container{margin-bottom:1rem}}.OPPROG-universities-search-input{width:100%;padding:.9rem .9rem .9rem 3.1rem;border-radius:14px;border:1px solid rgba(255,255,255,.1);background:linear-gradient(135deg,#111827d9,#0f172acc);backdrop-filter:blur(15px);-webkit-backdrop-filter:blur(15px);font-size:.95rem;color:#f3f4f6;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 14px #00000040,inset 0 1px 2px #ffffff08}@media (max-width: 768px){.OPPROG-universities-search-input{padding:.8rem .8rem .8rem 2.8rem;font-size:.9rem;border-radius:12px}}@media (max-width: 480px){.OPPROG-universities-search-input{padding:.7rem .7rem .7rem 2.5rem;font-size:.85rem;border-radius:10px}}.OPPROG-universities-search-input:focus{outline:none;border-color:#a5b4fc;background:linear-gradient(135deg,#111827fa,#0f172af2);box-shadow:0 0 0 3px #818cf826,0 6px 20px #0000004d}.OPPROG-universities-search-input::placeholder{color:#9ca3af}.OPPROG-search-icon{position:absolute;left:1rem;top:50%;transform:translateY(-50%);color:#fff;stroke-width:2;pointer-events:none;transition:color .2s ease}.OPPROG-search-bar-container:focus-within .OPPROG-search-icon{color:#fff}.OPPROG-universities-container{max-width:1440px;margin:30px auto;padding:0 1rem 3rem .5rem;display:grid;grid-template-columns:280px 1fr;gap:1.5rem;align-items:start}@media (max-width: 1024px){.OPPROG-universities-container{grid-template-columns:250px 1fr;gap:1rem;padding:0 .75rem 3rem .5rem}}@media (max-width: 768px){.OPPROG-universities-container{grid-template-columns:1fr;gap:1.5rem;padding:0 .75rem 3rem;margin:20px auto}}@media (max-width: 480px){.OPPROG-universities-container{grid-template-columns:1fr;gap:1rem;padding:0 .5rem 2rem;margin:15px auto}}.OPPROG-filters-sidebar{background:linear-gradient(135deg,#fffffff2,#f8fafce6);backdrop-filter:blur(25px);-webkit-backdrop-filter:blur(25px);border-radius:18px;border:1px solid rgba(102,126,234,.2);padding:1.5rem;margin-top:0;position:sticky;top:90px;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;transition:all .3s ease}@media (max-width: 1024px){.OPPROG-filters-sidebar{padding:1.25rem;border-radius:14px}}@media (max-width: 768px){.OPPROG-filters-sidebar{position:relative;top:0;width:100%;padding:1rem;border-radius:12px;margin-bottom:0}}@media (max-width: 480px){.OPPROG-filters-sidebar{padding:.875rem;border-radius:10px}}.dark .OPPROG-filters-sidebar{background:linear-gradient(135deg,#1e293bf2,#273548e6);border-color:#667eea26;box-shadow:0 20px 25px -5px #0000004d,0 10px 10px -5px #0003}.light .OPPROG-filters-sidebar{background:linear-gradient(135deg,#fffffffa,#f8fafcf2);border-color:#667eea33}.OPPROG-filters-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid rgba(102,126,234,.1);transition:all .3s ease}.dark .OPPROG-filters-header{border-bottom-color:#667eea26}.light .OPPROG-filters-header{border-bottom-color:#667eea1a}.OPPROG-filters-title{font-size:1.25rem;font-weight:800;color:#334155;margin:0;text-shadow:none;transition:all .3s ease;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.dark .OPPROG-filters-title{color:#e2e8f0;background:linear-gradient(135deg,#818cf8,#a78bfa);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.light .OPPROG-filters-title{background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.OPPROG-clear-all-btn{padding:.5rem .875rem;border-radius:8px;border:1px solid rgba(102,126,234,.3);background:#667eea1a;color:#667eea;font-size:.75rem;font-weight:600;letter-spacing:.3px;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 12px #667eea26}.OPPROG-clear-all-btn:hover{background:#667eea33;border-color:#667eea80;transform:translateY(-2px);box-shadow:0 8px 20px #667eea40}.dark .OPPROG-clear-all-btn{background:#667eea26;border-color:#667eea40;color:#818cf8}.dark .OPPROG-clear-all-btn:hover{background:#667eea40;border-color:#667eea66}.light .OPPROG-clear-all-btn{background:#667eea1a;border-color:#667eea4d;color:#667eea}.light .OPPROG-clear-all-btn:hover{background:#667eea26;border-color:#667eea80}.OPPROG-filters-content{display:flex;flex-direction:column;gap:1.25rem}@media (max-width: 768px){.OPPROG-filters-content{gap:1rem}}@media (max-width: 480px){.OPPROG-filters-content{gap:.75rem}}.OPPROG-filter-group{display:flex;flex-direction:column;gap:.5rem}.OPPROG-filter-label{display:flex;align-items:center;gap:.5rem;font-size:.875rem;font-weight:700;color:#334155;text-transform:uppercase;letter-spacing:.3px;transition:all .3s ease}@media (max-width: 768px){.OPPROG-filter-label{font-size:.8125rem;gap:.375rem}}@media (max-width: 480px){.OPPROG-filter-label{font-size:.75rem;gap:.3rem}}.OPPROG-filter-label svg{color:#667eea;stroke-width:2;transition:all .3s ease}.dark .OPPROG-filter-label{color:#cbd5e1}.dark .OPPROG-filter-label svg{color:#818cf8}.light .OPPROG-filter-label{color:#334155}.light .OPPROG-filter-label svg{color:#667eea}.OPPROG-filter-select{padding:.7rem .875rem;border-radius:11px;border:1px solid rgba(102,126,234,.2);background:#fffc;color:#334155;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 12px #667eea1a;width:100%}@media (max-width: 768px){.OPPROG-filter-select{padding:.6rem .75rem;font-size:.8125rem;border-radius:9px}}@media (max-width: 480px){.OPPROG-filter-select{padding:.55rem .625rem;font-size:.75rem;border-radius:8px}}.OPPROG-filter-select:hover{background:#fffffff2;border-color:#667eea66;box-shadow:0 8px 20px #667eea26}.OPPROG-filter-select:focus{outline:none;border-color:#667eea;background:#fff;box-shadow:0 0 0 3px #667eea1a,0 8px 20px #667eea26}.dark .OPPROG-filter-select{background:#1e293bcc;border-color:#667eea33;color:#e2e8f0;box-shadow:0 4px 12px #0003}.dark .OPPROG-filter-select:hover{background:#1e293bf2;border-color:#667eea66;box-shadow:0 8px 20px #0000004d}.dark .OPPROG-filter-select:focus{background:#1e293b;border-color:#818cf8}.light .OPPROG-filter-select{background:#ffffffe6;border-color:#667eea33;color:#334155}.OPPROG-filter-select option{background:#fff;color:#334155;padding:.5rem}.dark .OPPROG-filter-select option{background:#1f2937;color:#e5e7eb}.OPPROG-price-range-inputs{display:flex;align-items:center;gap:.25rem;width:100%}.OPPROG-price-input{flex:1;padding:.625rem .375rem;border-radius:8px;border:1px solid rgba(102,126,234,.2);background:#fffc;color:#334155;font-size:.75rem;font-weight:500;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 12px #667eea1a;min-width:0;width:0;box-sizing:border-box}.OPPROG-price-input:focus{outline:none;border-color:#667eea;background:#fff;box-shadow:0 0 0 3px #667eea1a}.OPPROG-price-input::placeholder{color:#9ca3af;font-size:.7rem}.dark .OPPROG-price-input{background:#1e293bcc;border-color:#667eea33;color:#e2e8f0;box-shadow:0 4px 12px #0003}.dark .OPPROG-price-input:focus{background:#1e293b;border-color:#818cf8;box-shadow:0 0 0 3px #667eea1a}.light .OPPROG-price-input{background:#ffffffe6;border-color:#667eea33;color:#334155}.OPPROG-price-separator{color:#334155;font-weight:700;flex-shrink:0;font-size:.875rem;transition:all .3s ease}.dark .OPPROG-price-separator{color:#cbd5e1}.light .OPPROG-price-separator{color:#334155}.OPPROG-results-count{margin-top:1.5rem;padding:.75rem 1rem;border-top:1px solid rgba(102,126,234,.1);border-radius:10px;text-align:center;font-size:.8125rem;font-weight:600;color:#334155;background:#667eea14;box-shadow:0 4px 12px #667eea1a;letter-spacing:.3px;transition:all .3s ease}@media (max-width: 768px){.OPPROG-results-count{margin-top:1rem;padding:.6rem .75rem;font-size:.75rem}}@media (max-width: 480px){.OPPROG-results-count{margin-top:.75rem;padding:.5rem .625rem;font-size:.7rem}}.dark .OPPROG-results-count{color:#cbd5e1;background:#667eea1f;border-top-color:#667eea26;box-shadow:0 4px 12px #0003}.light .OPPROG-results-count{color:#334155;background:#667eea14;border-top-color:#667eea1a}.OPPROG-universities-content{min-height:400px}.OPPROG-universities-list{display:flex;flex-direction:column;gap:1.5rem}.OPPROG-university-card{display:flex;flex-direction:column;background:linear-gradient(135deg,#fffffff2,#f8fafce6);backdrop-filter:blur(15px);-webkit-backdrop-filter:blur(15px);border-radius:10px;border:1px solid rgba(102,126,234,.15);border-top:4px solid;border-top-image:linear-gradient(90deg,#667eea 0%,#764ba2 100%);overflow:hidden;transition:all .35s cubic-bezier(.4,0,.2,1);box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;cursor:pointer;width:100%;position:relative}.OPPROG-university-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#667eea,#764ba2);border-radius:10px 10px 0 0;z-index:1}.OPPROG-university-card:hover{transform:translateY(-8px);box-shadow:0 25px 35px -5px #667eea4d,0 15px 20px -10px #667eea33;border-color:#667eea4d}.dark .OPPROG-university-card{background:linear-gradient(135deg,#1e293bf2,#273548e6);border-color:#667eea26;box-shadow:0 20px 25px -5px #0000004d,0 10px 10px -5px #0003}.dark .OPPROG-university-card:hover{background:linear-gradient(135deg,#1e293b,#273548);border-color:#667eea4d;box-shadow:0 25px 35px -5px #667eea33,0 15px 20px -10px #0000004d}.light .OPPROG-university-card{background:linear-gradient(135deg,#fffffffa,#f8fafcf2);border-color:#667eea26}.light .OPPROG-university-card:hover{background:linear-gradient(135deg,#fff,#f8fafc);border-color:#667eea4d}.OPPROG-card-header{width:100%;padding:.8rem 1.5rem;background:#667eea0d;border-bottom:1px solid rgba(102,126,234,.1);display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;transition:all .3s ease}@media (max-width: 1200px){.OPPROG-card-header{padding:.7rem 1.25rem;gap:.75rem}}@media (max-width: 768px){.OPPROG-card-header{padding:.6rem 1rem;flex-direction:column;gap:.75rem}}@media (max-width: 480px){.OPPROG-card-header{padding:.5rem .75rem;gap:.5rem}}.dark .OPPROG-card-header{background:#667eea14;border-bottom-color:#667eea1f}.light .OPPROG-card-header{background:#667eea0d;border-bottom-color:#667eea1a}.OPPROG-program-title{font-size:1.3rem;font-weight:700;color:#334155;margin:0;text-shadow:none;transition:all .3s ease}@media (max-width: 1200px){.OPPROG-program-title{font-size:1.15rem}}@media (max-width: 768px){.OPPROG-program-title{font-size:1rem}}@media (max-width: 480px){.OPPROG-program-title{font-size:.95rem;font-weight:600}}.dark .OPPROG-program-title{color:#e2e8f0}.light .OPPROG-program-title{color:#334155}.OPPROG-view-details-btn{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.5rem 1.2rem;background:linear-gradient(135deg,#667eea,#764ba2);border:1px solid rgba(102,126,234,.3);border-radius:6px;color:#fff;font-size:.85rem;font-weight:600;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);white-space:nowrap;box-shadow:0 4px 12px #667eea33;flex-shrink:0}@media (max-width: 768px){.OPPROG-view-details-btn{width:100%;white-space:normal;padding:.6rem 1rem;font-size:.8rem}}@media (max-width: 480px){.OPPROG-view-details-btn{padding:.5rem .875rem;font-size:.75rem}}.OPPROG-view-details-btn:hover{background:linear-gradient(135deg,#764ba2,#667eea);transform:translateY(-2px);box-shadow:0 8px 20px #667eea4d;border-color:#667eea80}.dark .OPPROG-view-details-btn{background:linear-gradient(135deg,#667eea,#764ba2);border-color:#667eea4d;box-shadow:0 4px 12px #667eea33}.dark .OPPROG-view-details-btn:hover{background:linear-gradient(135deg,#764ba2,#667eea);box-shadow:0 8px 20px #667eea40}.light .OPPROG-view-details-btn{background:linear-gradient(135deg,#667eea,#764ba2);border-color:#667eea4d}.light .OPPROG-view-details-btn:hover{background:linear-gradient(135deg,#764ba2,#667eea)}.OPPROG-card-body{display:flex;padding:1.5rem;gap:2rem;align-items:flex-start}@media (max-width: 1200px){.OPPROG-card-body{gap:1.5rem;padding:1.25rem}}@media (max-width: 768px){.OPPROG-card-body{flex-direction:column;padding:1rem;gap:1rem}}@media (max-width: 480px){.OPPROG-card-body{padding:.875rem;gap:.875rem}}.OPPROG-card-left{flex-shrink:0;width:220px}@media (max-width: 1200px){.OPPROG-card-left{width:180px}}@media (max-width: 768px){.OPPROG-card-left{width:100%;max-width:300px;margin:0 auto}}@media (max-width: 480px){.OPPROG-card-left{max-width:250px}}.OPPROG-image-container{width:100%;height:130px;background:#fffffff2;border-radius:8px;display:flex;align-items:center;justify-content:center;padding:10px;box-shadow:0 2px 10px #0003;overflow:hidden;box-sizing:border-box}@media (max-width: 1200px){.OPPROG-image-container{height:110px}}@media (max-width: 768px){.OPPROG-image-container{height:150px}}@media (max-width: 480px){.OPPROG-image-container{height:120px;padding:8px;border-radius:6px}}.OPPROG-university-image{width:100%;height:100%;display:flex;align-items:center;justify-content:center}.OPPROG-university-image img{max-width:100%;max-height:100%;width:auto;height:auto;object-fit:contain;display:block}.OPPROG-card-right{flex-grow:1;display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem 1rem;width:100%}@media (max-width: 1200px){.OPPROG-card-right{gap:1.25rem .75rem}}@media (max-width: 768px){.OPPROG-card-right{grid-template-columns:repeat(2,1fr);gap:1rem .75rem}}@media (max-width: 480px){.OPPROG-card-right{grid-template-columns:1fr;gap:.75rem}}.OPPROG-info-item{display:flex;flex-direction:column;gap:.2rem;background:none;border:none;padding:0;box-shadow:none;transition:all .3s ease}.OPPROG-info-label{font-size:.75rem;color:#9ca3af;font-weight:600;text-transform:none;transition:all .3s ease}@media (max-width: 1200px){.OPPROG-info-label{font-size:.7rem}}@media (max-width: 480px){.OPPROG-info-label{font-size:.65rem}}.dark .OPPROG-info-label{color:#a0aec0}.light .OPPROG-info-label{color:#9ca3af}.OPPROG-info-value{font-size:.9rem;font-weight:700;color:#334155;line-height:1.2;transition:all .3s ease}@media (max-width: 1200px){.OPPROG-info-value{font-size:.8rem}}@media (max-width: 480px){.OPPROG-info-value{font-size:.75rem}}.dark .OPPROG-info-value{color:#e2e8f0}.light .OPPROG-info-value{color:#334155}.OPPROG-check-icon{color:#667eea;margin-left:4px;vertical-align:middle;transition:all .3s ease}.OPPROG-empty-state{text-align:center;padding:3rem 2rem;background:linear-gradient(135deg,#fffffff2,#f8fafce6);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border-radius:16px;border:1px solid rgba(102,126,234,.2);box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;transition:all .3s ease}@media (max-width: 768px){.OPPROG-empty-state{padding:2rem 1.5rem;border-radius:12px}}@media (max-width: 480px){.OPPROG-empty-state{padding:1.5rem 1rem;border-radius:10px}}.dark .OPPROG-empty-state{background:linear-gradient(135deg,#1e293bf2,#273548e6);border-color:#667eea26;box-shadow:0 20px 25px -5px #0000004d,0 10px 10px -5px #0003}.light .OPPROG-empty-state{background:linear-gradient(135deg,#fffffffa,#f8fafcf2);border-color:#667eea33}@media (max-width: 1200px){.OPPROG-card-right{grid-template-columns:repeat(2,1fr)}}@media (max-width: 768px){.OPPROG-card-body{flex-direction:column;padding:1rem}.OPPROG-card-left{width:100%}.OPPROG-card-header{flex-direction:column;align-items:flex-start;gap:.8rem}.OPPROG-view-details-btn{width:100%}}@media (max-width: 480px){.OPPROG-card-right{grid-template-columns:1fr}}@media (prefers-reduced-motion: reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}.OPPROG-universities-search-input:focus,.OPPROG-filter-select:focus,.OPPROG-price-input:focus,.OPPROG-clear-all-btn:focus,.OPPROG-view-details-btn:focus,.OPPROG-compare-btn:focus,.OPPROG-clear-filters-btn:focus,.OPPROG-retry-button:focus{outline:2px solid rgba(255,255,255,.6);outline-offset:2px}.light .university-page-wrapper{background:linear-gradient(135deg,#f8fafc,#f1f5f9,#f0f4f8)}.light .university-page-wrapper:before{background:transparent}.light .OPPROG-universities-search-input{background:#ffffffe6;border-color:#667eea33;color:#334155}.light .OPPROG-universities-search-input::placeholder{color:#94a3b8}.light .OPPROG-universities-search-input:focus{border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.programs-hero-container{position:relative;width:100%;height:300px;overflow:hidden;display:flex;justify-content:center;align-items:center;margin:72px 0 0;padding:0}@media (max-width: 1024px){.programs-hero-container{height:250px;margin-top:70px}}@media (max-width: 768px){.programs-hero-container{margin-top:64px;height:200px}}@media (max-width: 480px){.programs-hero-container{height:150px;margin-top:60px}}.programs-hero-background{position:absolute;top:0;right:0;bottom:0;left:0;background-size:cover;background-position:center;background-repeat:no-repeat;width:100%;height:100%;z-index:1}.programs-hero-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,#667eea4d,#764ba233);z-index:2;transition:background .3s ease}.dark .programs-hero-overlay{background:linear-gradient(135deg,#0f172a99,#0f172a66)}.light .programs-hero-overlay{background:linear-gradient(135deg,#ffffff4d,#f0fdf433,#fffbeb4d)}.programs-hero-content{position:relative;display:flex;justify-content:center;align-items:center;width:100%;height:100%;z-index:3;padding:40px 24px;text-align:center}@media (max-width: 768px){.programs-hero-content{padding:30px 16px}}@media (max-width: 480px){.programs-hero-content{padding:20px 12px}}.programs-hero-text{max-width:600px;animation:slideUp .8s ease-out}.programs-hero-title{font-size:2.5rem;font-weight:800;color:#fff;margin-bottom:12px;text-shadow:0 4px 12px rgba(0,0,0,.2);letter-spacing:-.02em;transition:all .3s ease}@media (max-width: 1024px){.programs-hero-title{font-size:2rem}}@media (max-width: 768px){.programs-hero-title{font-size:1.6rem;margin-bottom:10px}}@media (max-width: 480px){.programs-hero-title{font-size:1.2rem;font-weight:700;margin-bottom:6px}}.dark .programs-hero-title{color:#fff;text-shadow:0 2px 8px rgba(0,0,0,.4)}.light .programs-hero-title{color:#1e293b;text-shadow:0 2px 10px rgba(0,0,0,.1)}.programs-hero-subtitle{font-size:1rem;color:#fff;line-height:1.6;text-shadow:0 2px 8px rgba(0,0,0,.2);transition:all .3s ease;font-weight:500}@media (max-width: 1024px){.programs-hero-subtitle{font-size:.95rem}}@media (max-width: 768px){.programs-hero-subtitle{font-size:.85rem;line-height:1.4}}@media (max-width: 480px){.programs-hero-subtitle{font-size:.7rem;line-height:1.3;font-weight:400}}.dark .programs-hero-subtitle{color:#e2e8f0;text-shadow:0 2px 8px rgba(0,0,0,.4)}.light .programs-hero-subtitle{color:#1e293b;text-shadow:0 2px 8px rgba(0,0,0,.1)}@media (max-width: 768px){.programs-hero-container{height:200px}.programs-hero-title{font-size:1.8rem}.programs-hero-subtitle{font-size:.9rem}}@media (max-width: 480px){.programs-hero-container{height:150px}.programs-hero-title{font-size:1.4rem;margin-bottom:8px}.programs-hero-subtitle{font-size:.8rem}.programs-hero-content{padding:20px 16px}}.our-missions-page{background:linear-gradient(135deg,#ffffff80,#22c55e26,#fbbf2426);min-height:100vh;position:relative}.our-missions-page:before{content:"";position:fixed;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,#fffc,#f0fdf4e6);pointer-events:none;z-index:0}.our-missions-container{color:#1e5631}.our-missions-title{color:#15803d;text-shadow:0 2px 4px rgba(34,197,94,.3),0 4px 12px rgba(34,197,94,.2)}.mission-card{background:linear-gradient(135deg,#fffffffa,#f0fdf4f2);border:1px solid #22c55e}.mission-card:hover{box-shadow:0 16px 48px #22c55e40,0 0 0 1px #22c55e,0 8px 16px #22c55e26;border-color:#22c55e}.mission-card-title{color:#15803d}.mission-card-text{color:#1e5631}.first-mission-card .mission-card-title{color:#15803d}.first-mission-card .mission-card-text{color:#1e5631}.dark .our-missions-page{background:linear-gradient(135deg,#667eea,#764ba2)}.dark .our-missions-page:before{background:linear-gradient(135deg,#111827cc,#0f172ae6)}.our-missions-page>*{position:relative;z-index:1}.our-missions-container{max-width:1200px;margin:0 auto;padding:60px 20px 40px}.our-missions-title{font-size:2.5rem;font-weight:800;text-align:center;margin-bottom:40px}.dark .our-missions-container{color:#fff}.dark .our-missions-title{color:#fff;text-shadow:0 2px 4px rgba(0,0,0,.3),0 4px 12px rgba(74,90,207,.4)}.our-missions-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:30px}.first-mission-card{text-align:center;grid-column:1 / -1}.first-mission-card .mission-card-image{width:90%;margin:0 auto 20px;height:300px}.first-mission-card .mission-card-image img{width:100%;height:100%;object-fit:cover;border-radius:18px}.first-mission-card .mission-card-title{font-size:2rem;font-weight:700;margin-bottom:20px}.first-mission-card .mission-card-text{width:90%;margin:0 auto;font-size:1.1rem;line-height:1.7}.dark .first-mission-card .mission-card-title{color:#f3f4f6}.dark .first-mission-card .mission-card-text{color:#d1d5db}.mission-card{backdrop-filter:blur(15px);-webkit-backdrop-filter:blur(15px);border-radius:18px;overflow:hidden;transition:all .35s cubic-bezier(.4,0,.2,1);display:flex;flex-direction:column}.mission-card:hover{transform:translateY(-6px)}.dark .mission-card{background:linear-gradient(135deg,#111827cc,#0f172abf);border:1px solid rgba(255,255,255,.1);box-shadow:0 10px 30px #00000059,0 1px 8px #0003}.dark .mission-card:hover{box-shadow:0 16px 48px #00000073,0 0 0 1px #818cf866,0 8px 16px #818cf826;border-color:#818cf866}.mission-card-image{height:150px;overflow:hidden}.mission-card-image img{width:100%;height:100%;object-fit:cover}.mission-card-content{padding:20px;flex-grow:1;display:flex;flex-direction:column}.mission-card-title{font-size:1.35rem;font-weight:700;margin-bottom:10px}.mission-card-text{font-size:.9rem;line-height:1.6;flex-grow:1}.dark .mission-card-title{color:#f3f4f6}.dark .mission-card-text{color:#d1d5db}.success-stories-page{background:linear-gradient(135deg,#ffffff80,#22c55e26,#fbbf2426);color:#1e5631;position:relative;padding-top:80px}.success-stories-page:before{content:"";position:fixed;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,#fffc,#f0fdf4e6);pointer-events:none;z-index:0}.universities-section{background:#f0fdf499;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}.universities-title{color:#15803d}.university-name{background:#22c55e1a;border:1px solid rgba(34,197,94,.2);color:#15803d}.university-name:hover{background:#22c55e33;border-color:#22c55e}.stories-title{color:#15803d}.story-card{background:linear-gradient(135deg,#fffffffa,#f0fdf4f2);border:1px solid #22c55e;color:#1e5631}.story-card:hover{box-shadow:0 10px 30px #22c55e33}.story-image{border:3px solid rgba(34,197,94,.3)}.story-student-name{color:#15803d}.story-student-field{color:#22c55e}.story-student-comment{color:#1e5631}.loading-container,.error-container{color:#15803d}.dark .success-stories-page{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.dark .success-stories-page:before{background:linear-gradient(135deg,#111827cc,#0f172ae6)}.success-stories-page>*{position:relative;z-index:1}.hero-section{width:100%;height:0;padding-bottom:56.25%;overflow:hidden;position:relative;margin-bottom:40px}.hero-image,.hero-video{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}.universities-section{padding:20px;text-align:center;margin-bottom:40px}.dark .universities-section{background:#11182799}.universities-title{font-size:2rem;font-weight:700;margin-bottom:20px}.dark .universities-title{color:#fff}.universities-list{display:grid;grid-template-columns:repeat(2,1fr);gap:15px;max-width:1400px;margin:0 auto}.university-name{padding:8px 25px;border-radius:20px;font-size:.9rem;font-weight:500;transition:all .2s ease;text-align:center;display:block}.dark .university-name{background:#ffffff1a;color:#fff}.dark .university-name:hover{background:#fff3;transform:translateY(-2px)}.university-name-link{text-decoration:none;color:inherit}.stories-section{max-width:1400px;margin:0 auto;padding:40px 20px}.stories-title{font-size:2.5rem;font-weight:800;text-align:center;margin-bottom:40px}.dark .stories-title{color:#fff}.stories-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:30px}@media (max-width: 1024px){.stories-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 768px){.stories-grid{grid-template-columns:1fr}}.story-card{-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);border-radius:18px;padding:20px;text-align:center;transition:all .3s ease}.dark .story-card{background:linear-gradient(135deg,#111827cc,#0f172abf);border:1px solid rgba(255,255,255,.1);color:#fff}.dark .story-card:hover{transform:translateY(-5px);box-shadow:0 10px 30px #0000004d}.story-image{width:120px;height:120px;border-radius:50%;object-fit:cover;margin-bottom:20px}.dark .story-image{border:3px solid rgba(255,255,255,.2)}.story-student-name{font-size:1.5rem;font-weight:700;margin-bottom:5px}.dark .story-student-name{color:#fff}.story-student-field{font-size:1rem;font-weight:500;margin-bottom:15px}.dark .story-student-field{color:#a5b4fc}.story-student-comment{font-size:1rem;font-style:italic;line-height:1.6}.dark .story-student-comment{color:#d1d5db}.loading-container,.error-container{display:flex;justify-content:center;align-items:center;height:100vh;font-size:20px}.dark .loading-container,.dark .error-container{color:#fff}:root{--trans-primary: #2563eb;--trans-primary-dark: #1e40af;--trans-primary-light: #eff6ff;--trans-secondary: #0f172a;--trans-bg-page: #f8fafc;--trans-bg-card: #ffffff;--trans-bg-card-hover: #ffffff;--trans-text-main: #334155;--trans-text-muted: #64748b;--trans-border: #e2e8f0;--trans-shadow: 0 4px 6px -1px rgba(0, 0, 0, .05);--trans-orbit-line: #cbd5e1;--trans-hero-overlay: linear-gradient(180deg, rgba(255,255,255,.95) 0%, rgba(248,250,252,.85) 100%)}.translation-services-wrapper{min-height:100vh;background-color:var(--trans-bg-page);color:var(--trans-text-main);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.6;position:relative;overflow-x:hidden;transition:background-color .3s ease,color .3s ease;margin-top:72px}@media (max-width: 768px){.translation-services-wrapper{margin-top:64px}}.dark .translation-services-wrapper{--trans-primary: #818cf8;--trans-primary-dark: #6366f1;--trans-primary-light: rgba(129, 140, 248, .15);--trans-secondary: #f1f5f9;--trans-bg-page: #0f172a;--trans-bg-card: #1e293b;--trans-bg-card-hover: #334155;--trans-text-main: #e2e8f0;--trans-text-muted: #94a3b8;--trans-border: #334155;--trans-shadow: 0 10px 15px -3px rgba(0, 0, 0, .3);--trans-orbit-line: #475569;--trans-hero-overlay: linear-gradient(135deg, rgba(15, 23, 42, .95) 0%, rgba(15, 23, 42, .8) 100%)}.TRANS-hero{position:relative;height:75vh;min-height:600px;display:flex;align-items:center;justify-content:center;text-align:center;margin-bottom:0;background-color:var(--trans-bg-card)}.TRANS-hero-bg{position:absolute;top:0;left:0;width:100%;height:100%}.TRANS-hero-img{width:100%;height:100%;object-fit:cover;opacity:.9}.TRANS-hero-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:var(--trans-hero-overlay);-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);transition:background .3s ease}.TRANS-hero-content{position:relative;z-index:2;padding:0 1rem;max-width:900px;animation:fadeInUp .8s ease-out}.TRANS-badge{display:inline-flex;align-items:center;gap:8px;background:var(--trans-primary-light);border:1px solid var(--trans-primary);color:var(--trans-primary);padding:6px 16px;border-radius:50px;font-size:.85rem;font-weight:600;margin-bottom:1.5rem;text-transform:uppercase;letter-spacing:1px}.dark .TRANS-badge{border-color:#818cf866}.TRANS-hero-title{font-size:3.5rem;font-weight:800;margin-bottom:1.5rem;line-height:1.1;color:var(--trans-secondary)}.TRANS-highlight{color:var(--trans-primary);position:relative;display:inline-block}.TRANS-highlight:after{content:"";position:absolute;bottom:5px;left:0;width:100%;height:8px;background:var(--trans-primary-light);z-index:-1}.dark .TRANS-highlight:after{background:#818cf833}.TRANS-hero-subtitle{font-size:1.25rem;color:var(--trans-text-muted);max-width:700px;margin:0 auto 2.5rem;line-height:1.6}.TRANS-btn-group{display:flex;gap:1rem;justify-content:center}.TRANS-primary-btn{background:var(--trans-primary);color:#fff;border:none;padding:1rem 2.5rem;border-radius:50px;font-size:1.1rem;font-weight:700;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px #2563eb4d;display:flex;align-items:center}.TRANS-primary-btn:hover{background:var(--trans-primary-dark);transform:translateY(-3px);box-shadow:0 8px 25px #2563eb66}.TRANS-secondary-btn{background:transparent;color:var(--trans-secondary);border:2px solid var(--trans-border);padding:1rem 2.5rem;border-radius:50px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s ease}.TRANS-secondary-btn:hover{border-color:var(--trans-primary);color:var(--trans-primary);background:var(--trans-primary-light)}.TRANS-container{max-width:1200px;margin:0 auto;padding:2rem}.TRANS-section{margin-bottom:6rem}.TRANS-section-header{text-align:center;margin-bottom:3rem}.TRANS-section-header h2{font-size:2.5rem;font-weight:800;margin-bottom:.5rem;color:var(--trans-secondary)}.TRANS-section-header p{color:var(--trans-text-muted);font-size:1.1rem}.TRANS-features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.TRANS-feature-card{background:var(--trans-bg-card);border:1px solid var(--trans-border);padding:2.5rem;border-radius:20px;text-align:center;transition:transform .3s ease;box-shadow:var(--trans-shadow)}.dark .TRANS-feature-card{background:linear-gradient(145deg,#1e293b,#273548)}.TRANS-feature-card:hover{transform:translateY(-10px);border-color:var(--trans-primary);box-shadow:0 20px 25px -5px #0000001a}.TRANS-feature-icon{width:70px;height:70px;background:var(--trans-primary-light);color:var(--trans-primary);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem}.TRANS-feature-card h3{font-size:1.4rem;margin-bottom:.8rem;color:var(--trans-secondary);font-weight:700}.TRANS-feature-card p{color:var(--trans-text-muted);line-height:1.5}.TRANS-circle-wrapper{display:flex;justify-content:center;align-items:center;position:relative;min-height:550px}.TRANS-orbit-system{position:relative;width:460px;height:460px}.TRANS-orbit-ring-outer{position:absolute;width:100%;height:100%;border:1px dashed var(--trans-orbit-line);border-radius:50%;animation:spin-slow 60s linear infinite}.TRANS-orbit-ring-inner{position:absolute;width:320px;height:320px;top:70px;left:70px;border:1px solid var(--trans-border);border-radius:50%;background:#ffffff05}.dark .TRANS-orbit-ring-inner{background:#ffffff0d}.TRANS-center-card{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:260px;height:260px;background:var(--trans-bg-card);border-radius:50%;border:4px solid var(--trans-bg-page);display:flex;align-items:center;justify-content:center;text-align:center;padding:1.5rem;z-index:5;box-shadow:var(--trans-shadow)}.TRANS-center-content{animation:fadeScale .4s ease-out}.TRANS-step-indicator{display:block;color:var(--trans-primary);font-size:.8rem;font-weight:700;text-transform:uppercase;letter-spacing:2px;margin-bottom:.5rem}.TRANS-center-title{font-size:1.5rem;font-weight:800;margin-bottom:.8rem;color:var(--trans-secondary)}.TRANS-center-desc{font-size:.95rem;color:var(--trans-text-muted);line-height:1.5}.TRANS-circle-step{position:absolute;width:70px;height:70px;background:var(--trans-bg-card);border:1px solid var(--trans-border);border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--trans-text-muted);cursor:pointer;transform:translate(-50%,-50%);transition:all .3s ease;z-index:10;box-shadow:0 4px 6px #0000000d}.TRANS-circle-step:hover,.TRANS-circle-step.active{width:85px;height:85px;background:var(--trans-primary);border-color:var(--trans-primary);color:#fff;box-shadow:0 10px 25px #2563eb4d;z-index:12}.TRANS-step-badge{position:absolute;top:-5px;right:-5px;width:24px;height:24px;background:var(--trans-secondary);border:2px solid var(--trans-bg-card);border-radius:50%;font-size:.75rem;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700}.TRANS-circle-step.active .TRANS-step-badge{background:#fff;color:var(--trans-primary);border-color:var(--trans-primary)}.TRANS-mobile-process{display:none}.TRANS-docs-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1rem}.TRANS-doc-item{background:var(--trans-bg-card);padding:1rem 1.5rem;border-radius:12px;display:flex;align-items:center;gap:12px;border:1px solid var(--trans-border);transition:all .2s ease;box-shadow:var(--trans-shadow)}.dark .TRANS-doc-item{background:#ffffff0d}.TRANS-doc-item:hover{background:var(--trans-bg-card-hover);border-color:var(--trans-primary)}.TRANS-doc-icon{color:var(--trans-primary)}.TRANS-check-icon{color:#10b981;margin-left:auto}.TRANS-doc-item span{font-weight:600;font-size:.95rem;color:var(--trans-secondary)}.TRANS-faq-list{max-width:800px;margin:0 auto}.TRANS-faq-item{background:var(--trans-bg-card);border:1px solid var(--trans-border);border-radius:12px;margin-bottom:1rem;overflow:hidden;transition:all .3s ease}.dark .TRANS-faq-item{background:#11182799}.TRANS-faq-item.open{border-color:var(--trans-primary);box-shadow:0 4px 10px #2563eb1a}.TRANS-faq-question{padding:1.5rem;display:flex;justify-content:space-between;align-items:center;font-weight:700;font-size:1.1rem;cursor:pointer;color:var(--trans-secondary);background:var(--trans-bg-card)}.TRANS-faq-question:hover{background:var(--trans-bg-card-hover)}.TRANS-faq-answer{max-height:0;overflow:hidden;transition:max-height .3s ease-out;background:var(--trans-bg-card-hover);border-top:1px solid var(--trans-border)}.TRANS-faq-item.open .TRANS-faq-answer{max-height:300px;padding:1.5rem}.TRANS-faq-answer p{color:var(--trans-text-muted);line-height:1.6}.TRANS-cta-box{text-align:center;background:linear-gradient(135deg,var(--trans-primary) 0%,var(--trans-primary-dark) 100%);border-radius:20px;padding:4rem 2rem;position:relative;overflow:hidden;color:#fff;box-shadow:0 20px 40px -10px #2563eb66}.TRANS-cta-content{position:relative;z-index:2}.TRANS-cta-content h2{font-size:2.2rem;margin-bottom:1rem;font-weight:800;color:#fff}.TRANS-cta-content p{font-size:1.2rem;margin-bottom:2rem;opacity:.95;color:#eff6ff}@media (max-width: 768px){.TRANS-hero-title{font-size:2.5rem}.TRANS-orbit-system{display:none}.TRANS-circle-wrapper{min-height:auto;display:block}.TRANS-mobile-process{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1rem}.TRANS-mobile-step{background:var(--trans-bg-card);padding:1.5rem;border-radius:12px;display:flex;align-items:center;gap:1rem;border:1px solid var(--trans-border);cursor:pointer;box-shadow:var(--trans-shadow)}.dark .TRANS-mobile-step{background:#ffffff0d}.TRANS-mobile-step.active{background:var(--trans-primary-light);border-color:var(--trans-primary)}.dark .TRANS-mobile-step.active{background:#818cf81a}.TRANS-mobile-number{width:40px;height:40px;background:var(--trans-primary);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700}.TRANS-mobile-info h4{margin:0 0 .3rem;font-size:1.1rem;color:var(--trans-secondary)}.TRANS-mobile-info p{margin:0;font-size:.9rem;color:var(--trans-text-muted)}.TRANS-btn-group{flex-direction:column}}:root{--tapp-primary: #5b67ca;--tapp-primary-dark: #6b5fb3;--tapp-primary-light: rgba(91, 103, 202, .08);--tapp-secondary: #1a202c;--tapp-bg-page: #f7f9fc;--tapp-bg-card: #ffffff;--tapp-bg-input: #f0f4f9;--tapp-text-main: #1a202c;--tapp-text-muted: #5a6c7d;--tapp-border: #dce4ed;--tapp-shadow: 0 10px 30px rgba(91, 103, 202, .08), 0 5px 15px rgba(0, 0, 0, .04);--tapp-orbit-line: #cbd5e1;--tapp-hero-overlay: linear-gradient(135deg, rgba(91, 103, 202, .92) 0%, rgba(107, 95, 179, .88) 100%)}.translation-app-wrapper{min-height:100vh;background-color:var(--tapp-bg-page);color:var(--tapp-text-main);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.6;position:relative;overflow-x:hidden;transition:background-color .3s ease,color .3s ease}.dark .translation-app-wrapper{--tapp-primary: #667eea;--tapp-primary-dark: #764ba2;--tapp-primary-light: rgba(102, 126, 234, .15);--tapp-secondary: #f1f5f9;--tapp-bg-page: #0f172a;--tapp-bg-card: #1e293b;--tapp-bg-input: #334155;--tapp-text-main: #e2e8f0;--tapp-text-muted: #94a3b8;--tapp-border: #374151;--tapp-shadow: 0 20px 25px -5px rgba(0, 0, 0, .3), 0 10px 10px -5px rgba(0, 0, 0, .2);--tapp-orbit-line: #475569;--tapp-hero-overlay: linear-gradient(135deg, rgba(15, 23, 42, .95) 0%, rgba(15, 23, 42, .8) 100%)}.TRANS-APP-hero{position:relative;height:50vh;min-height:400px;display:flex;align-items:center;justify-content:center;text-align:center;margin-bottom:0;overflow:hidden;background:linear-gradient(135deg,#5b67ca,#6b5fb3,#8e7eb5);color:#fff}.TRANS-APP-hero-bg{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0;background:linear-gradient(135deg,#5b67ca,#6b5fb3,#8e7eb5)}.TRANS-APP-hero-img{position:absolute;width:100%;height:100%;object-fit:cover;opacity:.2;filter:brightness(.8)}.TRANS-APP-hero-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:radial-gradient(circle at 20% 50%,rgba(255,255,255,.1) 0%,transparent 50%),radial-gradient(circle at 80% 80%,rgba(91,103,202,.15) 0%,transparent 50%),url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.05'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");-webkit-backdrop-filter:blur(1px);backdrop-filter:blur(1px);transition:background .3s ease}.TRANS-APP-hero-content{position:relative;z-index:2;padding:0 2rem;max-width:900px;animation:fadeInUp .8s ease-out}.TRANS-APP-title{font-size:3.5rem;font-weight:800;color:#fff;margin-bottom:1.5rem;line-height:1.15;letter-spacing:-.5px;text-shadow:0 2px 10px rgba(0,0,0,.15)}.TRANS-APP-highlight{color:#e8d5f2;position:relative;display:inline-block;font-weight:800}.TRANS-APP-subtitle{font-size:1.3rem;color:#fffffff2;line-height:1.7;max-width:700px;margin-left:auto;margin-right:auto}.TRANS-APP-container{max-width:1200px;margin:0 auto;padding:0 2rem 4rem}.TRANS-APP-process-section{margin-bottom:4rem;text-align:center}.TRANS-APP-section-title{font-size:2.5rem;color:var(--tapp-secondary);margin-bottom:1rem;font-weight:800;letter-spacing:-.5px}.TRANS-APP-circle-wrapper{display:flex;justify-content:center;align-items:center;min-height:420px;position:relative}.TRANS-APP-orbit-system{position:relative;width:400px;height:400px}.TRANS-APP-orbit-ring-outer{position:absolute;width:100%;height:100%;border:1px dashed var(--tapp-orbit-line);border-radius:50%;animation:spin-slow 60s linear infinite}.TRANS-APP-orbit-ring-inner{position:absolute;width:280px;height:280px;top:60px;left:60px;border:1px solid var(--tapp-border);border-radius:50%;background:#ffffff05}.dark .TRANS-APP-orbit-ring-inner{background:#ffffff0d}.TRANS-APP-center-card{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:240px;height:240px;background:linear-gradient(145deg,#fff,#f8fafc);border-radius:50%;border:3px solid var(--tapp-bg-page);display:flex;align-items:center;justify-content:center;text-align:center;padding:1.5rem;z-index:5;box-shadow:0 10px 40px #5b67ca26}.dark .TRANS-APP-center-card{background:linear-gradient(145deg,#1e293b,#273548);border-color:#0f172a}.TRANS-APP-center-content{animation:fadeScale .4s ease-out}.TRANS-APP-step-tag{color:#5b67ca;font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:2px;display:block;margin-bottom:.8rem;background:#5b67ca14;padding:.25rem .75rem;border-radius:20px;display:inline-block}.TRANS-APP-center-title{color:var(--tapp-secondary);font-size:1.4rem;font-weight:800;margin-bottom:.5rem}.TRANS-APP-center-desc{color:var(--tapp-text-muted);font-size:.9rem;line-height:1.5}.TRANS-APP-circle-step{position:absolute;width:70px;height:70px;background:#fff;border:2px solid var(--tapp-border);border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--tapp-text-muted);cursor:pointer;transform:translate(-50%,-50%);transition:all .3s cubic-bezier(.4,0,.2,1);z-index:10;box-shadow:0 4px 12px #5b67ca1a}.dark .TRANS-APP-circle-step{background:linear-gradient(145deg,#1e293b,#273548);border-color:#94a3b833}.TRANS-APP-circle-step:hover{transform:translate(-50%,-50%) scale(1.15);border-color:#5b67ca;color:#5b67ca;box-shadow:0 8px 20px #5b67ca40}.TRANS-APP-circle-step.active{width:85px;height:85px;background:linear-gradient(135deg,#5b67ca,#6b5fb3);border-color:#5b67ca;color:#fff;box-shadow:0 12px 30px #5b67ca59;z-index:12}.TRANS-APP-content-grid{display:grid;grid-template-columns:2fr 1fr;gap:2rem;align-items:start}.TRANS-APP-form-card{background:#fff;border:1px solid var(--tapp-border);border-radius:20px;padding:2.5rem;box-shadow:var(--tapp-shadow);position:relative;overflow:hidden}.TRANS-APP-form-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#5b67ca,#6b5fb3);border-radius:20px 20px 0 0}.dark .TRANS-APP-form-card{background:linear-gradient(145deg,#1e293b,#334155);border-color:#94a3b81a}.TRANS-APP-card-header{margin-bottom:2rem;border-bottom:1px solid var(--tapp-border);padding-bottom:1rem}.TRANS-APP-card-header h2{color:var(--tapp-secondary);font-size:1.8rem;margin-bottom:.5rem}.TRANS-APP-card-header p{color:var(--tapp-text-muted)}.TRANS-APP-form{display:flex;flex-direction:column;gap:1.5rem}.TRANS-APP-row{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;align-items:end}.TRANS-APP-exchange-icon{display:flex;align-items:center;justify-content:center;color:var(--tapp-primary);padding-bottom:12px}.TRANS-APP-group{display:flex;flex-direction:column;gap:.5rem}.TRANS-APP-group label{color:var(--tapp-text-main);font-weight:600;font-size:.9rem;display:flex;align-items:center;gap:8px}.TRANS-APP-input,.TRANS-APP-select,.TRANS-APP-textarea{background:var(--tapp-bg-input);border:1px solid var(--tapp-border);color:var(--tapp-text-main);padding:.9rem 1.2rem;border-radius:10px;font-size:1rem;transition:all .3s ease;font-family:inherit}.dark .TRANS-APP-input,.dark .TRANS-APP-select,.dark .TRANS-APP-textarea{background:#334155;border-color:#94a3b833;color:#e2e8f0}.TRANS-APP-input:focus,.TRANS-APP-select:focus,.TRANS-APP-textarea:focus{outline:none;border-color:#5b67ca;background:var(--tapp-bg-card);box-shadow:0 0 0 4px #5b67ca1a}.TRANS-APP-textarea{resize:vertical}.TRANS-APP-upload-zone{border:2px dashed var(--tapp-border);border-radius:16px;padding:2.5rem;text-align:center;background:linear-gradient(135deg,var(--tapp-bg-input) 0%,rgba(91,103,202,.03) 100%);transition:all .3s ease;cursor:pointer}.dark .TRANS-APP-upload-zone{background:linear-gradient(135deg,#334155,#5b67ca0d)}.TRANS-APP-upload-zone:hover{border-color:#5b67ca;background:linear-gradient(135deg,#5b67ca14,#5b67ca0a);box-shadow:0 8px 20px #5b67ca1a}.hidden-input{display:none}.TRANS-APP-upload-label{cursor:pointer;display:flex;flex-direction:column;align-items:center}.TRANS-APP-upload-icon-circle{width:70px;height:70px;background:linear-gradient(135deg,#5b67ca,#6b5fb3);border-radius:16px;display:flex;align-items:center;justify-content:center;color:#fff;margin-bottom:1rem;box-shadow:0 8px 20px #5b67ca33}.TRANS-APP-upload-label span{color:var(--tapp-text-main);font-weight:600}.TRANS-APP-upload-label small{color:var(--tapp-text-muted);margin-top:.3rem}.TRANS-APP-file-preview{background:linear-gradient(135deg,#10b98114,#10b9810a);border:1px solid rgba(16,185,129,.25);border-radius:12px;padding:1.2rem;display:flex;align-items:center;justify-content:space-between}.TRANS-APP-file-info{display:flex;align-items:center;gap:1rem}.file-icon{color:#10b981}.file-name{display:block;color:var(--tapp-text-main);font-weight:600;font-size:.9rem}.file-size{color:var(--tapp-text-muted);font-size:.8rem}.TRANS-APP-remove-btn{background:none;border:none;color:var(--tapp-text-muted);cursor:pointer;transition:color .2s}.TRANS-APP-remove-btn:hover{color:#ef4444}.TRANS-APP-status{padding:1rem;border-radius:8px;display:flex;align-items:center;gap:10px;font-weight:500}.TRANS-APP-status.success{background:#10b9811a;color:#10b981;border:1px solid rgba(16,185,129,.2)}.TRANS-APP-status.error{background:#ef44441a;color:#ef4444;border:1px solid rgba(239,68,68,.2)}.TRANS-APP-submit-btn{background:linear-gradient(135deg,#5b67ca,#6b5fb3);color:#fff;border:none;padding:1.1rem 2rem;font-size:1.1rem;font-weight:700;border-radius:50px;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 10px 25px #5b67ca40}.TRANS-APP-submit-btn:hover:not(:disabled){transform:translateY(-3px);box-shadow:0 15px 35px #5b67ca59}.TRANS-APP-submit-btn:disabled{opacity:.6;cursor:not-allowed}.TRANS-APP-info-card{background:#fff;border:1px solid var(--tapp-border);border-radius:20px;padding:2rem;margin-bottom:1.5rem;box-shadow:var(--tapp-shadow);position:relative;overflow:hidden}.TRANS-APP-info-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#5b67ca,#6b5fb3);border-radius:20px 20px 0 0}.dark .TRANS-APP-info-card{background:linear-gradient(145deg,#1e293b,#334155);border-color:#94a3b81a}.info-title{color:var(--tapp-secondary);font-size:1.3rem;margin-bottom:1.5rem;font-weight:800;padding-bottom:0;display:block}.TRANS-APP-check-list{list-style:none;padding:0;margin:0}.TRANS-APP-check-list li{display:flex;align-items:center;gap:12px;color:var(--tapp-text-muted);margin-bottom:1rem;font-size:.95rem;font-weight:500}.TRANS-APP-check-list li:last-child{margin-bottom:0}.TRANS-APP-check-list li svg{color:#10b981;flex-shrink:0}.help-card p{color:var(--tapp-text-muted);margin-bottom:1.5rem;font-size:.95rem;line-height:1.6}.TRANS-APP-outline-btn{width:100%;padding:1rem;background:linear-gradient(135deg,#5b67ca,#6b5fb3);border:none;color:#fff;border-radius:50px;cursor:pointer;font-weight:700;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 8px 20px #5b67ca33}.TRANS-APP-outline-btn:hover{transform:translateY(-2px);box-shadow:0 12px 30px #5b67ca4d}.TRANS-APP-mobile-steps{display:none}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeScale{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}@media (max-width: 900px){.TRANS-APP-content-grid{grid-template-columns:1fr}}@media (max-width: 768px){.TRANS-APP-title{font-size:2.2rem}.TRANS-APP-orbit-system{display:none}.TRANS-APP-circle-wrapper{min-height:auto;display:block}.TRANS-APP-mobile-steps{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1rem}.TRANS-APP-mobile-step-item{background:var(--tapp-bg-card);padding:1rem;border-radius:12px;display:flex;align-items:center;gap:1rem;border:1px solid var(--tapp-border);box-shadow:var(--tapp-shadow)}.dark .TRANS-APP-mobile-step-item{background:#1e293b}.TRANS-APP-mobile-icon{color:var(--tapp-primary);background:var(--tapp-primary-light);padding:10px;border-radius:50%}.TRANS-APP-mobile-text h4{color:var(--tapp-secondary);margin:0 0 .2rem}.TRANS-APP-mobile-text p{color:var(--tapp-text-muted);margin:0;font-size:.9rem}.TRANS-APP-row{grid-template-columns:1fr;gap:1rem}.TRANS-APP-exchange-icon{display:none}}.OPPROG-page-wrapper{min-height:100vh;background:linear-gradient(135deg,#f8fafc,#f1f5f9,#f0f4f8);transition:all .3s ease;margin-top:72px}@media (max-width: 768px){.OPPROG-page-wrapper{margin-top:64px}}.OPPROG-loading-container{min-height:80vh;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2rem;padding:3rem}.OPPROG-error-container{min-height:80vh;display:flex;align-items:center;justify-content:center;padding:3rem}.OPPROG-job-hero{position:relative;width:100%;min-height:350px;overflow:hidden;display:flex;align-items:center;justify-content:center;margin-top:0;margin-bottom:40px;padding:0;z-index:5}.light .OPPROG-hero-overlay{background:linear-gradient(135deg,#ffffff4d,#f0fdf433,#fffbeb4d)}.OPPROG-job-hero-content{position:relative;display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%;height:100%;z-index:3;padding:40px 32px;gap:1.5rem}.OPPROG-hero-card{background:linear-gradient(135deg,#fffffffa,#f8fafcf2);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid rgba(102,126,234,.2);border-radius:16px;padding:2rem;max-width:1000px;width:100%;box-shadow:0 20px 35px -5px #00000026,0 10px 15px -5px #00000014;transition:all .3s ease;display:flex;flex-direction:column;gap:1.5rem}.dark .OPPROG-hero-card{background:linear-gradient(135deg,#1e293bfa,#273548f2);border-color:#667eea1a;box-shadow:0 20px 35px -5px #0000004d,0 10px 15px -5px #0003}.OPPROG-job-header-main{display:grid;grid-template-columns:1fr auto;gap:2rem;align-items:start}.OPPROG-company-section{display:flex;align-items:flex-start;gap:1.5rem}.OPPROG-company-logo{width:80px;height:80px;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:16px;display:flex;align-items:center;justify-content:center;color:#fff;flex-shrink:0;overflow:hidden;box-shadow:0 4px 15px #667eea4d}.OPPROG-company-logo img{width:100%;height:100%;object-fit:cover}.OPPROG-job-title{font-size:2.25rem;font-weight:800;color:#1e293b;margin:0 0 .5rem;line-height:1.2;letter-spacing:-.02em}.dark .OPPROG-job-title{color:#fff}.light .OPPROG-job-title{color:#1e293b}.OPPROG-company-name{font-size:1.125rem;color:#667eea;font-weight:600;margin:0}.dark .OPPROG-company-name{color:#818cf8}.OPPROG-job-badges{display:flex;flex-direction:column;gap:.5rem;align-items:flex-end}.OPPROG-badge{display:inline-flex;align-items:center;gap:.375rem;padding:.375rem .75rem;border-radius:8px;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;white-space:nowrap}.OPPROG-badge.featured{background:linear-gradient(135deg,#fbbf24,#f59e0b);color:#fff;box-shadow:0 2px 8px #fbbf244d}.OPPROG-badge.urgent{background:linear-gradient(135deg,#ef4444,#dc2626);color:#fff;box-shadow:0 2px 8px #ef44444d}.OPPROG-badge.warning{background:linear-gradient(135deg,#f59e0b,#d97706);color:#fff;box-shadow:0 2px 8px #f59e0b4d}.OPPROG-badge.remote{background:linear-gradient(135deg,#10b981,#059669);color:#fff;box-shadow:0 2px 8px #10b9814d}.OPPROG-job-meta-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:1rem}.OPPROG-meta-item{display:flex;align-items:center;gap:.75rem;padding:.75rem;background:#667eea0d;border-radius:8px;color:#334155;font-size:.875rem;font-weight:600;transition:all .3s ease}.dark .OPPROG-meta-item{background:#667eea1a;color:#e2e8f0}.OPPROG-meta-item svg{color:#667eea;flex-shrink:0}.OPPROG-job-actions{display:flex;align-items:center;gap:1rem;padding-top:1rem;border-top:1px solid rgba(102,126,234,.1)}.OPPROG-apply-btn{display:inline-flex;align-items:center;justify-content:center;gap:.75rem;padding:.875rem 2rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:10px;font-weight:700;font-size:.95rem;text-transform:uppercase;letter-spacing:.05em;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px #667eea4d;flex:1}.OPPROG-apply-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 25px #667eea66}.OPPROG-apply-btn:disabled,.OPPROG-apply-btn.disabled{background:#9ca3af;cursor:not-allowed;opacity:.7;box-shadow:none}.OPPROG-action-btn{display:flex;align-items:center;justify-content:center;width:44px;height:44px;background:#ffffffe6;border:2px solid rgba(102,126,234,.2);border-radius:10px;color:#667eea;cursor:pointer;transition:all .3s ease;flex-shrink:0}.dark .OPPROG-action-btn{background:#1e293bcc;border-color:#667eea33;color:#818cf8}.OPPROG-action-btn:hover{background:linear-gradient(135deg,#667eea,#764ba2);border-color:#667eea80;color:#fff;transform:translateY(-2px);box-shadow:0 4px 12px #667eea4d}.OPPROG-action-btn.active{background:linear-gradient(135deg,#ef4444,#dc2626);border-color:#ef44444d;color:#fff;box-shadow:0 4px 12px #ef44444d}.OPPROG-share-dropdown{position:relative}.OPPROG-share-menu{position:absolute;top:calc(100% + .5rem);right:0;background:#fffffffa;border:1px solid rgba(102,126,234,.2);border-radius:10px;box-shadow:0 10px 25px #00000026;z-index:200;min-width:150px;overflow:hidden}.dark .OPPROG-share-menu{background:#1e293bf2;border-color:#667eea1a;box-shadow:0 10px 25px #0000004d}.OPPROG-share-option{display:flex;align-items:center;gap:.75rem;width:100%;padding:.75rem 1rem;background:none;border:none;text-align:left;color:#334155;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease}.dark .OPPROG-share-option{color:#e2e8f0}.OPPROG-share-option:hover{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.OPPROG-deadline-alert{display:flex;align-items:center;gap:.75rem;padding:1rem 1.5rem;border-radius:10px;font-size:.875rem;font-weight:600;border-left:4px solid}.OPPROG-deadline-alert.info{background:linear-gradient(135deg,#667eea1a,#764ba20d);color:#667eea;border-color:#667eea}.dark .OPPROG-deadline-alert.info{background:linear-gradient(135deg,#667eea26,#764ba21a);color:#818cf8}.OPPROG-deadline-alert.warning{background:linear-gradient(135deg,#f59e0b1a,#d977060d);color:#d97706;border-color:#f59e0b}.OPPROG-deadline-alert.urgent{background:linear-gradient(135deg,#ef44441a,#dc26260d);color:#dc2626;border-color:#ef4444}.OPPROG-job-container{max-width:1280px;margin:0 auto;padding:0 32px 3rem}.OPPROG-job-content{display:grid;grid-template-columns:1fr 300px;gap:2rem;align-items:start}.OPPROG-content-section{background:linear-gradient(135deg,#fffffff2,#f8fafce6);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1px solid rgba(102,126,234,.2);border-radius:16px;padding:2.5rem;box-shadow:0 10px 25px -5px #0000001a,0 10px 10px -5px #0000000a;transition:all .3s ease;margin-bottom:2rem}.dark .OPPROG-content-section{background:linear-gradient(135deg,#1e293bf2,#273548e6);border-color:#667eea1a;box-shadow:0 10px 25px -5px #0000004d,0 10px 10px -5px #0003}.OPPROG-content-section:hover{transform:translateY(-2px);box-shadow:0 15px 35px -5px #667eea26}.OPPROG-section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:2px solid rgba(102,126,234,.1)}.OPPROG-section-header h2{display:flex;align-items:center;gap:.75rem;margin:0;font-size:1.375rem;font-weight:700;color:#1e293b}.dark .OPPROG-section-header h2{color:#fff}.OPPROG-section-header h2 svg{color:#667eea}.OPPROG-skill-count,.OPPROG-benefit-count{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:.35rem .85rem;border-radius:8px;font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;box-shadow:0 2px 8px #667eea4d}.OPPROG-section-content{color:#475569}.dark .OPPROG-section-content{color:#cbd5e1}.OPPROG-rich-content p{margin:0 0 1.5rem;font-size:1rem;line-height:1.8}.OPPROG-rich-content p:last-child{margin-bottom:0}.OPPROG-requirement-item{display:flex;align-items:flex-start;gap:.75rem;margin-bottom:1rem;padding:.75rem;background:#667eea0d;border-radius:8px;border-left:3px solid #10b981}.dark .OPPROG-requirement-item{background:#667eea14}.OPPROG-requirement-item svg{color:#10b981;margin-top:.125rem;flex-shrink:0}.OPPROG-requirement-item:last-child{margin-bottom:0}.OPPROG-empty-state{display:flex;flex-direction:column;align-items:center;gap:1rem;padding:3rem 2rem;text-align:center;color:#64748b}.dark .OPPROG-empty-state{color:#94a3b8}.OPPROG-empty-state svg{color:#cbd5e1;opacity:.5}.OPPROG-skills-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:.75rem}.OPPROG-skill-tag{background:linear-gradient(135deg,#667eea1a,#764ba20d);color:#667eea;padding:.625rem 1rem;border-radius:8px;font-size:.875rem;font-weight:600;text-align:center;border:1px solid rgba(102,126,234,.2);transition:all .2s ease;cursor:default}.dark .OPPROG-skill-tag{background:linear-gradient(135deg,#667eea26,#764ba21a);color:#818cf8;border-color:#667eea33}.OPPROG-skill-tag:hover{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border-color:#667eea;transform:translateY(-2px);box-shadow:0 4px 12px #667eea4d}.OPPROG-benefits-section{background:linear-gradient(135deg,#10b9810d,#05966908);border-color:#10b98133}.dark .OPPROG-benefits-section{background:linear-gradient(135deg,#10b9811a,#0596690d);border-color:#10b98126}.OPPROG-benefits-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1rem}.OPPROG-benefit-card{display:flex;align-items:center;gap:.75rem;padding:1rem;background:#ffffffe6;border-radius:8px;border:1px solid rgba(16,185,129,.2);transition:all .2s ease;cursor:default}.dark .OPPROG-benefit-card{background:#1e293b99;border-color:#10b98126}.OPPROG-benefit-card:hover{background:#fffffff2;border-color:#10b981;transform:translateY(-1px);box-shadow:0 4px 12px #10b98126}.dark .OPPROG-benefit-card:hover{background:#1e293bcc}.OPPROG-benefit-card svg{color:#10b981;flex-shrink:0}.OPPROG-benefit-card span{font-weight:500;color:#1e293b}.dark .OPPROG-benefit-card span{color:#e2e8f0}.OPPROG-application-steps{display:flex;flex-direction:column;gap:1.5rem}.OPPROG-application-method{padding:1.5rem;background:#ffffffe6;border-radius:10px;border:1px solid rgba(102,126,234,.2);transition:all .3s ease}.dark .OPPROG-application-method{background:#1e293b99;border-color:#667eea26}.OPPROG-application-method.primary{border-color:#667eea;box-shadow:0 0 0 1px #667eea1a}.OPPROG-method-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem}.OPPROG-method-header h4{margin:0;font-size:1.125rem;font-weight:600;color:#1e293b}.dark .OPPROG-method-header h4{color:#fff}.OPPROG-recommended{background:#10b981;color:#fff;padding:.25rem .5rem;border-radius:6px;font-size:.75rem;font-weight:600;text-transform:uppercase}.OPPROG-application-method p{margin:0 0 1rem;color:#475569;line-height:1.6}.dark .OPPROG-application-method p{color:#cbd5e1}.OPPROG-application-link{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;border-radius:8px;font-weight:600;font-size:.875rem;text-decoration:none;transition:all .2s ease;border:1px solid}.OPPROG-application-link.primary{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border-color:#667eea;box-shadow:0 4px 12px #667eea4d}.OPPROG-application-link.primary:hover{background:linear-gradient(135deg,#764ba2,#667eea);transform:translateY(-2px);box-shadow:0 8px 20px #667eea59}.OPPROG-application-link.secondary{background:#ffffffe6;color:#667eea;border-color:#667eea}.dark .OPPROG-application-link.secondary{background:#1e293b99;color:#818cf8;border-color:#818cf8}.OPPROG-application-link.secondary:hover{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border-color:#667eea;box-shadow:0 4px 12px #667eea4d}.OPPROG-contact-notice{display:flex;align-items:center;gap:1rem;padding:1.5rem;background:linear-gradient(135deg,#f59e0b1a,#d977060d);border-radius:10px;border-left:4px solid #f59e0b}.dark .OPPROG-contact-notice{background:linear-gradient(135deg,#f59e0b26,#d977061a)}.OPPROG-contact-notice svg{color:#f59e0b;flex-shrink:0}.OPPROG-contact-notice h4{margin:0 0 .25rem;color:#d97706;font-weight:600}.dark .OPPROG-contact-notice h4{color:#fbbf24}.OPPROG-contact-notice p{margin:0;color:#b45309;opacity:.9}.dark .OPPROG-contact-notice p{color:#fed7aa}.OPPROG-job-sidebar{display:flex;flex-direction:column;gap:2rem}.OPPROG-sidebar-card{background:linear-gradient(135deg,#fffffff2,#f8fafce6);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border-radius:16px;padding:2rem;box-shadow:0 10px 25px -5px #0000001a,0 10px 10px -5px #0000000a;border:1px solid rgba(102,126,234,.2);transition:all .3s ease}.dark .OPPROG-sidebar-card{background:linear-gradient(135deg,#1e293bf2,#273548e6);border-color:#667eea1a;box-shadow:0 10px 25px -5px #0000004d,0 10px 10px -5px #0003}.OPPROG-sidebar-card:hover{transform:translateY(-2px);box-shadow:0 15px 35px -5px #667eea26}.OPPROG-sidebar-title{margin:0 0 1.5rem;font-size:1.125rem;font-weight:700;color:#1e293b;padding-bottom:1rem;border-bottom:2px solid rgba(102,126,234,.1)}.dark .OPPROG-sidebar-title{color:#fff}.OPPROG-detail-list{display:flex;flex-direction:column;gap:1.25rem}.OPPROG-detail-item{display:flex;align-items:flex-start;gap:1rem}.OPPROG-detail-item svg{color:#667eea;margin-top:.125rem;flex-shrink:0}.OPPROG-detail-item>div{display:flex;flex-direction:column;gap:.25rem;min-width:0}.OPPROG-detail-label{font-size:.75rem;font-weight:600;color:#64748b;text-transform:uppercase;letter-spacing:.05em}.dark .OPPROG-detail-label{color:#94a3b8}.OPPROG-detail-value{font-size:.875rem;font-weight:600;color:#1e293b;word-break:break-word}.dark .OPPROG-detail-value{color:#e2e8f0}.OPPROG-company-profile{display:flex;align-items:center;gap:1rem}.OPPROG-company-avatar{width:56px;height:56px;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:12px;display:flex;align-items:center;justify-content:center;color:#fff;flex-shrink:0;overflow:hidden;box-shadow:0 4px 12px #667eea40}.OPPROG-company-avatar img{width:100%;height:100%;object-fit:cover}.OPPROG-company-details{flex:1;min-width:0}.OPPROG-company-details h4{margin:0 0 .25rem;font-size:1rem;font-weight:600;color:#1e293b}.dark .OPPROG-company-details h4{color:#fff}.OPPROG-company-details p{margin:0 0 .75rem;font-size:.875rem;color:#64748b}.dark .OPPROG-company-details p{color:#94a3b8}.OPPROG-company-link{display:inline-flex;align-items:center;gap:.375rem;color:#667eea;font-size:.875rem;font-weight:600;text-decoration:none;background:none;border:none;cursor:pointer;transition:all .2s ease}.dark .OPPROG-company-link{color:#818cf8}.OPPROG-company-link:hover{color:#764ba2;gap:.5rem}.OPPROG-related-jobs-list{display:flex;flex-direction:column;gap:1rem}.OPPROG-related-job-card{padding:1.25rem;border:1px solid rgba(102,126,234,.2);border-radius:10px;cursor:pointer;transition:all .2s ease;background:#ffffffe6}.dark .OPPROG-related-job-card{background:#1e293b99;border-color:#667eea26}.OPPROG-related-job-card:hover{border-color:#667eea;background:linear-gradient(135deg,#667eea0d,#764ba208);transform:translateY(-2px);box-shadow:0 4px 12px #667eea33}.OPPROG-related-job-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:.75rem;gap:1rem}.OPPROG-related-job-header h5{margin:0;font-size:.875rem;font-weight:600;color:#1e293b;line-height:1.4;flex:1}.dark .OPPROG-related-job-header h5{color:#fff}.OPPROG-related-job-date{font-size:.75rem;color:#64748b;font-weight:500;white-space:nowrap}.dark .OPPROG-related-job-date{color:#94a3b8}.OPPROG-related-job-meta{display:flex;gap:.75rem;font-size:.75rem;color:#64748b;font-weight:500;flex-wrap:wrap}.dark .OPPROG-related-job-meta{color:#94a3b8}.OPPROG-stats-card{background:linear-gradient(135deg,#667eea1a,#764ba20d);border-color:#667eea33}.dark .OPPROG-stats-card{background:linear-gradient(135deg,#667eea26,#764ba21a);border-color:#667eea26}.OPPROG-stats-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}.OPPROG-stat-item{display:flex;align-items:center;gap:.75rem}.OPPROG-stat-item svg{color:#667eea}.OPPROG-stat-item>div{display:flex;flex-direction:column}.OPPROG-stat-value{font-size:1.5rem;font-weight:700;color:#1e293b;line-height:1}.dark .OPPROG-stat-value{color:#fff}.OPPROG-stat-label{font-size:.75rem;color:#64748b;text-transform:uppercase;letter-spacing:.05em;font-weight:600;margin-top:.25rem}.dark .OPPROG-stat-label{color:#94a3b8}@media (max-width: 1200px){.OPPROG-job-content{grid-template-columns:1fr 280px;gap:1.5rem}.OPPROG-job-header-main{grid-template-columns:1fr}.OPPROG-job-badges{align-items:flex-start}}@media (max-width: 900px){.OPPROG-job-content{grid-template-columns:1fr}.OPPROG-job-sidebar{order:-1}.OPPROG-job-container{padding:0 24px 2rem}.OPPROG-hero-card{padding:1.5rem}}@media (max-width: 768px){.OPPROG-job-hero-content{padding:24px 16px}.OPPROG-job-container{padding:0 16px 2rem}.OPPROG-content-section{padding:2rem 1.5rem}.OPPROG-sidebar-card{padding:1.5rem}.OPPROG-job-title{font-size:1.75rem}.OPPROG-job-meta-grid{grid-template-columns:repeat(2,1fr);gap:.75rem}.OPPROG-job-header-main{grid-template-columns:1fr;gap:1rem}.OPPROG-section-header{flex-direction:column;align-items:flex-start;gap:.75rem}.OPPROG-section-header h2{font-size:1.125rem}.OPPROG-skills-grid{grid-template-columns:repeat(2,1fr)}.OPPROG-benefits-grid{grid-template-columns:1fr}.OPPROG-job-actions{flex-direction:column}.OPPROG-apply-btn{width:100%}.OPPROG-stats-grid{grid-template-columns:1fr}}@media (max-width: 480px){.OPPROG-job-hero-content{padding:16px;gap:1rem}.OPPROG-job-container{padding:0 12px 1.5rem}.OPPROG-hero-card{padding:1.25rem}.OPPROG-content-section{padding:1.5rem 1rem}.OPPROG-sidebar-card{padding:1.25rem}.OPPROG-job-title{font-size:1.5rem}.OPPROG-company-section{gap:1rem}.OPPROG-company-logo{width:64px;height:64px}.OPPROG-job-meta-grid{grid-template-columns:1fr}.OPPROG-meta-item{font-size:.8rem}.OPPROG-section-header h2{font-size:1rem}.OPPROG-application-method{padding:1rem}.OPPROG-method-header{flex-direction:column;align-items:flex-start;gap:.5rem}.OPPROG-job-actions{gap:.75rem;width:100%}.OPPROG-apply-btn{font-size:.75rem;padding:.625rem 1rem}.OPPROG-action-btn{width:40px;height:40px}}.OPPROG-btn-primary:focus,.OPPROG-btn-secondary:focus,.OPPROG-apply-btn:focus,.OPPROG-action-btn:focus,.OPPROG-company-link:focus,.OPPROG-related-job-card:focus{outline:2px solid #667eea;outline-offset:2px}.OPPROG-page-wrapper{min-height:100vh;background:linear-gradient(135deg,#f8fafc,#f1f5f9,#f0f4f8);transition:all .3s ease}.dark .OPPROG-page-wrapper{background:linear-gradient(135deg,#0f172a,#1e293b,#273548)}.light .OPPROG-page-wrapper{background:linear-gradient(135deg,#f8fafc,#f1f5f9,#f0f4f8)}.OPPROG-loading-container,.OPPROG-error-container{min-height:80vh;display:flex;align-items:center;justify-content:center;padding:3rem}.OPPROG-loading-container{flex-direction:column;gap:2rem}.OPPROG-loading-spinner{width:70px;height:70px;border:5px solid rgba(102,126,234,.2);border-top:5px solid #667eea;border-radius:50%;animation:spin 1s linear infinite;box-shadow:0 0 20px #667eea80}.OPPROG-loading-container h3{font-size:1.5rem;font-weight:700;color:#fff;text-shadow:0 2px 4px rgba(0,0,0,.3)}.OPPROG-loading-container p{font-size:1rem;color:#fffc;text-shadow:0 2px 4px rgba(0,0,0,.3)}.OPPROG-error-container{background:linear-gradient(135deg,#fffffff2,#f8fafce6);backdrop-filter:blur(25px);-webkit-backdrop-filter:blur(25px);border-radius:28px;border:2px solid rgba(102,126,234,.3);max-width:600px;margin:0 auto;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;padding:3rem;transition:all .3s ease}.dark .OPPROG-error-container{background:linear-gradient(135deg,#1e293bf2,#273548e6);border-color:#667eea33;box-shadow:0 20px 25px -5px #0000004d,0 10px 10px -5px #0003}.OPPROG-error-icon{font-size:5rem;margin-bottom:1.5rem;color:#667eea}.OPPROG-error-container h2{font-size:2.5rem;color:#334155;margin-bottom:1.2rem;font-weight:800;transition:all .3s ease}.dark .OPPROG-error-container h2{color:#e2e8f0}.OPPROG-error-container p{color:#64748b;margin-bottom:2.5rem;font-size:1.2rem;transition:all .3s ease}.dark .OPPROG-error-container p{color:#cbd5e1}.OPPROG-error-actions{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.OPPROG-success-container{min-height:80vh;display:flex;align-items:center;justify-content:center;padding:3rem}.OPPROG-success-content{background:linear-gradient(135deg,#fffffff2,#f8fafce6);backdrop-filter:blur(25px);-webkit-backdrop-filter:blur(25px);border-radius:28px;border:2px solid rgba(16,185,129,.3);max-width:600px;margin:0 auto;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;padding:3rem;text-align:center;transition:all .3s ease}.dark .OPPROG-success-content{background:linear-gradient(135deg,#1e293bf2,#273548e6);border-color:#10b98133;box-shadow:0 20px 25px -5px #0000004d,0 10px 10px -5px #0003}.OPPROG-success-icon{color:#10b981;margin-bottom:2rem}.OPPROG-success-content h2{font-size:2.5rem;color:#1e293b;margin-bottom:1rem;font-weight:800}.dark .OPPROG-success-content h2{color:#fff}.OPPROG-success-content p{color:#64748b;font-size:1.1rem;margin-bottom:2rem;line-height:1.6}.dark .OPPROG-success-content p{color:#cbd5e1}.OPPROG-success-actions{display:flex;justify-content:center;gap:1rem}.OPPROG-btn-primary,.OPPROG-btn-secondary{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;border-radius:10px;font-weight:600;cursor:pointer;transition:all .3s ease;border:1px solid rgba(102,126,234,.3)}.OPPROG-btn-primary{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;box-shadow:0 10px 30px #667eea33}.OPPROG-btn-primary:hover{background:linear-gradient(135deg,#764ba2,#667eea);border-color:#667eea80;transform:translateY(-2px);box-shadow:0 15px 40px #667eea4d}.OPPROG-btn-secondary{background:#ffffffe6;color:#334155;border-color:#667eea33}.dark .OPPROG-btn-secondary{background:#1e293bcc;color:#e2e8f0;border-color:#667eea33}.OPPROG-btn-secondary:hover{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border-color:#667eea80;transform:translateY(-2px);box-shadow:0 10px 30px #667eea33}.OPPROG-back-btn{align-self:flex-start;display:flex;align-items:center;gap:.5rem;background:#fffffff2;border:1px solid rgba(102,126,234,.3);color:#667eea;padding:.75rem 1.25rem;border-radius:10px;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px #0000001a}.dark .OPPROG-back-btn{background:#1e293bf2;color:#818cf8;border-color:#667eea33}.OPPROG-back-btn:hover{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border-color:#667eea80;transform:translateY(-2px);box-shadow:0 8px 25px #667eea4d}.OPPROG-app-hero{position:relative;width:100%;min-height:300px;overflow:hidden;display:flex;align-items:center;justify-content:center;margin-top:0;margin-bottom:40px;padding:0;z-index:5}.OPPROG-hero-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,#667eea4d,#764ba233);z-index:1;transition:background .3s ease}.dark .OPPROG-hero-overlay{background:linear-gradient(135deg,#0f172a99,#0f172a66)}.OPPROG-app-hero-content{position:relative;display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%;height:100%;z-index:3;padding:40px 32px;gap:1.5rem}.OPPROG-app-hero-card{background:linear-gradient(135deg,#fffffffa,#f8fafcf2);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid rgba(102,126,234,.2);border-radius:16px;padding:2rem;max-width:800px;width:100%;box-shadow:0 20px 35px -5px #00000026,0 10px 15px -5px #00000014;transition:all .3s ease;display:flex;flex-direction:column;gap:1.5rem}.dark .OPPROG-app-hero-card{background:linear-gradient(135deg,#1e293bfa,#273548f2);border-color:#667eea1a;box-shadow:0 20px 35px -5px #0000004d,0 10px 15px -5px #0003}.OPPROG-app-header{display:flex;justify-content:space-between;align-items:flex-start;gap:2rem}.OPPROG-app-header h1{font-size:2rem;font-weight:800;color:#1e293b;margin:0 0 .5rem;line-height:1.2;letter-spacing:-.02em}.dark .OPPROG-app-header h1{color:#fff}.OPPROG-app-job-title{font-size:1.5rem;font-weight:700;color:#1e293b;margin:0 0 .25rem}.dark .OPPROG-app-job-title{color:#fff}.OPPROG-app-company{font-size:1rem;color:#667eea;font-weight:600;margin:0}.dark .OPPROG-app-company{color:#818cf8}.OPPROG-user-status{display:flex;align-items:center;gap:.5rem;background:#10b981;color:#fff;padding:.5rem 1rem;border-radius:8px;font-size:.875rem;font-weight:600;white-space:nowrap}.OPPROG-app-meta{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:1rem}.OPPROG-app-meta-item{display:flex;align-items:center;gap:.75rem;padding:.75rem;background:#667eea0d;border-radius:8px;color:#334155;font-size:.875rem;font-weight:600}.dark .OPPROG-app-meta-item{background:#667eea1a;color:#e2e8f0}.OPPROG-app-meta-item svg{color:#667eea;flex-shrink:0}.OPPROG-app-container{max-width:900px;margin:0 auto;padding:0 32px 3rem}.OPPROG-application-form{display:flex;flex-direction:column;gap:2rem}.OPPROG-alert{display:flex;align-items:center;gap:1rem;padding:1.25rem 1.5rem;border-radius:12px;font-weight:600;border-left:4px solid}.OPPROG-alert-error{background:linear-gradient(135deg,#ef44441a,#dc26260d);color:#dc2626;border-color:#ef4444}.dark .OPPROG-alert-error{background:linear-gradient(135deg,#ef444426,#dc26261a);color:#fca5a5}.OPPROG-form-section{background:linear-gradient(135deg,#fffffff2,#f8fafce6);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1px solid rgba(102,126,234,.2);border-radius:16px;padding:2.5rem;box-shadow:0 10px 25px -5px #0000001a,0 10px 10px -5px #0000000a;transition:all .3s ease}.dark .OPPROG-form-section{background:linear-gradient(135deg,#1e293bf2,#273548e6);border-color:#667eea1a;box-shadow:0 10px 25px -5px #0000004d,0 10px 10px -5px #0003}.OPPROG-form-section:hover{transform:translateY(-2px);box-shadow:0 15px 35px -5px #667eea26}.OPPROG-form-section-header{display:flex;align-items:center;margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:2px solid rgba(102,126,234,.1)}.OPPROG-form-section-header h2{display:flex;align-items:center;gap:.75rem;margin:0;font-size:1.375rem;font-weight:700;color:#1e293b}.dark .OPPROG-form-section-header h2{color:#fff}.OPPROG-form-section-header h2 svg{color:#667eea}.OPPROG-form-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem}.OPPROG-form-group{display:flex;flex-direction:column;gap:.5rem}.OPPROG-form-label{font-size:.875rem;font-weight:600;color:#1e293b;display:flex;align-items:center;gap:.25rem}.dark .OPPROG-form-label{color:#fff}.OPPROG-required{color:#ef4444;font-weight:700}.OPPROG-form-input,.OPPROG-form-select,.OPPROG-form-textarea{padding:.875rem;border:2px solid rgba(102,126,234,.2);border-radius:10px;font-size:.875rem;background-color:#ffffffe6;transition:all .2s ease;font-family:inherit;color:#1e293b}.dark .OPPROG-form-input,.dark .OPPROG-form-select,.dark .OPPROG-form-textarea{background-color:#1e293b99;border-color:#667eea26;color:#e2e8f0}.OPPROG-form-input:focus,.OPPROG-form-select:focus,.OPPROG-form-textarea:focus{outline:none;border-color:#667eea;background-color:#fffffffa;box-shadow:0 0 0 3px #667eea1a}.dark .OPPROG-form-input:focus,.dark .OPPROG-form-select:focus,.dark .OPPROG-form-textarea:focus{background-color:#1e293bcc}.OPPROG-form-input.error,.OPPROG-form-textarea.error{border-color:#ef4444;background-color:#ef44440d}.OPPROG-form-textarea{resize:vertical;min-height:120px;line-height:1.6}.OPPROG-salary-input{display:flex;gap:.75rem}.OPPROG-currency-select{flex:0 0 100px}.OPPROG-salary-input .OPPROG-form-input{flex:1}.OPPROG-checkbox-label{display:flex;align-items:center;gap:.75rem;cursor:pointer;padding:1rem;border-radius:8px;border:1px solid rgba(102,126,234,.2);background:#ffffffe6;transition:all .2s ease;font-size:.95rem;font-weight:500;color:#1e293b}.dark .OPPROG-checkbox-label{background:#1e293b99;border-color:#667eea26;color:#e2e8f0}.OPPROG-checkbox-label:hover{background:linear-gradient(135deg,#667eea0d,#764ba208);border-color:#667eea}.OPPROG-checkbox{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:20px;height:20px;border:2px solid rgba(102,126,234,.3);border-radius:6px;background-color:transparent;cursor:pointer;position:relative;transition:all .2s ease;flex-shrink:0}.OPPROG-checkbox:checked{background-color:#667eea;border-color:#667eea}.OPPROG-checkbox:checked:after{content:"✓";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);color:#fff;font-size:12px;font-weight:700}.OPPROG-file-upload-group{display:flex;flex-direction:column;gap:1rem}.OPPROG-file-input{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.OPPROG-file-label{display:flex;align-items:center;gap:1.25rem;padding:2rem;border:2px dashed rgba(102,126,234,.3);border-radius:12px;background:#667eea0d;cursor:pointer;transition:all .2s ease}.dark .OPPROG-file-label{background:#667eea14;border-color:#667eea33}.OPPROG-file-label:hover{border-color:#667eea;background:#667eea1a}.OPPROG-file-label svg{color:#667eea;flex-shrink:0}.OPPROG-file-label-main{font-weight:600;color:#1e293b;margin:0 0 .25rem}.dark .OPPROG-file-label-main{color:#fff}.OPPROG-file-label-sub{font-size:.75rem;color:#64748b;margin:0}.dark .OPPROG-file-label-sub{color:#94a3b8}.OPPROG-file-selected{display:inline-block;background:#10b981;color:#fff;padding:.25rem .75rem;border-radius:6px;font-size:.75rem;font-weight:600;margin-left:auto}.OPPROG-char-counter{text-align:right;font-size:.75rem;color:#64748b;margin-top:.25rem}.dark .OPPROG-char-counter{color:#94a3b8}.OPPROG-error-text{font-size:.75rem;color:#ef4444;margin-top:.25rem;display:flex;align-items:center;gap:.25rem}.OPPROG-form-submit-section{display:flex;flex-direction:column;align-items:center;gap:1.5rem;padding:2.5rem;background:linear-gradient(135deg,#667eea0d,#764ba208);border:1px solid rgba(102,126,234,.2);border-radius:16px}.dark .OPPROG-form-submit-section{background:linear-gradient(135deg,#667eea1a,#764ba20d);border-color:#667eea26}.OPPROG-submit-btn{display:inline-flex;align-items:center;justify-content:center;gap:.75rem;padding:1.25rem 3rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:10px;font-weight:700;font-size:1rem;text-transform:uppercase;letter-spacing:.05em;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px #667eea4d}.OPPROG-submit-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 25px #667eea66}.OPPROG-submit-btn:disabled{opacity:.7;cursor:not-allowed;transform:none}.OPPROG-spinner{animation:spin 1s linear infinite}.OPPROG-disclaimer{text-align:center;font-size:.75rem;color:#64748b;margin:0;max-width:500px;line-height:1.5}.dark .OPPROG-disclaimer{color:#94a3b8}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (max-width: 900px){.OPPROG-app-container{padding:0 24px 2rem}.OPPROG-app-header{flex-direction:column;gap:1rem}.OPPROG-user-status{width:100%;justify-content:center}}@media (max-width: 768px){.OPPROG-app-hero-content{padding:24px 16px}.OPPROG-app-container{padding:0 16px 2rem}.OPPROG-form-section{padding:2rem 1.5rem}.OPPROG-app-hero-card{padding:1.5rem}.OPPROG-app-header h1{font-size:1.5rem}.OPPROG-app-job-title{font-size:1.25rem}.OPPROG-form-grid,.OPPROG-app-meta{grid-template-columns:1fr}.OPPROG-salary-input{flex-direction:column}.OPPROG-submit-btn{width:100%}.OPPROG-file-label{flex-direction:column;text-align:center;gap:1rem}.OPPROG-file-selected{margin-left:0;width:100%}}@media (max-width: 480px){.OPPROG-app-hero-content{padding:16px;gap:1rem}.OPPROG-app-container{padding:0 12px 1.5rem}.OPPROG-form-section{padding:1.5rem 1rem}.OPPROG-app-hero-card{padding:1.25rem}.OPPROG-app-header h1{font-size:1.25rem}.OPPROG-app-job-title,.OPPROG-form-section-header h2{font-size:1rem}.OPPROG-form-submit-section{padding:1.5rem}.OPPROG-submit-btn{padding:1rem 2rem;font-size:.875rem}.OPPROG-checkbox-label{padding:.75rem}.OPPROG-file-label{padding:1.5rem}}.dark .OPPROG-page-wrapper{color:#e2e8f0}.light .OPPROG-page-wrapper{color:#334155}@media (prefers-reduced-motion: reduce){*{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}.OPPROG-form-input:focus-visible,.OPPROG-form-select:focus-visible,.OPPROG-form-textarea:focus-visible,.OPPROG-checkbox:focus-visible,.OPPROG-submit-btn:focus-visible,.OPPROG-btn-primary:focus-visible,.OPPROG-btn-secondary:focus-visible,.OPPROG-back-btn:focus-visible{outline:2px solid #667eea;outline-offset:2px}.universities-hero-container{position:relative;width:100%;height:300px;overflow:hidden;display:flex;justify-content:center;align-items:center;margin:72px 0 0;padding:0}@media (max-width: 768px){.universities-hero-container{margin-top:64px}}.universities-hero-background{position:absolute;top:0;right:0;bottom:0;left:0;background-size:cover;background-position:center;background-repeat:no-repeat;width:100%;height:100%;z-index:1}.universities-hero-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,#667eea4d,#764ba233);z-index:2;transition:background .3s ease}.dark .universities-hero-overlay{background:linear-gradient(135deg,#0f172a99,#0f172a66)}.light .universities-hero-overlay{background:linear-gradient(135deg,#ffffff4d,#f0fdf433,#fffbeb4d)}.universities-hero-content{position:relative;display:flex;justify-content:center;align-items:center;width:100%;height:100%;z-index:3;padding:40px 24px;text-align:center}.universities-hero-text{max-width:600px;animation:slideUp .8s ease-out}.universities-hero-title{font-size:2.5rem;font-weight:800;color:#fff;margin-bottom:12px;text-shadow:0 4px 12px rgba(0,0,0,.2);letter-spacing:-.02em;transition:all .3s ease}.dark .universities-hero-title{color:#fff;text-shadow:0 2px 8px rgba(0,0,0,.4)}.light .universities-hero-title{color:#1e293b;text-shadow:0 2px 10px rgba(0,0,0,.1)}.universities-hero-subtitle{font-size:1rem;color:#fff;line-height:1.6;text-shadow:0 2px 8px rgba(0,0,0,.2);transition:all .3s ease;font-weight:500}.dark .universities-hero-subtitle{color:#e2e8f0;text-shadow:0 2px 8px rgba(0,0,0,.4)}.light .universities-hero-subtitle{color:#1e293b;text-shadow:0 2px 8px rgba(0,0,0,.1)}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 768px){.universities-hero-container{height:200px}.universities-hero-title{font-size:1.8rem}.universities-hero-subtitle{font-size:.9rem}}@media (max-width: 480px){.universities-hero-container{height:150px}.universities-hero-title{font-size:1.4rem;margin-bottom:8px}.universities-hero-subtitle{font-size:.8rem}.universities-hero-content{padding:20px 16px}}:root{--ue-primary: #2563eb;--ue-primary-dark: #1e40af;--ue-primary-light: #eff6ff;--ue-secondary: #0f172a;--ue-bg-page: #f8fafc;--ue-bg-card: #ffffff;--ue-bg-card-hover: #f8fafc;--ue-text-main: #1e293b;--ue-text-muted: #64748b;--ue-border: #e2e8f0;--ue-shadow: 0 4px 6px -1px rgba(0, 0, 0, .05);--ue-orbit-line: #cbd5e1}.UNIWITHOEXAMS-page-wrapper{min-height:100vh;margin-top:30px;background-color:var(--ue-bg-page);color:var(--ue-text-main);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.6;transition:background-color .3s ease,color .3s ease}.dark .UNIWITHOEXAMS-page-wrapper{--ue-primary: #3b82f6;--ue-primary-dark: #60a5fa;--ue-primary-light: rgba(59, 130, 246, .15);--ue-secondary: #f1f5f9;--ue-bg-page: #0f172a;--ue-bg-card: #1e293b;--ue-bg-card-hover: #334155;--ue-text-main: #e2e8f0;--ue-text-muted: #94a3b8;--ue-border: #334155;--ue-shadow: 0 10px 15px -3px rgba(0, 0, 0, .3);--ue-orbit-line: #475569}.UNIWITHOEXAMS-hero{position:relative;min-height:80vh;display:flex;align-items:center;justify-content:center;text-align:center;overflow:hidden;background-color:var(--ue-bg-card)}.UNIWITHOEXAMS-hero-bg{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0}.UNIWITHOEXAMS-hero-img{width:100%;height:100%;object-fit:cover;opacity:.9}.UNIWITHOEXAMS-hero-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(180deg,#fffffff2,#f8fafccc);-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);transition:background .3s ease}.dark .UNIWITHOEXAMS-hero-overlay{background:linear-gradient(180deg,#0f172af2,#0f172ae6)}.UNIWITHOEXAMS-hero-content{position:relative;z-index:2;padding:0 1.5rem;max-width:900px;animation:fadeInSlideUp .8s ease-out}.UNIWITHOEXAMS-badge{display:inline-flex;align-items:center;gap:8px;background:var(--ue-primary-light);border:1px solid var(--ue-primary);color:var(--ue-primary);padding:6px 16px;border-radius:50px;font-size:.85rem;font-weight:700;margin-bottom:1.5rem;text-transform:uppercase;letter-spacing:.5px;box-shadow:0 2px 4px #2563eb1a}.dark .UNIWITHOEXAMS-badge{border-color:#3b82f64d}.UNIWITHOEXAMS-hero-title{font-size:4rem;font-weight:800;margin-bottom:1.5rem;line-height:1.1;color:var(--ue-secondary);letter-spacing:-1px}.UNIWITHOEXAMS-highlight{color:var(--ue-primary);position:relative;display:inline-block}.UNIWITHOEXAMS-highlight:after{content:"";position:absolute;bottom:5px;left:0;width:100%;height:8px;background:#2563eb26;z-index:-1}.dark .UNIWITHOEXAMS-highlight:after{background:#3b82f640}.UNIWITHOEXAMS-hero-subtitle{font-size:1.35rem;color:var(--ue-text-muted);max-width:700px;margin:0 auto 2.5rem;font-weight:400}.UNIWITHOEXAMS-btn-group{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.UNIWITHOEXAMS-primary-btn{background-color:var(--ue-primary);color:#fff;border:none;padding:1rem 2.5rem;border-radius:8px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .2s ease;box-shadow:0 4px 6px #2563eb33;display:flex;align-items:center;justify-content:center}.UNIWITHOEXAMS-primary-btn:hover{background-color:var(--ue-primary-dark);transform:translateY(-2px);box-shadow:0 8px 12px #2563eb40}.UNIWITHOEXAMS-primary-btn.white{background:#fff;color:#2563eb;box-shadow:0 4px 6px #0000001a}.dark .UNIWITHOEXAMS-primary-btn.white{background:#f1f5f9;color:#0f172a}.UNIWITHOEXAMS-primary-btn.white:hover{background:#f8fafc}.UNIWITHOEXAMS-secondary-btn{background:transparent;color:var(--ue-secondary);border:2px solid var(--ue-border);padding:1rem 2.5rem;border-radius:8px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .2s ease}.UNIWITHOEXAMS-secondary-btn:hover{border-color:var(--ue-primary);color:var(--ue-primary);background:var(--ue-primary-light)}.UNIWITHOEXAMS-container{max-width:1280px;margin:-60px auto 0;padding:0 2rem 4rem;position:relative;z-index:10}.UNIWITHOEXAMS-section{margin-bottom:8rem}.UNIWITHOEXAMS-section-header{text-align:center;margin-bottom:4rem}.UNIWITHOEXAMS-section-header h2{font-size:2.5rem;font-weight:800;margin-bottom:1rem;color:var(--ue-secondary);letter-spacing:-.5px}.UNIWITHOEXAMS-section-header p{color:var(--ue-text-muted);font-size:1.2rem;max-width:600px;margin:0 auto}.UNIWITHOEXAMS-stats-bar{display:grid;grid-template-columns:repeat(3,1fr);background:var(--ue-bg-card);border-radius:16px;padding:3rem;margin-bottom:5rem;text-align:center;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;border:1px solid var(--ue-border);transition:background-color .3s ease,border-color .3s ease}.dark .UNIWITHOEXAMS-stats-bar{background:linear-gradient(145deg,#1e293b,#334155);border-color:#94a3b81a}.UNIWITHOEXAMS-stat{border-right:1px solid var(--ue-border);display:flex;flex-direction:column;align-items:center;justify-content:center}.UNIWITHOEXAMS-stat:last-child{border-right:none}.UNIWITHOEXAMS-stat h3{font-size:3rem;color:var(--ue-primary);margin-bottom:.5rem;font-weight:800;line-height:1}.UNIWITHOEXAMS-stat p{font-size:.95rem;color:var(--ue-text-muted);text-transform:uppercase;letter-spacing:1.5px;font-weight:600}.UNIWITHOEXAMS-features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:2rem}.UNIWITHOEXAMS-feature-card{background:var(--ue-bg-card);padding:2.5rem;border-radius:12px;text-align:left;transition:all .3s cubic-bezier(.4,0,.2,1);border:1px solid var(--ue-border);box-shadow:var(--ue-shadow)}.dark .UNIWITHOEXAMS-feature-card{background:linear-gradient(145deg,#1e293b,#273548);border-color:#94a3b81a}.UNIWITHOEXAMS-feature-card:hover{transform:translateY(-8px);box-shadow:0 20px 25px -5px #0000001a;border-color:var(--ue-primary)}.dark .UNIWITHOEXAMS-feature-card:hover{background:#1e293bcc;box-shadow:0 20px 25px -5px #0000004d}.UNIWITHOEXAMS-feature-icon{width:60px;height:60px;background:var(--ue-primary-light);color:var(--ue-primary);border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem}.UNIWITHOEXAMS-feature-card h3{font-size:1.25rem;font-weight:700;margin-bottom:.75rem;color:var(--ue-secondary)}.UNIWITHOEXAMS-feature-card p{color:var(--ue-text-muted);font-size:1rem;line-height:1.6}.UNIWITHOEXAMS-circle-wrapper{display:flex;justify-content:center;align-items:center;position:relative;min-height:600px;background:var(--ue-bg-card);border-radius:24px;border:1px solid var(--ue-border);background-image:radial-gradient(var(--ue-border) 1px,transparent 1px);background-size:20px 20px;transition:background .3s ease}.dark .UNIWITHOEXAMS-circle-wrapper{background:#1e293b;background-image:radial-gradient(rgba(255,255,255,.1) 1px,transparent 1px)}.UNIWITHOEXAMS-orbit-system{position:relative;width:480px;height:480px}.UNIWITHOEXAMS-orbit-ring-outer{position:absolute;width:100%;height:100%;border:2px dashed var(--ue-orbit-line);border-radius:50%;animation:spin-slow 60s linear infinite}.UNIWITHOEXAMS-orbit-ring-inner{position:absolute;width:320px;height:320px;top:80px;left:80px;border:1px solid var(--ue-border);border-radius:50%;background:#ffffff80}.dark .UNIWITHOEXAMS-orbit-ring-inner{background:#0f172a80}.UNIWITHOEXAMS-center-card{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:280px;height:280px;background:var(--ue-bg-card);border-radius:50%;box-shadow:0 10px 30px #0000001a;display:flex;align-items:center;justify-content:center;text-align:center;padding:2rem;z-index:5;border:4px solid var(--ue-bg-page)}.UNIWITHOEXAMS-center-content{animation:fadeScale .4s ease-out}.UNIWITHOEXAMS-step-indicator{display:block;color:var(--ue-primary);font-size:.8rem;font-weight:800;text-transform:uppercase;letter-spacing:2px;margin-bottom:.5rem}.UNIWITHOEXAMS-center-title{font-size:1.75rem;font-weight:800;margin-bottom:.75rem;color:var(--ue-secondary)}.UNIWITHOEXAMS-center-desc{font-size:1rem;color:var(--ue-text-muted);line-height:1.5}.UNIWITHOEXAMS-circle-step{position:absolute;width:70px;height:70px;background:var(--ue-bg-card);border:2px solid var(--ue-border);border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--ue-text-muted);cursor:pointer;transform:translate(-50%,-50%);transition:all .3s ease;z-index:10;box-shadow:0 4px 6px #0000000d}.UNIWITHOEXAMS-circle-step:hover,.UNIWITHOEXAMS-circle-step.active{width:85px;height:85px;background:var(--ue-primary);border-color:var(--ue-primary);color:#fff;box-shadow:0 10px 25px #2563eb66;z-index:12}.UNIWITHOEXAMS-step-badge{position:absolute;top:-5px;right:-5px;width:26px;height:26px;background:var(--ue-secondary);border:2px solid var(--ue-bg-card);border-radius:50%;font-size:.75rem;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700}.dark .UNIWITHOEXAMS-step-badge{color:#0f172a}.UNIWITHOEXAMS-mobile-process{display:none}.UNIWITHOEXAMS-faculties-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem}.UNIWITHOEXAMS-faculty-card{background:var(--ue-bg-card);border:1px solid var(--ue-border);border-radius:12px;padding:1.5rem 2rem;display:flex;align-items:center;gap:1.2rem;cursor:pointer;transition:all .2s ease}.dark .UNIWITHOEXAMS-faculty-card{background:linear-gradient(145deg,#1e293b,#273548)}.UNIWITHOEXAMS-faculty-card:hover{border-color:var(--ue-primary);box-shadow:0 10px 20px -5px #2563eb1a;transform:translateY(-2px)}.UNIWITHOEXAMS-fac-icon{color:var(--ue-primary)}.UNIWITHOEXAMS-faculty-card span{font-size:1.15rem;font-weight:600;flex:1;color:var(--ue-secondary)}.UNIWITHOEXAMS-arrow{color:#cbd5e1;transition:.2s}.dark .UNIWITHOEXAMS-arrow{color:#475569}.UNIWITHOEXAMS-faculty-card:hover .UNIWITHOEXAMS-arrow{color:var(--ue-primary);transform:translate(5px)}.UNIWITHOEXAMS-docs-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.25rem}.UNIWITHOEXAMS-doc-item{background:var(--ue-bg-card);padding:1.25rem 1.5rem;border-radius:10px;display:flex;align-items:center;gap:15px;border:1px solid var(--ue-border);transition:all .2s ease}.dark .UNIWITHOEXAMS-doc-item{background:linear-gradient(145deg,#1e293b,#273548)}.UNIWITHOEXAMS-doc-item:hover{border-color:var(--ue-primary);background:var(--ue-bg-card-hover)}.UNIWITHOEXAMS-doc-icon{color:var(--ue-primary);opacity:.8}.UNIWITHOEXAMS-check-icon{color:#10b981;margin-left:auto}.UNIWITHOEXAMS-doc-item span{font-weight:600;font-size:1rem;color:var(--ue-secondary)}.UNIWITHOEXAMS-faq-list{max-width:800px;margin:0 auto}.UNIWITHOEXAMS-faq-item{background:var(--ue-bg-card);border:1px solid var(--ue-border);border-radius:10px;margin-bottom:1rem;overflow:hidden;transition:all .3s ease}.dark .UNIWITHOEXAMS-faq-item{border-color:#334155;background:#1e293b}.UNIWITHOEXAMS-faq-item.open{border-color:var(--ue-primary);box-shadow:0 4px 6px #2563eb1a}.UNIWITHOEXAMS-faq-question{padding:1.5rem;display:flex;justify-content:space-between;align-items:center;font-weight:700;font-size:1.1rem;cursor:pointer;color:var(--ue-secondary);background:var(--ue-bg-card)}.UNIWITHOEXAMS-faq-question:hover{background:var(--ue-bg-card-hover)}.UNIWITHOEXAMS-faq-answer{max-height:0;overflow:hidden;transition:max-height .3s ease-out;background:var(--ue-bg-card-hover);border-top:1px solid var(--ue-border)}.UNIWITHOEXAMS-faq-item.open .UNIWITHOEXAMS-faq-answer{max-height:300px;padding:1.5rem}.UNIWITHOEXAMS-faq-answer p{color:var(--ue-text-muted);line-height:1.6}.UNIWITHOEXAMS-cta-box{text-align:center;background:linear-gradient(135deg,var(--ue-primary) 0%,var(--ue-primary-dark) 100%);border-radius:20px;padding:5rem 2rem;position:relative;overflow:hidden;color:#fff;box-shadow:0 20px 40px -10px #2563eb80}.UNIWITHOEXAMS-cta-content{position:relative;z-index:2}.UNIWITHOEXAMS-cta-content h2{font-size:2.5rem;margin-bottom:1rem;font-weight:800;color:#fff}.UNIWITHOEXAMS-cta-content p{font-size:1.25rem;margin-bottom:2.5rem;opacity:.95;color:#eff6ff}.UNIWITHOEXAMS-cta-actions{display:flex;justify-content:center;gap:1rem}.UNIWITHOEXAMS-cta-actions .UNIWITHOEXAMS-secondary-btn{border-color:#fff6;color:#fff;background:transparent}.UNIWITHOEXAMS-cta-actions .UNIWITHOEXAMS-secondary-btn:hover{background:#ffffff1a;border-color:#fff}@keyframes fadeInSlideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes spin-slow{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes fadeScale{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}@media (max-width: 768px){.UNIWITHOEXAMS-hero-title{font-size:2.8rem}.UNIWITHOEXAMS-stats-bar{grid-template-columns:1fr;gap:2rem;padding:2rem;text-align:left}.UNIWITHOEXAMS-stat{border-right:none;border-bottom:1px solid var(--ue-border);padding-bottom:2rem;align-items:flex-start}.UNIWITHOEXAMS-stat:last-child{border-bottom:none;padding-bottom:0}.UNIWITHOEXAMS-orbit-system{display:none}.UNIWITHOEXAMS-circle-wrapper{min-height:auto;display:block;background:transparent;border:none;background-image:none}.UNIWITHOEXAMS-mobile-process{display:flex;flex-direction:column;gap:1rem}.UNIWITHOEXAMS-mobile-step{background:var(--ue-bg-card);padding:1.5rem;border-radius:12px;display:flex;align-items:center;gap:1rem;border:1px solid var(--ue-border);cursor:pointer;box-shadow:0 2px 4px #0000000d}.UNIWITHOEXAMS-mobile-step.active{border-color:var(--ue-primary);background:var(--ue-primary-light)}.dark .UNIWITHOEXAMS-mobile-step.active{background:#3b82f626}.UNIWITHOEXAMS-mobile-number{width:40px;height:40px;background:var(--ue-primary);border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;color:#fff;flex-shrink:0}.UNIWITHOEXAMS-mobile-info h4{margin:0 0 .2rem;font-size:1.1rem;color:var(--ue-secondary)}.UNIWITHOEXAMS-mobile-info p{margin:0;font-size:.9rem;color:var(--ue-text-muted)}.UNIWITHOEXAMS-btn-group,.UNIWITHOEXAMS-cta-actions{flex-direction:column}}
