@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap";@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap";@import"https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css";.language-switcher{position:relative}.language-button{display:flex;align-items:center;gap:.5rem;padding:.375rem .75rem;background-color:#1e3a8a66;border:1px solid rgba(30,64,175,.3);border-radius:9999px;cursor:pointer;transition:all .2s ease}.language-button:hover{background-color:#1e3a8a99}.language-flag{font-size:1.125rem}.language-name{font-size:.875rem;font-weight:500;color:#fff}.language-arrow{width:.875rem;height:.875rem;color:#94a3b8;transition:transform .2s ease}.language-arrow.open{transform:rotate(180deg)}.language-dropdown{position:absolute;top:calc(100% + .5rem);right:0;width:10rem;background-color:#1e3a8acc;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid rgba(30,64,175,.3);border-radius:.5rem;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;z-index:50;overflow:hidden}.language-option{display:flex;align-items:center;width:100%;padding:.75rem 1rem;font-size:.875rem;color:#e2e8f0;background-color:transparent;border:none;cursor:pointer;transition:all .2s ease;text-align:left}.language-option .language-flag{margin-right:.75rem}.language-option:hover{background-color:#1e3a8a99;color:#fff}.language-option.active{background-color:#3b82f64d;color:#fff}.main-header{background:linear-gradient(135deg,#0a1929,#0d2b4d);padding:1.25rem 0;position:fixed;top:0;left:0;right:0;z-index:1000;box-shadow:0 4px 20px #0006;border-bottom:2px solid rgba(59,130,246,.3)}.main-header:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:repeating-linear-gradient(-45deg,#bf0a3008,#bf0a3008 12px,#ffffff05 12px,#ffffff05 24px,#00286808 24px,#00286808 36px);z-index:1;animation:wave-movement 20s ease-in-out infinite}.main-header:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background-image:radial-gradient(circle at 15% 50%,rgba(255,255,255,.25) 1px,transparent 1px),radial-gradient(circle at 85% 30%,rgba(255,255,255,.2) 1px,transparent 1px),radial-gradient(circle at 50% 80%,rgba(255,255,255,.15) 1px,transparent 1px);background-size:60px 60px,80px 80px,70px 70px;z-index:1;animation:twinkle 15s ease-in-out infinite}@keyframes wave-movement{0%,to{transform:translate(0)}50%{transform:translate(5px)}}.header-content{display:flex;align-items:center;justify-content:space-between;width:100%;position:relative;z-index:10}.cta-button{background:linear-gradient(135deg,#3b82f6,#1e40af);color:#fff;border:none;border-radius:.5rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 12px #3b82f64d}.cta-button:hover{background:linear-gradient(135deg,#2563eb,#1d4ed8);transform:translateY(-2px);box-shadow:0 6px 16px #3b82f666}.logo{display:flex;align-items:center}.logo-text{color:#fff;font-size:1.75rem;font-weight:700;letter-spacing:1.5px;text-shadow:0 2px 8px rgba(0,0,0,.5);background:linear-gradient(135deg,#fff,#e2e8f0);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.main-nav{display:none}.nav-link{color:#e2e8f0;padding:.75rem 1.25rem;font-size:1rem;font-weight:500;transition:all .3s ease;position:relative;border-radius:.5rem}.nav-link:hover{color:#fff;background:#ffffff1a;transform:translateY(-1px)}.nav-link.active{color:#fff;background:#3b82f633;font-weight:600}.nav-link.active:after{content:"";position:absolute;bottom:-8px;left:50%;transform:translate(-50%);width:30px;height:3px;background:linear-gradient(90deg,#60a5fa,#3b82f6);border-radius:2px}.header-actions{display:flex;align-items:center;gap:1rem}.user-profile{position:relative;cursor:pointer}.user-avatar{width:2.75rem;height:2.75rem;border-radius:50%;overflow:hidden;border:3px solid rgba(255,255,255,.3);cursor:pointer;transition:all .3s ease;box-shadow:0 4px 12px #0000004d}.user-avatar:hover{border-color:#3b82f699;transform:scale(1.05);box-shadow:0 6px 16px #3b82f666}.user-avatar img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.user-avatar-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#3b82f6,#1e40af);color:#fff;font-weight:700;font-size:1.2rem}.profile-dropdown{position:absolute;top:calc(100% + .5rem);right:0;min-width:220px;background-color:#fff;border-radius:.5rem;box-shadow:0 4px 12px #00000026;z-index:100;overflow:hidden;animation:fadeIn .2s ease}.profile-dropdown-header{padding:1rem;background-color:#f8fafc;border-bottom:1px solid #e2e8f0}.profile-dropdown-name{font-weight:600;color:#0f172a;margin-bottom:.25rem}.profile-dropdown-email{font-size:.875rem;color:#64748b;word-break:break-word}.profile-dropdown-divider{height:1px;background-color:#e2e8f0}.profile-dropdown-item{padding:.75rem 1rem;display:flex;align-items:center;color:#334155;transition:background-color .2s ease;cursor:pointer}.profile-dropdown-item:hover{background-color:#f1f5f9;color:#0f172a}.profile-dropdown-icon{margin-right:.75rem;color:#64748b}.profile-dropdown-item:hover .profile-dropdown-icon{color:#0f172a}.mobile-user-actions{display:flex;flex-direction:column;gap:1rem;padding:1rem 0;border-top:1px solid rgba(255,255,255,.1);margin-top:1rem}.mobile-logout-button{background:linear-gradient(90deg,#dc2626,#b91c1c);color:#fff;border:none;padding:.75rem 1rem;border-radius:.5rem;font-weight:500;cursor:pointer;transition:all .2s ease;width:100%}.mobile-logout-button:hover{background:linear-gradient(90deg,#b91c1c,#991b1b);transform:translateY(-1px)}.mobile-menu-button{display:flex;align-items:center;justify-content:center;background:none;border:none;color:#fff;cursor:pointer;padding:.5rem}.hamburger{width:24px;height:2px;background:#fff;position:relative;transition:all .3s ease}.hamburger:before,.hamburger:after{content:"";position:absolute;width:24px;height:2px;background:#fff;transition:all .3s ease}.hamburger:before{top:-8px}.hamburger:after{top:8px}.hamburger.active{background:transparent}.hamburger.active:before{top:0;transform:rotate(45deg)}.hamburger.active:after{top:0;transform:rotate(-45deg)}.mobile-nav{display:flex;flex-direction:column;padding:1rem 0}.mobile-nav-link{color:#cbd5e1;padding:1rem;border-bottom:1px solid rgba(255,255,255,.1);transition:all .2s ease}.mobile-nav-link:hover,.mobile-nav-link.active{color:#fff;background:#ffffff1a}.mobile-actions{padding:1rem;border-top:1px solid rgba(255,255,255,.1);display:flex;justify-content:center}@media (min-width: 768px){.main-nav{display:flex;align-items:center;gap:.5rem}.mobile-menu-button,.mobile-menu{display:none}}.home-page-container{font-family:Inter,sans-serif;background:transparent;color:#fff;min-height:100vh;position:relative;overflow-x:hidden;margin:0;padding:0}.glass{background:#ffffff14;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.15);box-shadow:0 4px 30px #0000001a}.nav-link{position:relative;padding:8px 16px;border-radius:24px;transition:all .3s ease}.nav-link:hover{background:#ffffff26}.nav-link:after{content:"";position:absolute;bottom:0;left:50%;width:0;height:2px;transform:translate(-50%);transition:width .3s ease}.nav-link:hover:after,.nav-link.active:after{width:70%}.globe-container:hover .orbit{animation:orbit 4s linear infinite}.orbit{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:28px;height:28px;border-radius:50%;border:1px dashed rgba(255,255,255,.5);transition:all .4s ease}.star{position:absolute;top:-5px;left:50%;transform:translate(-50%);width:8px;height:8px;background:#fff;border-radius:50%;box-shadow:0 0 6px 2px #fffc}@keyframes orbit{0%{transform:translate(-50%,-50%) rotate(0)}to{transform:translate(-50%,-50%) rotate(360deg)}}.avatar-border{border-width:2px;animation:border-color-change 6s linear infinite;border-style:solid}@keyframes border-color-change{0%{border-color:#bf0a30}33%{border-color:#fff}66%{border-color:#002868}to{border-color:#bf0a30}}#hero-extended{background:transparent;position:relative;min-height:100vh;margin-top:0;padding-top:0}.visa-types-section{background:transparent;position:relative;min-height:100vh;padding:80px 0}.flag-wave-extended{position:absolute;top:0;left:0;right:0;bottom:0;background:repeating-linear-gradient(-45deg,#bf0a3005,#bf0a3005 12px,#ffffff04 12px,#ffffff04 24px,#00286805 24px,#00286805 36px);z-index:1;animation:wave-movement 20s ease-in-out infinite}.star-bg-extended{position:absolute;top:0;left:0;right:0;bottom:0;background-image:radial-gradient(circle at 20% 30%,rgba(255,255,255,.3) 1px,transparent 1px),radial-gradient(circle at 80% 20%,rgba(255,255,255,.25) 1px,transparent 1px),radial-gradient(circle at 60% 70%,rgba(255,255,255,.2) 1px,transparent 1px),radial-gradient(circle at 30% 80%,rgba(255,255,255,.3) 1px,transparent 1px),radial-gradient(circle at 90% 60%,rgba(255,255,255,.25) 1px,transparent 1px);background-size:80px 80px,120px 120px,100px 100px,140px 140px,90px 90px;z-index:1;animation:twinkle 15s ease-in-out infinite}.liberty-hologram{position:absolute;top:20%;left:50%;width:400px;height:400px;background:radial-gradient(circle at center,rgba(66,153,225,.12) 0%,rgba(30,64,175,.08) 40%,transparent 70%);opacity:.2;transform:translate(-50%,-50%);filter:drop-shadow(0 0 30px rgba(0,100,255,.3));z-index:1;pointer-events:none;animation:hologram-float 12s ease-in-out infinite}@keyframes hologram-float{0%,to{transform:translate(-50%,-50%) scale(1)}50%{transform:translate(-50%,-60%) scale(1.05)}}.hero-content-section{position:relative;z-index:10;padding:80px 0;display:flex;align-items:center;min-height:60vh}.hero-main-title{font-size:clamp(3.25rem,7.8vw,6.5rem);font-weight:700;line-height:1.2;margin-bottom:1.5rem;letter-spacing:-.01em;text-align:center}.hero-subtitle{font-size:clamp(1.25rem,3vw,1.75rem);color:#ffffffe6;margin-bottom:2.5rem;max-width:600px;margin-left:auto;margin-right:auto;font-weight:400;line-height:1.4;text-shadow:0 2px 4px rgba(0,0,0,.3)}.cta-button-hero{display:inline-block;background:linear-gradient(135deg,#1e40af,#3b82f6,#60a5fa);color:#fff;padding:1rem 2.5rem;border-radius:50px;text-decoration:none;transition:all .4s ease;position:relative;overflow:hidden;box-shadow:0 6px 20px #3b82f666,0 0 0 2px #ffffff1a;font-size:1.1rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.cta-button-hero: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 ease}.cta-button-hero:hover{transform:translateY(-3px) scale(1.05);box-shadow:0 12px 35px #3b82f699,0 0 0 4px #fff3}.cta-button-hero:hover:before{left:100%}.cta-button-hero:active{transform:translateY(-1px) scale(1.02)}.how-it-works-section-integrated{position:relative;z-index:10;padding:80px 0 120px}.section-title{font-size:clamp(2.25rem,5.5vw,4.5rem);font-weight:700;text-align:center;margin-bottom:1.5rem;color:#fffffff2;text-shadow:0 2px 4px rgba(0,0,0,.3)}.section-subtitle{text-align:center;color:#fffc;margin-bottom:4rem;max-width:600px;margin-left:auto;margin-right:auto;font-size:1.25rem;line-height:1.6}.how-it-works-container{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:3rem;max-width:1200px;margin:0 auto;position:relative;padding:2rem 0}.connector-line{position:absolute;top:50%;left:15%;right:15%;height:2px;background:linear-gradient(90deg,#bf0a3099,#fff6,#00286899);z-index:1;transform:translateY(-50%)}.info-card{background:#ffffff14;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border:1px solid rgba(255,255,255,.15);border-radius:20px;padding:2.5rem;text-align:center;transition:all .4s ease;position:relative;z-index:2;box-shadow:0 8px 32px #0003}.info-card:hover{transform:translateY(-10px) scale(1.02);background:#ffffff1f;border:1px solid rgba(255,255,255,.25);box-shadow:0 16px 48px #0000004d}.card-icon{width:80px;height:80px;background:linear-gradient(135deg,#3b82f6,#1e40af);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem;font-size:2rem;color:#fff;box-shadow:0 8px 24px #3b82f666;transition:all .4s ease}.info-card:hover .card-icon{transform:scale(1.1) rotate(5deg);box-shadow:0 12px 32px #3b82f699}.info-card:nth-child(1) .card-icon{background:linear-gradient(135deg,#bf0a30,#8b0000)}.info-card:nth-child(2) .card-icon{background:linear-gradient(135deg,#fff,#e5e5e5);color:#0a1929}.info-card:nth-child(3) .card-icon{background:linear-gradient(135deg,#002868,#001845)}.info-card h3{font-size:1.5rem;font-weight:600;margin-bottom:1rem;color:#fffffff2}.info-card p{color:#fffc;line-height:1.6;font-size:1rem}@media (max-width: 768px){.hero-content-section{padding:20px 0 40px;min-height:60vh}.liberty-hologram{width:250px;height:250px}.connector-line{display:none}.how-it-works-container{grid-template-columns:1fr;gap:2rem}.info-card{padding:2rem}.card-icon{width:60px;height:60px;font-size:1.5rem}}@media (max-width: 480px){.hero-content-section{padding:15px 0 30px}.cta-button-hero{padding:1rem 2rem;font-size:1rem}.how-it-works-section-integrated{padding:60px 0 80px}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes pulse{0%,to{box-shadow:0 0 #4299e1b3;transform:scale(1)}70%{box-shadow:0 0 0 10px #4299e100;transform:scale(1.05)}}.bg-blue-900\/40{background-color:#1e3a8a66;transition:all .3s ease}.bg-blue-900\/40:hover{background-color:#1e3a8a99;transform:translateY(-2px);box-shadow:0 4px 15px #0003}.bg-blue-900\/40:hover{transform:translateY(-2px);box-shadow:0 8px 25px #3b82f64d}.text-5xl{font-size:3rem;line-height:1;font-weight:700}.bg-blue-900\/40:hover .text-5xl{color:#fff;text-shadow:0 2px 4px rgba(0,0,0,.3);transform:scale(1.02);transition:all .3s ease}.eagle-footer{background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><circle cx="50" cy="50" r="3" fill="rgba(255,255,255,0.1)"/></svg>');animation:eagle-float 8s ease-in-out infinite}@keyframes eagle-float{0%,to{transform:translateY(0) rotate(0)}50%{transform:translateY(-15px) rotate(2deg)}}.social-icon{transition:all .3s ease;filter:grayscale(30%)}.social-icon:hover{filter:grayscale(0%);transform:translateY(-3px) scale(1.1);text-shadow:0 4px 8px rgba(0,0,0,.3)}.dropdown-menu{background:#fffffff2;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);border-radius:12px;box-shadow:0 8px 32px #0000001f;overflow:hidden}.dropdown-item{padding:12px 20px;transition:all .2s ease;border-bottom:1px solid rgba(0,0,0,.05)}.dropdown-item:hover{background:#3b82f61a;color:#1e40af}@keyframes fadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.mobile-menu{background:#0a1929fa;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-top:1px solid rgba(255,255,255,.1);animation:fadeIn .3s ease-out}.visa-type-carousel{position:relative;overflow:hidden;border-radius:16px}.carousel-item{transition:all .5s cubic-bezier(.4,0,.2,1);opacity:.7;transform:scale(.95)}.carousel-item.active{opacity:1;transform:scale(1)}.carousel-item.prev{transform:translate(-100%) scale(.9)}.carousel-item.next{transform:translate(100%) scale(.9)}.carousel-nav-button{background:#ffffffe6;border:none;border-radius:50%;width:50px;height:50px;display:flex;align-items:center;justify-content:center;font-size:1.2rem;color:#1e40af;cursor:pointer;transition:all .3s ease;position:absolute;top:50%;transform:translateY(-50%);z-index:10;box-shadow:0 4px 12px #00000026}.carousel-nav-button:hover{background:#fff;transform:translateY(-50%) scale(1.1);box-shadow:0 6px 20px #0003}.carousel-nav-button.prev{left:20px}.carousel-nav-button.next{right:20px}.carousel-indicators{display:flex;justify-content:center;gap:8px;margin-top:20px}.carousel-indicator{width:12px;height:12px;border-radius:50%;background:#fff6;cursor:pointer;transition:all .3s ease}.carousel-indicator.active{background:#ffffffe6;transform:scale(1.2)}.all-visa-types{margin-top:2rem}.visa-type-card{background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:12px;padding:1.5rem;transition:all .3s ease}.visa-type-card:hover{background:#ffffff1a;border-color:#3b82f680;transform:translateY(-2px)}.assessment-page-container{font-family:Inter,sans-serif;background:transparent;color:#fff;min-height:100vh;position:relative;overflow-x:hidden;margin:0;padding:0}.assessment-content-section{position:relative;z-index:10;padding:60px 0 80px;min-height:100vh}.assessment-container{max-width:1200px;margin:0 auto;padding:0 1rem}.assessment-main-title{font-size:clamp(2.5rem,6vw,4.5rem);font-weight:700;line-height:1.2;margin-bottom:1.5rem;letter-spacing:-.01em;text-align:center;color:#fffffff2;text-shadow:0 2px 4px rgba(0,0,0,.3)}.assessment-subtitle{font-size:clamp(1.125rem,2.5vw,1.5rem);color:#fffc;margin-bottom:3rem;max-width:700px;margin-left:auto;margin-right:auto;font-weight:400;line-height:1.4;text-shadow:0 1px 3px rgba(0,0,0,.3);text-align:center}.assessment-loading{display:flex;justify-content:center;align-items:center;min-height:400px}.loading-spinner-container{text-align:center}.custom-spinner{width:60px;height:60px;border:4px solid rgba(59,130,246,.3);border-top:4px solid #3b82f6;border-radius:50%;animation:spin 1s linear infinite;margin:0 auto 1rem}.loading-text{color:#fffc;font-size:1.125rem;font-weight:500}.questionnaire-container{background:#ffffff14;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border:1px solid rgba(255,255,255,.15);border-radius:20px;padding:3rem;margin:2rem 0;box-shadow:0 8px 32px #0003;position:relative;z-index:2}.question-container{text-align:center;padding:2rem 0}.question-title{font-size:clamp(1.5rem,4vw,2.5rem);font-weight:600;color:#fffffff2;margin-bottom:2rem;line-height:1.3}.question-text{font-size:clamp(1.125rem,2.5vw,1.5rem);color:#ffffffd9;margin-bottom:2.5rem;line-height:1.4;max-width:800px;margin-left:auto;margin-right:auto}.assessment-button,.yes-no-buttons button,.mode-button,.cta-button-assessment{background:linear-gradient(135deg,#1e40af,#3b82f6,#60a5fa);color:#fff;border:none;padding:1rem 2rem;border-radius:50px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .4s ease;text-transform:uppercase;letter-spacing:.5px;box-shadow:0 6px 20px #3b82f666;margin:.5rem}.assessment-button:hover,.yes-no-buttons button:hover,.mode-button:hover,.cta-button-assessment:hover{transform:translateY(-3px) scale(1.05);box-shadow:0 12px 35px #3b82f699}.assessment-button.secondary{background:linear-gradient(135deg,#64748b,#475569);box-shadow:0 6px 20px #64748b66}.assessment-button.secondary:hover{box-shadow:0 12px 35px #64748b99}.info-card-assessment,.category-card,.result-card{background:#ffffff14;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border:1px solid rgba(255,255,255,.15);border-radius:20px;padding:2rem;margin:1rem 0;transition:all .4s ease;box-shadow:0 8px 32px #0003}.info-card-assessment:hover,.category-card:hover,.result-card:hover{transform:translateY(-5px);background:#ffffff1f;border:1px solid rgba(255,255,255,.25);box-shadow:0 16px 48px #0000004d}.form-select-assessment,.dropdown-container select{background:#ffffff1a;border:2px solid rgba(255,255,255,.2);border-radius:12px;padding:1rem 1.5rem;color:#fff;font-size:1.1rem;font-weight:500;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);transition:all .3s ease}.form-select-assessment:focus,.dropdown-container select:focus{outline:none;border-color:#3b82f699;box-shadow:0 0 0 3px #3b82f633;background:#ffffff26}.form-select-assessment option{background:#0a1929;color:#fff;padding:.5rem}.progress-container{margin:2rem 0}.progress-bar-assessment{background:#ffffff1a;border-radius:50px;height:8px;overflow:hidden;position:relative}.progress-fill{background:linear-gradient(90deg,#1e40af,#3b82f6,#60a5fa);height:100%;border-radius:50px;transition:width .6s ease;box-shadow:0 0 10px #3b82f680}.alert-assessment{background:#dc26261a;border:1px solid rgba(220,38,38,.3);border-radius:12px;padding:1rem 1.5rem;color:#ffffffe6;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}.alert-assessment.success{background:#22c55e1a;border-color:#22c55e4d}.alert-assessment.warning{background:#f59e0b1a;border-color:#f59e0b4d}@media (max-width: 768px){.assessment-content-section{padding:40px 0 60px}.questionnaire-container{padding:2rem 1.5rem;margin:1rem 0}.assessment-button,.yes-no-buttons button{padding:.875rem 1.5rem;font-size:1rem;margin:.25rem}.info-card-assessment{padding:1.5rem}}@media (max-width: 480px){.questionnaire-container{padding:1.5rem 1rem}.assessment-button,.yes-no-buttons button{padding:.75rem 1.25rem;font-size:.9rem}}.next-question-preview{text-transform:none!important;font-size:.8rem!important;color:#fff9!important;font-style:italic!important}.visa-wizard-container{font-family:Inter,sans-serif;background:transparent;color:#fff;min-height:100vh;position:relative;overflow-x:hidden;margin:0;padding:0}.wizard-flag-wave{position:absolute;top:0;left:0;right:0;bottom:0;background:repeating-linear-gradient(-45deg,#bf0a3005,#bf0a3005 12px,#ffffff04 12px,#ffffff04 24px,#00286805 24px,#00286805 36px);z-index:1;animation:wave-movement 20s ease-in-out infinite}.wizard-star-bg{position:absolute;top:0;left:0;right:0;bottom:0;background-image:radial-gradient(circle at 20% 30%,rgba(255,255,255,.3) 1px,transparent 1px),radial-gradient(circle at 80% 20%,rgba(255,255,255,.25) 1px,transparent 1px),radial-gradient(circle at 60% 70%,rgba(255,255,255,.2) 1px,transparent 1px),radial-gradient(circle at 30% 80%,rgba(255,255,255,.3) 1px,transparent 1px),radial-gradient(circle at 90% 60%,rgba(255,255,255,.25) 1px,transparent 1px);background-size:80px 80px,120px 120px,100px 100px,140px 140px,90px 90px;z-index:1;animation:twinkle 15s ease-in-out infinite}.wizard-content{position:relative;z-index:10;padding:2rem 1rem;max-width:100%;margin:0 auto}.wizard-header{text-align:center;margin-top:4rem;margin-bottom:4rem;position:relative;z-index:10}.wizard-main-title{font-size:5rem;font-weight:800;color:#fff;text-shadow:0 4px 12px rgba(0,0,0,.8),0 2px 4px rgba(0,0,0,.6);margin-bottom:1rem;background:linear-gradient(135deg,#fff,#e2e8f0);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.wizard-main-description{font-size:1.875rem;color:#ffffffe6;text-shadow:0 2px 4px rgba(0,0,0,.5);margin-bottom:2rem}.wizard-subtitle{font-size:1.25rem;color:#ffffffe6;text-shadow:0 2px 4px rgba(0,0,0,.5);margin-bottom:2rem}.wizard-progress{display:flex;justify-content:center;align-items:flex-start;margin:2rem auto;flex-wrap:wrap;gap:1rem;max-width:75%}.wizard-progress-step{display:flex;flex-direction:column;align-items:center;min-width:120px;position:relative}.wizard-progress-circle{width:50px;height:50px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:1rem;transition:all .3s ease;margin-bottom:.5rem;border:2px solid rgba(255,255,255,.3);background:#ffffff1a;color:#fff9}.wizard-progress-step.active .wizard-progress-circle{background:linear-gradient(135deg,#3b82f6,#1e40af);border-color:#3b82f6;color:#fff;box-shadow:0 4px 12px #3b82f666}.wizard-progress-step.completed .wizard-progress-circle{background:linear-gradient(135deg,#10b981,#059669);border-color:#10b981;color:#fff;box-shadow:0 4px 12px #10b98166}.wizard-progress-label{font-size:.875rem;color:#fff9;text-align:center;max-width:100px;line-height:1.2}.wizard-progress-step.active .wizard-progress-label{color:#ffffffe6;font-weight:500}.wizard-progress-step.completed .wizard-progress-label{color:#fffc}.wizard-progress-container{margin-bottom:2rem}.wizard-progress-bar{width:100%;height:8px;background:#fff3;border-radius:4px;overflow:hidden;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.1)}.wizard-progress-fill{height:100%;background:linear-gradient(90deg,#bf0a30,#002868,#bf0a30);background-size:200% 100%;animation:progress-shine 2s ease-in-out infinite;transition:width .5s ease;border-radius:4px}@keyframes progress-shine{0%{background-position:200% 0}to{background-position:-200% 0}}.wizard-step-indicator{display:flex;justify-content:center;align-items:center;margin-bottom:3rem;flex-wrap:wrap;gap:1rem}.wizard-step-item{display:flex;align-items:center;position:relative}.wizard-step-circle{width:3rem;height:3rem;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.125rem;transition:all .3s ease;border:2px solid transparent;position:relative;z-index:2}.wizard-step-circle.completed{background:linear-gradient(135deg,#059669,#10b981);color:#fff;box-shadow:0 4px 20px #10b98166}.wizard-step-circle.active{background:linear-gradient(135deg,#1e40af,#3b82f6);color:#fff;box-shadow:0 4px 20px #3b82f666;animation:pulse-glow 2s ease-in-out infinite}.wizard-step-circle.pending{background:#ffffff1a;color:#fff9;border:2px solid rgba(255,255,255,.2)}@keyframes pulse-glow{0%,to{box-shadow:0 4px 20px #3b82f666;transform:scale(1)}50%{box-shadow:0 6px 30px #3b82f699;transform:scale(1.05)}}.wizard-step-info{margin-left:1rem;text-align:left}.wizard-step-title{font-weight:600;font-size:.875rem;margin-bottom:.25rem;transition:color .3s ease}.wizard-step-title.completed,.wizard-step-title.active{color:#fff}.wizard-step-title.pending{color:#fff9}.wizard-step-description{font-size:.75rem;color:#ffffffb3}.wizard-step-connector{width:3rem;height:2px;margin:0 1rem;transition:background .3s ease}.wizard-step-connector.completed{background:linear-gradient(90deg,#059669,#10b981)}.wizard-step-connector.pending{background:#fff3}.wizard-step-container{background:#ffffff14;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.15);border-radius:20px;padding:3rem;margin:2rem auto;box-shadow:0 8px 40px #0003;position:relative;overflow:hidden;z-index:10;max-width:75%}.wizard-step-container:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#bf0a30,#002868,#bf0a30);background-size:200% 100%;animation:gradient-slide 3s ease-in-out infinite}@keyframes gradient-slide{0%,to{background-position:0% 0%}50%{background-position:100% 0%}}.wizard-step-header{margin-bottom:2rem;text-align:center}.wizard-step-title-main{font-size:2rem;font-weight:700;color:#fff;margin-bottom:.5rem;text-shadow:0 2px 8px rgba(0,0,0,.3)}.wizard-step-description-main{font-size:1.125rem;color:#fffc;text-shadow:0 1px 4px rgba(0,0,0,.3)}.wizard-form{display:flex;flex-direction:column;gap:2rem;position:relative;z-index:15}.wizard-form-group{display:flex;flex-direction:column}.wizard-label{font-weight:600;color:#fff;margin-bottom:.75rem;font-size:1rem;text-shadow:0 1px 2px rgba(0,0,0,.3)}.wizard-input,.wizard-select{padding:1rem 1.25rem;border:2px solid rgba(255,255,255,.2);border-radius:12px;background:#ffffff1a;color:#fff;font-size:1rem;transition:all .3s ease;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.wizard-input::-moz-placeholder{color:#fff9}.wizard-input::placeholder{color:#fff9}.wizard-input:focus,.wizard-select:focus{outline:none;border-color:#3b82f6;background:#ffffff26;box-shadow:0 0 0 3px #3b82f633}.wizard-select option{background:#0a1929;color:#fff;padding:.5rem}.wizard-error{color:#ef4444;font-size:.875rem;margin-top:.5rem;text-shadow:0 1px 2px rgba(0,0,0,.3)}.wizard-info-card{background:#ffffff1a;border:1px solid rgba(255,255,255,.2);border-radius:12px;padding:1.5rem;margin:1.5rem 0;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.wizard-info-card.blue{border-left:4px solid #3b82f6;background:#3b82f61a}.wizard-info-card.yellow{border-left:4px solid #f59e0b;background:#f59e0b1a}.wizard-info-card.green{border-left:4px solid #10b981;background:#10b9811a}.wizard-nav-buttons{display:flex;justify-content:space-between;align-items:center;margin-top:3rem;gap:1rem}.wizard-button{padding:1rem 2rem;border-radius:12px;font-weight:600;font-size:1rem;transition:all .3s ease;border:none;cursor:pointer;position:relative;overflow:hidden;text-transform:none;min-width:120px}.wizard-button-primary{background:linear-gradient(135deg,#1e40af,#3b82f6);color:#fff;box-shadow:0 4px 20px #3b82f64d}.wizard-button-primary:hover{transform:translateY(-2px);box-shadow:0 6px 30px #3b82f666}.wizard-button-secondary{background:#ffffff1a;color:#ffffffe6;border:2px solid rgba(255,255,255,.2)}.wizard-button-secondary:hover{background:#fff3;transform:translateY(-1px)}.wizard-button-secondary:disabled{opacity:.5;cursor:not-allowed;transform:none}.wizard-button-success{background:linear-gradient(135deg,#059669,#10b981);color:#fff;box-shadow:0 4px 20px #10b9814d}.wizard-button-success:hover{transform:translateY(-2px);box-shadow:0 6px 30px #10b98166}.wizard-loading-container{text-align:center;padding:4rem 2rem}.wizard-loading-header{margin-bottom:3rem}.wizard-loading-title{font-size:2rem;font-weight:700;color:#fff;margin-bottom:1rem;text-shadow:0 2px 8px rgba(0,0,0,.3)}.wizard-loading-description{font-size:1.125rem;color:#fffc;text-shadow:0 1px 4px rgba(0,0,0,.3)}.wizard-loading-content{display:flex;flex-direction:column;align-items:center;gap:2rem}.wizard-spinner{width:4rem;height:4rem;border:4px solid rgba(255,255,255,.2);border-top:4px solid #3b82f6;border-radius:50%;animation:spin 1s linear infinite}.wizard-loading-progress{width:100%;max-width:400px;height:8px;background:#fff3;border-radius:4px;overflow:hidden}.wizard-loading-progress-fill{height:100%;width:75%;background:linear-gradient(90deg,#3b82f6,#1e40af);border-radius:4px;animation:pulse 1.5s ease-in-out infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.7}}.wizard-loading-text{font-size:.875rem;color:#ffffffb3;text-shadow:0 1px 2px rgba(0,0,0,.3)}.wizard-report-container{background:#fff;border-radius:12px;box-shadow:0 4px 24px #0000001a;padding:3rem;max-width:900px;margin:2rem auto;color:#1a1a1a}.wizard-report-header{text-align:center;margin-bottom:3rem;padding-bottom:2rem;border-bottom:2px solid #e5e7eb}.wizard-report-title{font-size:2.5rem;font-weight:800;color:#1a1a1a;margin-bottom:1rem;background:linear-gradient(135deg,#002868,#bf0a30);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.wizard-report-metadata{display:flex;justify-content:space-between;color:#6b7280;font-size:.875rem;margin-top:1rem}.wizard-report-content{padding:0 1rem}.wizard-report-section{margin-bottom:2.5rem;padding-bottom:2rem;border-bottom:1px solid #e5e7eb}.wizard-report-section:last-child{border-bottom:none}.wizard-report-section-title{font-size:1.5rem;font-weight:700;color:#002868;margin-bottom:1.5rem;display:flex;align-items:center}.wizard-visa-type-highlight{background:linear-gradient(135deg,#002868,#bf0a30);border-radius:8px;padding:2rem;margin:1rem 0;color:#fff;text-align:center}.wizard-visa-type-title{font-size:1.75rem;font-weight:700;margin:0}.wizard-report-card{background:#f8fafc;border:1px solid #e5e7eb;border-radius:8px;padding:1.5rem;margin:1rem 0}.wizard-report-text{font-size:1rem;line-height:1.6;color:#374151;margin:0}.wizard-report-list{list-style:none;padding:0;margin:1rem 0}.wizard-report-list-item{display:flex;align-items:flex-start;margin-bottom:1rem;padding:1rem;background:#f8fafc;border-radius:8px;transition:all .2s ease}.wizard-report-list-item:hover{background:#f1f5f9;transform:translate(4px)}.wizard-report-list-number{background:#002868;color:#fff;width:28px;height:28px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:600;margin-right:1rem;flex-shrink:0}.wizard-report-list-bullet{color:#002868;font-size:1.5rem;margin-right:1rem;line-height:1}.wizard-report-list-text{flex:1;font-size:1rem;line-height:1.5;color:#374151}.wizard-legal-notes{background:#fffbeb;border:1px solid #fcd34d;border-radius:8px;padding:1.5rem;margin:2rem 0}.wizard-legal-notes-title{color:#92400e;font-size:1.125rem;font-weight:600;margin-bottom:.75rem}.wizard-legal-notes-text{color:#92400e;font-size:.875rem;line-height:1.5;margin:0}.wizard-report-signature{text-align:center;margin-top:3rem;padding-top:2rem;border-top:2px solid #e5e7eb;color:#6b7280;font-size:.875rem}.wizard-report-actions{display:flex;justify-content:center;gap:1rem;margin-top:2rem}.wizard-spinner-small{display:inline-block;width:16px;height:16px;border:2px solid rgba(255,255,255,.3);border-radius:50%;border-top-color:#fff;animation:spin 1s linear infinite;margin-right:.5rem;vertical-align:middle}@media (max-width: 768px){.wizard-report-container{padding:2rem;margin:1rem}.wizard-report-title{font-size:2rem}.wizard-report-metadata{flex-direction:column;align-items:center;gap:.5rem}.wizard-report-actions{flex-direction:column}}@media (max-width: 480px){.wizard-report-container{padding:1rem}.wizard-report-title{font-size:1.75rem}.wizard-visa-type-title{font-size:1.5rem}.wizard-report-section-title{font-size:1.25rem}}@media (max-width: 768px){.wizard-content{padding:1rem}.wizard-main-title{font-size:2rem}.wizard-step-indicator{flex-direction:column;gap:1rem}.wizard-step-connector{display:none}.wizard-step-container{padding:2rem 1.5rem}.wizard-step-title-main{font-size:1.5rem}.wizard-nav-buttons{flex-direction:column;gap:1rem}.wizard-button{width:100%}.wizard-report-actions{flex-direction:column}}@media (max-width: 480px){.wizard-content{padding:.5rem}.wizard-step-container{padding:1.5rem 1rem}.wizard-main-title{font-size:1.75rem}.wizard-step-title-main{font-size:1.25rem}.wizard-button{padding:.875rem 1.5rem;font-size:.875rem}}.wizard-spinner-container{position:relative;display:flex;justify-content:center;align-items:center;margin:2rem 0}.wizard-progress-ring{position:relative;display:flex;justify-content:center;align-items:center}.wizard-progress-text{position:absolute;font-size:1.25rem;font-weight:700;color:#10b981;text-shadow:0 1px 2px rgba(0,0,0,.3)}.wizard-loading-steps{max-width:600px;margin:0 auto}.wizard-steps-list{margin-top:2rem;text-align:left}.wizard-step-item{display:flex;align-items:center;margin-bottom:1rem;padding:.75rem;border-radius:8px;transition:all .3s ease}.wizard-step-item.completed{background:#10b9811a;border-left:3px solid #10b981}.wizard-step-item.active{background:#3b82f61a;border-left:3px solid #3b82f6;animation:pulse-step 2s infinite}.wizard-step-item.pending{background:#ffffff0d;border-left:3px solid rgba(255,255,255,.2)}.wizard-step-icon{width:24px;height:24px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-right:1rem;font-size:.875rem;font-weight:700}.wizard-step-item.completed .wizard-step-icon{background:#10b981;color:#fff}.wizard-step-item.active .wizard-step-icon{background:#3b82f6;color:#fff}.wizard-step-item.pending .wizard-step-icon{background:#ffffff1a;color:#fff9}.wizard-step-text{flex:1;color:#ffffffe6;font-size:.875rem;line-height:1.4}.wizard-step-item.completed .wizard-step-text{color:#10b981}.wizard-step-item.active .wizard-step-text{color:#3b82f6;font-weight:500}@keyframes pulse-step{0%,to{transform:scale(1);opacity:1}50%{transform:scale(1.02);opacity:.8}}.wizard-loading-footer{text-align:center;margin-top:2rem;color:#fff9;font-size:.875rem}.wizard-error-container{background:#ef44441a;border:2px solid rgba(239,68,68,.3);border-radius:15px;padding:2rem;margin:2rem 0;text-align:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);position:relative;z-index:10}.wizard-error-content{max-width:500px;margin:0 auto}.wizard-error-content h3{color:#ef4444;font-size:1.5rem;font-weight:700;margin-bottom:1rem;text-shadow:0 2px 4px rgba(0,0,0,.3)}.wizard-error-content p{color:#ffffffe6;font-size:1rem;line-height:1.6;margin-bottom:1.5rem}.wizard-error-banner{background:#ef444426;border:1px solid rgba(239,68,68,.4);border-radius:12px;padding:1.5rem;margin-bottom:2rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);position:relative;z-index:10}.wizard-error-banner .wizard-error-content{text-align:left;max-width:none}.wizard-error-banner h4{color:#ef4444;font-size:1.25rem;font-weight:600;margin-bottom:.75rem;text-shadow:0 1px 2px rgba(0,0,0,.3)}.wizard-error-banner p{color:#ffffffe6;font-size:.95rem;line-height:1.5;margin-bottom:1rem}.wizard-error-banner .wizard-button{font-size:.875rem;padding:.5rem 1rem;min-width:auto}.wizard-required{color:#ef4444;margin-left:.25rem}.wizard-question-description{color:#ffffffb3;font-size:.875rem;margin-bottom:.5rem;line-height:1.4}.wizard-help-text{color:#fff9;font-size:.75rem;margin-top:.25rem;display:block;line-height:1.3}.wizard-error-message{color:#ef4444;font-size:.75rem;margin-top:.25rem;display:block;font-weight:500}.wizard-input-error{border-color:#ef4444!important;background:#ef44440d!important}.wizard-radio-group,.wizard-checkbox-group{display:flex;flex-direction:column;gap:.5rem;margin-top:.5rem}.wizard-radio-label,.wizard-checkbox-label{display:flex;align-items:center;padding:.75rem;background:#ffffff0d;border:2px solid rgba(255,255,255,.1);border-radius:8px;cursor:pointer;transition:all .3s ease;position:relative;z-index:5;pointer-events:auto}.wizard-radio-label:hover,.wizard-checkbox-label:hover{background:#ffffff14;border-color:#fff3}.wizard-radio-label.selected,.wizard-checkbox-label.selected{background:#3b82f626;border-color:#3b82f6}.wizard-radio-label.selected .wizard-radio-text,.wizard-checkbox-label.selected .wizard-checkbox-text{color:#fff;font-weight:500}.wizard-radio,.wizard-checkbox{margin-right:.75rem;accent-color:#3b82f6;width:18px;height:18px;cursor:pointer;pointer-events:auto;position:relative;z-index:10}.wizard-radio-text,.wizard-checkbox-text{color:#ffffffe6;font-size:.875rem;line-height:1.4}.wizard-form-actions{display:flex;justify-content:space-between;align-items:center;margin-top:2rem;gap:1rem}.wizard-form-actions .wizard-button{min-width:120px}.wizard-progress-bar{margin-bottom:3rem;position:relative;z-index:10}.wizard-progress-container{display:flex;justify-content:space-between;align-items:center;background:#ffffff1a;border-radius:20px;padding:1rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2)}.wizard-progress-step{display:flex;flex-direction:column;align-items:center;flex:1;position:relative}.wizard-progress-step:not(:last-child):after{content:"";position:absolute;top:20px;left:60%;width:80%;height:2px;background:#fff3;z-index:1}.wizard-progress-step.active:not(:last-child):after{background:linear-gradient(90deg,#10b981,#fff3)}.wizard-progress-step-number{width:40px;height:40px;border-radius:50%;background:#fff3;color:#ffffffb3;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:1rem;margin-bottom:.5rem;position:relative;z-index:2;transition:all .3s ease}.wizard-progress-step.active .wizard-progress-step-number{background:linear-gradient(135deg,#10b981,#059669);color:#fff;box-shadow:0 4px 12px #10b98166}.wizard-progress-step-title{font-size:.875rem;font-weight:500;color:#ffffffb3;text-align:center;line-height:1.2;transition:color .3s ease}.wizard-progress-step.active .wizard-progress-step-title{color:#10b981;font-weight:600}.h1b-page-container{font-family:Inter,sans-serif;background:transparent;color:#fff;min-height:100vh;position:relative;overflow-x:hidden;margin:0;padding:0;display:flex}.h1b-checklist-sidebar{position:fixed;right:20px;top:160px;width:360px;height:calc(100vh - 180px);background:#ffffff1f;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.2);border-radius:16px;z-index:1000;overflow-y:auto;padding:0;display:flex;flex-direction:column;box-shadow:0 20px 40px #00000026,0 10px 20px #0000001a,0 5px 10px #0000000d;scrollbar-width:none;-ms-overflow-style:none;overscroll-behavior:contain}.h1b-checklist-sidebar::-webkit-scrollbar{display:none;width:0;height:0}.h1b-checklist-sidebar::-webkit-scrollbar-track{display:none}.h1b-checklist-sidebar::-webkit-scrollbar-thumb{display:none}.h1b-checklist-header{position:sticky;top:0;z-index:1001;border-radius:16px 16px 0 0;padding:1.5rem;color:#fff;border-bottom:1px solid rgba(255,255,255,.2);box-shadow:0 2px 8px #0000001a}.h1b-checklist-header.checklist-theme{background:linear-gradient(135deg,#059669,#10b981)}.h1b-checklist-header.portal-theme{background:linear-gradient(135deg,#1e40af,#3b82f6)}.h1b-tab-header{position:relative;display:flex;align-items:flex-start;justify-content:space-between;width:100%}.h1b-tab-content{flex:1;text-align:center}.h1b-tab-title{font-size:1.4rem;font-weight:700;margin:0 0 .5rem;line-height:1.2;display:flex;align-items:center;justify-content:center;gap:.5rem;color:#fff}.h1b-tab-title-icon{font-size:1.4rem;line-height:1}.h1b-tab-subtitle{font-size:.9rem;margin:0;opacity:.9;font-weight:400;color:#fff;line-height:1.3}.h1b-tab-toggle{width:40px;height:40px;border-radius:8px;border:2px solid transparent;cursor:pointer;transition:all .3s ease;font-size:1.2rem;display:flex;align-items:center;justify-content:center;line-height:1;color:#fff;font-weight:600;flex-shrink:0;margin-top:7px}.h1b-tab-toggle.to-portal{background:#1e40afe6;border-color:#1e40af}.h1b-tab-toggle.to-checklist{background:#059669e6;border-color:#059669}.h1b-tab-toggle:hover{transform:scale(1.05);box-shadow:0 4px 12px #0003}.h1b-tab-toggle.to-portal:hover{background:#1e40af}.h1b-tab-toggle.to-checklist:hover{background:#059669}.h1b-checklist-content{flex:1;padding:0}.h1b-checklist-section{border-bottom:1px solid rgba(255,255,255,.1);margin-bottom:0}.h1b-checklist-section-header{background:#064e3b;color:#fff;padding:1rem 1.5rem;border-bottom:1px solid rgba(255,255,255,.15)}.h1b-checklist-section-title{font-size:.95rem;font-weight:600;margin:0 0 .5rem;color:#fff;line-height:1.3;text-shadow:none}.h1b-checklist-progress{display:flex;align-items:center;gap:.75rem}.h1b-checklist-progress-text{font-size:.8rem;font-weight:500;color:#fffc;min-width:40px}.h1b-checklist-progress-bar{flex:1;height:6px;background:#fff3;border-radius:3px;overflow:hidden}.h1b-checklist-progress-fill{height:100%;background:linear-gradient(90deg,#10b981,#059669);border-radius:3px;transition:width .3s ease}.h1b-checklist-subsection{margin-bottom:1rem}.h1b-checklist-subsection-title{font-size:.85rem;font-weight:600;color:#10b981;margin:0 0 .5rem;padding:.5rem 1.5rem 0;text-transform:uppercase;letter-spacing:.5px}.h1b-checklist-items{padding:0}.h1b-checklist-item{border-bottom:1px solid rgba(255,255,255,.05);will-change:background-color}.h1b-checklist-item:hover{background:#ffffff08}.h1b-checklist-label{display:flex;align-items:flex-start;padding:.75rem 1.5rem;cursor:pointer;gap:.75rem;font-size:.85rem;line-height:1.4;color:#ffffffe6;will-change:color}.h1b-checklist-label:hover{color:#fff}.h1b-checklist-checkbox{display:none}.h1b-checklist-checkmark{width:18px;height:18px;border:2px solid rgba(255,255,255,.3);border-radius:4px;position:relative;flex-shrink:0;background:transparent;margin-top:1px;will-change:background,border-color,transform}.h1b-checklist-checkbox:checked+.h1b-checklist-checkmark{background:linear-gradient(135deg,#10b981,#059669);border-color:#10b981;transform:scale(1.05)}.h1b-checklist-checkbox:checked+.h1b-checklist-checkmark:after{content:"✓";position:absolute;top:-1px;left:2px;color:#fff;font-size:12px;font-weight:700}.h1b-checklist-checkbox:checked+.h1b-checklist-checkmark+.h1b-checklist-text{color:#10b981;text-decoration:line-through;opacity:.8}.h1b-checklist-text{flex:1;will-change:color,text-decoration,opacity}.h1b-checklist-emoji-button{font-size:1rem;margin-left:auto;opacity:.8;flex-shrink:0;background:none;border:none;cursor:pointer;padding:2px 4px;border-radius:4px;transition:all .2s ease}.h1b-checklist-emoji-button:hover{opacity:1;background:#ffffff1a;transform:scale(1.1)}.h1b-checklist-emoji-button:active{transform:scale(.95)}.h1b-checklist-text-input{margin:.5rem 2.25rem 0;padding-bottom:.5rem}.h1b-checklist-textarea{width:100%;background:#ffffff08;border:1px solid rgba(255,255,255,.15);border-radius:6px;color:#ffffffb3;padding:.75rem;font-size:.85rem;font-family:inherit;min-height:60px;text-align:left;cursor:default;box-sizing:border-box;line-height:1.5;word-wrap:break-word;overflow-wrap:break-word;-webkit-hyphens:auto;hyphens:auto;white-space:pre-line}.h1b-checklist-link{color:#60a5fa;text-decoration:underline;transition:color .2s ease;word-break:break-all;font-weight:500}.h1b-checklist-link:hover{color:#93c5fd;text-decoration:underline}.h1b-info-indicator{position:absolute;top:-2px;right:-2px;font-size:8px;color:#60a5fa;opacity:.8;pointer-events:none}.h1b-checklist-emoji-button{position:relative}.h1b-checklist-footer{background:#064e3b;padding:1rem 1.5rem;border-top:1px solid rgba(255,255,255,.1);border-radius:0 0 16px 16px}.h1b-checklist-save-note{display:flex;align-items:center;gap:.5rem;font-size:.8rem;color:#ffffffe6;justify-content:center}.h1b-checklist-save-note i{font-size:.75rem;opacity:1}.h1b-portal-nav-content{padding:0}.h1b-portal-nav-section{border-bottom:1px solid rgba(255,255,255,.1)}.h1b-portal-nav-item{display:flex;align-items:center;padding:1rem 1.5rem;text-decoration:none;color:#ffffffe6;transition:all .3s ease;border-bottom:1px solid rgba(255,255,255,.1);position:relative;cursor:pointer}.h1b-portal-nav-item:hover{background:#ffffff1a;color:#fff}.h1b-portal-nav-item.active{background:#3b82f64d;border-left:4px solid #3b82f6;color:#fff}.h1b-portal-nav-icon{font-size:1.1rem;margin-right:1rem;width:18px;text-align:center;flex-shrink:0}.h1b-portal-nav-text{flex:1;font-weight:500;font-size:.9rem;line-height:1.3}.h1b-portal-nav-subitems{background:#0003;border-left:2px solid rgba(59,130,246,.3);margin-left:1rem}.h1b-portal-nav-subitem{display:flex;align-items:center;padding:.5rem 1rem .5rem 1.5rem;color:#fffc;transition:all .3s ease;cursor:pointer;border-bottom:1px solid rgba(255,255,255,.05)}.h1b-portal-nav-subitem:hover{background:#ffffff14;color:#fffffff2}.h1b-portal-nav-subitem.active{background:#3b82f633;color:#fff;border-left:2px solid #3b82f6}.h1b-portal-nav-subtext{font-size:.8rem;font-weight:400;line-height:1.2}.h1b-main-content{margin-left:350px;margin-right:400px;width:calc(100vw - 750px);min-height:100vh;position:relative;display:flex;flex-direction:column;align-items:center;transition:margin-left .3s ease,width .3s ease}.h1b-main-content.nav-collapsed{margin-left:0;width:calc(100vw - 400px)}.h1b-main-content-full{margin-left:0;margin-right:400px;width:calc(100vw - 400px);min-height:100vh;position:relative;display:flex;flex-direction:column;align-items:center}.h1b-flag-wave{position:fixed;top:0;left:0;right:0;bottom:0;background:repeating-linear-gradient(-45deg,#bf0a3005,#bf0a3005 12px,#ffffff04 12px,#ffffff04 24px,#00286805 24px,#00286805 36px);z-index:1;animation:wave-movement 20s ease-in-out infinite}.h1b-star-bg{position:fixed;top:0;left:0;right:0;bottom:0;background-image:radial-gradient(circle at 20% 30%,rgba(255,255,255,.3) 1px,transparent 1px),radial-gradient(circle at 80% 20%,rgba(255,255,255,.25) 1px,transparent 1px),radial-gradient(circle at 60% 70%,rgba(255,255,255,.2) 1px,transparent 1px),radial-gradient(circle at 30% 80%,rgba(255,255,255,.3) 1px,transparent 1px),radial-gradient(circle at 90% 60%,rgba(255,255,255,.25) 1px,transparent 1px);background-size:80px 80px,120px 120px,100px 100px,140px 140px,90px 90px;z-index:1;animation:twinkle 15s ease-in-out infinite}.h1b-liberty-hologram{position:fixed;top:10%;right:10%;width:300px;height:300px;background:radial-gradient(circle at center,rgba(66,153,225,.08) 0%,rgba(30,64,175,.05) 40%,transparent 70%);opacity:.15;transform:rotate(15deg);filter:drop-shadow(0 0 20px rgba(0,100,255,.2));z-index:1;pointer-events:none;animation:hologram-float 15s ease-in-out infinite}.h1b-section{position:relative;z-index:10;padding:4rem 2rem;min-height:100vh;display:flex;align-items:flex-start;justify-content:center;width:100%;max-width:1400px}.h1b-section:first-child{padding-top:6rem}.h1b-section-container{max-width:1200px;width:100%;margin:0 auto}.h1b-section-header{text-align:center;margin-bottom:3rem}.h1b-section-main-title{font-size:clamp(2.5rem,6vw,4rem);font-weight:700;line-height:1.2;margin-bottom:1rem;color:#fffffff2;text-shadow:0 2px 4px rgba(0,0,0,.3)}.h1b-section-main-subtitle{font-size:clamp(1.125rem,2.5vw,1.5rem);color:#fffc;margin-bottom:2rem;max-width:800px;margin-left:auto;margin-right:auto;line-height:1.4}.h1b-content-card{background:#ffffff14;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border:1px solid rgba(255,255,255,.15);border-radius:20px;padding:2.5rem;margin:2rem 0;transition:all .4s ease;box-shadow:0 8px 32px #0003}.h1b-content-card:hover{transform:translateY(-5px);background:#ffffff1f;border:1px solid rgba(255,255,255,.25);box-shadow:0 16px 48px #0000004d}.h1b-section-title{font-size:2rem;font-weight:600;color:#fffffff2;margin-bottom:1.5rem;display:flex;align-items:center;gap:.75rem}.h1b-section-icon{font-size:1.5rem;color:#3b82f6}.h1b-section-content{color:#ffffffd9;line-height:1.6;font-size:1.1rem}.h1b-section-content p{margin-bottom:1rem}.h1b-section-content ul,.h1b-section-content ol{margin:1rem 0;padding-left:1.5rem}.h1b-section-content li{margin-bottom:.5rem}.h1b-section-content strong{color:#fffffff2;font-weight:600}.h1b-grid-2{display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:2rem}.h1b-grid-3{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.h1b-highlight-box{background:#3b82f61a;border:1px solid rgba(59,130,246,.3);border-radius:12px;padding:1.5rem;margin:1.5rem 0}.h1b-highlight-box.warning{background:#f59e0b1a;border-color:#f59e0b4d}.h1b-highlight-box.success{background:#22c55e1a;border-color:#22c55e4d}.h1b-highlight-box.danger{background:#dc26261a;border-color:#dc26264d}.h1b-highlight-title{font-weight:600;font-size:1.1rem;margin-bottom:.75rem;display:flex;align-items:center;gap:.5rem}.h1b-steps-container{position:relative;margin:2rem 0}.h1b-step{display:flex;align-items:flex-start;margin-bottom:2rem;position:relative}.h1b-step-number{background:linear-gradient(135deg,#1e40af,#3b82f6);color:#fff;width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.1rem;margin-right:1.5rem;flex-shrink:0;position:relative;z-index:2}.h1b-step-content{flex:1;padding-top:.5rem}.h1b-step-title{font-size:1.25rem;font-weight:600;color:#fffffff2;margin-bottom:.5rem}.h1b-step-description{color:#fffc;line-height:1.5}.h1b-step:not(:last-child):after{content:"";position:absolute;left:19px;top:40px;bottom:-2rem;width:2px;background:linear-gradient(180deg,#3b82f6,#3b82f64d);z-index:1}.h1b-table{width:100%;border-collapse:collapse;margin:1.5rem 0;background:#ffffff0d;border-radius:12px;overflow:hidden}.h1b-table th{background:#3b82f633;color:#fffffff2;padding:1rem;text-align:left;font-weight:600;border-bottom:1px solid rgba(255,255,255,.1)}.h1b-table td{padding:1rem;border-bottom:1px solid rgba(255,255,255,.1);color:#ffffffd9}.h1b-table tr:hover{background:#ffffff0d}.h1b-button{background:linear-gradient(135deg,#1e40af,#3b82f6);color:#fff;border:none;padding:.75rem 1.5rem;border-radius:50px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;text-decoration:none;display:inline-block;text-align:center}.h1b-button:hover{transform:translateY(-2px);box-shadow:0 8px 25px #3b82f666}.h1b-button.secondary{background:linear-gradient(135deg,#64748b,#475569)}.h1b-button.secondary:hover{box-shadow:0 8px 25px #64748b66}.h1b-quick-links{background:linear-gradient(135deg,#7c3aed,#a855f7);border-radius:16px;padding:2rem;margin:2rem 0;text-align:center}.h1b-quick-links-title{font-size:1.5rem;font-weight:700;margin-bottom:1rem;color:#fff}.h1b-quick-links-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;margin-top:1.5rem}.h1b-quick-link{background:#ffffff1a;border:1px solid rgba(255,255,255,.2);border-radius:12px;padding:1rem;text-decoration:none;color:#fff;transition:all .3s ease;display:block;cursor:pointer}.h1b-quick-link:hover{background:#fff3;transform:translateY(-2px)}@media (max-width: 1024px){.h1b-main-content-full{margin-right:320px;width:calc(100vw - 320px)}.h1b-section{max-width:1200px}.h1b-flag-wave,.h1b-star-bg{left:0}}@media (max-width: 768px){.h1b-main-content-full{margin-right:0;width:100vw}.h1b-checklist-sidebar{display:none}.h1b-flag-wave,.h1b-star-bg{left:0}.h1b-section{padding:2rem 1rem;max-width:100%}.h1b-section-container{max-width:100%;padding:0 .5rem}.h1b-content-card{padding:1.5rem;margin:1rem 0}.h1b-grid-2,.h1b-grid-3{grid-template-columns:1fr}}@media (max-width: 480px){.h1b-main-content-full{margin-right:0;width:100vw}.h1b-checklist-sidebar{display:none}.h1b-flag-wave,.h1b-star-bg{left:0}.h1b-section{padding:1.5rem .5rem;max-width:100%}.h1b-section-container{max-width:100%;padding:0 .25rem}.h1b-content-card{padding:1rem}}@media (max-width: 1400px){.h1b-checklist-sidebar{width:300px;right:15px}.h1b-main-content{margin-right:335px;width:calc(100vw - 685px)}.h1b-main-content.nav-collapsed{width:calc(100vw - 335px)}}@media (max-width: 1200px){.h1b-checklist-sidebar{width:280px;right:10px;top:160px;height:calc(100vh - 180px)}.h1b-main-content{margin-right:310px;width:calc(100vw - 660px)}.h1b-main-content.nav-collapsed{width:calc(100vw - 310px)}}.a1-page-container{font-family:Inter,sans-serif;background:transparent;color:#fff;min-height:100vh;position:relative;overflow-x:hidden;margin:0;padding:0;display:flex}.a1-checklist-sidebar{position:fixed;right:20px;top:160px;width:360px;height:calc(100vh - 180px);background:#ffffff1f;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.2);border-radius:16px;z-index:1000;overflow-y:auto;padding:0;display:flex;flex-direction:column;box-shadow:0 20px 40px #00000026,0 10px 20px #0000001a,0 5px 10px #0000000d;scrollbar-width:none;-ms-overflow-style:none;overscroll-behavior:contain}.a1-checklist-sidebar::-webkit-scrollbar{display:none;width:0;height:0}.a1-checklist-sidebar::-webkit-scrollbar-track{display:none}.a1-checklist-sidebar::-webkit-scrollbar-thumb{display:none}.a1-checklist-header{position:sticky;top:0;z-index:1001;border-radius:16px 16px 0 0;padding:1.5rem;color:#fff;border-bottom:1px solid rgba(255,255,255,.2);box-shadow:0 2px 8px #0000001a}.a1-checklist-header.checklist-theme{background:linear-gradient(135deg,#7c2d12,#dc2626)}.a1-checklist-header.portal-theme{background:linear-gradient(135deg,#1e3a8a,#1d4ed8)}.a1-tab-header{position:relative;display:flex;align-items:flex-start;justify-content:space-between;width:100%}.a1-tab-content{flex:1;text-align:center}.a1-tab-title{font-size:1.4rem;font-weight:700;margin:0 0 .5rem;line-height:1.2;display:flex;align-items:center;justify-content:center;gap:.5rem;color:#fff}.a1-tab-title-icon{font-size:1.4rem;line-height:1}.a1-tab-subtitle{font-size:.9rem;margin:0;opacity:.9;font-weight:400;color:#fff;line-height:1.3}.a1-tab-toggle{width:40px;height:40px;border-radius:8px;border:2px solid transparent;cursor:pointer;transition:all .3s ease;font-size:1.2rem;display:flex;align-items:center;justify-content:center;line-height:1;color:#fff;font-weight:600;flex-shrink:0;margin-top:7px}.a1-tab-toggle.to-portal{background:#1e3a8ae6;border-color:#1e3a8a}.a1-tab-toggle.to-checklist{background:#7c2d12e6;border-color:#7c2d12}.a1-tab-toggle:hover{transform:scale(1.05);box-shadow:0 4px 12px #0003}.a1-tab-toggle.to-portal:hover{background:#1e3a8a}.a1-tab-toggle.to-checklist:hover{background:#7c2d12}.a1-checklist-content{flex:1;padding:0}.a1-checklist-section{border-bottom:1px solid rgba(255,255,255,.1);margin-bottom:0}.a1-checklist-section-header{background:#7c2d12;color:#fff;padding:1rem 1.5rem;border-bottom:1px solid rgba(255,255,255,.15)}.a1-checklist-section-title{font-size:.95rem;font-weight:600;margin:0 0 .5rem;color:#fff;line-height:1.3;text-shadow:none}.a1-checklist-progress{display:flex;align-items:center;gap:.75rem}.a1-checklist-progress-text{font-size:.8rem;font-weight:500;color:#fffc;min-width:40px}.a1-checklist-progress-bar{flex:1;height:6px;background:#fff3;border-radius:3px;overflow:hidden}.a1-checklist-progress-fill{height:100%;background:linear-gradient(90deg,#dc2626,#b91c1c);border-radius:3px;transition:width .3s ease}.a1-checklist-subsection{margin-bottom:1rem}.a1-checklist-subsection-title{font-size:.85rem;font-weight:600;color:#dc2626;margin:0 0 .5rem;padding:.5rem 1.5rem 0;text-transform:uppercase;letter-spacing:.5px}.a1-checklist-items{padding:0}.a1-checklist-item{border-bottom:1px solid rgba(255,255,255,.05);will-change:background-color}.a1-checklist-item:hover{background:#ffffff08}.a1-checklist-label{display:flex;align-items:flex-start;padding:.75rem 1.5rem;cursor:pointer;gap:.75rem;font-size:.85rem;line-height:1.4;color:#ffffffe6;will-change:color}.a1-checklist-label:hover{color:#fff}.a1-checklist-checkbox{display:none}.a1-checklist-checkmark{width:18px;height:18px;border:2px solid rgba(255,255,255,.3);border-radius:4px;position:relative;flex-shrink:0;background:transparent;margin-top:1px;will-change:background,border-color,transform}.a1-checklist-checkbox:checked+.a1-checklist-checkmark{background:linear-gradient(135deg,#dc2626,#b91c1c);border-color:#dc2626;transform:scale(1.05)}.a1-checklist-checkbox:checked+.a1-checklist-checkmark:after{content:"✓";position:absolute;top:-1px;left:2px;color:#fff;font-size:12px;font-weight:700}.a1-checklist-checkbox:checked+.a1-checklist-checkmark+.a1-checklist-text{color:#dc2626;text-decoration:line-through;opacity:.8}.a1-checklist-text{flex:1;will-change:color,text-decoration,opacity}.a1-checklist-emoji-button{font-size:1rem;margin-left:auto;opacity:.8;flex-shrink:0;background:none;border:none;cursor:pointer;padding:2px 4px;border-radius:4px;transition:all .2s ease}.a1-checklist-emoji-button:hover{opacity:1;background:#ffffff1a;transform:scale(1.1)}.a1-checklist-emoji-button:active{transform:scale(.95)}.a1-checklist-text-input{margin:.5rem 2.25rem 0;padding-bottom:.5rem}.a1-checklist-textarea{width:100%;background:#ffffff08;border:1px solid rgba(255,255,255,.15);border-radius:6px;color:#ffffffb3;padding:.75rem;font-size:.85rem;font-family:inherit;min-height:60px;text-align:left;cursor:default;box-sizing:border-box;line-height:1.5;word-wrap:break-word;overflow-wrap:break-word;-webkit-hyphens:auto;hyphens:auto;white-space:pre-line}.a1-checklist-link{color:#60a5fa;text-decoration:underline;transition:color .2s ease;word-break:break-all;font-weight:500}.a1-checklist-link:hover{color:#93c5fd;text-decoration:underline}.a1-info-indicator{position:absolute;top:-2px;right:-2px;font-size:8px;color:#60a5fa;opacity:.8;pointer-events:none}.a1-checklist-emoji-button{position:relative}.a1-checklist-footer{background:#7c2d12;padding:1rem 1.5rem;border-top:1px solid rgba(255,255,255,.1);border-radius:0 0 16px 16px}.a1-checklist-save-note{display:flex;align-items:center;gap:.5rem;font-size:.8rem;color:#ffffffe6;justify-content:center}.a1-checklist-save-note i{font-size:.75rem;opacity:1}.a1-portal-nav-content{padding:0}.a1-portal-nav-section{border-bottom:1px solid rgba(255,255,255,.1)}.a1-portal-nav-item{display:flex;align-items:center;padding:1rem 1.5rem;text-decoration:none;color:#ffffffe6;transition:all .3s ease;border-bottom:1px solid rgba(255,255,255,.1);position:relative;cursor:pointer}.a1-portal-nav-item:hover{background:#ffffff1a;color:#fff}.a1-portal-nav-item.active{background:#dc26264d;border-left:4px solid #dc2626;color:#fff}.a1-portal-nav-icon{font-size:1.1rem;margin-right:1rem;width:18px;text-align:center;flex-shrink:0}.a1-portal-nav-text{flex:1;font-weight:500;font-size:.9rem;line-height:1.3}.a1-portal-nav-subitems{background:#0003;border-left:2px solid rgba(220,38,38,.3);margin-left:1rem}.a1-portal-nav-subitem{display:flex;align-items:center;padding:.5rem 1rem .5rem 1.5rem;color:#fffc;transition:all .3s ease;cursor:pointer;border-bottom:1px solid rgba(255,255,255,.05)}.a1-portal-nav-subitem:hover{background:#ffffff14;color:#fffffff2}.a1-portal-nav-subitem.active{background:#dc262633;color:#fff;border-left:2px solid #dc2626}.a1-portal-nav-subtext{font-size:.8rem;font-weight:400;line-height:1.2}.a1-main-content{margin-left:350px;margin-right:400px;width:calc(100vw - 750px);min-height:100vh;position:relative;display:flex;flex-direction:column;align-items:center;transition:margin-left .3s ease,width .3s ease}.a1-main-content.nav-collapsed{margin-left:0;width:calc(100vw - 400px)}.a1-main-content-full{margin-left:0;margin-right:400px;width:calc(100vw - 400px);min-height:100vh;position:relative;display:flex;flex-direction:column;align-items:center}.a1-flag-wave{position:fixed;top:0;left:0;right:0;bottom:0;background:repeating-linear-gradient(-45deg,#dc262605,#dc262605 12px,#ffffff04 12px,#ffffff04 24px,#1e3a8a05 24px,#1e3a8a05 36px);z-index:1;animation:wave-movement 20s ease-in-out infinite}.a1-star-bg{position:fixed;top:0;left:0;right:0;bottom:0;background-image:radial-gradient(circle at 20% 30%,rgba(255,255,255,.3) 1px,transparent 1px),radial-gradient(circle at 80% 20%,rgba(255,255,255,.25) 1px,transparent 1px),radial-gradient(circle at 60% 70%,rgba(255,255,255,.2) 1px,transparent 1px),radial-gradient(circle at 30% 80%,rgba(255,255,255,.3) 1px,transparent 1px),radial-gradient(circle at 90% 60%,rgba(255,255,255,.25) 1px,transparent 1px);background-size:80px 80px,120px 120px,100px 100px,140px 140px,90px 90px;z-index:1;animation:twinkle 15s ease-in-out infinite}.a1-embassy-hologram{position:fixed;top:10%;right:10%;width:300px;height:300px;background:radial-gradient(circle at center,rgba(220,38,38,.08) 0%,rgba(124,45,18,.05) 40%,transparent 70%);opacity:.15;transform:rotate(15deg);filter:drop-shadow(0 0 20px rgba(220,38,38,.2));z-index:1;pointer-events:none;animation:hologram-float 15s ease-in-out infinite}.a1-section{position:relative;z-index:10;padding:4rem 2rem;min-height:100vh;display:flex;align-items:flex-start;justify-content:center;width:100%;max-width:1400px}.a1-section:first-child{padding-top:6rem}.a1-section-container{max-width:1200px;width:100%;margin:0 auto}.a1-section-header{text-align:center;margin-bottom:3rem}.a1-section-main-title{font-size:clamp(2.5rem,6vw,4rem);font-weight:700;line-height:1.2;margin-bottom:1rem;color:#fffffff2;text-shadow:0 2px 4px rgba(0,0,0,.3)}.a1-section-main-subtitle{font-size:clamp(1.125rem,2.5vw,1.5rem);color:#fffc;margin-bottom:2rem;max-width:800px;margin-left:auto;margin-right:auto;line-height:1.4}.a1-content-card{background:#ffffff14;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border:1px solid rgba(255,255,255,.15);border-radius:20px;padding:2.5rem;margin:2rem 0;transition:all .4s ease;box-shadow:0 8px 32px #0003}.a1-content-card:hover{transform:translateY(-5px);background:#ffffff1f;border:1px solid rgba(255,255,255,.25);box-shadow:0 16px 48px #0000004d}.a1-section-title{font-size:2rem;font-weight:600;color:#fffffff2;margin-bottom:1.5rem;display:flex;align-items:center;gap:.75rem}.a1-section-icon{font-size:1.5rem;color:#dc2626}.a1-section-content{color:#ffffffd9;line-height:1.6;font-size:1.1rem}.a1-section-content p{margin-bottom:1rem}.a1-section-content ul,.a1-section-content ol{margin:1rem 0;padding-left:1.5rem}.a1-section-content li{margin-bottom:.5rem}.a1-section-content strong{color:#fffffff2;font-weight:600}.a1-grid-2{display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:2rem}.a1-grid-3{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.a1-highlight-box{background:#dc26261a;border:1px solid rgba(220,38,38,.3);border-radius:12px;padding:1.5rem;margin:1.5rem 0}.a1-highlight-box.warning{background:#f59e0b1a;border-color:#f59e0b4d}.a1-highlight-box.success{background:#22c55e1a;border-color:#22c55e4d}.a1-highlight-box.danger{background:#dc26261a;border-color:#dc26264d}.a1-highlight-title{font-weight:600;font-size:1.1rem;margin-bottom:.75rem;display:flex;align-items:center;gap:.5rem}.a1-steps-container{position:relative;margin:2rem 0}.a1-step{display:flex;align-items:flex-start;margin-bottom:2rem;position:relative}.a1-step-number{background:linear-gradient(135deg,#7c2d12,#dc2626);color:#fff;width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.1rem;margin-right:1.5rem;flex-shrink:0;position:relative;z-index:2}.a1-step-content{flex:1;padding-top:.5rem}.a1-step-title{font-size:1.25rem;font-weight:600;color:#fffffff2;margin-bottom:.5rem}.a1-step-description{color:#fffc;line-height:1.5}.a1-step:not(:last-child):after{content:"";position:absolute;left:19px;top:40px;bottom:-2rem;width:2px;background:linear-gradient(180deg,#dc2626,#dc26264d);z-index:1}.a1-table{width:100%;border-collapse:collapse;margin:1.5rem 0;background:#ffffff0d;border-radius:12px;overflow:hidden}.a1-table th{background:#dc262633;color:#fffffff2;padding:1rem;text-align:left;font-weight:600;border-bottom:1px solid rgba(255,255,255,.1)}.a1-table td{padding:1rem;border-bottom:1px solid rgba(255,255,255,.1);color:#ffffffd9}.a1-table tr:hover{background:#ffffff0d}.a1-button{background:linear-gradient(135deg,#7c2d12,#dc2626);color:#fff;border:none;padding:.75rem 1.5rem;border-radius:50px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;text-decoration:none;display:inline-block;text-align:center}.a1-button:hover{transform:translateY(-2px);box-shadow:0 8px 25px #dc262666}.a1-button.secondary{background:linear-gradient(135deg,#64748b,#475569)}.a1-button.secondary:hover{box-shadow:0 8px 25px #64748b66}.a1-quick-links{background:linear-gradient(135deg,#7c2d12,#dc2626);border-radius:16px;padding:2rem;margin:2rem 0;text-align:center}.a1-quick-links-title{font-size:1.5rem;font-weight:700;margin-bottom:1rem;color:#fff}.a1-quick-links-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;margin-top:1.5rem}.a1-quick-link{background:#ffffff1a;border:1px solid rgba(255,255,255,.2);border-radius:12px;padding:1rem;text-decoration:none;color:#fff;transition:all .3s ease;display:block;cursor:pointer}.a1-quick-link:hover{background:#fff3;transform:translateY(-2px)}@media (max-width: 1024px){.a1-main-content-full{margin-right:320px;width:calc(100vw - 320px)}.a1-section{max-width:1200px}.a1-flag-wave,.a1-star-bg{left:0}}@media (max-width: 768px){.a1-main-content-full{margin-right:0;width:100vw}.a1-checklist-sidebar{display:none}.a1-flag-wave,.a1-star-bg{left:0}.a1-section{padding:2rem 1rem;max-width:100%}.a1-section-container{max-width:100%;padding:0 .5rem}.a1-content-card{padding:1.5rem;margin:1rem 0}.a1-grid-2,.a1-grid-3{grid-template-columns:1fr}}@media (max-width: 480px){.a1-main-content-full{margin-right:0;width:100vw}.a1-checklist-sidebar{display:none}.a1-flag-wave,.a1-star-bg{left:0}.a1-section{padding:1.5rem .5rem;max-width:100%}.a1-section-container{max-width:100%;padding:0 .25rem}.a1-content-card{padding:1rem}}@media (max-width: 1400px){.a1-checklist-sidebar{width:300px;right:15px}.a1-main-content{margin-right:335px;width:calc(100vw - 685px)}.a1-main-content.nav-collapsed{width:calc(100vw - 335px)}}@media (max-width: 1200px){.a1-checklist-sidebar{width:280px;right:10px;top:160px;height:calc(100vh - 180px)}.a1-main-content{margin-right:310px;width:calc(100vw - 660px)}.a1-main-content.nav-collapsed{width:calc(100vw - 310px)}}.a2-page-container{font-family:Inter,sans-serif;background:transparent;color:#fff;min-height:100vh;position:relative;overflow-x:hidden;margin:0;padding:0;display:flex}.a2-checklist-sidebar{position:fixed;right:20px;top:160px;width:360px;height:calc(100vh - 180px);background:#ffffff1f;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.2);border-radius:16px;z-index:1000;overflow-y:auto;padding:0;display:flex;flex-direction:column;box-shadow:0 20px 40px #00000026,0 10px 20px #0000001a,0 5px 10px #0000000d;scrollbar-width:none;-ms-overflow-style:none;overscroll-behavior:contain}.a2-checklist-sidebar::-webkit-scrollbar{display:none;width:0;height:0}.a2-checklist-sidebar::-webkit-scrollbar-track{display:none}.a2-checklist-sidebar::-webkit-scrollbar-thumb{display:none}.a2-checklist-header{position:sticky;top:0;z-index:1001;border-radius:16px 16px 0 0;padding:1.5rem;color:#fff;border-bottom:1px solid rgba(255,255,255,.2);box-shadow:0 2px 8px #0000001a}.a2-checklist-header.checklist-theme{background:linear-gradient(135deg,#1e40af,#3b82f6)}.a2-checklist-header.portal-theme{background:linear-gradient(135deg,#059669,#10b981)}.a2-tab-header{position:relative;display:flex;align-items:flex-start;justify-content:space-between;width:100%}.a2-tab-content{flex:1;text-align:center}.a2-tab-title{font-size:1.4rem;font-weight:700;margin:0 0 .5rem;line-height:1.2;display:flex;align-items:center;justify-content:center;gap:.5rem;color:#fff}.a2-tab-title-icon{font-size:1.4rem;line-height:1}.a2-tab-subtitle{font-size:.9rem;margin:0;opacity:.9;font-weight:400;color:#fff;line-height:1.3}.a2-tab-toggle{width:40px;height:40px;border-radius:8px;border:2px solid transparent;cursor:pointer;transition:all .3s ease;font-size:1.2rem;display:flex;align-items:center;justify-content:center;line-height:1;color:#fff;font-weight:600;flex-shrink:0;margin-top:7px}.a2-tab-toggle.to-portal{background:#059669e6;border-color:#059669}.a2-tab-toggle.to-checklist{background:#1e40afe6;border-color:#1e40af}.a2-tab-toggle:hover{transform:scale(1.05);box-shadow:0 4px 12px #0003}.a2-tab-toggle.to-portal:hover{background:#059669}.a2-tab-toggle.to-checklist:hover{background:#1e40af}.a2-checklist-content{flex:1;padding:0}.a2-checklist-section{border-bottom:1px solid rgba(255,255,255,.1);margin-bottom:0}.a2-checklist-section-header{background:#1e40af;color:#fff;padding:1rem 1.5rem;border-bottom:1px solid rgba(255,255,255,.15)}.a2-checklist-section-title{font-size:.95rem;font-weight:600;margin:0 0 .5rem;color:#fff;line-height:1.3;text-shadow:none}.a2-checklist-progress{display:flex;align-items:center;gap:.75rem}.a2-checklist-progress-text{font-size:.8rem;font-weight:500;color:#fffc;min-width:40px}.a2-checklist-progress-bar{flex:1;height:6px;background:#fff3;border-radius:3px;overflow:hidden}.a2-checklist-progress-fill{height:100%;background:linear-gradient(90deg,#3b82f6,#1e40af);border-radius:3px;transition:width .3s ease}.a2-checklist-subsection{margin-bottom:1rem}.a2-checklist-subsection-title{font-size:.85rem;font-weight:600;color:#3b82f6;margin:0 0 .5rem;padding:.5rem 1.5rem 0;text-transform:uppercase;letter-spacing:.5px}.a2-checklist-items{padding:0}.a2-checklist-item{border-bottom:1px solid rgba(255,255,255,.05);will-change:background-color}.a2-checklist-item:hover{background:#ffffff08}.a2-checklist-label{display:flex;align-items:flex-start;padding:.75rem 1.5rem;cursor:pointer;gap:.75rem;font-size:.85rem;line-height:1.4;color:#ffffffe6;will-change:color}.a2-checklist-label:hover{color:#fff}.a2-checklist-checkbox{display:none}.a2-checklist-checkmark{width:18px;height:18px;border:2px solid rgba(255,255,255,.3);border-radius:4px;position:relative;flex-shrink:0;background:transparent;margin-top:1px;will-change:background,border-color,transform}.a2-checklist-checkbox:checked+.a2-checklist-checkmark{background:linear-gradient(135deg,#3b82f6,#1e40af);border-color:#3b82f6;transform:scale(1.05)}.a2-checklist-checkbox:checked+.a2-checklist-checkmark:after{content:"✓";position:absolute;top:-1px;left:2px;color:#fff;font-size:12px;font-weight:700}.a2-checklist-checkbox:checked+.a2-checklist-checkmark+.a2-checklist-text{color:#3b82f6;text-decoration:line-through;opacity:.8}.a2-checklist-text{flex:1;will-change:color,text-decoration,opacity}.a2-checklist-emoji-button{font-size:1rem;margin-left:auto;opacity:.8;flex-shrink:0;background:none;border:none;cursor:pointer;padding:2px 4px;border-radius:4px;transition:all .2s ease}.a2-checklist-emoji-button:hover{opacity:1;background:#ffffff1a;transform:scale(1.1)}.a2-checklist-emoji-button:active{transform:scale(.95)}.a2-checklist-text-input{margin:.5rem 2.25rem 0;padding-bottom:.5rem}.a2-checklist-textarea{width:100%;background:#ffffff08;border:1px solid rgba(255,255,255,.15);border-radius:6px;color:#ffffffb3;padding:.75rem;font-size:.85rem;font-family:inherit;min-height:60px;text-align:left;cursor:default;box-sizing:border-box;line-height:1.5;word-wrap:break-word;overflow-wrap:break-word;-webkit-hyphens:auto;hyphens:auto;white-space:pre-line}.a2-checklist-link{color:#60a5fa;text-decoration:underline;transition:color .2s ease;word-break:break-all;font-weight:500}.a2-checklist-link:hover{color:#93c5fd;text-decoration:underline}.a2-info-indicator{position:absolute;top:-2px;right:-2px;font-size:8px;color:#60a5fa;opacity:.8;pointer-events:none}.a2-checklist-emoji-button{position:relative}.a2-checklist-footer{background:#1e40af;padding:1rem 1.5rem;border-top:1px solid rgba(255,255,255,.1);border-radius:0 0 16px 16px}.a2-checklist-save-note{display:flex;align-items:center;gap:.5rem;font-size:.8rem;color:#ffffffe6;justify-content:center}.a2-checklist-save-note i{font-size:.75rem;opacity:1}.a2-portal-nav-content{padding:0}.a2-portal-nav-section{border-bottom:1px solid rgba(255,255,255,.1)}.a2-portal-nav-item{display:flex;align-items:center;padding:1rem 1.5rem;text-decoration:none;color:#ffffffe6;transition:all .3s ease;border-bottom:1px solid rgba(255,255,255,.1);position:relative;cursor:pointer}.a2-portal-nav-item:hover{background:#ffffff1a;color:#fff}.a2-portal-nav-item.active{background:#3b82f64d;border-left:4px solid #3b82f6;color:#fff}.a2-portal-nav-icon{font-size:1.1rem;margin-right:1rem;width:18px;text-align:center;flex-shrink:0}.a2-portal-nav-text{flex:1;font-weight:500;font-size:.9rem;line-height:1.3}.a2-portal-nav-subitems{background:#0003;border-left:2px solid rgba(59,130,246,.3);margin-left:1rem}.a2-portal-nav-subitem{display:flex;align-items:center;padding:.5rem 1rem .5rem 1.5rem;color:#fffc;transition:all .3s ease;cursor:pointer;border-bottom:1px solid rgba(255,255,255,.05)}.a2-portal-nav-subitem:hover{background:#ffffff14;color:#fffffff2}.a2-portal-nav-subitem.active{background:#3b82f633;color:#fff;border-left:2px solid #3b82f6}.a2-portal-nav-subtext{font-size:.8rem;font-weight:400;line-height:1.2}.a2-main-content{margin-left:350px;margin-right:400px;width:calc(100vw - 750px);min-height:100vh;position:relative;display:flex;flex-direction:column;align-items:center;transition:margin-left .3s ease,width .3s ease}.a2-main-content.nav-collapsed{margin-left:0;width:calc(100vw - 400px)}.a2-main-content-full{margin-left:0;margin-right:400px;width:calc(100vw - 400px);min-height:100vh;position:relative;display:flex;flex-direction:column;align-items:center}.a2-flag-wave{position:fixed;top:0;left:0;right:0;bottom:0;background:repeating-linear-gradient(-45deg,#3b82f605,#3b82f605 12px,#ffffff04 12px,#ffffff04 24px,#05966905 24px,#05966905 36px);z-index:1;animation:wave-movement 20s ease-in-out infinite}.a2-star-bg{position:fixed;top:0;left:0;right:0;bottom:0;background-image:radial-gradient(circle at 20% 30%,rgba(255,255,255,.3) 1px,transparent 1px),radial-gradient(circle at 80% 20%,rgba(255,255,255,.25) 1px,transparent 1px),radial-gradient(circle at 60% 70%,rgba(255,255,255,.2) 1px,transparent 1px),radial-gradient(circle at 30% 80%,rgba(255,255,255,.3) 1px,transparent 1px),radial-gradient(circle at 90% 60%,rgba(255,255,255,.25) 1px,transparent 1px);background-size:80px 80px,120px 120px,100px 100px,140px 140px,90px 90px;z-index:1;animation:twinkle 15s ease-in-out infinite}.a2-government-hologram{position:fixed;top:10%;right:10%;width:300px;height:300px;background:radial-gradient(circle at center,rgba(59,130,246,.08) 0%,rgba(30,64,175,.05) 40%,transparent 70%);opacity:.15;transform:rotate(15deg);filter:drop-shadow(0 0 20px rgba(59,130,246,.2));z-index:1;pointer-events:none;animation:hologram-float 15s ease-in-out infinite}.a2-section{position:relative;z-index:10;padding:4rem 2rem;min-height:100vh;display:flex;align-items:flex-start;justify-content:center;width:100%;max-width:1400px}.a2-section:first-child{padding-top:6rem}.a2-section-container{max-width:1200px;width:100%;margin:0 auto}.a2-section-header{text-align:center;margin-bottom:3rem}.a2-section-main-title{font-size:clamp(2.5rem,6vw,4rem);font-weight:700;line-height:1.2;margin-bottom:1rem;color:#fffffff2;text-shadow:0 2px 4px rgba(0,0,0,.3)}.a2-section-main-subtitle{font-size:clamp(1.125rem,2.5vw,1.5rem);color:#fffc;margin-bottom:2rem;max-width:800px;margin-left:auto;margin-right:auto;line-height:1.4}.a2-content-card{background:#ffffff14;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border:1px solid rgba(255,255,255,.15);border-radius:20px;padding:2.5rem;margin:2rem 0;transition:all .4s ease;box-shadow:0 8px 32px #0003}.a2-content-card:hover{transform:translateY(-5px);background:#ffffff1f;border:1px solid rgba(255,255,255,.25);box-shadow:0 16px 48px #0000004d}.a2-section-title{font-size:2rem;font-weight:600;color:#fffffff2;margin-bottom:1.5rem;display:flex;align-items:center;gap:.75rem}.a2-section-icon{font-size:1.5rem;color:#3b82f6}.a2-section-content{color:#ffffffd9;line-height:1.6;font-size:1.1rem}.a2-section-content p{margin-bottom:1rem}.a2-section-content ul,.a2-section-content ol{margin:1rem 0;padding-left:1.5rem}.a2-section-content li{margin-bottom:.5rem}.a2-section-content strong{color:#fffffff2;font-weight:600}.a2-grid-2{display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:2rem}.a2-grid-3{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.a2-highlight-box{background:#3b82f61a;border:1px solid rgba(59,130,246,.3);border-radius:12px;padding:1.5rem;margin:1.5rem 0}.a2-highlight-box.warning{background:#f59e0b1a;border-color:#f59e0b4d}.a2-highlight-box.success{background:#22c55e1a;border-color:#22c55e4d}.a2-highlight-box.danger{background:#dc26261a;border-color:#dc26264d}.a2-highlight-title{font-weight:600;font-size:1.1rem;margin-bottom:.75rem;display:flex;align-items:center;gap:.5rem}.a2-steps-container{position:relative;margin:2rem 0}.a2-step{display:flex;align-items:flex-start;margin-bottom:2rem;position:relative}.a2-step-number{background:linear-gradient(135deg,#1e40af,#3b82f6);color:#fff;width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.1rem;margin-right:1.5rem;flex-shrink:0;position:relative;z-index:2}.a2-step-content{flex:1;padding-top:.5rem}.a2-step-title{font-size:1.25rem;font-weight:600;color:#fffffff2;margin-bottom:.5rem}.a2-step-description{color:#fffc;line-height:1.5}.a2-step:not(:last-child):after{content:"";position:absolute;left:19px;top:40px;bottom:-2rem;width:2px;background:linear-gradient(180deg,#3b82f6,#3b82f64d);z-index:1}.a2-table{width:100%;border-collapse:collapse;margin:1.5rem 0;background:#ffffff0d;border-radius:12px;overflow:hidden}.a2-table th{background:#3b82f633;color:#fffffff2;padding:1rem;text-align:left;font-weight:600;border-bottom:1px solid rgba(255,255,255,.1)}.a2-table td{padding:1rem;border-bottom:1px solid rgba(255,255,255,.1);color:#ffffffd9}.a2-table tr:hover{background:#ffffff0d}.a2-button{background:linear-gradient(135deg,#1e40af,#3b82f6);color:#fff;border:none;padding:.75rem 1.5rem;border-radius:50px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;text-decoration:none;display:inline-block;text-align:center}.a2-button:hover{transform:translateY(-2px);box-shadow:0 8px 25px #3b82f666}.a2-button.secondary{background:linear-gradient(135deg,#64748b,#475569)}.a2-button.secondary:hover{box-shadow:0 8px 25px #64748b66}.a2-quick-links{background:linear-gradient(135deg,#1e40af,#3b82f6);border-radius:16px;padding:2rem;margin:2rem 0;text-align:center}.a2-quick-links-title{font-size:1.5rem;font-weight:700;margin-bottom:1rem;color:#fff}.a2-quick-links-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;margin-top:1.5rem}.a2-quick-link{background:#ffffff1a;border:1px solid rgba(255,255,255,.2);border-radius:12px;padding:1rem;text-decoration:none;color:#fff;transition:all .3s ease;display:block;cursor:pointer}.a2-quick-link:hover{background:#fff3;transform:translateY(-2px)}@media (max-width: 1024px){.a2-main-content-full{margin-right:320px;width:calc(100vw - 320px)}.a2-section{max-width:1200px}.a2-flag-wave,.a2-star-bg{left:0}}@media (max-width: 768px){.a2-main-content-full{margin-right:0;width:100vw}.a2-checklist-sidebar{display:none}.a2-flag-wave,.a2-star-bg{left:0}.a2-section{padding:2rem 1rem;max-width:100%}.a2-section-container{max-width:100%;padding:0 .5rem}.a2-content-card{padding:1.5rem;margin:1rem 0}.a2-grid-2,.a2-grid-3{grid-template-columns:1fr}}@media (max-width: 480px){.a2-main-content-full{margin-right:0;width:100vw}.a2-checklist-sidebar{display:none}.a2-flag-wave,.a2-star-bg{left:0}.a2-section{padding:1.5rem .5rem;max-width:100%}.a2-section-container{max-width:100%;padding:0 .25rem}.a2-content-card{padding:1rem}}@media (max-width: 1400px){.a2-checklist-sidebar{width:300px;right:15px}.a2-main-content{margin-right:335px;width:calc(100vw - 685px)}.a2-main-content.nav-collapsed{width:calc(100vw - 335px)}}@media (max-width: 1200px){.a2-checklist-sidebar{width:280px;right:10px;top:160px;height:calc(100vh - 180px)}.a2-main-content{margin-right:310px;width:calc(100vw - 660px)}.a2-main-content.nav-collapsed{width:calc(100vw - 310px)}}.b1-page-container{font-family:Inter,sans-serif;background:transparent;color:#fff;min-height:100vh;position:relative;overflow-x:hidden;margin:0;padding:0;display:flex}.b1-checklist-sidebar{position:fixed;right:20px;top:160px;width:360px;height:calc(100vh - 180px);background:#ffffff1f;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.2);border-radius:16px;z-index:1000;overflow-y:auto;padding:0;display:flex;flex-direction:column;box-shadow:0 20px 40px #00000026,0 10px 20px #0000001a,0 5px 10px #0000000d;scrollbar-width:none;-ms-overflow-style:none;overscroll-behavior:contain}.b1-checklist-sidebar::-webkit-scrollbar{display:none;width:0;height:0}.b1-checklist-sidebar::-webkit-scrollbar-track{display:none}.b1-checklist-sidebar::-webkit-scrollbar-thumb{display:none}.b1-checklist-header{position:sticky;top:0;z-index:1001;border-radius:16px 16px 0 0;padding:1.5rem;color:#fff;border-bottom:1px solid rgba(255,255,255,.2);box-shadow:0 2px 8px #0000001a}.b1-checklist-header.checklist-theme{background:linear-gradient(135deg,#d97706,#f59e0b)}.b1-checklist-header.portal-theme{background:linear-gradient(135deg,#0369a1,#0284c7)}.b1-tab-header{position:relative;display:flex;align-items:flex-start;justify-content:space-between;width:100%}.b1-tab-content{flex:1;text-align:center}.b1-tab-title{font-size:1.4rem;font-weight:700;margin:0 0 .5rem;line-height:1.2;display:flex;align-items:center;justify-content:center;gap:.5rem;color:#fff}.b1-tab-title-icon{font-size:1.4rem;line-height:1}.b1-tab-subtitle{font-size:.9rem;margin:0;opacity:.9;font-weight:400;color:#fff;line-height:1.3}.b1-tab-toggle{width:40px;height:40px;border-radius:8px;border:2px solid transparent;cursor:pointer;transition:all .3s ease;font-size:1.2rem;display:flex;align-items:center;justify-content:center;line-height:1;color:#fff;font-weight:600;flex-shrink:0;margin-top:7px}.b1-tab-toggle.to-portal{background:#0369a1e6;border-color:#0369a1}.b1-tab-toggle.to-checklist{background:#d97706e6;border-color:#d97706}.b1-tab-toggle:hover{transform:scale(1.05);box-shadow:0 4px 12px #0003}.b1-tab-toggle.to-portal:hover{background:#0369a1}.b1-tab-toggle.to-checklist:hover{background:#d97706}.b1-checklist-content{flex:1;padding:0}.b1-checklist-section{border-bottom:1px solid rgba(255,255,255,.1);margin-bottom:0}.b1-checklist-section-header{background:#d97706;color:#fff;padding:1rem 1.5rem;border-bottom:1px solid rgba(255,255,255,.15)}.b1-checklist-section-title{font-size:.95rem;font-weight:600;margin:0 0 .5rem;color:#fff;line-height:1.3;text-shadow:none}.b1-checklist-progress{display:flex;align-items:center;gap:.75rem}.b1-checklist-progress-text{font-size:.8rem;font-weight:500;color:#fffc;min-width:40px}.b1-checklist-progress-bar{flex:1;height:6px;background:#fff3;border-radius:3px;overflow:hidden}.b1-checklist-progress-fill{height:100%;background:linear-gradient(90deg,#f59e0b,#d97706);border-radius:3px;transition:width .3s ease}.b1-checklist-subsection{margin-bottom:1rem}.b1-checklist-subsection-title{font-size:.85rem;font-weight:600;color:#f59e0b;margin:0 0 .5rem;padding:.5rem 1.5rem 0;text-transform:uppercase;letter-spacing:.5px}.b1-checklist-items{padding:0}.b1-checklist-item{border-bottom:1px solid rgba(255,255,255,.05);will-change:background-color}.b1-checklist-item:hover{background:#ffffff08}.b1-checklist-label{display:flex;align-items:flex-start;padding:.75rem 1.5rem;cursor:pointer;gap:.75rem;font-size:.85rem;line-height:1.4;color:#ffffffe6;will-change:color}.b1-checklist-label:hover{color:#fff}.b1-checklist-checkbox{display:none}.b1-checklist-checkmark{width:18px;height:18px;border:2px solid rgba(255,255,255,.3);border-radius:4px;position:relative;flex-shrink:0;background:transparent;margin-top:1px;will-change:background,border-color,transform}.b1-checklist-checkbox:checked+.b1-checklist-checkmark{background:linear-gradient(135deg,#f59e0b,#d97706);border-color:#f59e0b;transform:scale(1.05)}.b1-checklist-checkbox:checked+.b1-checklist-checkmark:after{content:"✓";position:absolute;top:-1px;left:2px;color:#fff;font-size:12px;font-weight:700}.b1-checklist-checkbox:checked+.b1-checklist-checkmark+.b1-checklist-text{color:#f59e0b;text-decoration:line-through;opacity:.8}.b1-checklist-text{flex:1;will-change:color,text-decoration,opacity}.b1-checklist-emoji-button{font-size:1rem;margin-left:auto;opacity:.8;flex-shrink:0;background:none;border:none;cursor:pointer;padding:2px 4px;border-radius:4px;transition:all .2s ease}.b1-checklist-emoji-button:hover{opacity:1;background:#ffffff1a;transform:scale(1.1)}.b1-checklist-emoji-button:active{transform:scale(.95)}.b1-checklist-text-input{margin:.5rem 2.25rem 0;padding-bottom:.5rem}.b1-checklist-textarea{width:100%;background:#ffffff08;border:1px solid rgba(255,255,255,.15);border-radius:6px;color:#ffffffb3;padding:.75rem;font-size:.85rem;font-family:inherit;min-height:60px;text-align:left;cursor:default;box-sizing:border-box;line-height:1.5;word-wrap:break-word;overflow-wrap:break-word;-webkit-hyphens:auto;hyphens:auto;white-space:pre-line}.b1-checklist-link{color:#60a5fa;text-decoration:underline;transition:color .2s ease;word-break:break-all;font-weight:500}.b1-checklist-link:hover{color:#93c5fd;text-decoration:underline}.b1-info-indicator{position:absolute;top:-2px;right:-2px;font-size:8px;color:#60a5fa;opacity:.8;pointer-events:none}.b1-checklist-emoji-button{position:relative}.b1-checklist-footer{background:#d97706;padding:1rem 1.5rem;border-top:1px solid rgba(255,255,255,.1);border-radius:0 0 16px 16px}.b1-checklist-save-note{display:flex;align-items:center;gap:.5rem;font-size:.8rem;color:#ffffffe6;justify-content:center}.b1-checklist-save-note i{font-size:.75rem;opacity:1}.b1-portal-nav-content{padding:0}.b1-portal-nav-section{border-bottom:1px solid rgba(255,255,255,.1)}.b1-portal-nav-item{display:flex;align-items:center;padding:1rem 1.5rem;text-decoration:none;color:#ffffffe6;transition:all .3s ease;border-bottom:1px solid rgba(255,255,255,.1);position:relative;cursor:pointer}.b1-portal-nav-item:hover{background:#ffffff1a;color:#fff}.b1-portal-nav-item.active{background:#f59e0b4d;border-left:4px solid #f59e0b;color:#fff}.b1-portal-nav-icon{font-size:1.1rem;margin-right:1rem;width:18px;text-align:center;flex-shrink:0}.b1-portal-nav-text{flex:1;font-weight:500;font-size:.9rem;line-height:1.3}.b1-portal-nav-subitems{background:#0003;border-left:2px solid rgba(245,158,11,.3);margin-left:1rem}.b1-portal-nav-subitem{display:flex;align-items:center;padding:.5rem 1rem .5rem 1.5rem;color:#fffc;transition:all .3s ease;cursor:pointer;border-bottom:1px solid rgba(255,255,255,.05)}.b1-portal-nav-subitem:hover{background:#ffffff14;color:#fffffff2}.b1-portal-nav-subitem.active{background:#f59e0b33;color:#fff;border-left:2px solid #f59e0b}.b1-portal-nav-subtext{font-size:.8rem;font-weight:400;line-height:1.2}.b1-main-content{margin-left:350px;margin-right:400px;width:calc(100vw - 750px);min-height:100vh;position:relative;display:flex;flex-direction:column;align-items:center;transition:margin-left .3s ease,width .3s ease}.b1-main-content.nav-collapsed{margin-left:0;width:calc(100vw - 400px)}.b1-main-content-full{margin-left:0;margin-right:400px;width:calc(100vw - 400px);min-height:100vh;position:relative;display:flex;flex-direction:column;align-items:center}.b1-business-wave{position:fixed;top:0;left:0;right:0;bottom:0;background:repeating-linear-gradient(-45deg,#f59e0b05,#f59e0b05 12px,#ffffff04 12px,#ffffff04 24px,#0369a105 24px,#0369a105 36px);z-index:1;animation:wave-movement 20s ease-in-out infinite}.b1-business-grid{position:fixed;top:0;left:0;right:0;bottom:0;background-image:linear-gradient(rgba(245,158,11,.1) 1px,transparent 1px),linear-gradient(90deg,rgba(245,158,11,.1) 1px,transparent 1px),linear-gradient(rgba(3,105,161,.08) 1px,transparent 1px),linear-gradient(90deg,rgba(3,105,161,.08) 1px,transparent 1px);background-size:60px 60px,60px 60px,20px 20px,20px 20px;z-index:1;animation:grid-shift 25s ease-in-out infinite}.b1-business-hologram{position:fixed;top:15%;right:8%;width:280px;height:280px;background:radial-gradient(circle at center,rgba(245,158,11,.08) 0%,rgba(217,119,6,.05) 40%,transparent 70%);opacity:.15;transform:rotate(-10deg);filter:drop-shadow(0 0 20px rgba(245,158,11,.2));z-index:1;pointer-events:none;animation:hologram-float 18s ease-in-out infinite}.b1-section{position:relative;z-index:10;padding:4rem 2rem;min-height:100vh;display:flex;align-items:flex-start;justify-content:center;width:100%;max-width:1400px}.b1-section:first-child{padding-top:6rem}.b1-section-container{max-width:1200px;width:100%;margin:0 auto}.b1-section-header{text-align:center;margin-bottom:3rem}.b1-section-main-title{font-size:clamp(2.5rem,6vw,4rem);font-weight:700;line-height:1.2;margin-bottom:1rem;color:#fffffff2;text-shadow:0 2px 4px rgba(0,0,0,.3)}.b1-section-main-subtitle{font-size:clamp(1.125rem,2.5vw,1.5rem);color:#fffc;margin-bottom:2rem;max-width:800px;margin-left:auto;margin-right:auto;line-height:1.4}.b1-content-card{background:#ffffff14;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border:1px solid rgba(255,255,255,.15);border-radius:20px;padding:2.5rem;margin:2rem 0;transition:all .4s ease;box-shadow:0 8px 32px #0003}.b1-content-card:hover{transform:translateY(-5px);background:#ffffff1f;border:1px solid rgba(255,255,255,.25);box-shadow:0 16px 48px #0000004d}.b1-section-title{font-size:2rem;font-weight:600;color:#fffffff2;margin-bottom:1.5rem;display:flex;align-items:center;gap:.75rem}.b1-section-icon{font-size:1.5rem;color:#f59e0b}.b1-section-content{color:#ffffffd9;line-height:1.6;font-size:1.1rem}.b1-section-content p{margin-bottom:1rem}.b1-section-content ul,.b1-section-content ol{margin:1rem 0;padding-left:1.5rem}.b1-section-content li{margin-bottom:.5rem}.b1-section-content strong{color:#fffffff2;font-weight:600}.b1-grid-2{display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:2rem}.b1-grid-3{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.b1-highlight-box{background:#f59e0b1a;border:1px solid rgba(245,158,11,.3);border-radius:12px;padding:1.5rem;margin:1.5rem 0}.b1-highlight-box.warning{background:#ef44441a;border-color:#ef44444d}.b1-highlight-box.success{background:#22c55e1a;border-color:#22c55e4d}.b1-highlight-box.danger{background:#dc26261a;border-color:#dc26264d}.b1-highlight-title{font-weight:600;font-size:1.1rem;margin-bottom:.75rem;display:flex;align-items:center;gap:.5rem}.b1-steps-container{position:relative;margin:2rem 0}.b1-step{display:flex;align-items:flex-start;margin-bottom:2rem;position:relative}.b1-step-number{background:linear-gradient(135deg,#d97706,#f59e0b);color:#fff;width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.1rem;margin-right:1.5rem;flex-shrink:0;position:relative;z-index:2}.b1-step-content{flex:1;padding-top:.5rem}.b1-step-title{font-size:1.25rem;font-weight:600;color:#fffffff2;margin-bottom:.5rem}.b1-step-description{color:#fffc;line-height:1.5}.b1-step:not(:last-child):after{content:"";position:absolute;left:19px;top:40px;bottom:-2rem;width:2px;background:linear-gradient(180deg,#f59e0b,#f59e0b4d);z-index:1}.b1-table{width:100%;border-collapse:collapse;margin:1.5rem 0;background:#ffffff0d;border-radius:12px;overflow:hidden}.b1-table th{background:#f59e0b33;color:#fffffff2;padding:1rem;text-align:left;font-weight:600;border-bottom:1px solid rgba(255,255,255,.1)}.b1-table td{padding:1rem;border-bottom:1px solid rgba(255,255,255,.1);color:#ffffffd9}.b1-table tr:hover{background:#ffffff0d}.b1-button{background:linear-gradient(135deg,#d97706,#f59e0b);color:#fff;border:none;padding:.75rem 1.5rem;border-radius:50px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;text-decoration:none;display:inline-block;text-align:center}.b1-button:hover{transform:translateY(-2px);box-shadow:0 8px 25px #f59e0b66}.b1-button.secondary{background:linear-gradient(135deg,#64748b,#475569)}.b1-button.secondary:hover{box-shadow:0 8px 25px #64748b66}.b1-quick-links{background:linear-gradient(135deg,#d97706,#f59e0b);border-radius:16px;padding:2rem;margin:2rem 0;text-align:center}.b1-quick-links-title{font-size:1.5rem;font-weight:700;margin-bottom:1rem;color:#fff}.b1-quick-links-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;margin-top:1.5rem}.b1-quick-link{background:#ffffff1a;border:1px solid rgba(255,255,255,.2);border-radius:12px;padding:1rem;text-decoration:none;color:#fff;transition:all .3s ease;display:block;cursor:pointer}.b1-quick-link:hover{background:#fff3;transform:translateY(-2px)}@media (max-width: 1024px){.b1-main-content-full{margin-right:320px;width:calc(100vw - 320px)}.b1-section{max-width:1200px}.b1-business-wave,.b1-business-grid{left:0}}@media (max-width: 768px){.b1-main-content-full{margin-right:0;width:100vw}.b1-checklist-sidebar{display:none}.b1-business-wave,.b1-business-grid{left:0}.b1-section{padding:2rem 1rem;max-width:100%}.b1-section-container{max-width:100%;padding:0 .5rem}.b1-content-card{padding:1.5rem;margin:1rem 0}.b1-grid-2,.b1-grid-3{grid-template-columns:1fr}}@media (max-width: 480px){.b1-main-content-full{margin-right:0;width:100vw}.b1-checklist-sidebar{display:none}.b1-business-wave,.b1-business-grid{left:0}.b1-section{padding:1.5rem .5rem;max-width:100%}.b1-section-container{max-width:100%;padding:0 .25rem}.b1-content-card{padding:1rem}}@media (max-width: 1400px){.b1-checklist-sidebar{width:300px;right:15px}.b1-main-content{margin-right:335px;width:calc(100vw - 685px)}.b1-main-content.nav-collapsed{width:calc(100vw - 335px)}}@media (max-width: 1200px){.b1-checklist-sidebar{width:280px;right:10px;top:160px;height:calc(100vh - 180px)}.b1-main-content{margin-right:310px;width:calc(100vw - 660px)}.b1-main-content.nav-collapsed{width:calc(100vw - 310px)}}@keyframes wave-movement{0%,to{transform:translate(0)}50%{transform:translate(15px)}}@keyframes grid-shift{0%,to{transform:translate(0) translateY(0)}50%{transform:translate(10px) translateY(10px)}}@keyframes hologram-float{0%,to{transform:rotate(-10deg) scale(1)}50%{transform:rotate(-5deg) scale(1.05)}}.b2-page-container{font-family:Inter,sans-serif;background:transparent;color:#fff;min-height:100vh;position:relative;overflow-x:hidden;margin:0;padding:0;display:flex}.b2-checklist-sidebar{position:fixed;right:20px;top:160px;width:360px;height:calc(100vh - 180px);background:#ffffff1f;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.2);border-radius:16px;z-index:1000;overflow-y:auto;padding:0;display:flex;flex-direction:column;box-shadow:0 20px 40px #00000026,0 10px 20px #0000001a,0 5px 10px #0000000d;scrollbar-width:none;-ms-overflow-style:none;overscroll-behavior:contain}.b2-checklist-sidebar::-webkit-scrollbar{display:none;width:0;height:0}.b2-checklist-sidebar::-webkit-scrollbar-track{display:none}.b2-checklist-sidebar::-webkit-scrollbar-thumb{display:none}.b2-checklist-header{position:sticky;top:0;z-index:1001;border-radius:16px 16px 0 0;padding:1.5rem;color:#fff;border-bottom:1px solid rgba(255,255,255,.2);box-shadow:0 2px 8px #0000001a}.b2-checklist-header.checklist-theme{background:linear-gradient(135deg,#dc2626,#ef4444)}.b2-checklist-header.portal-theme{background:linear-gradient(135deg,#7c3aed,#8b5cf6)}.b2-tab-header{position:relative;display:flex;align-items:flex-start;justify-content:space-between;width:100%}.b2-tab-content{flex:1;text-align:center}.b2-tab-title{font-size:1.4rem;font-weight:700;margin:0 0 .5rem;line-height:1.2;display:flex;align-items:center;justify-content:center;gap:.5rem;color:#fff}.b2-tab-title-icon{font-size:1.4rem;line-height:1}.b2-tab-subtitle{font-size:.9rem;margin:0;opacity:.9;font-weight:400;color:#fff;line-height:1.3}.b2-tab-toggle{width:40px;height:40px;border-radius:8px;border:2px solid transparent;cursor:pointer;transition:all .3s ease;font-size:1.2rem;display:flex;align-items:center;justify-content:center;line-height:1;color:#fff;font-weight:600;flex-shrink:0;margin-top:7px}.b2-tab-toggle.to-portal{background:#7c3aede6;border-color:#7c3aed}.b2-tab-toggle.to-checklist{background:#dc2626e6;border-color:#dc2626}.b2-tab-toggle:hover{transform:scale(1.05);box-shadow:0 4px 12px #0003}.b2-tab-toggle.to-portal:hover{background:#7c3aed}.b2-tab-toggle.to-checklist:hover{background:#dc2626}.b2-checklist-content{flex:1;padding:0}.b2-checklist-section{border-bottom:1px solid rgba(255,255,255,.1);margin-bottom:0}.b2-checklist-section-header{background:#dc2626;color:#fff;padding:1rem 1.5rem;border-bottom:1px solid rgba(255,255,255,.15)}.b2-checklist-section-title{font-size:.95rem;font-weight:600;margin:0 0 .5rem;color:#fff;line-height:1.3;text-shadow:none}.b2-checklist-progress{display:flex;align-items:center;gap:.75rem}.b2-checklist-progress-text{font-size:.8rem;font-weight:500;color:#fffc;min-width:40px}.b2-checklist-progress-bar{flex:1;height:6px;background:#fff3;border-radius:3px;overflow:hidden}.b2-checklist-progress-fill{height:100%;background:linear-gradient(90deg,#ef4444,#dc2626);border-radius:3px;transition:width .3s ease}.b2-checklist-subsection{margin-bottom:1rem}.b2-checklist-subsection-title{font-size:.85rem;font-weight:600;color:#ef4444;margin:0 0 .5rem;padding:.5rem 1.5rem 0;text-transform:uppercase;letter-spacing:.5px}.b2-checklist-items{padding:0}.b2-checklist-item{border-bottom:1px solid rgba(255,255,255,.05);will-change:background-color}.b2-checklist-item:hover{background:#ffffff08}.b2-checklist-label{display:flex;align-items:flex-start;padding:.75rem 1.5rem;cursor:pointer;gap:.75rem;font-size:.85rem;line-height:1.4;color:#ffffffe6;will-change:color}.b2-checklist-label:hover{color:#fff}.b2-checklist-checkbox{display:none}.b2-checklist-checkmark{width:18px;height:18px;border:2px solid rgba(255,255,255,.3);border-radius:4px;position:relative;flex-shrink:0;background:transparent;margin-top:1px;will-change:background,border-color,transform}.b2-checklist-checkbox:checked+.b2-checklist-checkmark{background:linear-gradient(135deg,#ef4444,#dc2626);border-color:#ef4444;transform:scale(1.05)}.b2-checklist-checkbox:checked+.b2-checklist-checkmark:after{content:"✓";position:absolute;top:-1px;left:2px;color:#fff;font-size:12px;font-weight:700}.b2-checklist-checkbox:checked+.b2-checklist-checkmark+.b2-checklist-text{color:#ef4444;text-decoration:line-through;opacity:.8}.b2-checklist-text{flex:1;will-change:color,text-decoration,opacity}.b2-checklist-emoji-button{font-size:1rem;margin-left:auto;opacity:.8;flex-shrink:0;background:none;border:none;cursor:pointer;padding:2px 4px;border-radius:4px;transition:all .2s ease}.b2-checklist-emoji-button:hover{opacity:1;background:#ffffff1a;transform:scale(1.1)}.b2-checklist-emoji-button:active{transform:scale(.95)}.b2-checklist-text-input{margin:.5rem 2.25rem 0;padding-bottom:.5rem}.b2-checklist-textarea{width:100%;background:#ffffff08;border:1px solid rgba(255,255,255,.15);border-radius:6px;color:#ffffffb3;padding:.75rem;font-size:.85rem;font-family:inherit;min-height:60px;text-align:left;cursor:default;box-sizing:border-box;line-height:1.5;word-wrap:break-word;overflow-wrap:break-word;-webkit-hyphens:auto;hyphens:auto;white-space:pre-line}.b2-checklist-link{color:#60a5fa;text-decoration:underline;transition:color .2s ease;word-break:break-all;font-weight:500}.b2-checklist-link:hover{color:#93c5fd;text-decoration:underline}.b2-info-indicator{position:absolute;top:-2px;right:-2px;font-size:8px;color:#60a5fa;opacity:.8;pointer-events:none}.b2-checklist-emoji-button{position:relative}.b2-checklist-footer{background:#dc2626;padding:1rem 1.5rem;border-top:1px solid rgba(255,255,255,.1);border-radius:0 0 16px 16px}.b2-checklist-save-note{display:flex;align-items:center;gap:.5rem;font-size:.8rem;color:#ffffffe6;justify-content:center}.b2-checklist-save-note i{font-size:.75rem;opacity:1}.b2-portal-nav-content{padding:0}.b2-portal-nav-section{border-bottom:1px solid rgba(255,255,255,.1)}.b2-portal-nav-item{display:flex;align-items:center;padding:1rem 1.5rem;text-decoration:none;color:#ffffffe6;transition:all .3s ease;border-bottom:1px solid rgba(255,255,255,.1);position:relative;cursor:pointer}.b2-portal-nav-item:hover{background:#ffffff1a;color:#fff}.b2-portal-nav-item.active{background:#ef44444d;border-left:4px solid #ef4444;color:#fff}.b2-portal-nav-icon{font-size:1.1rem;margin-right:1rem;width:18px;text-align:center;flex-shrink:0}.b2-portal-nav-text{flex:1;font-weight:500;font-size:.9rem;line-height:1.3}.b2-portal-nav-subitems{background:#0003;border-left:2px solid rgba(239,68,68,.3);margin-left:1rem}.b2-portal-nav-subitem{display:flex;align-items:center;padding:.5rem 1rem .5rem 1.5rem;color:#fffc;transition:all .3s ease;cursor:pointer;border-bottom:1px solid rgba(255,255,255,.05)}.b2-portal-nav-subitem:hover{background:#ffffff14;color:#fffffff2}.b2-portal-nav-subitem.active{background:#ef444433;color:#fff;border-left:2px solid #ef4444}.b2-portal-nav-subtext{font-size:.8rem;font-weight:400;line-height:1.2}.b2-main-content{margin-left:350px;margin-right:400px;width:calc(100vw - 750px);min-height:100vh;position:relative;display:flex;flex-direction:column;align-items:center;transition:margin-left .3s ease,width .3s ease}.b2-main-content.nav-collapsed{margin-left:0;width:calc(100vw - 400px)}.b2-main-content-full{margin-left:0;margin-right:400px;width:calc(100vw - 400px);min-height:100vh;position:relative;display:flex;flex-direction:column;align-items:center}.b2-tourism-wave{position:fixed;top:0;left:0;right:0;bottom:0;background:repeating-linear-gradient(-45deg,#ef444405,#ef444405 12px,#ffffff04 12px,#ffffff04 24px,#7c3aed05 24px,#7c3aed05 36px);z-index:1;animation:wave-movement 22s ease-in-out infinite}.b2-tourism-dots{position:fixed;top:0;left:0;right:0;bottom:0;background-image:radial-gradient(circle at 25% 25%,rgba(239,68,68,.15) 2px,transparent 2px),radial-gradient(circle at 75% 25%,rgba(124,58,237,.12) 1px,transparent 1px),radial-gradient(circle at 25% 75%,rgba(239,68,68,.1) 1.5px,transparent 1.5px),radial-gradient(circle at 75% 75%,rgba(124,58,237,.15) 2px,transparent 2px);background-size:100px 100px,150px 150px,120px 120px,80px 80px;z-index:1;animation:dots-float 20s ease-in-out infinite}.b2-tourism-hologram{position:fixed;top:12%;right:12%;width:320px;height:320px;background:radial-gradient(circle at center,rgba(239,68,68,.08) 0%,rgba(124,58,237,.05) 40%,transparent 70%);opacity:.12;transform:rotate(25deg);filter:drop-shadow(0 0 25px rgba(239,68,68,.15));z-index:1;pointer-events:none;animation:hologram-float 16s ease-in-out infinite}.b2-section{position:relative;z-index:10;padding:4rem 2rem;min-height:100vh;display:flex;align-items:flex-start;justify-content:center;width:100%;max-width:1400px}.b2-section:first-child{padding-top:6rem}.b2-section-container{max-width:1200px;width:100%;margin:0 auto}.b2-section-header{text-align:center;margin-bottom:3rem}.b2-section-main-title{font-size:clamp(2.5rem,6vw,4rem);font-weight:700;line-height:1.2;margin-bottom:1rem;color:#fffffff2;text-shadow:0 2px 4px rgba(0,0,0,.3)}.b2-section-main-subtitle{font-size:clamp(1.125rem,2.5vw,1.5rem);color:#fffc;margin-bottom:2rem;max-width:800px;margin-left:auto;margin-right:auto;line-height:1.4}.b2-content-card{background:#ffffff14;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border:1px solid rgba(255,255,255,.15);border-radius:20px;padding:2.5rem;margin:2rem 0;transition:all .4s ease;box-shadow:0 8px 32px #0003}.b2-content-card:hover{transform:translateY(-5px);background:#ffffff1f;border:1px solid rgba(255,255,255,.25);box-shadow:0 16px 48px #0000004d}.b2-section-title{font-size:2rem;font-weight:600;color:#fffffff2;margin-bottom:1.5rem;display:flex;align-items:center;gap:.75rem}.b2-section-icon{font-size:1.5rem;color:#ef4444}.b2-section-content{color:#ffffffd9;line-height:1.6;font-size:1.1rem}.b2-section-content p{margin-bottom:1rem}.b2-section-content ul,.b2-section-content ol{margin:1rem 0;padding-left:1.5rem}.b2-section-content li{margin-bottom:.5rem}.b2-section-content strong{color:#fffffff2;font-weight:600}.b2-grid-2{display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:2rem}.b2-grid-3{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.b2-highlight-box{background:#ef44441a;border:1px solid rgba(239,68,68,.3);border-radius:12px;padding:1.5rem;margin:1.5rem 0}.b2-highlight-box.warning{background:#f59e0b1a;border-color:#f59e0b4d}.b2-highlight-box.success{background:#22c55e1a;border-color:#22c55e4d}.b2-highlight-box.danger{background:#dc26261a;border-color:#dc26264d}.b2-highlight-title{font-weight:600;font-size:1.1rem;margin-bottom:.75rem;display:flex;align-items:center;gap:.5rem}.b2-steps-container{position:relative;margin:2rem 0}.b2-step{display:flex;align-items:flex-start;margin-bottom:2rem;position:relative}.b2-step-number{background:linear-gradient(135deg,#dc2626,#ef4444);color:#fff;width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.1rem;margin-right:1.5rem;flex-shrink:0;position:relative;z-index:2}.b2-step-content{flex:1;padding-top:.5rem}.b2-step-title{font-size:1.25rem;font-weight:600;color:#fffffff2;margin-bottom:.5rem}.b2-step-description{color:#fffc;line-height:1.5}.b2-step:not(:last-child):after{content:"";position:absolute;left:19px;top:40px;bottom:-2rem;width:2px;background:linear-gradient(180deg,#ef4444,#ef44444d);z-index:1}.b2-table{width:100%;border-collapse:collapse;margin:1.5rem 0;background:#ffffff0d;border-radius:12px;overflow:hidden}.b2-table th{background:#ef444433;color:#fffffff2;padding:1rem;text-align:left;font-weight:600;border-bottom:1px solid rgba(255,255,255,.1)}.b2-table td{padding:1rem;border-bottom:1px solid rgba(255,255,255,.1);color:#ffffffd9}.b2-table tr:hover{background:#ffffff0d}.b2-button{background:linear-gradient(135deg,#dc2626,#ef4444);color:#fff;border:none;padding:.75rem 1.5rem;border-radius:50px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;text-decoration:none;display:inline-block;text-align:center}.b2-button:hover{transform:translateY(-2px);box-shadow:0 8px 25px #ef444466}.b2-button.secondary{background:linear-gradient(135deg,#64748b,#475569)}.b2-button.secondary:hover{box-shadow:0 8px 25px #64748b66}.b2-quick-links{background:linear-gradient(135deg,#dc2626,#ef4444);border-radius:16px;padding:2rem;margin:2rem 0;text-align:center}.b2-quick-links-title{font-size:1.5rem;font-weight:700;margin-bottom:1rem;color:#fff}.b2-quick-links-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;margin-top:1.5rem}.b2-quick-link{background:#ffffff1a;border:1px solid rgba(255,255,255,.2);border-radius:12px;padding:1rem;text-decoration:none;color:#fff;transition:all .3s ease;display:block;cursor:pointer}.b2-quick-link:hover{background:#fff3;transform:translateY(-2px)}@media (max-width: 1024px){.b2-main-content-full{margin-right:320px;width:calc(100vw - 320px)}.b2-section{max-width:1200px}.b2-tourism-wave,.b2-tourism-dots{left:0}}@media (max-width: 768px){.b2-main-content-full{margin-right:0;width:100vw}.b2-checklist-sidebar{display:none}.b2-tourism-wave,.b2-tourism-dots{left:0}.b2-section{padding:2rem 1rem;max-width:100%}.b2-section-container{max-width:100%;padding:0 .5rem}.b2-content-card{padding:1.5rem;margin:1rem 0}.b2-grid-2,.b2-grid-3{grid-template-columns:1fr}}@media (max-width: 480px){.b2-main-content-full{margin-right:0;width:100vw}.b2-checklist-sidebar{display:none}.b2-tourism-wave,.b2-tourism-dots{left:0}.b2-section{padding:1.5rem .5rem;max-width:100%}.b2-section-container{max-width:100%;padding:0 .25rem}.b2-content-card{padding:1rem}}@media (max-width: 1400px){.b2-checklist-sidebar{width:300px;right:15px}.b2-main-content{margin-right:335px;width:calc(100vw - 685px)}.b2-main-content.nav-collapsed{width:calc(100vw - 335px)}}@media (max-width: 1200px){.b2-checklist-sidebar{width:280px;right:10px;top:160px;height:calc(100vh - 180px)}.b2-main-content{margin-right:310px;width:calc(100vw - 660px)}.b2-main-content.nav-collapsed{width:calc(100vw - 310px)}}@keyframes wave-movement{0%,to{transform:translate(0) translateY(0)}50%{transform:translate(12px) translateY(8px)}}@keyframes dots-float{0%,to{transform:translate(0) translateY(0)}33%{transform:translate(8px) translateY(-5px)}66%{transform:translate(-5px) translateY(10px)}}@keyframes hologram-float{0%,to{transform:rotate(25deg) scale(1)}50%{transform:rotate(20deg) scale(1.08)}}.c1-page-container{font-family:Inter,sans-serif;background:transparent;color:#fff;min-height:100vh;position:relative;overflow-x:hidden;margin:0;padding:0;display:flex}.c1-checklist-sidebar{position:fixed;right:20px;top:160px;width:360px;height:calc(100vh - 180px);background:#ffffff1f;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.2);border-radius:16px;z-index:1000;overflow-y:auto;padding:0;display:flex;flex-direction:column;box-shadow:0 20px 40px #00000026,0 10px 20px #0000001a,0 5px 10px #0000000d;scrollbar-width:none;-ms-overflow-style:none;overscroll-behavior:contain}.c1-checklist-sidebar::-webkit-scrollbar{display:none;width:0;height:0}.c1-checklist-sidebar::-webkit-scrollbar-track{display:none}.c1-checklist-sidebar::-webkit-scrollbar-thumb{display:none}.c1-checklist-header{position:sticky;top:0;z-index:1001;border-radius:16px 16px 0 0;padding:1.5rem;color:#fff;border-bottom:1px solid rgba(255,255,255,.2);box-shadow:0 2px 8px #0000001a}.c1-checklist-header.checklist-theme{background:linear-gradient(135deg,#059669,#10b981)}.c1-checklist-header.portal-theme{background:linear-gradient(135deg,#1e40af,#3b82f6)}.c1-tab-header{position:relative;display:flex;align-items:flex-start;justify-content:space-between;width:100%}.c1-tab-content{flex:1;text-align:center}.c1-tab-title{font-size:1.4rem;font-weight:700;margin:0 0 .5rem;line-height:1.2;display:flex;align-items:center;justify-content:center;gap:.5rem;color:#fff}.c1-tab-title-icon{font-size:1.4rem;line-height:1}.c1-tab-subtitle{font-size:.9rem;margin:0;opacity:.9;font-weight:400;color:#fff;line-height:1.3}.c1-tab-toggle{width:40px;height:40px;border-radius:8px;border:2px solid transparent;cursor:pointer;transition:all .3s ease;font-size:1.2rem;display:flex;align-items:center;justify-content:center;line-height:1;color:#fff;font-weight:600;flex-shrink:0;margin-top:7px}.c1-tab-toggle.to-portal{background:#1e40afe6;border-color:#1e40af}.c1-tab-toggle.to-checklist{background:#059669e6;border-color:#059669}.c1-tab-toggle:hover{transform:scale(1.05);box-shadow:0 4px 12px #0003}.c1-tab-toggle.to-portal:hover{background:#1e40af}.c1-tab-toggle.to-checklist:hover{background:#059669}.c1-checklist-content{flex:1;padding:0}.c1-checklist-section{border-bottom:1px solid rgba(255,255,255,.1);margin-bottom:0}.c1-checklist-section-header{background:#059669;color:#fff;padding:1rem 1.5rem;border-bottom:1px solid rgba(255,255,255,.15)}.c1-checklist-section-title{font-size:.95rem;font-weight:600;margin:0 0 .5rem;color:#fff;line-height:1.3;text-shadow:none}.c1-checklist-progress{display:flex;align-items:center;gap:.75rem}.c1-checklist-progress-text{font-size:.8rem;font-weight:500;color:#fffc;min-width:40px}.c1-checklist-progress-bar{flex:1;height:6px;background:#fff3;border-radius:3px;overflow:hidden}.c1-checklist-progress-fill{height:100%;background:linear-gradient(90deg,#10b981,#059669);border-radius:3px;transition:width .3s ease}.c1-checklist-subsection{margin-bottom:1rem}.c1-checklist-subsection-title{font-size:.85rem;font-weight:600;color:#10b981;margin:0 0 .5rem;padding:.5rem 1.5rem 0;text-transform:uppercase;letter-spacing:.5px}.c1-checklist-items{padding:0}.c1-checklist-item{border-bottom:1px solid rgba(255,255,255,.05);will-change:background-color}.c1-checklist-item:hover{background:#ffffff08}.c1-checklist-label{display:flex;align-items:flex-start;padding:.75rem 1.5rem;cursor:pointer;gap:.75rem;font-size:.85rem;line-height:1.4;color:#ffffffe6;will-change:color}.c1-checklist-label:hover{color:#fff}.c1-checklist-checkbox{display:none}.c1-checklist-checkmark{width:18px;height:18px;border:2px solid rgba(255,255,255,.3);border-radius:4px;position:relative;flex-shrink:0;background:transparent;margin-top:1px;will-change:background,border-color,transform}.c1-checklist-checkbox:checked+.c1-checklist-checkmark{background:linear-gradient(135deg,#10b981,#059669);border-color:#10b981;transform:scale(1.05)}.c1-checklist-checkbox:checked+.c1-checklist-checkmark:after{content:"✓";position:absolute;top:-1px;left:2px;color:#fff;font-size:12px;font-weight:700}.c1-checklist-checkbox:checked+.c1-checklist-checkmark+.c1-checklist-text{color:#10b981;text-decoration:line-through;opacity:.8}.c1-checklist-text{flex:1;will-change:color,text-decoration,opacity}.c1-checklist-emoji-button{font-size:1rem;margin-left:auto;opacity:.8;flex-shrink:0;background:none;border:none;cursor:pointer;padding:2px 4px;border-radius:4px;transition:all .2s ease}.c1-checklist-emoji-button:hover{opacity:1;background:#ffffff1a;transform:scale(1.1)}.c1-checklist-emoji-button:active{transform:scale(.95)}.c1-checklist-text-input{margin:.5rem 2.25rem 0;padding-bottom:.5rem}.c1-checklist-textarea{width:100%;background:#ffffff08;border:1px solid rgba(255,255,255,.15);border-radius:6px;color:#ffffffb3;padding:.75rem;font-size:.85rem;font-family:inherit;min-height:60px;text-align:left;cursor:default;box-sizing:border-box;line-height:1.5;word-wrap:break-word;overflow-wrap:break-word;-webkit-hyphens:auto;hyphens:auto;white-space:pre-line}.c1-checklist-link{color:#60a5fa;text-decoration:underline;transition:color .2s ease;word-break:break-all;font-weight:500}.c1-checklist-link:hover{color:#93c5fd;text-decoration:underline}.c1-info-indicator{position:absolute;top:-2px;right:-2px;font-size:8px;color:#60a5fa;opacity:.8;pointer-events:none}.c1-checklist-emoji-button{position:relative}.c1-checklist-footer{background:#059669;padding:1rem 1.5rem;border-top:1px solid rgba(255,255,255,.1);border-radius:0 0 16px 16px}.c1-checklist-save-note{display:flex;align-items:center;gap:.5rem;font-size:.8rem;color:#ffffffe6;justify-content:center}.c1-checklist-save-note i{font-size:.75rem;opacity:1}.c1-portal-nav-content{padding:0}.c1-portal-nav-section{border-bottom:1px solid rgba(255,255,255,.1)}.c1-portal-nav-item{display:flex;align-items:center;padding:1rem 1.5rem;text-decoration:none;color:#ffffffe6;transition:all .3s ease;border-bottom:1px solid rgba(255,255,255,.1);position:relative;cursor:pointer}.c1-portal-nav-item:hover{background:#ffffff1a;color:#fff}.c1-portal-nav-item.active{background:#10b9814d;border-left:4px solid #10b981;color:#fff}.c1-portal-nav-icon{font-size:1.1rem;margin-right:1rem;width:18px;text-align:center;flex-shrink:0}.c1-portal-nav-text{flex:1;font-weight:500;font-size:.9rem;line-height:1.3}.c1-portal-nav-subitems{background:#0003;border-left:2px solid rgba(16,185,129,.3);margin-left:1rem}.c1-portal-nav-subitem{display:flex;align-items:center;padding:.5rem 1rem .5rem 1.5rem;color:#fffc;transition:all .3s ease;cursor:pointer;border-bottom:1px solid rgba(255,255,255,.05)}.c1-portal-nav-subitem:hover{background:#ffffff14;color:#fffffff2}.c1-portal-nav-subitem.active{background:#10b98133;color:#fff;border-left:2px solid #10b981}.c1-portal-nav-subtext{font-size:.8rem;font-weight:400;line-height:1.2}.c1-main-content{margin-left:350px;margin-right:400px;width:calc(100vw - 750px);min-height:100vh;position:relative;display:flex;flex-direction:column;align-items:center;transition:margin-left .3s ease,width .3s ease}.c1-main-content.nav-collapsed{margin-left:0;width:calc(100vw - 400px)}.c1-main-content-full{margin-left:0;margin-right:400px;width:calc(100vw - 400px);min-height:100vh;position:relative;display:flex;flex-direction:column;align-items:center}.c1-transit-flow{position:fixed;top:0;left:0;right:0;bottom:0;background:repeating-linear-gradient(45deg,#10b98105,#10b98105 15px,#ffffff03 15px,#ffffff03 30px,#1e40af05 30px,#1e40af05 45px);z-index:1;animation:transit-flow 25s linear infinite}.c1-transit-paths{position:fixed;top:0;left:0;right:0;bottom:0;background-image:linear-gradient(45deg,rgba(16,185,129,.08) 2px,transparent 2px),linear-gradient(-45deg,rgba(30,64,175,.06) 1px,transparent 1px),linear-gradient(135deg,rgba(16,185,129,.04) 1.5px,transparent 1.5px);background-size:120px 120px,80px 80px,200px 200px;z-index:1;animation:paths-move 30s ease-in-out infinite}.c1-transit-beacon{position:fixed;top:20%;right:15%;width:250px;height:250px;background:radial-gradient(circle at center,rgba(16,185,129,.12) 0%,rgba(30,64,175,.08) 40%,transparent 70%);opacity:.18;transform:rotate(-15deg);filter:drop-shadow(0 0 30px rgba(16,185,129,.2));z-index:1;pointer-events:none;animation:beacon-pulse 20s ease-in-out infinite}.c1-section{position:relative;z-index:10;padding:4rem 2rem;min-height:100vh;display:flex;align-items:flex-start;justify-content:center;width:100%;max-width:1400px}.c1-section:first-child{padding-top:6rem}.c1-section-container{max-width:1200px;width:100%;margin:0 auto}.c1-section-header{text-align:center;margin-bottom:3rem}.c1-section-main-title{font-size:clamp(2.5rem,6vw,4rem);font-weight:700;line-height:1.2;margin-bottom:1rem;color:#fffffff2;text-shadow:0 2px 4px rgba(0,0,0,.3)}.c1-section-main-subtitle{font-size:clamp(1.125rem,2.5vw,1.5rem);color:#fffc;margin-bottom:2rem;max-width:800px;margin-left:auto;margin-right:auto;line-height:1.4}.c1-content-card{background:#ffffff14;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border:1px solid rgba(255,255,255,.15);border-radius:20px;padding:2.5rem;margin:2rem 0;transition:all .4s ease;box-shadow:0 8px 32px #0003}.c1-content-card:hover{transform:translateY(-5px);background:#ffffff1f;border:1px solid rgba(255,255,255,.25);box-shadow:0 16px 48px #0000004d}.c1-section-title{font-size:2rem;font-weight:600;color:#fffffff2;margin-bottom:1.5rem;display:flex;align-items:center;gap:.75rem}.c1-section-icon{font-size:1.5rem;color:#10b981}.c1-section-content{color:#ffffffd9;line-height:1.6;font-size:1.1rem}.c1-section-content p{margin-bottom:1rem}.c1-section-content ul,.c1-section-content ol{margin:1rem 0;padding-left:1.5rem}.c1-section-content li{margin-bottom:.5rem}.c1-section-content strong{color:#fffffff2;font-weight:600}.c1-grid-2{display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:2rem}.c1-grid-3{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.c1-highlight-box{background:#10b9811a;border:1px solid rgba(16,185,129,.3);border-radius:12px;padding:1.5rem;margin:1.5rem 0}.c1-highlight-box.warning{background:#f59e0b1a;border-color:#f59e0b4d}.c1-highlight-box.success{background:#22c55e1a;border-color:#22c55e4d}.c1-highlight-box.danger{background:#dc26261a;border-color:#dc26264d}.c1-highlight-title{font-weight:600;font-size:1.1rem;margin-bottom:.75rem;display:flex;align-items:center;gap:.5rem}.c1-steps-container{position:relative;margin:2rem 0}.c1-step{display:flex;align-items:flex-start;margin-bottom:2rem;position:relative}.c1-step-number{background:linear-gradient(135deg,#059669,#10b981);color:#fff;width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.1rem;margin-right:1.5rem;flex-shrink:0;position:relative;z-index:2}.c1-step-content{flex:1;padding-top:.5rem}.c1-step-title{font-size:1.25rem;font-weight:600;color:#fffffff2;margin-bottom:.5rem}.c1-step-description{color:#fffc;line-height:1.5}.c1-step:not(:last-child):after{content:"";position:absolute;left:19px;top:40px;bottom:-2rem;width:2px;background:linear-gradient(180deg,#10b981,#10b9814d);z-index:1}.c1-table{width:100%;border-collapse:collapse;margin:1.5rem 0;background:#ffffff0d;border-radius:12px;overflow:hidden}.c1-table th{background:#10b98133;color:#fffffff2;padding:1rem;text-align:left;font-weight:600;border-bottom:1px solid rgba(255,255,255,.1)}.c1-table td{padding:1rem;border-bottom:1px solid rgba(255,255,255,.1);color:#ffffffd9}.c1-table tr:hover{background:#ffffff0d}.c1-button{background:linear-gradient(135deg,#059669,#10b981);color:#fff;border:none;padding:.75rem 1.5rem;border-radius:50px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;text-decoration:none;display:inline-block;text-align:center}.c1-button:hover{transform:translateY(-2px);box-shadow:0 8px 25px #10b98166}.c1-button.secondary{background:linear-gradient(135deg,#64748b,#475569)}.c1-button.secondary:hover{box-shadow:0 8px 25px #64748b66}.c1-quick-links{background:linear-gradient(135deg,#059669,#10b981);border-radius:16px;padding:2rem;margin:2rem 0;text-align:center}.c1-quick-links-title{font-size:1.5rem;font-weight:700;margin-bottom:1rem;color:#fff}.c1-quick-links-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;margin-top:1.5rem}.c1-quick-link{background:#ffffff1a;border:1px solid rgba(255,255,255,.2);border-radius:12px;padding:1rem;text-decoration:none;color:#fff;transition:all .3s ease;display:block;cursor:pointer}.c1-quick-link:hover{background:#fff3;transform:translateY(-2px)}@media (max-width: 1024px){.c1-main-content-full{margin-right:320px;width:calc(100vw - 320px)}.c1-section{max-width:1200px}.c1-transit-flow,.c1-transit-paths{left:0}}@media (max-width: 768px){.c1-main-content-full{margin-right:0;width:100vw}.c1-checklist-sidebar{display:none}.c1-transit-flow,.c1-transit-paths{left:0}.c1-section{padding:2rem 1rem;max-width:100%}.c1-section-container{max-width:100%;padding:0 .5rem}.c1-content-card{padding:1.5rem;margin:1rem 0}.c1-grid-2,.c1-grid-3{grid-template-columns:1fr}}@media (max-width: 480px){.c1-main-content-full{margin-right:0;width:100vw}.c1-checklist-sidebar{display:none}.c1-transit-flow,.c1-transit-paths{left:0}.c1-section{padding:1.5rem .5rem;max-width:100%}.c1-section-container{max-width:100%;padding:0 .25rem}.c1-content-card{padding:1rem}}@media (max-width: 1400px){.c1-checklist-sidebar{width:300px;right:15px}.c1-main-content{margin-right:335px;width:calc(100vw - 685px)}.c1-main-content.nav-collapsed{width:calc(100vw - 335px)}}@media (max-width: 1200px){.c1-checklist-sidebar{width:280px;right:10px;top:160px;height:calc(100vh - 180px)}.c1-main-content{margin-right:310px;width:calc(100vw - 660px)}.c1-main-content.nav-collapsed{width:calc(100vw - 310px)}}@keyframes transit-flow{0%,to{transform:translate(0) translateY(0)}50%{transform:translate(20px) translateY(-10px)}}@keyframes paths-move{0%,to{transform:translate(0) translateY(0) rotate(0)}33%{transform:translate(10px) translateY(-8px) rotate(1deg)}66%{transform:translate(-8px) translateY(12px) rotate(-1deg)}}@keyframes beacon-pulse{0%,to{transform:rotate(-15deg) scale(1);opacity:.18}50%{transform:rotate(-10deg) scale(1.1);opacity:.25}}.c2-page-container{font-family:Inter,sans-serif;background:transparent;color:#fff;min-height:100vh;position:relative;overflow-x:hidden;margin:0;padding:0;display:flex}.c2-checklist-sidebar{position:fixed;right:20px;top:160px;width:360px;height:calc(100vh - 180px);background:#ffffff1f;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.2);border-radius:16px;z-index:1000;overflow-y:auto;padding:0;display:flex;flex-direction:column;box-shadow:0 20px 40px #00000026,0 10px 20px #0000001a,0 5px 10px #0000000d;scrollbar-width:none;-ms-overflow-style:none;overscroll-behavior:contain}.c2-checklist-sidebar::-webkit-scrollbar{display:none;width:0;height:0}.c2-checklist-sidebar::-webkit-scrollbar-track{display:none}.c2-checklist-sidebar::-webkit-scrollbar-thumb{display:none}.c2-checklist-header{position:sticky;top:0;z-index:1001;border-radius:16px 16px 0 0;padding:1.5rem;color:#fff;border-bottom:1px solid rgba(255,255,255,.2);box-shadow:0 2px 8px #0000001a}.c2-checklist-header.checklist-theme{background:linear-gradient(135deg,#1e40af,#3b82f6)}.c2-checklist-header.portal-theme{background:linear-gradient(135deg,#059669,#10b981)}.c2-tab-header{position:relative;display:flex;align-items:flex-start;justify-content:space-between;width:100%}.c2-tab-content{flex:1;text-align:center}.c2-tab-title{font-size:1.4rem;font-weight:700;margin:0 0 .5rem;line-height:1.2;display:flex;align-items:center;justify-content:center;gap:.5rem;color:#fff}.c2-tab-title-icon{font-size:1.4rem;line-height:1}.c2-tab-subtitle{font-size:.9rem;margin:0;opacity:.9;font-weight:400;color:#fff;line-height:1.3}.c2-tab-toggle{width:40px;height:40px;border-radius:8px;border:2px solid transparent;cursor:pointer;transition:all .3s ease;font-size:1.2rem;display:flex;align-items:center;justify-content:center;line-height:1;color:#fff;font-weight:600;flex-shrink:0;margin-top:7px}.c2-tab-toggle.to-portal{background:#059669e6;border-color:#059669}.c2-tab-toggle.to-checklist{background:#1e40afe6;border-color:#1e40af}.c2-tab-toggle:hover{transform:scale(1.05);box-shadow:0 4px 12px #0003}.c2-tab-toggle.to-portal:hover{background:#059669}.c2-tab-toggle.to-checklist:hover{background:#1e40af}.c2-checklist-content{flex:1;padding:0}.c2-checklist-section{border-bottom:1px solid rgba(255,255,255,.1);margin-bottom:0}.c2-checklist-section-header{background:#1e40af;color:#fff;padding:1rem 1.5rem;border-bottom:1px solid rgba(255,255,255,.15)}.c2-checklist-section-title{font-size:.95rem;font-weight:600;margin:0 0 .5rem;color:#fff;line-height:1.3;text-shadow:none}.c2-checklist-progress{display:flex;align-items:center;gap:.75rem}.c2-checklist-progress-text{font-size:.8rem;font-weight:500;color:#fffc;min-width:40px}.c2-checklist-progress-bar{flex:1;height:6px;background:#fff3;border-radius:3px;overflow:hidden}.c2-checklist-progress-fill{height:100%;background:linear-gradient(90deg,#3b82f6,#1e40af);border-radius:3px;transition:width .3s ease}.c2-checklist-subsection{margin-bottom:1rem}.c2-checklist-subsection-title{font-size:.85rem;font-weight:600;color:#3b82f6;margin:0 0 .5rem;padding:.5rem 1.5rem 0;text-transform:uppercase;letter-spacing:.5px}.c2-checklist-items{padding:0}.c2-checklist-item{border-bottom:1px solid rgba(255,255,255,.05);will-change:background-color}.c2-checklist-item:hover{background:#ffffff08}.c2-checklist-label{display:flex;align-items:flex-start;padding:.75rem 1.5rem;cursor:pointer;gap:.75rem;font-size:.85rem;line-height:1.4;color:#ffffffe6;will-change:color}.c2-checklist-label:hover{color:#fff}.c2-checklist-checkbox{display:none}.c2-checklist-checkmark{width:18px;height:18px;border:2px solid rgba(255,255,255,.3);border-radius:4px;position:relative;flex-shrink:0;background:transparent;margin-top:1px;will-change:background,border-color,transform}.c2-checklist-checkbox:checked+.c2-checklist-checkmark{background:linear-gradient(135deg,#3b82f6,#1e40af);border-color:#3b82f6;transform:scale(1.05)}.c2-checklist-checkbox:checked+.c2-checklist-checkmark:after{content:"✓";position:absolute;top:-1px;left:2px;color:#fff;font-size:12px;font-weight:700}.c2-checklist-checkbox:checked+.c2-checklist-checkmark+.c2-checklist-text{color:#3b82f6;text-decoration:line-through;opacity:.8}.c2-checklist-text{flex:1;will-change:color,text-decoration,opacity}.c2-checklist-emoji-button{font-size:1rem;margin-left:auto;opacity:.8;flex-shrink:0;background:none;border:none;cursor:pointer;padding:2px 4px;border-radius:4px;transition:all .2s ease}.c2-checklist-emoji-button:hover{opacity:1;background:#ffffff1a;transform:scale(1.1)}.c2-checklist-emoji-button:active{transform:scale(.95)}.c2-checklist-text-input{margin:.5rem 2.25rem 0;padding-bottom:.5rem}.c2-checklist-textarea{width:100%;background:#ffffff08;border:1px solid rgba(255,255,255,.15);border-radius:6px;color:#ffffffb3;padding:.75rem;font-size:.85rem;font-family:inherit;min-height:60px;text-align:left;cursor:default;box-sizing:border-box;line-height:1.5;word-wrap:break-word;overflow-wrap:break-word;-webkit-hyphens:auto;hyphens:auto;white-space:pre-line}.c2-checklist-link{color:#60a5fa;text-decoration:underline;transition:color .2s ease;word-break:break-all;font-weight:500}.c2-checklist-link:hover{color:#93c5fd;text-decoration:underline}.c2-info-indicator{position:absolute;top:-2px;right:-2px;font-size:8px;color:#60a5fa;opacity:.8;pointer-events:none}.c2-checklist-emoji-button{position:relative}.c2-checklist-footer{background:#1e40af;padding:1rem 1.5rem;border-top:1px solid rgba(255,255,255,.1);border-radius:0 0 16px 16px}.c2-checklist-save-note{display:flex;align-items:center;gap:.5rem;font-size:.8rem;color:#ffffffe6;justify-content:center}.c2-checklist-save-note i{font-size:.75rem;opacity:1}.c2-portal-nav-content{padding:0}.c2-portal-nav-section{border-bottom:1px solid rgba(255,255,255,.1)}.c2-portal-nav-item{display:flex;align-items:center;padding:1rem 1.5rem;text-decoration:none;color:#ffffffe6;transition:all .3s ease;border-bottom:1px solid rgba(255,255,255,.1);position:relative;cursor:pointer}.c2-portal-nav-item:hover{background:#ffffff1a;color:#fff}.c2-portal-nav-item.active{background:#3b82f64d;border-left:4px solid #3b82f6;color:#fff}.c2-portal-nav-icon{font-size:1.1rem;margin-right:1rem;width:18px;text-align:center;flex-shrink:0}.c2-portal-nav-text{flex:1;font-weight:500;font-size:.9rem;line-height:1.3}.c2-portal-nav-subitems{background:#0003;border-left:2px solid rgba(59,130,246,.3);margin-left:1rem}.c2-portal-nav-subitem{display:flex;align-items:center;padding:.5rem 1rem .5rem 1.5rem;color:#fffc;transition:all .3s ease;cursor:pointer;border-bottom:1px solid rgba(255,255,255,.05)}.c2-portal-nav-subitem:hover{background:#ffffff14;color:#fffffff2}.c2-portal-nav-subitem.active{background:#3b82f633;color:#fff;border-left:2px solid #3b82f6}.c2-portal-nav-subtext{font-size:.8rem;font-weight:400;line-height:1.2}.c2-main-content{margin-left:350px;margin-right:400px;width:calc(100vw - 750px);min-height:100vh;position:relative;display:flex;flex-direction:column;align-items:center;transition:margin-left .3s ease,width .3s ease}.c2-main-content.nav-collapsed{margin-left:0;width:calc(100vw - 400px)}.c2-main-content-full{margin-left:0;margin-right:400px;width:calc(100vw - 400px);min-height:100vh;position:relative;display:flex;flex-direction:column;align-items:center}.c2-diplomatic-flow{position:fixed;top:0;left:0;right:0;bottom:0;background:repeating-linear-gradient(45deg,#3b82f605,#3b82f605 15px,#ffffff03 15px,#ffffff03 30px,#10b98105 30px,#10b98105 45px);z-index:1;animation:diplomatic-flow 30s linear infinite}.c2-un-patterns{position:fixed;top:0;left:0;right:0;bottom:0;background-image:linear-gradient(45deg,rgba(59,130,246,.08) 2px,transparent 2px),linear-gradient(-45deg,rgba(16,185,129,.06) 1px,transparent 1px),linear-gradient(135deg,rgba(59,130,246,.04) 1.5px,transparent 1.5px);background-size:140px 140px,90px 90px,220px 220px;z-index:1;animation:un-patterns-move 35s ease-in-out infinite}.c2-diplomatic-beacon{position:fixed;top:25%;right:18%;width:280px;height:280px;background:radial-gradient(circle at center,rgba(59,130,246,.15) 0%,rgba(16,185,129,.1) 40%,transparent 70%);opacity:.2;transform:rotate(-20deg);filter:drop-shadow(0 0 35px rgba(59,130,246,.25));z-index:1;pointer-events:none;animation:diplomatic-pulse 25s ease-in-out infinite}.c2-section{position:relative;z-index:10;padding:4rem 2rem;min-height:100vh;display:flex;align-items:flex-start;justify-content:center;width:100%;max-width:1400px}.c2-section:first-child{padding-top:6rem}.c2-section-container{max-width:1200px;width:100%;margin:0 auto}.c2-section-header{text-align:center;margin-bottom:3rem}.c2-section-main-title{font-size:clamp(2.5rem,6vw,4rem);font-weight:700;line-height:1.2;margin-bottom:1rem;color:#fffffff2;text-shadow:0 2px 4px rgba(0,0,0,.3)}.c2-section-main-subtitle{font-size:clamp(1.125rem,2.5vw,1.5rem);color:#fffc;margin-bottom:2rem;max-width:800px;margin-left:auto;margin-right:auto;line-height:1.4}.c2-content-card{background:#ffffff14;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border:1px solid rgba(255,255,255,.15);border-radius:20px;padding:2.5rem;margin:2rem 0;transition:all .4s ease;box-shadow:0 8px 32px #0003}.c2-content-card:hover{transform:translateY(-5px);background:#ffffff1f;border:1px solid rgba(255,255,255,.25);box-shadow:0 16px 48px #0000004d}.c2-section-title{font-size:2rem;font-weight:600;color:#fffffff2;margin-bottom:1.5rem;display:flex;align-items:center;gap:.75rem}.c2-section-icon{font-size:1.5rem;color:#3b82f6}.c2-section-content{color:#ffffffd9;line-height:1.6;font-size:1.1rem}.c2-section-content p{margin-bottom:1rem}.c2-section-content ul,.c2-section-content ol{margin:1rem 0;padding-left:1.5rem}.c2-section-content li{margin-bottom:.5rem}.c2-section-content strong{color:#fffffff2;font-weight:600}.c2-grid-2{display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:2rem}.c2-grid-3{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.c2-highlight-box{background:#3b82f61a;border:1px solid rgba(59,130,246,.3);border-radius:12px;padding:1.5rem;margin:1.5rem 0}.c2-highlight-box.warning{background:#f59e0b1a;border-color:#f59e0b4d}.c2-highlight-box.success{background:#10b9811a;border-color:#10b9814d}.c2-highlight-box.danger{background:#dc26261a;border-color:#dc26264d}.c2-highlight-title{font-weight:600;font-size:1.1rem;margin-bottom:.75rem;display:flex;align-items:center;gap:.5rem}.c2-steps-container{position:relative;margin:2rem 0}.c2-step{display:flex;align-items:flex-start;margin-bottom:2rem;position:relative}.c2-step-number{background:linear-gradient(135deg,#1e40af,#3b82f6);color:#fff;width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.1rem;margin-right:1.5rem;flex-shrink:0;position:relative;z-index:2}.c2-step-content{flex:1;padding-top:.5rem}.c2-step-title{font-size:1.25rem;font-weight:600;color:#fffffff2;margin-bottom:.5rem}.c2-step-description{color:#fffc;line-height:1.5}.c2-step:not(:last-child):after{content:"";position:absolute;left:19px;top:40px;bottom:-2rem;width:2px;background:linear-gradient(180deg,#3b82f6,#3b82f64d);z-index:1}.c2-table{width:100%;border-collapse:collapse;margin:1.5rem 0;background:#ffffff0d;border-radius:12px;overflow:hidden}.c2-table th{background:#3b82f633;color:#fffffff2;padding:1rem;text-align:left;font-weight:600;border-bottom:1px solid rgba(255,255,255,.1)}.c2-table td{padding:1rem;border-bottom:1px solid rgba(255,255,255,.1);color:#ffffffd9}.c2-table tr:hover{background:#ffffff0d}.c2-button{background:linear-gradient(135deg,#1e40af,#3b82f6);color:#fff;border:none;padding:.75rem 1.5rem;border-radius:50px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;text-decoration:none;display:inline-block;text-align:center}.c2-button:hover{transform:translateY(-2px);box-shadow:0 8px 25px #3b82f666}.c2-button.secondary{background:linear-gradient(135deg,#64748b,#475569)}.c2-button.secondary:hover{box-shadow:0 8px 25px #64748b66}.c2-quick-links{background:linear-gradient(135deg,#1e40af,#3b82f6);border-radius:16px;padding:2rem;margin:2rem 0;text-align:center}.c2-quick-links-title{font-size:1.5rem;font-weight:700;margin-bottom:1rem;color:#fff}.c2-quick-links-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;margin-top:1.5rem}.c2-quick-link{background:#ffffff1a;border:1px solid rgba(255,255,255,.2);border-radius:12px;padding:1rem;text-decoration:none;color:#fff;transition:all .3s ease;display:block;cursor:pointer}.c2-quick-link:hover{background:#fff3;transform:translateY(-2px)}@media (max-width: 1024px){.c2-main-content-full{margin-right:320px;width:calc(100vw - 320px)}.c2-section{max-width:1200px}.c2-diplomatic-flow,.c2-un-patterns{left:0}}@media (max-width: 768px){.c2-main-content-full{margin-right:0;width:100vw}.c2-checklist-sidebar{display:none}.c2-diplomatic-flow,.c2-un-patterns{left:0}.c2-section{padding:2rem 1rem;max-width:100%}.c2-section-container{max-width:100%;padding:0 .5rem}.c2-content-card{padding:1.5rem;margin:1rem 0}.c2-grid-2,.c2-grid-3{grid-template-columns:1fr}}@media (max-width: 480px){.c2-main-content-full{margin-right:0;width:100vw}.c2-checklist-sidebar{display:none}.c2-diplomatic-flow,.c2-un-patterns{left:0}.c2-section{padding:1.5rem .5rem;max-width:100%}.c2-section-container{max-width:100%;padding:0 .25rem}.c2-content-card{padding:1rem}}@media (max-width: 1400px){.c2-checklist-sidebar{width:300px;right:15px}.c2-main-content{margin-right:335px;width:calc(100vw - 685px)}.c2-main-content.nav-collapsed{width:calc(100vw - 335px)}}@media (max-width: 1200px){.c2-checklist-sidebar{width:280px;right:10px;top:160px;height:calc(100vh - 180px)}.c2-main-content{margin-right:310px;width:calc(100vw - 660px)}.c2-main-content.nav-collapsed{width:calc(100vw - 310px)}}@keyframes diplomatic-flow{0%,to{transform:translate(0) translateY(0)}50%{transform:translate(15px) translateY(-12px)}}@keyframes un-patterns-move{0%,to{transform:translate(0) translateY(0) rotate(0)}33%{transform:translate(8px) translateY(-10px) rotate(1deg)}66%{transform:translate(-10px) translateY(15px) rotate(-1deg)}}@keyframes diplomatic-pulse{0%,to{transform:rotate(-20deg) scale(1);opacity:.2}50%{transform:rotate(-15deg) scale(1.15);opacity:.28}}.c3-page-container{font-family:Inter,sans-serif;background:transparent;color:#fff;min-height:100vh;position:relative;overflow-x:hidden;margin:0;padding:0;display:flex}.c3-checklist-sidebar{position:fixed;right:20px;top:160px;width:360px;height:calc(100vh - 180px);background:#ffffff1f;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.2);border-radius:16px;z-index:1000;overflow-y:auto;padding:0;display:flex;flex-direction:column;box-shadow:0 20px 40px #00000026,0 10px 20px #0000001a,0 5px 10px #0000000d;scrollbar-width:none;-ms-overflow-style:none;overscroll-behavior:contain}.c3-checklist-sidebar::-webkit-scrollbar{display:none;width:0;height:0}.c3-checklist-sidebar::-webkit-scrollbar-track{display:none}.c3-checklist-sidebar::-webkit-scrollbar-thumb{display:none}.c3-checklist-header{position:sticky;top:0;z-index:1001;border-radius:16px 16px 0 0;padding:1.5rem;color:#fff;border-bottom:1px solid rgba(255,255,255,.2);box-shadow:0 2px 8px #0000001a}.c3-checklist-header.checklist-theme{background:linear-gradient(135deg,#dc2626,#ef4444)}.c3-checklist-header.portal-theme{background:linear-gradient(135deg,#7c2d12,#ea580c)}.c3-tab-header{position:relative;display:flex;align-items:flex-start;justify-content:space-between;width:100%}.c3-tab-content{flex:1;text-align:center}.c3-tab-title{font-size:1.4rem;font-weight:700;margin:0 0 .5rem;line-height:1.2;display:flex;align-items:center;justify-content:center;gap:.5rem;color:#fff}.c3-tab-title-icon{font-size:1.4rem;line-height:1}.c3-tab-subtitle{font-size:.9rem;margin:0;opacity:.9;font-weight:400;color:#fff;line-height:1.3}.c3-tab-toggle{width:40px;height:40px;border-radius:8px;border:2px solid transparent;cursor:pointer;transition:all .3s ease;font-size:1.2rem;display:flex;align-items:center;justify-content:center;line-height:1;color:#fff;font-weight:600;flex-shrink:0;margin-top:7px}.c3-tab-toggle.to-portal{background:#7c2d12e6;border-color:#7c2d12}.c3-tab-toggle.to-checklist{background:#dc2626e6;border-color:#dc2626}.c3-tab-toggle:hover{transform:scale(1.05);box-shadow:0 4px 12px #0003}.c3-tab-toggle.to-portal:hover{background:#7c2d12}.c3-tab-toggle.to-checklist:hover{background:#dc2626}.c3-checklist-content{flex:1;padding:0}.c3-checklist-section{border-bottom:1px solid rgba(255,255,255,.1);margin-bottom:0}.c3-checklist-section-header{background:#7f1d1d;color:#fff;padding:1rem 1.5rem;border-bottom:1px solid rgba(255,255,255,.15)}.c3-checklist-section-title{font-size:.95rem;font-weight:600;margin:0 0 .5rem;color:#fff;line-height:1.3;text-shadow:none}.c3-checklist-progress{display:flex;align-items:center;gap:.75rem}.c3-checklist-progress-text{font-size:.8rem;font-weight:500;color:#fffc;min-width:40px}.c3-checklist-progress-bar{flex:1;height:6px;background:#fff3;border-radius:3px;overflow:hidden}.c3-checklist-progress-fill{height:100%;background:linear-gradient(90deg,#ef4444,#dc2626);border-radius:3px;transition:width .3s ease}.c3-checklist-subsection{margin-bottom:1rem}.c3-checklist-subsection-title{font-size:.85rem;font-weight:600;color:#ef4444;margin:0 0 .5rem;padding:.5rem 1.5rem 0;text-transform:uppercase;letter-spacing:.5px}.c3-checklist-items{padding:0}.c3-checklist-item{border-bottom:1px solid rgba(255,255,255,.05);will-change:background-color}.c3-checklist-item:hover{background:#ffffff08}.c3-checklist-label{display:flex;align-items:flex-start;padding:.75rem 1.5rem;cursor:pointer;gap:.75rem;font-size:.85rem;line-height:1.4;color:#ffffffe6;will-change:color}.c3-checklist-label:hover{color:#fff}.c3-checklist-checkbox{display:none}.c3-checklist-checkmark{width:18px;height:18px;border:2px solid rgba(255,255,255,.3);border-radius:4px;position:relative;flex-shrink:0;background:transparent;margin-top:1px;will-change:background,border-color,transform}.c3-checklist-checkbox:checked+.c3-checklist-checkmark{background:linear-gradient(135deg,#ef4444,#dc2626);border-color:#ef4444;transform:scale(1.05)}.c3-checklist-checkbox:checked+.c3-checklist-checkmark:after{content:"✓";position:absolute;top:-1px;left:2px;color:#fff;font-size:12px;font-weight:700}.c3-checklist-checkbox:checked+.c3-checklist-checkmark+.c3-checklist-text{color:#ef4444;text-decoration:line-through;opacity:.8}.c3-checklist-text{flex:1;will-change:color,text-decoration,opacity}.c3-checklist-emoji-button{font-size:1rem;margin-left:auto;opacity:.8;flex-shrink:0;background:none;border:none;cursor:pointer;padding:2px 4px;border-radius:4px;transition:all .2s ease;position:relative}.c3-checklist-emoji-button:hover{opacity:1;background:#ffffff1a;transform:scale(1.1)}.c3-checklist-emoji-button:active{transform:scale(.95)}.c3-checklist-text-input{margin:.5rem 2.25rem 0;padding-bottom:.5rem}.c3-checklist-textarea{width:100%;background:#ffffff08;border:1px solid rgba(255,255,255,.15);border-radius:6px;color:#ffffffb3;padding:.75rem;font-size:.85rem;font-family:inherit;min-height:60px;text-align:left;cursor:default;box-sizing:border-box;line-height:1.5;word-wrap:break-word;overflow-wrap:break-word;-webkit-hyphens:auto;hyphens:auto;white-space:pre-line}.c3-checklist-link{color:#fbbf24;text-decoration:underline;transition:color .2s ease;word-break:break-all;font-weight:500}.c3-checklist-link:hover{color:#fcd34d;text-decoration:underline}.c3-info-indicator{position:absolute;top:-2px;right:-2px;font-size:8px;color:#fbbf24;opacity:.8;pointer-events:none}.c3-checklist-footer{background:#7f1d1d;padding:1rem 1.5rem;border-top:1px solid rgba(255,255,255,.1);border-radius:0 0 16px 16px}.c3-checklist-save-note{display:flex;align-items:center;gap:.5rem;font-size:.8rem;color:#ffffffe6;justify-content:center}.c3-checklist-save-note i{font-size:.75rem;opacity:1}.c3-portal-nav-content{padding:0}.c3-portal-nav-section{border-bottom:1px solid rgba(255,255,255,.1)}.c3-portal-nav-item{display:flex;align-items:center;padding:1rem 1.5rem;text-decoration:none;color:#ffffffe6;transition:all .3s ease;border-bottom:1px solid rgba(255,255,255,.1);position:relative;cursor:pointer}.c3-portal-nav-item:hover{background:#ffffff1a;color:#fff}.c3-portal-nav-item.active{background:#ea580c4d;border-left:4px solid #ea580c;color:#fff}.c3-portal-nav-icon{font-size:1.1rem;margin-right:1rem;width:18px;text-align:center;flex-shrink:0}.c3-portal-nav-text{flex:1;font-weight:500;font-size:.9rem;line-height:1.3}.c3-portal-nav-subitems{background:#0003;border-left:2px solid rgba(234,88,12,.3);margin-left:1rem}.c3-portal-nav-subitem{display:flex;align-items:center;padding:.5rem 1rem .5rem 1.5rem;color:#fffc;transition:all .3s ease;cursor:pointer;border-bottom:1px solid rgba(255,255,255,.05)}.c3-portal-nav-subitem:hover{background:#ffffff14;color:#fffffff2}.c3-portal-nav-subitem.active{background:#ea580c33;color:#fff;border-left:2px solid #ea580c}.c3-portal-nav-subtext{font-size:.8rem;font-weight:400;line-height:1.2}.c3-main-content{margin-left:350px;margin-right:400px;width:calc(100vw - 750px);min-height:100vh;position:relative;display:flex;flex-direction:column;align-items:center;transition:margin-left .3s ease,width .3s ease}.c3-main-content.nav-collapsed{margin-left:0;width:calc(100vw - 400px)}.c3-main-content-full{margin-left:0;margin-right:400px;width:calc(100vw - 400px);min-height:100vh;position:relative;display:flex;flex-direction:column;align-items:center}.c3-flag-wave{position:fixed;top:0;left:0;right:0;bottom:0;background:repeating-linear-gradient(-45deg,#dc262605,#dc262605 12px,#ffffff04 12px,#ffffff04 24px,#1e3a8a05 24px,#1e3a8a05 36px);z-index:1;animation:wave-movement 20s ease-in-out infinite}.c3-star-bg{position:fixed;top:0;left:0;right:0;bottom:0;background-image:radial-gradient(circle at 20% 30%,rgba(255,255,255,.3) 1px,transparent 1px),radial-gradient(circle at 80% 20%,rgba(255,255,255,.25) 1px,transparent 1px),radial-gradient(circle at 60% 70%,rgba(255,255,255,.2) 1px,transparent 1px),radial-gradient(circle at 30% 80%,rgba(255,255,255,.3) 1px,transparent 1px),radial-gradient(circle at 90% 60%,rgba(255,255,255,.25) 1px,transparent 1px);background-size:80px 80px,120px 120px,100px 100px,140px 140px,90px 90px;z-index:1;animation:twinkle 15s ease-in-out infinite}.c3-liberty-hologram{position:fixed;top:10%;right:10%;width:300px;height:300px;background:radial-gradient(circle at center,rgba(234,88,12,.08) 0%,rgba(124,45,18,.05) 40%,transparent 70%);opacity:.15;transform:rotate(15deg);filter:drop-shadow(0 0 20px rgba(234,88,12,.2));z-index:1;pointer-events:none;animation:hologram-float 15s ease-in-out infinite}.c3-section{position:relative;z-index:10;padding:4rem 2rem;min-height:100vh;display:flex;align-items:flex-start;justify-content:center;width:100%;max-width:1400px}.c3-section:first-child{padding-top:6rem}.c3-section-container{max-width:1200px;width:100%;margin:0 auto}.c3-section-header{text-align:center;margin-bottom:3rem}.c3-section-main-title{font-size:clamp(2.5rem,6vw,4rem);font-weight:700;line-height:1.2;margin-bottom:1rem;color:#fffffff2;text-shadow:0 2px 4px rgba(0,0,0,.3)}.c3-section-main-subtitle{font-size:clamp(1.125rem,2.5vw,1.5rem);color:#fffc;margin-bottom:2rem;max-width:800px;margin-left:auto;margin-right:auto;line-height:1.4}.c3-content-card{background:#ffffff14;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border:1px solid rgba(255,255,255,.15);border-radius:20px;padding:2.5rem;margin:2rem 0;transition:all .4s ease;box-shadow:0 8px 32px #0003}.c3-content-card:hover{transform:translateY(-5px);background:#ffffff1f;border:1px solid rgba(255,255,255,.25);box-shadow:0 16px 48px #0000004d}.c3-section-title{font-size:2rem;font-weight:600;color:#fffffff2;margin-bottom:1.5rem;display:flex;align-items:center;gap:.75rem}.c3-section-icon{font-size:1.5rem;color:#ea580c}.c3-section-content{color:#ffffffd9;line-height:1.6;font-size:1.1rem}.c3-section-content p{margin-bottom:1rem}.c3-section-content ul,.c3-section-content ol{margin:1rem 0;padding-left:1.5rem}.c3-section-content li{margin-bottom:.5rem}.c3-section-content strong{color:#fffffff2;font-weight:600}.c3-grid-2{display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:2rem}.c3-grid-3{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.c3-highlight-box{background:#ea580c1a;border:1px solid rgba(234,88,12,.3);border-radius:12px;padding:1.5rem;margin:1.5rem 0}.c3-highlight-box.warning{background:#f59e0b1a;border-color:#f59e0b4d}.c3-highlight-box.success{background:#22c55e1a;border-color:#22c55e4d}.c3-highlight-box.danger{background:#dc26261a;border-color:#dc26264d}.c3-highlight-title{font-weight:600;font-size:1.1rem;margin-bottom:.75rem;display:flex;align-items:center;gap:.5rem}.c3-steps-container{position:relative;margin:2rem 0}.c3-step{display:flex;align-items:flex-start;margin-bottom:2rem;position:relative}.c3-step-number{background:linear-gradient(135deg,#7c2d12,#ea580c);color:#fff;width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.1rem;margin-right:1.5rem;flex-shrink:0;position:relative;z-index:2}.c3-step-content{flex:1;padding-top:.5rem}.c3-step-title{font-size:1.25rem;font-weight:600;color:#fffffff2;margin-bottom:.5rem}.c3-step-description{color:#fffc;line-height:1.5}.c3-step:not(:last-child):after{content:"";position:absolute;left:19px;top:40px;bottom:-2rem;width:2px;background:linear-gradient(180deg,#ea580c,#ea580c4d);z-index:1}.c3-table{width:100%;border-collapse:collapse;margin:1.5rem 0;background:#ffffff0d;border-radius:12px;overflow:hidden}.c3-table th{background:#ea580c33;color:#fffffff2;padding:1rem;text-align:left;font-weight:600;border-bottom:1px solid rgba(255,255,255,.1)}.c3-table td{padding:1rem;border-bottom:1px solid rgba(255,255,255,.1);color:#ffffffd9}.c3-table tr:hover{background:#ffffff0d}.c3-button{background:linear-gradient(135deg,#7c2d12,#ea580c);color:#fff;border:none;padding:.75rem 1.5rem;border-radius:50px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;text-decoration:none;display:inline-block;text-align:center}.c3-button:hover{transform:translateY(-2px);box-shadow:0 8px 25px #ea580c66}.c3-button.secondary{background:linear-gradient(135deg,#64748b,#475569)}.c3-button.secondary:hover{box-shadow:0 8px 25px #64748b66}.c3-quick-links{background:linear-gradient(135deg,#dc2626,#ef4444);border-radius:16px;padding:2rem;margin:2rem 0;text-align:center}.c3-quick-links-title{font-size:1.5rem;font-weight:700;margin-bottom:1rem;color:#fff}.c3-quick-links-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;margin-top:1.5rem}.c3-quick-link{background:#ffffff1a;border:1px solid rgba(255,255,255,.2);border-radius:12px;padding:1rem;text-decoration:none;color:#fff;transition:all .3s ease;display:block;cursor:pointer}.c3-quick-link:hover{background:#fff3;transform:translateY(-2px)}@media (max-width: 1024px){.c3-main-content-full{margin-right:320px;width:calc(100vw - 320px)}.c3-section{max-width:1200px}.c3-flag-wave,.c3-star-bg{left:0}}@media (max-width: 768px){.c3-main-content-full{margin-right:0;width:100vw}.c3-checklist-sidebar{display:none}.c3-flag-wave,.c3-star-bg{left:0}.c3-section{padding:2rem 1rem;max-width:100%}.c3-section-container{max-width:100%;padding:0 .5rem}.c3-content-card{padding:1.5rem;margin:1rem 0}.c3-grid-2,.c3-grid-3{grid-template-columns:1fr}}@media (max-width: 480px){.c3-main-content-full{margin-right:0;width:100vw}.c3-checklist-sidebar{display:none}.c3-flag-wave,.c3-star-bg{left:0}.c3-section{padding:1.5rem .5rem;max-width:100%}.c3-section-container{max-width:100%;padding:0 .25rem}.c3-content-card{padding:1rem}}@media (max-width: 1400px){.c3-checklist-sidebar{width:300px;right:15px}.c3-main-content{margin-right:335px;width:calc(100vw - 685px)}.c3-main-content.nav-collapsed{width:calc(100vw - 335px)}}@media (max-width: 1200px){.c3-checklist-sidebar{width:280px;right:10px;top:160px;height:calc(100vh - 180px)}.c3-main-content{margin-right:310px;width:calc(100vw - 660px)}.c3-main-content.nav-collapsed{width:calc(100vw - 310px)}}.d-page-container{font-family:Inter,sans-serif;background:transparent;color:#fff;min-height:100vh;position:relative;overflow-x:hidden;margin:0;padding:0;display:flex}.d-checklist-sidebar{position:fixed;right:20px;top:160px;width:360px;height:calc(100vh - 180px);background:#ffffff1f;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.2);border-radius:16px;z-index:1000;overflow-y:auto;padding:0;display:flex;flex-direction:column;box-shadow:0 20px 40px #00000026,0 10px 20px #0000001a,0 5px 10px #0000000d;scrollbar-width:none;-ms-overflow-style:none;overscroll-behavior:contain}.d-checklist-sidebar::-webkit-scrollbar{display:none;width:0;height:0}.d-checklist-sidebar::-webkit-scrollbar-track{display:none}.d-checklist-sidebar::-webkit-scrollbar-thumb{display:none}.d-checklist-header{position:sticky;top:0;z-index:1001;border-radius:16px 16px 0 0;padding:1.5rem;color:#fff;border-bottom:1px solid rgba(255,255,255,.2);box-shadow:0 2px 8px #0000001a}.d-checklist-header.checklist-theme{background:linear-gradient(135deg,#0369a1,#0284c7)}.d-checklist-header.portal-theme{background:linear-gradient(135deg,#164e63,#0891b2)}.d-tab-header{position:relative;display:flex;align-items:flex-start;justify-content:space-between;width:100%}.d-tab-content{flex:1;text-align:center}.d-tab-title{font-size:1.4rem;font-weight:700;margin:0 0 .5rem;line-height:1.2;display:flex;align-items:center;justify-content:center;gap:.5rem;color:#fff}.d-tab-title-icon{font-size:1.4rem;line-height:1}.d-tab-subtitle{font-size:.9rem;margin:0;opacity:.9;font-weight:400;color:#fff;line-height:1.3}.d-tab-toggle{width:40px;height:40px;border-radius:8px;border:2px solid transparent;cursor:pointer;transition:all .3s ease;font-size:1.2rem;display:flex;align-items:center;justify-content:center;line-height:1;color:#fff;font-weight:600;flex-shrink:0;margin-top:7px}.d-tab-toggle.to-portal{background:#164e63e6;border-color:#164e63}.d-tab-toggle.to-checklist{background:#0369a1e6;border-color:#0369a1}.d-tab-toggle:hover{transform:scale(1.05);box-shadow:0 4px 12px #0003}.d-tab-toggle.to-portal:hover{background:#164e63}.d-tab-toggle.to-checklist:hover{background:#0369a1}.d-checklist-content{flex:1;padding:0}.d-checklist-section{border-bottom:1px solid rgba(255,255,255,.1);margin-bottom:0}.d-checklist-section-header{background:#0c4a6e;color:#fff;padding:1rem 1.5rem;border-bottom:1px solid rgba(255,255,255,.15)}.d-checklist-section-title{font-size:.95rem;font-weight:600;margin:0 0 .5rem;color:#fff;line-height:1.3;text-shadow:none}.d-checklist-progress{display:flex;align-items:center;gap:.75rem}.d-checklist-progress-text{font-size:.8rem;font-weight:500;color:#fffc;min-width:40px}.d-checklist-progress-bar{flex:1;height:6px;background:#fff3;border-radius:3px;overflow:hidden}.d-checklist-progress-fill{height:100%;background:linear-gradient(90deg,#0284c7,#0369a1);border-radius:3px;transition:width .3s ease}.d-checklist-subsection{margin-bottom:1rem}.d-checklist-subsection-title{font-size:.85rem;font-weight:600;color:#0284c7;margin:0 0 .5rem;padding:.5rem 1.5rem 0;text-transform:uppercase;letter-spacing:.5px}.d-checklist-items{padding:0}.d-checklist-item{border-bottom:1px solid rgba(255,255,255,.05);will-change:background-color}.d-checklist-item:hover{background:#ffffff08}.d-checklist-label{display:flex;align-items:flex-start;padding:.75rem 1.5rem;cursor:pointer;gap:.75rem;font-size:.85rem;line-height:1.4;color:#ffffffe6;will-change:color}.d-checklist-label:hover{color:#fff}.d-checklist-checkbox{display:none}.d-checklist-checkmark{width:18px;height:18px;border:2px solid rgba(255,255,255,.3);border-radius:4px;position:relative;flex-shrink:0;background:transparent;margin-top:1px;will-change:background,border-color,transform}.d-checklist-checkbox:checked+.d-checklist-checkmark{background:linear-gradient(135deg,#0284c7,#0369a1);border-color:#0284c7;transform:scale(1.05)}.d-checklist-checkbox:checked+.d-checklist-checkmark:after{content:"✓";position:absolute;top:-1px;left:2px;color:#fff;font-size:12px;font-weight:700}.d-checklist-checkbox:checked+.d-checklist-checkmark+.d-checklist-text{color:#0284c7;text-decoration:line-through;opacity:.8}.d-checklist-text{flex:1;will-change:color,text-decoration,opacity}.d-checklist-emoji-button{font-size:1rem;margin-left:auto;opacity:.8;flex-shrink:0;background:none;border:none;cursor:pointer;padding:2px 4px;border-radius:4px;transition:all .2s ease;position:relative}.d-checklist-emoji-button:hover{opacity:1;background:#ffffff1a;transform:scale(1.1)}.d-checklist-emoji-button:active{transform:scale(.95)}.d-checklist-text-input{margin:.5rem 2.25rem 0;padding-bottom:.5rem}.d-checklist-textarea{width:100%;background:#ffffff08;border:1px solid rgba(255,255,255,.15);border-radius:6px;color:#ffffffb3;padding:.75rem;font-size:.85rem;font-family:inherit;min-height:60px;text-align:left;cursor:default;box-sizing:border-box;line-height:1.5;word-wrap:break-word;overflow-wrap:break-word;-webkit-hyphens:auto;hyphens:auto;white-space:pre-line}.d-checklist-link{color:#38bdf8;text-decoration:underline;transition:color .2s ease;word-break:break-all;font-weight:500}.d-checklist-link:hover{color:#7dd3fc;text-decoration:underline}.d-info-indicator{position:absolute;top:-2px;right:-2px;font-size:8px;color:#38bdf8;opacity:.8;pointer-events:none}.d-checklist-footer{background:#0c4a6e;padding:1rem 1.5rem;border-top:1px solid rgba(255,255,255,.1);border-radius:0 0 16px 16px}.d-checklist-save-note{display:flex;align-items:center;gap:.5rem;font-size:.8rem;color:#ffffffe6;justify-content:center}.d-checklist-save-note i{font-size:.75rem;opacity:1}.d-portal-nav-content{padding:0}.d-portal-nav-section{border-bottom:1px solid rgba(255,255,255,.1)}.d-portal-nav-item{display:flex;align-items:center;padding:1rem 1.5rem;text-decoration:none;color:#ffffffe6;transition:all .3s ease;border-bottom:1px solid rgba(255,255,255,.1);position:relative;cursor:pointer}.d-portal-nav-item:hover{background:#ffffff1a;color:#fff}.d-portal-nav-item.active{background:#0891b24d;border-left:4px solid #0891b2;color:#fff}.d-portal-nav-icon{font-size:1.1rem;margin-right:1rem;width:18px;text-align:center;flex-shrink:0}.d-portal-nav-text{flex:1;font-weight:500;font-size:.9rem;line-height:1.3}.d-portal-nav-subitems{background:#0003;border-left:2px solid rgba(8,145,178,.3);margin-left:1rem}.d-portal-nav-subitem{display:flex;align-items:center;padding:.5rem 1rem .5rem 1.5rem;color:#fffc;transition:all .3s ease;cursor:pointer;border-bottom:1px solid rgba(255,255,255,.05)}.d-portal-nav-subitem:hover{background:#ffffff14;color:#fffffff2}.d-portal-nav-subitem.active{background:#0891b233;color:#fff;border-left:2px solid #0891b2}.d-portal-nav-subtext{font-size:.8rem;font-weight:400;line-height:1.2}.d-main-content{margin-left:350px;margin-right:400px;width:calc(100vw - 750px);min-height:100vh;position:relative;display:flex;flex-direction:column;align-items:center;transition:margin-left .3s ease,width .3s ease}.d-main-content.nav-collapsed{margin-left:0;width:calc(100vw - 400px)}.d-main-content-full{margin-left:0;margin-right:400px;width:calc(100vw - 400px);min-height:100vh;position:relative;display:flex;flex-direction:column;align-items:center}.d-wave-pattern{position:fixed;top:0;left:0;right:0;bottom:0;background:repeating-linear-gradient(-45deg,#0369a105,#0369a105 12px,#ffffff04 12px,#ffffff04 24px,#0891b205 24px,#0891b205 36px);z-index:1;animation:wave-movement 25s ease-in-out infinite}.d-nautical-bg{position:fixed;top:0;left:0;right:0;bottom:0;background-image:radial-gradient(circle at 15% 25%,rgba(56,189,248,.3) 1px,transparent 1px),radial-gradient(circle at 85% 15%,rgba(125,211,252,.25) 1px,transparent 1px),radial-gradient(circle at 65% 75%,rgba(2,132,199,.2) 1px,transparent 1px),radial-gradient(circle at 25% 85%,rgba(56,189,248,.3) 1px,transparent 1px),radial-gradient(circle at 95% 65%,rgba(125,211,252,.25) 1px,transparent 1px);background-size:90px 90px,130px 130px,110px 110px,150px 150px,100px 100px;z-index:1;animation:nautical-twinkle 18s ease-in-out infinite}.d-compass-hologram{position:fixed;top:15%;right:8%;width:250px;height:250px;background:radial-gradient(circle at center,rgba(8,145,178,.08) 0%,rgba(22,78,99,.05) 40%,transparent 70%);opacity:.2;transform:rotate(25deg);filter:drop-shadow(0 0 20px rgba(8,145,178,.3));z-index:1;pointer-events:none;animation:compass-float 20s ease-in-out infinite}.d-section{position:relative;z-index:10;padding:4rem 2rem;min-height:100vh;display:flex;align-items:flex-start;justify-content:center;width:100%;max-width:1400px}.d-section:first-child{padding-top:6rem}.d-section-container{max-width:1200px;width:100%;margin:0 auto}.d-section-header{text-align:center;margin-bottom:3rem}.d-section-main-title{font-size:clamp(2.5rem,6vw,4rem);font-weight:700;line-height:1.2;margin-bottom:1rem;color:#fffffff2;text-shadow:0 2px 4px rgba(0,0,0,.3)}.d-section-main-subtitle{font-size:clamp(1.125rem,2.5vw,1.5rem);color:#fffc;margin-bottom:2rem;max-width:800px;margin-left:auto;margin-right:auto;line-height:1.4}.d-content-card{background:#ffffff14;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border:1px solid rgba(255,255,255,.15);border-radius:20px;padding:2.5rem;margin:2rem 0;transition:all .4s ease;box-shadow:0 8px 32px #0003}.d-content-card:hover{transform:translateY(-5px);background:#ffffff1f;border:1px solid rgba(255,255,255,.25);box-shadow:0 16px 48px #0000004d}.d-section-title{font-size:2rem;font-weight:600;color:#fffffff2;margin-bottom:1.5rem;display:flex;align-items:center;gap:.75rem}.d-section-icon{font-size:1.5rem;color:#0891b2}.d-section-content{color:#ffffffd9;line-height:1.6;font-size:1.1rem}.d-section-content p{margin-bottom:1rem}.d-section-content ul,.d-section-content ol{margin:1rem 0;padding-left:1.5rem}.d-section-content li{margin-bottom:.5rem}.d-section-content strong{color:#fffffff2;font-weight:600}.d-grid-2{display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:2rem}.d-grid-3{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.d-highlight-box{background:#0891b21a;border:1px solid rgba(8,145,178,.3);border-radius:12px;padding:1.5rem;margin:1.5rem 0}.d-highlight-box.warning{background:#f59e0b1a;border-color:#f59e0b4d}.d-highlight-box.success{background:#22c55e1a;border-color:#22c55e4d}.d-highlight-box.danger{background:#dc26261a;border-color:#dc26264d}.d-highlight-title{font-weight:600;font-size:1.1rem;margin-bottom:.75rem;display:flex;align-items:center;gap:.5rem}.d-steps-container{position:relative;margin:2rem 0}.d-step{display:flex;align-items:flex-start;margin-bottom:2rem;position:relative}.d-step-number{background:linear-gradient(135deg,#164e63,#0891b2);color:#fff;width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.1rem;margin-right:1.5rem;flex-shrink:0;position:relative;z-index:2}.d-step-content{flex:1;padding-top:.5rem}.d-step-title{font-size:1.25rem;font-weight:600;color:#fffffff2;margin-bottom:.5rem}.d-step-description{color:#fffc;line-height:1.5}.d-step:not(:last-child):after{content:"";position:absolute;left:19px;top:40px;bottom:-2rem;width:2px;background:linear-gradient(180deg,#0891b2,#0891b24d);z-index:1}.d-table{width:100%;border-collapse:collapse;margin:1.5rem 0;background:#ffffff0d;border-radius:12px;overflow:hidden}.d-table th{background:#0891b233;color:#fffffff2;padding:1rem;text-align:left;font-weight:600;border-bottom:1px solid rgba(255,255,255,.1)}.d-table td{padding:1rem;border-bottom:1px solid rgba(255,255,255,.1);color:#ffffffd9}.d-table tr:hover{background:#ffffff0d}.d-button{background:linear-gradient(135deg,#164e63,#0891b2);color:#fff;border:none;padding:.75rem 1.5rem;border-radius:50px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;text-decoration:none;display:inline-block;text-align:center}.d-button:hover{transform:translateY(-2px);box-shadow:0 8px 25px #0891b266}.d-button.secondary{background:linear-gradient(135deg,#64748b,#475569)}.d-button.secondary:hover{box-shadow:0 8px 25px #64748b66}.d-quick-links{background:linear-gradient(135deg,#0369a1,#0284c7);border-radius:16px;padding:2rem;margin:2rem 0;text-align:center}.d-quick-links-title{font-size:1.5rem;font-weight:700;margin-bottom:1rem;color:#fff}.d-quick-links-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;margin-top:1.5rem}.d-quick-link{background:#ffffff1a;border:1px solid rgba(255,255,255,.2);border-radius:12px;padding:1rem;text-decoration:none;color:#fff;transition:all .3s ease;display:block;cursor:pointer}.d-quick-link:hover{background:#fff3;transform:translateY(-2px)}@media (max-width: 1024px){.d-main-content-full{margin-right:320px;width:calc(100vw - 320px)}.d-section{max-width:1200px}.d-wave-pattern,.d-nautical-bg{left:0}}@media (max-width: 768px){.d-main-content-full{margin-right:0;width:100vw}.d-checklist-sidebar{display:none}.d-wave-pattern,.d-nautical-bg{left:0}.d-section{padding:2rem 1rem;max-width:100%}.d-section-container{max-width:100%;padding:0 .5rem}.d-content-card{padding:1.5rem;margin:1rem 0}.d-grid-2,.d-grid-3{grid-template-columns:1fr}}@media (max-width: 480px){.d-main-content-full{margin-right:0;width:100vw}.d-checklist-sidebar{display:none}.d-wave-pattern,.d-nautical-bg{left:0}.d-section{padding:1.5rem .5rem;max-width:100%}.d-section-container{max-width:100%;padding:0 .25rem}.d-content-card{padding:1rem}}@media (max-width: 1400px){.d-checklist-sidebar{width:300px;right:15px}.d-main-content{margin-right:335px;width:calc(100vw - 685px)}.d-main-content.nav-collapsed{width:calc(100vw - 335px)}}@media (max-width: 1200px){.d-checklist-sidebar{width:280px;right:10px;top:160px;height:calc(100vh - 180px)}.d-main-content{margin-right:310px;width:calc(100vw - 660px)}.d-main-content.nav-collapsed{width:calc(100vw - 310px)}}@keyframes wave-movement{0%,to{transform:translate(0) translateY(0)}25%{transform:translate(5px) translateY(-2px)}50%{transform:translate(10px) translateY(0)}75%{transform:translate(5px) translateY(2px)}}@keyframes nautical-twinkle{0%,to{opacity:1}25%{opacity:.8}50%{opacity:.6}75%{opacity:.9}}@keyframes compass-float{0%,to{transform:rotate(25deg) scale(1) translateY(0)}25%{transform:rotate(20deg) scale(1.02) translateY(-5px)}50%{transform:rotate(30deg) scale(1.05) translateY(0)}75%{transform:rotate(22deg) scale(1.02) translateY(3px)}}.e1-page-container{font-family:Inter,sans-serif;background:transparent;color:#fff;min-height:100vh;position:relative;overflow-x:hidden;margin:0;padding:0;display:flex}.e1-checklist-sidebar{position:fixed;right:20px;top:160px;width:360px;height:calc(100vh - 180px);background:#ffffff1f;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.2);border-radius:16px;z-index:1000;overflow-y:auto;padding:0;display:flex;flex-direction:column;box-shadow:0 20px 40px #00000026,0 10px 20px #0000001a,0 5px 10px #0000000d;scrollbar-width:none;-ms-overflow-style:none;overscroll-behavior:contain}.e1-checklist-sidebar::-webkit-scrollbar{display:none;width:0;height:0}.e1-checklist-sidebar::-webkit-scrollbar-track{display:none}.e1-checklist-sidebar::-webkit-scrollbar-thumb{display:none}.e1-checklist-header{position:sticky;top:0;z-index:1001;border-radius:16px 16px 0 0;padding:1.5rem;color:#fff;border-bottom:1px solid rgba(255,255,255,.2);box-shadow:0 2px 8px #0000001a}.e1-checklist-header.checklist-theme{background:linear-gradient(135deg,#059669,#10b981)}.e1-checklist-header.portal-theme{background:linear-gradient(135deg,#b45309,#d97706)}.e1-tab-header{position:relative;display:flex;align-items:flex-start;justify-content:space-between;width:100%}.e1-tab-content{flex:1;text-align:center}.e1-tab-title{font-size:1.4rem;font-weight:700;margin:0 0 .5rem;line-height:1.2;display:flex;align-items:center;justify-content:center;gap:.5rem;color:#fff}.e1-tab-title-icon{font-size:1.4rem;line-height:1}.e1-tab-subtitle{font-size:.9rem;margin:0;opacity:.9;font-weight:400;color:#fff;line-height:1.3}.e1-tab-toggle{width:40px;height:40px;border-radius:8px;border:2px solid transparent;cursor:pointer;transition:all .3s ease;font-size:1.2rem;display:flex;align-items:center;justify-content:center;line-height:1;color:#fff;font-weight:600;flex-shrink:0;margin-top:7px}.e1-tab-toggle.to-portal{background:#b45309e6;border-color:#b45309}.e1-tab-toggle.to-checklist{background:#059669e6;border-color:#059669}.e1-tab-toggle:hover{transform:scale(1.05);box-shadow:0 4px 12px #0003}.e1-tab-toggle.to-portal:hover{background:#b45309}.e1-tab-toggle.to-checklist:hover{background:#059669}.e1-checklist-content{flex:1;padding:0}.e1-checklist-section{border-bottom:1px solid rgba(255,255,255,.1);margin-bottom:0}.e1-checklist-section-header{background:#064e3b;color:#fff;padding:1rem 1.5rem;border-bottom:1px solid rgba(255,255,255,.15)}.e1-checklist-section-title{font-size:.95rem;font-weight:600;margin:0 0 .5rem;color:#fff;line-height:1.3;text-shadow:none}.e1-checklist-progress{display:flex;align-items:center;gap:.75rem}.e1-checklist-progress-text{font-size:.8rem;font-weight:500;color:#fffc;min-width:40px}.e1-checklist-progress-bar{flex:1;height:6px;background:#fff3;border-radius:3px;overflow:hidden}.e1-checklist-progress-fill{height:100%;background:linear-gradient(90deg,#10b981,#059669);border-radius:3px;transition:width .3s ease}.e1-checklist-subsection{margin-bottom:1rem}.e1-checklist-subsection-title{font-size:.85rem;font-weight:600;color:#10b981;margin:0 0 .5rem;padding:.5rem 1.5rem 0;text-transform:uppercase;letter-spacing:.5px}.e1-checklist-items{padding:0}.e1-checklist-item{border-bottom:1px solid rgba(255,255,255,.05);will-change:background-color}.e1-checklist-item:hover{background:#ffffff08}.e1-checklist-label{display:flex;align-items:flex-start;padding:.75rem 1.5rem;cursor:pointer;gap:.75rem;font-size:.85rem;line-height:1.4;color:#ffffffe6;will-change:color}.e1-checklist-label:hover{color:#fff}.e1-checklist-checkbox{display:none}.e1-checklist-checkmark{width:18px;height:18px;border:2px solid rgba(255,255,255,.3);border-radius:4px;position:relative;flex-shrink:0;background:transparent;margin-top:1px;will-change:background,border-color,transform}.e1-checklist-checkbox:checked+.e1-checklist-checkmark{background:linear-gradient(135deg,#10b981,#059669);border-color:#10b981;transform:scale(1.05)}.e1-checklist-checkbox:checked+.e1-checklist-checkmark:after{content:"✓";position:absolute;top:-1px;left:2px;color:#fff;font-size:12px;font-weight:700}.e1-checklist-checkbox:checked+.e1-checklist-checkmark+.e1-checklist-text{color:#10b981;text-decoration:line-through;opacity:.8}.e1-checklist-text{flex:1;will-change:color,text-decoration,opacity}.e1-checklist-emoji-button{font-size:1rem;margin-left:auto;opacity:.8;flex-shrink:0;background:none;border:none;cursor:pointer;padding:2px 4px;border-radius:4px;transition:all .2s ease;position:relative}.e1-checklist-emoji-button:hover{opacity:1;background:#ffffff1a;transform:scale(1.1)}.e1-checklist-emoji-button:active{transform:scale(.95)}.e1-checklist-text-input{margin:.5rem 2.25rem 0;padding-bottom:.5rem}.e1-checklist-textarea{width:100%;background:#ffffff08;border:1px solid rgba(255,255,255,.15);border-radius:6px;color:#ffffffb3;padding:.75rem;font-size:.85rem;font-family:inherit;min-height:60px;text-align:left;cursor:default;box-sizing:border-box;line-height:1.5;word-wrap:break-word;overflow-wrap:break-word;-webkit-hyphens:auto;hyphens:auto;white-space:pre-line}.e1-checklist-link{color:#34d399;text-decoration:underline;transition:color .2s ease;word-break:break-all;font-weight:500}.e1-checklist-link:hover{color:#6ee7b7;text-decoration:underline}.e1-info-indicator{position:absolute;top:-2px;right:-2px;font-size:8px;color:#34d399;opacity:.8;pointer-events:none}.e1-checklist-footer{background:#064e3b;padding:1rem 1.5rem;border-top:1px solid rgba(255,255,255,.1);border-radius:0 0 16px 16px}.e1-checklist-save-note{display:flex;align-items:center;gap:.5rem;font-size:.8rem;color:#ffffffe6;justify-content:center}.e1-checklist-save-note i{font-size:.75rem;opacity:1}.e1-portal-nav-content{padding:0}.e1-portal-nav-section{border-bottom:1px solid rgba(255,255,255,.1)}.e1-portal-nav-item{display:flex;align-items:center;padding:1rem 1.5rem;text-decoration:none;color:#ffffffe6;transition:all .3s ease;border-bottom:1px solid rgba(255,255,255,.1);position:relative;cursor:pointer}.e1-portal-nav-item:hover{background:#ffffff1a;color:#fff}.e1-portal-nav-item.active{background:#d977064d;border-left:4px solid #d97706;color:#fff}.e1-portal-nav-icon{font-size:1.1rem;margin-right:1rem;width:18px;text-align:center;flex-shrink:0}.e1-portal-nav-text{flex:1;font-weight:500;font-size:.9rem;line-height:1.3}.e1-portal-nav-subitems{background:#0003;border-left:2px solid rgba(217,119,6,.3);margin-left:1rem}.e1-portal-nav-subitem{display:flex;align-items:center;padding:.5rem 1rem .5rem 1.5rem;color:#fffc;transition:all .3s ease;cursor:pointer;border-bottom:1px solid rgba(255,255,255,.05)}.e1-portal-nav-subitem:hover{background:#ffffff14;color:#fffffff2}.e1-portal-nav-subitem.active{background:#d9770633;color:#fff;border-left:2px solid #d97706}.e1-portal-nav-subtext{font-size:.8rem;font-weight:400;line-height:1.2}.e1-main-content{margin-left:350px;margin-right:400px;width:calc(100vw - 750px);min-height:100vh;position:relative;display:flex;flex-direction:column;align-items:center;transition:margin-left .3s ease,width .3s ease}.e1-main-content.nav-collapsed{margin-left:0;width:calc(100vw - 400px)}.e1-main-content-full{margin-left:0;margin-right:400px;width:calc(100vw - 400px);min-height:100vh;position:relative;display:flex;flex-direction:column;align-items:center}.e1-trade-pattern{position:fixed;top:0;left:0;right:0;bottom:0;background:repeating-linear-gradient(-45deg,#05966905,#05966905 12px,#ffffff04 12px,#ffffff04 24px,#d9770605 24px,#d9770605 36px);z-index:1;animation:trade-movement 30s ease-in-out infinite}.e1-commerce-bg{position:fixed;top:0;left:0;right:0;bottom:0;background-image:radial-gradient(circle at 20% 30%,rgba(16,185,129,.3) 1px,transparent 1px),radial-gradient(circle at 80% 20%,rgba(217,119,6,.25) 1px,transparent 1px),radial-gradient(circle at 60% 70%,rgba(5,150,105,.2) 1px,transparent 1px),radial-gradient(circle at 30% 80%,rgba(16,185,129,.3) 1px,transparent 1px),radial-gradient(circle at 90% 60%,rgba(217,119,6,.25) 1px,transparent 1px);background-size:95px 95px,135px 135px,115px 115px,155px 155px,105px 105px;z-index:1;animation:commerce-twinkle 20s ease-in-out infinite}.e1-treaty-hologram{position:fixed;top:18%;right:10%;width:280px;height:280px;background:radial-gradient(circle at center,rgba(217,119,6,.08) 0%,rgba(5,150,105,.05) 40%,transparent 70%);opacity:.15;transform:rotate(15deg);filter:drop-shadow(0 0 25px rgba(217,119,6,.3));z-index:1;pointer-events:none;animation:treaty-float 25s ease-in-out infinite}.e1-section{position:relative;z-index:10;padding:4rem 2rem;min-height:100vh;display:flex;align-items:flex-start;justify-content:center;width:100%;max-width:1400px}.e1-section:first-child{padding-top:6rem}.e1-section-container{max-width:1200px;width:100%;margin:0 auto}.e1-section-header{text-align:center;margin-bottom:3rem}.e1-section-main-title{font-size:clamp(2.5rem,6vw,4rem);font-weight:700;line-height:1.2;margin-bottom:1rem;color:#fffffff2;text-shadow:0 2px 4px rgba(0,0,0,.3)}.e1-section-main-subtitle{font-size:clamp(1.125rem,2.5vw,1.5rem);color:#fffc;margin-bottom:2rem;max-width:800px;margin-left:auto;margin-right:auto;line-height:1.4}.e1-content-card{background:#ffffff14;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border:1px solid rgba(255,255,255,.15);border-radius:20px;padding:2.5rem;margin:2rem 0;transition:all .4s ease;box-shadow:0 8px 32px #0003}.e1-content-card:hover{transform:translateY(-5px);background:#ffffff1f;border:1px solid rgba(255,255,255,.25);box-shadow:0 16px 48px #0000004d}.e1-section-title{font-size:2rem;font-weight:600;color:#fffffff2;margin-bottom:1.5rem;display:flex;align-items:center;gap:.75rem}.e1-section-icon{font-size:1.5rem;color:#d97706}.e1-section-content{color:#ffffffd9;line-height:1.6;font-size:1.1rem}.e1-section-content p{margin-bottom:1rem}.e1-section-content ul,.e1-section-content ol{margin:1rem 0;padding-left:1.5rem}.e1-section-content li{margin-bottom:.5rem}.e1-section-content strong{color:#fffffff2;font-weight:600}.e1-grid-2{display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:2rem}.e1-grid-3{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.e1-treaty-countries-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;margin:2rem 0}.e1-treaty-region{background:#0596691a;border:1px solid rgba(5,150,105,.3);border-radius:12px;padding:1.5rem}.e1-treaty-region h4{color:#10b981;font-weight:600;margin-bottom:1rem;font-size:1.1rem}.e1-treaty-region ul{list-style:none;padding:0;margin:0}.e1-treaty-region li{padding:.25rem 0;color:#fffc;font-size:.9rem}.e1-highlight-box{background:#d977061a;border:1px solid rgba(217,119,6,.3);border-radius:12px;padding:1.5rem;margin:1.5rem 0}.e1-highlight-box.warning{background:#f59e0b1a;border-color:#f59e0b4d}.e1-highlight-box.success{background:#0596691a;border-color:#0596694d}.e1-highlight-box.danger{background:#dc26261a;border-color:#dc26264d}.e1-highlight-title{font-weight:600;font-size:1.1rem;margin-bottom:.75rem;display:flex;align-items:center;gap:.5rem}.e1-steps-container{position:relative;margin:2rem 0}.e1-step{display:flex;align-items:flex-start;margin-bottom:2rem;position:relative}.e1-step-number{background:linear-gradient(135deg,#b45309,#d97706);color:#fff;width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.1rem;margin-right:1.5rem;flex-shrink:0;position:relative;z-index:2}.e1-step-content{flex:1;padding-top:.5rem}.e1-step-title{font-size:1.25rem;font-weight:600;color:#fffffff2;margin-bottom:.5rem}.e1-step-description{color:#fffc;line-height:1.5}.e1-step:not(:last-child):after{content:"";position:absolute;left:19px;top:40px;bottom:-2rem;width:2px;background:linear-gradient(180deg,#d97706,#d977064d);z-index:1}.e1-table{width:100%;border-collapse:collapse;margin:1.5rem 0;background:#ffffff0d;border-radius:12px;overflow:hidden}.e1-table th{background:#d9770633;color:#fffffff2;padding:1rem;text-align:left;font-weight:600;border-bottom:1px solid rgba(255,255,255,.1)}.e1-table td{padding:1rem;border-bottom:1px solid rgba(255,255,255,.1);color:#ffffffd9}.e1-table tr:hover{background:#ffffff0d}.e1-button{background:linear-gradient(135deg,#b45309,#d97706);color:#fff;border:none;padding:.75rem 1.5rem;border-radius:50px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;text-decoration:none;display:inline-block;text-align:center}.e1-button:hover{transform:translateY(-2px);box-shadow:0 8px 25px #d9770666}.e1-button.secondary{background:linear-gradient(135deg,#64748b,#475569)}.e1-button.secondary:hover{box-shadow:0 8px 25px #64748b66}.e1-quick-links{background:linear-gradient(135deg,#059669,#10b981);border-radius:16px;padding:2rem;margin:2rem 0;text-align:center}.e1-quick-links-title{font-size:1.5rem;font-weight:700;margin-bottom:1rem;color:#fff}.e1-quick-links-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;margin-top:1.5rem}.e1-quick-link{background:#ffffff1a;border:1px solid rgba(255,255,255,.2);border-radius:12px;padding:1rem;text-decoration:none;color:#fff;transition:all .3s ease;display:block;cursor:pointer}.e1-quick-link:hover{background:#fff3;transform:translateY(-2px)}@media (max-width: 1024px){.e1-main-content-full{margin-right:320px;width:calc(100vw - 320px)}.e1-section{max-width:1200px}.e1-trade-pattern,.e1-commerce-bg{left:0}}@media (max-width: 768px){.e1-main-content-full{margin-right:0;width:100vw}.e1-checklist-sidebar{display:none}.e1-trade-pattern,.e1-commerce-bg{left:0}.e1-section{padding:2rem 1rem;max-width:100%}.e1-section-container{max-width:100%;padding:0 .5rem}.e1-content-card{padding:1.5rem;margin:1rem 0}.e1-grid-2,.e1-grid-3,.e1-treaty-countries-grid{grid-template-columns:1fr}}@media (max-width: 480px){.e1-main-content-full{margin-right:0;width:100vw}.e1-checklist-sidebar{display:none}.e1-trade-pattern,.e1-commerce-bg{left:0}.e1-section{padding:1.5rem .5rem;max-width:100%}.e1-section-container{max-width:100%;padding:0 .25rem}.e1-content-card{padding:1rem}}@media (max-width: 1400px){.e1-checklist-sidebar{width:300px;right:15px}.e1-main-content{margin-right:335px;width:calc(100vw - 685px)}.e1-main-content.nav-collapsed{width:calc(100vw - 335px)}}@media (max-width: 1200px){.e1-checklist-sidebar{width:280px;right:10px;top:160px;height:calc(100vh - 180px)}.e1-main-content{margin-right:310px;width:calc(100vw - 660px)}.e1-main-content.nav-collapsed{width:calc(100vw - 310px)}}@keyframes trade-movement{0%,to{transform:translate(0) translateY(0)}25%{transform:translate(8px) translateY(-3px)}50%{transform:translate(15px) translateY(0)}75%{transform:translate(8px) translateY(3px)}}@keyframes commerce-twinkle{0%,to{opacity:1}25%{opacity:.7}50%{opacity:.5}75%{opacity:.8}}@keyframes treaty-float{0%,to{transform:rotate(15deg) scale(1) translateY(0)}25%{transform:rotate(12deg) scale(1.03) translateY(-8px)}50%{transform:rotate(18deg) scale(1.08) translateY(0)}75%{transform:rotate(14deg) scale(1.03) translateY(5px)}}.e2-page-container{font-family:Inter,sans-serif;background:transparent;color:#fff;min-height:100vh;position:relative;overflow-x:hidden;margin:0;padding:0;display:flex}.e2-checklist-sidebar{position:fixed;right:20px;top:160px;width:360px;height:calc(100vh - 180px);background:#ffffff1f;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.2);border-radius:16px;z-index:1000;overflow-y:auto;padding:0;display:flex;flex-direction:column;box-shadow:0 20px 40px #00000026,0 10px 20px #0000001a,0 5px 10px #0000000d;scrollbar-width:none;-ms-overflow-style:none;overscroll-behavior:contain}.e2-checklist-sidebar::-webkit-scrollbar{display:none;width:0;height:0}.e2-checklist-sidebar::-webkit-scrollbar-track{display:none}.e2-checklist-sidebar::-webkit-scrollbar-thumb{display:none}.e2-checklist-header{position:sticky;top:0;z-index:1001;border-radius:16px 16px 0 0;padding:1.5rem;color:#fff;border-bottom:1px solid rgba(255,255,255,.2);box-shadow:0 2px 8px #0000001a}.e2-checklist-header.checklist-theme{background:linear-gradient(135deg,#7c3aed,#8b5cf6)}.e2-checklist-header.portal-theme{background:linear-gradient(135deg,#dc2626,#ef4444)}.e2-tab-header{position:relative;display:flex;align-items:flex-start;justify-content:space-between;width:100%}.e2-tab-content{flex:1;text-align:center}.e2-tab-title{font-size:1.4rem;font-weight:700;margin:0 0 .5rem;line-height:1.2;display:flex;align-items:center;justify-content:center;gap:.5rem;color:#fff}.e2-tab-title-icon{font-size:1.4rem;line-height:1}.e2-tab-subtitle{font-size:.9rem;margin:0;opacity:.9;font-weight:400;color:#fff;line-height:1.3}.e2-tab-toggle{width:40px;height:40px;border-radius:8px;border:2px solid transparent;cursor:pointer;transition:all .3s ease;font-size:1.2rem;display:flex;align-items:center;justify-content:center;line-height:1;color:#fff;font-weight:600;flex-shrink:0;margin-top:7px}.e2-tab-toggle.to-portal{background:#dc2626e6;border-color:#dc2626}.e2-tab-toggle.to-checklist{background:#7c3aede6;border-color:#7c3aed}.e2-tab-toggle:hover{transform:scale(1.05);box-shadow:0 4px 12px #0003}.e2-tab-toggle.to-portal:hover{background:#dc2626}.e2-tab-toggle.to-checklist:hover{background:#7c3aed}.e2-checklist-content{flex:1;padding:0}.e2-checklist-section{border-bottom:1px solid rgba(255,255,255,.1);margin-bottom:0}.e2-checklist-section-header{background:#581c87;color:#fff;padding:1rem 1.5rem;border-bottom:1px solid rgba(255,255,255,.15)}.e2-checklist-section-title{font-size:.95rem;font-weight:600;margin:0 0 .5rem;color:#fff;line-height:1.3;text-shadow:none}.e2-checklist-progress{display:flex;align-items:center;gap:.75rem}.e2-checklist-progress-text{font-size:.8rem;font-weight:500;color:#fffc;min-width:40px}.e2-checklist-progress-bar{flex:1;height:6px;background:#fff3;border-radius:3px;overflow:hidden}.e2-checklist-progress-fill{height:100%;background:linear-gradient(90deg,#8b5cf6,#7c3aed);border-radius:3px;transition:width .3s ease}.e2-checklist-subsection{margin-bottom:1rem}.e2-checklist-subsection-title{font-size:.85rem;font-weight:600;color:#8b5cf6;margin:0 0 .5rem;padding:.5rem 1.5rem 0;text-transform:uppercase;letter-spacing:.5px}.e2-checklist-items{padding:0}.e2-checklist-item{border-bottom:1px solid rgba(255,255,255,.05);will-change:background-color}.e2-checklist-item:hover{background:#ffffff08}.e2-checklist-label{display:flex;align-items:flex-start;padding:.75rem 1.5rem;cursor:pointer;gap:.75rem;font-size:.85rem;line-height:1.4;color:#ffffffe6;will-change:color}.e2-checklist-label:hover{color:#fff}.e2-checklist-checkbox{display:none}.e2-checklist-checkmark{width:18px;height:18px;border:2px solid rgba(255,255,255,.3);border-radius:4px;position:relative;flex-shrink:0;background:transparent;margin-top:1px;will-change:background,border-color,transform}.e2-checklist-checkbox:checked+.e2-checklist-checkmark{background:linear-gradient(135deg,#8b5cf6,#7c3aed);border-color:#8b5cf6;transform:scale(1.05)}.e2-checklist-checkbox:checked+.e2-checklist-checkmark:after{content:"✓";position:absolute;top:-1px;left:2px;color:#fff;font-size:12px;font-weight:700}.e2-checklist-checkbox:checked+.e2-checklist-checkmark+.e2-checklist-text{color:#8b5cf6;text-decoration:line-through;opacity:.8}.e2-checklist-text{flex:1;will-change:color,text-decoration,opacity}.e2-checklist-emoji-button{font-size:1rem;margin-left:auto;opacity:.8;flex-shrink:0;background:none;border:none;cursor:pointer;padding:2px 4px;border-radius:4px;transition:all .2s ease;position:relative}.e2-checklist-emoji-button:hover{opacity:1;background:#ffffff1a;transform:scale(1.1)}.e2-checklist-emoji-button:active{transform:scale(.95)}.e2-checklist-text-input{margin:.5rem 2.25rem 0;padding-bottom:.5rem}.e2-checklist-textarea{width:100%;background:#ffffff08;border:1px solid rgba(255,255,255,.15);border-radius:6px;color:#ffffffb3;padding:.75rem;font-size:.85rem;font-family:inherit;min-height:60px;text-align:left;cursor:default;box-sizing:border-box;line-height:1.5;word-wrap:break-word;overflow-wrap:break-word;-webkit-hyphens:auto;hyphens:auto;white-space:pre-line}.e2-checklist-link{color:#a78bfa;text-decoration:underline;transition:color .2s ease;word-break:break-all;font-weight:500}.e2-checklist-link:hover{color:#c4b5fd;text-decoration:underline}.e2-info-indicator{position:absolute;top:-2px;right:-2px;font-size:8px;color:#a78bfa;opacity:.8;pointer-events:none}.e2-checklist-footer{background:#581c87;padding:1rem 1.5rem;border-top:1px solid rgba(255,255,255,.1);border-radius:0 0 16px 16px}.e2-checklist-save-note{display:flex;align-items:center;gap:.5rem;font-size:.8rem;color:#ffffffe6;justify-content:center}.e2-checklist-save-note i{font-size:.75rem;opacity:1}.e2-portal-nav-content{padding:0}.e2-portal-nav-section{border-bottom:1px solid rgba(255,255,255,.1)}.e2-portal-nav-item{display:flex;align-items:center;padding:1rem 1.5rem;text-decoration:none;color:#ffffffe6;transition:all .3s ease;border-bottom:1px solid rgba(255,255,255,.1);position:relative;cursor:pointer}.e2-portal-nav-item:hover{background:#ffffff1a;color:#fff}.e2-portal-nav-item.active{background:#ef44444d;border-left:4px solid #ef4444;color:#fff}.e2-portal-nav-icon{font-size:1.1rem;margin-right:1rem;width:18px;text-align:center;flex-shrink:0}.e2-portal-nav-text{flex:1;font-weight:500;font-size:.9rem;line-height:1.3}.e2-portal-nav-subitems{background:#0003;border-left:2px solid rgba(239,68,68,.3);margin-left:1rem}.e2-portal-nav-subitem{display:flex;align-items:center;padding:.5rem 1rem .5rem 1.5rem;color:#fffc;transition:all .3s ease;cursor:pointer;border-bottom:1px solid rgba(255,255,255,.05)}.e2-portal-nav-subitem:hover{background:#ffffff14;color:#fffffff2}.e2-portal-nav-subitem.active{background:#ef444433;color:#fff;border-left:2px solid #ef4444}.e2-portal-nav-subtext{font-size:.8rem;font-weight:400;line-height:1.2}.e2-main-content{margin-left:350px;margin-right:400px;width:calc(100vw - 750px);min-height:100vh;position:relative;display:flex;flex-direction:column;align-items:center;transition:margin-left .3s ease,width .3s ease}.e2-main-content.nav-collapsed{margin-left:0;width:calc(100vw - 400px)}.e2-main-content-full{margin-left:0;margin-right:400px;width:calc(100vw - 400px);min-height:100vh;position:relative;display:flex;flex-direction:column;align-items:center}.e2-investment-pattern{position:fixed;top:0;left:0;right:0;bottom:0;background:repeating-linear-gradient(-45deg,#7c3aed05,#7c3aed05 12px,#ffffff04 12px,#ffffff04 24px,#ef444405 24px,#ef444405 36px);z-index:1;animation:investment-movement 35s ease-in-out infinite}.e2-enterprise-bg{position:fixed;top:0;left:0;right:0;bottom:0;background-image:radial-gradient(circle at 25% 35%,rgba(139,92,246,.3) 1px,transparent 1px),radial-gradient(circle at 75% 25%,rgba(239,68,68,.25) 1px,transparent 1px),radial-gradient(circle at 55% 65%,rgba(124,58,237,.2) 1px,transparent 1px),radial-gradient(circle at 35% 75%,rgba(139,92,246,.3) 1px,transparent 1px),radial-gradient(circle at 85% 55%,rgba(239,68,68,.25) 1px,transparent 1px);background-size:100px 100px,140px 140px,120px 120px,160px 160px,110px 110px;z-index:1;animation:enterprise-twinkle 22s ease-in-out infinite}.e2-capital-hologram{position:fixed;top:20%;right:12%;width:300px;height:300px;background:radial-gradient(circle at center,rgba(239,68,68,.08) 0%,rgba(124,58,237,.05) 40%,transparent 70%);opacity:.12;transform:rotate(10deg);filter:drop-shadow(0 0 30px rgba(239,68,68,.3));z-index:1;pointer-events:none;animation:capital-float 28s ease-in-out infinite}.e2-section{position:relative;z-index:10;padding:4rem 2rem;min-height:100vh;display:flex;align-items:flex-start;justify-content:center;width:100%;max-width:1400px}.e2-section:first-child{padding-top:6rem}.e2-section-container{max-width:1200px;width:100%;margin:0 auto}.e2-section-header{text-align:center;margin-bottom:3rem}.e2-section-main-title{font-size:clamp(2.5rem,6vw,4rem);font-weight:700;line-height:1.2;margin-bottom:1rem;color:#fffffff2;text-shadow:0 2px 4px rgba(0,0,0,.3)}.e2-section-main-subtitle{font-size:clamp(1.125rem,2.5vw,1.5rem);color:#fffc;margin-bottom:2rem;max-width:800px;margin-left:auto;margin-right:auto;line-height:1.4}.e2-content-card{background:#ffffff14;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border:1px solid rgba(255,255,255,.15);border-radius:20px;padding:2.5rem;margin:2rem 0;transition:all .4s ease;box-shadow:0 8px 32px #0003}.e2-content-card:hover{transform:translateY(-5px);background:#ffffff1f;border:1px solid rgba(255,255,255,.25);box-shadow:0 16px 48px #0000004d}.e2-section-title{font-size:2rem;font-weight:600;color:#fffffff2;margin-bottom:1.5rem;display:flex;align-items:center;gap:.75rem}.e2-section-icon{font-size:1.5rem;color:#ef4444}.e2-section-content{color:#ffffffd9;line-height:1.6;font-size:1.1rem}.e2-section-content p{margin-bottom:1rem}.e2-section-content ul,.e2-section-content ol{margin:1rem 0;padding-left:1.5rem}.e2-section-content li{margin-bottom:.5rem}.e2-section-content strong{color:#fffffff2;font-weight:600}.e2-grid-2{display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:2rem}.e2-grid-3{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.e2-treaty-countries-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;margin:2rem 0}.e2-treaty-region{background:#7c3aed1a;border:1px solid rgba(124,58,237,.3);border-radius:12px;padding:1.5rem}.e2-treaty-region h4{color:#8b5cf6;font-weight:600;margin-bottom:1rem;font-size:1.1rem}.e2-treaty-region ul{list-style:none;padding:0;margin:0}.e2-treaty-region li{padding:.25rem 0;color:#fffc;font-size:.9rem}.e2-highlight-box{background:#ef44441a;border:1px solid rgba(239,68,68,.3);border-radius:12px;padding:1.5rem;margin:1.5rem 0}.e2-highlight-box.warning{background:#f59e0b1a;border-color:#f59e0b4d}.e2-highlight-box.success{background:#7c3aed1a;border-color:#7c3aed4d}.e2-highlight-box.danger{background:#dc26261a;border-color:#dc26264d}.e2-highlight-title{font-weight:600;font-size:1.1rem;margin-bottom:.75rem;display:flex;align-items:center;gap:.5rem}.e2-steps-container{position:relative;margin:2rem 0}.e2-step{display:flex;align-items:flex-start;margin-bottom:2rem;position:relative}.e2-step-number{background:linear-gradient(135deg,#dc2626,#ef4444);color:#fff;width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.1rem;margin-right:1.5rem;flex-shrink:0;position:relative;z-index:2}.e2-step-content{flex:1;padding-top:.5rem}.e2-step-title{font-size:1.25rem;font-weight:600;color:#fffffff2;margin-bottom:.5rem}.e2-step-description{color:#fffc;line-height:1.5}.e2-step:not(:last-child):after{content:"";position:absolute;left:19px;top:40px;bottom:-2rem;width:2px;background:linear-gradient(180deg,#ef4444,#ef44444d);z-index:1}.e2-table{width:100%;border-collapse:collapse;margin:1.5rem 0;background:#ffffff0d;border-radius:12px;overflow:hidden}.e2-table th{background:#ef444433;color:#fffffff2;padding:1rem;text-align:left;font-weight:600;border-bottom:1px solid rgba(255,255,255,.1)}.e2-table td{padding:1rem;border-bottom:1px solid rgba(255,255,255,.1);color:#ffffffd9}.e2-table tr:hover{background:#ffffff0d}.e2-button{background:linear-gradient(135deg,#dc2626,#ef4444);color:#fff;border:none;padding:.75rem 1.5rem;border-radius:50px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;text-decoration:none;display:inline-block;text-align:center}.e2-button:hover{transform:translateY(-2px);box-shadow:0 8px 25px #ef444466}.e2-button.secondary{background:linear-gradient(135deg,#64748b,#475569)}.e2-button.secondary:hover{box-shadow:0 8px 25px #64748b66}.e2-quick-links{background:linear-gradient(135deg,#7c3aed,#8b5cf6);border-radius:16px;padding:2rem;margin:2rem 0;text-align:center}.e2-quick-links-title{font-size:1.5rem;font-weight:700;margin-bottom:1rem;color:#fff}.e2-quick-links-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;margin-top:1.5rem}.e2-quick-link{background:#ffffff1a;border:1px solid rgba(255,255,255,.2);border-radius:12px;padding:1rem;text-decoration:none;color:#fff;transition:all .3s ease;display:block;cursor:pointer}.e2-quick-link:hover{background:#fff3;transform:translateY(-2px)}@media (max-width: 1024px){.e2-main-content-full{margin-right:320px;width:calc(100vw - 320px)}.e2-section{max-width:1200px}.e2-investment-pattern,.e2-enterprise-bg{left:0}}@media (max-width: 768px){.e2-main-content-full{margin-right:0;width:100vw}.e2-checklist-sidebar{display:none}.e2-investment-pattern,.e2-enterprise-bg{left:0}.e2-section{padding:2rem 1rem;max-width:100%}.e2-section-container{max-width:100%;padding:0 .5rem}.e2-content-card{padding:1.5rem;margin:1rem 0}.e2-grid-2,.e2-grid-3,.e2-treaty-countries-grid{grid-template-columns:1fr}}@media (max-width: 480px){.e2-main-content-full{margin-right:0;width:100vw}.e2-checklist-sidebar{display:none}.e2-investment-pattern,.e2-enterprise-bg{left:0}.e2-section{padding:1.5rem .5rem;max-width:100%}.e2-section-container{max-width:100%;padding:0 .25rem}.e2-content-card{padding:1rem}}@media (max-width: 1400px){.e2-checklist-sidebar{width:300px;right:15px}.e2-main-content{margin-right:335px;width:calc(100vw - 685px)}.e2-main-content.nav-collapsed{width:calc(100vw - 335px)}}@media (max-width: 1200px){.e2-checklist-sidebar{width:280px;right:10px;top:160px;height:calc(100vh - 180px)}.e2-main-content{margin-right:310px;width:calc(100vw - 660px)}.e2-main-content.nav-collapsed{width:calc(100vw - 310px)}}@keyframes investment-movement{0%,to{transform:translate(0) translateY(0)}25%{transform:translate(12px) translateY(-4px)}50%{transform:translate(20px) translateY(0)}75%{transform:translate(12px) translateY(4px)}}@keyframes enterprise-twinkle{0%,to{opacity:1}25%{opacity:.6}50%{opacity:.4}75%{opacity:.7}}@keyframes capital-float{0%,to{transform:rotate(10deg) scale(1) translateY(0)}25%{transform:rotate(8deg) scale(1.04) translateY(-10px)}50%{transform:rotate(12deg) scale(1.1) translateY(0)}75%{transform:rotate(9deg) scale(1.04) translateY(6px)}}.e3-page-container{font-family:Inter,sans-serif;background:transparent;color:#fff;min-height:100vh;position:relative;overflow-x:hidden;margin:0;padding:0;display:flex}.e3-checklist-sidebar{position:fixed;right:20px;top:160px;width:360px;height:calc(100vh - 180px);background:#ffffff1f;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.2);border-radius:16px;z-index:1000;overflow-y:auto;padding:0;display:flex;flex-direction:column;box-shadow:0 20px 40px #00000026,0 10px 20px #0000001a,0 5px 10px #0000000d;scrollbar-width:none;-ms-overflow-style:none;overscroll-behavior:contain}.e3-checklist-sidebar::-webkit-scrollbar{display:none;width:0;height:0}.e3-checklist-sidebar::-webkit-scrollbar-track{display:none}.e3-checklist-sidebar::-webkit-scrollbar-thumb{display:none}.e3-checklist-header{position:sticky;top:0;z-index:1001;border-radius:16px 16px 0 0;padding:1.5rem;color:#fff;border-bottom:1px solid rgba(255,255,255,.2);box-shadow:0 2px 8px #0000001a}.e3-checklist-header.checklist-theme{background:linear-gradient(135deg,#c41e3a,gold)}.e3-checklist-header.portal-theme{background:linear-gradient(135deg,#00843d,#06c)}.e3-tab-header{position:relative;display:flex;align-items:flex-start;justify-content:space-between;width:100%}.e3-tab-content{flex:1;text-align:center}.e3-tab-title{font-size:1.4rem;font-weight:700;margin:0 0 .5rem;line-height:1.2;display:flex;align-items:center;justify-content:center;gap:.5rem;color:#fff}.e3-tab-title-icon{font-size:1.4rem;line-height:1}.e3-tab-subtitle{font-size:.9rem;margin:0;opacity:.9;font-weight:400;color:#fff;line-height:1.3}.e3-tab-toggle{width:40px;height:40px;border-radius:8px;border:2px solid transparent;cursor:pointer;transition:all .3s ease;font-size:1.2rem;display:flex;align-items:center;justify-content:center;line-height:1;color:#fff;font-weight:600;flex-shrink:0;margin-top:7px}.e3-tab-toggle.to-portal{background:#00843de6;border-color:#00843d}.e3-tab-toggle.to-checklist{background:#c41e3ae6;border-color:#c41e3a}.e3-tab-toggle:hover{transform:scale(1.05);box-shadow:0 4px 12px #0003}.e3-tab-toggle.to-portal:hover{background:#00843d}.e3-tab-toggle.to-checklist:hover{background:#c41e3a}.e3-checklist-content{flex:1;padding:0}.e3-checklist-section{border-bottom:1px solid rgba(255,255,255,.1);margin-bottom:0}.e3-checklist-section-header{background:#00843d;color:#fff;padding:1rem 1.5rem;border-bottom:1px solid rgba(255,255,255,.15)}.e3-checklist-section-title{font-size:.95rem;font-weight:600;margin:0 0 .5rem;color:#fff;line-height:1.3;text-shadow:none}.e3-checklist-progress{display:flex;align-items:center;gap:.75rem}.e3-checklist-progress-text{font-size:.8rem;font-weight:500;color:#fffc;min-width:40px}.e3-checklist-progress-bar{flex:1;height:6px;background:#fff3;border-radius:3px;overflow:hidden}.e3-checklist-progress-fill{height:100%;background:linear-gradient(90deg,gold,#c41e3a);border-radius:3px;transition:width .3s ease}.e3-checklist-subsection{margin-bottom:1rem}.e3-checklist-subsection-title{font-size:.85rem;font-weight:600;color:gold;margin:0 0 .5rem;padding:.5rem 1.5rem 0;text-transform:uppercase;letter-spacing:.5px}.e3-checklist-items{padding:0}.e3-checklist-item{border-bottom:1px solid rgba(255,255,255,.05);will-change:background-color}.e3-checklist-item:hover{background:#ffffff08}.e3-checklist-label{display:flex;align-items:flex-start;padding:.75rem 1.5rem;cursor:pointer;gap:.75rem;font-size:.85rem;line-height:1.4;color:#ffffffe6;will-change:color}.e3-checklist-label:hover{color:#fff}.e3-checklist-checkbox{display:none}.e3-checklist-checkmark{width:18px;height:18px;border:2px solid rgba(255,255,255,.3);border-radius:4px;position:relative;flex-shrink:0;background:transparent;margin-top:1px;will-change:background,border-color,transform}.e3-checklist-checkbox:checked+.e3-checklist-checkmark{background:linear-gradient(135deg,gold,#c41e3a);border-color:gold;transform:scale(1.05)}.e3-checklist-checkbox:checked+.e3-checklist-checkmark:after{content:"✓";position:absolute;top:-1px;left:2px;color:#fff;font-size:12px;font-weight:700}.e3-checklist-checkbox:checked+.e3-checklist-checkmark+.e3-checklist-text{color:gold;text-decoration:line-through;opacity:.8}.e3-checklist-text{flex:1;will-change:color,text-decoration,opacity}.e3-checklist-emoji-button{font-size:1rem;margin-left:auto;opacity:.8;flex-shrink:0;background:none;border:none;cursor:pointer;padding:2px 4px;border-radius:4px;transition:all .2s ease;position:relative}.e3-checklist-emoji-button:hover{opacity:1;background:#ffffff1a;transform:scale(1.1)}.e3-checklist-emoji-button:active{transform:scale(.95)}.e3-checklist-text-input{margin:.5rem 2.25rem 0;padding-bottom:.5rem}.e3-checklist-textarea{width:100%;background:#ffffff08;border:1px solid rgba(255,255,255,.15);border-radius:6px;color:#ffffffb3;padding:.75rem;font-size:.85rem;font-family:inherit;min-height:60px;text-align:left;cursor:default;box-sizing:border-box;line-height:1.5;word-wrap:break-word;overflow-wrap:break-word;-webkit-hyphens:auto;hyphens:auto;white-space:pre-line}.e3-checklist-link{color:#66b3ff;text-decoration:underline;transition:color .2s ease;word-break:break-all;font-weight:500}.e3-checklist-link:hover{color:#9cf;text-decoration:underline}.e3-info-indicator{position:absolute;top:-2px;right:-2px;font-size:8px;color:#66b3ff;opacity:.8;pointer-events:none}.e3-checklist-footer{background:#00843d;padding:1rem 1.5rem;border-top:1px solid rgba(255,255,255,.1);border-radius:0 0 16px 16px}.e3-checklist-save-note{display:flex;align-items:center;gap:.5rem;font-size:.8rem;color:#ffffffe6;justify-content:center}.e3-checklist-save-note i{font-size:.75rem;opacity:1}.e3-portal-nav-content{padding:0}.e3-portal-nav-section{border-bottom:1px solid rgba(255,255,255,.1)}.e3-portal-nav-item{display:flex;align-items:center;padding:1rem 1.5rem;text-decoration:none;color:#ffffffe6;transition:all .3s ease;border-bottom:1px solid rgba(255,255,255,.1);position:relative;cursor:pointer}.e3-portal-nav-item:hover{background:#ffffff1a;color:#fff}.e3-portal-nav-item.active{background:#00843d4d;border-left:4px solid #00843d;color:#fff}.e3-portal-nav-icon{font-size:1.1rem;margin-right:1rem;width:18px;text-align:center;flex-shrink:0}.e3-portal-nav-text{flex:1;font-weight:500;font-size:.9rem;line-height:1.3}.e3-portal-nav-subitems{background:#0003;border-left:2px solid rgba(0,132,61,.3);margin-left:1rem}.e3-portal-nav-subitem{display:flex;align-items:center;padding:.5rem 1rem .5rem 1.5rem;color:#fffc;transition:all .3s ease;cursor:pointer;border-bottom:1px solid rgba(255,255,255,.05)}.e3-portal-nav-subitem:hover{background:#ffffff14;color:#fffffff2}.e3-portal-nav-subitem.active{background:#00843d33;color:#fff;border-left:2px solid #00843d}.e3-portal-nav-subtext{font-size:.8rem;font-weight:400;line-height:1.2}.e3-main-content{margin-left:350px;margin-right:400px;width:calc(100vw - 750px);min-height:100vh;position:relative;display:flex;flex-direction:column;align-items:center;transition:margin-left .3s ease,width .3s ease}.e3-main-content.nav-collapsed{margin-left:0;width:calc(100vw - 400px)}.e3-main-content-full{margin-left:0;margin-right:400px;width:calc(100vw - 400px);min-height:100vh;position:relative;display:flex;flex-direction:column;align-items:center}.e3-southern-cross{position:fixed;top:15%;right:8%;width:200px;height:200px;background:radial-gradient(circle at center,rgba(255,215,0,.15) 0%,rgba(196,30,58,.1) 40%,transparent 70%);opacity:.3;transform:rotate(-15deg);filter:drop-shadow(0 0 20px rgba(255,215,0,.4));z-index:1;pointer-events:none;animation:southern-cross-twinkle 25s ease-in-out infinite}.e3-aussie-pattern{position:fixed;top:0;left:0;right:0;bottom:0;background:repeating-linear-gradient(-45deg,#00843d05,#00843d05 12px,#ffffff04 12px,#ffffff04 24px,#c41e3a05 24px,#c41e3a05 36px);z-index:1;animation:aussie-movement 30s ease-in-out infinite}.e3-specialty-hologram{position:fixed;top:25%;left:10%;width:250px;height:250px;background:radial-gradient(circle at center,rgba(0,102,204,.08) 0%,rgba(0,132,61,.05) 40%,transparent 70%);opacity:.12;transform:rotate(25deg);filter:drop-shadow(0 0 25px rgba(0,102,204,.3));z-index:1;pointer-events:none;animation:specialty-float 32s ease-in-out infinite}.e3-section{position:relative;z-index:10;padding:4rem 2rem;min-height:100vh;display:flex;align-items:flex-start;justify-content:center;width:100%;max-width:1400px}.e3-section:first-child{padding-top:6rem}.e3-section-container{max-width:1200px;width:100%;margin:0 auto}.e3-section-header{text-align:center;margin-bottom:3rem}.e3-section-main-title{font-size:clamp(2.5rem,6vw,4rem);font-weight:700;line-height:1.2;margin-bottom:1rem;color:#fffffff2;text-shadow:0 2px 4px rgba(0,0,0,.3)}.e3-section-main-subtitle{font-size:clamp(1.125rem,2.5vw,1.5rem);color:#fffc;margin-bottom:2rem;max-width:800px;margin-left:auto;margin-right:auto;line-height:1.4}.e3-content-card{background:#ffffff14;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border:1px solid rgba(255,255,255,.15);border-radius:20px;padding:2.5rem;margin:2rem 0;transition:all .4s ease;box-shadow:0 8px 32px #0003}.e3-content-card:hover{transform:translateY(-5px);background:#ffffff1f;border:1px solid rgba(255,255,255,.25);box-shadow:0 16px 48px #0000004d}.e3-section-title{font-size:2rem;font-weight:600;color:#fffffff2;margin-bottom:1.5rem;display:flex;align-items:center;gap:.75rem}.e3-section-icon{font-size:1.5rem;color:#00843d}.e3-section-content{color:#ffffffd9;line-height:1.6;font-size:1.1rem}.e3-section-content p{margin-bottom:1rem}.e3-section-content ul,.e3-section-content ol{margin:1rem 0;padding-left:1.5rem}.e3-section-content li{margin-bottom:.5rem}.e3-section-content strong{color:#fffffff2;font-weight:600}.e3-grid-2{display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:2rem}.e3-grid-3{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.e3-highlight-box{background:#00843d1a;border:1px solid rgba(0,132,61,.3);border-radius:12px;padding:1.5rem;margin:1.5rem 0}.e3-highlight-box.warning{background:#ffc1071a;border-color:#ffc1074d}.e3-highlight-box.success{background:#ffd7001a;border-color:#ffd7004d}.e3-highlight-box.danger{background:#c41e3a1a;border-color:#c41e3a4d}.e3-highlight-title{font-weight:600;font-size:1.1rem;margin-bottom:.75rem;display:flex;align-items:center;gap:.5rem}.e3-steps-container{position:relative;margin:2rem 0}.e3-step{display:flex;align-items:flex-start;margin-bottom:2rem;position:relative}.e3-step-number{background:linear-gradient(135deg,#c41e3a,#00843d);color:#fff;width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.1rem;margin-right:1.5rem;flex-shrink:0;position:relative;z-index:2}.e3-step-content{flex:1;padding-top:.5rem}.e3-step-title{font-size:1.25rem;font-weight:600;color:#fffffff2;margin-bottom:.5rem}.e3-step-description{color:#fffc;line-height:1.5}.e3-step:not(:last-child):after{content:"";position:absolute;left:19px;top:40px;bottom:-2rem;width:2px;background:linear-gradient(180deg,#00843d,#00843d4d);z-index:1}.e3-table{width:100%;border-collapse:collapse;margin:1.5rem 0;background:#ffffff0d;border-radius:12px;overflow:hidden}.e3-table th{background:#00843d33;color:#fffffff2;padding:1rem;text-align:left;font-weight:600;border-bottom:1px solid rgba(255,255,255,.1)}.e3-table td{padding:1rem;border-bottom:1px solid rgba(255,255,255,.1);color:#ffffffd9}.e3-table tr:hover{background:#ffffff0d}.e3-button{background:linear-gradient(135deg,#c41e3a,#00843d);color:#fff;border:none;padding:.75rem 1.5rem;border-radius:50px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;text-decoration:none;display:inline-block;text-align:center}.e3-button:hover{transform:translateY(-2px);box-shadow:0 8px 25px #00843d66}.e3-button.secondary{background:linear-gradient(135deg,#64748b,#475569)}.e3-button.secondary:hover{box-shadow:0 8px 25px #64748b66}.e3-quick-links{background:linear-gradient(135deg,#00843d,#06c);border-radius:16px;padding:2rem;margin:2rem 0;text-align:center}.e3-quick-links-title{font-size:1.5rem;font-weight:700;margin-bottom:1rem;color:#fff}.e3-quick-links-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;margin-top:1.5rem}.e3-quick-link{background:#ffffff1a;border:1px solid rgba(255,255,255,.2);border-radius:12px;padding:1rem;text-decoration:none;color:#fff;transition:all .3s ease;display:block;cursor:pointer}.e3-quick-link:hover{background:#fff3;transform:translateY(-2px)}@media (max-width: 1024px){.e3-main-content-full{margin-right:320px;width:calc(100vw - 320px)}.e3-section{max-width:1200px}.e3-aussie-pattern,.e3-southern-cross,.e3-specialty-hologram{left:0}}@media (max-width: 768px){.e3-main-content-full{margin-right:0;width:100vw}.e3-checklist-sidebar{display:none}.e3-aussie-pattern,.e3-southern-cross,.e3-specialty-hologram{left:0}.e3-section{padding:2rem 1rem;max-width:100%}.e3-section-container{max-width:100%;padding:0 .5rem}.e3-content-card{padding:1.5rem;margin:1rem 0}.e3-grid-2,.e3-grid-3{grid-template-columns:1fr}}@media (max-width: 480px){.e3-main-content-full{margin-right:0;width:100vw}.e3-checklist-sidebar{display:none}.e3-aussie-pattern,.e3-southern-cross,.e3-specialty-hologram{left:0}.e3-section{padding:1.5rem .5rem;max-width:100%}.e3-section-container{max-width:100%;padding:0 .25rem}.e3-content-card{padding:1rem}}@media (max-width: 1400px){.e3-checklist-sidebar{width:300px;right:15px}.e3-main-content{margin-right:335px;width:calc(100vw - 685px)}.e3-main-content.nav-collapsed{width:calc(100vw - 335px)}}@media (max-width: 1200px){.e3-checklist-sidebar{width:280px;right:10px;top:160px;height:calc(100vh - 180px)}.e3-main-content{margin-right:310px;width:calc(100vw - 660px)}.e3-main-content.nav-collapsed{width:calc(100vw - 310px)}}@keyframes southern-cross-twinkle{0%,to{opacity:.3}25%{opacity:.5}50%{opacity:.2}75%{opacity:.4}}@keyframes aussie-movement{0%,to{transform:translate(0) translateY(0)}25%{transform:translate(8px) translateY(-6px)}50%{transform:translate(15px) translateY(0)}75%{transform:translate(8px) translateY(6px)}}@keyframes specialty-float{0%,to{transform:rotate(25deg) scale(1) translateY(0)}25%{transform:rotate(22deg) scale(1.03) translateY(-8px)}50%{transform:rotate(28deg) scale(1.08) translateY(0)}75%{transform:rotate(24deg) scale(1.03) translateY(5px)}}.eb1a-page-container{font-family:Inter,sans-serif;background:transparent;color:#fff;min-height:100vh;position:relative;overflow-x:hidden;margin:0;padding:0;display:flex}.eb1a-checklist-sidebar{position:fixed;right:20px;top:160px;width:360px;height:calc(100vh - 180px);background:#ffffff1f;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.2);border-radius:16px;z-index:1000;overflow-y:auto;padding:0;display:flex;flex-direction:column;box-shadow:0 20px 40px #00000026,0 10px 20px #0000001a,0 5px 10px #0000000d;scrollbar-width:none;-ms-overflow-style:none;overscroll-behavior:contain}.eb1a-checklist-sidebar::-webkit-scrollbar{display:none;width:0;height:0}.eb1a-checklist-sidebar::-webkit-scrollbar-track{display:none}.eb1a-checklist-sidebar::-webkit-scrollbar-thumb{display:none}.eb1a-checklist-header{position:sticky;top:0;z-index:1001;border-radius:16px 16px 0 0;padding:1.5rem;color:#fff;border-bottom:1px solid rgba(255,255,255,.2);box-shadow:0 2px 8px #0000001a}.eb1a-checklist-header.checklist-theme{background:linear-gradient(135deg,#b8860b,gold)}.eb1a-checklist-header.portal-theme{background:linear-gradient(135deg,#4a148c,#7b1fa2)}.eb1a-tab-header{position:relative;display:flex;align-items:flex-start;justify-content:space-between;width:100%}.eb1a-tab-content{flex:1;text-align:center}.eb1a-tab-title{font-size:1.4rem;font-weight:700;margin:0 0 .5rem;line-height:1.2;display:flex;align-items:center;justify-content:center;gap:.5rem;color:#fff}.eb1a-tab-title-icon{font-size:1.4rem;line-height:1}.eb1a-tab-subtitle{font-size:.9rem;margin:0;opacity:.9;font-weight:400;color:#fff;line-height:1.3}.eb1a-tab-toggle{width:40px;height:40px;border-radius:8px;border:2px solid transparent;cursor:pointer;transition:all .3s ease;font-size:1.2rem;display:flex;align-items:center;justify-content:center;line-height:1;color:#fff;font-weight:600;flex-shrink:0;margin-top:7px}.eb1a-tab-toggle.to-portal{background:#4a148ce6;border-color:#4a148c}.eb1a-tab-toggle.to-checklist{background:#b8860be6;border-color:#b8860b}.eb1a-tab-toggle:hover{transform:scale(1.05);box-shadow:0 4px 12px #0003}.eb1a-tab-toggle.to-portal:hover{background:#4a148c}.eb1a-tab-toggle.to-checklist:hover{background:#b8860b}.eb1a-checklist-content{flex:1;padding:0}.eb1a-checklist-section{border-bottom:1px solid rgba(255,255,255,.1);margin-bottom:0}.eb1a-checklist-section-header{background:#4a148c;color:#fff;padding:1rem 1.5rem;border-bottom:1px solid rgba(255,255,255,.15)}.eb1a-checklist-section-title{font-size:.95rem;font-weight:600;margin:0 0 .5rem;color:#fff;line-height:1.3;text-shadow:none}.eb1a-checklist-progress{display:flex;align-items:center;gap:.75rem}.eb1a-checklist-progress-text{font-size:.8rem;font-weight:500;color:#fffc;min-width:40px}.eb1a-checklist-progress-bar{flex:1;height:6px;background:#fff3;border-radius:3px;overflow:hidden}.eb1a-checklist-progress-fill{height:100%;background:linear-gradient(90deg,gold,#b8860b);border-radius:3px;transition:width .3s ease}.eb1a-checklist-subsection{margin-bottom:1rem}.eb1a-checklist-subsection-title{font-size:.85rem;font-weight:600;color:gold;margin:0 0 .5rem;padding:.5rem 1.5rem 0;text-transform:uppercase;letter-spacing:.5px}.eb1a-checklist-items{padding:0}.eb1a-checklist-item{border-bottom:1px solid rgba(255,255,255,.05);will-change:background-color}.eb1a-checklist-item:hover{background:#ffffff08}.eb1a-checklist-label{display:flex;align-items:flex-start;padding:.75rem 1.5rem;cursor:pointer;gap:.75rem;font-size:.85rem;line-height:1.4;color:#ffffffe6;will-change:color}.eb1a-checklist-label:hover{color:#fff}.eb1a-checklist-checkbox{display:none}.eb1a-checklist-checkmark{width:18px;height:18px;border:2px solid rgba(255,255,255,.3);border-radius:4px;position:relative;flex-shrink:0;background:transparent;margin-top:1px;will-change:background,border-color,transform}.eb1a-checklist-checkbox:checked+.eb1a-checklist-checkmark{background:linear-gradient(135deg,gold,#b8860b);border-color:gold;transform:scale(1.05)}.eb1a-checklist-checkbox:checked+.eb1a-checklist-checkmark:after{content:"✓";position:absolute;top:-1px;left:2px;color:#fff;font-size:12px;font-weight:700}.eb1a-checklist-checkbox:checked+.eb1a-checklist-checkmark+.eb1a-checklist-text{color:gold;text-decoration:line-through;opacity:.8}.eb1a-checklist-text{flex:1;will-change:color,text-decoration,opacity}.eb1a-checklist-emoji-button{font-size:1rem;margin-left:auto;opacity:.8;flex-shrink:0;background:none;border:none;cursor:pointer;padding:2px 4px;border-radius:4px;transition:all .2s ease;position:relative}.eb1a-checklist-emoji-button:hover{opacity:1;background:#ffffff1a;transform:scale(1.1)}.eb1a-checklist-emoji-button:active{transform:scale(.95)}.eb1a-checklist-text-input{margin:.5rem 2.25rem 0;padding-bottom:.5rem}.eb1a-checklist-textarea{width:100%;background:#ffffff08;border:1px solid rgba(255,255,255,.15);border-radius:6px;color:#ffffffb3;padding:.75rem;font-size:.85rem;font-family:inherit;min-height:60px;text-align:left;cursor:default;box-sizing:border-box;line-height:1.5;word-wrap:break-word;overflow-wrap:break-word;-webkit-hyphens:auto;hyphens:auto;white-space:pre-line}.eb1a-checklist-link{color:#ce93d8;text-decoration:underline;transition:color .2s ease;word-break:break-all;font-weight:500}.eb1a-checklist-link:hover{color:#e1bee7;text-decoration:underline}.eb1a-info-indicator{position:absolute;top:-2px;right:-2px;font-size:8px;color:#ce93d8;opacity:.8;pointer-events:none}.eb1a-checklist-footer{background:#4a148c;padding:1rem 1.5rem;border-top:1px solid rgba(255,255,255,.1);border-radius:0 0 16px 16px}.eb1a-checklist-save-note{display:flex;align-items:center;gap:.5rem;font-size:.8rem;color:#ffffffe6;justify-content:center}.eb1a-checklist-save-note i{font-size:.75rem;opacity:1}.eb1a-portal-nav-content{padding:0}.eb1a-portal-nav-section{border-bottom:1px solid rgba(255,255,255,.1)}.eb1a-portal-nav-item{display:flex;align-items:center;padding:1rem 1.5rem;text-decoration:none;color:#ffffffe6;transition:all .3s ease;border-bottom:1px solid rgba(255,255,255,.1);position:relative;cursor:pointer}.eb1a-portal-nav-item:hover{background:#ffffff1a;color:#fff}.eb1a-portal-nav-item.active{background:#4a148c4d;border-left:4px solid #7b1fa2;color:#fff}.eb1a-portal-nav-icon{font-size:1.1rem;margin-right:1rem;width:18px;text-align:center;flex-shrink:0}.eb1a-portal-nav-text{flex:1;font-weight:500;font-size:.9rem;line-height:1.3}.eb1a-portal-nav-subitems{background:#0003;border-left:2px solid rgba(74,20,140,.3);margin-left:1rem}.eb1a-portal-nav-subitem{display:flex;align-items:center;padding:.5rem 1rem .5rem 1.5rem;color:#fffc;transition:all .3s ease;cursor:pointer;border-bottom:1px solid rgba(255,255,255,.05)}.eb1a-portal-nav-subitem:hover{background:#ffffff14;color:#fffffff2}.eb1a-portal-nav-subitem.active{background:#4a148c33;color:#fff;border-left:2px solid #7b1fa2}.eb1a-portal-nav-subtext{font-size:.8rem;font-weight:400;line-height:1.2}.eb1a-main-content{margin-left:350px;margin-right:400px;width:calc(100vw - 750px);min-height:100vh;position:relative;display:flex;flex-direction:column;align-items:center;transition:margin-left .3s ease,width .3s ease}.eb1a-main-content.nav-collapsed{margin-left:0;width:calc(100vw - 400px)}.eb1a-main-content-full{margin-left:0;margin-right:400px;width:calc(100vw - 400px);min-height:100vh;position:relative;display:flex;flex-direction:column;align-items:center}.eb1a-excellence-pattern{position:fixed;top:0;left:0;right:0;bottom:0;background:repeating-linear-gradient(-45deg,#b8860b05,#b8860b05 12px,#ffffff04 12px,#ffffff04 24px,#4a148c05 24px,#4a148c05 36px);z-index:1;animation:excellence-movement 40s ease-in-out infinite}.eb1a-achievement-bg{position:fixed;top:0;left:0;right:0;bottom:0;background-image:radial-gradient(circle at 25% 35%,rgba(255,215,0,.3) 1px,transparent 1px),radial-gradient(circle at 75% 25%,rgba(74,20,140,.25) 1px,transparent 1px),radial-gradient(circle at 55% 65%,rgba(184,134,11,.2) 1px,transparent 1px),radial-gradient(circle at 35% 75%,rgba(255,215,0,.3) 1px,transparent 1px),radial-gradient(circle at 85% 55%,rgba(74,20,140,.25) 1px,transparent 1px);background-size:100px 100px,140px 140px,120px 120px,160px 160px,110px 110px;z-index:1;animation:achievement-sparkle 28s ease-in-out infinite}.eb1a-extraordinary-hologram{position:fixed;top:20%;right:12%;width:300px;height:300px;background:radial-gradient(circle at center,rgba(255,215,0,.08) 0%,rgba(74,20,140,.05) 40%,transparent 70%);opacity:.15;transform:rotate(15deg);filter:drop-shadow(0 0 30px rgba(255,215,0,.3));z-index:1;pointer-events:none;animation:extraordinary-float 35s ease-in-out infinite}.eb1a-section{position:relative;z-index:10;padding:4rem 2rem;min-height:100vh;display:flex;align-items:flex-start;justify-content:center;width:100%;max-width:1400px}.eb1a-section:first-child{padding-top:6rem}.eb1a-section-container{max-width:1200px;width:100%;margin:0 auto}.eb1a-section-header{text-align:center;margin-bottom:3rem}.eb1a-section-main-title{font-size:clamp(2.5rem,6vw,4rem);font-weight:700;line-height:1.2;margin-bottom:1rem;color:#fffffff2;text-shadow:0 2px 4px rgba(0,0,0,.3)}.eb1a-section-main-subtitle{font-size:clamp(1.125rem,2.5vw,1.5rem);color:#fffc;margin-bottom:2rem;max-width:800px;margin-left:auto;margin-right:auto;line-height:1.4}.eb1a-content-card{background:#ffffff14;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border:1px solid rgba(255,255,255,.15);border-radius:20px;padding:2.5rem;margin:2rem 0;transition:all .4s ease;box-shadow:0 8px 32px #0003}.eb1a-content-card:hover{transform:translateY(-5px);background:#ffffff1f;border:1px solid rgba(255,255,255,.25);box-shadow:0 16px 48px #0000004d}.eb1a-section-title{font-size:2rem;font-weight:600;color:#fffffff2;margin-bottom:1.5rem;display:flex;align-items:center;gap:.75rem}.eb1a-section-icon{font-size:1.5rem;color:gold}.eb1a-section-content{color:#ffffffd9;line-height:1.6;font-size:1.1rem}.eb1a-section-content p{margin-bottom:1rem}.eb1a-section-content ul,.eb1a-section-content ol{margin:1rem 0;padding-left:1.5rem}.eb1a-section-content li{margin-bottom:.5rem}.eb1a-section-content strong{color:#fffffff2;font-weight:600}.eb1a-grid-2{display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:2rem}.eb1a-grid-3{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.eb1a-highlight-box{background:#ffd7001a;border:1px solid rgba(255,215,0,.3);border-radius:12px;padding:1.5rem;margin:1.5rem 0}.eb1a-highlight-box.warning{background:#ff98001a;border-color:#ff98004d}.eb1a-highlight-box.success{background:#4caf501a;border-color:#4caf504d}.eb1a-highlight-box.danger{background:#f443361a;border-color:#f443364d}.eb1a-highlight-title{font-weight:600;font-size:1.1rem;margin-bottom:.75rem;display:flex;align-items:center;gap:.5rem}.eb1a-steps-container{position:relative;margin:2rem 0}.eb1a-step{display:flex;align-items:flex-start;margin-bottom:2rem;position:relative}.eb1a-step-number{background:linear-gradient(135deg,#b8860b,gold);color:#fff;width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.1rem;margin-right:1.5rem;flex-shrink:0;position:relative;z-index:2}.eb1a-step-content{flex:1;padding-top:.5rem}.eb1a-step-title{font-size:1.25rem;font-weight:600;color:#fffffff2;margin-bottom:.5rem}.eb1a-step-description{color:#fffc;line-height:1.5}.eb1a-step:not(:last-child):after{content:"";position:absolute;left:19px;top:40px;bottom:-2rem;width:2px;background:linear-gradient(180deg,gold,#ffd7004d);z-index:1}.eb1a-table{width:100%;border-collapse:collapse;margin:1.5rem 0;background:#ffffff0d;border-radius:12px;overflow:hidden}.eb1a-table th{background:#b8860b33;color:#fffffff2;padding:1rem;text-align:left;font-weight:600;border-bottom:1px solid rgba(255,255,255,.1)}.eb1a-table td{padding:1rem;border-bottom:1px solid rgba(255,255,255,.1);color:#ffffffd9}.eb1a-table tr:hover{background:#ffffff0d}.eb1a-button{background:linear-gradient(135deg,#b8860b,gold);color:#fff;border:none;padding:.75rem 1.5rem;border-radius:50px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;text-decoration:none;display:inline-block;text-align:center}.eb1a-button:hover{transform:translateY(-2px);box-shadow:0 8px 25px #ffd70066}.eb1a-button.secondary{background:linear-gradient(135deg,#64748b,#475569)}.eb1a-button.secondary:hover{box-shadow:0 8px 25px #64748b66}.eb1a-quick-links{background:linear-gradient(135deg,#4a148c,#7b1fa2);border-radius:16px;padding:2rem;margin:2rem 0;text-align:center}.eb1a-quick-links-title{font-size:1.5rem;font-weight:700;margin-bottom:1rem;color:#fff}.eb1a-quick-links-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;margin-top:1.5rem}.eb1a-quick-link{background:#ffffff1a;border:1px solid rgba(255,255,255,.2);border-radius:12px;padding:1rem;text-decoration:none;color:#fff;transition:all .3s ease;display:block;cursor:pointer}.eb1a-quick-link:hover{background:#fff3;transform:translateY(-2px)}@media (max-width: 1024px){.eb1a-main-content-full{margin-right:320px;width:calc(100vw - 320px)}.eb1a-section{max-width:1200px}.eb1a-excellence-pattern,.eb1a-achievement-bg{left:0}}@media (max-width: 768px){.eb1a-main-content-full{margin-right:0;width:100vw}.eb1a-checklist-sidebar{display:none}.eb1a-excellence-pattern,.eb1a-achievement-bg{left:0}.eb1a-section{padding:2rem 1rem;max-width:100%}.eb1a-section-container{max-width:100%;padding:0 .5rem}.eb1a-content-card{padding:1.5rem;margin:1rem 0}.eb1a-grid-2,.eb1a-grid-3{grid-template-columns:1fr}}@media (max-width: 480px){.eb1a-main-content-full{margin-right:0;width:100vw}.eb1a-checklist-sidebar{display:none}.eb1a-excellence-pattern,.eb1a-achievement-bg{left:0}.eb1a-section{padding:1.5rem .5rem;max-width:100%}.eb1a-section-container{max-width:100%;padding:0 .25rem}.eb1a-content-card{padding:1rem}}@media (max-width: 1400px){.eb1a-checklist-sidebar{width:300px;right:15px}.eb1a-main-content{margin-right:335px;width:calc(100vw - 685px)}.eb1a-main-content.nav-collapsed{width:calc(100vw - 335px)}}@media (max-width: 1200px){.eb1a-checklist-sidebar{width:280px;right:10px;top:160px;height:calc(100vh - 180px)}.eb1a-main-content{margin-right:310px;width:calc(100vw - 660px)}.eb1a-main-content.nav-collapsed{width:calc(100vw - 310px)}}@keyframes extraordinary-float{0%,to{transform:rotate(15deg) scale(1) translateY(0)}25%{transform:rotate(12deg) scale(1.05) translateY(-12px)}50%{transform:rotate(18deg) scale(1.12) translateY(0)}75%{transform:rotate(14deg) scale(1.05) translateY(8px)}}.eb1b-page-container{font-family:Inter,sans-serif;background:transparent;color:#fff;min-height:100vh;position:relative;overflow-x:hidden;margin:0;padding:0;display:flex}.eb1b-checklist-sidebar{position:fixed;right:20px;top:160px;width:360px;height:calc(100vh - 180px);background:#ffffff1f;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.2);border-radius:16px;z-index:1000;overflow-y:auto;padding:0;display:flex;flex-direction:column;box-shadow:0 20px 40px #00000026,0 10px 20px #0000001a,0 5px 10px #0000000d;scrollbar-width:none;-ms-overflow-style:none;overscroll-behavior:contain}.eb1b-checklist-sidebar::-webkit-scrollbar{display:none;width:0;height:0}.eb1b-checklist-sidebar::-webkit-scrollbar-track{display:none}.eb1b-checklist-sidebar::-webkit-scrollbar-thumb{display:none}.eb1b-checklist-header{position:sticky;top:0;z-index:1001;border-radius:16px 16px 0 0;padding:1.5rem;color:#fff;border-bottom:1px solid rgba(255,255,255,.2);box-shadow:0 2px 8px #0000001a}.eb1b-checklist-header.checklist-theme{background:linear-gradient(135deg,#1b365d,#2e5984)}.eb1b-checklist-header.portal-theme{background:linear-gradient(135deg,#daa520,gold)}.eb1b-tab-header{position:relative;display:flex;align-items:flex-start;justify-content:space-between;width:100%}.eb1b-tab-content{flex:1;text-align:center}.eb1b-tab-title{font-size:1.4rem;font-weight:700;margin:0 0 .5rem;line-height:1.2;display:flex;align-items:center;justify-content:center;gap:.5rem;color:#fff}.eb1b-tab-title-icon{font-size:1.4rem;line-height:1}.eb1b-tab-subtitle{font-size:.9rem;margin:0;opacity:.9;font-weight:400;color:#fff;line-height:1.3}.eb1b-tab-toggle{width:40px;height:40px;border-radius:8px;border:2px solid transparent;cursor:pointer;transition:all .3s ease;font-size:1.2rem;display:flex;align-items:center;justify-content:center;line-height:1;color:#fff;font-weight:600;flex-shrink:0;margin-top:7px}.eb1b-tab-toggle.to-portal{background:#ffd700e6;border-color:gold;color:#1b365d}.eb1b-tab-toggle.to-checklist{background:#1b365de6;border-color:#1b365d;color:#fff}.eb1b-tab-toggle:hover{transform:scale(1.05);box-shadow:0 4px 12px #0003}.eb1b-tab-toggle.to-portal:hover{background:gold}.eb1b-tab-toggle.to-checklist:hover{background:#1b365d}.eb1b-checklist-content{flex:1;padding:0;overflow-y:auto;scrollbar-width:none;-ms-overflow-style:none}.eb1b-checklist-content::-webkit-scrollbar{display:none}.eb1b-checklist-section{border-bottom:1px solid rgba(255,255,255,.1);margin-bottom:0}.eb1b-checklist-section:last-child{border-bottom:none}.eb1b-checklist-section-header{background:#0003;color:#fff;padding:1rem 1.5rem;border-bottom:1px solid rgba(255,255,255,.15)}.eb1b-checklist-section-title{font-size:.95rem;font-weight:600;margin:0 0 .5rem;color:#fff;line-height:1.3;text-shadow:none}.eb1b-checklist-progress{display:flex;align-items:center;gap:.75rem}.eb1b-checklist-progress-text{font-size:.8rem;font-weight:500;color:#fffc;min-width:40px}.eb1b-checklist-progress-bar{flex:1;height:6px;background:#fff3;border-radius:3px;overflow:hidden}.eb1b-checklist-progress-fill{height:100%;background:linear-gradient(90deg,gold,#daa520);border-radius:3px;transition:width .3s ease}.eb1b-checklist-subsection{margin-bottom:1rem}.eb1b-checklist-subsection-title{font-size:.85rem;font-weight:600;color:gold;margin:0 0 .5rem;padding:.5rem 1.5rem 0;text-transform:uppercase;letter-spacing:.5px}.eb1b-checklist-items{padding:0}.eb1b-checklist-item{border-bottom:1px solid rgba(255,255,255,.05);will-change:background-color}.eb1b-checklist-item:last-child{border-bottom:none}.eb1b-checklist-item:hover{background:#ffffff08}.eb1b-checklist-label{display:flex;align-items:flex-start;padding:.75rem 1.5rem;cursor:pointer;gap:.75rem;font-size:.85rem;line-height:1.4;color:#ffffffe6;will-change:color}.eb1b-checklist-label:hover{color:#fff}.eb1b-checklist-checkbox{display:none}.eb1b-checklist-checkmark{width:18px;height:18px;border:2px solid rgba(255,255,255,.3);border-radius:4px;position:relative;flex-shrink:0;background:transparent;margin-top:1px;will-change:background,border-color,transform}.eb1b-checklist-checkbox:checked+.eb1b-checklist-checkmark{background:linear-gradient(135deg,gold,#daa520);border-color:gold;transform:scale(1.05)}.eb1b-checklist-checkbox:checked+.eb1b-checklist-checkmark:after{content:"✓";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);color:#1b365d;font-size:12px;font-weight:700}.eb1b-checklist-checkbox:checked+.eb1b-checklist-checkmark+.eb1b-checklist-text{color:gold;text-decoration:line-through;opacity:.8}.eb1b-checklist-text{flex:1;will-change:color,text-decoration,opacity}.eb1b-checklist-emoji-button{font-size:1rem;margin-left:auto;opacity:.8;flex-shrink:0;background:none;border:none;cursor:pointer;padding:2px 4px;border-radius:4px;transition:all .2s ease;position:relative;color:#fff}.eb1b-checklist-emoji-button:hover{opacity:1;background:#ffffff1a;transform:scale(1.1)}.eb1b-checklist-emoji-button:active{transform:scale(.95)}.eb1b-checklist-text-input{margin:-.25rem 1.5rem .75rem 3.5rem;padding:.75rem;background:#0003;border-radius:8px;border-top:1px solid rgba(255,255,255,.1)}.eb1b-checklist-textarea{width:100%;background:transparent;border:none;color:#fffc;padding:0;font-size:.85rem;font-family:inherit;min-height:60px;text-align:left;cursor:default;box-sizing:border-box;line-height:1.5;word-wrap:break-word;overflow-wrap:break-word;-webkit-hyphens:auto;hyphens:auto;white-space:pre-line}.eb1b-checklist-link{color:gold;text-decoration:underline;transition:color .2s ease;word-break:break-all;font-weight:500}.eb1b-checklist-link:hover{color:#fff2ab;text-decoration:underline}.eb1b-info-indicator{position:absolute;top:-2px;right:-2px;font-size:8px;color:gold;opacity:.8;pointer-events:none}.eb1b-checklist-footer{background:#1b365d;padding:1rem 1.5rem;border-top:1px solid rgba(255,255,255,.1);border-radius:0 0 16px 16px}.eb1b-checklist-save-note{display:flex;align-items:center;gap:.5rem;font-size:.8rem;color:#ffffffe6;justify-content:center}.eb1b-checklist-save-note i{font-size:.75rem;opacity:1}.eb1b-portal-nav-content{padding:0}.eb1b-portal-nav-section{border-bottom:1px solid rgba(255,255,255,.1)}.eb1b-portal-nav-section:last-child{border-bottom:none}.eb1b-portal-nav-item{display:flex;align-items:center;padding:1rem 1.5rem;text-decoration:none;color:#ffffffe6;transition:all .3s ease;position:relative;cursor:pointer}.eb1b-portal-nav-item:hover{background:#ffffff1a;color:#fff}.eb1b-portal-nav-item.active{background:#daa5204d;border-left:4px solid #DAA520;color:#fff}.eb1b-portal-nav-icon{font-size:1.1rem;margin-right:1rem;width:18px;text-align:center;flex-shrink:0}.eb1b-portal-nav-text{flex:1;font-weight:500;font-size:.9rem;line-height:1.3}.eb1b-portal-nav-subitems{background:#0003;border-left:2px solid rgba(218,165,32,.3);margin-left:1rem}.eb1b-portal-nav-subitem{display:flex;align-items:center;padding:.5rem 1rem .5rem 1.5rem;color:#fffc;transition:all .3s ease;cursor:pointer;border-bottom:1px solid rgba(255,255,255,.05)}.eb1b-portal-nav-subitem:last-child{border-bottom:none}.eb1b-portal-nav-subitem:hover{background:#ffffff14;color:#fffffff2}.eb1b-portal-nav-subitem.active{background:#daa52033;color:#fff;border-left:2px solid #DAA520}.eb1b-portal-nav-subtext{font-size:.8rem;font-weight:400;line-height:1.2}.eb1b-main-content{margin-left:350px;margin-right:400px;width:calc(100vw - 750px);min-height:100vh;position:relative;display:flex;flex-direction:column;align-items:center;transition:margin-left .3s ease,width .3s ease}.eb1b-main-content.nav-collapsed{margin-left:0;width:calc(100vw - 400px)}.eb1b-main-content-full{margin-left:0;margin-right:400px;width:calc(100vw - 400px);min-height:100vh;position:relative;display:flex;flex-direction:column;align-items:center}.eb1b-excellence-pattern{position:fixed;top:0;left:0;right:0;bottom:0;background:repeating-linear-gradient(-45deg,#daa52005,#daa52005 12px,#ffffff04 12px,#ffffff04 24px,#1b365d05 24px,#1b365d05 36px);z-index:-3;animation:eb1b-excellence-movement 40s ease-in-out infinite}.eb1b-achievement-bg{position:fixed;top:0;left:0;right:0;bottom:0;background-image:radial-gradient(circle at 25% 35%,rgba(255,215,0,.3) 1px,transparent 1px),radial-gradient(circle at 75% 25%,rgba(27,54,93,.25) 1px,transparent 1px),radial-gradient(circle at 55% 65%,rgba(218,165,32,.2) 1px,transparent 1px),radial-gradient(circle at 35% 75%,rgba(255,215,0,.3) 1px,transparent 1px),radial-gradient(circle at 85% 55%,rgba(27,54,93,.25) 1px,transparent 1px);background-size:100px 100px,140px 140px,120px 120px,160px 160px,110px 110px;z-index:-2;animation:eb1b-achievement-sparkle 28s ease-in-out infinite}.eb1b-extraordinary-hologram{position:fixed;top:20%;right:12%;width:300px;height:300px;background:radial-gradient(circle at center,rgba(255,215,0,.08) 0%,rgba(27,54,93,.05) 40%,transparent 70%);opacity:.15;transform:rotate(15deg);filter:drop-shadow(0 0 30px rgba(255,215,0,.3));z-index:-1;pointer-events:none;animation:eb1b-extraordinary-float 35s ease-in-out infinite}.eb1b-section{position:relative;z-index:10;padding:4rem 2rem;min-height:100vh;display:flex;align-items:flex-start;justify-content:center;width:100%;max-width:1400px}.eb1b-section:first-child{padding-top:6rem}.eb1b-section-container{max-width:1200px;width:100%;margin:0 auto}.eb1b-section-header{text-align:center;margin-bottom:3rem}.eb1b-section-main-title{font-size:clamp(2.5rem,6vw,4rem);font-weight:700;line-height:1.2;margin-bottom:1rem;color:#fffffff2;text-shadow:0 2px 4px rgba(0,0,0,.3)}.eb1b-section-main-subtitle{font-size:clamp(1.125rem,2.5vw,1.5rem);color:#fffc;margin-bottom:2rem;max-width:800px;margin-left:auto;margin-right:auto;line-height:1.4}.eb1b-content-card{background:#ffffff14;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border:1px solid rgba(255,255,255,.15);border-radius:20px;padding:2.5rem;margin:2rem 0;transition:all .4s ease;box-shadow:0 8px 32px #0003}.eb1b-content-card:hover{transform:translateY(-5px);background:#ffffff1f;border:1px solid rgba(255,255,255,.25);box-shadow:0 16px 48px #0000004d}.eb1b-section-title{font-size:2rem;font-weight:600;color:#fffffff2;margin-bottom:1.5rem;display:flex;align-items:center;gap:.75rem}.eb1b-section-icon{font-size:1.5rem;color:gold}.eb1b-section-content{color:#ffffffd9;line-height:1.6;font-size:1.1rem}.eb1b-section-content p{margin-bottom:1rem}.eb1b-section-content ul,.eb1b-section-content ol{margin:1rem 0;padding-left:1.5rem}.eb1b-section-content li{margin-bottom:.5rem}.eb1b-section-content strong{color:#fffffff2;font-weight:600}.eb1b-grid-2{display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:2rem}.eb1b-grid-3{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.eb1b-highlight-box{background:#ffd7001a;border:1px solid rgba(255,215,0,.3);border-radius:12px;padding:1.5rem;margin:1.5rem 0}.eb1b-highlight-box.warning{background:#ff98001a;border-color:#ff98004d}.eb1b-highlight-box.success{background:#4caf501a;border-color:#4caf504d}.eb1b-highlight-box.danger{background:#f443361a;border-color:#f443364d}.eb1b-highlight-title{font-weight:600;font-size:1.1rem;margin-bottom:.75rem;display:flex;align-items:center;gap:.5rem}.eb1b-steps-container{position:relative;margin:2rem 0}.eb1b-step{display:flex;align-items:flex-start;margin-bottom:2rem;position:relative}.eb1b-step-number{background:linear-gradient(135deg,#1b365d,#2e5984);color:#fff;width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.1rem;margin-right:1.5rem;flex-shrink:0;position:relative;z-index:2}.eb1b-step-content{flex:1;padding-top:.5rem}.eb1b-step-title{font-size:1.25rem;font-weight:600;color:#fffffff2;margin-bottom:.5rem}.eb1b-step-description{color:#fffc;line-height:1.5}.eb1b-step:not(:last-child):after{content:"";position:absolute;left:19px;top:40px;bottom:-2rem;width:2px;background:linear-gradient(180deg,gold,#ffd7004d);z-index:1}.eb1b-table{width:100%;border-collapse:collapse;margin:1.5rem 0;background:#ffffff0d;border-radius:12px;overflow:hidden}.eb1b-table th{background:#1b365d33;color:#fffffff2;padding:1rem;text-align:left;font-weight:600;border-bottom:1px solid rgba(255,255,255,.1)}.eb1b-table td{padding:1rem;border-bottom:1px solid rgba(255,255,255,.1);color:#ffffffd9}.eb1b-table tr:hover{background:#ffffff0d}@media (max-width: 1024px){.eb1b-main-content-full{margin-right:320px;width:calc(100vw - 320px)}.eb1b-section{max-width:1200px}.eb1b-excellence-pattern,.eb1b-achievement-bg{left:0}}@media (max-width: 768px){.eb1b-main-content-full{margin-right:0;width:100vw}.eb1b-checklist-sidebar{display:none}.eb1b-excellence-pattern,.eb1b-achievement-bg{left:0}.eb1b-section{padding:2rem 1rem;max-width:100%}.eb1b-section-container{max-width:100%;padding:0 .5rem}.eb1b-content-card{padding:1.5rem;margin:1rem 0}.eb1b-grid-2,.eb1b-grid-3{grid-template-columns:1fr}}@media (max-width: 480px){.eb1b-main-content-full{margin-right:0;width:100vw}.eb1b-checklist-sidebar{display:none}.eb1b-excellence-pattern,.eb1b-achievement-bg{left:0}.eb1b-section{padding:1.5rem .5rem;max-width:100%}.eb1b-section-container{max-width:100%;padding:0 .25rem}.eb1b-content-card{padding:1rem}}@media (max-width: 1400px){.eb1b-checklist-sidebar{width:300px;right:15px}.eb1b-main-content{margin-right:335px;width:calc(100vw - 685px)}.eb1b-main-content.nav-collapsed{width:calc(100vw - 335px)}}@media (max-width: 1200px){.eb1b-checklist-sidebar{width:280px;right:10px;top:160px;height:calc(100vh - 180px)}.eb1b-main-content{margin-right:310px;width:calc(100vw - 660px)}.eb1b-main-content.nav-collapsed{width:calc(100vw - 310px)}}@keyframes eb1b-excellence-movement{0%,to{transform:translate(0) translateY(0)}25%{transform:translate(10px) translateY(-5px)}50%{transform:translate(18px) translateY(0)}75%{transform:translate(10px) translateY(5px)}}@keyframes eb1b-achievement-sparkle{0%,to{opacity:1}25%{opacity:.7}50%{opacity:.5}75%{opacity:.8}}@keyframes eb1b-extraordinary-float{0%,to{transform:rotate(15deg) scale(1) translateY(0)}25%{transform:rotate(12deg) scale(1.05) translateY(-12px)}50%{transform:rotate(18deg) scale(1.12) translateY(0)}75%{transform:rotate(14deg) scale(1.05) translateY(8px)}}.l1a-page-container{font-family:Inter,sans-serif;background:transparent;color:#fff;min-height:100vh;position:relative;overflow-x:hidden;margin:0;padding:0;display:flex}.l1a-checklist-sidebar{position:fixed;right:20px;top:160px;width:360px;height:calc(100vh - 180px);background:#ffffff1f;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.2);border-radius:16px;z-index:1000;overflow-y:auto;padding:0;display:flex;flex-direction:column;box-shadow:0 20px 40px #00000026,0 10px 20px #0000001a,0 5px 10px #0000000d;scrollbar-width:none;-ms-overflow-style:none;overscroll-behavior:contain}.l1a-checklist-sidebar::-webkit-scrollbar{display:none;width:0;height:0}.l1a-checklist-sidebar::-webkit-scrollbar-track{display:none}.l1a-checklist-sidebar::-webkit-scrollbar-thumb{display:none}.l1a-checklist-header{position:sticky;top:0;z-index:1001;border-radius:16px 16px 0 0;padding:1.5rem;color:#fff;border-bottom:1px solid rgba(255,255,255,.2);box-shadow:0 2px 8px #0000001a}.l1a-checklist-header.checklist-theme{background:linear-gradient(135deg,#1565c0,#1976d2)}.l1a-checklist-header.portal-theme{background:linear-gradient(135deg,#2e7d32,#388e3c)}.l1a-tab-header{position:relative;display:flex;align-items:flex-start;justify-content:space-between;width:100%}.l1a-tab-content{flex:1;text-align:center}.l1a-tab-title{font-size:1.4rem;font-weight:700;margin:0 0 .5rem;line-height:1.2;display:flex;align-items:center;justify-content:center;gap:.5rem;color:#fff}.l1a-tab-title-icon{font-size:1.4rem;line-height:1}.l1a-tab-subtitle{font-size:.9rem;margin:0;opacity:.9;font-weight:400;color:#fff;line-height:1.3}.l1a-tab-toggle{width:40px;height:40px;border-radius:8px;border:2px solid transparent;cursor:pointer;transition:all .3s ease;font-size:1.2rem;display:flex;align-items:center;justify-content:center;line-height:1;color:#fff;font-weight:600;flex-shrink:0;margin-top:7px}.l1a-tab-toggle.to-portal{background:#2e7d32e6;border-color:#2e7d32}.l1a-tab-toggle.to-checklist{background:#1565c0e6;border-color:#1565c0}.l1a-tab-toggle:hover{transform:scale(1.05);box-shadow:0 4px 12px #0003}.l1a-tab-toggle.to-portal:hover{background:#2e7d32}.l1a-tab-toggle.to-checklist:hover{background:#1565c0}.l1a-checklist-content{flex:1;padding:0}.l1a-checklist-section{border-bottom:1px solid rgba(255,255,255,.1);margin-bottom:0}.l1a-checklist-section-header{background:#2e7d32;color:#fff;padding:1rem 1.5rem;border-bottom:1px solid rgba(255,255,255,.15)}.l1a-checklist-section-title{font-size:.95rem;font-weight:600;margin:0 0 .5rem;color:#fff;line-height:1.3;text-shadow:none}.l1a-checklist-progress{display:flex;align-items:center;gap:.75rem}.l1a-checklist-progress-text{font-size:.8rem;font-weight:500;color:#fffc;min-width:40px}.l1a-checklist-progress-bar{flex:1;height:6px;background:#fff3;border-radius:3px;overflow:hidden}.l1a-checklist-progress-fill{height:100%;background:linear-gradient(90deg,#1976d2,#1565c0);border-radius:3px;transition:width .3s ease}.l1a-checklist-subsection{margin-bottom:1rem}.l1a-checklist-subsection-title{font-size:.85rem;font-weight:600;color:#64b5f6;margin:0 0 .5rem;padding:.5rem 1.5rem 0;text-transform:uppercase;letter-spacing:.5px}.l1a-checklist-items{padding:0}.l1a-checklist-item{border-bottom:1px solid rgba(255,255,255,.05);will-change:background-color}.l1a-checklist-item:hover{background:#ffffff08}.l1a-checklist-label{display:flex;align-items:flex-start;padding:.75rem 1.5rem;cursor:pointer;gap:.75rem;font-size:.85rem;line-height:1.4;color:#ffffffe6;will-change:color}.l1a-checklist-label:hover{color:#fff}.l1a-checklist-checkbox{display:none}.l1a-checklist-checkmark{width:18px;height:18px;border:2px solid rgba(255,255,255,.3);border-radius:4px;position:relative;flex-shrink:0;background:transparent;margin-top:1px;will-change:background,border-color,transform}.l1a-checklist-checkbox:checked+.l1a-checklist-checkmark{background:linear-gradient(135deg,#1976d2,#1565c0);border-color:#1976d2;transform:scale(1.05)}.l1a-checklist-checkbox:checked+.l1a-checklist-checkmark:after{content:"✓";position:absolute;top:-1px;left:2px;color:#fff;font-size:12px;font-weight:700}.l1a-checklist-checkbox:checked+.l1a-checklist-checkmark+.l1a-checklist-text{color:#64b5f6;text-decoration:line-through;opacity:.8}.l1a-checklist-text{flex:1;will-change:color,text-decoration,opacity}.l1a-checklist-emoji-button{font-size:1rem;margin-left:auto;opacity:.8;flex-shrink:0;background:none;border:none;cursor:pointer;padding:2px 4px;border-radius:4px;transition:all .2s ease;position:relative}.l1a-checklist-emoji-button:hover{opacity:1;background:#ffffff1a;transform:scale(1.1)}.l1a-checklist-emoji-button:active{transform:scale(.95)}.l1a-checklist-text-input{margin:.5rem 2.25rem 0;padding-bottom:.5rem}.l1a-checklist-textarea{width:100%;background:#ffffff08;border:1px solid rgba(255,255,255,.15);border-radius:6px;color:#ffffffb3;padding:.75rem;font-size:.85rem;font-family:inherit;min-height:60px;text-align:left;cursor:default;box-sizing:border-box;line-height:1.5;word-wrap:break-word;overflow-wrap:break-word;-webkit-hyphens:auto;hyphens:auto;white-space:pre-line}.l1a-checklist-link{color:#81c784;text-decoration:underline;transition:color .2s ease;word-break:break-all;font-weight:500}.l1a-checklist-link:hover{color:#a5d6a7;text-decoration:underline}.l1a-info-indicator{position:absolute;top:-2px;right:-2px;font-size:8px;color:#81c784;opacity:.8;pointer-events:none}.l1a-checklist-footer{background:#2e7d32;padding:1rem 1.5rem;border-top:1px solid rgba(255,255,255,.1);border-radius:0 0 16px 16px}.l1a-checklist-save-note{display:flex;align-items:center;gap:.5rem;font-size:.8rem;color:#ffffffe6;justify-content:center}.l1a-checklist-save-note i{font-size:.75rem;opacity:1}.l1a-portal-nav-content{padding:0}.l1a-portal-nav-section{border-bottom:1px solid rgba(255,255,255,.1)}.l1a-portal-nav-item{display:flex;align-items:center;padding:1rem 1.5rem;text-decoration:none;color:#ffffffe6;transition:all .3s ease;border-bottom:1px solid rgba(255,255,255,.1);position:relative;cursor:pointer}.l1a-portal-nav-item:hover{background:#ffffff1a;color:#fff}.l1a-portal-nav-item.active{background:#2e7d324d;border-left:4px solid #388E3C;color:#fff}.l1a-portal-nav-icon{font-size:1.1rem;margin-right:1rem;width:18px;text-align:center;flex-shrink:0}.l1a-portal-nav-text{flex:1;font-weight:500;font-size:.9rem;line-height:1.3}.l1a-portal-nav-subitems{background:#0003;border-left:2px solid rgba(46,125,50,.3);margin-left:1rem}.l1a-portal-nav-subitem{display:flex;align-items:center;padding:.5rem 1rem .5rem 1.5rem;color:#fffc;transition:all .3s ease;cursor:pointer;border-bottom:1px solid rgba(255,255,255,.05)}.l1a-portal-nav-subitem:hover{background:#ffffff14;color:#fffffff2}.l1a-portal-nav-subitem.active{background:#2e7d3233;color:#fff;border-left:2px solid #388E3C}.l1a-portal-nav-subtext{font-size:.8rem;font-weight:400;line-height:1.2}.l1a-main-content{margin-left:350px;margin-right:400px;width:calc(100vw - 750px);min-height:100vh;position:relative;display:flex;flex-direction:column;align-items:center;transition:margin-left .3s ease,width .3s ease}.l1a-main-content.nav-collapsed{margin-left:0;width:calc(100vw - 400px)}.l1a-main-content-full{margin-left:0;margin-right:400px;width:calc(100vw - 400px);min-height:100vh;position:relative;display:flex;flex-direction:column;align-items:center}.l1a-executive-pattern{position:fixed;top:0;left:0;right:0;bottom:0;background:repeating-linear-gradient(-45deg,#1565c005,#1565c005 12px,#ffffff04 12px,#ffffff04 24px,#2e7d3205 24px,#2e7d3205 36px);z-index:1;animation:executive-movement 40s ease-in-out infinite}.l1a-corporate-bg{position:fixed;top:0;left:0;right:0;bottom:0;background-image:radial-gradient(circle at 25% 35%,rgba(25,118,210,.3) 1px,transparent 1px),radial-gradient(circle at 75% 25%,rgba(46,125,50,.25) 1px,transparent 1px),radial-gradient(circle at 55% 65%,rgba(21,101,192,.2) 1px,transparent 1px),radial-gradient(circle at 35% 75%,rgba(25,118,210,.3) 1px,transparent 1px),radial-gradient(circle at 85% 55%,rgba(46,125,50,.25) 1px,transparent 1px);background-size:100px 100px,140px 140px,120px 120px,160px 160px,110px 110px;z-index:1;animation:corporate-sparkle 28s ease-in-out infinite}.l1a-leadership-hologram{position:fixed;top:20%;right:12%;width:300px;height:300px;background:radial-gradient(circle at center,rgba(25,118,210,.08) 0%,rgba(46,125,50,.05) 40%,transparent 70%);opacity:.15;transform:rotate(15deg);filter:drop-shadow(0 0 30px rgba(25,118,210,.3));z-index:1;pointer-events:none;animation:leadership-float 35s ease-in-out infinite}.l1a-section{position:relative;z-index:10;padding:4rem 2rem;min-height:100vh;display:flex;align-items:flex-start;justify-content:center;width:100%;max-width:1400px}.l1a-section:first-child{padding-top:6rem}.l1a-section-container{max-width:1200px;width:100%;margin:0 auto}.l1a-section-header{text-align:center;margin-bottom:3rem}.l1a-section-main-title{font-size:clamp(2.5rem,6vw,4rem);font-weight:700;line-height:1.2;margin-bottom:1rem;color:#fffffff2;text-shadow:0 2px 4px rgba(0,0,0,.3)}.l1a-section-main-subtitle{font-size:clamp(1.125rem,2.5vw,1.5rem);color:#fffc;margin-bottom:2rem;max-width:800px;margin-left:auto;margin-right:auto;line-height:1.4}.l1a-content-card{background:#ffffff14;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border:1px solid rgba(255,255,255,.15);border-radius:20px;padding:2.5rem;margin:2rem 0;transition:all .4s ease;box-shadow:0 8px 32px #0003}.l1a-content-card:hover{transform:translateY(-5px);background:#ffffff1f;border:1px solid rgba(255,255,255,.25);box-shadow:0 16px 48px #0000004d}.l1a-section-title{font-size:2rem;font-weight:600;color:#fffffff2;margin-bottom:1.5rem;display:flex;align-items:center;gap:.75rem}.l1a-section-icon{font-size:1.5rem;color:#64b5f6}.l1a-section-content{color:#ffffffd9;line-height:1.6;font-size:1.1rem}.l1a-section-content p{margin-bottom:1rem}.l1a-section-content ul,.l1a-section-content ol{margin:1rem 0;padding-left:1.5rem}.l1a-section-content li{margin-bottom:.5rem}.l1a-section-content strong{color:#fffffff2;font-weight:600}.l1a-grid-2{display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:2rem}.l1a-grid-3{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.l1a-highlight-box{background:#1976d21a;border:1px solid rgba(25,118,210,.3);border-radius:12px;padding:1.5rem;margin:1.5rem 0}.l1a-highlight-box.warning{background:#ff98001a;border-color:#ff98004d}.l1a-highlight-box.success{background:#4caf501a;border-color:#4caf504d}.l1a-highlight-box.danger{background:#f443361a;border-color:#f443364d}.l1a-highlight-title{font-weight:600;font-size:1.1rem;margin-bottom:.75rem;display:flex;align-items:center;gap:.5rem}.l1a-steps-container{position:relative;margin:2rem 0}.l1a-step{display:flex;align-items:flex-start;margin-bottom:2rem;position:relative}.l1a-step-number{background:linear-gradient(135deg,#1565c0,#1976d2);color:#fff;width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.1rem;margin-right:1.5rem;flex-shrink:0;position:relative;z-index:2}.l1a-step-content{flex:1;padding-top:.5rem}.l1a-step-title{font-size:1.25rem;font-weight:600;color:#fffffff2;margin-bottom:.5rem}.l1a-step-description{color:#fffc;line-height:1.5}.l1a-step:not(:last-child):after{content:"";position:absolute;left:19px;top:40px;bottom:-2rem;width:2px;background:linear-gradient(180deg,#1976d2,#1976d24d);z-index:1}.l1a-table{width:100%;border-collapse:collapse;margin:1.5rem 0;background:#ffffff0d;border-radius:12px;overflow:hidden}.l1a-table th{background:#1565c033;color:#fffffff2;padding:1rem;text-align:left;font-weight:600;border-bottom:1px solid rgba(255,255,255,.1)}.l1a-table td{padding:1rem;border-bottom:1px solid rgba(255,255,255,.1);color:#ffffffd9}.l1a-table tr:hover{background:#ffffff0d}.l1a-button{background:linear-gradient(135deg,#1565c0,#1976d2);color:#fff;border:none;padding:.75rem 1.5rem;border-radius:50px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;text-decoration:none;display:inline-block;text-align:center}.l1a-button:hover{transform:translateY(-2px);box-shadow:0 8px 25px #1976d266}.l1a-button.secondary{background:linear-gradient(135deg,#64748b,#475569)}.l1a-button.secondary:hover{box-shadow:0 8px 25px #64748b66}.l1a-quick-links{background:linear-gradient(135deg,#2e7d32,#388e3c);border-radius:16px;padding:2rem;margin:2rem 0;text-align:center}.l1a-quick-links-title{font-size:1.5rem;font-weight:700;margin-bottom:1rem;color:#fff}.l1a-quick-links-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;margin-top:1.5rem}.l1a-quick-link{background:#ffffff1a;border:1px solid rgba(255,255,255,.2);border-radius:12px;padding:1rem;text-decoration:none;color:#fff;transition:all .3s ease;display:block;cursor:pointer}.l1a-quick-link:hover{background:#fff3;transform:translateY(-2px)}@media (max-width: 1024px){.l1a-main-content-full{margin-right:320px;width:calc(100vw - 320px)}.l1a-section{max-width:1200px}.l1a-executive-pattern,.l1a-corporate-bg{left:0}}@media (max-width: 768px){.l1a-main-content-full{margin-right:0;width:100vw}.l1a-checklist-sidebar{display:none}.l1a-executive-pattern,.l1a-corporate-bg{left:0}.l1a-section{padding:2rem 1rem;max-width:100%}.l1a-section-container{max-width:100%;padding:0 .5rem}.l1a-content-card{padding:1.5rem;margin:1rem 0}.l1a-grid-2,.l1a-grid-3{grid-template-columns:1fr}}@media (max-width: 480px){.l1a-main-content-full{margin-right:0;width:100vw}.l1a-checklist-sidebar{display:none}.l1a-executive-pattern,.l1a-corporate-bg{left:0}.l1a-section{padding:1.5rem .5rem;max-width:100%}.l1a-section-container{max-width:100%;padding:0 .25rem}.l1a-content-card{padding:1rem}}@media (max-width: 1400px){.l1a-checklist-sidebar{width:300px;right:15px}.l1a-main-content{margin-right:335px;width:calc(100vw - 685px)}.l1a-main-content.nav-collapsed{width:calc(100vw - 335px)}}@media (max-width: 1200px){.l1a-checklist-sidebar{width:280px;right:10px;top:160px;height:calc(100vh - 180px)}.l1a-main-content{margin-right:310px;width:calc(100vw - 660px)}.l1a-main-content.nav-collapsed{width:calc(100vw - 310px)}}@keyframes executive-movement{0%,to{transform:translate(0) translateY(0)}25%{transform:translate(10px) translateY(-5px)}50%{transform:translate(18px) translateY(0)}75%{transform:translate(10px) translateY(5px)}}@keyframes corporate-sparkle{0%,to{opacity:1}25%{opacity:.7}50%{opacity:.5}75%{opacity:.8}}@keyframes leadership-float{0%,to{transform:rotate(15deg) scale(1) translateY(0)}25%{transform:rotate(12deg) scale(1.05) translateY(-12px)}50%{transform:rotate(18deg) scale(1.12) translateY(0)}75%{transform:rotate(14deg) scale(1.05) translateY(8px)}}.l1b-page-container{font-family:Inter,sans-serif;background:transparent;color:#fff;min-height:100vh;position:relative;overflow-x:hidden;margin:0;padding:0;display:flex}.l1b-checklist-sidebar{position:fixed;right:20px;top:160px;width:360px;height:calc(100vh - 180px);background:#ffffff1f;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.2);border-radius:16px;z-index:1000;overflow-y:auto;padding:0;display:flex;flex-direction:column;box-shadow:0 20px 40px #00000026,0 10px 20px #0000001a,0 5px 10px #0000000d;scrollbar-width:none;-ms-overflow-style:none;overscroll-behavior:contain}.l1b-checklist-sidebar::-webkit-scrollbar{display:none;width:0;height:0}.l1b-checklist-sidebar::-webkit-scrollbar-track{display:none}.l1b-checklist-sidebar::-webkit-scrollbar-thumb{display:none}.l1b-checklist-header{position:sticky;top:0;z-index:1001;border-radius:16px 16px 0 0;padding:1.5rem;color:#fff;border-bottom:1px solid rgba(255,255,255,.2);box-shadow:0 2px 8px #0000001a}.l1b-checklist-header.checklist-theme{background:linear-gradient(135deg,#7b1fa2,#9c27b0)}.l1b-checklist-header.portal-theme{background:linear-gradient(135deg,#e65100,#ff6f00)}.l1b-tab-header{position:relative;display:flex;align-items:flex-start;justify-content:space-between;width:100%}.l1b-tab-content{flex:1;text-align:center}.l1b-tab-title{font-size:1.4rem;font-weight:700;margin:0 0 .5rem;line-height:1.2;display:flex;align-items:center;justify-content:center;gap:.5rem;color:#fff}.l1b-tab-title-icon{font-size:1.4rem;line-height:1}.l1b-tab-subtitle{font-size:.9rem;margin:0;opacity:.9;font-weight:400;color:#fff;line-height:1.3}.l1b-tab-toggle{width:40px;height:40px;border-radius:8px;border:2px solid transparent;cursor:pointer;transition:all .3s ease;font-size:1.2rem;display:flex;align-items:center;justify-content:center;line-height:1;color:#fff;font-weight:600;flex-shrink:0;margin-top:7px}.l1b-tab-toggle.to-portal{background:#e65100e6;border-color:#e65100}.l1b-tab-toggle.to-checklist{background:#7b1fa2e6;border-color:#7b1fa2}.l1b-tab-toggle:hover{transform:scale(1.05);box-shadow:0 4px 12px #0003}.l1b-tab-toggle.to-portal:hover{background:#e65100}.l1b-tab-toggle.to-checklist:hover{background:#7b1fa2}.l1b-checklist-content{flex:1;padding:0}.l1b-checklist-section{border-bottom:1px solid rgba(255,255,255,.1);margin-bottom:0}.l1b-checklist-section-header{background:#e65100;color:#fff;padding:1rem 1.5rem;border-bottom:1px solid rgba(255,255,255,.15)}.l1b-checklist-section-title{font-size:.95rem;font-weight:600;margin:0 0 .5rem;color:#fff;line-height:1.3;text-shadow:none}.l1b-checklist-progress{display:flex;align-items:center;gap:.75rem}.l1b-checklist-progress-text{font-size:.8rem;font-weight:500;color:#fffc;min-width:40px}.l1b-checklist-progress-bar{flex:1;height:6px;background:#fff3;border-radius:3px;overflow:hidden}.l1b-checklist-progress-fill{height:100%;background:linear-gradient(90deg,#9c27b0,#7b1fa2);border-radius:3px;transition:width .3s ease}.l1b-checklist-subsection{margin-bottom:1rem}.l1b-checklist-subsection-title{font-size:.85rem;font-weight:600;color:#ce93d8;margin:0 0 .5rem;padding:.5rem 1.5rem 0;text-transform:uppercase;letter-spacing:.5px}.l1b-checklist-items{padding:0}.l1b-checklist-item{border-bottom:1px solid rgba(255,255,255,.05);will-change:background-color}.l1b-checklist-item:hover{background:#ffffff08}.l1b-checklist-label{display:flex;align-items:flex-start;padding:.75rem 1.5rem;cursor:pointer;gap:.75rem;font-size:.85rem;line-height:1.4;color:#ffffffe6;will-change:color}.l1b-checklist-label:hover{color:#fff}.l1b-checklist-checkbox{display:none}.l1b-checklist-checkmark{width:18px;height:18px;border:2px solid rgba(255,255,255,.3);border-radius:4px;position:relative;flex-shrink:0;background:transparent;margin-top:1px;will-change:background,border-color,transform}.l1b-checklist-checkbox:checked+.l1b-checklist-checkmark{background:linear-gradient(135deg,#9c27b0,#7b1fa2);border-color:#9c27b0;transform:scale(1.05)}.l1b-checklist-checkbox:checked+.l1b-checklist-checkmark:after{content:"✓";position:absolute;top:-1px;left:2px;color:#fff;font-size:12px;font-weight:700}.l1b-checklist-checkbox:checked+.l1b-checklist-checkmark+.l1b-checklist-text{color:#ce93d8;text-decoration:line-through;opacity:.8}.l1b-checklist-text{flex:1;will-change:color,text-decoration,opacity}.l1b-checklist-emoji-button{font-size:1rem;margin-left:auto;opacity:.8;flex-shrink:0;background:none;border:none;cursor:pointer;padding:2px 4px;border-radius:4px;transition:all .2s ease;position:relative}.l1b-checklist-emoji-button:hover{opacity:1;background:#ffffff1a;transform:scale(1.1)}.l1b-checklist-emoji-button:active{transform:scale(.95)}.l1b-checklist-text-input{margin:.5rem 2.25rem 0;padding-bottom:.5rem}.l1b-checklist-textarea{width:100%;background:#ffffff08;border:1px solid rgba(255,255,255,.15);border-radius:6px;color:#ffffffb3;padding:.75rem;font-size:.85rem;font-family:inherit;min-height:60px;text-align:left;cursor:default;box-sizing:border-box;line-height:1.5;word-wrap:break-word;overflow-wrap:break-word;-webkit-hyphens:auto;hyphens:auto;white-space:pre-line}.l1b-checklist-link{color:#ffb74d;text-decoration:underline;transition:color .2s ease;word-break:break-all;font-weight:500}.l1b-checklist-link:hover{color:#ffcc02;text-decoration:underline}.l1b-info-indicator{position:absolute;top:-2px;right:-2px;font-size:8px;color:#ffb74d;opacity:.8;pointer-events:none}.l1b-checklist-footer{background:#e65100;padding:1rem 1.5rem;border-top:1px solid rgba(255,255,255,.1);border-radius:0 0 16px 16px}.l1b-checklist-save-note{display:flex;align-items:center;gap:.5rem;font-size:.8rem;color:#ffffffe6;justify-content:center}.l1b-checklist-save-note i{font-size:.75rem;opacity:1}.l1b-portal-nav-content{padding:0}.l1b-portal-nav-section{border-bottom:1px solid rgba(255,255,255,.1)}.l1b-portal-nav-item{display:flex;align-items:center;padding:1rem 1.5rem;text-decoration:none;color:#ffffffe6;transition:all .3s ease;border-bottom:1px solid rgba(255,255,255,.1);position:relative;cursor:pointer}.l1b-portal-nav-item:hover{background:#ffffff1a;color:#fff}.l1b-portal-nav-item.active{background:#e651004d;border-left:4px solid #FF6F00;color:#fff}.l1b-portal-nav-icon{font-size:1.1rem;margin-right:1rem;width:18px;text-align:center;flex-shrink:0}.l1b-portal-nav-text{flex:1;font-weight:500;font-size:.9rem;line-height:1.3}.l1b-portal-nav-subitems{background:#0003;border-left:2px solid rgba(230,81,0,.3);margin-left:1rem}.l1b-portal-nav-subitem{display:flex;align-items:center;padding:.5rem 1rem .5rem 1.5rem;color:#fffc;transition:all .3s ease;cursor:pointer;border-bottom:1px solid rgba(255,255,255,.05)}.l1b-portal-nav-subitem:hover{background:#ffffff14;color:#fffffff2}.l1b-portal-nav-subitem.active{background:#e6510033;color:#fff;border-left:2px solid #FF6F00}.l1b-portal-nav-subtext{font-size:.8rem;font-weight:400;line-height:1.2}.l1b-main-content{margin-left:350px;margin-right:400px;width:calc(100vw - 750px);min-height:100vh;position:relative;display:flex;flex-direction:column;align-items:center;transition:margin-left .3s ease,width .3s ease}.l1b-main-content.nav-collapsed{margin-left:0;width:calc(100vw - 400px)}.l1b-main-content-full{margin-left:0;margin-right:400px;width:calc(100vw - 400px);min-height:100vh;position:relative;display:flex;flex-direction:column;align-items:center}.l1b-knowledge-pattern{position:fixed;top:0;left:0;right:0;bottom:0;background:repeating-linear-gradient(-45deg,#7b1fa205,#7b1fa205 12px,#ffffff04 12px,#ffffff04 24px,#e6510005 24px,#e6510005 36px);z-index:1;animation:knowledge-movement 40s ease-in-out infinite}.l1b-expertise-bg{position:fixed;top:0;left:0;right:0;bottom:0;background-image:radial-gradient(circle at 25% 35%,rgba(156,39,176,.3) 1px,transparent 1px),radial-gradient(circle at 75% 25%,rgba(230,81,0,.25) 1px,transparent 1px),radial-gradient(circle at 55% 65%,rgba(123,31,162,.2) 1px,transparent 1px),radial-gradient(circle at 35% 75%,rgba(156,39,176,.3) 1px,transparent 1px),radial-gradient(circle at 85% 55%,rgba(230,81,0,.25) 1px,transparent 1px);background-size:100px 100px,140px 140px,120px 120px,160px 160px,110px 110px;z-index:1;animation:expertise-sparkle 28s ease-in-out infinite}.l1b-innovation-hologram{position:fixed;top:20%;right:12%;width:300px;height:300px;background:radial-gradient(circle at center,rgba(156,39,176,.08) 0%,rgba(230,81,0,.05) 40%,transparent 70%);opacity:.15;transform:rotate(15deg);filter:drop-shadow(0 0 30px rgba(156,39,176,.3));z-index:1;pointer-events:none;animation:innovation-float 35s ease-in-out infinite}.l1b-section{position:relative;z-index:10;padding:4rem 2rem;min-height:100vh;display:flex;align-items:flex-start;justify-content:center;width:100%;max-width:1400px}.l1b-section:first-child{padding-top:6rem}.l1b-section-container{max-width:1200px;width:100%;margin:0 auto}.l1b-section-header{text-align:center;margin-bottom:3rem}.l1b-section-main-title{font-size:clamp(2.5rem,6vw,4rem);font-weight:700;line-height:1.2;margin-bottom:1rem;color:#fffffff2;text-shadow:0 2px 4px rgba(0,0,0,.3)}.l1b-section-main-subtitle{font-size:clamp(1.125rem,2.5vw,1.5rem);color:#fffc;margin-bottom:2rem;max-width:800px;margin-left:auto;margin-right:auto;line-height:1.4}.l1b-content-card{background:#ffffff14;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border:1px solid rgba(255,255,255,.15);border-radius:20px;padding:2.5rem;margin:2rem 0;transition:all .4s ease;box-shadow:0 8px 32px #0003}.l1b-content-card:hover{transform:translateY(-5px);background:#ffffff1f;border:1px solid rgba(255,255,255,.25);box-shadow:0 16px 48px #0000004d}.l1b-section-title{font-size:2rem;font-weight:600;color:#fffffff2;margin-bottom:1.5rem;display:flex;align-items:center;gap:.75rem}.l1b-section-icon{font-size:1.5rem;color:#ce93d8}.l1b-section-content{color:#ffffffd9;line-height:1.6;font-size:1.1rem}.l1b-section-content p{margin-bottom:1rem}.l1b-section-content ul,.l1b-section-content ol{margin:1rem 0;padding-left:1.5rem}.l1b-section-content li{margin-bottom:.5rem}.l1b-section-content strong{color:#fffffff2;font-weight:600}.l1b-grid-2{display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:2rem}.l1b-grid-3{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.l1b-highlight-box{background:#9c27b01a;border:1px solid rgba(156,39,176,.3);border-radius:12px;padding:1.5rem;margin:1.5rem 0}.l1b-highlight-box.warning{background:#ff98001a;border-color:#ff98004d}.l1b-highlight-box.success{background:#4caf501a;border-color:#4caf504d}.l1b-highlight-box.danger{background:#f443361a;border-color:#f443364d}.l1b-highlight-title{font-weight:600;font-size:1.1rem;margin-bottom:.75rem;display:flex;align-items:center;gap:.5rem}.l1b-steps-container{position:relative;margin:2rem 0}.l1b-step{display:flex;align-items:flex-start;margin-bottom:2rem;position:relative}.l1b-step-number{background:linear-gradient(135deg,#7b1fa2,#9c27b0);color:#fff;width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.1rem;margin-right:1.5rem;flex-shrink:0;position:relative;z-index:2}.l1b-step-content{flex:1;padding-top:.5rem}.l1b-step-title{font-size:1.25rem;font-weight:600;color:#fffffff2;margin-bottom:.5rem}.l1b-step-description{color:#fffc;line-height:1.5}.l1b-step:not(:last-child):after{content:"";position:absolute;left:19px;top:40px;bottom:-2rem;width:2px;background:linear-gradient(180deg,#9c27b0,#9c27b04d);z-index:1}.l1b-table{width:100%;border-collapse:collapse;margin:1.5rem 0;background:#ffffff0d;border-radius:12px;overflow:hidden}.l1b-table th{background:#7b1fa233;color:#fffffff2;padding:1rem;text-align:left;font-weight:600;border-bottom:1px solid rgba(255,255,255,.1)}.l1b-table td{padding:1rem;border-bottom:1px solid rgba(255,255,255,.1);color:#ffffffd9}.l1b-table tr:hover{background:#ffffff0d}.l1b-button{background:linear-gradient(135deg,#7b1fa2,#9c27b0);color:#fff;border:none;padding:.75rem 1.5rem;border-radius:50px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;text-decoration:none;display:inline-block;text-align:center}.l1b-button:hover{transform:translateY(-2px);box-shadow:0 8px 25px #9c27b066}.l1b-button.secondary{background:linear-gradient(135deg,#64748b,#475569)}.l1b-button.secondary:hover{box-shadow:0 8px 25px #64748b66}.l1b-quick-links{background:linear-gradient(135deg,#e65100,#ff6f00);border-radius:16px;padding:2rem;margin:2rem 0;text-align:center}.l1b-quick-links-title{font-size:1.5rem;font-weight:700;margin-bottom:1rem;color:#fff}.l1b-quick-links-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;margin-top:1.5rem}.l1b-quick-link{background:#ffffff1a;border:1px solid rgba(255,255,255,.2);border-radius:12px;padding:1rem;text-decoration:none;color:#fff;transition:all .3s ease;display:block;cursor:pointer}.l1b-quick-link:hover{background:#fff3;transform:translateY(-2px)}@media (max-width: 1024px){.l1b-main-content-full{margin-right:320px;width:calc(100vw - 320px)}.l1b-section{max-width:1200px}.l1b-knowledge-pattern,.l1b-expertise-bg{left:0}}@media (max-width: 768px){.l1b-main-content-full{margin-right:0;width:100vw}.l1b-checklist-sidebar{display:none}.l1b-knowledge-pattern,.l1b-expertise-bg{left:0}.l1b-section{padding:2rem 1rem;max-width:100%}.l1b-section-container{max-width:100%;padding:0 .5rem}.l1b-content-card{padding:1.5rem;margin:1rem 0}.l1b-grid-2,.l1b-grid-3{grid-template-columns:1fr}}@media (max-width: 480px){.l1b-main-content-full{margin-right:0;width:100vw}.l1b-checklist-sidebar{display:none}.l1b-knowledge-pattern,.l1b-expertise-bg{left:0}.l1b-section{padding:1.5rem .5rem;max-width:100%}.l1b-section-container{max-width:100%;padding:0 .25rem}.l1b-content-card{padding:1rem}}@media (max-width: 1400px){.l1b-checklist-sidebar{width:300px;right:15px}.l1b-main-content{margin-right:335px;width:calc(100vw - 685px)}.l1b-main-content.nav-collapsed{width:calc(100vw - 335px)}}@media (max-width: 1200px){.l1b-checklist-sidebar{width:280px;right:10px;top:160px;height:calc(100vh - 180px)}.l1b-main-content{margin-right:310px;width:calc(100vw - 660px)}.l1b-main-content.nav-collapsed{width:calc(100vw - 310px)}}@keyframes knowledge-movement{0%,to{transform:translate(0) translateY(0)}25%{transform:translate(10px) translateY(-5px)}50%{transform:translate(18px) translateY(0)}75%{transform:translate(10px) translateY(5px)}}@keyframes expertise-sparkle{0%,to{opacity:1}25%{opacity:.7}50%{opacity:.5}75%{opacity:.8}}@keyframes innovation-float{0%,to{transform:rotate(15deg) scale(1) translateY(0)}25%{transform:rotate(12deg) scale(1.05) translateY(-12px)}50%{transform:rotate(18deg) scale(1.12) translateY(0)}75%{transform:rotate(14deg) scale(1.05) translateY(8px)}}.m1-page-container{font-family:Inter,sans-serif;background:transparent;color:#fff;min-height:100vh;position:relative;overflow-x:hidden;margin:0;padding:0;display:flex}.m1-checklist-sidebar{position:fixed;right:20px;top:160px;width:360px;height:calc(100vh - 180px);background:#ffffff1f;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.2);border-radius:16px;z-index:1000;overflow-y:auto;padding:0;display:flex;flex-direction:column;box-shadow:0 20px 40px #00000026,0 10px 20px #0000001a,0 5px 10px #0000000d;scrollbar-width:none;-ms-overflow-style:none;overscroll-behavior:contain}.m1-checklist-sidebar::-webkit-scrollbar{display:none;width:0;height:0}.m1-checklist-sidebar::-webkit-scrollbar-track{display:none}.m1-checklist-sidebar::-webkit-scrollbar-thumb{display:none}.m1-checklist-header{position:sticky;top:0;z-index:1001;border-radius:16px 16px 0 0;padding:1.5rem;color:#fff;border-bottom:1px solid rgba(255,255,255,.2);box-shadow:0 2px 8px #0000001a}.m1-checklist-header.checklist-theme{background:linear-gradient(135deg,#d32f2f,#f44336)}.m1-checklist-header.portal-theme{background:linear-gradient(135deg,#1976d2,#2196f3)}.m1-tab-header{position:relative;display:flex;align-items:flex-start;justify-content:space-between;width:100%}.m1-tab-content{flex:1;text-align:center}.m1-tab-title{font-size:1.4rem;font-weight:700;margin:0 0 .5rem;line-height:1.2;display:flex;align-items:center;justify-content:center;gap:.5rem;color:#fff}.m1-tab-title-icon{font-size:1.4rem;line-height:1}.m1-tab-subtitle{font-size:.9rem;margin:0;opacity:.9;font-weight:400;color:#fff;line-height:1.3}.m1-tab-toggle{width:40px;height:40px;border-radius:8px;border:2px solid transparent;cursor:pointer;transition:all .3s ease;font-size:1.2rem;display:flex;align-items:center;justify-content:center;line-height:1;color:#fff;font-weight:600;flex-shrink:0;margin-top:7px}.m1-tab-toggle.to-portal{background:#1976d2e6;border-color:#1976d2}.m1-tab-toggle.to-checklist{background:#d32f2fe6;border-color:#d32f2f}.m1-tab-toggle:hover{transform:scale(1.05);box-shadow:0 4px 12px #0003}.m1-tab-toggle.to-portal:hover{background:#1976d2}.m1-tab-toggle.to-checklist:hover{background:#d32f2f}.m1-checklist-content{flex:1;padding:0}.m1-checklist-section{border-bottom:1px solid rgba(255,255,255,.1);margin-bottom:0}.m1-checklist-section-header{background:#1976d2;color:#fff;padding:1rem 1.5rem;border-bottom:1px solid rgba(255,255,255,.15)}.m1-checklist-section-title{font-size:.95rem;font-weight:600;margin:0 0 .5rem;color:#fff;line-height:1.3;text-shadow:none}.m1-checklist-progress{display:flex;align-items:center;gap:.75rem}.m1-checklist-progress-text{font-size:.8rem;font-weight:500;color:#fffc;min-width:40px}.m1-checklist-progress-bar{flex:1;height:6px;background:#fff3;border-radius:3px;overflow:hidden}.m1-checklist-progress-fill{height:100%;background:linear-gradient(90deg,#f44336,#d32f2f);border-radius:3px;transition:width .3s ease}.m1-checklist-subsection{margin-bottom:1rem}.m1-checklist-subsection-title{font-size:.85rem;font-weight:600;color:#ffcdd2;margin:0 0 .5rem;padding:.5rem 1.5rem 0;text-transform:uppercase;letter-spacing:.5px}.m1-checklist-items{padding:0}.m1-checklist-item{border-bottom:1px solid rgba(255,255,255,.05);will-change:background-color}.m1-checklist-item:hover{background:#ffffff08}.m1-checklist-label{display:flex;align-items:flex-start;padding:.75rem 1.5rem;cursor:pointer;gap:.75rem;font-size:.85rem;line-height:1.4;color:#ffffffe6;will-change:color}.m1-checklist-label:hover{color:#fff}.m1-checklist-checkbox{display:none}.m1-checklist-checkmark{width:18px;height:18px;border:2px solid rgba(255,255,255,.3);border-radius:4px;position:relative;flex-shrink:0;background:transparent;margin-top:1px;will-change:background,border-color,transform}.m1-checklist-checkbox:checked+.m1-checklist-checkmark{background:linear-gradient(135deg,#f44336,#d32f2f);border-color:#f44336;transform:scale(1.05)}.m1-checklist-checkbox:checked+.m1-checklist-checkmark:after{content:"✓";position:absolute;top:-1px;left:2px;color:#fff;font-size:12px;font-weight:700}.m1-checklist-checkbox:checked+.m1-checklist-checkmark+.m1-checklist-text{color:#ffcdd2;text-decoration:line-through;opacity:.8}.m1-checklist-text{flex:1;will-change:color,text-decoration,opacity}.m1-checklist-emoji-button{font-size:1rem;margin-left:auto;opacity:.8;flex-shrink:0;background:none;border:none;cursor:pointer;padding:2px 4px;border-radius:4px;transition:all .2s ease;position:relative}.m1-checklist-emoji-button:hover{opacity:1;background:#ffffff1a;transform:scale(1.1)}.m1-checklist-emoji-button:active{transform:scale(.95)}.m1-checklist-text-input{margin:.5rem 2.25rem 0;padding-bottom:.5rem}.m1-checklist-textarea{width:100%;background:#ffffff08;border:1px solid rgba(255,255,255,.15);border-radius:6px;color:#ffffffb3;padding:.75rem;font-size:.85rem;font-family:inherit;min-height:60px;text-align:left;cursor:default;box-sizing:border-box;line-height:1.5;word-wrap:break-word;overflow-wrap:break-word;-webkit-hyphens:auto;hyphens:auto;white-space:pre-line}.m1-checklist-link{color:#90caf9;text-decoration:underline;transition:color .2s ease;word-break:break-all;font-weight:500}.m1-checklist-link:hover{color:#bbdefb;text-decoration:underline}.m1-info-indicator{position:absolute;top:-2px;right:-2px;font-size:8px;color:#90caf9;opacity:.8;pointer-events:none}.m1-checklist-footer{background:#1976d2;padding:1rem 1.5rem;border-top:1px solid rgba(255,255,255,.1);border-radius:0 0 16px 16px}.m1-checklist-save-note{display:flex;align-items:center;gap:.5rem;font-size:.8rem;color:#ffffffe6;justify-content:center}.m1-checklist-save-note i{font-size:.75rem;opacity:1}.m1-portal-nav-content{padding:0}.m1-portal-nav-section{border-bottom:1px solid rgba(255,255,255,.1)}.m1-portal-nav-item{display:flex;align-items:center;padding:1rem 1.5rem;text-decoration:none;color:#ffffffe6;transition:all .3s ease;border-bottom:1px solid rgba(255,255,255,.1);position:relative;cursor:pointer}.m1-portal-nav-item:hover{background:#ffffff1a;color:#fff}.m1-portal-nav-item.active{background:#1976d24d;border-left:4px solid #2196F3;color:#fff}.m1-portal-nav-icon{font-size:1.1rem;margin-right:1rem;width:18px;text-align:center;flex-shrink:0}.m1-portal-nav-text{flex:1;font-weight:500;font-size:.9rem;line-height:1.3}.m1-portal-nav-subitems{background:#0003;border-left:2px solid rgba(25,118,210,.3);margin-left:1rem}.m1-portal-nav-subitem{display:flex;align-items:center;padding:.5rem 1rem .5rem 1.5rem;color:#fffc;transition:all .3s ease;cursor:pointer;border-bottom:1px solid rgba(255,255,255,.05)}.m1-portal-nav-subitem:hover{background:#ffffff14;color:#fffffff2}.m1-portal-nav-subitem.active{background:#1976d233;color:#fff;border-left:2px solid #2196F3}.m1-portal-nav-subtext{font-size:.8rem;font-weight:400;line-height:1.2}.m1-main-content{margin-left:350px;margin-right:400px;width:calc(100vw - 750px);min-height:100vh;position:relative;display:flex;flex-direction:column;align-items:center;transition:margin-left .3s ease,width .3s ease}.m1-main-content.nav-collapsed{margin-left:0;width:calc(100vw - 400px)}.m1-main-content-full{margin-left:0;margin-right:400px;width:calc(100vw - 400px);min-height:100vh;position:relative;display:flex;flex-direction:column;align-items:center}.m1-vocational-pattern{position:fixed;top:0;left:0;right:0;bottom:0;background:repeating-linear-gradient(-45deg,#d32f2f05,#d32f2f05 12px,#ffffff04 12px,#ffffff04 24px,#1976d205 24px,#1976d205 36px);z-index:1;animation:vocational-movement 40s ease-in-out infinite}.m1-education-bg{position:fixed;top:0;left:0;right:0;bottom:0;background-image:radial-gradient(circle at 25% 35%,rgba(244,67,54,.3) 1px,transparent 1px),radial-gradient(circle at 75% 25%,rgba(25,118,210,.25) 1px,transparent 1px),radial-gradient(circle at 55% 65%,rgba(211,47,47,.2) 1px,transparent 1px),radial-gradient(circle at 35% 75%,rgba(244,67,54,.3) 1px,transparent 1px),radial-gradient(circle at 85% 55%,rgba(25,118,210,.25) 1px,transparent 1px);background-size:100px 100px,140px 140px,120px 120px,160px 160px,110px 110px;z-index:1;animation:education-sparkle 28s ease-in-out infinite}.m1-skills-hologram{position:fixed;top:20%;right:12%;width:300px;height:300px;background:radial-gradient(circle at center,rgba(244,67,54,.08) 0%,rgba(25,118,210,.05) 40%,transparent 70%);opacity:.15;transform:rotate(15deg);filter:drop-shadow(0 0 30px rgba(244,67,54,.3));z-index:1;pointer-events:none;animation:skills-float 35s ease-in-out infinite}.m1-section{position:relative;z-index:10;padding:4rem 2rem;min-height:100vh;display:flex;align-items:flex-start;justify-content:center;width:100%;max-width:1400px}.m1-section:first-child{padding-top:6rem}.m1-section-container{max-width:1200px;width:100%;margin:0 auto}.m1-section-header{text-align:center;margin-bottom:3rem}.m1-section-main-title{font-size:clamp(2.5rem,6vw,4rem);font-weight:700;line-height:1.2;margin-bottom:1rem;color:#fffffff2;text-shadow:0 2px 4px rgba(0,0,0,.3)}.m1-section-main-subtitle{font-size:clamp(1.125rem,2.5vw,1.5rem);color:#fffc;margin-bottom:2rem;max-width:800px;margin-left:auto;margin-right:auto;line-height:1.4}.m1-content-card{background:#ffffff14;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border:1px solid rgba(255,255,255,.15);border-radius:20px;padding:2.5rem;margin:2rem 0;transition:all .4s ease;box-shadow:0 8px 32px #0003}.m1-content-card:hover{transform:translateY(-5px);background:#ffffff1f;border:1px solid rgba(255,255,255,.25);box-shadow:0 16px 48px #0000004d}.m1-section-title{font-size:2rem;font-weight:600;color:#fffffff2;margin-bottom:1.5rem;display:flex;align-items:center;gap:.75rem}.m1-section-icon{font-size:1.5rem;color:#ffcdd2}.m1-section-content{color:#ffffffd9;line-height:1.6;font-size:1.1rem}.m1-section-content p{margin-bottom:1rem}.m1-section-content ul,.m1-section-content ol{margin:1rem 0;padding-left:1.5rem}.m1-section-content li{margin-bottom:.5rem}.m1-section-content strong{color:#fffffff2;font-weight:600}.m1-grid-2{display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:2rem}.m1-grid-3{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.m1-highlight-box{background:#f443361a;border:1px solid rgba(244,67,54,.3);border-radius:12px;padding:1.5rem;margin:1.5rem 0}.m1-highlight-box.warning{background:#ff98001a;border-color:#ff98004d}.m1-highlight-box.success{background:#4caf501a;border-color:#4caf504d}.m1-highlight-box.danger{background:#f443361a;border-color:#f443364d}.m1-highlight-box.info{background:#1976d21a;border-color:#1976d24d}.m1-highlight-title{font-weight:600;font-size:1.1rem;margin-bottom:.75rem;display:flex;align-items:center;gap:.5rem}.m1-steps-container{position:relative;margin:2rem 0}.m1-step{display:flex;align-items:flex-start;margin-bottom:2rem;position:relative}.m1-step-number{background:linear-gradient(135deg,#d32f2f,#f44336);color:#fff;width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.1rem;margin-right:1.5rem;flex-shrink:0;position:relative;z-index:2}.m1-step-content{flex:1;padding-top:.5rem}.m1-step-title{font-size:1.25rem;font-weight:600;color:#fffffff2;margin-bottom:.5rem}.m1-step-description{color:#fffc;line-height:1.5}.m1-step:not(:last-child):after{content:"";position:absolute;left:19px;top:40px;bottom:-2rem;width:2px;background:linear-gradient(180deg,#f44336,#f443364d);z-index:1}.m1-table{width:100%;border-collapse:collapse;margin:1.5rem 0;background:#ffffff0d;border-radius:12px;overflow:hidden}.m1-table th{background:#d32f2f33;color:#fffffff2;padding:1rem;text-align:left;font-weight:600;border-bottom:1px solid rgba(255,255,255,.1)}.m1-table td{padding:1rem;border-bottom:1px solid rgba(255,255,255,.1);color:#ffffffd9}.m1-table tr:hover{background:#ffffff0d}.m1-button{background:linear-gradient(135deg,#d32f2f,#f44336);color:#fff;border:none;padding:.75rem 1.5rem;border-radius:50px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;text-decoration:none;display:inline-block;text-align:center}.m1-button:hover{transform:translateY(-2px);box-shadow:0 8px 25px #f4433666}.m1-button.secondary{background:linear-gradient(135deg,#64748b,#475569)}.m1-button.secondary:hover{box-shadow:0 8px 25px #64748b66}.m1-quick-links{background:linear-gradient(135deg,#1976d2,#2196f3);border-radius:16px;padding:2rem;margin:2rem 0;text-align:center}.m1-quick-links-title{font-size:1.5rem;font-weight:700;margin-bottom:1rem;color:#fff}.m1-quick-links-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;margin-top:1.5rem}.m1-quick-link{background:#ffffff1a;border:1px solid rgba(255,255,255,.2);border-radius:12px;padding:1rem;text-decoration:none;color:#fff;transition:all .3s ease;display:block;cursor:pointer}.m1-quick-link:hover{background:#fff3;transform:translateY(-2px)}@media (max-width: 1024px){.m1-main-content-full{margin-right:320px;width:calc(100vw - 320px)}.m1-section{max-width:1200px}.m1-vocational-pattern,.m1-education-bg{left:0}}@media (max-width: 768px){.m1-main-content-full{margin-right:0;width:100vw}.m1-checklist-sidebar{display:none}.m1-vocational-pattern,.m1-education-bg{left:0}.m1-section{padding:2rem 1rem;max-width:100%}.m1-section-container{max-width:100%;padding:0 .5rem}.m1-content-card{padding:1.5rem;margin:1rem 0}.m1-grid-2,.m1-grid-3{grid-template-columns:1fr}}@media (max-width: 480px){.m1-main-content-full{margin-right:0;width:100vw}.m1-checklist-sidebar{display:none}.m1-vocational-pattern,.m1-education-bg{left:0}.m1-section{padding:1.5rem .5rem;max-width:100%}.m1-section-container{max-width:100%;padding:0 .25rem}.m1-content-card{padding:1rem}}@media (max-width: 1400px){.m1-checklist-sidebar{width:300px;right:15px}.m1-main-content{margin-right:335px;width:calc(100vw - 685px)}.m1-main-content.nav-collapsed{width:calc(100vw - 335px)}}@media (max-width: 1200px){.m1-checklist-sidebar{width:280px;right:10px;top:160px;height:calc(100vh - 180px)}.m1-main-content{margin-right:310px;width:calc(100vw - 660px)}.m1-main-content.nav-collapsed{width:calc(100vw - 310px)}}@keyframes vocational-movement{0%,to{transform:translate(0) translateY(0)}25%{transform:translate(10px) translateY(-5px)}50%{transform:translate(18px) translateY(0)}75%{transform:translate(10px) translateY(5px)}}@keyframes education-sparkle{0%,to{opacity:1}25%{opacity:.7}50%{opacity:.5}75%{opacity:.8}}@keyframes skills-float{0%,to{transform:rotate(15deg) scale(1) translateY(0)}25%{transform:rotate(12deg) scale(1.05) translateY(-12px)}50%{transform:rotate(18deg) scale(1.12) translateY(0)}75%{transform:rotate(14deg) scale(1.05) translateY(8px)}}.m3-page-container{font-family:Inter,sans-serif;background:transparent;color:#fff;min-height:100vh;position:relative;overflow-x:hidden;margin:0;padding:0;display:flex}.m3-checklist-sidebar{position:fixed;right:20px;top:160px;width:360px;height:calc(100vh - 180px);background:#ffffff1f;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.2);border-radius:16px;z-index:1000;overflow-y:auto;padding:0;display:flex;flex-direction:column;box-shadow:0 20px 40px #00000026,0 10px 20px #0000001a,0 5px 10px #0000000d;scrollbar-width:none;-ms-overflow-style:none;overscroll-behavior:contain}.m3-checklist-sidebar::-webkit-scrollbar{display:none;width:0;height:0}.m3-checklist-sidebar::-webkit-scrollbar-track{display:none}.m3-checklist-sidebar::-webkit-scrollbar-thumb{display:none}.m3-checklist-header{position:sticky;top:0;z-index:1001;border-radius:16px 16px 0 0;padding:1.5rem;color:#fff;border-bottom:1px solid rgba(255,255,255,.2);box-shadow:0 2px 8px #0000001a}.m3-checklist-header.checklist-theme{background:linear-gradient(135deg,#2e7d32,#4caf50)}.m3-checklist-header.portal-theme{background:linear-gradient(135deg,#d32f2f,#f44336)}.m3-tab-header{position:relative;display:flex;align-items:flex-start;justify-content:space-between;width:100%}.m3-tab-content{flex:1;text-align:center}.m3-tab-title{font-size:1.4rem;font-weight:700;margin:0 0 .5rem;line-height:1.2;display:flex;align-items:center;justify-content:center;gap:.5rem;color:#fff}.m3-tab-title-icon{font-size:1.4rem;line-height:1}.m3-tab-subtitle{font-size:.9rem;margin:0;opacity:.9;font-weight:400;color:#fff;line-height:1.3}.m3-tab-toggle{width:40px;height:40px;border-radius:8px;border:2px solid transparent;cursor:pointer;transition:all .3s ease;font-size:1.2rem;display:flex;align-items:center;justify-content:center;line-height:1;color:#fff;font-weight:600;flex-shrink:0;margin-top:7px}.m3-tab-toggle.to-portal{background:#d32f2fe6;border-color:#d32f2f}.m3-tab-toggle.to-checklist{background:#2e7d32e6;border-color:#2e7d32}.m3-tab-toggle:hover{transform:scale(1.05);box-shadow:0 4px 12px #0003}.m3-tab-toggle.to-portal:hover{background:#d32f2f}.m3-tab-toggle.to-checklist:hover{background:#2e7d32}.m3-checklist-content{flex:1;padding:0}.m3-checklist-section{border-bottom:1px solid rgba(255,255,255,.1);margin-bottom:0}.m3-checklist-section-header{background:#2e7d32;color:#fff;padding:1rem 1.5rem;border-bottom:1px solid rgba(255,255,255,.15)}.m3-checklist-section-title{font-size:.95rem;font-weight:600;margin:0 0 .5rem;color:#fff;line-height:1.3;text-shadow:none}.m3-checklist-progress{display:flex;align-items:center;gap:.75rem}.m3-checklist-progress-text{font-size:.8rem;font-weight:500;color:#fffc;min-width:40px}.m3-checklist-progress-bar{flex:1;height:6px;background:#fff3;border-radius:3px;overflow:hidden}.m3-checklist-progress-fill{height:100%;background:linear-gradient(90deg,#4caf50,#2e7d32);border-radius:3px;transition:width .3s ease}.m3-checklist-subsection{margin-bottom:1rem}.m3-checklist-subsection-title{font-size:.85rem;font-weight:600;color:#c8e6c9;margin:0 0 .5rem;padding:.5rem 1.5rem 0;text-transform:uppercase;letter-spacing:.5px}.m3-checklist-items{padding:0}.m3-checklist-item{border-bottom:1px solid rgba(255,255,255,.05);will-change:background-color}.m3-checklist-item:hover{background:#ffffff08}.m3-checklist-label{display:flex;align-items:flex-start;padding:.75rem 1.5rem;cursor:pointer;gap:.75rem;font-size:.85rem;line-height:1.4;color:#ffffffe6;will-change:color}.m3-checklist-label:hover{color:#fff}.m3-checklist-checkbox{display:none}.m3-checklist-checkmark{width:18px;height:18px;border:2px solid rgba(255,255,255,.3);border-radius:4px;position:relative;flex-shrink:0;background:transparent;margin-top:1px;will-change:background,border-color,transform}.m3-checklist-checkbox:checked+.m3-checklist-checkmark{background:linear-gradient(135deg,#4caf50,#2e7d32);border-color:#4caf50;transform:scale(1.05)}.m3-checklist-checkbox:checked+.m3-checklist-checkmark:after{content:"✓";position:absolute;top:-1px;left:2px;color:#fff;font-size:12px;font-weight:700}.m3-checklist-checkbox:checked+.m3-checklist-checkmark+.m3-checklist-text{color:#c8e6c9;text-decoration:line-through;opacity:.8}.m3-checklist-text{flex:1;will-change:color,text-decoration,opacity}.m3-checklist-emoji-button{font-size:1rem;margin-left:auto;opacity:.8;flex-shrink:0;background:none;border:none;cursor:pointer;padding:2px 4px;border-radius:4px;transition:all .2s ease;position:relative}.m3-checklist-emoji-button:hover{opacity:1;background:#ffffff1a;transform:scale(1.1)}.m3-checklist-emoji-button:active{transform:scale(.95)}.m3-checklist-text-input{margin:.5rem 2.25rem 0;padding-bottom:.5rem}.m3-checklist-textarea{width:100%;background:#ffffff08;border:1px solid rgba(255,255,255,.15);border-radius:6px;color:#ffffffb3;padding:.75rem;font-size:.85rem;font-family:inherit;min-height:60px;text-align:left;cursor:default;box-sizing:border-box;line-height:1.5;word-wrap:break-word;overflow-wrap:break-word;-webkit-hyphens:auto;hyphens:auto;white-space:pre-line}.m3-checklist-link{color:#81c784;text-decoration:underline;transition:color .2s ease;word-break:break-all;font-weight:500}.m3-checklist-link:hover{color:#a5d6a7;text-decoration:underline}.m3-info-indicator{position:absolute;top:-2px;right:-2px;font-size:8px;color:#81c784;opacity:.8;pointer-events:none}.m3-checklist-footer{background:#2e7d32;padding:1rem 1.5rem;border-top:1px solid rgba(255,255,255,.1);border-radius:0 0 16px 16px}.m3-checklist-save-note{display:flex;align-items:center;gap:.5rem;font-size:.8rem;color:#ffffffe6;justify-content:center}.m3-checklist-save-note i{font-size:.75rem;opacity:1}.m3-portal-nav-content{padding:0}.m3-portal-nav-section{border-bottom:1px solid rgba(255,255,255,.1)}.m3-portal-nav-item{display:flex;align-items:center;padding:1rem 1.5rem;text-decoration:none;color:#ffffffe6;transition:all .3s ease;border-bottom:1px solid rgba(255,255,255,.1);position:relative;cursor:pointer}.m3-portal-nav-item:hover{background:#ffffff1a;color:#fff}.m3-portal-nav-item.active{background:#d32f2f4d;border-left:4px solid #F44336;color:#fff}.m3-portal-nav-icon{font-size:1.1rem;margin-right:1rem;width:18px;text-align:center;flex-shrink:0}.m3-portal-nav-text{flex:1;font-weight:500;font-size:.9rem;line-height:1.3}.m3-portal-nav-subitems{background:#0003;border-left:2px solid rgba(211,47,47,.3);margin-left:1rem}.m3-portal-nav-subitem{display:flex;align-items:center;padding:.5rem 1rem .5rem 1.5rem;color:#fffc;transition:all .3s ease;cursor:pointer;border-bottom:1px solid rgba(255,255,255,.05)}.m3-portal-nav-subitem:hover{background:#ffffff14;color:#fffffff2}.m3-portal-nav-subitem.active{background:#d32f2f33;color:#fff;border-left:2px solid #F44336}.m3-portal-nav-subtext{font-size:.8rem;font-weight:400;line-height:1.2}.m3-main-content{margin-left:350px;margin-right:400px;width:calc(100vw - 750px);min-height:100vh;position:relative;display:flex;flex-direction:column;align-items:center;transition:margin-left .3s ease,width .3s ease}.m3-main-content.nav-collapsed{margin-left:0;width:calc(100vw - 400px)}.m3-main-content-full{margin-left:0;margin-right:400px;width:calc(100vw - 400px);min-height:100vh;position:relative;display:flex;flex-direction:column;align-items:center}.m3-border-pattern{position:fixed;top:0;left:0;right:0;bottom:0;background:repeating-linear-gradient(-45deg,#2e7d3205,#2e7d3205 12px,#ffffff04 12px,#ffffff04 24px,#d32f2f05 24px,#d32f2f05 36px);z-index:1;animation:border-movement 40s ease-in-out infinite}.m3-commuter-bg{position:fixed;top:0;left:0;right:0;bottom:0;background-image:radial-gradient(circle at 25% 35%,rgba(76,175,80,.3) 1px,transparent 1px),radial-gradient(circle at 75% 25%,rgba(211,47,47,.25) 1px,transparent 1px),radial-gradient(circle at 55% 65%,rgba(46,125,50,.2) 1px,transparent 1px),radial-gradient(circle at 35% 75%,rgba(76,175,80,.3) 1px,transparent 1px),radial-gradient(circle at 85% 55%,rgba(211,47,47,.25) 1px,transparent 1px);background-size:100px 100px,140px 140px,120px 120px,160px 160px,110px 110px;z-index:1;animation:commuter-sparkle 28s ease-in-out infinite}.m3-bridge-hologram{position:fixed;top:20%;right:12%;width:300px;height:300px;background:radial-gradient(circle at center,rgba(76,175,80,.08) 0%,rgba(211,47,47,.05) 40%,transparent 70%);opacity:.15;transform:rotate(15deg);filter:drop-shadow(0 0 30px rgba(76,175,80,.3));z-index:1;pointer-events:none;animation:bridge-float 35s ease-in-out infinite}.m3-section{position:relative;z-index:10;padding:4rem 2rem;min-height:100vh;display:flex;align-items:flex-start;justify-content:center;width:100%;max-width:1400px}.m3-section:first-child{padding-top:6rem}.m3-section-container{max-width:1200px;width:100%;margin:0 auto}.m3-section-header{text-align:center;margin-bottom:3rem}.m3-section-main-title{font-size:clamp(2.5rem,6vw,4rem);font-weight:700;line-height:1.2;margin-bottom:1rem;color:#fffffff2;text-shadow:0 2px 4px rgba(0,0,0,.3)}.m3-section-main-subtitle{font-size:clamp(1.125rem,2.5vw,1.5rem);color:#fffc;margin-bottom:2rem;max-width:800px;margin-left:auto;margin-right:auto;line-height:1.4}.m3-content-card{background:#ffffff14;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border:1px solid rgba(255,255,255,.15);border-radius:20px;padding:2.5rem;margin:2rem 0;transition:all .4s ease;box-shadow:0 8px 32px #0003}.m3-content-card:hover{transform:translateY(-5px);background:#ffffff1f;border:1px solid rgba(255,255,255,.25);box-shadow:0 16px 48px #0000004d}.m3-section-title{font-size:2rem;font-weight:600;color:#fffffff2;margin-bottom:1.5rem;display:flex;align-items:center;gap:.75rem}.m3-section-icon{font-size:1.5rem;color:#c8e6c9}.m3-section-content{color:#ffffffd9;line-height:1.6;font-size:1.1rem}.m3-section-content p{margin-bottom:1rem}.m3-section-content ul,.m3-section-content ol{margin:1rem 0;padding-left:1.5rem}.m3-section-content li{margin-bottom:.5rem}.m3-section-content strong{color:#fffffff2;font-weight:600}.m3-grid-2{display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:2rem}.m3-grid-3{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.m3-highlight-box{background:#4caf501a;border:1px solid rgba(76,175,80,.3);border-radius:12px;padding:1.5rem;margin:1.5rem 0}.m3-highlight-box.warning{background:#ff98001a;border-color:#ff98004d}.m3-highlight-box.success{background:#2e7d321a;border-color:#2e7d324d}.m3-highlight-box.danger{background:#f443361a;border-color:#f443364d}.m3-highlight-box.info{background:#2196f31a;border-color:#2196f34d}.m3-highlight-box.mexican{background:#d32f2f1a;border-color:#d32f2f4d}.m3-highlight-box.canadian{background:#4caf501a;border-color:#4caf504d}.m3-highlight-title{font-weight:600;font-size:1.1rem;margin-bottom:.75rem;display:flex;align-items:center;gap:.5rem}.m3-steps-container{position:relative;margin:2rem 0}.m3-step{display:flex;align-items:flex-start;margin-bottom:2rem;position:relative}.m3-step-number{background:linear-gradient(135deg,#2e7d32,#4caf50);color:#fff;width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.1rem;margin-right:1.5rem;flex-shrink:0;position:relative;z-index:2}.m3-step-content{flex:1;padding-top:.5rem}.m3-step-title{font-size:1.25rem;font-weight:600;color:#fffffff2;margin-bottom:.5rem}.m3-step-description{color:#fffc;line-height:1.5}.m3-step:not(:last-child):after{content:"";position:absolute;left:19px;top:40px;bottom:-2rem;width:2px;background:linear-gradient(180deg,#4caf50,#4caf504d);z-index:1}.m3-dual-path-container{display:grid;grid-template-columns:repeat(auto-fit,minmax(450px,1fr));gap:2rem;margin:2rem 0}.m3-path-card{background:#ffffff0d;border-radius:16px;padding:2rem;border:2px solid transparent;transition:all .3s ease}.m3-path-card.mexican-path{border-color:#d32f2f4d;background:#d32f2f0d}.m3-path-card.canadian-path{border-color:#4caf504d;background:#4caf500d}.m3-path-header{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem}.m3-flag-icon{font-size:2rem}.m3-path-title{font-size:1.5rem;font-weight:700;color:#fffffff2}.m3-table{width:100%;border-collapse:collapse;margin:1.5rem 0;background:#ffffff0d;border-radius:12px;overflow:hidden}.m3-table th{background:#2e7d3233;color:#fffffff2;padding:1rem;text-align:left;font-weight:600;border-bottom:1px solid rgba(255,255,255,.1)}.m3-table td{padding:1rem;border-bottom:1px solid rgba(255,255,255,.1);color:#ffffffd9}.m3-table tr:hover{background:#ffffff0d}.m3-button{background:linear-gradient(135deg,#2e7d32,#4caf50);color:#fff;border:none;padding:.75rem 1.5rem;border-radius:50px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;text-decoration:none;display:inline-block;text-align:center}.m3-button:hover{transform:translateY(-2px);box-shadow:0 8px 25px #4caf5066}.m3-button.secondary{background:linear-gradient(135deg,#64748b,#475569)}.m3-button.secondary:hover{box-shadow:0 8px 25px #64748b66}.m3-quick-links{background:linear-gradient(135deg,#2e7d32,#4caf50);border-radius:16px;padding:2rem;margin:2rem 0;text-align:center}.m3-quick-links-title{font-size:1.5rem;font-weight:700;margin-bottom:1rem;color:#fff}.m3-quick-links-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;margin-top:1.5rem}.m3-quick-link{background:#ffffff1a;border:1px solid rgba(255,255,255,.2);border-radius:12px;padding:1rem;text-decoration:none;color:#fff;transition:all .3s ease;display:block;cursor:pointer}.m3-quick-link:hover{background:#fff3;transform:translateY(-2px)}@media (max-width: 1024px){.m3-main-content-full{margin-right:320px;width:calc(100vw - 320px)}.m3-section{max-width:1200px}.m3-border-pattern,.m3-commuter-bg{left:0}}@media (max-width: 768px){.m3-main-content-full{margin-right:0;width:100vw}.m3-checklist-sidebar{display:none}.m3-border-pattern,.m3-commuter-bg{left:0}.m3-section{padding:2rem 1rem;max-width:100%}.m3-section-container{max-width:100%;padding:0 .5rem}.m3-content-card{padding:1.5rem;margin:1rem 0}.m3-grid-2,.m3-grid-3,.m3-dual-path-container{grid-template-columns:1fr}}@media (max-width: 480px){.m3-main-content-full{margin-right:0;width:100vw}.m3-checklist-sidebar{display:none}.m3-border-pattern,.m3-commuter-bg{left:0}.m3-section{padding:1.5rem .5rem;max-width:100%}.m3-section-container{max-width:100%;padding:0 .25rem}.m3-content-card{padding:1rem}}@media (max-width: 1400px){.m3-checklist-sidebar{width:300px;right:15px}.m3-main-content{margin-right:335px;width:calc(100vw - 685px)}.m3-main-content.nav-collapsed{width:calc(100vw - 335px)}}@media (max-width: 1200px){.m3-checklist-sidebar{width:280px;right:10px;top:160px;height:calc(100vh - 180px)}.m3-main-content{margin-right:310px;width:calc(100vw - 660px)}.m3-main-content.nav-collapsed{width:calc(100vw - 310px)}}@keyframes border-movement{0%,to{transform:translate(0) translateY(0)}25%{transform:translate(10px) translateY(-5px)}50%{transform:translate(18px) translateY(0)}75%{transform:translate(10px) translateY(5px)}}@keyframes commuter-sparkle{0%,to{opacity:1}25%{opacity:.7}50%{opacity:.5}75%{opacity:.8}}.o1a-page-container{font-family:Inter,sans-serif;background:transparent;color:#fff;min-height:100vh;position:relative;overflow-x:hidden;margin:0;padding:0;display:flex}.o1a-checklist-sidebar{position:fixed;right:20px;top:160px;width:360px;height:calc(100vh - 180px);background:#ffffff1f;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.2);border-radius:16px;z-index:1000;overflow-y:auto;padding:0;display:flex;flex-direction:column;box-shadow:0 20px 40px #00000026,0 10px 20px #0000001a,0 5px 10px #0000000d;scrollbar-width:none;-ms-overflow-style:none;overscroll-behavior:contain}.o1a-checklist-sidebar::-webkit-scrollbar{display:none;width:0;height:0}.o1a-checklist-sidebar::-webkit-scrollbar-track{display:none}.o1a-checklist-sidebar::-webkit-scrollbar-thumb{display:none}.o1a-checklist-header{position:sticky;top:0;z-index:1001;border-radius:16px 16px 0 0;padding:1.5rem;color:#fff;border-bottom:1px solid rgba(255,255,255,.2);box-shadow:0 2px 8px #0000001a}.o1a-checklist-header.checklist-theme{background:linear-gradient(135deg,#ff6f00,#ff8f00)}.o1a-checklist-header.portal-theme{background:linear-gradient(135deg,#1565c0,#1976d2)}.o1a-tab-header{position:relative;display:flex;align-items:flex-start;justify-content:space-between;width:100%}.o1a-tab-content{flex:1;text-align:center}.o1a-tab-title{font-size:1.4rem;font-weight:700;margin:0 0 .5rem;line-height:1.2;display:flex;align-items:center;justify-content:center;gap:.5rem;color:#fff}.o1a-tab-title-icon{font-size:1.4rem;line-height:1}.o1a-tab-subtitle{font-size:.9rem;margin:0;opacity:.9;font-weight:400;color:#fff;line-height:1.3}.o1a-tab-toggle{width:40px;height:40px;border-radius:8px;border:2px solid transparent;cursor:pointer;transition:all .3s ease;font-size:1.2rem;display:flex;align-items:center;justify-content:center;line-height:1;color:#fff;font-weight:600;flex-shrink:0;margin-top:7px}.o1a-tab-toggle.to-portal{background:#1565c0e6;border-color:#1565c0}.o1a-tab-toggle.to-checklist{background:#ff6f00e6;border-color:#ff6f00}.o1a-tab-toggle:hover{transform:scale(1.05);box-shadow:0 4px 12px #0003}.o1a-tab-toggle.to-portal:hover{background:#1565c0}.o1a-tab-toggle.to-checklist:hover{background:#ff6f00}.o1a-checklist-content{flex:1;padding:0}.o1a-checklist-section{border-bottom:1px solid rgba(255,255,255,.1);margin-bottom:0}.o1a-checklist-section-header{background:#ff6f00;color:#fff;padding:1rem 1.5rem;border-bottom:1px solid rgba(255,255,255,.15)}.o1a-checklist-section-title{font-size:.95rem;font-weight:600;margin:0 0 .5rem;color:#fff;line-height:1.3;text-shadow:none}.o1a-checklist-progress{display:flex;align-items:center;gap:.75rem}.o1a-checklist-progress-text{font-size:.8rem;font-weight:500;color:#fffc;min-width:40px}.o1a-checklist-progress-bar{flex:1;height:6px;background:#fff3;border-radius:3px;overflow:hidden}.o1a-checklist-progress-fill{height:100%;background:linear-gradient(90deg,#ff8f00,#ff6f00);border-radius:3px;transition:width .3s ease}.o1a-checklist-subsection{margin-bottom:1rem}.o1a-checklist-subsection-title{font-size:.85rem;font-weight:600;color:#ffe0b2;margin:0 0 .5rem;padding:.5rem 1.5rem 0;text-transform:uppercase;letter-spacing:.5px}.o1a-checklist-items{padding:0}.o1a-checklist-item{border-bottom:1px solid rgba(255,255,255,.05);will-change:background-color}.o1a-checklist-item:hover{background:#ffffff08}.o1a-checklist-label{display:flex;align-items:flex-start;padding:.75rem 1.5rem;cursor:pointer;gap:.75rem;font-size:.85rem;line-height:1.4;color:#ffffffe6;will-change:color}.o1a-checklist-label:hover{color:#fff}.o1a-checklist-checkbox{display:none}.o1a-checklist-checkmark{width:18px;height:18px;border:2px solid rgba(255,255,255,.3);border-radius:4px;position:relative;flex-shrink:0;background:transparent;margin-top:1px;will-change:background,border-color,transform}.o1a-checklist-checkbox:checked+.o1a-checklist-checkmark{background:linear-gradient(135deg,#ff8f00,#ff6f00);border-color:#ff8f00;transform:scale(1.05)}.o1a-checklist-checkbox:checked+.o1a-checklist-checkmark:after{content:"✓";position:absolute;top:-1px;left:2px;color:#fff;font-size:12px;font-weight:700}.o1a-checklist-checkbox:checked+.o1a-checklist-checkmark+.o1a-checklist-text{color:#ffe0b2;text-decoration:line-through;opacity:.8}.o1a-checklist-text{flex:1;will-change:color,text-decoration,opacity}.o1a-checklist-emoji-button{font-size:1rem;margin-left:auto;opacity:.8;flex-shrink:0;background:none;border:none;cursor:pointer;padding:2px 4px;border-radius:4px;transition:all .2s ease;position:relative}.o1a-checklist-emoji-button:hover{opacity:1;background:#ffffff1a;transform:scale(1.1)}.o1a-checklist-emoji-button:active{transform:scale(.95)}.o1a-checklist-text-input{margin:.5rem 2.25rem 0;padding-bottom:.5rem}.o1a-checklist-textarea{width:100%;background:#ffffff08;border:1px solid rgba(255,255,255,.15);border-radius:6px;color:#ffffffb3;padding:.75rem;font-size:.85rem;font-family:inherit;min-height:60px;text-align:left;cursor:default;box-sizing:border-box;line-height:1.5;word-wrap:break-word;overflow-wrap:break-word;-webkit-hyphens:auto;hyphens:auto;white-space:pre-line}.o1a-checklist-link{color:#ffcc80;text-decoration:underline;transition:color .2s ease;word-break:break-all;font-weight:500}.o1a-checklist-link:hover{color:#ffe0b2;text-decoration:underline}.o1a-info-indicator{position:absolute;top:-2px;right:-2px;font-size:8px;color:#ffcc80;opacity:.8;pointer-events:none}.o1a-checklist-footer{background:#ff6f00;padding:1rem 1.5rem;border-top:1px solid rgba(255,255,255,.1);border-radius:0 0 16px 16px}.o1a-checklist-save-note{display:flex;align-items:center;gap:.5rem;font-size:.8rem;color:#ffffffe6;justify-content:center}.o1a-checklist-save-note i{font-size:.75rem;opacity:1}.o1a-portal-nav-content{padding:0}.o1a-portal-nav-section{border-bottom:1px solid rgba(255,255,255,.1)}.o1a-portal-nav-item{display:flex;align-items:center;padding:1rem 1.5rem;text-decoration:none;color:#ffffffe6;transition:all .3s ease;border-bottom:1px solid rgba(255,255,255,.1);position:relative;cursor:pointer}.o1a-portal-nav-item:hover{background:#ffffff1a;color:#fff}.o1a-portal-nav-item.active{background:#1565c04d;border-left:4px solid #1976D2;color:#fff}.o1a-portal-nav-icon{font-size:1.1rem;margin-right:1rem;width:18px;text-align:center;flex-shrink:0}.o1a-portal-nav-text{flex:1;font-weight:500;font-size:.9rem;line-height:1.3}.o1a-portal-nav-subitems{background:#0003;border-left:2px solid rgba(21,101,192,.3);margin-left:1rem}.o1a-portal-nav-subitem{display:flex;align-items:center;padding:.5rem 1rem .5rem 1.5rem;color:#fffc;transition:all .3s ease;cursor:pointer;border-bottom:1px solid rgba(255,255,255,.05)}.o1a-portal-nav-subitem:hover{background:#ffffff14;color:#fffffff2}.o1a-portal-nav-subitem.active{background:#1565c033;color:#fff;border-left:2px solid #1976D2}.o1a-portal-nav-subtext{font-size:.8rem;font-weight:400;line-height:1.2}.o1a-main-content{margin-left:350px;margin-right:400px;width:calc(100vw - 750px);min-height:100vh;position:relative;display:flex;flex-direction:column;align-items:center;transition:margin-left .3s ease,width .3s ease}.o1a-main-content.nav-collapsed{margin-left:0;width:calc(100vw - 400px)}.o1a-main-content-full{margin-left:0;margin-right:400px;width:calc(100vw - 400px);min-height:100vh;position:relative;display:flex;flex-direction:column;align-items:center}.o1a-excellence-pattern{position:fixed;top:0;left:0;right:0;bottom:0;background:repeating-linear-gradient(-45deg,#ff6f0005,#ff6f0005 12px,#ffffff04 12px,#ffffff04 24px,#1565c005 24px,#1565c005 36px);z-index:1;animation:excellence-movement 40s ease-in-out infinite}.o1a-achievement-bg{position:fixed;top:0;left:0;right:0;bottom:0;background-image:radial-gradient(circle at 25% 35%,rgba(255,143,0,.3) 1px,transparent 1px),radial-gradient(circle at 75% 25%,rgba(21,101,192,.25) 1px,transparent 1px),radial-gradient(circle at 55% 65%,rgba(255,111,0,.2) 1px,transparent 1px),radial-gradient(circle at 35% 75%,rgba(255,143,0,.3) 1px,transparent 1px),radial-gradient(circle at 85% 55%,rgba(21,101,192,.25) 1px,transparent 1px);background-size:100px 100px,140px 140px,120px 120px,160px 160px,110px 110px;z-index:1;animation:achievement-sparkle 28s ease-in-out infinite}.o1a-star-hologram{position:fixed;top:20%;right:12%;width:300px;height:300px;background:radial-gradient(circle at center,rgba(255,143,0,.08) 0%,rgba(21,101,192,.05) 40%,transparent 70%);opacity:.15;transform:rotate(15deg);filter:drop-shadow(0 0 30px rgba(255,143,0,.3));z-index:1;pointer-events:none;animation:star-float 35s ease-in-out infinite}.o1a-section{position:relative;z-index:10;padding:4rem 2rem;min-height:100vh;display:flex;align-items:flex-start;justify-content:center;width:100%;max-width:1400px}.o1a-section:first-child{padding-top:6rem}.o1a-section-container{max-width:1200px;width:100%;margin:0 auto}.o1a-section-header{text-align:center;margin-bottom:3rem}.o1a-section-main-title{font-size:clamp(2.5rem,6vw,4rem);font-weight:700;line-height:1.2;margin-bottom:1rem;color:#fffffff2;text-shadow:0 2px 4px rgba(0,0,0,.3)}.o1a-section-main-subtitle{font-size:clamp(1.125rem,2.5vw,1.5rem);color:#fffc;margin-bottom:2rem;max-width:800px;margin-left:auto;margin-right:auto;line-height:1.4}.o1a-content-card{background:#ffffff14;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border:1px solid rgba(255,255,255,.15);border-radius:20px;padding:2.5rem;margin:2rem 0;transition:all .4s ease;box-shadow:0 8px 32px #0003}.o1a-content-card:hover{transform:translateY(-5px);background:#ffffff1f;border:1px solid rgba(255,255,255,.25);box-shadow:0 16px 48px #0000004d}.o1a-section-title{font-size:2rem;font-weight:600;color:#fffffff2;margin-bottom:1.5rem;display:flex;align-items:center;gap:.75rem}.o1a-section-icon{font-size:1.5rem;color:#ffe0b2}.o1a-section-content{color:#ffffffd9;line-height:1.6;font-size:1.1rem}.o1a-section-content p{margin-bottom:1rem}.o1a-section-content ul,.o1a-section-content ol{margin:1rem 0;padding-left:1.5rem}.o1a-section-content li{margin-bottom:.5rem}.o1a-section-content strong{color:#fffffff2;font-weight:600}.o1a-grid-2{display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:2rem}.o1a-grid-3{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.o1a-highlight-box{background:#ff8f001a;border:1px solid rgba(255,143,0,.3);border-radius:12px;padding:1.5rem;margin:1.5rem 0}.o1a-highlight-box.warning{background:#ffc1071a;border-color:#ffc1074d}.o1a-highlight-box.success{background:#4caf501a;border-color:#4caf504d}.o1a-highlight-box.danger{background:#f443361a;border-color:#f443364d}.o1a-highlight-box.info{background:#1565c01a;border-color:#1565c04d}.o1a-highlight-box.path1{background:#ffc1071a;border-color:#ffc1074d}.o1a-highlight-box.path2{background:#1565c01a;border-color:#1565c04d}.o1a-highlight-title{font-weight:600;font-size:1.1rem;margin-bottom:.75rem;display:flex;align-items:center;gap:.5rem}.o1a-steps-container{position:relative;margin:2rem 0}.o1a-step{display:flex;align-items:flex-start;margin-bottom:2rem;position:relative}.o1a-step-number{background:linear-gradient(135deg,#ff6f00,#ff8f00);color:#fff;width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.1rem;margin-right:1.5rem;flex-shrink:0;position:relative;z-index:2}.o1a-step-content{flex:1;padding-top:.5rem}.o1a-step-title{font-size:1.25rem;font-weight:600;color:#fffffff2;margin-bottom:.5rem}.o1a-step-description{color:#fffc;line-height:1.5}.o1a-step:not(:last-child):after{content:"";position:absolute;left:19px;top:40px;bottom:-2rem;width:2px;background:linear-gradient(180deg,#ff8f00,#ff8f004d);z-index:1}.o1a-dual-path-container{display:grid;grid-template-columns:repeat(auto-fit,minmax(450px,1fr));gap:2rem;margin:2rem 0}.o1a-path-card{background:#ffffff0d;border-radius:16px;padding:2rem;border:2px solid transparent;transition:all .3s ease}.o1a-path-card.major-award-path{border-color:#ffc1074d;background:#ffc1070d}.o1a-path-card.criteria-path{border-color:#1565c04d;background:#1565c00d}.o1a-path-header{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem}.o1a-award-icon{font-size:2rem}.o1a-path-title{font-size:1.5rem;font-weight:700;color:#fffffff2}.o1a-criteria-table{width:100%;border-collapse:collapse;margin:1.5rem 0;background:#ffffff0d;border-radius:12px;overflow:hidden}.o1a-criteria-table th{background:#ff6f0033;color:#fffffff2;padding:1rem;text-align:left;font-weight:600;border-bottom:1px solid rgba(255,255,255,.1)}.o1a-criteria-table td{padding:1rem;border-bottom:1px solid rgba(255,255,255,.1);color:#ffffffd9;vertical-align:top}.o1a-criteria-table tr:hover{background:#ffffff0d}.o1a-criteria-number{background:linear-gradient(135deg,#ff6f00,#ff8f00);color:#fff;width:24px;height:24px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;font-weight:700;font-size:.9rem;margin-right:.5rem;flex-shrink:0}.o1a-table{width:100%;border-collapse:collapse;margin:1.5rem 0;background:#ffffff0d;border-radius:12px;overflow:hidden}.o1a-table th{background:#ff6f0033;color:#fffffff2;padding:1rem;text-align:left;font-weight:600;border-bottom:1px solid rgba(255,255,255,.1)}.o1a-table td{padding:1rem;border-bottom:1px solid rgba(255,255,255,.1);color:#ffffffd9}.o1a-table tr:hover{background:#ffffff0d}.o1a-button{background:linear-gradient(135deg,#ff6f00,#ff8f00);color:#fff;border:none;padding:.75rem 1.5rem;border-radius:50px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;text-decoration:none;display:inline-block;text-align:center}.o1a-button:hover{transform:translateY(-2px);box-shadow:0 8px 25px #ff8f0066}.o1a-button.secondary{background:linear-gradient(135deg,#64748b,#475569)}.o1a-button.secondary:hover{box-shadow:0 8px 25px #64748b66}.o1a-quick-links{background:linear-gradient(135deg,#ff6f00,#ff8f00);border-radius:16px;padding:2rem;margin:2rem 0;text-align:center}.o1a-quick-links-title{font-size:1.5rem;font-weight:700;margin-bottom:1rem;color:#fff}.o1a-quick-links-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;margin-top:1.5rem}.o1a-quick-link{background:#ffffff1a;border:1px solid rgba(255,255,255,.2);border-radius:12px;padding:1rem;text-decoration:none;color:#fff;transition:all .3s ease;display:block;cursor:pointer}.o1a-quick-link:hover{background:#fff3;transform:translateY(-2px)}@media (max-width: 1024px){.o1a-main-content-full{margin-right:320px;width:calc(100vw - 320px)}.o1a-section{max-width:1200px}.o1a-excellence-pattern,.o1a-achievement-bg{left:0}}@media (max-width: 768px){.o1a-main-content-full{margin-right:0;width:100vw}.o1a-checklist-sidebar{display:none}.o1a-excellence-pattern,.o1a-achievement-bg{left:0}.o1a-section{padding:2rem 1rem;max-width:100%}.o1a-section-container{max-width:100%;padding:0 .5rem}.o1a-content-card{padding:1.5rem;margin:1rem 0}.o1a-grid-2,.o1a-grid-3,.o1a-dual-path-container{grid-template-columns:1fr}}@media (max-width: 480px){.o1a-main-content-full{margin-right:0;width:100vw}.o1a-checklist-sidebar{display:none}.o1a-excellence-pattern,.o1a-achievement-bg{left:0}.o1a-section{padding:1.5rem .5rem;max-width:100%}.o1a-section-container{max-width:100%;padding:0 .25rem}.o1a-content-card{padding:1rem}}@media (max-width: 1400px){.o1a-checklist-sidebar{width:300px;right:15px}.o1a-main-content{margin-right:335px;width:calc(100vw - 685px)}.o1a-main-content.nav-collapsed{width:calc(100vw - 335px)}}@media (max-width: 1200px){.o1a-checklist-sidebar{width:280px;right:10px;top:160px;height:calc(100vh - 180px)}.o1a-main-content{margin-right:310px;width:calc(100vw - 660px)}.o1a-main-content.nav-collapsed{width:calc(100vw - 310px)}}@keyframes excellence-movement{0%,to{transform:translate(0) translateY(0)}25%{transform:translate(10px) translateY(-5px)}50%{transform:translate(18px) translateY(0)}75%{transform:translate(10px) translateY(5px)}}@keyframes achievement-sparkle{0%,to{opacity:1}25%{opacity:.7}50%{opacity:.5}75%{opacity:.8}}@keyframes star-float{0%,to{transform:rotate(15deg) scale(1) translateY(0)}25%{transform:rotate(12deg) scale(1.05) translateY(-12px)}50%{transform:rotate(18deg) scale(1.12) translateY(0)}75%{transform:rotate(14deg) scale(1.05) translateY(8px)}}.o1b-page-container{font-family:Inter,sans-serif;background:transparent;color:#fff;min-height:100vh;position:relative;overflow-x:hidden;margin:0;padding:0;display:flex}.o1b-checklist-sidebar{position:fixed;right:20px;top:160px;width:360px;height:calc(100vh - 180px);background:#ffffff1f;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.2);border-radius:16px;z-index:1000;overflow-y:auto;padding:0;display:flex;flex-direction:column;box-shadow:0 20px 40px #00000026,0 10px 20px #0000001a,0 5px 10px #0000000d;scrollbar-width:none;-ms-overflow-style:none;overscroll-behavior:contain}.o1b-checklist-sidebar::-webkit-scrollbar{display:none;width:0;height:0}.o1b-checklist-sidebar::-webkit-scrollbar-track{display:none}.o1b-checklist-sidebar::-webkit-scrollbar-thumb{display:none}.o1b-checklist-header{position:sticky;top:0;z-index:1001;border-radius:16px 16px 0 0;padding:1.5rem;color:#fff;border-bottom:1px solid rgba(255,255,255,.2);box-shadow:0 2px 8px #0000001a}.o1b-checklist-header.checklist-theme{background:linear-gradient(135deg,#7b1fa2,#9c27b0)}.o1b-checklist-header.portal-theme{background:linear-gradient(135deg,#d32f2f,#f44336)}.o1b-tab-header{position:relative;display:flex;align-items:flex-start;justify-content:space-between;width:100%}.o1b-tab-content{flex:1;text-align:center}.o1b-tab-title{font-size:1.4rem;font-weight:700;margin:0 0 .5rem;line-height:1.2;display:flex;align-items:center;justify-content:center;gap:.5rem;color:#fff}.o1b-tab-title-icon{font-size:1.4rem;line-height:1}.o1b-tab-subtitle{font-size:.9rem;margin:0;opacity:.9;font-weight:400;color:#fff;line-height:1.3}.o1b-tab-toggle{width:40px;height:40px;border-radius:8px;border:2px solid transparent;cursor:pointer;transition:all .3s ease;font-size:1.2rem;display:flex;align-items:center;justify-content:center;line-height:1;color:#fff;font-weight:600;flex-shrink:0;margin-top:7px}.o1b-tab-toggle.to-portal{background:#d32f2fe6;border-color:#d32f2f}.o1b-tab-toggle.to-checklist{background:#7b1fa2e6;border-color:#7b1fa2}.o1b-tab-toggle:hover{transform:scale(1.05);box-shadow:0 4px 12px #0003}.o1b-tab-toggle.to-portal:hover{background:#d32f2f}.o1b-tab-toggle.to-checklist:hover{background:#7b1fa2}.o1b-checklist-content{flex:1;padding:0}.o1b-checklist-section{border-bottom:1px solid rgba(255,255,255,.1);margin-bottom:0}.o1b-checklist-section-header{background:#7b1fa2;color:#fff;padding:1rem 1.5rem;border-bottom:1px solid rgba(255,255,255,.15)}.o1b-checklist-section-title{font-size:.95rem;font-weight:600;margin:0 0 .5rem;color:#fff;line-height:1.3;text-shadow:none}.o1b-checklist-progress{display:flex;align-items:center;gap:.75rem}.o1b-checklist-progress-text{font-size:.8rem;font-weight:500;color:#fffc;min-width:40px}.o1b-checklist-progress-bar{flex:1;height:6px;background:#fff3;border-radius:3px;overflow:hidden}.o1b-checklist-progress-fill{height:100%;background:linear-gradient(90deg,#9c27b0,#7b1fa2);border-radius:3px;transition:width .3s ease}.o1b-checklist-subsection{margin-bottom:1rem}.o1b-checklist-subsection-title{font-size:.85rem;font-weight:600;color:#e1bee7;margin:0 0 .5rem;padding:.5rem 1.5rem 0;text-transform:uppercase;letter-spacing:.5px}.o1b-checklist-items{padding:0}.o1b-checklist-item{border-bottom:1px solid rgba(255,255,255,.05);will-change:background-color}.o1b-checklist-item:hover{background:#ffffff08}.o1b-checklist-label{display:flex;align-items:flex-start;padding:.75rem 1.5rem;cursor:pointer;gap:.75rem;font-size:.85rem;line-height:1.4;color:#ffffffe6;will-change:color}.o1b-checklist-label:hover{color:#fff}.o1b-checklist-checkbox{display:none}.o1b-checklist-checkmark{width:18px;height:18px;border:2px solid rgba(255,255,255,.3);border-radius:4px;position:relative;flex-shrink:0;background:transparent;margin-top:1px;will-change:background,border-color,transform}.o1b-checklist-checkbox:checked+.o1b-checklist-checkmark{background:linear-gradient(135deg,#9c27b0,#7b1fa2);border-color:#9c27b0;transform:scale(1.05)}.o1b-checklist-checkbox:checked+.o1b-checklist-checkmark:after{content:"✓";position:absolute;top:-1px;left:2px;color:#fff;font-size:12px;font-weight:700}.o1b-checklist-checkbox:checked+.o1b-checklist-checkmark+.o1b-checklist-text{color:#e1bee7;text-decoration:line-through;opacity:.8}.o1b-checklist-text{flex:1;will-change:color,text-decoration,opacity}.o1b-checklist-emoji-button{font-size:1rem;margin-left:auto;opacity:.8;flex-shrink:0;background:none;border:none;cursor:pointer;padding:2px 4px;border-radius:4px;transition:all .2s ease;position:relative}.o1b-checklist-emoji-button:hover{opacity:1;background:#ffffff1a;transform:scale(1.1)}.o1b-checklist-emoji-button:active{transform:scale(.95)}.o1b-checklist-text-input{margin:.5rem 2.25rem 0;padding-bottom:.5rem}.o1b-checklist-textarea{width:100%;background:#ffffff08;border:1px solid rgba(255,255,255,.15);border-radius:6px;color:#ffffffb3;padding:.75rem;font-size:.85rem;font-family:inherit;min-height:60px;text-align:left;cursor:default;box-sizing:border-box;line-height:1.5;word-wrap:break-word;overflow-wrap:break-word;-webkit-hyphens:auto;hyphens:auto;white-space:pre-line}.o1b-checklist-link{color:#ce93d8;text-decoration:underline;transition:color .2s ease;word-break:break-all;font-weight:500}.o1b-checklist-link:hover{color:#e1bee7;text-decoration:underline}.o1b-info-indicator{position:absolute;top:-2px;right:-2px;font-size:8px;color:#ce93d8;opacity:.8;pointer-events:none}.o1b-checklist-footer{background:#7b1fa2;padding:1rem 1.5rem;border-top:1px solid rgba(255,255,255,.1);border-radius:0 0 16px 16px}.o1b-checklist-save-note{display:flex;align-items:center;gap:.5rem;font-size:.8rem;color:#ffffffe6;justify-content:center}.o1b-checklist-save-note i{font-size:.75rem;opacity:1}.o1b-portal-nav-content{padding:0}.o1b-portal-nav-section{border-bottom:1px solid rgba(255,255,255,.1)}.o1b-portal-nav-item{display:flex;align-items:center;padding:1rem 1.5rem;text-decoration:none;color:#ffffffe6;transition:all .3s ease;border-bottom:1px solid rgba(255,255,255,.1);position:relative;cursor:pointer}.o1b-portal-nav-item:hover{background:#ffffff1a;color:#fff}.o1b-portal-nav-item.active{background:#d32f2f4d;border-left:4px solid #F44336;color:#fff}.o1b-portal-nav-icon{font-size:1.1rem;margin-right:1rem;width:18px;text-align:center;flex-shrink:0}.o1b-portal-nav-text{flex:1;font-weight:500;font-size:.9rem;line-height:1.3}.o1b-portal-nav-subitems{background:#0003;border-left:2px solid rgba(211,47,47,.3);margin-left:1rem}.o1b-portal-nav-subitem{display:flex;align-items:center;padding:.5rem 1rem .5rem 1.5rem;color:#fffc;transition:all .3s ease;cursor:pointer;border-bottom:1px solid rgba(255,255,255,.05)}.o1b-portal-nav-subitem:hover{background:#ffffff14;color:#fffffff2}.o1b-portal-nav-subitem.active{background:#d32f2f33;color:#fff;border-left:2px solid #F44336}.o1b-portal-nav-subtext{font-size:.8rem;font-weight:400;line-height:1.2}.o1b-main-content{margin-left:350px;margin-right:400px;width:calc(100vw - 750px);min-height:100vh;position:relative;display:flex;flex-direction:column;align-items:center;transition:margin-left .3s ease,width .3s ease}.o1b-main-content.nav-collapsed{margin-left:0;width:calc(100vw - 400px)}.o1b-main-content-full{margin-left:0;margin-right:400px;width:calc(100vw - 400px);min-height:100vh;position:relative;display:flex;flex-direction:column;align-items:center}.o1b-artistic-pattern{position:fixed;top:0;left:0;right:0;bottom:0;background:repeating-linear-gradient(-45deg,#7b1fa205,#7b1fa205 12px,#ffffff04 12px,#ffffff04 24px,#d32f2f05 24px,#d32f2f05 36px);z-index:1;animation:artistic-movement 40s ease-in-out infinite}.o1b-creative-bg{position:fixed;top:0;left:0;right:0;bottom:0;background-image:radial-gradient(circle at 25% 35%,rgba(156,39,176,.3) 1px,transparent 1px),radial-gradient(circle at 75% 25%,rgba(211,47,47,.25) 1px,transparent 1px),radial-gradient(circle at 55% 65%,rgba(123,31,162,.2) 1px,transparent 1px),radial-gradient(circle at 35% 75%,rgba(156,39,176,.3) 1px,transparent 1px),radial-gradient(circle at 85% 55%,rgba(211,47,47,.25) 1px,transparent 1px);background-size:100px 100px,140px 140px,120px 120px,160px 160px,110px 110px;z-index:1;animation:creative-sparkle 28s ease-in-out infinite}.o1b-stage-hologram{position:fixed;top:20%;right:12%;width:300px;height:300px;background:radial-gradient(circle at center,rgba(156,39,176,.08) 0%,rgba(211,47,47,.05) 40%,transparent 70%);opacity:.15;transform:rotate(15deg);filter:drop-shadow(0 0 30px rgba(156,39,176,.3));z-index:1;pointer-events:none;animation:stage-float 35s ease-in-out infinite}.o1b-section{position:relative;z-index:10;padding:4rem 2rem;min-height:100vh;display:flex;align-items:flex-start;justify-content:center;width:100%;max-width:1400px}.o1b-section:first-child{padding-top:6rem}.o1b-section-container{max-width:1200px;width:100%;margin:0 auto}.o1b-section-header{text-align:center;margin-bottom:3rem}.o1b-section-main-title{font-size:clamp(2.5rem,6vw,4rem);font-weight:700;line-height:1.2;margin-bottom:1rem;color:#fffffff2;text-shadow:0 2px 4px rgba(0,0,0,.3)}.o1b-section-main-subtitle{font-size:clamp(1.125rem,2.5vw,1.5rem);color:#fffc;margin-bottom:2rem;max-width:800px;margin-left:auto;margin-right:auto;line-height:1.4}.o1b-content-card{background:#ffffff14;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border:1px solid rgba(255,255,255,.15);border-radius:20px;padding:2.5rem;margin:2rem 0;transition:all .4s ease;box-shadow:0 8px 32px #0003}.o1b-content-card:hover{transform:translateY(-5px);background:#ffffff1f;border:1px solid rgba(255,255,255,.25);box-shadow:0 16px 48px #0000004d}.o1b-section-title{font-size:2rem;font-weight:600;color:#fffffff2;margin-bottom:1.5rem;display:flex;align-items:center;gap:.75rem}.o1b-section-icon{font-size:1.5rem;color:#e1bee7}.o1b-section-content{color:#ffffffd9;line-height:1.6;font-size:1.1rem}.o1b-section-content p{margin-bottom:1rem}.o1b-section-content ul,.o1b-section-content ol{margin:1rem 0;padding-left:1.5rem}.o1b-section-content li{margin-bottom:.5rem}.o1b-section-content strong{color:#fffffff2;font-weight:600}.o1b-grid-2{display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:2rem}.o1b-grid-3{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.o1b-highlight-box{background:#9c27b01a;border:1px solid rgba(156,39,176,.3);border-radius:12px;padding:1.5rem;margin:1.5rem 0}.o1b-highlight-box.warning{background:#ff98001a;border-color:#ff98004d}.o1b-highlight-box.success{background:#4caf501a;border-color:#4caf504d}.o1b-highlight-box.danger{background:#f443361a;border-color:#f443364d}.o1b-highlight-box.info{background:#2196f31a;border-color:#2196f34d}.o1b-highlight-box.arts{background:#9c27b01a;border-color:#9c27b04d}.o1b-highlight-box.mptv{background:#d32f2f1a;border-color:#d32f2f4d}.o1b-highlight-title{font-weight:600;font-size:1.1rem;margin-bottom:.75rem;display:flex;align-items:center;gap:.5rem}.o1b-steps-container{position:relative;margin:2rem 0}.o1b-step{display:flex;align-items:flex-start;margin-bottom:2rem;position:relative}.o1b-step-number{background:linear-gradient(135deg,#7b1fa2,#9c27b0);color:#fff;width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.1rem;margin-right:1.5rem;flex-shrink:0;position:relative;z-index:2}.o1b-step-content{flex:1;padding-top:.5rem}.o1b-step-title{font-size:1.25rem;font-weight:600;color:#fffffff2;margin-bottom:.5rem}.o1b-step-description{color:#fffc;line-height:1.5}.o1b-step:not(:last-child):after{content:"";position:absolute;left:19px;top:40px;bottom:-2rem;width:2px;background:linear-gradient(180deg,#9c27b0,#9c27b04d);z-index:1}.o1b-dual-standard-container{display:grid;grid-template-columns:repeat(auto-fit,minmax(450px,1fr));gap:2rem;margin:2rem 0}.o1b-standard-card{background:#ffffff0d;border-radius:16px;padding:2rem;border:2px solid transparent;transition:all .3s ease}.o1b-standard-card.arts-standard{border-color:#9c27b04d;background:#9c27b00d}.o1b-standard-card.mptv-standard{border-color:#d32f2f4d;background:#d32f2f0d}.o1b-standard-header{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem}.o1b-standard-icon{font-size:2rem}.o1b-standard-title{font-size:1.5rem;font-weight:700;color:#fffffff2}.o1b-criteria-table{width:100%;border-collapse:collapse;margin:1.5rem 0;background:#ffffff0d;border-radius:12px;overflow:hidden}.o1b-criteria-table th{background:#7b1fa233;color:#fffffff2;padding:1rem;text-align:left;font-weight:600;border-bottom:1px solid rgba(255,255,255,.1)}.o1b-criteria-table td{padding:1rem;border-bottom:1px solid rgba(255,255,255,.1);color:#ffffffd9;vertical-align:top}.o1b-criteria-table tr:hover{background:#ffffff0d}.o1b-criteria-number{background:linear-gradient(135deg,#7b1fa2,#9c27b0);color:#fff;width:24px;height:24px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;font-weight:700;font-size:.9rem;margin-right:.5rem;flex-shrink:0}.o1b-table{width:100%;border-collapse:collapse;margin:1.5rem 0;background:#ffffff0d;border-radius:12px;overflow:hidden}.o1b-table th{background:#7b1fa233;color:#fffffff2;padding:1rem;text-align:left;font-weight:600;border-bottom:1px solid rgba(255,255,255,.1)}.o1b-table td{padding:1rem;border-bottom:1px solid rgba(255,255,255,.1);color:#ffffffd9}.o1b-table tr:hover{background:#ffffff0d}.o1b-button{background:linear-gradient(135deg,#7b1fa2,#9c27b0);color:#fff;border:none;padding:.75rem 1.5rem;border-radius:50px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;text-decoration:none;display:inline-block;text-align:center}.o1b-button:hover{transform:translateY(-2px);box-shadow:0 8px 25px #9c27b066}.o1b-button.secondary{background:linear-gradient(135deg,#64748b,#475569)}.o1b-button.secondary:hover{box-shadow:0 8px 25px #64748b66}.o1b-quick-links{background:linear-gradient(135deg,#7b1fa2,#9c27b0);border-radius:16px;padding:2rem;margin:2rem 0;text-align:center}.o1b-quick-links-title{font-size:1.5rem;font-weight:700;margin-bottom:1rem;color:#fff}.o1b-quick-links-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;margin-top:1.5rem}.o1b-quick-link{background:#ffffff1a;border:1px solid rgba(255,255,255,.2);border-radius:12px;padding:1rem;text-decoration:none;color:#fff;transition:all .3s ease;display:block;cursor:pointer}.o1b-quick-link:hover{background:#fff3;transform:translateY(-2px)}@media (max-width: 1024px){.o1b-main-content-full{margin-right:320px;width:calc(100vw - 320px)}.o1b-section{max-width:1200px}.o1b-artistic-pattern,.o1b-creative-bg{left:0}}@media (max-width: 768px){.o1b-main-content-full{margin-right:0;width:100vw}.o1b-checklist-sidebar{display:none}.o1b-artistic-pattern,.o1b-creative-bg{left:0}.o1b-section{padding:2rem 1rem;max-width:100%}.o1b-section-container{max-width:100%;padding:0 .5rem}.o1b-content-card{padding:1.5rem;margin:1rem 0}.o1b-grid-2,.o1b-grid-3,.o1b-dual-standard-container{grid-template-columns:1fr}}@media (max-width: 480px){.o1b-main-content-full{margin-right:0;width:100vw}.o1b-checklist-sidebar{display:none}.o1b-artistic-pattern,.o1b-creative-bg{left:0}.o1b-section{padding:1.5rem .5rem;max-width:100%}.o1b-section-container{max-width:100%;padding:0 .25rem}.o1b-content-card{padding:1rem}}@media (max-width: 1400px){.o1b-checklist-sidebar{width:300px;right:15px}.o1b-main-content{margin-right:335px;width:calc(100vw - 685px)}.o1b-main-content.nav-collapsed{width:calc(100vw - 335px)}}@media (max-width: 1200px){.o1b-checklist-sidebar{width:280px;right:10px;top:160px;height:calc(100vh - 180px)}.o1b-main-content{margin-right:310px;width:calc(100vw - 660px)}.o1b-main-content.nav-collapsed{width:calc(100vw - 310px)}}@keyframes artistic-movement{0%,to{transform:translate(0) translateY(0)}25%{transform:translate(10px) translateY(-5px)}50%{transform:translate(18px) translateY(0)}75%{transform:translate(10px) translateY(5px)}}@keyframes creative-sparkle{0%,to{opacity:1}25%{opacity:.7}50%{opacity:.5}75%{opacity:.8}}@keyframes stage-float{0%,to{transform:rotate(15deg) scale(1) translateY(0)}25%{transform:rotate(12deg) scale(1.05) translateY(-12px)}50%{transform:rotate(18deg) scale(1.12) translateY(0)}75%{transform:rotate(14deg) scale(1.05) translateY(8px)}}.p1a-page-container{font-family:Inter,sans-serif;background:transparent;color:#fff;min-height:100vh;position:relative;overflow-x:hidden;margin:0;padding:0;display:flex}.p1a-checklist-sidebar{position:fixed;right:20px;top:160px;width:360px;height:calc(100vh - 180px);background:#ffffff1f;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.2);border-radius:16px;z-index:1000;overflow-y:auto;padding:0;display:flex;flex-direction:column;box-shadow:0 20px 40px #00000026,0 10px 20px #0000001a,0 5px 10px #0000000d;scrollbar-width:none;-ms-overflow-style:none;overscroll-behavior:contain}.p1a-checklist-sidebar::-webkit-scrollbar{display:none;width:0;height:0}.p1a-checklist-sidebar::-webkit-scrollbar-track{display:none}.p1a-checklist-sidebar::-webkit-scrollbar-thumb{display:none}.p1a-checklist-header{position:sticky;top:0;z-index:1001;border-radius:16px 16px 0 0;padding:1.5rem;color:#fff;border-bottom:1px solid rgba(255,255,255,.2);box-shadow:0 2px 8px #0000001a}.p1a-checklist-header.checklist-theme{background:linear-gradient(135deg,#ff6b35,#f7931e)}.p1a-checklist-header.portal-theme{background:linear-gradient(135deg,#1976d2,#1565c0)}.p1a-tab-header{position:relative;display:flex;align-items:flex-start;justify-content:space-between;width:100%}.p1a-tab-content{flex:1;text-align:center}.p1a-tab-title{font-size:1.4rem;font-weight:700;margin:0 0 .5rem;line-height:1.2;display:flex;align-items:center;justify-content:center;gap:.5rem;color:#fff}.p1a-tab-title-icon{font-size:1.4rem;line-height:1}.p1a-tab-subtitle{font-size:.9rem;margin:0;opacity:.9;font-weight:400;color:#fff;line-height:1.3}.p1a-tab-toggle{width:40px;height:40px;border-radius:8px;border:2px solid transparent;cursor:pointer;transition:all .3s ease;font-size:1.2rem;display:flex;align-items:center;justify-content:center;line-height:1;color:#fff;font-weight:600;flex-shrink:0;margin-top:7px}.p1a-tab-toggle.to-portal{background:#1976d2e6;border-color:#1976d2}.p1a-tab-toggle.to-checklist{background:#ff6b35e6;border-color:#ff6b35}.p1a-tab-toggle:hover{transform:scale(1.05);box-shadow:0 4px 12px #0003}.p1a-tab-toggle.to-portal:hover{background:#1976d2}.p1a-tab-toggle.to-checklist:hover{background:#ff6b35}.p1a-checklist-content{flex:1;padding:0}.p1a-checklist-section{border-bottom:1px solid rgba(255,255,255,.1);margin-bottom:0}.p1a-checklist-section-header{background:#1976d2;color:#fff;padding:1rem 1.5rem;border-bottom:1px solid rgba(255,255,255,.15)}.p1a-checklist-section-title{font-size:.95rem;font-weight:600;margin:0 0 .5rem;color:#fff;line-height:1.3;text-shadow:none}.p1a-checklist-progress{display:flex;align-items:center;gap:.75rem}.p1a-checklist-progress-text{font-size:.8rem;font-weight:500;color:#fffc;min-width:40px}.p1a-checklist-progress-bar{flex:1;height:6px;background:#fff3;border-radius:3px;overflow:hidden}.p1a-checklist-progress-fill{height:100%;background:linear-gradient(90deg,#f7931e,#ff6b35);border-radius:3px;transition:width .3s ease}.p1a-checklist-subsection{margin-bottom:1rem}.p1a-checklist-subsection-title{font-size:.85rem;font-weight:600;color:#f7931e;margin:0 0 .5rem;padding:.5rem 1.5rem 0;text-transform:uppercase;letter-spacing:.5px}.p1a-checklist-items{padding:0}.p1a-checklist-item{border-bottom:1px solid rgba(255,255,255,.05);will-change:background-color}.p1a-checklist-item:hover{background:#ffffff08}.p1a-checklist-label{display:flex;align-items:flex-start;padding:.75rem 1.5rem;cursor:pointer;gap:.75rem;font-size:.85rem;line-height:1.4;color:#ffffffe6;will-change:color}.p1a-checklist-label:hover{color:#fff}.p1a-checklist-checkbox{display:none}.p1a-checklist-checkmark{width:18px;height:18px;border:2px solid rgba(255,255,255,.3);border-radius:4px;position:relative;flex-shrink:0;background:transparent;margin-top:1px;will-change:background,border-color,transform}.p1a-checklist-checkbox:checked+.p1a-checklist-checkmark{background:linear-gradient(135deg,#f7931e,#ff6b35);border-color:#f7931e;transform:scale(1.05)}.p1a-checklist-checkbox:checked+.p1a-checklist-checkmark:after{content:"✓";position:absolute;top:-1px;left:2px;color:#fff;font-size:12px;font-weight:700}.p1a-checklist-checkbox:checked+.p1a-checklist-checkmark+.p1a-checklist-text{color:#f7931e;text-decoration:line-through;opacity:.8}.p1a-checklist-text{flex:1;will-change:color,text-decoration,opacity}.p1a-checklist-emoji-button{font-size:1rem;margin-left:auto;opacity:.8;flex-shrink:0;background:none;border:none;cursor:pointer;padding:2px 4px;border-radius:4px;transition:all .2s ease;position:relative}.p1a-checklist-emoji-button:hover{opacity:1;background:#ffffff1a;transform:scale(1.1)}.p1a-checklist-emoji-button:active{transform:scale(.95)}.p1a-checklist-text-input{margin:.5rem 2.25rem 0;padding-bottom:.5rem}.p1a-checklist-textarea{width:100%;background:#ffffff08;border:1px solid rgba(255,255,255,.15);border-radius:6px;color:#ffffffb3;padding:.75rem;font-size:.85rem;font-family:inherit;min-height:60px;text-align:left;cursor:default;box-sizing:border-box;line-height:1.5;word-wrap:break-word;overflow-wrap:break-word;-webkit-hyphens:auto;hyphens:auto;white-space:pre-line}.p1a-checklist-link{color:#81c784;text-decoration:underline;transition:color .2s ease;word-break:break-all;font-weight:500}.p1a-checklist-link:hover{color:#a5d6a7;text-decoration:underline}.p1a-info-indicator{position:absolute;top:-2px;right:-2px;font-size:8px;color:#81c784;opacity:.8;pointer-events:none}.p1a-checklist-footer{background:#1976d2;padding:1rem 1.5rem;border-top:1px solid rgba(255,255,255,.1);border-radius:0 0 16px 16px}.p1a-checklist-save-note{display:flex;align-items:center;gap:.5rem;font-size:.8rem;color:#ffffffe6;justify-content:center}.p1a-checklist-save-note i{font-size:.75rem;opacity:1}.p1a-portal-nav-content{padding:0}.p1a-portal-nav-section{border-bottom:1px solid rgba(255,255,255,.1)}.p1a-portal-nav-item{display:flex;align-items:center;padding:1rem 1.5rem;text-decoration:none;color:#ffffffe6;transition:all .3s ease;border-bottom:1px solid rgba(255,255,255,.1);position:relative;cursor:pointer}.p1a-portal-nav-item:hover{background:#ffffff1a;color:#fff}.p1a-portal-nav-item.active{background:#1976d24d;border-left:4px solid #1976d2;color:#fff}.p1a-portal-nav-icon{font-size:1.1rem;margin-right:1rem;width:18px;text-align:center;flex-shrink:0}.p1a-portal-nav-text{flex:1;font-weight:500;font-size:.9rem;line-height:1.3}.p1a-portal-nav-subitems{background:#0003;border-left:2px solid rgba(25,118,210,.3);margin-left:1rem}.p1a-portal-nav-subitem{display:flex;align-items:center;padding:.5rem 1rem .5rem 1.5rem;color:#fffc;transition:all .3s ease;cursor:pointer;border-bottom:1px solid rgba(255,255,255,.05)}.p1a-portal-nav-subitem:hover{background:#ffffff14;color:#fffffff2}.p1a-portal-nav-subitem.active{background:#1976d233;color:#fff;border-left:2px solid #1976d2}.p1a-portal-nav-subtext{font-size:.8rem;font-weight:400;line-height:1.2}.p1a-main-content{margin-left:350px;margin-right:400px;width:calc(100vw - 750px);min-height:100vh;position:relative;display:flex;flex-direction:column;align-items:center;transition:margin-left .3s ease,width .3s ease}.p1a-main-content.nav-collapsed{margin-left:0;width:calc(100vw - 400px)}.p1a-main-content-full{margin-left:0;margin-right:400px;width:calc(100vw - 400px);min-height:100vh;position:relative;display:flex;flex-direction:column;align-items:center}.p1a-sports-pattern{position:fixed;top:0;left:0;right:0;bottom:0;background:repeating-linear-gradient(-45deg,#ff6b3505,#ff6b3505 12px,#ffffff04 12px,#ffffff04 24px,#1976d205 24px,#1976d205 36px);z-index:1;animation:sports-movement 40s ease-in-out infinite}.p1a-competition-bg{position:fixed;top:0;left:0;right:0;bottom:0;background-image:radial-gradient(circle at 25% 35%,rgba(247,147,30,.3) 1px,transparent 1px),radial-gradient(circle at 75% 25%,rgba(25,118,210,.25) 1px,transparent 1px),radial-gradient(circle at 55% 65%,rgba(255,107,53,.2) 1px,transparent 1px),radial-gradient(circle at 35% 75%,rgba(247,147,30,.3) 1px,transparent 1px),radial-gradient(circle at 85% 55%,rgba(25,118,210,.25) 1px,transparent 1px);background-size:100px 100px,140px 140px,120px 120px,160px 160px,110px 110px;z-index:1;animation:competition-sparkle 28s ease-in-out infinite}.p1a-international-hologram{position:fixed;top:20%;right:12%;width:300px;height:300px;background:radial-gradient(circle at center,rgba(247,147,30,.08) 0%,rgba(25,118,210,.05) 40%,transparent 70%);opacity:.15;transform:rotate(15deg);filter:drop-shadow(0 0 30px rgba(247,147,30,.3));z-index:1;pointer-events:none;animation:international-float 35s ease-in-out infinite}.p1a-section{position:relative;z-index:10;padding:4rem 2rem;min-height:100vh;display:flex;align-items:flex-start;justify-content:center;width:100%;max-width:1400px}.p1a-section:first-child{padding-top:6rem}.p1a-section-container{max-width:1200px;width:100%;margin:0 auto}.p1a-section-header{text-align:center;margin-bottom:3rem}.p1a-section-main-title{font-size:clamp(2.5rem,6vw,4rem);font-weight:700;line-height:1.2;margin-bottom:1rem;color:#fffffff2;text-shadow:0 2px 4px rgba(0,0,0,.3)}.p1a-section-main-subtitle{font-size:clamp(1.125rem,2.5vw,1.5rem);color:#fffc;margin-bottom:2rem;max-width:800px;margin-left:auto;margin-right:auto;line-height:1.4}.p1a-content-card{background:#ffffff14;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border:1px solid rgba(255,255,255,.15);border-radius:20px;padding:2.5rem;margin:2rem 0;transition:all .4s ease;box-shadow:0 8px 32px #0003}.p1a-content-card:hover{transform:translateY(-5px);background:#ffffff1f;border:1px solid rgba(255,255,255,.25);box-shadow:0 16px 48px #0000004d}.p1a-section-title{font-size:2rem;font-weight:600;color:#fffffff2;margin-bottom:1.5rem;display:flex;align-items:center;gap:.75rem}.p1a-section-icon{font-size:1.5rem;color:#f7931e}.p1a-section-content{color:#ffffffd9;line-height:1.6;font-size:1.1rem}.p1a-section-content p{margin-bottom:1rem}.p1a-section-content ul,.p1a-section-content ol{margin:1rem 0;padding-left:1.5rem}.p1a-section-content li{margin-bottom:.5rem}.p1a-section-content strong{color:#fffffff2;font-weight:600}.p1a-grid-2{display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:2rem}.p1a-grid-3{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.p1a-highlight-box{background:#f7931e1a;border:1px solid rgba(247,147,30,.3);border-radius:12px;padding:1.5rem;margin:1.5rem 0}.p1a-highlight-box.warning{background:#ff98001a;border-color:#ff98004d}.p1a-highlight-box.success{background:#4caf501a;border-color:#4caf504d}.p1a-highlight-box.danger{background:#f443361a;border-color:#f443364d}.p1a-highlight-title{font-weight:600;font-size:1.1rem;margin-bottom:.75rem;display:flex;align-items:center;gap:.5rem}.p1a-steps-container{position:relative;margin:2rem 0}.p1a-step{display:flex;align-items:flex-start;margin-bottom:2rem;position:relative}.p1a-step-number{background:linear-gradient(135deg,#ff6b35,#f7931e);color:#fff;width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.1rem;margin-right:1.5rem;flex-shrink:0;position:relative;z-index:2}.p1a-step-content{flex:1;padding-top:.5rem}.p1a-step-title{font-size:1.25rem;font-weight:600;color:#fffffff2;margin-bottom:.5rem}.p1a-step-description{color:#fffc;line-height:1.5}.p1a-step:not(:last-child):after{content:"";position:absolute;left:19px;top:40px;bottom:-2rem;width:2px;background:linear-gradient(180deg,#f7931e,#f7931e4d);z-index:1}.p1a-table{width:100%;border-collapse:collapse;margin:1.5rem 0;background:#ffffff0d;border-radius:12px;overflow:hidden}.p1a-table th{background:#ff6b3533;color:#fffffff2;padding:1rem;text-align:left;font-weight:600;border-bottom:1px solid rgba(255,255,255,.1)}.p1a-table td{padding:1rem;border-bottom:1px solid rgba(255,255,255,.1);color:#ffffffd9}.p1a-table tr:hover{background:#ffffff0d}.p1a-button{background:linear-gradient(135deg,#ff6b35,#f7931e);color:#fff;border:none;padding:.75rem 1.5rem;border-radius:50px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;text-decoration:none;display:inline-block;text-align:center}.p1a-button:hover{transform:translateY(-2px);box-shadow:0 8px 25px #f7931e66}.p1a-button.secondary{background:linear-gradient(135deg,#64748b,#475569)}.p1a-button.secondary:hover{box-shadow:0 8px 25px #64748b66}.p1a-quick-links{background:linear-gradient(135deg,#1976d2,#1565c0);border-radius:16px;padding:2rem;margin:2rem 0;text-align:center}.p1a-quick-links-title{font-size:1.5rem;font-weight:700;margin-bottom:1rem;color:#fff}.p1a-quick-links-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;margin-top:1.5rem}.p1a-quick-link{background:#ffffff1a;border:1px solid rgba(255,255,255,.2);border-radius:12px;padding:1rem;text-decoration:none;color:#fff;transition:all .3s ease;display:block;cursor:pointer}.p1a-quick-link:hover{background:#fff3;transform:translateY(-2px)}.p1a-dual-path-container{display:grid;grid-template-columns:1fr 1fr;gap:2rem;margin:2rem 0}.p1a-dual-path-card{background:#ffffff14;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border:1px solid rgba(255,255,255,.15);border-radius:20px;padding:2rem;transition:all .4s ease;box-shadow:0 8px 32px #0003;position:relative;overflow:hidden}.p1a-dual-path-card.individual-path{border-left:4px solid #f7931e}.p1a-dual-path-card.team-path{border-left:4px solid #1976d2}.p1a-dual-path-card:hover{transform:translateY(-5px);background:#ffffff1f;border:1px solid rgba(255,255,255,.25);box-shadow:0 16px 48px #0000004d}.p1a-dual-path-header{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem}.p1a-dual-path-icon{font-size:2rem;color:#f7931e}.p1a-dual-path-card.team-path .p1a-dual-path-icon{color:#1976d2}.p1a-dual-path-title{font-size:1.5rem;font-weight:700;color:#fffffff2;margin:0}@media (max-width: 1024px){.p1a-main-content-full{margin-right:320px;width:calc(100vw - 320px)}.p1a-section{max-width:1200px}.p1a-sports-pattern,.p1a-competition-bg{left:0}.p1a-dual-path-container{grid-template-columns:1fr}}@media (max-width: 768px){.p1a-main-content-full{margin-right:0;width:100vw}.p1a-checklist-sidebar{display:none}.p1a-sports-pattern,.p1a-competition-bg{left:0}.p1a-section{padding:2rem 1rem;max-width:100%}.p1a-section-container{max-width:100%;padding:0 .5rem}.p1a-content-card{padding:1.5rem;margin:1rem 0}.p1a-grid-2,.p1a-grid-3,.p1a-dual-path-container{grid-template-columns:1fr}}@media (max-width: 480px){.p1a-main-content-full{margin-right:0;width:100vw}.p1a-checklist-sidebar{display:none}.p1a-sports-pattern,.p1a-competition-bg{left:0}.p1a-section{padding:1.5rem .5rem;max-width:100%}.p1a-section-container{max-width:100%;padding:0 .25rem}.p1a-content-card{padding:1rem}}@media (max-width: 1400px){.p1a-checklist-sidebar{width:300px;right:15px}.p1a-main-content{margin-right:335px;width:calc(100vw - 685px)}.p1a-main-content.nav-collapsed{width:calc(100vw - 335px)}}@media (max-width: 1200px){.p1a-checklist-sidebar{width:280px;right:10px;top:160px;height:calc(100vh - 180px)}.p1a-main-content{margin-right:310px;width:calc(100vw - 660px)}.p1a-main-content.nav-collapsed{width:calc(100vw - 310px)}}@keyframes sports-movement{0%,to{transform:translate(0) translateY(0)}25%{transform:translate(10px) translateY(-5px)}50%{transform:translate(18px) translateY(0)}75%{transform:translate(10px) translateY(5px)}}@keyframes competition-sparkle{0%,to{opacity:1}25%{opacity:.7}50%{opacity:.5}75%{opacity:.8}}.p1b-page-container{font-family:Inter,sans-serif;background:transparent;color:#fff;min-height:100vh;position:relative;overflow-x:hidden;margin:0;padding:0;display:flex}.p1b-checklist-sidebar{position:fixed;right:20px;top:160px;width:360px;height:calc(100vh - 180px);background:#ffffff1f;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.2);border-radius:16px;z-index:1000;overflow-y:auto;padding:0;display:flex;flex-direction:column;box-shadow:0 20px 40px #00000026,0 10px 20px #0000001a,0 5px 10px #0000000d;scrollbar-width:none;-ms-overflow-style:none;overscroll-behavior:contain}.p1b-checklist-sidebar::-webkit-scrollbar{display:none;width:0;height:0}.p1b-checklist-sidebar::-webkit-scrollbar-track{display:none}.p1b-checklist-sidebar::-webkit-scrollbar-thumb{display:none}.p1b-checklist-header{position:sticky;top:0;z-index:1001;border-radius:16px 16px 0 0;padding:1.5rem;color:#fff;border-bottom:1px solid rgba(255,255,255,.2);box-shadow:0 2px 8px #0000001a}.p1b-checklist-header.checklist-theme{background:linear-gradient(135deg,#9c27b0,#e91e63)}.p1b-checklist-header.portal-theme{background:linear-gradient(135deg,#ff5722,#ff9800)}.p1b-tab-header{position:relative;display:flex;align-items:flex-start;justify-content:space-between;width:100%}.p1b-tab-content{flex:1;text-align:center}.p1b-tab-title{font-size:1.4rem;font-weight:700;margin:0 0 .5rem;line-height:1.2;display:flex;align-items:center;justify-content:center;gap:.5rem;color:#fff}.p1b-tab-title-icon{font-size:1.4rem;line-height:1}.p1b-tab-subtitle{font-size:.9rem;margin:0;opacity:.9;font-weight:400;color:#fff;line-height:1.3}.p1b-tab-toggle{width:40px;height:40px;border-radius:8px;border:2px solid transparent;cursor:pointer;transition:all .3s ease;font-size:1.2rem;display:flex;align-items:center;justify-content:center;line-height:1;color:#fff;font-weight:600;flex-shrink:0;margin-top:7px}.p1b-tab-toggle.to-portal{background:#ff5722e6;border-color:#ff5722}.p1b-tab-toggle.to-checklist{background:#9c27b0e6;border-color:#9c27b0}.p1b-tab-toggle:hover{transform:scale(1.05);box-shadow:0 4px 12px #0003}.p1b-tab-toggle.to-portal:hover{background:#ff5722}.p1b-tab-toggle.to-checklist:hover{background:#9c27b0}.p1b-checklist-content{flex:1;padding:0}.p1b-checklist-section{border-bottom:1px solid rgba(255,255,255,.1);margin-bottom:0}.p1b-checklist-section-header{background:#ff5722;color:#fff;padding:1rem 1.5rem;border-bottom:1px solid rgba(255,255,255,.15)}.p1b-checklist-section-title{font-size:.95rem;font-weight:600;margin:0 0 .5rem;color:#fff;line-height:1.3;text-shadow:none}.p1b-checklist-progress{display:flex;align-items:center;gap:.75rem}.p1b-checklist-progress-text{font-size:.8rem;font-weight:500;color:#fffc;min-width:40px}.p1b-checklist-progress-bar{flex:1;height:6px;background:#fff3;border-radius:3px;overflow:hidden}.p1b-checklist-progress-fill{height:100%;background:linear-gradient(90deg,#e91e63,#9c27b0);border-radius:3px;transition:width .3s ease}.p1b-checklist-subsection{margin-bottom:1rem}.p1b-checklist-subsection-title{font-size:.85rem;font-weight:600;color:#e91e63;margin:0 0 .5rem;padding:.5rem 1.5rem 0;text-transform:uppercase;letter-spacing:.5px}.p1b-checklist-items{padding:0}.p1b-checklist-item{border-bottom:1px solid rgba(255,255,255,.05);will-change:background-color}.p1b-checklist-item:hover{background:#ffffff08}.p1b-checklist-label{display:flex;align-items:flex-start;padding:.75rem 1.5rem;cursor:pointer;gap:.75rem;font-size:.85rem;line-height:1.4;color:#ffffffe6;will-change:color}.p1b-checklist-label:hover{color:#fff}.p1b-checklist-checkbox{display:none}.p1b-checklist-checkmark{width:18px;height:18px;border:2px solid rgba(255,255,255,.3);border-radius:4px;position:relative;flex-shrink:0;background:transparent;margin-top:1px;will-change:background,border-color,transform}.p1b-checklist-checkbox:checked+.p1b-checklist-checkmark{background:linear-gradient(135deg,#e91e63,#9c27b0);border-color:#e91e63;transform:scale(1.05)}.p1b-checklist-checkbox:checked+.p1b-checklist-checkmark:after{content:"✓";position:absolute;top:-1px;left:2px;color:#fff;font-size:12px;font-weight:700}.p1b-checklist-checkbox:checked+.p1b-checklist-checkmark+.p1b-checklist-text{color:#e91e63;text-decoration:line-through;opacity:.8}.p1b-checklist-text{flex:1;will-change:color,text-decoration,opacity}.p1b-checklist-emoji-button{font-size:1rem;margin-left:auto;opacity:.8;flex-shrink:0;background:none;border:none;cursor:pointer;padding:2px 4px;border-radius:4px;transition:all .2s ease;position:relative}.p1b-checklist-emoji-button:hover{opacity:1;background:#ffffff1a;transform:scale(1.1)}.p1b-checklist-emoji-button:active{transform:scale(.95)}.p1b-checklist-text-input{margin:.5rem 2.25rem 0;padding-bottom:.5rem}.p1b-checklist-textarea{width:100%;background:#ffffff08;border:1px solid rgba(255,255,255,.15);border-radius:6px;color:#ffffffb3;padding:.75rem;font-size:.85rem;font-family:inherit;min-height:60px;text-align:left;cursor:default;box-sizing:border-box;line-height:1.5;word-wrap:break-word;overflow-wrap:break-word;-webkit-hyphens:auto;hyphens:auto;white-space:pre-line}.p1b-checklist-link{color:#ce93d8;text-decoration:underline;transition:color .2s ease;word-break:break-all;font-weight:500}.p1b-checklist-link:hover{color:#e1bee7;text-decoration:underline}.p1b-info-indicator{position:absolute;top:-2px;right:-2px;font-size:8px;color:#ce93d8;opacity:.8;pointer-events:none}.p1b-checklist-footer{background:#ff5722;padding:1rem 1.5rem;border-top:1px solid rgba(255,255,255,.1);border-radius:0 0 16px 16px}.p1b-checklist-save-note{display:flex;align-items:center;gap:.5rem;font-size:.8rem;color:#ffffffe6;justify-content:center}.p1b-checklist-save-note i{font-size:.75rem;opacity:1}.p1b-portal-nav-content{padding:0}.p1b-portal-nav-section{border-bottom:1px solid rgba(255,255,255,.1)}.p1b-portal-nav-item{display:flex;align-items:center;padding:1rem 1.5rem;text-decoration:none;color:#ffffffe6;transition:all .3s ease;border-bottom:1px solid rgba(255,255,255,.1);position:relative;cursor:pointer}.p1b-portal-nav-item:hover{background:#ffffff1a;color:#fff}.p1b-portal-nav-item.active{background:#ff57224d;border-left:4px solid #ff5722;color:#fff}.p1b-portal-nav-icon{font-size:1.1rem;margin-right:1rem;width:18px;text-align:center;flex-shrink:0}.p1b-portal-nav-text{flex:1;font-weight:500;font-size:.9rem;line-height:1.3}.p1b-portal-nav-subitems{background:#0003;border-left:2px solid rgba(255,87,34,.3);margin-left:1rem}.p1b-portal-nav-subitem{display:flex;align-items:center;padding:.5rem 1rem .5rem 1.5rem;color:#fffc;transition:all .3s ease;cursor:pointer;border-bottom:1px solid rgba(255,255,255,.05)}.p1b-portal-nav-subitem:hover{background:#ffffff14;color:#fffffff2}.p1b-portal-nav-subitem.active{background:#ff572233;color:#fff;border-left:2px solid #ff5722}.p1b-portal-nav-subtext{font-size:.8rem;font-weight:400;line-height:1.2}.p1b-main-content{margin-left:350px;margin-right:400px;width:calc(100vw - 750px);min-height:100vh;position:relative;display:flex;flex-direction:column;align-items:center;transition:margin-left .3s ease,width .3s ease}.p1b-main-content.nav-collapsed{margin-left:0;width:calc(100vw - 400px)}.p1b-main-content-full{margin-left:0;margin-right:400px;width:calc(100vw - 400px);min-height:100vh;position:relative;display:flex;flex-direction:column;align-items:center}.p1b-entertainment-pattern{position:fixed;top:0;left:0;right:0;bottom:0;background:repeating-linear-gradient(-45deg,#9c27b005,#9c27b005 12px,#ffffff04 12px,#ffffff04 24px,#ff572205 24px,#ff572205 36px);z-index:1;animation:entertainment-movement 40s ease-in-out infinite}.p1b-performance-bg{position:fixed;top:0;left:0;right:0;bottom:0;background-image:radial-gradient(circle at 25% 35%,rgba(233,30,99,.3) 1px,transparent 1px),radial-gradient(circle at 75% 25%,rgba(255,87,34,.25) 1px,transparent 1px),radial-gradient(circle at 55% 65%,rgba(156,39,176,.2) 1px,transparent 1px),radial-gradient(circle at 35% 75%,rgba(233,30,99,.3) 1px,transparent 1px),radial-gradient(circle at 85% 55%,rgba(255,87,34,.25) 1px,transparent 1px);background-size:100px 100px,140px 140px,120px 120px,160px 160px,110px 110px;z-index:1;animation:performance-sparkle 28s ease-in-out infinite}.p1b-international-hologram{position:fixed;top:20%;right:12%;width:300px;height:300px;background:radial-gradient(circle at center,rgba(233,30,99,.08) 0%,rgba(255,87,34,.05) 40%,transparent 70%);opacity:.15;transform:rotate(15deg);filter:drop-shadow(0 0 30px rgba(233,30,99,.3));z-index:1;pointer-events:none;animation:international-float 35s ease-in-out infinite}.p1b-section{position:relative;z-index:10;padding:4rem 2rem;min-height:100vh;display:flex;align-items:flex-start;justify-content:center;width:100%;max-width:1400px}.p1b-section:first-child{padding-top:6rem}.p1b-section-container{max-width:1200px;width:100%;margin:0 auto}.p1b-section-header{text-align:center;margin-bottom:3rem}.p1b-section-main-title{font-size:clamp(2.5rem,6vw,4rem);font-weight:700;line-height:1.2;margin-bottom:1rem;color:#fffffff2;text-shadow:0 2px 4px rgba(0,0,0,.3)}.p1b-section-main-subtitle{font-size:clamp(1.125rem,2.5vw,1.5rem);color:#fffc;margin-bottom:2rem;max-width:800px;margin-left:auto;margin-right:auto;line-height:1.4}.p1b-content-card{background:#ffffff14;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border:1px solid rgba(255,255,255,.15);border-radius:20px;padding:2.5rem;margin:2rem 0;transition:all .4s ease;box-shadow:0 8px 32px #0003}.p1b-content-card:hover{transform:translateY(-5px);background:#ffffff1f;border:1px solid rgba(255,255,255,.25);box-shadow:0 16px 48px #0000004d}.p1b-section-title{font-size:2rem;font-weight:600;color:#fffffff2;margin-bottom:1.5rem;display:flex;align-items:center;gap:.75rem}.p1b-section-icon{font-size:1.5rem;color:#e91e63}.p1b-section-content{color:#ffffffd9;line-height:1.6;font-size:1.1rem}.p1b-section-content p{margin-bottom:1rem}.p1b-section-content ul,.p1b-section-content ol{margin:1rem 0;padding-left:1.5rem}.p1b-section-content li{margin-bottom:.5rem}.p1b-section-content strong{color:#fffffff2;font-weight:600}.p1b-grid-2{display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:2rem}.p1b-grid-3{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.p1b-highlight-box{background:#e91e631a;border:1px solid rgba(233,30,99,.3);border-radius:12px;padding:1.5rem;margin:1.5rem 0}.p1b-highlight-box.warning{background:#ff98001a;border-color:#ff98004d}.p1b-highlight-box.success{background:#4caf501a;border-color:#4caf504d}.p1b-highlight-box.danger{background:#f443361a;border-color:#f443364d}.p1b-highlight-title{font-weight:600;font-size:1.1rem;margin-bottom:.75rem;display:flex;align-items:center;gap:.5rem}.p1b-steps-container{position:relative;margin:2rem 0}.p1b-step{display:flex;align-items:flex-start;margin-bottom:2rem;position:relative}.p1b-step-number{background:linear-gradient(135deg,#9c27b0,#e91e63);color:#fff;width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.1rem;margin-right:1.5rem;flex-shrink:0;position:relative;z-index:2}.p1b-step-content{flex:1;padding-top:.5rem}.p1b-step-title{font-size:1.25rem;font-weight:600;color:#fffffff2;margin-bottom:.5rem}.p1b-step-description{color:#fffc;line-height:1.5}.p1b-step:not(:last-child):after{content:"";position:absolute;left:19px;top:40px;bottom:-2rem;width:2px;background:linear-gradient(180deg,#e91e63,#e91e634d);z-index:1}.p1b-table{width:100%;border-collapse:collapse;margin:1.5rem 0;background:#ffffff0d;border-radius:12px;overflow:hidden}.p1b-table th{background:#9c27b033;color:#fffffff2;padding:1rem;text-align:left;font-weight:600;border-bottom:1px solid rgba(255,255,255,.1)}.p1b-table td{padding:1rem;border-bottom:1px solid rgba(255,255,255,.1);color:#ffffffd9}.p1b-table tr:hover{background:#ffffff0d}.p1b-button{background:linear-gradient(135deg,#9c27b0,#e91e63);color:#fff;border:none;padding:.75rem 1.5rem;border-radius:50px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;text-decoration:none;display:inline-block;text-align:center}.p1b-button:hover{transform:translateY(-2px);box-shadow:0 8px 25px #e91e6366}.p1b-button.secondary{background:linear-gradient(135deg,#64748b,#475569)}.p1b-button.secondary:hover{box-shadow:0 8px 25px #64748b66}.p1b-quick-links{background:linear-gradient(135deg,#ff5722,#ff9800);border-radius:16px;padding:2rem;margin:2rem 0;text-align:center}.p1b-quick-links-title{font-size:1.5rem;font-weight:700;margin-bottom:1rem;color:#fff}.p1b-quick-links-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;margin-top:1.5rem}.p1b-quick-link{background:#ffffff1a;border:1px solid rgba(255,255,255,.2);border-radius:12px;padding:1rem;text-decoration:none;color:#fff;transition:all .3s ease;display:block;cursor:pointer}.p1b-quick-link:hover{background:#fff3;transform:translateY(-2px)}.p1b-dual-path-container{display:grid;grid-template-columns:1fr 1fr;gap:2rem;margin:2rem 0}.p1b-dual-path-card{background:#ffffff14;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border:1px solid rgba(255,255,255,.15);border-radius:20px;padding:2rem;transition:all .4s ease;box-shadow:0 8px 32px #0003;position:relative;overflow:hidden}.p1b-dual-path-card.award-path{border-left:4px solid #e91e63}.p1b-dual-path-card.criteria-path{border-left:4px solid #ff5722}.p1b-dual-path-card:hover{transform:translateY(-5px);background:#ffffff1f;border:1px solid rgba(255,255,255,.25);box-shadow:0 16px 48px #0000004d}.p1b-dual-path-header{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem}.p1b-dual-path-icon{font-size:2rem;color:#e91e63}.p1b-dual-path-card.criteria-path .p1b-dual-path-icon{color:#ff5722}.p1b-dual-path-title{font-size:1.5rem;font-weight:700;color:#fffffff2;margin:0}@media (max-width: 1024px){.p1b-main-content-full{margin-right:320px;width:calc(100vw - 320px)}.p1b-section{max-width:1200px}.p1b-entertainment-pattern,.p1b-performance-bg{left:0}.p1b-dual-path-container{grid-template-columns:1fr}}@media (max-width: 768px){.p1b-main-content-full{margin-right:0;width:100vw}.p1b-checklist-sidebar{display:none}.p1b-entertainment-pattern,.p1b-performance-bg{left:0}.p1b-section{padding:2rem 1rem;max-width:100%}.p1b-section-container{max-width:100%;padding:0 .5rem}.p1b-content-card{padding:1.5rem;margin:1rem 0}.p1b-grid-2,.p1b-grid-3,.p1b-dual-path-container{grid-template-columns:1fr}}@media (max-width: 480px){.p1b-main-content-full{margin-right:0;width:100vw}.p1b-checklist-sidebar{display:none}.p1b-entertainment-pattern,.p1b-performance-bg{left:0}.p1b-section{padding:1.5rem .5rem;max-width:100%}.p1b-section-container{max-width:100%;padding:0 .25rem}.p1b-content-card{padding:1rem}}@media (max-width: 1400px){.p1b-checklist-sidebar{width:300px;right:15px}.p1b-main-content{margin-right:335px;width:calc(100vw - 685px)}.p1b-main-content.nav-collapsed{width:calc(100vw - 335px)}}@media (max-width: 1200px){.p1b-checklist-sidebar{width:280px;right:10px;top:160px;height:calc(100vh - 180px)}.p1b-main-content{margin-right:310px;width:calc(100vw - 660px)}.p1b-main-content.nav-collapsed{width:calc(100vw - 310px)}}@keyframes entertainment-movement{0%,to{transform:translate(0) translateY(0)}25%{transform:translate(10px) translateY(-5px)}50%{transform:translate(18px) translateY(0)}75%{transform:translate(10px) translateY(5px)}}@keyframes performance-sparkle{0%,to{opacity:1}25%{opacity:.7}50%{opacity:.5}75%{opacity:.8}}@keyframes international-float{0%,to{transform:rotate(15deg) scale(1) translateY(0)}25%{transform:rotate(12deg) scale(1.05) translateY(-12px)}50%{transform:rotate(18deg) scale(1.12) translateY(0)}75%{transform:rotate(14deg) scale(1.05) translateY(8px)}}.p2-page-container{font-family:Inter,sans-serif;background:transparent;color:#fff;min-height:100vh;position:relative;overflow-x:hidden;margin:0;padding:0;display:flex}.p2-checklist-sidebar{position:fixed;right:20px;top:160px;width:360px;height:calc(100vh - 180px);background:#ffffff1f;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.2);border-radius:16px;z-index:1000;overflow-y:auto;padding:0;display:flex;flex-direction:column;box-shadow:0 20px 40px #00000026,0 10px 20px #0000001a,0 5px 10px #0000000d;scrollbar-width:none;-ms-overflow-style:none;overscroll-behavior:contain}.p2-checklist-sidebar::-webkit-scrollbar{display:none;width:0;height:0}.p2-checklist-sidebar::-webkit-scrollbar-track{display:none}.p2-checklist-sidebar::-webkit-scrollbar-thumb{display:none}.p2-checklist-header{position:sticky;top:0;z-index:1001;border-radius:16px 16px 0 0;padding:1.5rem;color:#fff;border-bottom:1px solid rgba(255,255,255,.2);box-shadow:0 2px 8px #0000001a}.p2-checklist-header.checklist-theme{background:linear-gradient(135deg,#00bcd4,#0097a7)}.p2-checklist-header.portal-theme{background:linear-gradient(135deg,#ff6f00,#ff8f00)}.p2-tab-header{position:relative;display:flex;align-items:flex-start;justify-content:space-between;width:100%}.p2-tab-content{flex:1;text-align:center}.p2-tab-title{font-size:1.4rem;font-weight:700;margin:0 0 .5rem;line-height:1.2;display:flex;align-items:center;justify-content:center;gap:.5rem;color:#fff}.p2-tab-title-icon{font-size:1.4rem;line-height:1}.p2-tab-subtitle{font-size:.9rem;margin:0;opacity:.9;font-weight:400;color:#fff;line-height:1.3}.p2-tab-toggle{width:40px;height:40px;border-radius:8px;border:2px solid transparent;cursor:pointer;transition:all .3s ease;font-size:1.2rem;display:flex;align-items:center;justify-content:center;line-height:1;color:#fff;font-weight:600;flex-shrink:0;margin-top:7px}.p2-tab-toggle.to-portal{background:#ff6f00e6;border-color:#ff6f00}.p2-tab-toggle.to-checklist{background:#00bcd4e6;border-color:#00bcd4}.p2-tab-toggle:hover{transform:scale(1.05);box-shadow:0 4px 12px #0003}.p2-tab-toggle.to-portal:hover{background:#ff6f00}.p2-tab-toggle.to-checklist:hover{background:#00bcd4}.p2-checklist-content{flex:1;padding:0}.p2-checklist-section{border-bottom:1px solid rgba(255,255,255,.1);margin-bottom:0}.p2-checklist-section-header{background:#ff6f00;color:#fff;padding:1rem 1.5rem;border-bottom:1px solid rgba(255,255,255,.15)}.p2-checklist-section-title{font-size:.95rem;font-weight:600;margin:0 0 .5rem;color:#fff;line-height:1.3;text-shadow:none}.p2-checklist-progress{display:flex;align-items:center;gap:.75rem}.p2-checklist-progress-text{font-size:.8rem;font-weight:500;color:#fffc;min-width:40px}.p2-checklist-progress-bar{flex:1;height:6px;background:#fff3;border-radius:3px;overflow:hidden}.p2-checklist-progress-fill{height:100%;background:linear-gradient(90deg,#0097a7,#00bcd4);border-radius:3px;transition:width .3s ease}.p2-checklist-subsection{margin-bottom:1rem}.p2-checklist-subsection-title{font-size:.85rem;font-weight:600;color:#0097a7;margin:0 0 .5rem;padding:.5rem 1.5rem 0;text-transform:uppercase;letter-spacing:.5px}.p2-checklist-items{padding:0}.p2-checklist-item{border-bottom:1px solid rgba(255,255,255,.05);will-change:background-color}.p2-checklist-item:hover{background:#ffffff08}.p2-checklist-label{display:flex;align-items:flex-start;padding:.75rem 1.5rem;cursor:pointer;gap:.75rem;font-size:.85rem;line-height:1.4;color:#ffffffe6;will-change:color}.p2-checklist-label:hover{color:#fff}.p2-checklist-checkbox{display:none}.p2-checklist-checkmark{width:18px;height:18px;border:2px solid rgba(255,255,255,.3);border-radius:4px;position:relative;flex-shrink:0;background:transparent;margin-top:1px;will-change:background,border-color,transform}.p2-checklist-checkbox:checked+.p2-checklist-checkmark{background:linear-gradient(135deg,#0097a7,#00bcd4);border-color:#0097a7;transform:scale(1.05)}.p2-checklist-checkbox:checked+.p2-checklist-checkmark:after{content:"✓";position:absolute;top:-1px;left:2px;color:#fff;font-size:12px;font-weight:700}.p2-checklist-checkbox:checked+.p2-checklist-checkmark+.p2-checklist-text{color:#0097a7;text-decoration:line-through;opacity:.8}.p2-checklist-text{flex:1;will-change:color,text-decoration,opacity}.p2-checklist-emoji-button{font-size:1rem;margin-left:auto;opacity:.8;flex-shrink:0;background:none;border:none;cursor:pointer;padding:2px 4px;border-radius:4px;transition:all .2s ease;position:relative}.p2-checklist-emoji-button:hover{opacity:1;background:#ffffff1a;transform:scale(1.1)}.p2-checklist-emoji-button:active{transform:scale(.95)}.p2-checklist-text-input{margin:.5rem 2.25rem 0;padding-bottom:.5rem}.p2-checklist-textarea{width:100%;background:#ffffff08;border:1px solid rgba(255,255,255,.15);border-radius:6px;color:#ffffffb3;padding:.75rem;font-size:.85rem;font-family:inherit;min-height:60px;text-align:left;cursor:default;box-sizing:border-box;line-height:1.5;word-wrap:break-word;overflow-wrap:break-word;-webkit-hyphens:auto;hyphens:auto;white-space:pre-line}.p2-checklist-link{color:#81c784;text-decoration:underline;transition:color .2s ease;word-break:break-all;font-weight:500}.p2-checklist-link:hover{color:#a5d6a7;text-decoration:underline}.p2-info-indicator{position:absolute;top:-2px;right:-2px;font-size:8px;color:#81c784;opacity:.8;pointer-events:none}.p2-checklist-footer{background:#ff6f00;padding:1rem 1.5rem;border-top:1px solid rgba(255,255,255,.1);border-radius:0 0 16px 16px}.p2-checklist-save-note{display:flex;align-items:center;gap:.5rem;font-size:.8rem;color:#ffffffe6;justify-content:center}.p2-checklist-save-note i{font-size:.75rem;opacity:1}.p2-portal-nav-content{padding:0}.p2-portal-nav-section{border-bottom:1px solid rgba(255,255,255,.1)}.p2-portal-nav-item{display:flex;align-items:center;padding:1rem 1.5rem;text-decoration:none;color:#ffffffe6;transition:all .3s ease;border-bottom:1px solid rgba(255,255,255,.1);position:relative;cursor:pointer}.p2-portal-nav-item:hover{background:#ffffff1a;color:#fff}.p2-portal-nav-item.active{background:#ff6f004d;border-left:4px solid #ff6f00;color:#fff}.p2-portal-nav-icon{font-size:1.1rem;margin-right:1rem;width:18px;text-align:center;flex-shrink:0}.p2-portal-nav-text{flex:1;font-weight:500;font-size:.9rem;line-height:1.3}.p2-portal-nav-subitems{background:#0003;border-left:2px solid rgba(255,111,0,.3);margin-left:1rem}.p2-portal-nav-subitem{display:flex;align-items:center;padding:.5rem 1rem .5rem 1.5rem;color:#fffc;transition:all .3s ease;cursor:pointer;border-bottom:1px solid rgba(255,255,255,.05)}.p2-portal-nav-subitem:hover{background:#ffffff14;color:#fffffff2}.p2-portal-nav-subitem.active{background:#ff6f0033;color:#fff;border-left:2px solid #ff6f00}.p2-portal-nav-subtext{font-size:.8rem;font-weight:400;line-height:1.2}.p2-main-content{margin-left:350px;margin-right:400px;width:calc(100vw - 750px);min-height:100vh;position:relative;display:flex;flex-direction:column;align-items:center;transition:margin-left .3s ease,width .3s ease}.p2-main-content.nav-collapsed{margin-left:0;width:calc(100vw - 400px)}.p2-main-content-full{margin-left:0;margin-right:400px;width:calc(100vw - 400px);min-height:100vh;position:relative;display:flex;flex-direction:column;align-items:center}.p2-exchange-pattern{position:fixed;top:0;left:0;right:0;bottom:0;background:repeating-linear-gradient(-45deg,#00bcd405,#00bcd405 12px,#ffffff04 12px,#ffffff04 24px,#ff6f0005 24px,#ff6f0005 36px);z-index:1;animation:exchange-movement 40s ease-in-out infinite}.p2-cultural-bg{position:fixed;top:0;left:0;right:0;bottom:0;background-image:radial-gradient(circle at 25% 35%,rgba(0,151,167,.3) 1px,transparent 1px),radial-gradient(circle at 75% 25%,rgba(255,111,0,.25) 1px,transparent 1px),radial-gradient(circle at 55% 65%,rgba(0,188,212,.2) 1px,transparent 1px),radial-gradient(circle at 35% 75%,rgba(0,151,167,.3) 1px,transparent 1px),radial-gradient(circle at 85% 55%,rgba(255,111,0,.25) 1px,transparent 1px);background-size:100px 100px,140px 140px,120px 120px,160px 160px,110px 110px;z-index:1;animation:cultural-sparkle 28s ease-in-out infinite}.p2-reciprocal-hologram{position:fixed;top:20%;right:12%;width:300px;height:300px;background:radial-gradient(circle at center,rgba(0,151,167,.08) 0%,rgba(255,111,0,.05) 40%,transparent 70%);opacity:.15;transform:rotate(15deg);filter:drop-shadow(0 0 30px rgba(0,151,167,.3));z-index:1;pointer-events:none;animation:reciprocal-float 35s ease-in-out infinite}.p2-section{position:relative;z-index:10;padding:4rem 2rem;min-height:100vh;display:flex;align-items:flex-start;justify-content:center;width:100%;max-width:1400px}.p2-section:first-child{padding-top:6rem}.p2-section-container{max-width:1200px;width:100%;margin:0 auto}.p2-section-header{text-align:center;margin-bottom:3rem}.p2-section-main-title{font-size:clamp(2.5rem,6vw,4rem);font-weight:700;line-height:1.2;margin-bottom:1rem;color:#fffffff2;text-shadow:0 2px 4px rgba(0,0,0,.3)}.p2-section-main-subtitle{font-size:clamp(1.125rem,2.5vw,1.5rem);color:#fffc;margin-bottom:2rem;max-width:800px;margin-left:auto;margin-right:auto;line-height:1.4}.p2-content-card{background:#ffffff14;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border:1px solid rgba(255,255,255,.15);border-radius:20px;padding:2.5rem;margin:2rem 0;transition:all .4s ease;box-shadow:0 8px 32px #0003}.p2-content-card:hover{transform:translateY(-5px);background:#ffffff1f;border:1px solid rgba(255,255,255,.25);box-shadow:0 16px 48px #0000004d}.p2-section-title{font-size:2rem;font-weight:600;color:#fffffff2;margin-bottom:1.5rem;display:flex;align-items:center;gap:.75rem}.p2-section-icon{font-size:1.5rem;color:#0097a7}.p2-section-content{color:#ffffffd9;line-height:1.6;font-size:1.1rem}.p2-section-content p{margin-bottom:1rem}.p2-section-content ul,.p2-section-content ol{margin:1rem 0;padding-left:1.5rem}.p2-section-content li{margin-bottom:.5rem}.p2-section-content strong{color:#fffffff2;font-weight:600}.p2-grid-2{display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:2rem}.p2-grid-3{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.p2-highlight-box{background:#0097a71a;border:1px solid rgba(0,151,167,.3);border-radius:12px;padding:1.5rem;margin:1.5rem 0}.p2-highlight-box.warning{background:#ff98001a;border-color:#ff98004d}.p2-highlight-box.success{background:#4caf501a;border-color:#4caf504d}.p2-highlight-box.danger{background:#f443361a;border-color:#f443364d}.p2-highlight-title{font-weight:600;font-size:1.1rem;margin-bottom:.75rem;display:flex;align-items:center;gap:.5rem}.p2-steps-container{position:relative;margin:2rem 0}.p2-step{display:flex;align-items:flex-start;margin-bottom:2rem;position:relative}.p2-step-number{background:linear-gradient(135deg,#00bcd4,#0097a7);color:#fff;width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.1rem;margin-right:1.5rem;flex-shrink:0;position:relative;z-index:2}.p2-step-content{flex:1;padding-top:.5rem}.p2-step-title{font-size:1.25rem;font-weight:600;color:#fffffff2;margin-bottom:.5rem}.p2-step-description{color:#fffc;line-height:1.5}.p2-step:not(:last-child):after{content:"";position:absolute;left:19px;top:40px;bottom:-2rem;width:2px;background:linear-gradient(180deg,#0097a7,#0097a74d);z-index:1}.p2-table{width:100%;border-collapse:collapse;margin:1.5rem 0;background:#ffffff0d;border-radius:12px;overflow:hidden}.p2-table th{background:#00bcd433;color:#fffffff2;padding:1rem;text-align:left;font-weight:600;border-bottom:1px solid rgba(255,255,255,.1)}.p2-table td{padding:1rem;border-bottom:1px solid rgba(255,255,255,.1);color:#ffffffd9}.p2-table tr:hover{background:#ffffff0d}.p2-button{background:linear-gradient(135deg,#00bcd4,#0097a7);color:#fff;border:none;padding:.75rem 1.5rem;border-radius:50px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;text-decoration:none;display:inline-block;text-align:center}.p2-button:hover{transform:translateY(-2px);box-shadow:0 8px 25px #0097a766}.p2-button.secondary{background:linear-gradient(135deg,#64748b,#475569)}.p2-button.secondary:hover{box-shadow:0 8px 25px #64748b66}.p2-quick-links{background:linear-gradient(135deg,#ff6f00,#ff8f00);border-radius:16px;padding:2rem;margin:2rem 0;text-align:center}.p2-quick-links-title{font-size:1.5rem;font-weight:700;margin-bottom:1rem;color:#fff}.p2-quick-links-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;margin-top:1.5rem}.p2-quick-link{background:#ffffff1a;border:1px solid rgba(255,255,255,.2);border-radius:12px;padding:1rem;text-decoration:none;color:#fff;transition:all .3s ease;display:block;cursor:pointer}.p2-quick-link:hover{background:#fff3;transform:translateY(-2px)}.p2-dual-path-container{display:grid;grid-template-columns:1fr 1fr;gap:2rem;margin:2rem 0}.p2-dual-path-card{background:#ffffff14;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border:1px solid rgba(255,255,255,.15);border-radius:20px;padding:2rem;transition:all .4s ease;box-shadow:0 8px 32px #0003;position:relative;overflow:hidden}.p2-dual-path-card.uscis-path{border-left:4px solid #0097a7}.p2-dual-path-card.consular-path{border-left:4px solid #ff6f00}.p2-dual-path-card:hover{transform:translateY(-5px);background:#ffffff1f;border:1px solid rgba(255,255,255,.25);box-shadow:0 16px 48px #0000004d}.p2-dual-path-header{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem}.p2-dual-path-icon{font-size:2rem;color:#0097a7}.p2-dual-path-card.consular-path .p2-dual-path-icon{color:#ff6f00}.p2-dual-path-title{font-size:1.5rem;font-weight:700;color:#fffffff2;margin:0}@media (max-width: 1024px){.p2-main-content-full{margin-right:320px;width:calc(100vw - 320px)}.p2-section{max-width:1200px}.p2-exchange-pattern,.p2-cultural-bg{left:0}.p2-dual-path-container{grid-template-columns:1fr}}@media (max-width: 768px){.p2-main-content-full{margin-right:0;width:100vw}.p2-checklist-sidebar{display:none}.p2-exchange-pattern,.p2-cultural-bg{left:0}.p2-section{padding:2rem 1rem;max-width:100%}.p2-section-container{max-width:100%;padding:0 .5rem}.p2-content-card{padding:1.5rem;margin:1rem 0}.p2-grid-2,.p2-grid-3,.p2-dual-path-container{grid-template-columns:1fr}}@media (max-width: 480px){.p2-main-content-full{margin-right:0;width:100vw}.p2-checklist-sidebar{display:none}.p2-exchange-pattern,.p2-cultural-bg{left:0}.p2-section{padding:1.5rem .5rem;max-width:100%}.p2-section-container{max-width:100%;padding:0 .25rem}.p2-content-card{padding:1rem}}@media (max-width: 1400px){.p2-checklist-sidebar{width:300px;right:15px}.p2-main-content{margin-right:335px;width:calc(100vw - 685px)}.p2-main-content.nav-collapsed{width:calc(100vw - 335px)}}@media (max-width: 1200px){.p2-checklist-sidebar{width:280px;right:10px;top:160px;height:calc(100vh - 180px)}.p2-main-content{margin-right:310px;width:calc(100vw - 660px)}.p2-main-content.nav-collapsed{width:calc(100vw - 310px)}}@keyframes reciprocal-float{0%,to{transform:rotate(15deg) scale(1) translateY(0)}25%{transform:rotate(12deg) scale(1.05) translateY(-12px)}50%{transform:rotate(18deg) scale(1.12) translateY(0)}75%{transform:rotate(14deg) scale(1.05) translateY(8px)}}.eb2-page-container{font-family:Inter,sans-serif;background-color:#0f172a;color:#fff;min-height:100vh;position:relative;overflow-x:hidden;margin:0;padding:0;display:flex}.eb2-checklist-sidebar{position:fixed;right:20px;top:160px;width:360px;height:calc(100vh - 180px);background:#0f172acc;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid rgba(192,192,192,.2);border-radius:16px;z-index:1000;overflow-y:auto;padding:0;display:flex;flex-direction:column;box-shadow:0 20px 40px #00000040,0 10px 20px #00000026;scrollbar-width:none;-ms-overflow-style:none;overscroll-behavior:contain}.eb2-checklist-sidebar::-webkit-scrollbar{display:none}.eb2-checklist-header{position:sticky;top:0;z-index:1001;border-radius:16px 16px 0 0;padding:1.5rem;color:#fff;border-bottom:1px solid rgba(192,192,192,.2);box-shadow:0 2px 8px #0003}.eb2-checklist-header.checklist-theme{background:linear-gradient(135deg,#1e3a8a,#3b82f6)}.eb2-checklist-header.portal-theme{background:linear-gradient(135deg,#94a3b8,silver)}.eb2-tab-header{display:flex;align-items:flex-start;justify-content:space-between;width:100%}.eb2-tab-content{flex:1;text-align:center}.eb2-tab-title{font-size:1.4rem;font-weight:700;margin:0 0 .5rem;color:#fff}.eb2-tab-subtitle{font-size:.9rem;opacity:.9;color:#fff}.eb2-tab-toggle{width:40px;height:40px;border-radius:8px;border:2px solid transparent;cursor:pointer;transition:all .3s ease;font-size:1.2rem;display:flex;align-items:center;justify-content:center;color:#fff;flex-shrink:0;margin-top:2px}.eb2-tab-toggle.to-portal{background:#c0c0c0e6;border-color:silver;color:#1e3a8a}.eb2-tab-toggle.to-checklist{background:#1e3a8ae6;border-color:#1e3a8a;color:silver}.eb2-tab-toggle:hover{transform:scale(1.05);box-shadow:0 4px 12px #0000004d}.eb2-checklist-content{flex:1;padding:0;overflow-y:auto;scrollbar-width:none;-ms-overflow-style:none}.eb2-checklist-content::-webkit-scrollbar{display:none}.eb2-checklist-section{border-bottom:1px solid rgba(192,192,192,.1)}.eb2-checklist-section:last-child{border-bottom:none}.eb2-checklist-section-header{background:#0003;color:#fff;padding:1rem 1.5rem;border-bottom:1px solid rgba(255,255,255,.15)}.eb2-checklist-section-title{font-size:.95rem;font-weight:600;margin:0 0 .5rem;color:#fff}.eb2-checklist-progress{display:flex;align-items:center;gap:.75rem}.eb2-checklist-progress-text{font-size:.8rem;color:#fffc;min-width:40px}.eb2-checklist-progress-bar{flex:1;height:6px;background:#fff3;border-radius:3px}.eb2-checklist-progress-fill{height:100%;background:linear-gradient(90deg,silver,#94a3b8);border-radius:3px;transition:width .3s ease}.eb2-checklist-items{padding:0}.eb2-checklist-item{border-bottom:1px solid rgba(192,192,192,.08)}.eb2-checklist-item:last-child{border-bottom:none}.eb2-checklist-item:hover{background:#c0c0c00d}.eb2-checklist-label{display:flex;align-items:flex-start;padding:.75rem 1.5rem;cursor:pointer;gap:.75rem;font-size:.85rem;color:#ffffffe6}.eb2-checklist-checkbox{display:none}.eb2-checklist-checkmark{width:18px;height:18px;border:2px solid rgba(192,192,192,.4);border-radius:4px;position:relative;flex-shrink:0;margin-top:1px}.eb2-checklist-checkbox:checked+.eb2-checklist-checkmark{background:linear-gradient(135deg,silver,#94a3b8);border-color:silver}.eb2-checklist-checkbox:checked+.eb2-checklist-checkmark:after{content:"✓";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);color:#1e3a8a;font-size:12px;font-weight:700}.eb2-checklist-checkbox:checked~.eb2-checklist-text{color:silver;text-decoration:line-through;opacity:.8}.eb2-checklist-text{flex:1}.eb2-checklist-emoji-button{font-size:1rem;margin-left:auto;opacity:.8;background:none;border:none;cursor:pointer;padding:2px 4px;color:#fff;position:relative}.eb2-checklist-emoji-button:hover{opacity:1}.eb2-checklist-text-input{margin:-.25rem 1.5rem .75rem 3.5rem;padding:.75rem;background:#0003;border-radius:8px;border-top:1px solid rgba(192,192,192,.1)}.eb2-checklist-textarea{width:100%;background:transparent;border:none;color:#fffc;font-size:.85rem;line-height:1.5;white-space:pre-line}.eb2-info-indicator{position:absolute;top:-2px;right:-2px;font-size:8px;color:silver;opacity:.8}.eb2-checklist-footer{background:#1e3a8a;padding:1rem 1.5rem;border-top:1px solid rgba(192,192,192,.1);border-radius:0 0 16px 16px}.eb2-checklist-save-note{display:flex;align-items:center;gap:.5rem;font-size:.8rem;color:#ffffffe6;justify-content:center}.eb2-portal-nav-content{padding:0}.eb2-portal-nav-section{border-bottom:1px solid rgba(192,192,192,.1)}.eb2-portal-nav-section:last-child{border-bottom:none}.eb2-portal-nav-item{display:flex;align-items:center;padding:1rem 1.5rem;color:#ffffffe6;cursor:pointer;transition:all .3s ease}.eb2-portal-nav-item:hover{background:#c0c0c01a;color:#fff}.eb2-portal-nav-icon{font-size:1.1rem;margin-right:1rem;width:18px;text-align:center}.eb2-portal-nav-text{flex:1;font-weight:500;font-size:.9rem}.eb2-portal-nav-subitems{background:#0003;border-left:2px solid rgba(192,192,192,.2);margin-left:1rem}.eb2-portal-nav-subitem{padding:.5rem 1rem .5rem 1.5rem;color:#fffc;cursor:pointer;border-bottom:1px solid rgba(192,192,192,.08);transition:all .3s ease}.eb2-portal-nav-subitem:last-child{border-bottom:none}.eb2-portal-nav-subitem:hover{background:#c0c0c01a}.eb2-portal-nav-subtext{font-size:.8rem}.eb2-main-content-full{margin-left:0;margin-right:400px;width:calc(100vw - 400px);position:relative;display:flex;flex-direction:column;align-items:center}.eb2-excellence-pattern,.eb2-achievement-bg,.eb2-extraordinary-hologram{position:fixed;top:0;left:0;right:0;bottom:0;pointer-events:none}.eb2-excellence-pattern{background:repeating-linear-gradient(-45deg,#c0c0c005,#c0c0c005 12px,#ffffff04 12px,#ffffff04 24px,#1e3a8a05 24px,#1e3a8a05 36px);z-index:-3;animation:eb2-excellence-movement 40s ease-in-out infinite}.eb2-achievement-bg{background-image:radial-gradient(circle at 25% 35%,rgba(192,192,192,.3) 1px,transparent 1px),radial-gradient(circle at 75% 25%,rgba(59,130,246,.25) 1px,transparent 1px);background-size:100px 100px,140px 140px;z-index:-2;animation:eb2-achievement-sparkle 28s ease-in-out infinite}.eb2-extraordinary-hologram{top:20%;right:12%;width:300px;height:300px;background:radial-gradient(circle at center,rgba(192,192,192,.08) 0%,rgba(30,58,138,.05) 40%,transparent 70%);opacity:.15;z-index:-1;animation:eb2-extraordinary-float 35s ease-in-out infinite}.eb2-section{z-index:10;padding:4rem 2rem;min-height:100vh;width:100%;max-width:1400px}.eb2-section:first-child{padding-top:6rem}.eb2-section-container{max-width:1200px;width:100%;margin:0 auto}.eb2-section-header{text-align:center;margin-bottom:3rem}.eb2-section-main-title{font-size:clamp(2.5rem,6vw,4rem);font-weight:700;color:#fffffff2;text-shadow:0 2px 4px rgba(0,0,0,.3)}.eb2-section-main-subtitle{font-size:clamp(1.125rem,2.5vw,1.5rem);color:#c0c0c0cc;max-width:800px;margin:1rem auto 0}.eb2-content-card{background:#1e3a8a80;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border:1px solid rgba(192,192,192,.2);border-radius:20px;padding:2.5rem;margin:2rem 0;box-shadow:0 8px 32px #0000004d;transition:all .4s ease}.eb2-content-card:hover{transform:translateY(-5px)}.eb2-section-title{font-size:2rem;color:#fffffff2;margin-bottom:1.5rem;display:flex;align-items:center;gap:.75rem}.eb2-section-icon{font-size:1.5rem;color:silver}.eb2-section-content{color:#ffffffd9;line-height:1.6;font-size:1.1rem}.eb2-section-content p,.eb2-section-content ul,.eb2-section-content ol{margin-bottom:1rem}.eb2-section-content strong{color:silver;font-weight:600}.eb2-section-content h3{font-size:1.4rem;color:silver;margin:1.5rem 0 1rem}.eb2-grid-2{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.eb2-highlight-box{background:#c0c0c01a;border:1px solid rgba(192,192,192,.3);border-radius:12px;padding:1.5rem;margin:1.5rem 0}.eb2-highlight-box.success{background:#0596691a;border-color:#0596694d}.eb2-highlight-box.warning{background:#d977061a;border-color:#d977064d}.eb2-highlight-box.danger{background:#dc26261a;border-color:#dc26264d}.eb2-highlight-title{font-weight:600;font-size:1.1rem;margin-bottom:.75rem;display:flex;align-items:center;gap:.5rem}.eb2-steps-container{margin:2rem 0}.eb2-step{display:flex;align-items:flex-start;margin-bottom:2rem;position:relative}.eb2-step-number{background:linear-gradient(135deg,#1e3a8a,#3b82f6);color:#fff;width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;margin-right:1.5rem;flex-shrink:0}.eb2-step-title{font-size:1.25rem;font-weight:600;color:#fffffff2;margin-bottom:.5rem}.eb2-step:not(:last-child):after{content:"";position:absolute;left:19px;top:40px;bottom:-2rem;width:2px;background:linear-gradient(180deg,silver,#c0c0c04d)}.eb2-table{width:100%;border-collapse:collapse;background:#0f172a80;border-radius:12px;overflow:hidden}.eb2-table th{background:#c0c0c033;color:#fffffff2;padding:1rem;text-align:left}.eb2-table td{padding:1rem;border-top:1px solid rgba(192,192,192,.1)}.eb2-table tr:hover{background:#c0c0c00d}@media (max-width: 1200px){.eb2-main-content-full{margin-right:320px;width:calc(100vw - 320px)}.eb2-checklist-sidebar{width:280px;right:10px}}@media (max-width: 768px){.eb2-main-content-full{margin-right:0;width:100vw}.eb2-checklist-sidebar{display:none}.eb2-grid-2{grid-template-columns:1fr}}@keyframes eb2-excellence-movement{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes eb2-achievement-sparkle{0%,to{opacity:.8}50%{opacity:.5}}@keyframes eb2-extraordinary-float{0%,to{transform:translateY(0) scale(1)}50%{transform:translateY(-15px) scale(1.05)}}.eb5-page-container{font-family:Inter,sans-serif;background:transparent;color:#fff;min-height:100vh;position:relative;overflow-x:hidden;margin:0;padding:0;display:flex}.eb5-checklist-sidebar{position:fixed;right:20px;top:160px;width:360px;height:calc(100vh - 180px);background:#ffffff1f;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.2);border-radius:16px;z-index:1000;overflow-y:auto;padding:0;display:flex;flex-direction:column;box-shadow:0 20px 40px #00000026,0 10px 20px #0000001a,0 5px 10px #0000000d;scrollbar-width:none;-ms-overflow-style:none;overscroll-behavior:contain}.eb5-checklist-sidebar::-webkit-scrollbar{display:none}.eb5-checklist-header{position:sticky;top:0;z-index:1001;border-radius:16px 16px 0 0;padding:1.5rem;color:#fff;border-bottom:1px solid rgba(255,255,255,.15);box-shadow:0 2px 8px #0000001a}.eb5-checklist-header.checklist-theme{background:linear-gradient(135deg,#4a90e2,#357abd)}.eb5-checklist-header.portal-theme{background:linear-gradient(135deg,#daa520,gold)}.eb5-tab-header{display:flex;align-items:flex-start;justify-content:space-between}.eb5-tab-content{flex:1;text-align:center}.eb5-tab-title{font-size:1.4rem;font-weight:700;margin:0 0 .5rem}.eb5-tab-subtitle{font-size:.9rem;opacity:.9}.eb5-tab-toggle{width:40px;height:40px;border-radius:8px;cursor:pointer;transition:all .3s ease;font-size:1.2rem;display:flex;align-items:center;justify-content:center;margin-top:2px}.eb5-tab-toggle.to-portal{background:#ffd700e6;border:2px solid #FFD700;color:#357abd}.eb5-tab-toggle.to-checklist{background:#4a90e2e6;border:2px solid #4A90E2;color:gold}.eb5-tab-toggle:hover{transform:scale(1.05)}.eb5-checklist-content{flex:1;padding:0;overflow-y:auto;scrollbar-width:none}.eb5-checklist-content::-webkit-scrollbar{display:none}.eb5-checklist-section{border-bottom:1px solid rgba(255,255,255,.1)}.eb5-checklist-section:last-child{border-bottom:none}.eb5-checklist-section-header{background:#ffffff14;color:#fff;padding:1rem 1.5rem;border-bottom:1px solid rgba(255,255,255,.15)}.eb5-checklist-section-title{font-size:.95rem;font-weight:600;margin:0 0 .5rem}.eb5-checklist-progress{display:flex;align-items:center;gap:.75rem}.eb5-checklist-progress-text{font-size:.8rem;color:#fffc;min-width:40px}.eb5-checklist-progress-bar{flex:1;height:6px;background:#fff3;border-radius:3px}.eb5-checklist-progress-fill{height:100%;background:linear-gradient(90deg,gold,#daa520);border-radius:3px;transition:width .3s ease}.eb5-checklist-items{padding:0}.eb5-checklist-item{border-bottom:1px solid rgba(255,215,0,.08)}.eb5-checklist-item:last-child{border-bottom:none}.eb5-checklist-item:hover{background:#ffd7000d}.eb5-checklist-label{display:flex;align-items:flex-start;padding:.75rem 1.5rem;cursor:pointer;gap:.75rem;font-size:.85rem;color:#ffffffe6}.eb5-checklist-checkbox{display:none}.eb5-checklist-checkmark{width:18px;height:18px;border:2px solid rgba(255,215,0,.4);border-radius:4px;position:relative;flex-shrink:0;margin-top:1px}.eb5-checklist-checkbox:checked+.eb5-checklist-checkmark{background:linear-gradient(135deg,gold,#daa520);border-color:gold}.eb5-checklist-checkbox:checked+.eb5-checklist-checkmark:after{content:"✓";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);color:#4a90e2;font-size:12px;font-weight:700}.eb5-checklist-checkbox:checked~.eb5-checklist-text{color:gold;text-decoration:line-through;opacity:.8}.eb5-checklist-text{flex:1}.eb5-checklist-emoji-button{font-size:1rem;margin-left:auto;opacity:.8;background:none;border:none;cursor:pointer;padding:2px 4px;color:#fff;position:relative}.eb5-checklist-emoji-button:hover{opacity:1}.eb5-checklist-text-input{margin:-.25rem 1.5rem .75rem 3.5rem;padding:.75rem;background:#0003;border-radius:8px;border-top:1px solid rgba(255,215,0,.1)}.eb5-checklist-textarea{width:100%;background:transparent;border:none;color:#fffc;font-size:.85rem;line-height:1.5;white-space:pre-line}.eb5-info-indicator{position:absolute;top:-2px;right:-2px;font-size:8px;color:gold;opacity:.8}.eb5-checklist-footer{background:#ffffff14;padding:1rem 1.5rem;border-top:1px solid rgba(255,255,255,.1);border-radius:0 0 16px 16px}.eb5-checklist-save-note{display:flex;align-items:center;gap:.5rem;font-size:.8rem;color:#ffffffe6;justify-content:center}.eb5-portal-nav-content{padding:0}.eb5-portal-nav-section{border-bottom:1px solid rgba(255,215,0,.1)}.eb5-portal-nav-section:last-child{border-bottom:none}.eb5-portal-nav-item{display:flex;align-items:center;padding:1rem 1.5rem;color:#ffffffe6;cursor:pointer;transition:all .3s ease}.eb5-portal-nav-item:hover{background:#ffd7001a;color:#fff}.eb5-portal-nav-icon{font-size:1.1rem;margin-right:1rem;width:18px;text-align:center}.eb5-portal-nav-text{flex:1;font-weight:500;font-size:.9rem}.eb5-portal-nav-subitems{background:#0003;border-left:2px solid rgba(255,215,0,.2);margin-left:1rem}.eb5-portal-nav-subitem{padding:.5rem 1rem .5rem 1.5rem;color:#fffc;cursor:pointer;border-bottom:1px solid rgba(255,215,0,.08);transition:all .3s ease}.eb5-portal-nav-subitem:last-child{border-bottom:none}.eb5-portal-nav-subitem:hover{background:#ffd7001a}.eb5-portal-nav-subtext{font-size:.8rem}.eb5-main-content-full{margin-right:400px;width:calc(100vw - 400px);position:relative;display:flex;flex-direction:column;align-items:center}.eb5-excellence-pattern,.eb5-achievement-bg,.eb5-extraordinary-hologram{position:fixed;top:0;left:0;right:0;bottom:0;pointer-events:none}.eb5-excellence-pattern{background:repeating-linear-gradient(-45deg,#ffd70005,#ffd70005 12px,#ffffff04 12px,#ffffff04 24px,#4a90e205 24px,#4a90e205 36px);z-index:-3;animation:eb5-excellence-movement 40s ease-in-out infinite}.eb5-achievement-bg{background-image:radial-gradient(circle at 25% 35%,rgba(255,215,0,.3) 1px,transparent 1px),radial-gradient(circle at 75% 25%,rgba(74,144,226,.25) 1px,transparent 1px);background-size:100px 100px;z-index:-2;animation:eb5-achievement-sparkle 28s ease-in-out infinite}.eb5-extraordinary-hologram{top:20%;right:12%;width:300px;height:300px;background:radial-gradient(circle at center,rgba(255,215,0,.08) 0%,rgba(74,144,226,.05) 40%,transparent 70%);opacity:.15;z-index:-1;animation:eb5-extraordinary-float 35s ease-in-out infinite}.eb5-section{z-index:10;padding:4rem 2rem;min-height:100vh;width:100%;max-width:1400px}.eb5-section:first-child{padding-top:6rem}.eb5-section-container{max-width:1200px;width:100%;margin:0 auto}.eb5-section-header{text-align:center;margin-bottom:3rem}.eb5-section-main-title{font-size:clamp(2.5rem,6vw,4rem);font-weight:700;color:#fffffff2;text-shadow:0 2px 4px rgba(0,0,0,.3)}.eb5-section-main-subtitle{font-size:clamp(1.125rem,2.5vw,1.5rem);color:#ffd700cc;margin:1rem auto 0;max-width:800px}.eb5-content-card{background:#4a90e226;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border:1px solid rgba(74,144,226,.3);border-radius:20px;padding:2.5rem;margin:2rem 0;box-shadow:0 8px 32px #0000004d;transition:all .4s ease}.eb5-content-card:hover{transform:translateY(-5px)}.eb5-section-title{font-size:2rem;color:#fffffff2;margin-bottom:1.5rem;display:flex;align-items:center;gap:.75rem}.eb5-section-icon{font-size:1.5rem;color:gold}.eb5-section-content{color:#ffffffd9;line-height:1.6;font-size:1.1rem}.eb5-section-content p,.eb5-section-content ul,.eb5-section-content ol{margin-bottom:1rem}.eb5-section-content strong{color:gold;font-weight:600}.eb5-section-content h3{font-size:1.4rem;color:gold;margin:1.5rem 0 1rem}.eb5-grid-2{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.eb5-highlight-box{background:#4a90e21a;border:1px solid rgba(74,144,226,.3);border-radius:12px;padding:1.5rem;margin:1.5rem 0}.eb5-highlight-box.success{background:#4a90e226;border-color:#4a90e266}.eb5-highlight-box.warning{background:#ff8c001a;border-color:#ff8c004d}.eb5-highlight-box.danger{background:#dc143c1a;border-color:#dc143c4d}.eb5-highlight-box.info{background:#4a90e21f;border-color:#4a90e259}.eb5-highlight-title{font-weight:600;font-size:1.1rem;margin-bottom:.75rem;display:flex;align-items:center;gap:.5rem}.eb5-steps-container{margin:2rem 0}.eb5-step{display:flex;align-items:flex-start;margin-bottom:2rem;position:relative}.eb5-step-number{background:linear-gradient(135deg,#daa520,gold);color:#357abd;width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;margin-right:1.5rem;flex-shrink:0}.eb5-step-title{font-size:1.25rem;font-weight:600;color:#fffffff2;margin-bottom:.5rem}.eb5-step:not(:last-child):after{content:"";position:absolute;left:19px;top:40px;bottom:-2rem;width:2px;background:linear-gradient(180deg,gold,#ffd7004d)}.eb5-table{width:100%;border-collapse:collapse;background:#ffffff14;border-radius:12px;overflow:hidden}.eb5-table th{background:#ffd70033;color:#fffffff2;padding:1rem;text-align:left}.eb5-table td{padding:1rem;border-top:1px solid rgba(255,215,0,.1)}.eb5-table tr:hover{background:#ffd7000d}@media (max-width: 1200px){.eb5-main-content-full{margin-right:320px;width:calc(100vw - 320px)}.eb5-checklist-sidebar{width:280px;right:10px}}@media (max-width: 768px){.eb5-main-content-full{margin-right:0;width:100vw}.eb5-checklist-sidebar{display:none}.eb5-grid-2{grid-template-columns:1fr}}@keyframes eb5-excellence-movement{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes eb5-achievement-sparkle{0%,to{opacity:.8}50%{opacity:.5}}@keyframes eb5-extraordinary-float{0%,to{transform:translateY(0) scale(1)}50%{transform:translateY(-15px) scale(1.05)}}.f1-page-container{font-family:Inter,sans-serif;background:transparent;color:#fff;min-height:100vh;position:relative;overflow-x:hidden;margin:0;padding:0;display:flex}.f1-checklist-sidebar{position:fixed;right:20px;top:160px;width:360px;height:calc(100vh - 180px);background:#ffffff1f;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.2);border-radius:16px;z-index:1000;overflow-y:auto;padding:0;display:flex;flex-direction:column;box-shadow:0 20px 40px #00000026,0 10px 20px #0000001a,0 5px 10px #0000000d;scrollbar-width:none;-ms-overflow-style:none;overscroll-behavior:contain}.f1-checklist-sidebar::-webkit-scrollbar{display:none;width:0;height:0}.f1-checklist-header{position:sticky;top:0;z-index:1001;border-radius:16px 16px 0 0;padding:1.5rem;color:#fff;border-bottom:1px solid rgba(255,255,255,.15);box-shadow:0 2px 8px #0000001a}.f1-checklist-header.checklist-theme{background:linear-gradient(135deg,#4a90e2,#357abd)}.f1-checklist-header.portal-theme{background:linear-gradient(135deg,#2e8b57,#228b22)}.f1-tab-header{display:flex;align-items:flex-start;justify-content:space-between}.f1-tab-content{flex:1;text-align:center}.f1-tab-title{font-size:1.4rem;font-weight:700;margin:0 0 .5rem}.f1-tab-subtitle{font-size:.9rem;opacity:.9}.f1-tab-toggle{width:40px;height:40px;border-radius:8px;cursor:pointer;transition:all .3s ease;font-size:1.2rem;display:flex;align-items:center;justify-content:center;margin-top:2px;background:none;border:none;color:#fff}.f1-tab-toggle.to-portal{background:#2e8b57e6;border:2px solid #2E8B57;color:gold}.f1-tab-toggle.to-checklist{background:#4a90e2e6;border:2px solid #4A90E2;color:gold}.f1-tab-toggle:hover{transform:scale(1.05)}.f1-checklist-content{flex:1;padding:0;overflow-y:auto;scrollbar-width:none}.f1-checklist-content::-webkit-scrollbar{display:none}.f1-checklist-section{border-bottom:1px solid rgba(255,255,255,.1)}.f1-checklist-section:last-child{border-bottom:none}.f1-checklist-section-header{background:#ffffff14;color:#fff;padding:1rem 1.5rem;border-bottom:1px solid rgba(255,255,255,.15)}.f1-checklist-section-title{font-size:.95rem;font-weight:600;margin:0 0 .5rem}.f1-checklist-progress{display:flex;align-items:center;gap:.75rem}.f1-checklist-progress-text{font-size:.8rem;color:#fffc;min-width:40px}.f1-checklist-progress-bar{flex:1;height:6px;background:#fff3;border-radius:3px}.f1-checklist-progress-fill{height:100%;background:linear-gradient(90deg,#2e8b57,#228b22);border-radius:3px;transition:width .3s ease}.f1-checklist-item{border-bottom:1px solid rgba(255,255,255,.08)}.f1-checklist-item:last-child{border-bottom:none}.f1-checklist-item:hover{background:#2e8b570d}.f1-checklist-label{display:flex;align-items:flex-start;padding:.75rem 1.5rem;cursor:pointer;gap:.75rem;font-size:.85rem;color:#ffffffe6}.f1-checklist-checkbox{display:none}.f1-checklist-checkmark{width:18px;height:18px;border:2px solid rgba(46,139,87,.4);border-radius:4px;position:relative;flex-shrink:0;margin-top:1px}.f1-checklist-checkbox:checked+.f1-checklist-checkmark{background:linear-gradient(135deg,#2e8b57,#228b22);border-color:#2e8b57}.f1-checklist-checkbox:checked+.f1-checklist-checkmark:after{content:"✓";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);color:#fff;font-size:12px;font-weight:700}.f1-checklist-checkbox:checked~.f1-checklist-text{color:#2e8b57;text-decoration:line-through;opacity:.8}.f1-checklist-text{flex:1}.f1-checklist-emoji-button{font-size:1rem;margin-left:auto;opacity:.8;background:none;border:none;cursor:pointer;padding:2px 4px;color:#fff;position:relative}.f1-checklist-emoji-button:hover{opacity:1}.f1-checklist-text-input{margin:-.25rem 1.5rem .75rem 3.5rem;padding:.75rem;background:#0003;border-radius:8px;border-top:1px solid rgba(46,139,87,.1)}.f1-checklist-textarea{width:100%;background:transparent;border:none;color:#fffc;font-size:.85rem;line-height:1.5;white-space:pre-line}.f1-info-indicator{position:absolute;top:-2px;right:-2px;font-size:8px;color:#2e8b57;opacity:.8}.f1-checklist-footer{background:#ffffff14;padding:1rem 1.5rem;border-top:1px solid rgba(255,255,255,.1);border-radius:0 0 16px 16px}.f1-checklist-save-note{display:flex;align-items:center;gap:.5rem;font-size:.8rem;color:#ffffffe6;justify-content:center}.f1-portal-nav-content{padding:0}.f1-portal-nav-section{border-bottom:1px solid rgba(255,255,255,.1)}.f1-portal-nav-item{display:flex;align-items:center;padding:1rem 1.5rem;text-decoration:none;color:#ffffffe6;cursor:pointer;transition:all .3s ease;border:none;background:none}.f1-portal-nav-item:hover{background:#ffffff1a;color:#fff}.f1-portal-nav-item.active{background:#2e8b574d;border-left:4px solid #2E8B57;color:#fff}.f1-portal-nav-icon{font-size:1.1rem;margin-right:1rem;width:18px;text-align:center;flex-shrink:0;color:#2e8b57}.f1-portal-nav-text{flex:1;font-weight:500;font-size:.9rem;line-height:1.3}.f1-portal-nav-subitems{background:#0003;border-left:2px solid rgba(46,139,87,.3);margin-left:1rem}.f1-portal-nav-subitem{display:flex;align-items:center;padding:.5rem 1rem .5rem 1.5rem;color:#fffc;transition:all .3s ease;cursor:pointer;border:none;background:none}.f1-portal-nav-subitem:hover{background:#ffffff14;color:#fffffff2}.f1-portal-nav-subitem.active{background:#2e8b5733;color:#fff;border-left:2px solid #2E8B57}.f1-portal-nav-subtext{font-size:.8rem;font-weight:400;line-height:1.2}.f1-main-content-full{margin-right:400px;width:calc(100vw - 400px);position:relative;display:flex;flex-direction:column;align-items:center}.f1-excellence-pattern,.f1-achievement-bg,.f1-academic-hologram{position:fixed;top:0;left:0;right:0;bottom:0;pointer-events:none}.f1-excellence-pattern{background:repeating-linear-gradient(-45deg,#2e8b5705,#2e8b5705 12px,#ffffff04 12px,#ffffff04 24px,#4a90e205 24px,#4a90e205 36px);z-index:-3;animation:f1-excellence-movement 40s ease-in-out infinite}.f1-achievement-bg{background-image:radial-gradient(circle at 25% 35%,rgba(46,139,87,.3) 1px,transparent 1px),radial-gradient(circle at 75% 25%,rgba(74,144,226,.25) 1px,transparent 1px);background-size:100px 100px;z-index:-2;animation:f1-achievement-sparkle 28s ease-in-out infinite}.f1-academic-hologram{top:20%;right:12%;width:300px;height:300px;background:radial-gradient(circle at center,rgba(46,139,87,.08) 0%,rgba(74,144,226,.05) 40%,transparent 70%);opacity:.15;z-index:-1;animation:f1-academic-float 35s ease-in-out infinite}.f1-section{z-index:10;padding:4rem 2rem;min-height:100vh;width:100%;max-width:1400px}.f1-section:first-child{padding-top:6rem}.f1-section-container{max-width:1200px;width:100%;margin:0 auto}.f1-section-header{text-align:center;margin-bottom:3rem}.f1-section-main-title{font-size:clamp(2.5rem,6vw,4rem);font-weight:700;color:#fffffff2;text-shadow:0 2px 4px rgba(0,0,0,.3)}.f1-section-main-subtitle{font-size:clamp(1.125rem,2.5vw,1.5rem);color:#2e8b57cc;margin:1rem auto 0;max-width:800px}.f1-content-card{background:#4a90e226;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border:1px solid rgba(74,144,226,.3);border-radius:20px;padding:2.5rem;margin:2rem 0;box-shadow:0 8px 32px #0000004d;transition:all .4s ease}.f1-content-card:hover{transform:translateY(-5px)}.f1-section-title{font-size:2rem;color:#fffffff2;margin-bottom:1.5rem;display:flex;align-items:center;gap:.75rem}.f1-section-icon{font-size:1.5rem;color:#2e8b57}.f1-section-content{color:#ffffffd9;line-height:1.6;font-size:1.1rem}.f1-section-content p,.f1-section-content ul,.f1-section-content ol{margin-bottom:1rem}.f1-section-content strong{color:#2e8b57;font-weight:600}.f1-section-content h3{font-size:1.4rem;color:#2e8b57;margin:1.5rem 0 1rem}.f1-grid-2{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.f1-highlight-box{background:#4a90e21a;border:1px solid rgba(74,144,226,.3);border-radius:12px;padding:1.5rem;margin:1.5rem 0}.f1-highlight-box.success{background:#2e8b5726;border-color:#2e8b5766}.f1-highlight-box.warning{background:#ff8c001a;border-color:#ff8c004d}.f1-highlight-box.danger{background:#dc143c1a;border-color:#dc143c4d}.f1-highlight-box.info{background:#4a90e21f;border-color:#4a90e259}.f1-highlight-title{font-weight:600;font-size:1.1rem;margin-bottom:.75rem;display:flex;align-items:center;gap:.5rem}.f1-steps-container{margin:2rem 0}.f1-step{display:flex;align-items:flex-start;margin-bottom:2rem;position:relative}.f1-step-number{background:linear-gradient(135deg,#2e8b57,#228b22);color:#fff;width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;margin-right:1.5rem;flex-shrink:0}.f1-step-title{font-size:1.25rem;font-weight:600;color:#fffffff2;margin-bottom:.5rem}.f1-step:not(:last-child):after{content:"";position:absolute;left:19px;top:40px;bottom:-2rem;width:2px;background:linear-gradient(180deg,#2e8b57,#2e8b574d)}.f1-table{width:100%;border-collapse:collapse;background:#ffffff14;border-radius:12px;overflow:hidden}.f1-table th{background:#2e8b5733;color:#fffffff2;padding:1rem;text-align:left}.f1-table td{padding:1rem;border-top:1px solid rgba(46,139,87,.1)}.f1-table tr:hover{background:#2e8b570d}@media (max-width: 1024px){.f1-main-content-full{margin-right:320px;width:calc(100vw - 320px)}.f1-checklist-sidebar{width:280px;right:10px}}@media (max-width: 768px){.f1-main-content-full{margin-right:0;width:100vw}.f1-checklist-sidebar{display:none}.f1-grid-2{grid-template-columns:1fr}}@keyframes f1-excellence-movement{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes f1-achievement-sparkle{0%,to{opacity:.8}50%{opacity:.5}}@keyframes f1-academic-float{0%,to{transform:rotate(0) scale(1)}50%{transform:rotate(2deg) scale(1.05)}}.f3-page-container{font-family:Inter,sans-serif;background:transparent;color:#fff;min-height:100vh;position:relative;overflow-x:hidden;margin:0;padding:0;display:flex}.f3-checklist-sidebar{position:fixed;right:20px;top:160px;width:360px;height:calc(100vh - 180px);background:#ffffff1f;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.2);border-radius:16px;z-index:1000;overflow-y:auto;padding:0;display:flex;flex-direction:column;box-shadow:0 20px 40px #00000026,0 10px 20px #0000001a,0 5px 10px #0000000d;scrollbar-width:none;-ms-overflow-style:none;overscroll-behavior:contain}.f3-checklist-sidebar::-webkit-scrollbar{display:none;width:0;height:0}.f3-checklist-header{position:sticky;top:0;z-index:1001;border-radius:16px 16px 0 0;padding:1.5rem;color:#fff;border-bottom:1px solid rgba(255,255,255,.15);box-shadow:0 2px 8px #0000001a}.f3-checklist-header.checklist-theme{background:linear-gradient(135deg,#dc143c,#b91c3c)}.f3-checklist-header.portal-theme{background:linear-gradient(135deg,#2e8b57,#228b22)}.f3-tab-header{display:flex;align-items:flex-start;justify-content:space-between}.f3-tab-content{flex:1;text-align:center}.f3-tab-title{font-size:1.4rem;font-weight:700;margin:0 0 .5rem}.f3-tab-subtitle{font-size:.9rem;opacity:.9}.f3-tab-toggle{width:40px;height:40px;border-radius:8px;cursor:pointer;transition:all .3s ease;font-size:1.2rem;display:flex;align-items:center;justify-content:center;margin-top:2px;background:none;border:none;color:#fff}.f3-tab-toggle.to-portal{background:#2e8b57e6;border:2px solid #2E8B57;color:gold}.f3-tab-toggle.to-checklist{background:#dc143ce6;border:2px solid #DC143C;color:gold}.f3-tab-toggle:hover{transform:scale(1.05)}.f3-checklist-content{flex:1;padding:0;overflow-y:auto;scrollbar-width:none}.f3-checklist-content::-webkit-scrollbar{display:none}.f3-checklist-section{border-bottom:1px solid rgba(255,255,255,.1)}.f3-checklist-section:last-child{border-bottom:none}.f3-checklist-section-header{background:#ffffff14;color:#fff;padding:1rem 1.5rem;border-bottom:1px solid rgba(255,255,255,.15)}.f3-checklist-section-title{font-size:.95rem;font-weight:600;margin:0 0 .5rem}.f3-checklist-progress{display:flex;align-items:center;gap:.75rem}.f3-checklist-progress-text{font-size:.8rem;color:#fffc;min-width:40px}.f3-checklist-progress-bar{flex:1;height:6px;background:#fff3;border-radius:3px}.f3-checklist-progress-fill{height:100%;background:linear-gradient(90deg,#dc143c,#b91c3c);border-radius:3px;transition:width .3s ease}.f3-checklist-item{border-bottom:1px solid rgba(255,255,255,.08)}.f3-checklist-item:last-child{border-bottom:none}.f3-checklist-item:hover{background:#dc143c0d}.f3-checklist-label{display:flex;align-items:flex-start;padding:.75rem 1.5rem;cursor:pointer;gap:.75rem;font-size:.85rem;color:#ffffffe6}.f3-checklist-checkbox{display:none}.f3-checklist-checkmark{width:18px;height:18px;border:2px solid rgba(220,20,60,.4);border-radius:4px;position:relative;flex-shrink:0;margin-top:1px}.f3-checklist-checkbox:checked+.f3-checklist-checkmark{background:linear-gradient(135deg,#dc143c,#b91c3c);border-color:#dc143c}.f3-checklist-checkbox:checked+.f3-checklist-checkmark:after{content:"✓";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);color:#fff;font-size:12px;font-weight:700}.f3-checklist-checkbox:checked~.f3-checklist-text{color:#dc143c;text-decoration:line-through;opacity:.8}.f3-checklist-text{flex:1}.f3-checklist-emoji-button{font-size:1rem;margin-left:auto;opacity:.8;background:none;border:none;cursor:pointer;padding:2px 4px;color:#fff;position:relative}.f3-checklist-emoji-button:hover{opacity:1}.f3-checklist-text-input{margin:-.25rem 1.5rem .75rem 3.5rem;padding:.75rem;background:#0003;border-radius:8px;border-top:1px solid rgba(220,20,60,.1)}.f3-checklist-textarea{width:100%;background:transparent;border:none;color:#fffc;font-size:.85rem;line-height:1.5;white-space:pre-line}.f3-info-indicator{position:absolute;top:-2px;right:-2px;font-size:8px;color:#dc143c;opacity:.8}.f3-checklist-footer{background:#ffffff14;padding:1rem 1.5rem;border-top:1px solid rgba(255,255,255,.1);border-radius:0 0 16px 16px}.f3-checklist-save-note{display:flex;align-items:center;gap:.5rem;font-size:.8rem;color:#ffffffe6;justify-content:center}.f3-portal-nav-content{padding:0}.f3-portal-nav-section{border-bottom:1px solid rgba(255,255,255,.1)}.f3-portal-nav-item{display:flex;align-items:center;padding:1rem 1.5rem;text-decoration:none;color:#ffffffe6;cursor:pointer;transition:all .3s ease;border:none;background:none}.f3-portal-nav-item:hover{background:#ffffff1a;color:#fff}.f3-portal-nav-item.active{background:#dc143c4d;border-left:4px solid #DC143C;color:#fff}.f3-portal-nav-icon{font-size:1.1rem;margin-right:1rem;width:18px;text-align:center;flex-shrink:0;color:#dc143c}.f3-portal-nav-text{flex:1;font-weight:500;font-size:.9rem;line-height:1.3}.f3-portal-nav-subitems{background:#0003;border-left:2px solid rgba(220,20,60,.3);margin-left:1rem}.f3-portal-nav-subitem{display:flex;align-items:center;padding:.5rem 1rem .5rem 1.5rem;color:#fffc;transition:all .3s ease;cursor:pointer;border:none;background:none}.f3-portal-nav-subitem:hover{background:#ffffff14;color:#fffffff2}.f3-portal-nav-subitem.active{background:#dc143c33;color:#fff;border-left:2px solid #DC143C}.f3-portal-nav-subtext{font-size:.8rem;font-weight:400;line-height:1.2}.f3-main-content-full{margin-right:400px;width:calc(100vw - 400px);position:relative;display:flex;flex-direction:column;align-items:center}.f3-excellence-pattern,.f3-achievement-bg,.f3-border-hologram{position:fixed;top:0;left:0;right:0;bottom:0;pointer-events:none}.f3-excellence-pattern{background:repeating-linear-gradient(-45deg,#dc143c05,#dc143c05 12px,#ffffff04 12px,#ffffff04 24px,#2e8b5705 24px,#2e8b5705 36px);z-index:-3;animation:f3-excellence-movement 40s ease-in-out infinite}.f3-achievement-bg{background-image:radial-gradient(circle at 25% 35%,rgba(220,20,60,.3) 1px,transparent 1px),radial-gradient(circle at 75% 25%,rgba(46,139,87,.25) 1px,transparent 1px);background-size:100px 100px;z-index:-2;animation:f3-achievement-sparkle 28s ease-in-out infinite}.f3-border-hologram{top:20%;right:12%;width:300px;height:300px;background:radial-gradient(circle at center,rgba(220,20,60,.08) 0%,rgba(46,139,87,.05) 40%,transparent 70%);opacity:.15;z-index:-1;animation:f3-border-float 35s ease-in-out infinite}.f3-section{z-index:10;padding:4rem 2rem;min-height:100vh;width:100%;max-width:1400px}.f3-section:first-child{padding-top:6rem}.f3-section-container{max-width:1200px;width:100%;margin:0 auto}.f3-section-header{text-align:center;margin-bottom:3rem}.f3-section-main-title{font-size:clamp(2.5rem,6vw,4rem);font-weight:700;color:#fffffff2;text-shadow:0 2px 4px rgba(0,0,0,.3)}.f3-section-main-subtitle{font-size:clamp(1.125rem,2.5vw,1.5rem);color:#dc143ccc;margin:1rem auto 0;max-width:800px}.f3-content-card{background:#dc143c26;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border:1px solid rgba(220,20,60,.3);border-radius:20px;padding:2.5rem;margin:2rem 0;box-shadow:0 8px 32px #0000004d;transition:all .4s ease}.f3-content-card:hover{transform:translateY(-5px)}.f3-section-title{font-size:2rem;color:#fffffff2;margin-bottom:1.5rem;display:flex;align-items:center;gap:.75rem}.f3-section-icon{font-size:1.5rem;color:#dc143c}.f3-section-content{color:#ffffffd9;line-height:1.6;font-size:1.1rem}.f3-section-content p,.f3-section-content ul,.f3-section-content ol{margin-bottom:1rem}.f3-section-content strong{color:#dc143c;font-weight:600}.f3-section-content h3{font-size:1.4rem;color:#dc143c;margin:1.5rem 0 1rem}.f3-grid-2{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.f3-highlight-box{background:#dc143c1a;border:1px solid rgba(220,20,60,.3);border-radius:12px;padding:1.5rem;margin:1.5rem 0}.f3-highlight-box.success{background:#2e8b5726;border-color:#2e8b5766}.f3-highlight-box.warning{background:#ff8c001a;border-color:#ff8c004d}.f3-highlight-box.danger{background:#dc143c26;border-color:#dc143c66}.f3-highlight-box.info{background:#4682b41f;border-color:#4682b459}.f3-highlight-title{font-weight:600;font-size:1.1rem;margin-bottom:.75rem;display:flex;align-items:center;gap:.5rem}.f3-steps-container{margin:2rem 0}.f3-step{display:flex;align-items:flex-start;margin-bottom:2rem;position:relative}.f3-step-number{background:linear-gradient(135deg,#dc143c,#b91c3c);color:#fff;width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;margin-right:1.5rem;flex-shrink:0}.f3-step-title{font-size:1.25rem;font-weight:600;color:#fffffff2;margin-bottom:.5rem}.f3-step:not(:last-child):after{content:"";position:absolute;left:19px;top:40px;bottom:-2rem;width:2px;background:linear-gradient(180deg,#dc143c,#dc143c4d)}.f3-table{width:100%;border-collapse:collapse;background:#ffffff14;border-radius:12px;overflow:hidden}.f3-table th{background:#dc143c33;color:#fffffff2;padding:1rem;text-align:left}.f3-table td{padding:1rem;border-top:1px solid rgba(220,20,60,.1)}.f3-table tr:hover{background:#dc143c0d}.f3-country-flag{display:inline-block;width:24px;height:16px;margin-right:.5rem;border-radius:2px}.f3-canada-flag{background:linear-gradient(to right,red,red 25%,#fff 25%,#fff 75%,red 75%,red);position:relative}.f3-canada-flag:after{content:"🍁";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:10px}.f3-mexico-flag{background:linear-gradient(to right,#006847,#006847 33%,#fff 33%,#fff 67%,#ce1126 67%,#ce1126)}@media (max-width: 1024px){.f3-main-content-full{margin-right:320px;width:calc(100vw - 320px)}.f3-checklist-sidebar{width:280px;right:10px}}@media (max-width: 768px){.f3-main-content-full{margin-right:0;width:100vw}.f3-checklist-sidebar{display:none}.f3-grid-2{grid-template-columns:1fr}}@keyframes f3-excellence-movement{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes f3-achievement-sparkle{0%,to{opacity:.8}50%{opacity:.5}}@keyframes f3-border-float{0%,to{transform:rotate(0) scale(1)}50%{transform:rotate(2deg) scale(1.05)}}.g1-page-container{font-family:Inter,sans-serif;background:transparent;color:#fff;min-height:100vh;position:relative;overflow-x:hidden;margin:0;padding:0;display:flex}.g1-checklist-sidebar{position:fixed;right:20px;top:160px;width:360px;height:calc(100vh - 180px);background:#ffffff1f;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.2);border-radius:16px;z-index:1000;overflow-y:auto;padding:0;display:flex;flex-direction:column;box-shadow:0 20px 40px #00000026,0 10px 20px #0000001a,0 5px 10px #0000000d;scrollbar-width:none;-ms-overflow-style:none;overscroll-behavior:contain}.g1-checklist-sidebar::-webkit-scrollbar{display:none;width:0;height:0}.g1-checklist-header{position:sticky;top:0;z-index:1001;border-radius:16px 16px 0 0;padding:1.5rem;color:#fff;border-bottom:1px solid rgba(255,255,255,.15);box-shadow:0 2px 8px #0000001a}.g1-checklist-header.checklist-theme{background:linear-gradient(135deg,#1e3a8a,#3b82f6)}.g1-checklist-header.portal-theme{background:linear-gradient(135deg,#b91c1c,#dc2626)}.g1-tab-header{display:flex;align-items:flex-start;justify-content:space-between}.g1-tab-content{flex:1;text-align:center}.g1-tab-title{font-size:1.4rem;font-weight:700;margin:0 0 .5rem}.g1-tab-subtitle{font-size:.9rem;opacity:.9}.g1-tab-toggle{width:40px;height:40px;border-radius:8px;cursor:pointer;transition:all .3s ease;font-size:1.2rem;display:flex;align-items:center;justify-content:center;margin-top:2px;background:none;border:none;color:#fff}.g1-tab-toggle.to-portal{background:#b91c1ce6;border:2px solid #B91C1C;color:gold}.g1-tab-toggle.to-checklist{background:#1e3a8ae6;border:2px solid #1E3A8A;color:gold}.g1-tab-toggle:hover{transform:scale(1.05)}.g1-checklist-content{flex:1;padding:0;overflow-y:auto;scrollbar-width:none}.g1-checklist-content::-webkit-scrollbar{display:none}.g1-checklist-section{border-bottom:1px solid rgba(255,255,255,.1)}.g1-checklist-section:last-child{border-bottom:none}.g1-checklist-section-header{background:#ffffff14;color:#fff;padding:1rem 1.5rem;border-bottom:1px solid rgba(255,255,255,.15)}.g1-checklist-section-title{font-size:.95rem;font-weight:600;margin:0 0 .5rem}.g1-checklist-progress{display:flex;align-items:center;gap:.75rem}.g1-checklist-progress-text{font-size:.8rem;color:#fffc;min-width:40px}.g1-checklist-progress-bar{flex:1;height:6px;background:#fff3;border-radius:3px}.g1-checklist-progress-fill{height:100%;background:linear-gradient(90deg,#1e3a8a,#3b82f6);border-radius:3px;transition:width .3s ease}.g1-checklist-item{border-bottom:1px solid rgba(255,255,255,.08)}.g1-checklist-item:last-child{border-bottom:none}.g1-checklist-item:hover{background:#3b82f614}.g1-checklist-label{display:flex;align-items:flex-start;padding:.75rem 1.5rem;cursor:pointer;gap:.75rem;font-size:.85rem;color:#ffffffe6}.g1-checklist-checkbox{display:none}.g1-checklist-checkmark{width:20px;height:20px;border:2px solid rgba(59,130,246,.9);background:#ffffff1f;border-radius:5px;position:relative;flex-shrink:0;margin-top:0}.g1-checklist-checkbox:checked+.g1-checklist-checkmark{background:linear-gradient(135deg,#3b82f6,#1e3a8a);border-color:#60a5fa}.g1-checklist-checkbox:checked+.g1-checklist-checkmark:after{content:"✓";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);color:#fff;font-size:13px;font-weight:700}.g1-checklist-checkbox:checked~.g1-checklist-text{color:#60a5fa;text-decoration:line-through;opacity:.9}.g1-checklist-text{flex:1}.g1-checklist-emoji-button{font-size:1rem;margin-left:auto;opacity:.8;background:none;border:none;cursor:pointer;padding:2px 4px;color:#fff;position:relative}.g1-checklist-emoji-button:hover{opacity:1}.g1-checklist-label:hover .g1-checklist-checkmark{border-color:#93c5fd}.g1-checklist-checkbox:focus+.g1-checklist-checkmark{outline:2px solid #93C5FD;outline-offset:2px}.g1-checklist-text-input{margin:-.25rem 1.5rem .75rem 3.5rem;padding:.75rem;background:#0003;border-radius:8px;border-top:1px solid rgba(30,58,138,.1)}.g1-checklist-textarea{width:100%;background:transparent;border:none;color:#fffc;font-size:.85rem;line-height:1.5;white-space:pre-line}.g1-info-indicator{position:absolute;top:-2px;right:-2px;font-size:8px;color:#1e3a8a;opacity:.8}.g1-checklist-footer{background:#ffffff14;padding:1rem 1.5rem;border-top:1px solid rgba(255,255,255,.1);border-radius:0 0 16px 16px}.g1-checklist-save-note{display:flex;align-items:center;gap:.5rem;font-size:.8rem;color:#ffffffe6;justify-content:center}.g1-portal-nav-content{padding:0}.g1-portal-nav-section{border-bottom:1px solid rgba(255,255,255,.1)}.g1-portal-nav-item{display:flex;align-items:center;padding:1rem 1.5rem;text-decoration:none;color:#ffffffe6;cursor:pointer;transition:all .3s ease;border:none;background:none}.g1-portal-nav-item:hover{background:#ffffff1a;color:#fff}.g1-portal-nav-item.active{background:#b91c1c4d;border-left:4px solid #B91C1C;color:#fff}.g1-portal-nav-icon{font-size:1.1rem;margin-right:1rem;width:18px;text-align:center;flex-shrink:0;color:#b91c1c}.g1-portal-nav-text{flex:1;font-weight:500;font-size:.9rem;line-height:1.3}.g1-portal-nav-subitems{background:#0003;border-left:2px solid rgba(185,28,28,.3);margin-left:1rem}.g1-portal-nav-subitem{display:flex;align-items:center;padding:.5rem 1rem .5rem 1.5rem;color:#fffc;transition:all .3s ease;cursor:pointer;border:none;background:none}.g1-portal-nav-subitem:hover{background:#ffffff14;color:#fffffff2}.g1-portal-nav-subitem.active{background:#b91c1c33;color:#fff;border-left:2px solid #B91C1C}.g1-portal-nav-subtext{font-size:.8rem;font-weight:400;line-height:1.2}.g1-main-content-full{margin-right:400px;width:calc(100vw - 400px);position:relative;display:flex;flex-direction:column;align-items:center}.g1-excellence-pattern,.g1-achievement-bg,.g1-diplomatic-hologram{position:fixed;top:0;left:0;right:0;bottom:0;pointer-events:none}.g1-excellence-pattern{background:repeating-linear-gradient(-45deg,#1e3a8a05,#1e3a8a05 12px,#ffffff04 12px,#ffffff04 24px,#b91c1c05 24px,#b91c1c05 36px);z-index:-3;animation:g1-excellence-movement 40s ease-in-out infinite}.g1-achievement-bg{background-image:radial-gradient(circle at 25% 35%,rgba(30,58,138,.3) 1px,transparent 1px),radial-gradient(circle at 75% 25%,rgba(185,28,28,.25) 1px,transparent 1px);background-size:100px 100px;z-index:-2;animation:g1-achievement-sparkle 28s ease-in-out infinite}.g1-diplomatic-hologram{top:20%;right:12%;width:300px;height:300px;background:radial-gradient(circle at center,rgba(30,58,138,.08) 0%,rgba(185,28,28,.05) 40%,transparent 70%);opacity:.15;z-index:-1;animation:g1-diplomatic-float 35s ease-in-out infinite}.g1-section{z-index:10;padding:4rem 2rem;min-height:100vh;width:100%;max-width:1400px}.g1-section:first-child{padding-top:6rem}.g1-section-container{max-width:1200px;width:100%;margin:0 auto}.g1-section-header{text-align:center;margin-bottom:3rem}.g1-section-main-title{font-size:clamp(2.5rem,6vw,4rem);font-weight:700;color:#fffffff2;text-shadow:0 2px 4px rgba(0,0,0,.3)}.g1-section-main-subtitle{font-size:clamp(1.125rem,2.5vw,1.5rem);color:#1e3a8acc;margin:1rem auto 0;max-width:800px}.g1-content-card{background:#1e3a8a26;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border:1px solid rgba(30,58,138,.3);border-radius:20px;padding:2.5rem;margin:2rem 0;box-shadow:0 8px 32px #0000004d;transition:all .4s ease}.g1-content-card:hover{transform:translateY(-5px)}.g1-section-title{font-size:2rem;color:#fffffff2;margin-bottom:1.5rem;display:flex;align-items:center;gap:.75rem}.g1-section-icon{font-size:1.5rem;color:#1e3a8a}.g1-section-content{color:#ffffffd9;line-height:1.6;font-size:1.1rem}.g1-section-content p,.g1-section-content ul,.g1-section-content ol{margin-bottom:1rem}.g1-section-content strong{color:#1e3a8a;font-weight:600}.g1-section-content h3{font-size:1.4rem;color:#1e3a8a;margin:1.5rem 0 1rem}.g1-grid-2{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.g1-highlight-box{background:#1e3a8a1a;border:1px solid rgba(30,58,138,.3);border-radius:12px;padding:1.5rem;margin:1.5rem 0}.g1-highlight-box.success{background:#22c55e26;border-color:#22c55e66}.g1-highlight-box.warning{background:#f59e0b1a;border-color:#f59e0b4d}.g1-highlight-box.danger{background:#b91c1c26;border-color:#b91c1c66}.g1-highlight-box.info{background:#3b82f61f;border-color:#3b82f659}.g1-highlight-title{font-weight:600;font-size:1.1rem;margin-bottom:.75rem;display:flex;align-items:center;gap:.5rem}.g1-steps-container{margin:2rem 0}.g1-step{display:flex;align-items:flex-start;margin-bottom:2rem;position:relative}.g1-step-number{background:linear-gradient(135deg,#1e3a8a,#3b82f6);color:#fff;width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;margin-right:1.5rem;flex-shrink:0}.g1-step-title{font-size:1.25rem;font-weight:600;color:#fffffff2;margin-bottom:.5rem}.g1-step:not(:last-child):after{content:"";position:absolute;left:19px;top:40px;bottom:-2rem;width:2px;background:linear-gradient(180deg,#1e3a8a,#1e3a8a4d)}.g1-table{width:100%;border-collapse:collapse;background:#ffffff14;border-radius:12px;overflow:hidden}.g1-table th{background:#1e3a8a33;color:#fffffff2;padding:1rem;text-align:left}.g1-table td{padding:1rem;border-top:1px solid rgba(30,58,138,.1)}.g1-table tr:hover{background:#1e3a8a0d}.g1-diplomatic-seal{display:inline-block;width:32px;height:32px;margin-right:.5rem;border-radius:50%;background:linear-gradient(135deg,#1e3a8a,#3b82f6);position:relative}.g1-diplomatic-seal:after{content:"🏛️";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:16px}.g1-status-badge{display:inline-block;padding:.25rem .75rem;border-radius:12px;font-size:.8rem;font-weight:600;margin:.25rem}.g1-status-badge.duration{background:#22c55e33;color:#22c55e;border:1px solid rgba(34,197,94,.3)}.g1-status-badge.temporary{background:#f59e0b33;color:#f59e0b;border:1px solid rgba(245,158,11,.3)}.g1-status-badge.permanent{background:#1e3a8a33;color:#3b82f6;border:1px solid rgba(30,58,138,.3)}@media (max-width: 1024px){.g1-main-content-full{margin-right:320px;width:calc(100vw - 320px)}.g1-checklist-sidebar{width:280px;right:10px}}@media (max-width: 768px){.g1-main-content-full{margin-right:0;width:100vw}.g1-checklist-sidebar{display:none}.g1-grid-2{grid-template-columns:1fr}}@keyframes g1-excellence-movement{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes g1-achievement-sparkle{0%,to{opacity:.8}50%{opacity:.5}}@keyframes g1-diplomatic-float{0%,to{transform:rotate(0) scale(1)}50%{transform:rotate(2deg) scale(1.05)}}.g2-page-container{font-family:Inter,sans-serif;background:transparent;color:#fff;min-height:100vh;position:relative;overflow-x:hidden;margin:0;padding:0;display:flex}.g2-checklist-sidebar{position:fixed;right:20px;top:160px;width:360px;height:calc(100vh - 180px);background:#ffffff1f;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.2);border-radius:16px;z-index:1000;overflow-y:auto;padding:0;display:flex;flex-direction:column;box-shadow:0 20px 40px #00000026,0 10px 20px #0000001a,0 5px 10px #0000000d;scrollbar-width:none;-ms-overflow-style:none;overscroll-behavior:contain}.g2-checklist-sidebar::-webkit-scrollbar{display:none;width:0;height:0}.g2-checklist-header{position:sticky;top:0;z-index:1001;border-radius:16px 16px 0 0;padding:1.5rem;color:#fff;border-bottom:1px solid rgba(255,255,255,.15);box-shadow:0 2px 8px #0000001a}.g2-checklist-header.checklist-theme{background:linear-gradient(135deg,#1e40af,#3b82f6)}.g2-checklist-header.portal-theme{background:linear-gradient(135deg,#166534,#22c55e)}.g2-tab-header{display:flex;align-items:flex-start;justify-content:space-between}.g2-tab-content{flex:1;text-align:center}.g2-tab-title{font-size:1.4rem;font-weight:700;margin:0 0 .5rem}.g2-tab-subtitle{font-size:.9rem;opacity:.9}.g2-tab-toggle{width:40px;height:40px;border-radius:8px;cursor:pointer;transition:all .3s ease;font-size:1.2rem;display:flex;align-items:center;justify-content:center;margin-top:7px;background:none;border:none;color:#fff}.g2-tab-toggle.to-portal{background:#166534e6;border:2px solid #166534;color:gold}.g2-tab-toggle.to-checklist{background:#1e40afe6;border:2px solid #1E40AF;color:gold}.g2-tab-toggle:hover{transform:scale(1.05);box-shadow:0 4px 12px #0003}.g2-checklist-content{flex:1;padding:0}.g2-checklist-section{border-bottom:1px solid rgba(255,255,255,.1)}.g2-checklist-section:last-child{border-bottom:none}.g2-checklist-section-header{background:#ffffff14;color:#fff;padding:1rem 1.5rem;border-bottom:1px solid rgba(255,255,255,.15)}.g2-checklist-section-title{font-size:.95rem;font-weight:600;margin:0 0 .5rem}.g2-checklist-progress{display:flex;align-items:center;gap:.75rem}.g2-checklist-progress-text{font-size:.8rem;color:#fffc;min-width:40px}.g2-checklist-progress-bar{flex:1;height:6px;background:#fff3;border-radius:3px}.g2-checklist-progress-fill{height:100%;background:linear-gradient(90deg,#16a34a,#22c55e);border-radius:3px;transition:width .3s ease}.g2-checklist-item{border-bottom:1px solid rgba(255,255,255,.08)}.g2-checklist-item:last-child{border-bottom:none}.g2-checklist-item:hover{background:#1665340f}.g2-checklist-label{display:flex;align-items:flex-start;padding:.75rem 1.5rem;cursor:pointer;gap:.75rem;font-size:.85rem;color:#ffffffe6}.g2-checklist-checkbox{display:none}.g2-checklist-checkmark{width:18px;height:18px;border:2px solid rgba(22,101,52,.5);border-radius:4px;position:relative;flex-shrink:0;margin-top:1px;background:#ffffff1f}.g2-checklist-checkbox:checked+.g2-checklist-checkmark{background:linear-gradient(135deg,#16a34a,#22c55e);border-color:#16a34a}.g2-checklist-checkbox:checked+.g2-checklist-checkmark:after{content:"✓";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);color:#fff;font-size:12px;font-weight:700}.g2-checklist-checkbox:checked~.g2-checklist-text{color:#16a34a;text-decoration:line-through;opacity:.85}.g2-checklist-text{flex:1}.g2-checklist-emoji-button{font-size:1rem;margin-left:auto;opacity:.85;background:none;border:none;cursor:pointer;padding:2px 4px;color:#fff;position:relative}.g2-checklist-emoji-button:hover{opacity:1}.g2-checklist-text-input{margin:-.25rem 1.5rem .75rem 3.5rem;padding:.75rem;background:#00000040;border-radius:8px;border-top:1px solid rgba(22,101,52,.15)}.g2-checklist-textarea{width:100%;background:transparent;border:none;color:#ffffffe0;font-size:.85rem;line-height:1.5;white-space:pre-line}.g2-info-indicator{position:absolute;top:-2px;right:-2px;font-size:8px;color:#16a34a;opacity:.9}.g2-checklist-footer{background:#ffffff14;padding:1rem 1.5rem;border-top:1px solid rgba(255,255,255,.1);border-radius:0 0 16px 16px}.g2-checklist-save-note{display:flex;align-items:center;gap:.5rem;font-size:.8rem;color:#ffffffe6;justify-content:center}.g2-portal-nav-content{padding:0}.g2-portal-nav-section{border-bottom:1px solid rgba(255,255,255,.1)}.g2-portal-nav-item{display:flex;align-items:center;padding:1rem 1.5rem;text-decoration:none;color:#ffffffe6;cursor:pointer;transition:all .3s ease;border:none;background:none}.g2-portal-nav-item:hover{background:#ffffff1a;color:#fff}.g2-portal-nav-item.active{background:#1665344d;border-left:4px solid #16A34A;color:#fff}.g2-portal-nav-icon{font-size:1.1rem;margin-right:1rem;width:18px;text-align:center;flex-shrink:0;color:#16a34a}.g2-portal-nav-text{flex:1;font-weight:500;font-size:.9rem;line-height:1.3}.g2-portal-nav-subitems{background:#0003;border-left:2px solid rgba(22,101,52,.3);margin-left:1rem}.g2-portal-nav-subitem{display:flex;align-items:center;padding:.5rem 1rem .5rem 1.5rem;color:#ffffffd9;transition:all .3s ease;cursor:pointer;border:none;background:none}.g2-portal-nav-subitem:hover{background:#ffffff14;color:#fffffff2}.g2-portal-nav-subitem.active{background:#16653433;color:#fff;border-left:2px solid #16A34A}.g2-portal-nav-subtext{font-size:.8rem;font-weight:400;line-height:1.2}.g2-main-content-full{margin-right:400px;width:calc(100vw - 400px);position:relative;display:flex;flex-direction:column;align-items:center}.g2-excellence-pattern,.g2-achievement-bg,.g2-diplomatic-hologram{position:fixed;top:0;left:0;right:0;bottom:0;pointer-events:none}.g2-excellence-pattern{background:repeating-linear-gradient(-45deg,#16653405,#16653405 12px,#ffffff04 12px,#ffffff04 24px,#1e40af05 24px,#1e40af05 36px);z-index:-3;animation:g2-excellence-movement 40s ease-in-out infinite}.g2-achievement-bg{background-image:radial-gradient(circle at 25% 35%,rgba(22,101,52,.3) 1px,transparent 1px),radial-gradient(circle at 75% 25%,rgba(30,64,175,.25) 1px,transparent 1px);background-size:100px 100px;z-index:-2;animation:g2-achievement-sparkle 28s ease-in-out infinite}.g2-diplomatic-hologram{top:20%;right:12%;width:300px;height:300px;background:radial-gradient(circle at center,rgba(22,101,52,.08) 0%,rgba(30,64,175,.05) 40%,transparent 70%);opacity:.15;z-index:-1;animation:g2-diplomatic-float 35s ease-in-out infinite}.g2-section{z-index:10;padding:4rem 2rem;min-height:100vh;width:100%;max-width:1400px}.g2-section:first-child{padding-top:6rem}.g2-section-container{max-width:1200px;width:100%;margin:0 auto}.g2-section-header{text-align:center;margin-bottom:3rem}.g2-section-main-title{font-size:clamp(2.5rem,6vw,4rem);font-weight:700;color:#fffffff2;text-shadow:0 2px 4px rgba(0,0,0,.3)}.g2-section-main-subtitle{font-size:clamp(1.125rem,2.5vw,1.5rem);color:#166534d9;margin:1rem auto 0;max-width:900px}.g2-content-card{background:#1e40af26;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border:1px solid rgba(30,64,175,.3);border-radius:20px;padding:2.5rem;margin:2rem 0;box-shadow:0 8px 32px #0000004d;transition:all .4s ease}.g2-content-card:hover{transform:translateY(-5px)}.g2-section-title{font-size:2rem;color:#fffffff2;margin-bottom:1.5rem;display:flex;align-items:center;gap:.75rem}.g2-section-icon{font-size:1.5rem;color:#16a34a}.g2-section-content{color:#ffffffde;line-height:1.6;font-size:1.08rem}.g2-section-content p,.g2-section-content ul,.g2-section-content ol{margin-bottom:1rem}.g2-section-content strong{color:#16a34a;font-weight:600}.g2-section-content h3{font-size:1.35rem;color:#16a34a;margin:1.25rem 0 .75rem}.g2-table{width:100%;border-collapse:collapse;background:#ffffff14;border-radius:12px;overflow:hidden}.g2-table th{background:#16653440;color:#fffffff2;padding:1rem;text-align:left}.g2-table td{padding:1rem;border-top:1px solid rgba(22,101,52,.12)}.g2-table tr:hover{background:#1665340f}.g2-highlight-box{background:#1e40af1a;border:1px solid rgba(30,64,175,.3);border-radius:12px;padding:1.5rem;margin:1.5rem 0}.g2-highlight-box.success{background:#16653426;border-color:#16653466}.g2-highlight-box.warning{background:#f59e0b1a;border-color:#f59e0b59}.g2-highlight-box.danger{background:#b91c1c1f;border-color:#b91c1c59}.g2-highlight-box.info{background:#1e40af1f;border-color:#1e40af59}.g2-highlight-title{font-weight:600;font-size:1.05rem;margin-bottom:.75rem;display:flex;align-items:center;gap:.5rem}@media (max-width: 1024px){.g2-main-content-full{margin-right:320px;width:calc(100vw - 320px)}.g2-checklist-sidebar{width:280px;right:10px}}@media (max-width: 768px){.g2-main-content-full{margin-right:0;width:100vw}.g2-checklist-sidebar{display:none}}@keyframes g2-excellence-movement{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes g2-achievement-sparkle{0%,to{opacity:.85}50%{opacity:.55}}@keyframes g2-diplomatic-float{0%,to{transform:rotate(0) scale(1)}50%{transform:rotate(2deg) scale(1.05)}}.g3-page-container{font-family:Inter,sans-serif;background:transparent;color:#fff;min-height:100vh;position:relative;overflow-x:hidden;margin:0;padding:0;display:flex}.g3-checklist-sidebar{position:fixed;right:20px;top:160px;width:360px;height:calc(100vh - 180px);background:#ffffff1f;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.2);border-radius:16px;z-index:1000;overflow-y:auto;padding:0;display:flex;flex-direction:column;box-shadow:0 20px 40px #00000026,0 10px 20px #0000001a,0 5px 10px #0000000d;scrollbar-width:none;-ms-overflow-style:none;overscroll-behavior:contain}.g3-checklist-sidebar::-webkit-scrollbar{display:none;width:0;height:0}.g3-checklist-header{position:sticky;top:0;z-index:1001;border-radius:16px 16px 0 0;padding:1.5rem;color:#fff;border-bottom:1px solid rgba(255,255,255,.15);box-shadow:0 2px 8px #0000001a}.g3-checklist-header.checklist-theme{background:linear-gradient(135deg,#7c2d12,#ea580c)}.g3-checklist-header.portal-theme{background:linear-gradient(135deg,#0f766e,#14b8a6)}.g3-tab-header{display:flex;align-items:flex-start;justify-content:space-between}.g3-tab-content{flex:1;text-align:center}.g3-tab-title{font-size:1.4rem;font-weight:700;margin:0 0 .5rem}.g3-tab-subtitle{font-size:.9rem;opacity:.9}.g3-tab-toggle{width:40px;height:40px;border-radius:8px;cursor:pointer;transition:all .3s ease;font-size:1.2rem;display:flex;align-items:center;justify-content:center;margin-top:7px;background:none;border:none;color:#fff}.g3-tab-toggle.to-portal{background:#0f766ee6;border:2px solid #0F766E;color:gold}.g3-tab-toggle.to-checklist{background:#7c2d12e6;border:2px solid #7C2D12;color:gold}.g3-tab-toggle:hover{transform:scale(1.05);box-shadow:0 4px 12px #0003}.g3-checklist-content{flex:1;padding:0}.g3-checklist-section{border-bottom:1px solid rgba(255,255,255,.1)}.g3-checklist-section:last-child{border-bottom:none}.g3-checklist-section-header{background:#ffffff14;color:#fff;padding:1rem 1.5rem;border-bottom:1px solid rgba(255,255,255,.15)}.g3-checklist-section-title{font-size:.95rem;font-weight:600;margin:0 0 .5rem}.g3-checklist-progress{display:flex;align-items:center;gap:.75rem}.g3-checklist-progress-text{font-size:.8rem;color:#fffc;min-width:40px}.g3-checklist-progress-bar{flex:1;height:6px;background:#fff3;border-radius:3px}.g3-checklist-progress-fill{height:100%;background:linear-gradient(90deg,#0f766e,#14b8a6);border-radius:3px;transition:width .3s ease}.g3-checklist-item{border-bottom:1px solid rgba(255,255,255,.08)}.g3-checklist-item:last-child{border-bottom:none}.g3-checklist-item:hover{background:#0f766e0f}.g3-checklist-label{display:flex;align-items:flex-start;padding:.75rem 1.5rem;cursor:pointer;gap:.75rem;font-size:.85rem;color:#ffffffe6}.g3-checklist-checkbox{display:none}.g3-checklist-checkmark{width:18px;height:18px;border:2px solid rgba(15,118,110,.5);border-radius:4px;position:relative;flex-shrink:0;margin-top:1px;background:#ffffff1f}.g3-checklist-checkbox:checked+.g3-checklist-checkmark{background:linear-gradient(135deg,#0f766e,#14b8a6);border-color:#0f766e}.g3-checklist-checkbox:checked+.g3-checklist-checkmark:after{content:"✓";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);color:#fff;font-size:12px;font-weight:700}.g3-checklist-checkbox:checked~.g3-checklist-text{color:#0f766e;text-decoration:line-through;opacity:.85}.g3-checklist-text{flex:1}.g3-checklist-emoji-button{font-size:1rem;margin-left:auto;opacity:.85;background:none;border:none;cursor:pointer;padding:2px 4px;color:#fff;position:relative}.g3-checklist-emoji-button:hover{opacity:1}.g3-checklist-text-input{margin:-.25rem 1.5rem .75rem 3.5rem;padding:.75rem;background:#00000040;border-radius:8px;border-top:1px solid rgba(15,118,110,.15)}.g3-checklist-textarea{width:100%;background:transparent;border:none;color:#ffffffe0;font-size:.85rem;line-height:1.5;white-space:pre-line}.g3-info-indicator{position:absolute;top:-2px;right:-2px;font-size:8px;color:#0f766e;opacity:.9}.g3-checklist-footer{background:#ffffff14;padding:1rem 1.5rem;border-top:1px solid rgba(255,255,255,.1);border-radius:0 0 16px 16px}.g3-checklist-save-note{display:flex;align-items:center;gap:.5rem;font-size:.8rem;color:#ffffffe6;justify-content:center}.g3-portal-nav-content{padding:0}.g3-portal-nav-section{border-bottom:1px solid rgba(255,255,255,.1)}.g3-portal-nav-item{display:flex;align-items:center;padding:1rem 1.5rem;text-decoration:none;color:#ffffffe6;cursor:pointer;transition:all .3s ease;border:none;background:none}.g3-portal-nav-item:hover{background:#ffffff1a;color:#fff}.g3-portal-nav-item.active{background:#0f766e4d;border-left:4px solid #0F766E;color:#fff}.g3-portal-nav-icon{font-size:1.1rem;margin-right:1rem;width:18px;text-align:center;flex-shrink:0;color:#0f766e}.g3-portal-nav-text{flex:1;font-weight:500;font-size:.9rem;line-height:1.3}.g3-portal-nav-subitems{background:#0003;border-left:2px solid rgba(15,118,110,.3);margin-left:1rem}.g3-portal-nav-subitem{display:flex;align-items:center;padding:.5rem 1rem .5rem 1.5rem;color:#ffffffd9;transition:all .3s ease;cursor:pointer;border:none;background:none}.g3-portal-nav-subitem:hover{background:#ffffff14;color:#fffffff2}.g3-portal-nav-subitem.active{background:#0f766e33;color:#fff;border-left:2px solid #0F766E}.g3-portal-nav-subtext{font-size:.8rem;font-weight:400;line-height:1.2}.g3-main-content-full{margin-right:400px;width:calc(100vw - 400px);position:relative;display:flex;flex-direction:column;align-items:center}.g3-excellence-pattern,.g3-achievement-bg,.g3-diplomatic-hologram{position:fixed;top:0;left:0;right:0;bottom:0;pointer-events:none}.g3-excellence-pattern{background:repeating-linear-gradient(-45deg,#0f766e05,#0f766e05 12px,#ffffff04 12px,#ffffff04 24px,#7c2d1205 24px,#7c2d1205 36px);z-index:-3;animation:g3-excellence-movement 40s ease-in-out infinite}.g3-achievement-bg{background-image:radial-gradient(circle at 25% 35%,rgba(15,118,110,.3) 1px,transparent 1px),radial-gradient(circle at 75% 25%,rgba(124,45,18,.25) 1px,transparent 1px);background-size:100px 100px;z-index:-2;animation:g3-achievement-sparkle 28s ease-in-out infinite}.g3-diplomatic-hologram{top:20%;right:12%;width:300px;height:300px;background:radial-gradient(circle at center,rgba(15,118,110,.08) 0%,rgba(124,45,18,.05) 40%,transparent 70%);opacity:.15;z-index:-1;animation:g3-diplomatic-float 35s ease-in-out infinite}.g3-section{z-index:10;padding:4rem 2rem;min-height:100vh;width:100%;max-width:1400px}.g3-section:first-child{padding-top:6rem}.g3-section-container{max-width:1200px;width:100%;margin:0 auto}.g3-section-header{text-align:center;margin-bottom:3rem}.g3-section-main-title{font-size:clamp(2.5rem,6vw,4rem);font-weight:700;color:#fffffff2;text-shadow:0 2px 4px rgba(0,0,0,.3)}.g3-section-main-subtitle{font-size:clamp(1.125rem,2.5vw,1.5rem);color:#0f766ed9;margin:1rem auto 0;max-width:900px}.g3-content-card{background:#7c2d1226;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border:1px solid rgba(124,45,18,.3);border-radius:20px;padding:2.5rem;margin:2rem 0;box-shadow:0 8px 32px #0000004d;transition:all .4s ease}.g3-content-card:hover{transform:translateY(-5px)}.g3-section-title{font-size:2rem;color:#fffffff2;margin-bottom:1.5rem;display:flex;align-items:center;gap:.75rem}.g3-section-icon{font-size:1.5rem;color:#0f766e}.g3-section-content{color:#ffffffde;line-height:1.6;font-size:1.08rem}.g3-section-content p,.g3-section-content ul,.g3-section-content ol{margin-bottom:1rem}.g3-section-content strong{color:#0f766e;font-weight:600}.g3-section-content h3{font-size:1.35rem;color:#0f766e;margin:1.25rem 0 .75rem}.g3-table{width:100%;border-collapse:collapse;background:#ffffff14;border-radius:12px;overflow:hidden}.g3-table th{background:#0f766e40;color:#fffffff2;padding:1rem;text-align:left}.g3-table td{padding:1rem;border-top:1px solid rgba(15,118,110,.12)}.g3-table tr:hover{background:#0f766e0f}.g3-highlight-box{background:#7c2d121a;border:1px solid rgba(124,45,18,.3);border-radius:12px;padding:1.5rem;margin:1.5rem 0}.g3-highlight-box.info{background:#0f766e1f;border-color:#0f766e59}.g3-highlight-title{font-weight:600;font-size:1.05rem;margin-bottom:.75rem;display:flex;align-items:center;gap:.5rem}@media (max-width: 1024px){.g3-main-content-full{margin-right:320px;width:calc(100vw - 320px)}.g3-checklist-sidebar{width:280px;right:10px}}@media (max-width: 768px){.g3-main-content-full{margin-right:0;width:100vw}.g3-checklist-sidebar{display:none}}@keyframes g3-excellence-movement{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes g3-achievement-sparkle{0%,to{opacity:.85}50%{opacity:.55}}@keyframes g3-diplomatic-float{0%,to{transform:rotate(0) scale(1)}50%{transform:rotate(2deg) scale(1.05)}}.g4-page-container{font-family:Inter,sans-serif;background:transparent;color:#fff;min-height:100vh;position:relative;overflow-x:hidden;margin:0;padding:0;display:flex}.g4-checklist-sidebar{position:fixed;right:20px;top:160px;width:360px;height:calc(100vh - 180px);background:#ffffff1f;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.2);border-radius:16px;z-index:1000;overflow-y:auto;padding:0;display:flex;flex-direction:column;box-shadow:0 20px 40px #00000026,0 10px 20px #0000001a,0 5px 10px #0000000d;scrollbar-width:none;-ms-overflow-style:none;overscroll-behavior:contain}.g4-checklist-sidebar::-webkit-scrollbar{display:none;width:0;height:0}.g4-checklist-header{position:sticky;top:0;z-index:1001;border-radius:16px 16px 0 0;padding:1.5rem;color:#fff;border-bottom:1px solid rgba(255,255,255,.15);box-shadow:0 2px 8px #0000001a}.g4-checklist-header.checklist-theme{background:linear-gradient(135deg,#0f172a,#1d4ed8)}.g4-checklist-header.portal-theme{background:linear-gradient(135deg,#065f46,#10b981)}.g4-tab-header{display:flex;align-items:flex-start;justify-content:space-between}.g4-tab-content{flex:1;text-align:center}.g4-tab-title{font-size:1.4rem;font-weight:700;margin:0 0 .5rem}.g4-tab-subtitle{font-size:.9rem;opacity:.9}.g4-tab-toggle{width:40px;height:40px;border-radius:8px;cursor:pointer;transition:all .3s ease;font-size:1.2rem;display:flex;align-items:center;justify-content:center;margin-top:7px;background:none;border:none;color:#fff}.g4-tab-toggle.to-portal{background:#065f46e6;border:2px solid #065F46;color:gold}.g4-tab-toggle.to-checklist{background:#1d4ed8e6;border:2px solid #1D4ED8;color:gold}.g4-tab-toggle:hover{transform:scale(1.05);box-shadow:0 4px 12px #0003}.g4-checklist-content{flex:1;padding:0}.g4-checklist-section{border-bottom:1px solid rgba(255,255,255,.1)}.g4-checklist-section:last-child{border-bottom:none}.g4-checklist-section-header{background:#ffffff14;color:#fff;padding:1rem 1.5rem;border-bottom:1px solid rgba(255,255,255,.15)}.g4-checklist-section-title{font-size:.95rem;font-weight:600;margin:0 0 .5rem}.g4-checklist-progress{display:flex;align-items:center;gap:.75rem}.g4-checklist-progress-text{font-size:.8rem;color:#fffc;min-width:40px}.g4-checklist-progress-bar{flex:1;height:6px;background:#fff3;border-radius:3px}.g4-checklist-progress-fill{height:100%;background:linear-gradient(90deg,#10b981,#34d399);border-radius:3px;transition:width .3s ease}.g4-checklist-item{border-bottom:1px solid rgba(255,255,255,.08)}.g4-checklist-item:last-child{border-bottom:none}.g4-checklist-item:hover{background:#065f460f}.g4-checklist-label{display:flex;align-items:flex-start;padding:.75rem 1.5rem;cursor:pointer;gap:.75rem;font-size:.85rem;color:#ffffffe6}.g4-checklist-checkbox{display:none}.g4-checklist-checkmark{width:18px;height:18px;border:2px solid rgba(6,95,70,.5);border-radius:4px;position:relative;flex-shrink:0;margin-top:1px;background:#ffffff1f}.g4-checklist-checkbox:checked+.g4-checklist-checkmark{background:linear-gradient(135deg,#10b981,#34d399);border-color:#10b981}.g4-checklist-checkbox:checked+.g4-checklist-checkmark:after{content:"✓";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);color:#fff;font-size:12px;font-weight:700}.g4-checklist-checkbox:checked~.g4-checklist-text{color:#10b981;text-decoration:line-through;opacity:.85}.g4-checklist-text{flex:1}.g4-checklist-emoji-button{font-size:1rem;margin-left:auto;opacity:.85;background:none;border:none;cursor:pointer;padding:2px 4px;color:#fff;position:relative}.g4-checklist-emoji-button:hover{opacity:1}.g4-checklist-text-input{margin:-.25rem 1.5rem .75rem 3.5rem;padding:.75rem;background:#00000040;border-radius:8px;border-top:1px solid rgba(6,95,70,.15)}.g4-checklist-textarea{width:100%;background:transparent;border:none;color:#ffffffe0;font-size:.85rem;line-height:1.5;white-space:pre-line}.g4-info-indicator{position:absolute;top:-2px;right:-2px;font-size:8px;color:#10b981;opacity:.9}.g4-checklist-footer{background:#ffffff14;padding:1rem 1.5rem;border-top:1px solid rgba(255,255,255,.1);border-radius:0 0 16px 16px}.g4-checklist-save-note{display:flex;align-items:center;gap:.5rem;font-size:.8rem;color:#ffffffe6;justify-content:center}.g4-portal-nav-content{padding:0}.g4-portal-nav-section{border-bottom:1px solid rgba(255,255,255,.1)}.g4-portal-nav-item{display:flex;align-items:center;padding:1rem 1.5rem;text-decoration:none;color:#ffffffe6;cursor:pointer;transition:all .3s ease;border:none;background:none}.g4-portal-nav-item:hover{background:#ffffff1a;color:#fff}.g4-portal-nav-item.active{background:#065f464d;border-left:4px solid #10B981;color:#fff}.g4-portal-nav-icon{font-size:1.1rem;margin-right:1rem;width:18px;text-align:center;flex-shrink:0;color:#10b981}.g4-portal-nav-text{flex:1;font-weight:500;font-size:.9rem;line-height:1.3}.g4-portal-nav-subitems{background:#0003;border-left:2px solid rgba(16,185,129,.3);margin-left:1rem}.g4-portal-nav-subitem{display:flex;align-items:center;padding:.5rem 1rem .5rem 1.5rem;color:#ffffffd9;transition:all .3s ease;cursor:pointer;border:none;background:none}.g4-portal-nav-subitem:hover{background:#ffffff14;color:#fffffff2}.g4-portal-nav-subitem.active{background:#065f4633;color:#fff;border-left:2px solid #10B981}.g4-portal-nav-subtext{font-size:.8rem;font-weight:400;line-height:1.2}.g4-main-content-full{margin-right:400px;width:calc(100vw - 400px);position:relative;display:flex;flex-direction:column;align-items:center}.g4-excellence-pattern,.g4-achievement-bg,.g4-diplomatic-hologram{position:fixed;top:0;left:0;right:0;bottom:0;pointer-events:none}.g4-excellence-pattern{background:repeating-linear-gradient(-45deg,#065f4605,#065f4605 12px,#ffffff04 12px,#ffffff04 24px,#1d4ed805 24px,#1d4ed805 36px);z-index:-3;animation:g4-excellence-movement 40s ease-in-out infinite}.g4-achievement-bg{background-image:radial-gradient(circle at 25% 35%,rgba(6,95,70,.3) 1px,transparent 1px),radial-gradient(circle at 75% 25%,rgba(29,78,216,.25) 1px,transparent 1px);background-size:100px 100px;z-index:-2;animation:g4-achievement-sparkle 28s ease-in-out infinite}.g4-diplomatic-hologram{top:20%;right:12%;width:300px;height:300px;background:radial-gradient(circle at center,rgba(6,95,70,.08) 0%,rgba(29,78,216,.05) 40%,transparent 70%);opacity:.15;z-index:-1;animation:g4-diplomatic-float 35s ease-in-out infinite}.g4-section{z-index:10;padding:4rem 2rem;min-height:100vh;width:100%;max-width:1400px}.g4-section:first-child{padding-top:6rem}.g4-section-container{max-width:1200px;width:100%;margin:0 auto}.g4-section-header{text-align:center;margin-bottom:3rem}.g4-section-main-title{font-size:clamp(2.5rem,6vw,4rem);font-weight:700;color:#fffffff2;text-shadow:0 2px 4px rgba(0,0,0,.3)}.g4-section-main-subtitle{font-size:clamp(1.125rem,2.5vw,1.5rem);color:#065f46d9;margin:1rem auto 0;max-width:900px}.g4-content-card{background:#1d4ed826;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border:1px solid rgba(29,78,216,.3);border-radius:20px;padding:2.5rem;margin:2rem 0;box-shadow:0 8px 32px #0000004d;transition:all .4s ease}.g4-content-card:hover{transform:translateY(-5px)}.g4-section-title{font-size:2rem;color:#fffffff2;margin-bottom:1.5rem;display:flex;align-items:center;gap:.75rem}.g4-section-icon{font-size:1.5rem;color:#10b981}.g4-section-content{color:#ffffffde;line-height:1.6;font-size:1.08rem}.g4-section-content p,.g4-section-content ul,.g4-section-content ol{margin-bottom:1rem}.g4-section-content strong{color:#10b981;font-weight:600}.g4-section-content h3{font-size:1.35rem;color:#10b981;margin:1.25rem 0 .75rem}.g4-table{width:100%;border-collapse:collapse;background:#ffffff14;border-radius:12px;overflow:hidden}.g4-table th{background:#065f4640;color:#fffffff2;padding:1rem;text-align:left}.g4-table td{padding:1rem;border-top:1px solid rgba(6,95,70,.12)}.g4-table tr:hover{background:#065f460f}.g4-highlight-box{background:#1d4ed81a;border:1px solid rgba(29,78,216,.3);border-radius:12px;padding:1.5rem;margin:1.5rem 0}.g4-highlight-box.success{background:#10b98126;border-color:#10b98166}.g4-highlight-box.warning{background:#f59e0b1a;border-color:#f59e0b59}.g4-highlight-title{font-weight:600;font-size:1.05rem;margin-bottom:.75rem;display:flex;align-items:center;gap:.5rem}@media (max-width: 1024px){.g4-main-content-full{margin-right:320px;width:calc(100vw - 320px)}.g4-checklist-sidebar{width:280px;right:10px}}@media (max-width: 768px){.g4-main-content-full{margin-right:0;width:100vw}.g4-checklist-sidebar{display:none}}@keyframes g4-excellence-movement{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes g4-achievement-sparkle{0%,to{opacity:.85}50%{opacity:.55}}@keyframes g4-diplomatic-float{0%,to{transform:rotate(0) scale(1)}50%{transform:rotate(2deg) scale(1.05)}}.g5-page-container{font-family:Inter,sans-serif;background:transparent;color:#fff;min-height:100vh;position:relative;overflow-x:hidden;margin:0;padding:0;display:flex}.g5-checklist-sidebar{position:fixed;right:20px;top:160px;width:360px;height:calc(100vh - 180px);background:#ffffff1f;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.2);border-radius:16px;z-index:1000;overflow-y:auto;padding:0;display:flex;flex-direction:column;box-shadow:0 20px 40px #00000026,0 10px 20px #0000001a,0 5px 10px #0000000d;scrollbar-width:none;-ms-overflow-style:none;overscroll-behavior:contain}.g5-checklist-sidebar::-webkit-scrollbar{display:none;width:0;height:0}.g5-checklist-header{position:sticky;top:0;z-index:1001;border-radius:16px 16px 0 0;padding:1.5rem;color:#fff;border-bottom:1px solid rgba(255,255,255,.15);box-shadow:0 2px 8px #0000001a}.g5-checklist-header.checklist-theme{background:linear-gradient(135deg,#6d28d9,#7c3aed)}.g5-checklist-header.portal-theme{background:linear-gradient(135deg,#166534,#22c55e)}.g5-tab-header{display:flex;align-items:flex-start;justify-content:space-between}.g5-tab-content{flex:1;text-align:center}.g5-tab-title{font-size:1.4rem;font-weight:700;margin:0 0 .5rem}.g5-tab-subtitle{font-size:.9rem;opacity:.9}.g5-tab-toggle{width:40px;height:40px;border-radius:8px;cursor:pointer;transition:all .3s ease;font-size:1.2rem;display:flex;align-items:center;justify-content:center;margin-top:7px;background:none;border:none;color:#fff}.g5-tab-toggle.to-portal{background:#166534e6;border:2px solid #166534;color:gold}.g5-tab-toggle.to-checklist{background:#6d28d9e6;border:2px solid #6D28D9;color:gold}.g5-tab-toggle:hover{transform:scale(1.05);box-shadow:0 4px 12px #0003}.g5-checklist-content{flex:1;padding:0}.g5-checklist-section{border-bottom:1px solid rgba(255,255,255,.1)}.g5-checklist-section:last-child{border-bottom:none}.g5-checklist-section-header{background:#ffffff14;color:#fff;padding:1rem 1.5rem;border-bottom:1px solid rgba(255,255,255,.15)}.g5-checklist-section-title{font-size:.95rem;font-weight:600;margin:0 0 .5rem}.g5-checklist-progress{display:flex;align-items:center;gap:.75rem}.g5-checklist-progress-text{font-size:.8rem;color:#fffc;min-width:40px}.g5-checklist-progress-bar{flex:1;height:6px;background:#fff3;border-radius:3px}.g5-checklist-progress-fill{height:100%;background:linear-gradient(90deg,#22c55e,#16a34a);border-radius:3px;transition:width .3s ease}.g5-checklist-item{border-bottom:1px solid rgba(255,255,255,.08)}.g5-checklist-item:last-child{border-bottom:none}.g5-checklist-item:hover{background:#1665340f}.g5-checklist-label{display:flex;align-items:flex-start;padding:.75rem 1.5rem;cursor:pointer;gap:.75rem;font-size:.85rem;color:#ffffffe6}.g5-checklist-checkbox{display:none}.g5-checklist-checkmark{width:18px;height:18px;border:2px solid rgba(22,101,52,.5);border-radius:4px;position:relative;flex-shrink:0;margin-top:1px;background:#ffffff1f}.g5-checklist-checkbox:checked+.g5-checklist-checkmark{background:linear-gradient(135deg,#22c55e,#16a34a);border-color:#16a34a}.g5-checklist-checkbox:checked+.g5-checklist-checkmark:after{content:"✓";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);color:#fff;font-size:12px;font-weight:700}.g5-checklist-checkbox:checked~.g5-checklist-text{color:#22c55e;text-decoration:line-through;opacity:.85}.g5-checklist-text{flex:1}.g5-checklist-emoji-button{font-size:1rem;margin-left:auto;opacity:.85;background:none;border:none;cursor:pointer;padding:2px 4px;color:#fff;position:relative}.g5-checklist-emoji-button:hover{opacity:1}.g5-checklist-text-input{margin:-.25rem 1.5rem .75rem 3.5rem;padding:.75rem;background:#00000040;border-radius:8px;border-top:1px solid rgba(22,101,52,.15)}.g5-checklist-textarea{width:100%;background:transparent;border:none;color:#ffffffe0;font-size:.85rem;line-height:1.5;white-space:pre-line}.g5-info-indicator{position:absolute;top:-2px;right:-2px;font-size:8px;color:#22c55e;opacity:.9}.g5-checklist-footer{background:#ffffff14;padding:1rem 1.5rem;border-top:1px solid rgba(255,255,255,.1);border-radius:0 0 16px 16px}.g5-checklist-save-note{display:flex;align-items:center;gap:.5rem;font-size:.8rem;color:#ffffffe6;justify-content:center}.g5-portal-nav-content{padding:0}.g5-portal-nav-section{border-bottom:1px solid rgba(255,255,255,.1)}.g5-portal-nav-item{display:flex;align-items:center;padding:1rem 1.5rem;text-decoration:none;color:#ffffffe6;cursor:pointer;transition:all .3s ease;border:none;background:none}.g5-portal-nav-item:hover{background:#ffffff1a;color:#fff}.g5-portal-nav-item.active{background:#1665344d;border-left:4px solid #22C55E;color:#fff}.g5-portal-nav-icon{font-size:1.1rem;margin-right:1rem;width:18px;text-align:center;flex-shrink:0;color:#22c55e}.g5-portal-nav-text{flex:1;font-weight:500;font-size:.9rem;line-height:1.3}.g5-portal-nav-subitems{background:#0003;border-left:2px solid rgba(22,101,52,.3);margin-left:1rem}.g5-portal-nav-subitem{display:flex;align-items:center;padding:.5rem 1rem .5rem 1.5rem;color:#ffffffd9;transition:all .3s ease;cursor:pointer;border:none;background:none}.g5-portal-nav-subitem:hover{background:#ffffff14;color:#fffffff2}.g5-portal-nav-subitem.active{background:#16653433;color:#fff;border-left:2px solid #22C55E}.g5-portal-nav-subtext{font-size:.8rem;font-weight:400;line-height:1.2}.g5-main-content-full{margin-right:400px;width:calc(100vw - 400px);position:relative;display:flex;flex-direction:column;align-items:center}.g5-excellence-pattern,.g5-achievement-bg,.g5-diplomatic-hologram{position:fixed;top:0;left:0;right:0;bottom:0;pointer-events:none}.g5-excellence-pattern{background:repeating-linear-gradient(-45deg,#16653405,#16653405 12px,#ffffff04 12px,#ffffff04 24px,#6d28d905 24px,#6d28d905 36px);z-index:-3;animation:g5-excellence-movement 40s ease-in-out infinite}.g5-achievement-bg{background-image:radial-gradient(circle at 25% 35%,rgba(22,101,52,.3) 1px,transparent 1px),radial-gradient(circle at 75% 25%,rgba(109,40,217,.25) 1px,transparent 1px);background-size:100px 100px;z-index:-2;animation:g5-achievement-sparkle 28s ease-in-out infinite}.g5-diplomatic-hologram{top:20%;right:12%;width:300px;height:300px;background:radial-gradient(circle at center,rgba(22,101,52,.08) 0%,rgba(109,40,217,.05) 40%,transparent 70%);opacity:.15;z-index:-1;animation:g5-diplomatic-float 35s ease-in-out infinite}.g5-section{z-index:10;padding:4rem 2rem;min-height:100vh;width:100%;max-width:1400px}.g5-section:first-child{padding-top:6rem}.g5-section-container{max-width:1200px;width:100%;margin:0 auto}.g5-section-header{text-align:center;margin-bottom:3rem}.g5-section-main-title{font-size:clamp(2.5rem,6vw,4rem);font-weight:700;color:#fffffff2;text-shadow:0 2px 4px rgba(0,0,0,.3)}.g5-section-main-subtitle{font-size:clamp(1.125rem,2.5vw,1.5rem);color:#166534d9;margin:1rem auto 0;max-width:900px}.g5-content-card{background:#6d28d926;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border:1px solid rgba(109,40,217,.3);border-radius:20px;padding:2.5rem;margin:2rem 0;box-shadow:0 8px 32px #0000004d;transition:all .4s ease}.g5-content-card:hover{transform:translateY(-5px)}.g5-section-title{font-size:2rem;color:#fffffff2;margin-bottom:1.5rem;display:flex;align-items:center;gap:.75rem}.g5-section-icon{font-size:1.5rem;color:#22c55e}.g5-section-content{color:#ffffffde;line-height:1.6;font-size:1.08rem}.g5-section-content p,.g5-section-content ul,.g5-section-content ol{margin-bottom:1rem}.g5-section-content strong{color:#22c55e;font-weight:600}.g5-section-content h3{font-size:1.35rem;color:#22c55e;margin:1.25rem 0 .75rem}.g5-table{width:100%;border-collapse:collapse;background:#ffffff14;border-radius:12px;overflow:hidden}.g5-table th{background:#16653440;color:#fffffff2;padding:1rem;text-align:left}.g5-table td{padding:1rem;border-top:1px solid rgba(22,101,52,.12)}.g5-table tr:hover{background:#1665340f}.g5-highlight-box{background:#6d28d91a;border:1px solid rgba(109,40,217,.3);border-radius:12px;padding:1.5rem;margin:1.5rem 0}.g5-highlight-box.success{background:#16653426;border-color:#16653466}.g5-highlight-box.warning{background:#f59e0b1a;border-color:#f59e0b59}.g5-highlight-title{font-weight:600;font-size:1.05rem;margin-bottom:.75rem;display:flex;align-items:center;gap:.5rem}@media (max-width: 1024px){.g5-main-content-full{margin-right:320px;width:calc(100vw - 320px)}.g5-checklist-sidebar{width:280px;right:10px}}@media (max-width: 768px){.g5-main-content-full{margin-right:0;width:100vw}.g5-checklist-sidebar{display:none}}@keyframes g5-excellence-movement{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes g5-achievement-sparkle{0%,to{opacity:.85}50%{opacity:.55}}@keyframes g5-diplomatic-float{0%,to{transform:rotate(0) scale(1)}50%{transform:rotate(2deg) scale(1.05)}}.h1b1-page-container{font-family:Inter,sans-serif;background:transparent;color:#fff;min-height:100vh;position:relative;overflow-x:hidden;margin:0;padding:0;display:flex}.h1b1-checklist-sidebar{position:fixed;right:20px;top:160px;width:360px;height:calc(100vh - 180px);background:#ffffff1f;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.2);border-radius:16px;z-index:1000;overflow-y:auto;padding:0;display:flex;flex-direction:column;box-shadow:0 20px 40px #00000026,0 10px 20px #0000001a,0 5px 10px #0000000d;scrollbar-width:none;-ms-overflow-style:none;overscroll-behavior:contain}.h1b1-checklist-sidebar::-webkit-scrollbar{display:none;width:0;height:0}.h1b1-checklist-header{position:sticky;top:0;z-index:1001;border-radius:16px 16px 0 0;padding:1.5rem;color:#fff;border-bottom:1px solid rgba(255,255,255,.15);box-shadow:0 2px 8px #0000001a}.h1b1-checklist-header.checklist-theme{background:linear-gradient(135deg,#0c4a6e,#0284c7)}.h1b1-checklist-header.portal-theme{background:linear-gradient(135deg,#166534,#22c55e)}.h1b1-tab-header{display:flex;align-items:flex-start;justify-content:space-between}.h1b1-tab-content{flex:1;text-align:center}.h1b1-tab-title{font-size:1.4rem;font-weight:700;margin:0 0 .5rem}.h1b1-tab-subtitle{font-size:.9rem;opacity:.9}.h1b1-tab-toggle{width:40px;height:40px;border-radius:8px;cursor:pointer;transition:all .3s ease;font-size:1.2rem;display:flex;align-items:center;justify-content:center;margin-top:7px;background:none;border:none;color:#fff}.h1b1-tab-toggle.to-portal{background:#166534e6;border:2px solid #166534;color:gold}.h1b1-tab-toggle.to-checklist{background:#0c4a6ee6;border:2px solid #0C4A6E;color:gold}.h1b1-tab-toggle:hover{transform:scale(1.05);box-shadow:0 4px 12px #0003}.h1b1-checklist-content{flex:1;padding:0}.h1b1-checklist-section{border-bottom:1px solid rgba(255,255,255,.1)}.h1b1-checklist-section:last-child{border-bottom:none}.h1b1-checklist-section-header{background:#ffffff14;color:#fff;padding:1rem 1.5rem;border-bottom:1px solid rgba(255,255,255,.15)}.h1b1-checklist-section-title{font-size:.95rem;font-weight:600;margin:0 0 .5rem}.h1b1-checklist-progress{display:flex;align-items:center;gap:.75rem}.h1b1-checklist-progress-text{font-size:.8rem;color:#fffc;min-width:40px}.h1b1-checklist-progress-bar{flex:1;height:6px;background:#fff3;border-radius:3px}.h1b1-checklist-progress-fill{height:100%;background:linear-gradient(90deg,#22c55e,#16a34a);border-radius:3px;transition:width .3s ease}.h1b1-checklist-item{border-bottom:1px solid rgba(255,255,255,.08)}.h1b1-checklist-item:last-child{border-bottom:none}.h1b1-checklist-item:hover{background:#1665340f}.h1b1-checklist-label{display:flex;align-items:flex-start;padding:.75rem 1.5rem;cursor:pointer;gap:.75rem;font-size:.85rem;color:#ffffffe6}.h1b1-checklist-checkbox{display:none}.h1b1-checklist-checkmark{width:18px;height:18px;border:2px solid rgba(22,101,52,.5);border-radius:4px;position:relative;flex-shrink:0;margin-top:1px;background:#ffffff1f}.h1b1-checklist-checkbox:checked+.h1b1-checklist-checkmark{background:linear-gradient(135deg,#22c55e,#16a34a);border-color:#16a34a}.h1b1-checklist-checkbox:checked+.h1b1-checklist-checkmark:after{content:"✓";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);color:#fff;font-size:12px;font-weight:700}.h1b1-checklist-checkbox:checked~.h1b1-checklist-text{color:#22c55e;text-decoration:line-through;opacity:.85}.h1b1-checklist-text{flex:1}.h1b1-checklist-emoji-button{font-size:1rem;margin-left:auto;opacity:.85;background:none;border:none;cursor:pointer;padding:2px 4px;color:#fff;position:relative}.h1b1-checklist-emoji-button:hover{opacity:1}.h1b1-checklist-text-input{margin:-.25rem 1.5rem .75rem 3.5rem;padding:.75rem;background:#00000040;border-radius:8px;border-top:1px solid rgba(22,101,52,.15)}.h1b1-checklist-textarea{width:100%;background:transparent;border:none;color:#ffffffe0;font-size:.85rem;line-height:1.5;white-space:pre-line}.h1b1-info-indicator{position:absolute;top:-2px;right:-2px;font-size:8px;color:#22c55e;opacity:.9}.h1b1-checklist-footer{background:#ffffff14;padding:1rem 1.5rem;border-top:1px solid rgba(255,255,255,.1);border-radius:0 0 16px 16px}.h1b1-checklist-save-note{display:flex;align-items:center;gap:.5rem;font-size:.8rem;color:#ffffffe6;justify-content:center}.h1b1-portal-nav-content{padding:0}.h1b1-portal-nav-section{border-bottom:1px solid rgba(255,255,255,.1)}.h1b1-portal-nav-item{display:flex;align-items:center;padding:1rem 1.5rem;text-decoration:none;color:#ffffffe6;cursor:pointer;transition:all .3s ease;border:none;background:none}.h1b1-portal-nav-item:hover{background:#ffffff1a;color:#fff}.h1b1-portal-nav-item.active{background:#1665344d;border-left:4px solid #22C55E;color:#fff}.h1b1-portal-nav-icon{font-size:1.1rem;margin-right:1rem;width:18px;text-align:center;flex-shrink:0;color:#22c55e}.h1b1-portal-nav-text{flex:1;font-weight:500;font-size:.9rem;line-height:1.3}.h1b1-portal-nav-subitems{background:#0003;border-left:2px solid rgba(22,101,52,.3);margin-left:1rem}.h1b1-portal-nav-subitem{display:flex;align-items:center;padding:.5rem 1rem .5rem 1.5rem;color:#ffffffd9;transition:all .3s ease;cursor:pointer;border:none;background:none}.h1b1-portal-nav-subitem:hover{background:#ffffff14;color:#fffffff2}.h1b1-portal-nav-subitem.active{background:#16653433;color:#fff;border-left:2px solid #22C55E}.h1b1-portal-nav-subtext{font-size:.8rem;font-weight:400;line-height:1.2}.h1b1-main-content-full{margin-right:400px;width:calc(100vw - 400px);position:relative;display:flex;flex-direction:column;align-items:center}.h1b1-excellence-pattern,.h1b1-achievement-bg,.h1b1-diplomatic-hologram{position:fixed;top:0;left:0;right:0;bottom:0;pointer-events:none}.h1b1-excellence-pattern{background:repeating-linear-gradient(-45deg,#0c4a6e05,#0c4a6e05 12px,#ffffff04 12px,#ffffff04 24px,#16653405 24px,#16653405 36px);z-index:-3;animation:h1b1-excellence-movement 40s ease-in-out infinite}.h1b1-achievement-bg{background-image:radial-gradient(circle at 25% 35%,rgba(12,74,110,.3) 1px,transparent 1px),radial-gradient(circle at 75% 25%,rgba(22,101,52,.25) 1px,transparent 1px);background-size:100px 100px;z-index:-2;animation:h1b1-achievement-sparkle 28s ease-in-out infinite}.h1b1-diplomatic-hologram{top:20%;right:12%;width:300px;height:300px;background:radial-gradient(circle at center,rgba(12,74,110,.08) 0%,rgba(22,101,52,.05) 40%,transparent 70%);opacity:.15;z-index:-1;animation:h1b1-diplomatic-float 35s ease-in-out infinite}.h1b1-section{z-index:10;padding:4rem 2rem;min-height:100vh;width:100%;max-width:1400px}.h1b1-section:first-child{padding-top:6rem}.h1b1-section-container{max-width:1200px;width:100%;margin:0 auto}.h1b1-section-header{text-align:center;margin-bottom:3rem}.h1b1-section-main-title{font-size:clamp(2.5rem,6vw,4rem);font-weight:700;color:#fffffff2;text-shadow:0 2px 4px rgba(0,0,0,.3)}.h1b1-section-main-subtitle{font-size:clamp(1.125rem,2.5vw,1.5rem);color:#0c4a6ed9;margin:1rem auto 0;max-width:900px}.h1b1-content-card{background:#0c4a6e26;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border:1px solid rgba(12,74,110,.3);border-radius:20px;padding:2.5rem;margin:2rem 0;box-shadow:0 8px 32px #0000004d;transition:all .4s ease}.h1b1-content-card:hover{transform:translateY(-5px)}.h1b1-section-title{font-size:2rem;color:#fffffff2;margin-bottom:1.5rem;display:flex;align-items:center;gap:.75rem}.h1b1-section-icon{font-size:1.5rem;color:#22c55e}.h1b1-section-content{color:#ffffffde;line-height:1.6;font-size:1.08rem}.h1b1-section-content p,.h1b1-section-content ul,.h1b1-section-content ol{margin-bottom:1rem}.h1b1-section-content strong{color:#22c55e;font-weight:600}.h1b1-section-content h3{font-size:1.35rem;color:#22c55e;margin:1.25rem 0 .75rem}.h1b1-table{width:100%;border-collapse:collapse;background:#ffffff14;border-radius:12px;overflow:hidden}.h1b1-table th{background:#0c4a6e40;color:#fffffff2;padding:1rem;text-align:left}.h1b1-table td{padding:1rem;border-top:1px solid rgba(12,74,110,.12)}.h1b1-table tr:hover{background:#0c4a6e0f}.h1b1-highlight-box{background:#1665341a;border:1px solid rgba(22,101,52,.3);border-radius:12px;padding:1.5rem;margin:1.5rem 0}.h1b1-highlight-box.info{background:#0c4a6e1f;border-color:#0c4a6e59}.h1b1-highlight-title{font-weight:600;font-size:1.05rem;margin-bottom:.75rem;display:flex;align-items:center;gap:.5rem}@media (max-width: 1024px){.h1b1-main-content-full{margin-right:320px;width:calc(100vw - 320px)}.h1b1-checklist-sidebar{width:280px;right:10px}}@media (max-width: 768px){.h1b1-main-content-full{margin-right:0;width:100vw}.h1b1-checklist-sidebar{display:none}}@keyframes h1b1-excellence-movement{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes h1b1-achievement-sparkle{0%,to{opacity:.85}50%{opacity:.55}}@keyframes h1b1-diplomatic-float{0%,to{transform:rotate(0) scale(1)}50%{transform:rotate(2deg) scale(1.05)}}.h2a-page-container{font-family:Inter,sans-serif;color:#fff;min-height:100vh;position:relative;overflow-x:hidden;display:flex}.h2a-checklist-sidebar{position:fixed;right:20px;top:160px;width:360px;height:calc(100vh - 180px);background:#ffffff1f;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.2);border-radius:16px;z-index:1000;overflow-y:auto;display:flex;flex-direction:column;box-shadow:0 20px 40px #00000026,0 10px 20px #0000001a,0 5px 10px #0000000d}.h2a-checklist-sidebar::-webkit-scrollbar{display:none}.h2a-checklist-header{position:sticky;top:0;border-radius:16px 16px 0 0;padding:1.5rem;color:#fff;border-bottom:1px solid rgba(255,255,255,.15);box-shadow:0 2px 8px #0000001a}.h2a-checklist-header.checklist-theme{background:linear-gradient(135deg,#14532d,#16a34a)}.h2a-checklist-header.portal-theme{background:linear-gradient(135deg,#0c4a6e,#0284c7)}.h2a-tab-header{display:flex;align-items:flex-start;justify-content:space-between}.h2a-tab-content{flex:1;text-align:center}.h2a-tab-title{font-size:1.4rem;font-weight:700;margin:0 0 .5rem}.h2a-tab-subtitle{font-size:.9rem;opacity:.9}.h2a-tab-toggle{width:40px;height:40px;border-radius:8px;cursor:pointer;transition:.3s;font-size:1.2rem;display:flex;align-items:center;justify-content:center;margin-top:7px;background:none;border:none;color:#fff}.h2a-tab-toggle.to-portal{background:#0c4a6ee6;border:2px solid #0C4A6E;color:gold}.h2a-tab-toggle.to-checklist{background:#14532de6;border:2px solid #14532D;color:gold}.h2a-tab-toggle:hover{transform:scale(1.05);box-shadow:0 4px 12px #0003}.h2a-checklist-content{flex:1}.h2a-checklist-section{border-bottom:1px solid rgba(255,255,255,.1)}.h2a-checklist-section-header{background:#ffffff14;padding:1rem 1.5rem;border-bottom:1px solid rgba(255,255,255,.15)}.h2a-checklist-section-title{font-size:.95rem;font-weight:600;margin:0 0 .5rem}.h2a-checklist-progress{display:flex;align-items:center;gap:.75rem}.h2a-checklist-progress-text{font-size:.8rem;color:#ffffffd9;min-width:40px}.h2a-checklist-progress-bar{flex:1;height:6px;background:#fff3;border-radius:3px}.h2a-checklist-progress-fill{height:100%;background:linear-gradient(90deg,#16a34a,#22c55e);border-radius:3px;transition:width .3s ease}.h2a-checklist-item{border-bottom:1px solid rgba(255,255,255,.08)}.h2a-checklist-label{display:flex;align-items:flex-start;padding:.75rem 1.5rem;cursor:pointer;gap:.75rem;font-size:.85rem;color:#ffffffeb}.h2a-checklist-checkbox{display:none}.h2a-checklist-checkmark{width:18px;height:18px;border:2px solid rgba(22,101,52,.5);border-radius:4px;position:relative;flex-shrink:0;margin-top:1px;background:#ffffff1f}.h2a-checklist-checkbox:checked+.h2a-checklist-checkmark{background:linear-gradient(135deg,#16a34a,#22c55e);border-color:#16a34a}.h2a-checklist-checkbox:checked+.h2a-checklist-checkmark:after{content:"✓";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);color:#fff;font-size:12px;font-weight:700}.h2a-checklist-emoji-button{margin-left:auto;opacity:.85;background:none;border:none;color:#fff;cursor:pointer;position:relative}.h2a-info-indicator{position:absolute;top:-2px;right:-2px;font-size:8px;color:#22c55e}.h2a-checklist-text-input{margin:-.25rem 1.5rem .75rem 3.5rem;padding:.75rem;background:#00000040;border-radius:8px;border-top:1px solid rgba(22,101,52,.15)}.h2a-checklist-textarea{width:100%;background:transparent;border:none;color:#ffffffe6;font-size:.85rem;line-height:1.5;white-space:pre-line}.h2a-checklist-footer{background:#ffffff14;padding:1rem 1.5rem;border-top:1px solid rgba(255,255,255,.1);border-radius:0 0 16px 16px}.h2a-checklist-save-note{display:flex;align-items:center;gap:.5rem;font-size:.8rem;justify-content:center}.h2a-portal-nav-content{padding:0}.h2a-portal-nav-section{border-bottom:1px solid rgba(255,255,255,.1)}.h2a-portal-nav-item{padding:1rem 1.5rem;display:flex;align-items:center;gap:.75rem;cursor:pointer;transition:.3s}.h2a-portal-nav-item:hover{background:#ffffff1a}.h2a-portal-nav-icon{font-size:1.1rem;color:#22c55e;width:18px;text-align:center}.h2a-portal-nav-text{flex:1;font-size:.9rem;font-weight:500}.h2a-portal-nav-subitems{background:#0003;border-left:2px solid rgba(22,101,52,.3);margin-left:1rem}.h2a-portal-nav-subitem{padding:.5rem 1rem .5rem 1.5rem;cursor:pointer}.h2a-portal-nav-subitem:hover{background:#ffffff14}.h2a-portal-nav-subtext{font-size:.8rem}.h2a-main-content-full{margin-right:400px;width:calc(100vw - 400px);display:flex;flex-direction:column;align-items:center}.h2a-excellence-pattern,.h2a-achievement-bg,.h2a-diplomatic-hologram{position:fixed;top:0;left:0;right:0;bottom:0;pointer-events:none}.h2a-excellence-pattern{background:repeating-linear-gradient(-45deg,#16653405 0,#16653405 12px,#ffffff04 12px,#ffffff04 24px,#0c4a6e05 24px,#0c4a6e05 36px);z-index:-3;animation:h2a-excellence-move 40s ease-in-out infinite}.h2a-achievement-bg{background-image:radial-gradient(circle at 25% 35%,rgba(22,101,52,.3) 1px,transparent 1px),radial-gradient(circle at 75% 25%,rgba(12,74,110,.25) 1px,transparent 1px);background-size:100px 100px;z-index:-2;animation:h2a-achievement-sparkle 28s ease-in-out infinite}.h2a-diplomatic-hologram{top:20%;right:12%;width:300px;height:300px;background:radial-gradient(circle at center,rgba(22,101,52,.08) 0%,rgba(12,74,110,.05) 40%,transparent 70%);opacity:.15;z-index:-1;animation:h2a-float 35s ease-in-out infinite}.h2a-section{padding:4rem 2rem;min-height:100vh;width:100%;max-width:1400px}.h2a-section:first-child{padding-top:6rem}.h2a-section-container{max-width:1200px;width:100%;margin:0 auto}.h2a-section-header{text-align:center;margin-bottom:3rem}.h2a-section-main-title{font-size:clamp(2.5rem,6vw,4rem);font-weight:700;color:#fffffff2}.h2a-section-main-subtitle{font-size:clamp(1.125rem,2.5vw,1.5rem);color:#166534d9;margin:1rem auto 0;max-width:900px}.h2a-content-card{background:#0c4a6e26;border:1px solid rgba(12,74,110,.3);border-radius:20px;padding:2.5rem;margin:2rem 0;box-shadow:0 8px 32px #0000004d;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);transition:.4s}.h2a-content-card:hover{transform:translateY(-5px)}.h2a-section-title{font-size:2rem;color:#fffffff2;margin-bottom:1.5rem;display:flex;align-items:center;gap:.75rem}.h2a-section-icon{font-size:1.5rem;color:#22c55e}.h2a-section-content{color:#ffffffe0;line-height:1.6;font-size:1.08rem}.h2a-section-content h3{font-size:1.2rem;color:#22c55e;margin:1rem 0 .5rem}.h2a-table{width:100%;border-collapse:collapse;background:#ffffff14;border-radius:12px;overflow:hidden}.h2a-table th{background:#0c4a6e40;color:#fffffff2;padding:1rem;text-align:left}.h2a-table td{padding:1rem;border-top:1px solid rgba(12,74,110,.12)}.h2a-table tr:hover{background:#0c4a6e0f}@media (max-width: 1024px){.h2a-main-content-full{margin-right:320px}.h2a-checklist-sidebar{width:280px;right:10px}}@media (max-width: 768px){.h2a-main-content-full{margin-right:0;width:100vw}.h2a-checklist-sidebar{display:none}}@keyframes h2a-excellence-move{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes h2a-achievement-sparkle{0%,to{opacity:.85}50%{opacity:.55}}@keyframes h2a-float{0%,to{transform:rotate(0) scale(1)}50%{transform:rotate(2deg) scale(1.05)}}.h2b-page-container{font-family:Inter,sans-serif;color:#fff;min-height:100vh;position:relative;overflow-x:hidden;display:flex}.h2b-checklist-sidebar{position:fixed;right:20px;top:160px;width:360px;height:calc(100vh - 180px);background:#ffffff1f;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.2);border-radius:16px;z-index:1000;overflow-y:auto;display:flex;flex-direction:column;box-shadow:0 20px 40px #00000026,0 10px 20px #0000001a,0 5px 10px #0000000d}.h2b-checklist-sidebar::-webkit-scrollbar{display:none}.h2b-checklist-header{position:sticky;top:0;border-radius:16px 16px 0 0;padding:1.5rem;color:#fff;border-bottom:1px solid rgba(255,255,255,.15);box-shadow:0 2px 8px #0000001a}.h2b-checklist-header.checklist-theme{background:linear-gradient(135deg,#1e40af,#3b82f6)}.h2b-checklist-header.portal-theme{background:linear-gradient(135deg,#7c2d12,#ea580c)}.h2b-tab-header{display:flex;align-items:flex-start;justify-content:space-between}.h2b-tab-content{flex:1;text-align:center}.h2b-tab-title{font-size:1.4rem;font-weight:700;margin:0 0 .5rem}.h2b-tab-subtitle{font-size:.9rem;opacity:.9}.h2b-tab-toggle{width:40px;height:40px;border-radius:8px;cursor:pointer;transition:.3s;font-size:1.2rem;display:flex;align-items:center;justify-content:center;margin-top:7px;background:none;border:none;color:#fff}.h2b-tab-toggle.to-portal{background:#7c2d12e6;border:2px solid #7C2D12;color:gold}.h2b-tab-toggle.to-checklist{background:#1e40afe6;border:2px solid #1E40AF;color:gold}.h2b-tab-toggle:hover{transform:scale(1.05);box-shadow:0 4px 12px #0003}.h2b-checklist-content{flex:1}.h2b-checklist-section{border-bottom:1px solid rgba(255,255,255,.1)}.h2b-checklist-section-header{background:#ffffff14;padding:1rem 1.5rem;border-bottom:1px solid rgba(255,255,255,.15)}.h2b-checklist-section-title{font-size:.95rem;font-weight:600;margin:0 0 .5rem}.h2b-checklist-progress{display:flex;align-items:center;gap:.75rem}.h2b-checklist-progress-text{font-size:.8rem;color:#ffffffd9;min-width:40px}.h2b-checklist-progress-bar{flex:1;height:6px;background:#fff3;border-radius:3px}.h2b-checklist-progress-fill{height:100%;background:linear-gradient(90deg,#3b82f6,#60a5fa);border-radius:3px;transition:width .3s ease}.h2b-checklist-item{border-bottom:1px solid rgba(255,255,255,.08)}.h2b-checklist-label{display:flex;align-items:flex-start;padding:.75rem 1.5rem;cursor:pointer;gap:.75rem;font-size:.85rem;color:#ffffffeb}.h2b-checklist-checkbox{display:none}.h2b-checklist-checkmark{width:20px;height:20px;border:2px solid rgba(59,130,246,.9);border-radius:4px;position:relative;flex-shrink:0;margin-top:1px;background:#ffffff26}.h2b-checklist-checkbox:checked+.h2b-checklist-checkmark{background:linear-gradient(135deg,#3b82f6,#1e3a8a);border-color:#3b82f6}.h2b-checklist-checkbox:checked+.h2b-checklist-checkmark:after{content:"✓";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);color:#fff;font-size:12px;font-weight:700}.h2b-checklist-emoji-button{margin-left:auto;opacity:.85;background:none;border:none;color:#fff;cursor:pointer;position:relative}.h2b-info-indicator{position:absolute;top:-2px;right:-2px;font-size:8px;color:#60a5fa}.h2b-checklist-text-input{margin:-.25rem 1.5rem .75rem 3.5rem;padding:.75rem;background:#00000040;border-radius:8px;border-top:1px solid rgba(59,130,246,.15)}.h2b-checklist-textarea{width:100%;background:transparent;border:none;color:#ffffffe6;font-size:.85rem;line-height:1.5;white-space:pre-line}.h2b-checklist-footer{background:#ffffff14;padding:1rem 1.5rem;border-top:1px solid rgba(255,255,255,.1);border-radius:0 0 16px 16px}.h2b-checklist-save-note{display:flex;align-items:center;gap:.5rem;font-size:.8rem;justify-content:center}.h2b-portal-nav-content{padding:0}.h2b-portal-nav-section{border-bottom:1px solid rgba(255,255,255,.1)}.h2b-portal-nav-item{padding:1rem 1.5rem;display:flex;align-items:center;gap:.75rem;cursor:pointer;transition:.3s}.h2b-portal-nav-item:hover{background:#ffffff1a}.h2b-portal-nav-icon{font-size:1.1rem;color:#ea580c;width:18px;text-align:center}.h2b-portal-nav-text{flex:1;font-size:.9rem;font-weight:500}.h2b-portal-nav-subitems{background:#0003;border-left:2px solid rgba(234,88,12,.3);margin-left:1rem}.h2b-portal-nav-subitem{padding:.5rem 1rem .5rem 1.5rem;cursor:pointer}.h2b-portal-nav-subitem:hover{background:#ffffff14}.h2b-portal-nav-subtext{font-size:.8rem}.h2b-main-content-full{margin-right:400px;width:calc(100vw - 400px);display:flex;flex-direction:column;align-items:center}.h2b-excellence-pattern,.h2b-achievement-bg,.h2b-diplomatic-hologram{position:fixed;top:0;left:0;right:0;bottom:0;pointer-events:none}.h2b-excellence-pattern{background:repeating-linear-gradient(-45deg,#3b82f605 0,#3b82f605 12px,#ffffff04 12px,#ffffff04 24px,#ea580c05 24px,#ea580c05 36px);z-index:-3;animation:h2b-excellence-move 40s ease-in-out infinite}.h2b-achievement-bg{background-image:radial-gradient(circle at 25% 35%,rgba(59,130,246,.3) 1px,transparent 1px),radial-gradient(circle at 75% 25%,rgba(234,88,12,.25) 1px,transparent 1px);background-size:100px 100px;z-index:-2;animation:h2b-achievement-sparkle 28s ease-in-out infinite}.h2b-diplomatic-hologram{top:20%;right:12%;width:300px;height:300px;background:radial-gradient(circle at center,rgba(59,130,246,.08) 0%,rgba(234,88,12,.05) 40%,transparent 70%);opacity:.15;z-index:-1;animation:h2b-float 35s ease-in-out infinite}.h2b-section{padding:4rem 2rem;min-height:100vh;width:100%;max-width:1400px}.h2b-section:first-child{padding-top:6rem}.h2b-section-container{max-width:1200px;width:100%;margin:0 auto}.h2b-section-header{text-align:center;margin-bottom:3rem}.h2b-section-main-title{font-size:clamp(2.5rem,6vw,4rem);font-weight:700;color:#fffffff2}.h2b-section-main-subtitle{font-size:clamp(1.125rem,2.5vw,1.5rem);color:#ea580cd9;margin:1rem auto 0;max-width:900px}.h2b-content-card{background:#1e40af26;border:1px solid rgba(30,64,175,.3);border-radius:20px;padding:2.5rem;margin:2rem 0;box-shadow:0 8px 32px #0000004d;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);transition:.4s}.h2b-content-card:hover{transform:translateY(-5px)}.h2b-section-title{font-size:2rem;color:#fffffff2;margin-bottom:1.5rem;display:flex;align-items:center;gap:.75rem}.h2b-section-icon{font-size:1.5rem;color:#ea580c}.h2b-section-content{color:#ffffffe0;line-height:1.6;font-size:1.08rem}.h2b-section-content h3{font-size:1.2rem;color:#ea580c;margin:1rem 0 .5rem}.h2b-section-content h4{font-size:1.1rem;color:#60a5fa;margin:1rem 0 .5rem}.h2b-section-content ul{margin:1rem 0;padding-left:1.5rem}.h2b-section-content li{margin:.5rem 0}.h2b-intro-highlight{background:#ea580c33;border:1px solid rgba(234,88,12,.4);border-radius:16px;padding:2rem;margin:2rem 0;text-align:center}.h2b-intro-title{font-size:1.5rem;color:gold;margin-bottom:1rem}.h2b-highlight-box{background:#3b82f633;border:1px solid rgba(59,130,246,.4);border-radius:12px;padding:1.5rem;margin:1.5rem 0}.h2b-warning-box{background:#ef444433;border:1px solid rgba(239,68,68,.4);border-radius:12px;padding:1.5rem;margin:1.5rem 0}.h2b-strategy-box{background:#22c55e33;border:1px solid rgba(34,197,94,.4);border-radius:12px;padding:1.5rem;margin:1.5rem 0}.h2b-process-grid{display:grid;grid-template-columns:1fr 1fr;gap:2rem;margin:2rem 0}.h2b-process-step{background:#ffffff1a;border-radius:12px;padding:1.5rem}.h2b-cap-grid{display:grid;grid-template-columns:1fr 1fr;gap:2rem;margin:2rem 0}.h2b-cap-half{background:#ea580c26;border:1px solid rgba(234,88,12,.3);border-radius:12px;padding:1.5rem;text-align:center}.h2b-documents-grid{margin:1.5rem 0}.h2b-ds160-steps{display:grid;gap:1.5rem;margin:2rem 0}.h2b-step{background:#ffffff14;border-radius:12px;padding:1.5rem}.h2b-form-sections{display:grid;gap:1.5rem;margin:2rem 0}.h2b-form-section{background:#ffffff14;border-radius:12px;padding:1.5rem}.h2b-interview-topics{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;margin:2rem 0}.h2b-topic{background:#ffffff14;border-radius:12px;padding:1.5rem}.h2b-evidence-categories{display:grid;gap:2rem;margin:2rem 0}.h2b-evidence-category{background:#ffffff14;border-radius:12px;padding:1.5rem}.h2b-travel-checklist{background:#3b82f626;border-radius:12px;padding:1.5rem;margin:1.5rem 0}.h2b-i94-steps{background:#ea580c26;border-radius:12px;padding:1.5rem;margin:1.5rem 0}.h2b-grace-periods{display:grid;gap:1.5rem;margin:2rem 0}.h2b-grace-period{background:#ffffff14;border-radius:12px;padding:1.5rem}.h2b-eb3-process{background:#22c55e26;border-radius:12px;padding:1.5rem;margin:1.5rem 0}.h2b-overstay-consequences{margin:1.5rem 0}.h2b-bar-info{display:grid;gap:1rem;margin:1.5rem 0}.h2b-bar{background:#ef444433;border:1px solid rgba(239,68,68,.4);border-radius:8px;padding:1rem}.h2b-checklist-categories{display:grid;gap:2rem;margin:2rem 0}.h2b-checklist-category{background:#ffffff14;border-radius:12px;padding:1.5rem}.h2b-countries-grid{background:#3b82f61a;border-radius:12px;padding:1.5rem;margin:1.5rem 0}.h2b-resources-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem;margin:2rem 0}.h2b-resource{background:#ffffff14;border-radius:12px;padding:1.5rem}.h2b-countries-note{background:#3b82f626;border-radius:12px;padding:1.5rem;margin:1.5rem 0}.h2b-countries-list{margin-top:1rem;font-size:.95rem;line-height:1.6}.h2b-contract-requirements{background:#ea580c26;border-radius:12px;padding:1.5rem;margin:1.5rem 0}.h2b-doc-category{background:#ffffff14;border-radius:12px;padding:1.5rem}.h2b-fee-note{background:#ef444433;border:1px solid rgba(239,68,68,.4);border-radius:8px;padding:1rem;margin:1.5rem 0}.h2b-interview-tips{background:#22c55e33;border:1px solid rgba(34,197,94,.4);border-radius:8px;padding:1rem;margin:1.5rem 0}.h2b-error-warning{background:#ef444433;border:1px solid rgba(239,68,68,.4);border-radius:8px;padding:1rem;margin:1.5rem 0}.h2b-hotline-info{background:#22c55e33;border:1px solid rgba(34,197,94,.4);border-radius:8px;padding:1rem;margin:1.5rem 0;text-align:center;font-weight:600}.h2b-wage-rights{background:#3b82f626;border-radius:12px;padding:1.5rem;margin:1.5rem 0}.h2b-prohibited-fees,.h2b-safe-conditions{margin:1.5rem 0}.h2b-reset-info{background:#22c55e33;border:1px solid rgba(34,197,94,.4);border-radius:8px;padding:1rem;margin:1.5rem 0}.h2b-portability-process{background:#3b82f626;border-radius:12px;padding:1.5rem;margin:1.5rem 0}.h2b-table{width:100%;border-collapse:collapse;background:#ffffff14;border-radius:12px;overflow:hidden;margin:1.5rem 0}.h2b-table th{background:#1e40af40;color:#fffffff2;padding:1rem;text-align:left;font-weight:600}.h2b-table td{padding:1rem;border-top:1px solid rgba(30,64,175,.12);vertical-align:top}.h2b-table tr:hover{background:#1e40af0f}@media (max-width: 1024px){.h2b-main-content-full{margin-right:320px}.h2b-checklist-sidebar{width:280px;right:10px}.h2b-process-grid,.h2b-cap-grid,.h2b-interview-topics{grid-template-columns:1fr}}@media (max-width: 768px){.h2b-main-content-full{margin-right:0;width:100vw}.h2b-checklist-sidebar{display:none}.h2b-resources-grid{grid-template-columns:1fr}}@keyframes h2b-excellence-move{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes h2b-achievement-sparkle{0%,to{opacity:.85}50%{opacity:.55}}@keyframes h2b-float{0%,to{transform:rotate(0) scale(1)}50%{transform:rotate(2deg) scale(1.05)}}.h3-page-container{font-family:Inter,sans-serif;color:#fff;min-height:100vh;position:relative;overflow-x:hidden;display:flex}.h3-checklist-sidebar{position:fixed;right:20px;top:160px;width:360px;height:calc(100vh - 180px);background:#ffffff1f;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.2);border-radius:16px;z-index:1000;overflow-y:auto;display:flex;flex-direction:column;box-shadow:0 20px 40px #00000026,0 10px 20px #0000001a,0 5px 10px #0000000d}.h3-checklist-sidebar::-webkit-scrollbar{display:none}.h3-checklist-header{position:sticky;top:0;border-radius:16px 16px 0 0;padding:1.5rem;color:#fff;border-bottom:1px solid rgba(255,255,255,.15);box-shadow:0 2px 8px #0000001a}.h3-checklist-header.checklist-theme{background:linear-gradient(135deg,#7c3aed,#a855f7)}.h3-checklist-header.portal-theme{background:linear-gradient(135deg,#059669,#10b981)}.h3-tab-header{display:flex;align-items:flex-start;justify-content:space-between}.h3-tab-content{flex:1;text-align:center}.h3-tab-title{font-size:1.4rem;font-weight:700;margin:0 0 .5rem}.h3-tab-subtitle{font-size:.9rem;opacity:.9}.h3-tab-toggle{width:40px;height:40px;border-radius:8px;cursor:pointer;transition:.3s;font-size:1.2rem;display:flex;align-items:center;justify-content:center;margin-top:7px;background:none;border:none;color:#fff}.h3-tab-toggle.to-portal{background:#059669e6;border:2px solid #059669;color:gold}.h3-tab-toggle.to-checklist{background:#7c3aede6;border:2px solid #7C3AED;color:gold}.h3-tab-toggle:hover{transform:scale(1.05);box-shadow:0 4px 12px #0003}.h3-checklist-content{flex:1}.h3-checklist-section{border-bottom:1px solid rgba(255,255,255,.1)}.h3-checklist-section-header{background:#ffffff14;padding:1rem 1.5rem;border-bottom:1px solid rgba(255,255,255,.15)}.h3-checklist-section-title{font-size:.95rem;font-weight:600;margin:0 0 .5rem}.h3-checklist-progress{display:flex;align-items:center;gap:.75rem}.h3-checklist-progress-text{font-size:.8rem;color:#ffffffd9;min-width:40px}.h3-checklist-progress-bar{flex:1;height:6px;background:#fff3;border-radius:3px}.h3-checklist-progress-fill{height:100%;background:linear-gradient(90deg,#a855f7,#c084fc);border-radius:3px;transition:width .3s ease}.h3-checklist-item{border-bottom:1px solid rgba(255,255,255,.08)}.h3-checklist-label{display:flex;align-items:flex-start;padding:.75rem 1.5rem;cursor:pointer;gap:.75rem;font-size:.85rem;color:#ffffffeb}.h3-checklist-checkbox{display:none}.h3-checklist-checkmark{width:20px;height:20px;border:2px solid rgba(168,85,247,.9);border-radius:4px;position:relative;flex-shrink:0;margin-top:1px;background:#ffffff26}.h3-checklist-checkbox:checked+.h3-checklist-checkmark{background:linear-gradient(135deg,#a855f7,#7c3aed);border-color:#a855f7}.h3-checklist-checkbox:checked+.h3-checklist-checkmark:after{content:"✓";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);color:#fff;font-size:12px;font-weight:700}.h3-checklist-emoji-button{margin-left:auto;opacity:.85;background:none;border:none;color:#fff;cursor:pointer;position:relative}.h3-info-indicator{position:absolute;top:-2px;right:-2px;font-size:8px;color:#10b981}.h3-checklist-text-input{margin:-.25rem 1.5rem .75rem 3.5rem;padding:.75rem;background:#00000040;border-radius:8px;border-top:1px solid rgba(168,85,247,.15)}.h3-checklist-textarea{width:100%;background:transparent;border:none;color:#ffffffe6;font-size:.85rem;line-height:1.5;white-space:pre-line}.h3-checklist-footer{background:#ffffff14;padding:1rem 1.5rem;border-top:1px solid rgba(255,255,255,.1);border-radius:0 0 16px 16px}.h3-checklist-save-note{display:flex;align-items:center;gap:.5rem;font-size:.8rem;justify-content:center}.h3-portal-nav-content{padding:0}.h3-portal-nav-section{border-bottom:1px solid rgba(255,255,255,.1)}.h3-portal-nav-item{padding:1rem 1.5rem;display:flex;align-items:center;gap:.75rem;cursor:pointer;transition:.3s}.h3-portal-nav-item:hover{background:#ffffff1a}.h3-portal-nav-icon{font-size:1.1rem;color:#10b981;width:18px;text-align:center}.h3-portal-nav-text{flex:1;font-size:.9rem;font-weight:500}.h3-portal-nav-subitems{background:#0003;border-left:2px solid rgba(16,185,129,.3);margin-left:1rem}.h3-portal-nav-subitem{padding:.5rem 1rem .5rem 1.5rem;cursor:pointer}.h3-portal-nav-subitem:hover{background:#ffffff14}.h3-portal-nav-subtext{font-size:.8rem}.h3-main-content-full{margin-right:400px;width:calc(100vw - 400px);display:flex;flex-direction:column;align-items:center}.h3-excellence-pattern,.h3-achievement-bg,.h3-diplomatic-hologram{position:fixed;top:0;left:0;right:0;bottom:0;pointer-events:none}.h3-excellence-pattern{background:repeating-linear-gradient(-45deg,#a855f705 0,#a855f705 12px,#ffffff04 12px,#ffffff04 24px,#10b98105 24px,#10b98105 36px);z-index:-3;animation:h3-excellence-move 40s ease-in-out infinite}.h3-achievement-bg{background-image:radial-gradient(circle at 25% 35%,rgba(168,85,247,.3) 1px,transparent 1px),radial-gradient(circle at 75% 25%,rgba(16,185,129,.25) 1px,transparent 1px);background-size:100px 100px;z-index:-2;animation:h3-achievement-sparkle 28s ease-in-out infinite}.h3-diplomatic-hologram{top:20%;right:12%;width:300px;height:300px;background:radial-gradient(circle at center,rgba(168,85,247,.08) 0%,rgba(16,185,129,.05) 40%,transparent 70%);opacity:.15;z-index:-1;animation:h3-float 35s ease-in-out infinite}.h3-section{padding:4rem 2rem;min-height:100vh;width:100%;max-width:1400px}.h3-section:first-child{padding-top:6rem}.h3-section-container{max-width:1200px;width:100%;margin:0 auto}.h3-section-header{text-align:center;margin-bottom:3rem}.h3-section-main-title{font-size:clamp(2.5rem,6vw,4rem);font-weight:700;color:#fffffff2}.h3-section-main-subtitle{font-size:clamp(1.125rem,2.5vw,1.5rem);color:#10b981d9;margin:1rem auto 0;max-width:900px}.h3-content-card{background:#7c3aed26;border:1px solid rgba(124,58,237,.3);border-radius:20px;padding:2.5rem;margin:2rem 0;box-shadow:0 8px 32px #0000004d;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);transition:.4s}.h3-content-card:hover{transform:translateY(-5px)}.h3-section-title{font-size:2rem;color:#fffffff2;margin-bottom:1.5rem;display:flex;align-items:center;gap:.75rem}.h3-section-icon{font-size:1.5rem;color:#10b981}.h3-section-content{color:#ffffffe0;line-height:1.6;font-size:1.08rem}.h3-section-content h3{font-size:1.2rem;color:#10b981;margin:1rem 0 .5rem}.h3-section-content h4{font-size:1.1rem;color:#c084fc;margin:1rem 0 .5rem}.h3-section-content h5{font-size:1rem;color:#34d399;margin:1rem 0 .5rem}.h3-section-content ul{margin:1rem 0;padding-left:1.5rem}.h3-section-content li{margin:.5rem 0}.h3-critical-distinction{background:#ef444433;border:1px solid rgba(239,68,68,.4);border-radius:12px;padding:1.5rem;margin:1.5rem 0}.h3-historical-evolution{background:#a855f733;border:1px solid rgba(168,85,247,.4);border-radius:12px;padding:1.5rem;margin:1.5rem 0}.h3-categories-grid{display:grid;grid-template-columns:1fr 1fr;gap:2rem;margin:2rem 0}.h3-category-card{background:#ffffff1a;border-radius:12px;padding:1.5rem}.h3-employment-distinction{background:#10b98133;border:1px solid rgba(16,185,129,.4);border-radius:12px;padding:1.5rem;margin:1.5rem 0}.h3-intent-strengthening{background:#a855f733;border:1px solid rgba(168,85,247,.4);border-radius:12px;padding:1.5rem;margin:1.5rem 0}.h3-strategic-alignment{background:#22c55e33;border:1px solid rgba(34,197,94,.4);border-radius:12px;padding:1.5rem;margin:1.5rem 0}.h3-petitioner-requirements{background:#10b98126;border-radius:12px;padding:1.5rem;margin:1.5rem 0}.h3-compatibility-example{background:#ef444426;border-radius:12px;padding:1.5rem;margin:1.5rem 0}.h3-special-education-req{background:#a855f726;border-radius:12px;padding:1.5rem;margin:1.5rem 0}.h3-beneficiary-categories{display:grid;gap:2rem;margin:2rem 0}.h3-general-trainee,.h3-special-education{background:#ffffff14;border-radius:12px;padding:1.5rem}.h3-qualification-window{background:#eab30833;border:1px solid rgba(234,179,8,.4);border-radius:8px;padding:1rem;margin:1rem 0}.h3-intent-categories{display:grid;gap:1.5rem;margin:2rem 0}.h3-intent-category{background:#ffffff14;border-radius:12px;padding:1.5rem}.h3-training-components{margin:2rem 0}.h3-component{background:#ffffff14;border-radius:12px;padding:1.5rem;margin:1rem 0}.h3-case-law-lessons{background:#eab30833;border:1px solid rgba(234,179,8,.4);border-radius:12px;padding:1.5rem;margin:1.5rem 0}.h3-form-sections{background:#10b98126;border-radius:12px;padding:1.5rem;margin:1.5rem 0}.h3-multiple-trainees{background:#a855f726;border-radius:12px;padding:1.5rem;margin:1.5rem 0}.h3-premium-processing{background:#22c55e33;border:1px solid rgba(34,197,94,.4);border-radius:12px;padding:1.5rem;margin:1.5rem 0}.h3-timing-strategy{background:#10b98126;border-radius:12px;padding:1.5rem;margin:1.5rem 0}.h3-ds160-requirements{background:#a855f726;border-radius:12px;padding:1.5rem;margin:1.5rem 0}.h3-interview-questions{background:#10b98126;border-radius:12px;padding:1.5rem;margin:1.5rem 0}.h3-best-practices{background:#22c55e26;border-radius:12px;padding:1.5rem;margin:1.5rem 0}.h3-admin-processing{background:#ef444426;border-radius:12px;padding:1.5rem;margin:1.5rem 0}.h3-i94-importance{background:#a855f733;border:1px solid rgba(168,85,247,.4);border-radius:12px;padding:1.5rem;margin:1.5rem 0}.h3-i94-verification{background:#10b98126;border-radius:12px;padding:1.5rem;margin:1.5rem 0}.h3-status-rules{margin:2rem 0}.h3-rule{background:#ffffff14;border-radius:12px;padding:1.5rem;margin:1rem 0}.h3-violation-warning{background:#ef444433;border:1px solid rgba(239,68,68,.4);border-radius:12px;padding:1.5rem;margin:1.5rem 0}.h3-extensions{background:#10b98126;border-radius:12px;padding:1.5rem;margin:1.5rem 0}.h3-six-month-bar{background:#ef444433;border:1px solid rgba(239,68,68,.4);border-radius:12px;padding:1.5rem;margin:1.5rem 0}.h3-departure{background:#eab30833;border:1px solid rgba(234,179,8,.4);border-radius:12px;padding:1.5rem;margin:1.5rem 0}.h3-timeline-overview{margin:2rem 0}.h3-h4-process{background:#10b98126;border-radius:12px;padding:1.5rem;margin:1.5rem 0}.h3-status-change{background:#a855f726;border-radius:12px;padding:1.5rem;margin:1.5rem 0}.h3-h4-requirements{background:#22c55e26;border-radius:12px;padding:1.5rem;margin:1.5rem 0}.h3-h4-rights-table{margin:2rem 0}.h3-h4-employment-distinction,.h3-h4-violation-warning{background:#ef444433;border:1px solid rgba(239,68,68,.4);border-radius:12px;padding:1.5rem;margin:1.5rem 0}.h3-success-factors{display:grid;gap:2rem;margin:2rem 0}.h3-success-factor{background:#ffffff14;border-radius:12px;padding:1.5rem}.h3-planning-checklist{background:#22c55e33;border:1px solid rgba(34,197,94,.4);border-radius:12px;padding:1.5rem;margin:1.5rem 0}.h3-career-planning{margin:2rem 0}.h3-planning-phase{background:#ffffff14;border-radius:12px;padding:1.5rem;margin:1rem 0}.h3-long-term-vision{background:#10b98133;border:1px solid rgba(16,185,129,.4);border-radius:12px;padding:1.5rem;margin:1.5rem 0}.h3-compliance-reminder{background:#a855f733;border:1px solid rgba(168,85,247,.4);border-radius:12px;padding:1.5rem;margin:1.5rem 0}.h3-table{width:100%;border-collapse:collapse;background:#ffffff14;border-radius:12px;overflow:hidden;margin:1.5rem 0}.h3-table th{background:#7c3aed40;color:#fffffff2;padding:1rem;text-align:left;font-weight:600}.h3-table td{padding:1rem;border-top:1px solid rgba(124,58,237,.12);vertical-align:top}.h3-table tr:hover{background:#7c3aed0f}@media (max-width: 1024px){.h3-main-content-full{margin-right:320px}.h3-checklist-sidebar{width:280px;right:10px}.h3-categories-grid{grid-template-columns:1fr}}@media (max-width: 768px){.h3-main-content-full{margin-right:0;width:100vw}.h3-checklist-sidebar{display:none}.h3-success-factors{grid-template-columns:1fr}}@keyframes h3-excellence-move{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes h3-achievement-sparkle{0%,to{opacity:.85}50%{opacity:.55}}@keyframes h3-float{0%,to{transform:rotate(0) scale(1)}50%{transform:rotate(2deg) scale(1.05)}}.i-page-container{font-family:Inter,sans-serif;background:transparent;color:#fff;min-height:100vh;position:relative;overflow-x:hidden;margin:0;padding:0;display:flex}.i-checklist-sidebar{position:fixed;right:20px;top:160px;width:360px;height:calc(100vh - 180px);background:#ffffff1f;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.2);border-radius:16px;z-index:1000;overflow-y:auto;padding:0;display:flex;flex-direction:column;box-shadow:0 20px 40px #00000026,0 10px 20px #0000001a,0 5px 10px #0000000d;scrollbar-width:none;-ms-overflow-style:none;overscroll-behavior:contain}.i-checklist-sidebar::-webkit-scrollbar{display:none;width:0;height:0}.i-checklist-sidebar::-webkit-scrollbar-track{display:none}.i-checklist-sidebar::-webkit-scrollbar-thumb{display:none}.i-checklist-header{position:sticky;top:0;z-index:1001;border-radius:16px 16px 0 0;padding:1.5rem;color:#fff;border-bottom:1px solid rgba(255,255,255,.2);box-shadow:0 2px 8px #0000001a}.i-checklist-header.checklist-theme{background:linear-gradient(135deg,#e91e63,#f44336)}.i-checklist-header.portal-theme{background:linear-gradient(135deg,#1976d2,#3f51b5)}.i-tab-header{position:relative;display:flex;align-items:flex-start;justify-content:space-between;width:100%}.i-tab-content{flex:1;text-align:center}.i-tab-title{font-size:1.4rem;font-weight:700;margin:0 0 .5rem;line-height:1.2;display:flex;align-items:center;justify-content:center;gap:.5rem;color:#fff}.i-tab-title-icon{font-size:1.4rem;line-height:1}.i-tab-subtitle{font-size:.9rem;margin:0;opacity:.9;font-weight:400;color:#fff;line-height:1.3}.i-tab-toggle{width:40px;height:40px;border-radius:8px;border:2px solid transparent;cursor:pointer;transition:all .3s ease;font-size:1.2rem;display:flex;align-items:center;justify-content:center;line-height:1;color:#fff;font-weight:600;flex-shrink:0;margin-top:7px}.i-tab-toggle.to-portal{background:#1976d2e6;border-color:#1976d2}.i-tab-toggle.to-checklist{background:#e91e63e6;border-color:#e91e63}.i-tab-toggle:hover{transform:scale(1.05);box-shadow:0 4px 12px #0003}.i-tab-toggle.to-portal:hover{background:#1976d2}.i-tab-toggle.to-checklist:hover{background:#e91e63}.i-checklist-content{flex:1;padding:0}.i-checklist-section{border-bottom:1px solid rgba(255,255,255,.1);margin-bottom:0}.i-checklist-section-header{background:#1976d2;color:#fff;padding:1rem 1.5rem;border-bottom:1px solid rgba(255,255,255,.15)}.i-checklist-section-title{font-size:.95rem;font-weight:600;margin:0 0 .5rem;color:#fff;line-height:1.3;text-shadow:none}.i-checklist-progress{display:flex;align-items:center;gap:.75rem}.i-checklist-progress-text{font-size:.8rem;font-weight:500;color:#fffc;min-width:40px}.i-checklist-progress-bar{flex:1;height:6px;background:#fff3;border-radius:3px;overflow:hidden}.i-checklist-progress-fill{height:100%;background:linear-gradient(90deg,#f44336,#e91e63);border-radius:3px;transition:width .3s ease}.i-checklist-subsection{margin-bottom:1rem}.i-checklist-subsection-title{font-size:.85rem;font-weight:600;color:#f44336;margin:0 0 .5rem;padding:.5rem 1.5rem 0;text-transform:uppercase;letter-spacing:.5px}.i-checklist-items{padding:0}.i-checklist-item{border-bottom:1px solid rgba(255,255,255,.05);will-change:background-color}.i-checklist-item:hover{background:#ffffff08}.i-checklist-label{display:flex;align-items:flex-start;padding:.75rem 1.5rem;cursor:pointer;gap:.75rem;font-size:.85rem;line-height:1.4;color:#ffffffe6;will-change:color}.i-checklist-label:hover{color:#fff}.i-checklist-checkbox{display:none}.i-checklist-checkmark{width:18px;height:18px;border:2px solid rgba(255,255,255,.3);border-radius:4px;position:relative;flex-shrink:0;background:transparent;margin-top:1px;will-change:background,border-color,transform}.i-checklist-checkbox:checked+.i-checklist-checkmark{background:linear-gradient(135deg,#f44336,#e91e63);border-color:#f44336;transform:scale(1.05)}.i-checklist-checkbox:checked+.i-checklist-checkmark:after{content:"✓";position:absolute;top:-1px;left:2px;color:#fff;font-size:12px;font-weight:700}.i-checklist-checkbox:checked+.i-checklist-checkmark+.i-checklist-text{color:#f44336;text-decoration:line-through;opacity:.8}.i-checklist-text{flex:1;will-change:color,text-decoration,opacity}.i-checklist-emoji-button{font-size:1rem;margin-left:auto;opacity:.8;flex-shrink:0;background:none;border:none;cursor:pointer;padding:2px 4px;border-radius:4px;transition:all .2s ease;position:relative}.i-checklist-emoji-button:hover{opacity:1;background:#ffffff1a;transform:scale(1.1)}.i-checklist-emoji-button:active{transform:scale(.95)}.i-checklist-text-input{margin:.5rem 2.25rem 0;padding-bottom:.5rem}.i-checklist-textarea{width:100%;background:#ffffff08;border:1px solid rgba(255,255,255,.15);border-radius:6px;color:#ffffffb3;padding:.75rem;font-size:.85rem;font-family:inherit;min-height:60px;text-align:left;cursor:default;box-sizing:border-box;line-height:1.5;word-wrap:break-word;overflow-wrap:break-word;-webkit-hyphens:auto;hyphens:auto;white-space:pre-line}.i-checklist-link{color:#ce93d8;text-decoration:underline;transition:color .2s ease;word-break:break-all;font-weight:500}.i-checklist-link:hover{color:#e1bee7;text-decoration:underline}.i-info-indicator{position:absolute;top:-2px;right:-2px;font-size:8px;color:#ce93d8;opacity:.8;pointer-events:none}.i-checklist-footer{background:#1976d2;padding:1rem 1.5rem;border-top:1px solid rgba(255,255,255,.1);border-radius:0 0 16px 16px}.i-checklist-save-note{display:flex;align-items:center;gap:.5rem;font-size:.8rem;color:#ffffffe6;justify-content:center}.i-checklist-save-note i{font-size:.75rem;opacity:1}.i-portal-nav-content{padding:0}.i-portal-nav-section{border-bottom:1px solid rgba(255,255,255,.1)}.i-portal-nav-item{display:flex;align-items:center;padding:1rem 1.5rem;text-decoration:none;color:#ffffffe6;transition:all .3s ease;border-bottom:1px solid rgba(255,255,255,.1);position:relative;cursor:pointer}.i-portal-nav-item:hover{background:#ffffff1a;color:#fff}.i-portal-nav-item.active{background:#1976d24d;border-left:4px solid #3f51b5;color:#fff}.i-portal-nav-icon{font-size:1.1rem;margin-right:1rem;width:18px;text-align:center;flex-shrink:0}.i-portal-nav-text{flex:1;font-weight:500;font-size:.9rem;line-height:1.3}.i-portal-nav-subitems{background:#0003;border-left:2px solid rgba(25,118,210,.3);margin-left:1rem}.i-portal-nav-subitem{display:flex;align-items:center;padding:.5rem 1rem .5rem 1.5rem;color:#fffc;transition:all .3s ease;cursor:pointer;border-bottom:1px solid rgba(255,255,255,.05)}.i-portal-nav-subitem:hover{background:#ffffff14;color:#fffffff2}.i-portal-nav-subitem.active{background:#1976d233;color:#fff;border-left:2px solid #3f51b5}.i-portal-nav-subtext{font-size:.8rem;font-weight:400;line-height:1.2}.i-main-content{margin-left:350px;margin-right:400px;width:calc(100vw - 750px);min-height:100vh;position:relative;display:flex;flex-direction:column;align-items:center;transition:margin-left .3s ease,width .3s ease}.i-main-content.nav-collapsed{margin-left:0;width:calc(100vw - 400px)}.i-main-content-full{margin-left:0;margin-right:400px;width:calc(100vw - 400px);min-height:100vh;position:relative;display:flex;flex-direction:column;align-items:center}.i-media-pattern{position:fixed;top:0;left:0;right:0;bottom:0;background:repeating-linear-gradient(-45deg,#e91e6305,#e91e6305 12px,#ffffff04 12px,#ffffff04 24px,#1976d205 24px,#1976d205 36px);z-index:1;animation:media-movement 40s ease-in-out infinite}.i-broadcast-bg{position:fixed;top:0;left:0;right:0;bottom:0;background-image:radial-gradient(circle at 25% 35%,rgba(244,67,54,.3) 1px,transparent 1px),radial-gradient(circle at 75% 25%,rgba(25,118,210,.25) 1px,transparent 1px),radial-gradient(circle at 55% 65%,rgba(233,30,99,.2) 1px,transparent 1px),radial-gradient(circle at 35% 75%,rgba(244,67,54,.3) 1px,transparent 1px),radial-gradient(circle at 85% 55%,rgba(25,118,210,.25) 1px,transparent 1px);background-size:100px 100px,140px 140px,120px 120px,160px 160px,110px 110px;z-index:1;animation:broadcast-sparkle 28s ease-in-out infinite}.i-journalism-hologram{position:fixed;top:20%;right:12%;width:300px;height:300px;background:radial-gradient(circle at center,rgba(244,67,54,.08) 0%,rgba(25,118,210,.05) 40%,transparent 70%);opacity:.15;transform:rotate(15deg);filter:drop-shadow(0 0 30px rgba(244,67,54,.3));z-index:1;pointer-events:none;animation:journalism-float 35s ease-in-out infinite}.i-section{position:relative;z-index:10;padding:4rem 2rem;min-height:100vh;display:flex;align-items:flex-start;justify-content:center;width:100%;max-width:1400px}.i-section:first-child{padding-top:6rem}.i-section-container{max-width:1200px;width:100%;margin:0 auto}.i-section-header{text-align:center;margin-bottom:3rem}.i-section-main-title{font-size:clamp(2.5rem,6vw,4rem);font-weight:700;line-height:1.2;margin-bottom:1rem;color:#fffffff2;text-shadow:0 2px 4px rgba(0,0,0,.3)}.i-section-main-subtitle{font-size:clamp(1.125rem,2.5vw,1.5rem);color:#fffc;margin-bottom:2rem;max-width:800px;margin-left:auto;margin-right:auto;line-height:1.4}.i-content-card{background:#ffffff14;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border:1px solid rgba(255,255,255,.15);border-radius:20px;padding:2.5rem;margin:2rem 0;transition:all .4s ease;box-shadow:0 8px 32px #0003}.i-content-card:hover{transform:translateY(-5px);background:#ffffff1f;border:1px solid rgba(255,255,255,.25);box-shadow:0 16px 48px #0000004d}.i-section-title{font-size:2rem;font-weight:600;color:#fffffff2;margin-bottom:1.5rem;display:flex;align-items:center;gap:.75rem}.i-section-icon{font-size:1.5rem;color:#f44336}.i-section-content{color:#ffffffd9;line-height:1.6;font-size:1.1rem}.i-section-content p{margin-bottom:1rem}.i-section-content ul,.i-section-content ol{margin:1rem 0;padding-left:1.5rem}.i-section-content li{margin-bottom:.5rem}.i-section-content strong{color:#fffffff2;font-weight:600}.i-grid-2{display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:2rem}.i-grid-3{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.i-highlight-box{background:#f443361a;border:1px solid rgba(244,67,54,.3);border-radius:12px;padding:1.5rem;margin:1.5rem 0}.i-highlight-box.warning{background:#ff98001a;border-color:#ff98004d}.i-highlight-box.success{background:#4caf501a;border-color:#4caf504d}.i-highlight-box.danger{background:#f443361a;border-color:#f443364d}.i-highlight-title{font-weight:600;font-size:1.1rem;margin-bottom:.75rem;display:flex;align-items:center;gap:.5rem}.i-steps-container{position:relative;margin:2rem 0}.i-step{display:flex;align-items:flex-start;margin-bottom:2rem;position:relative}.i-step-number{background:linear-gradient(135deg,#e91e63,#f44336);color:#fff;width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.1rem;margin-right:1.5rem;flex-shrink:0;position:relative;z-index:2}.i-step-content{flex:1;padding-top:.5rem}.i-step-title{font-size:1.25rem;font-weight:600;color:#fffffff2;margin-bottom:.5rem}.i-step-description{color:#fffc;line-height:1.5}.i-step:not(:last-child):after{content:"";position:absolute;left:19px;top:40px;bottom:-2rem;width:2px;background:linear-gradient(180deg,#f44336,#f443364d);z-index:1}.i-table{width:100%;border-collapse:collapse;margin:1.5rem 0;background:#ffffff0d;border-radius:12px;overflow:hidden}.i-table th{background:#e91e6333;color:#fffffff2;padding:1rem;text-align:left;font-weight:600;border-bottom:1px solid rgba(255,255,255,.1)}.i-table td{padding:1rem;border-bottom:1px solid rgba(255,255,255,.1);color:#ffffffd9}.i-table tr:hover{background:#ffffff0d}.i-button{background:linear-gradient(135deg,#e91e63,#f44336);color:#fff;border:none;padding:.75rem 1.5rem;border-radius:50px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;text-decoration:none;display:inline-block;text-align:center}.i-button:hover{transform:translateY(-2px);box-shadow:0 8px 25px #f4433666}.i-button.secondary{background:linear-gradient(135deg,#64748b,#475569)}.i-button.secondary:hover{box-shadow:0 8px 25px #64748b66}.i-quick-links{background:linear-gradient(135deg,#1976d2,#3f51b5);border-radius:16px;padding:2rem;margin:2rem 0;text-align:center}.i-quick-links-title{font-size:1.5rem;font-weight:700;margin-bottom:1rem;color:#fff}.i-quick-links-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;margin-top:1.5rem}.i-quick-link{background:#ffffff1a;border:1px solid rgba(255,255,255,.2);border-radius:12px;padding:1rem;text-decoration:none;color:#fff;transition:all .3s ease;display:block;cursor:pointer}.i-quick-link:hover{background:#fff3;transform:translateY(-2px)}@media (max-width: 1024px){.i-main-content-full{margin-right:320px;width:calc(100vw - 320px)}.i-section{max-width:1200px}.i-media-pattern,.i-broadcast-bg{left:0}}@media (max-width: 768px){.i-main-content-full{margin-right:0;width:100vw}.i-checklist-sidebar{display:none}.i-media-pattern,.i-broadcast-bg{left:0}.i-section{padding:2rem 1rem;max-width:100%}.i-section-container{max-width:100%;padding:0 .5rem}.i-content-card{padding:1.5rem;margin:1rem 0}.i-grid-2,.i-grid-3{grid-template-columns:1fr}}@media (max-width: 480px){.i-main-content-full{margin-right:0;width:100vw}.i-checklist-sidebar{display:none}.i-media-pattern,.i-broadcast-bg{left:0}.i-section{padding:1.5rem .5rem;max-width:100%}.i-section-container{max-width:100%;padding:0 .25rem}.i-content-card{padding:1rem}}@media (max-width: 1400px){.i-checklist-sidebar{width:300px;right:15px}.i-main-content{margin-right:335px;width:calc(100vw - 685px)}.i-main-content.nav-collapsed{width:calc(100vw - 335px)}}@media (max-width: 1200px){.i-checklist-sidebar{width:280px;right:10px;top:160px;height:calc(100vh - 180px)}.i-main-content{margin-right:310px;width:calc(100vw - 660px)}.i-main-content.nav-collapsed{width:calc(100vw - 310px)}}@keyframes media-movement{0%,to{transform:translate(0) translateY(0)}25%{transform:translate(10px) translateY(-5px)}50%{transform:translate(18px) translateY(0)}75%{transform:translate(10px) translateY(5px)}}@keyframes broadcast-sparkle{0%,to{opacity:1}25%{opacity:.7}50%{opacity:.5}75%{opacity:.8}}@keyframes journalism-float{0%,to{transform:rotate(15deg) scale(1) translateY(0)}25%{transform:rotate(12deg) scale(1.05) translateY(-12px)}50%{transform:rotate(18deg) scale(1.12) translateY(0)}75%{transform:rotate(14deg) scale(1.05) translateY(8px)}}.j1-page-container{font-family:Inter,sans-serif;background:transparent;color:#fff;min-height:100vh;position:relative;overflow-x:hidden;margin:0;padding:0;display:flex}.j1-checklist-sidebar{position:fixed;right:20px;top:160px;width:360px;height:calc(100vh - 180px);background:#ffffff1f;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.2);border-radius:16px;z-index:1000;overflow-y:auto;padding:0;display:flex;flex-direction:column;box-shadow:0 20px 40px #00000026,0 10px 20px #0000001a,0 5px 10px #0000000d;scrollbar-width:none;-ms-overflow-style:none;overscroll-behavior:contain}.j1-checklist-sidebar::-webkit-scrollbar{display:none;width:0;height:0}.j1-checklist-sidebar::-webkit-scrollbar-track{display:none}.j1-checklist-sidebar::-webkit-scrollbar-thumb{display:none}.j1-checklist-header{position:sticky;top:0;z-index:1001;border-radius:16px 16px 0 0;padding:1.5rem;color:#fff;border-bottom:1px solid rgba(255,255,255,.2);box-shadow:0 2px 8px #0000001a}.j1-checklist-header.checklist-theme{background:linear-gradient(135deg,#4caf50,#2e7d32)}.j1-checklist-header.portal-theme{background:linear-gradient(135deg,#ff9800,#f57c00)}.j1-tab-header{position:relative;display:flex;align-items:flex-start;justify-content:space-between;width:100%}.j1-tab-content{flex:1;text-align:center}.j1-tab-title{font-size:1.4rem;font-weight:700;margin:0 0 .5rem;line-height:1.2;display:flex;align-items:center;justify-content:center;gap:.5rem;color:#fff}.j1-tab-title-icon{font-size:1.4rem;line-height:1}.j1-tab-subtitle{font-size:.9rem;margin:0;opacity:.9;font-weight:400;color:#fff;line-height:1.3}.j1-tab-toggle{width:40px;height:40px;border-radius:8px;border:2px solid transparent;cursor:pointer;transition:all .3s ease;font-size:1.2rem;display:flex;align-items:center;justify-content:center;line-height:1;color:#fff;font-weight:600;flex-shrink:0;margin-top:7px}.j1-tab-toggle.to-portal{background:#ff9800e6;border-color:#ff9800}.j1-tab-toggle.to-checklist{background:#4caf50e6;border-color:#4caf50}.j1-tab-toggle:hover{transform:scale(1.05);box-shadow:0 4px 12px #0003}.j1-tab-toggle.to-portal:hover{background:#ff9800}.j1-tab-toggle.to-checklist:hover{background:#4caf50}.j1-checklist-content{flex:1;padding:0}.j1-checklist-section{border-bottom:1px solid rgba(255,255,255,.1);margin-bottom:0}.j1-checklist-section-header{background:#ff9800;color:#fff;padding:1rem 1.5rem;border-bottom:1px solid rgba(255,255,255,.15)}.j1-checklist-section-title{font-size:.95rem;font-weight:600;margin:0 0 .5rem;color:#fff;line-height:1.3;text-shadow:none}.j1-checklist-progress{display:flex;align-items:center;gap:.75rem}.j1-checklist-progress-text{font-size:.8rem;font-weight:500;color:#fffc;min-width:40px}.j1-checklist-progress-bar{flex:1;height:6px;background:#fff3;border-radius:3px;overflow:hidden}.j1-checklist-progress-fill{height:100%;background:linear-gradient(90deg,#4caf50,#2e7d32);border-radius:3px;transition:width .3s ease}.j1-checklist-subsection{margin-bottom:1rem}.j1-checklist-subsection-title{font-size:.85rem;font-weight:600;color:#4caf50;margin:0 0 .5rem;padding:.5rem 1.5rem 0;text-transform:uppercase;letter-spacing:.5px}.j1-checklist-items{padding:0}.j1-checklist-item{border-bottom:1px solid rgba(255,255,255,.05);will-change:background-color}.j1-checklist-item:hover{background:#ffffff08}.j1-checklist-label{display:flex;align-items:flex-start;padding:.75rem 1.5rem;cursor:pointer;gap:.75rem;font-size:.85rem;line-height:1.4;color:#ffffffe6;will-change:color}.j1-checklist-label:hover{color:#fff}.j1-checklist-checkbox{display:none}.j1-checklist-checkmark{width:18px;height:18px;border:2px solid rgba(255,255,255,.3);border-radius:4px;position:relative;flex-shrink:0;background:transparent;margin-top:1px;will-change:background,border-color,transform}.j1-checklist-checkbox:checked+.j1-checklist-checkmark{background:linear-gradient(135deg,#4caf50,#2e7d32);border-color:#4caf50;transform:scale(1.05)}.j1-checklist-checkbox:checked+.j1-checklist-checkmark:after{content:"✓";position:absolute;top:-1px;left:2px;color:#fff;font-size:12px;font-weight:700}.j1-checklist-checkbox:checked+.j1-checklist-checkmark+.j1-checklist-text{color:#4caf50;text-decoration:line-through;opacity:.8}.j1-checklist-text{flex:1;will-change:color,text-decoration,opacity}.j1-checklist-emoji-button{font-size:1rem;margin-left:auto;opacity:.8;flex-shrink:0;background:none;border:none;cursor:pointer;padding:2px 4px;border-radius:4px;transition:all .2s ease;position:relative}.j1-checklist-emoji-button:hover{opacity:1;background:#ffffff1a;transform:scale(1.1)}.j1-checklist-emoji-button:active{transform:scale(.95)}.j1-checklist-text-input{margin:.5rem 2.25rem 0;padding-bottom:.5rem}.j1-checklist-textarea{width:100%;background:#ffffff08;border:1px solid rgba(255,255,255,.15);border-radius:6px;color:#ffffffb3;padding:.75rem;font-size:.85rem;font-family:inherit;min-height:60px;text-align:left;cursor:default;box-sizing:border-box;line-height:1.5;word-wrap:break-word;overflow-wrap:break-word;-webkit-hyphens:auto;hyphens:auto;white-space:pre-line}.j1-checklist-link{color:#ce93d8;text-decoration:underline;transition:color .2s ease;word-break:break-all;font-weight:500}.j1-checklist-link:hover{color:#e1bee7;text-decoration:underline}.j1-info-indicator{position:absolute;top:-2px;right:-2px;font-size:8px;color:#ce93d8;opacity:.8;pointer-events:none}.j1-checklist-footer{background:#ff9800;padding:1rem 1.5rem;border-top:1px solid rgba(255,255,255,.1);border-radius:0 0 16px 16px}.j1-checklist-save-note{display:flex;align-items:center;gap:.5rem;font-size:.8rem;color:#ffffffe6;justify-content:center}.j1-checklist-save-note i{font-size:.75rem;opacity:1}.j1-portal-nav-content{padding:0}.j1-portal-nav-section{border-bottom:1px solid rgba(255,255,255,.1)}.j1-portal-nav-item{display:flex;align-items:center;padding:1rem 1.5rem;text-decoration:none;color:#ffffffe6;transition:all .3s ease;border-bottom:1px solid rgba(255,255,255,.1);position:relative;cursor:pointer}.j1-portal-nav-item:hover{background:#ffffff1a;color:#fff}.j1-portal-nav-item.active{background:#ff98004d;border-left:4px solid #f57c00;color:#fff}.j1-portal-nav-icon{font-size:1.1rem;margin-right:1rem;width:18px;text-align:center;flex-shrink:0}.j1-portal-nav-text{flex:1;font-weight:500;font-size:.9rem;line-height:1.3}.j1-portal-nav-subitems{background:#0003;border-left:2px solid rgba(255,152,0,.3);margin-left:1rem}.j1-portal-nav-subitem{display:flex;align-items:center;padding:.5rem 1rem .5rem 1.5rem;color:#fffc;transition:all .3s ease;cursor:pointer;border-bottom:1px solid rgba(255,255,255,.05)}.j1-portal-nav-subitem:hover{background:#ffffff14;color:#fffffff2}.j1-portal-nav-subitem.active{background:#ff980033;color:#fff;border-left:2px solid #f57c00}.j1-portal-nav-subtext{font-size:.8rem;font-weight:400;line-height:1.2}.j1-main-content{margin-left:350px;margin-right:400px;width:calc(100vw - 750px);min-height:100vh;position:relative;display:flex;flex-direction:column;align-items:center;transition:margin-left .3s ease,width .3s ease}.j1-main-content.nav-collapsed{margin-left:0;width:calc(100vw - 400px)}.j1-main-content-full{margin-left:0;margin-right:400px;width:calc(100vw - 400px);min-height:100vh;position:relative;display:flex;flex-direction:column;align-items:center}.j1-exchange-pattern{position:fixed;top:0;left:0;right:0;bottom:0;background:repeating-linear-gradient(-45deg,#4caf5005,#4caf5005 12px,#ffffff04 12px,#ffffff04 24px,#ff980005 24px,#ff980005 36px);z-index:1;animation:exchange-movement 40s ease-in-out infinite}.j1-cultural-bg{position:fixed;top:0;left:0;right:0;bottom:0;background-image:radial-gradient(circle at 25% 35%,rgba(76,175,80,.3) 1px,transparent 1px),radial-gradient(circle at 75% 25%,rgba(255,152,0,.25) 1px,transparent 1px),radial-gradient(circle at 55% 65%,rgba(46,125,50,.2) 1px,transparent 1px),radial-gradient(circle at 35% 75%,rgba(76,175,80,.3) 1px,transparent 1px),radial-gradient(circle at 85% 55%,rgba(255,152,0,.25) 1px,transparent 1px);background-size:100px 100px,140px 140px,120px 120px,160px 160px,110px 110px;z-index:1;animation:cultural-sparkle 28s ease-in-out infinite}.j1-bridge-hologram{position:fixed;top:20%;right:12%;width:300px;height:300px;background:radial-gradient(circle at center,rgba(76,175,80,.08) 0%,rgba(255,152,0,.05) 40%,transparent 70%);opacity:.15;transform:rotate(15deg);filter:drop-shadow(0 0 30px rgba(76,175,80,.3));z-index:1;pointer-events:none;animation:bridge-float 35s ease-in-out infinite}.j1-section{position:relative;z-index:10;padding:4rem 2rem;min-height:100vh;display:flex;align-items:flex-start;justify-content:center;width:100%;max-width:1400px}.j1-section:first-child{padding-top:6rem}.j1-section-container{max-width:1200px;width:100%;margin:0 auto}.j1-section-header{text-align:center;margin-bottom:3rem}.j1-section-main-title{font-size:clamp(2.5rem,6vw,4rem);font-weight:700;line-height:1.2;margin-bottom:1rem;color:#fffffff2;text-shadow:0 2px 4px rgba(0,0,0,.3)}.j1-section-main-subtitle{font-size:clamp(1.125rem,2.5vw,1.5rem);color:#fffc;margin-bottom:2rem;max-width:800px;margin-left:auto;margin-right:auto;line-height:1.4}.j1-content-card{background:#ffffff14;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border:1px solid rgba(255,255,255,.15);border-radius:20px;padding:2.5rem;margin:2rem 0;transition:all .4s ease;box-shadow:0 8px 32px #0003}.j1-content-card:hover{transform:translateY(-5px);background:#ffffff1f;border:1px solid rgba(255,255,255,.25);box-shadow:0 16px 48px #0000004d}.j1-section-title{font-size:2rem;font-weight:600;color:#fffffff2;margin-bottom:1.5rem;display:flex;align-items:center;gap:.75rem}.j1-section-icon{font-size:1.5rem;color:#4caf50}.j1-section-content{color:#ffffffd9;line-height:1.6;font-size:1.1rem}.j1-section-content p{margin-bottom:1rem}.j1-section-content ul,.j1-section-content ol{margin:1rem 0;padding-left:1.5rem}.j1-section-content li{margin-bottom:.5rem}.j1-section-content strong{color:#fffffff2;font-weight:600}.j1-grid-2{display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:2rem}.j1-grid-3{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.j1-highlight-box{background:#4caf501a;border:1px solid rgba(76,175,80,.3);border-radius:12px;padding:1.5rem;margin:1.5rem 0}.j1-highlight-box.warning{background:#ff98001a;border-color:#ff98004d}.j1-highlight-box.success{background:#4caf501a;border-color:#4caf504d}.j1-highlight-box.danger{background:#f443361a;border-color:#f443364d}.j1-highlight-title{font-weight:600;font-size:1.1rem;margin-bottom:.75rem;display:flex;align-items:center;gap:.5rem}.j1-steps-container{position:relative;margin:2rem 0}.j1-step{display:flex;align-items:flex-start;margin-bottom:2rem;position:relative}.j1-step-number{background:linear-gradient(135deg,#4caf50,#2e7d32);color:#fff;width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.1rem;margin-right:1.5rem;flex-shrink:0;position:relative;z-index:2}.j1-step-content{flex:1;padding-top:.5rem}.j1-step-title{font-size:1.25rem;font-weight:600;color:#fffffff2;margin-bottom:.5rem}.j1-step-description{color:#fffc;line-height:1.5}.j1-step:not(:last-child):after{content:"";position:absolute;left:19px;top:40px;bottom:-2rem;width:2px;background:linear-gradient(180deg,#4caf50,#4caf504d);z-index:1}.j1-table{width:100%;border-collapse:collapse;margin:1.5rem 0;background:#ffffff0d;border-radius:12px;overflow:hidden}.j1-table th{background:#4caf5033;color:#fffffff2;padding:1rem;text-align:left;font-weight:600;border-bottom:1px solid rgba(255,255,255,.1)}.j1-table td{padding:1rem;border-bottom:1px solid rgba(255,255,255,.1);color:#ffffffd9}.j1-table tr:hover{background:#ffffff0d}.j1-button{background:linear-gradient(135deg,#4caf50,#2e7d32);color:#fff;border:none;padding:.75rem 1.5rem;border-radius:50px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;text-decoration:none;display:inline-block;text-align:center}.j1-button:hover{transform:translateY(-2px);box-shadow:0 8px 25px #4caf5066}.j1-button.secondary{background:linear-gradient(135deg,#64748b,#475569)}.j1-button.secondary:hover{box-shadow:0 8px 25px #64748b66}.j1-quick-links{background:linear-gradient(135deg,#ff9800,#f57c00);border-radius:16px;padding:2rem;margin:2rem 0;text-align:center}.j1-quick-links-title{font-size:1.5rem;font-weight:700;margin-bottom:1rem;color:#fff}.j1-quick-links-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;margin-top:1.5rem}.j1-quick-link{background:#ffffff1a;border:1px solid rgba(255,255,255,.2);border-radius:12px;padding:1rem;text-decoration:none;color:#fff;transition:all .3s ease;display:block;cursor:pointer}.j1-quick-link:hover{background:#fff3;transform:translateY(-2px)}@media (max-width: 1024px){.j1-main-content-full{margin-right:320px;width:calc(100vw - 320px)}.j1-section{max-width:1200px}.j1-exchange-pattern,.j1-cultural-bg{left:0}}@media (max-width: 768px){.j1-main-content-full{margin-right:0;width:100vw}.j1-checklist-sidebar{display:none}.j1-exchange-pattern,.j1-cultural-bg{left:0}.j1-section{padding:2rem 1rem;max-width:100%}.j1-section-container{max-width:100%;padding:0 .5rem}.j1-content-card{padding:1.5rem;margin:1rem 0}.j1-grid-2,.j1-grid-3{grid-template-columns:1fr}}@media (max-width: 480px){.j1-main-content-full{margin-right:0;width:100vw}.j1-checklist-sidebar{display:none}.j1-exchange-pattern,.j1-cultural-bg{left:0}.j1-section{padding:1.5rem .5rem;max-width:100%}.j1-section-container{max-width:100%;padding:0 .25rem}.j1-content-card{padding:1rem}}@media (max-width: 1400px){.j1-checklist-sidebar{width:300px;right:15px}.j1-main-content{margin-right:335px;width:calc(100vw - 685px)}.j1-main-content.nav-collapsed{width:calc(100vw - 335px)}}@media (max-width: 1200px){.j1-checklist-sidebar{width:280px;right:10px;top:160px;height:calc(100vh - 180px)}.j1-main-content{margin-right:310px;width:calc(100vw - 660px)}.j1-main-content.nav-collapsed{width:calc(100vw - 310px)}}@keyframes exchange-movement{0%,to{transform:translate(0) translateY(0)}25%{transform:translate(10px) translateY(-5px)}50%{transform:translate(18px) translateY(0)}75%{transform:translate(10px) translateY(5px)}}@keyframes cultural-sparkle{0%,to{opacity:1}25%{opacity:.7}50%{opacity:.5}75%{opacity:.8}}@keyframes bridge-float{0%,to{transform:rotate(15deg) scale(1) translateY(0)}25%{transform:rotate(12deg) scale(1.05) translateY(-12px)}50%{transform:rotate(18deg) scale(1.12) translateY(0)}75%{transform:rotate(14deg) scale(1.05) translateY(8px)}}.k1-page-container{font-family:Inter,sans-serif;background:transparent;color:#fff;min-height:100vh;position:relative;overflow-x:hidden;margin:0;padding:0;display:flex}.k1-checklist-sidebar{position:fixed;right:20px;top:160px;width:360px;height:calc(100vh - 180px);background:#ffffff1f;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.2);border-radius:16px;z-index:1000;overflow-y:auto;padding:0;display:flex;flex-direction:column;box-shadow:0 20px 40px #00000026,0 10px 20px #0000001a,0 5px 10px #0000000d;scrollbar-width:none;-ms-overflow-style:none;overscroll-behavior:contain}.k1-checklist-sidebar::-webkit-scrollbar{display:none;width:0;height:0}.k1-checklist-sidebar::-webkit-scrollbar-track{display:none}.k1-checklist-sidebar::-webkit-scrollbar-thumb{display:none}.k1-checklist-header{position:sticky;top:0;z-index:1001;border-radius:16px 16px 0 0;padding:1.5rem;color:#fff;border-bottom:1px solid rgba(255,255,255,.2);box-shadow:0 2px 8px #0000001a}.k1-checklist-header.checklist-theme{background:linear-gradient(135deg,#e91e63,#ad1457)}.k1-checklist-header.portal-theme{background:linear-gradient(135deg,#9c27b0,#6a1b9a)}.k1-tab-header{position:relative;display:flex;align-items:flex-start;justify-content:space-between;width:100%}.k1-tab-content{flex:1;text-align:center}.k1-tab-title{font-size:1.4rem;font-weight:700;margin:0 0 .5rem;line-height:1.2;display:flex;align-items:center;justify-content:center;gap:.5rem;color:#fff}.k1-tab-title-icon{font-size:1.4rem;line-height:1}.k1-tab-subtitle{font-size:.9rem;margin:0;opacity:.9;font-weight:400;color:#fff;line-height:1.3}.k1-tab-toggle{width:40px;height:40px;border-radius:8px;border:2px solid transparent;cursor:pointer;transition:all .3s ease;font-size:1.2rem;display:flex;align-items:center;justify-content:center;line-height:1;color:#fff;font-weight:600;flex-shrink:0;margin-top:7px}.k1-tab-toggle.to-portal{background:#9c27b0e6;border-color:#9c27b0}.k1-tab-toggle.to-checklist{background:#e91e63e6;border-color:#e91e63}.k1-tab-toggle:hover{transform:scale(1.05);box-shadow:0 4px 12px #0003}.k1-tab-toggle.to-portal:hover{background:#9c27b0}.k1-tab-toggle.to-checklist:hover{background:#e91e63}.k1-checklist-content{flex:1;padding:0}.k1-checklist-section{border-bottom:1px solid rgba(255,255,255,.1);margin-bottom:0}.k1-checklist-section-header{background:#9c27b0;color:#fff;padding:1rem 1.5rem;border-bottom:1px solid rgba(255,255,255,.15)}.k1-checklist-section-title{font-size:.95rem;font-weight:600;margin:0 0 .5rem;color:#fff;line-height:1.3;text-shadow:none}.k1-checklist-progress{display:flex;align-items:center;gap:.75rem}.k1-checklist-progress-text{font-size:.8rem;font-weight:500;color:#fffc;min-width:40px}.k1-checklist-progress-bar{flex:1;height:6px;background:#fff3;border-radius:3px;overflow:hidden}.k1-checklist-progress-fill{height:100%;background:linear-gradient(90deg,#e91e63,#ad1457);border-radius:3px;transition:width .3s ease}.k1-checklist-subsection{margin-bottom:1rem}.k1-checklist-subsection-title{font-size:.85rem;font-weight:600;color:#e91e63;margin:0 0 .5rem;padding:.5rem 1.5rem 0;text-transform:uppercase;letter-spacing:.5px}.k1-checklist-items{padding:0}.k1-checklist-item{border-bottom:1px solid rgba(255,255,255,.05);will-change:background-color}.k1-checklist-item:hover{background:#ffffff08}.k1-checklist-label{display:flex;align-items:flex-start;padding:.75rem 1.5rem;cursor:pointer;gap:.75rem;font-size:.85rem;line-height:1.4;color:#ffffffe6;will-change:color}.k1-checklist-label:hover{color:#fff}.k1-checklist-checkbox{display:none}.k1-checklist-checkmark{width:18px;height:18px;border:2px solid rgba(255,255,255,.3);border-radius:4px;position:relative;flex-shrink:0;background:transparent;margin-top:1px;will-change:background,border-color,transform}.k1-checklist-checkbox:checked+.k1-checklist-checkmark{background:linear-gradient(135deg,#e91e63,#ad1457);border-color:#e91e63;transform:scale(1.05)}.k1-checklist-checkbox:checked+.k1-checklist-checkmark:after{content:"✓";position:absolute;top:-1px;left:2px;color:#fff;font-size:12px;font-weight:700}.k1-checklist-checkbox:checked+.k1-checklist-checkmark+.k1-checklist-text{color:#e91e63;text-decoration:line-through;opacity:.8}.k1-checklist-text{flex:1;will-change:color,text-decoration,opacity}.k1-checklist-emoji-button{font-size:1rem;margin-left:auto;opacity:.8;flex-shrink:0;background:none;border:none;cursor:pointer;padding:2px 4px;border-radius:4px;transition:all .2s ease;position:relative}.k1-checklist-emoji-button:hover{opacity:1;background:#ffffff1a;transform:scale(1.1)}.k1-checklist-emoji-button:active{transform:scale(.95)}.k1-checklist-text-input{margin:.5rem 2.25rem 0;padding-bottom:.5rem}.k1-checklist-textarea{width:100%;background:#ffffff08;border:1px solid rgba(255,255,255,.15);border-radius:6px;color:#ffffffb3;padding:.75rem;font-size:.85rem;font-family:inherit;min-height:60px;text-align:left;cursor:default;box-sizing:border-box;line-height:1.5;word-wrap:break-word;overflow-wrap:break-word;-webkit-hyphens:auto;hyphens:auto;white-space:pre-line}.k1-checklist-link{color:#ce93d8;text-decoration:underline;transition:color .2s ease;word-break:break-all;font-weight:500}.k1-checklist-link:hover{color:#e1bee7;text-decoration:underline}.k1-info-indicator{position:absolute;top:-2px;right:-2px;font-size:8px;color:#ce93d8;opacity:.8;pointer-events:none}.k1-checklist-footer{background:#9c27b0;padding:1rem 1.5rem;border-top:1px solid rgba(255,255,255,.1);border-radius:0 0 16px 16px}.k1-checklist-save-note{display:flex;align-items:center;gap:.5rem;font-size:.8rem;color:#ffffffe6;justify-content:center}.k1-checklist-save-note i{font-size:.75rem;opacity:1}.k1-portal-nav-content{padding:0}.k1-portal-nav-section{border-bottom:1px solid rgba(255,255,255,.1)}.k1-portal-nav-item{display:flex;align-items:center;padding:1rem 1.5rem;text-decoration:none;color:#ffffffe6;transition:all .3s ease;border-bottom:1px solid rgba(255,255,255,.1);position:relative;cursor:pointer}.k1-portal-nav-item:hover{background:#ffffff1a;color:#fff}.k1-portal-nav-item.active{background:#9c27b04d;border-left:4px solid #6a1b9a;color:#fff}.k1-portal-nav-icon{font-size:1.1rem;margin-right:1rem;width:18px;text-align:center;flex-shrink:0}.k1-portal-nav-text{flex:1;font-weight:500;font-size:.9rem;line-height:1.3}.k1-portal-nav-subitems{background:#0003;border-left:2px solid rgba(156,39,176,.3);margin-left:1rem}.k1-portal-nav-subitem{display:flex;align-items:center;padding:.5rem 1rem .5rem 1.5rem;color:#fffc;transition:all .3s ease;cursor:pointer;border-bottom:1px solid rgba(255,255,255,.05)}.k1-portal-nav-subitem:hover{background:#ffffff14;color:#fffffff2}.k1-portal-nav-subitem.active{background:#9c27b033;color:#fff;border-left:2px solid #6a1b9a}.k1-portal-nav-subtext{font-size:.8rem;font-weight:400;line-height:1.2}.k1-main-content{margin-left:350px;margin-right:400px;width:calc(100vw - 750px);min-height:100vh;position:relative;display:flex;flex-direction:column;align-items:center;transition:margin-left .3s ease,width .3s ease}.k1-main-content.nav-collapsed{margin-left:0;width:calc(100vw - 400px)}.k1-main-content-full{margin-left:0;margin-right:400px;width:calc(100vw - 400px);min-height:100vh;position:relative;display:flex;flex-direction:column;align-items:center}.k1-heart-pattern{position:fixed;top:0;left:0;right:0;bottom:0;background:repeating-linear-gradient(-45deg,#e91e6305,#e91e6305 12px,#ffffff04 12px,#ffffff04 24px,#9c27b005 24px,#9c27b005 36px);z-index:1;animation:heart-movement 40s ease-in-out infinite}.k1-unity-bg{position:fixed;top:0;left:0;right:0;bottom:0;background-image:radial-gradient(circle at 25% 35%,rgba(233,30,99,.3) 1px,transparent 1px),radial-gradient(circle at 75% 25%,rgba(156,39,176,.25) 1px,transparent 1px),radial-gradient(circle at 55% 65%,rgba(173,20,87,.2) 1px,transparent 1px),radial-gradient(circle at 35% 75%,rgba(233,30,99,.3) 1px,transparent 1px),radial-gradient(circle at 85% 55%,rgba(156,39,176,.25) 1px,transparent 1px);background-size:100px 100px,140px 140px,120px 120px,160px 160px,110px 110px;z-index:1;animation:unity-sparkle 28s ease-in-out infinite}.k1-love-hologram{position:fixed;top:20%;right:12%;width:300px;height:300px;background:radial-gradient(circle at center,rgba(233,30,99,.08) 0%,rgba(156,39,176,.05) 40%,transparent 70%);opacity:.15;transform:rotate(15deg);filter:drop-shadow(0 0 30px rgba(233,30,99,.3));z-index:1;pointer-events:none;animation:love-float 35s ease-in-out infinite}.k1-section{position:relative;z-index:10;padding:4rem 2rem;min-height:100vh;display:flex;align-items:flex-start;justify-content:center;width:100%;max-width:1400px}.k1-section:first-child{padding-top:6rem}.k1-section-container{max-width:1200px;width:100%;margin:0 auto}.k1-section-header{text-align:center;margin-bottom:3rem}.k1-section-main-title{font-size:clamp(2.5rem,6vw,4rem);font-weight:700;line-height:1.2;margin-bottom:1rem;color:#fffffff2;text-shadow:0 2px 4px rgba(0,0,0,.3)}.k1-section-main-subtitle{font-size:clamp(1.125rem,2.5vw,1.5rem);color:#fffc;margin-bottom:2rem;max-width:800px;margin-left:auto;margin-right:auto;line-height:1.4}.k1-content-card{background:#ffffff14;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border:1px solid rgba(255,255,255,.15);border-radius:20px;padding:2.5rem;margin:2rem 0;transition:all .4s ease;box-shadow:0 8px 32px #0003}.k1-content-card:hover{transform:translateY(-5px);background:#ffffff1f;border:1px solid rgba(255,255,255,.25);box-shadow:0 16px 48px #0000004d}.k1-section-title{font-size:2rem;font-weight:600;color:#fffffff2;margin-bottom:1.5rem;display:flex;align-items:center;gap:.75rem}.k1-section-icon{font-size:1.5rem;color:#e91e63}.k1-section-content{color:#ffffffd9;line-height:1.6;font-size:1.1rem}.k1-section-content p{margin-bottom:1rem}.k1-section-content ul,.k1-section-content ol{margin:1rem 0;padding-left:1.5rem}.k1-section-content li{margin-bottom:.5rem}.k1-section-content strong{color:#fffffff2;font-weight:600}.k1-grid-2{display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:2rem}.k1-grid-3{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.k1-highlight-box{background:#e91e631a;border:1px solid rgba(233,30,99,.3);border-radius:12px;padding:1.5rem;margin:1.5rem 0}.k1-highlight-box.warning{background:#ff98001a;border-color:#ff98004d}.k1-highlight-box.success{background:#4caf501a;border-color:#4caf504d}.k1-highlight-box.danger{background:#f443361a;border-color:#f443364d}.k1-highlight-title{font-weight:600;font-size:1.1rem;margin-bottom:.75rem;display:flex;align-items:center;gap:.5rem}.k1-steps-container{position:relative;margin:2rem 0}.k1-step{display:flex;align-items:flex-start;margin-bottom:2rem;position:relative}.k1-step-number{background:linear-gradient(135deg,#e91e63,#ad1457);color:#fff;width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.1rem;margin-right:1.5rem;flex-shrink:0;position:relative;z-index:2}.k1-step-content{flex:1;padding-top:.5rem}.k1-step-title{font-size:1.25rem;font-weight:600;color:#fffffff2;margin-bottom:.5rem}.k1-step-description{color:#fffc;line-height:1.5}.k1-step:not(:last-child):after{content:"";position:absolute;left:19px;top:40px;bottom:-2rem;width:2px;background:linear-gradient(180deg,#e91e63,#e91e634d);z-index:1}.k1-table{width:100%;border-collapse:collapse;margin:1.5rem 0;background:#ffffff0d;border-radius:12px;overflow:hidden}.k1-table th{background:#e91e6333;color:#fffffff2;padding:1rem;text-align:left;font-weight:600;border-bottom:1px solid rgba(255,255,255,.1)}.k1-table td{padding:1rem;border-bottom:1px solid rgba(255,255,255,.1);color:#ffffffd9}.k1-table tr:hover{background:#ffffff0d}.k1-button{background:linear-gradient(135deg,#e91e63,#ad1457);color:#fff;border:none;padding:.75rem 1.5rem;border-radius:50px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;text-decoration:none;display:inline-block;text-align:center}.k1-button:hover{transform:translateY(-2px);box-shadow:0 8px 25px #e91e6366}.k1-button.secondary{background:linear-gradient(135deg,#64748b,#475569)}.k1-button.secondary:hover{box-shadow:0 8px 25px #64748b66}.k1-quick-links{background:linear-gradient(135deg,#9c27b0,#6a1b9a);border-radius:16px;padding:2rem;margin:2rem 0;text-align:center}.k1-quick-links-title{font-size:1.5rem;font-weight:700;margin-bottom:1rem;color:#fff}.k1-quick-links-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;margin-top:1.5rem}.k1-quick-link{background:#ffffff1a;border:1px solid rgba(255,255,255,.2);border-radius:12px;padding:1rem;text-decoration:none;color:#fff;transition:all .3s ease;display:block;cursor:pointer}.k1-quick-link:hover{background:#fff3;transform:translateY(-2px)}@media (max-width: 1024px){.k1-main-content-full{margin-right:320px;width:calc(100vw - 320px)}.k1-section{max-width:1200px}.k1-heart-pattern,.k1-unity-bg{left:0}}@media (max-width: 768px){.k1-main-content-full{margin-right:0;width:100vw}.k1-checklist-sidebar{display:none}.k1-heart-pattern,.k1-unity-bg{left:0}.k1-section{padding:2rem 1rem;max-width:100%}.k1-section-container{max-width:100%;padding:0 .5rem}.k1-content-card{padding:1.5rem;margin:1rem 0}.k1-grid-2,.k1-grid-3{grid-template-columns:1fr}}@media (max-width: 480px){.k1-main-content-full{margin-right:0;width:100vw}.k1-checklist-sidebar{display:none}.k1-heart-pattern,.k1-unity-bg{left:0}.k1-section{padding:1.5rem .5rem;max-width:100%}.k1-section-container{max-width:100%;padding:0 .25rem}.k1-content-card{padding:1rem}}@media (max-width: 1400px){.k1-checklist-sidebar{width:300px;right:15px}.k1-main-content{margin-right:335px;width:calc(100vw - 685px)}.k1-main-content.nav-collapsed{width:calc(100vw - 335px)}}@media (max-width: 1200px){.k1-checklist-sidebar{width:280px;right:10px;top:160px;height:calc(100vh - 180px)}.k1-main-content{margin-right:310px;width:calc(100vw - 660px)}.k1-main-content.nav-collapsed{width:calc(100vw - 310px)}}@keyframes heart-movement{0%,to{transform:translate(0) translateY(0)}25%{transform:translate(10px) translateY(-5px)}50%{transform:translate(18px) translateY(0)}75%{transform:translate(10px) translateY(5px)}}@keyframes love-float{0%,to{transform:rotate(15deg) scale(1) translateY(0)}25%{transform:rotate(12deg) scale(1.05) translateY(-12px)}50%{transform:rotate(18deg) scale(1.12) translateY(0)}75%{transform:rotate(14deg) scale(1.05) translateY(8px)}}.k2-page-container{font-family:Inter,sans-serif;background:transparent;color:#fff;min-height:100vh;position:relative;overflow-x:hidden;margin:0;padding:0;display:flex}.k2-checklist-sidebar{position:fixed;right:20px;top:160px;width:360px;height:calc(100vh - 180px);background:#ffffff1f;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.2);border-radius:16px;z-index:1000;overflow-y:auto;padding:0;display:flex;flex-direction:column;box-shadow:0 20px 40px #00000026,0 10px 20px #0000001a,0 5px 10px #0000000d;scrollbar-width:none;-ms-overflow-style:none;overscroll-behavior:contain}.k2-checklist-sidebar::-webkit-scrollbar{display:none;width:0;height:0}.k2-checklist-sidebar::-webkit-scrollbar-track{display:none}.k2-checklist-sidebar::-webkit-scrollbar-thumb{display:none}.k2-checklist-header{position:sticky;top:0;z-index:1001;border-radius:16px 16px 0 0;padding:1.5rem;color:#fff;border-bottom:1px solid rgba(255,255,255,.2);box-shadow:0 2px 8px #0000001a}.k2-checklist-header.checklist-theme{background:linear-gradient(135deg,#2196f3,#1565c0)}.k2-checklist-header.portal-theme{background:linear-gradient(135deg,#00bcd4,#00838f)}.k2-tab-header{position:relative;display:flex;align-items:flex-start;justify-content:space-between;width:100%}.k2-tab-content{flex:1;text-align:center}.k2-tab-title{font-size:1.4rem;font-weight:700;margin:0 0 .5rem;line-height:1.2;display:flex;align-items:center;justify-content:center;gap:.5rem;color:#fff}.k2-tab-title-icon{font-size:1.4rem;line-height:1}.k2-tab-subtitle{font-size:.9rem;margin:0;opacity:.9;font-weight:400;color:#fff;line-height:1.3}.k2-tab-toggle{width:40px;height:40px;border-radius:8px;border:2px solid transparent;cursor:pointer;transition:all .3s ease;font-size:1.2rem;display:flex;align-items:center;justify-content:center;line-height:1;color:#fff;font-weight:600;flex-shrink:0;margin-top:7px}.k2-tab-toggle.to-portal{background:#00bcd4e6;border-color:#00bcd4}.k2-tab-toggle.to-checklist{background:#2196f3e6;border-color:#2196f3}.k2-tab-toggle:hover{transform:scale(1.05);box-shadow:0 4px 12px #0003}.k2-tab-toggle.to-portal:hover{background:#00bcd4}.k2-tab-toggle.to-checklist:hover{background:#2196f3}.k2-checklist-content{flex:1;padding:0}.k2-checklist-section{border-bottom:1px solid rgba(255,255,255,.1);margin-bottom:0}.k2-checklist-section-header{background:#00bcd4;color:#fff;padding:1rem 1.5rem;border-bottom:1px solid rgba(255,255,255,.15)}.k2-checklist-section-title{font-size:.95rem;font-weight:600;margin:0 0 .5rem;color:#fff;line-height:1.3;text-shadow:none}.k2-checklist-progress{display:flex;align-items:center;gap:.75rem}.k2-checklist-progress-text{font-size:.8rem;font-weight:500;color:#fffc;min-width:40px}.k2-checklist-progress-bar{flex:1;height:6px;background:#fff3;border-radius:3px;overflow:hidden}.k2-checklist-progress-fill{height:100%;background:linear-gradient(90deg,#2196f3,#1565c0);border-radius:3px;transition:width .3s ease}.k2-checklist-subsection{margin-bottom:1rem}.k2-checklist-subsection-title{font-size:.85rem;font-weight:600;color:#2196f3;margin:0 0 .5rem;padding:.5rem 1.5rem 0;text-transform:uppercase;letter-spacing:.5px}.k2-checklist-items{padding:0}.k2-checklist-item{border-bottom:1px solid rgba(255,255,255,.05);will-change:background-color}.k2-checklist-item:hover{background:#ffffff08}.k2-checklist-label{display:flex;align-items:flex-start;padding:.75rem 1.5rem;cursor:pointer;gap:.75rem;font-size:.85rem;line-height:1.4;color:#ffffffe6;will-change:color}.k2-checklist-label:hover{color:#fff}.k2-checklist-checkbox{display:none}.k2-checklist-checkmark{width:18px;height:18px;border:2px solid rgba(255,255,255,.3);border-radius:4px;position:relative;flex-shrink:0;background:transparent;margin-top:1px;will-change:background,border-color,transform}.k2-checklist-checkbox:checked+.k2-checklist-checkmark{background:linear-gradient(135deg,#2196f3,#1565c0);border-color:#2196f3;transform:scale(1.05)}.k2-checklist-checkbox:checked+.k2-checklist-checkmark:after{content:"✓";position:absolute;top:-1px;left:2px;color:#fff;font-size:12px;font-weight:700}.k2-checklist-checkbox:checked+.k2-checklist-checkmark+.k2-checklist-text{color:#2196f3;text-decoration:line-through;opacity:.8}.k2-checklist-text{flex:1;will-change:color,text-decoration,opacity}.k2-checklist-emoji-button{font-size:1rem;margin-left:auto;opacity:.8;flex-shrink:0;background:none;border:none;cursor:pointer;padding:2px 4px;border-radius:4px;transition:all .2s ease;position:relative}.k2-checklist-emoji-button:hover{opacity:1;background:#ffffff1a;transform:scale(1.1)}.k2-checklist-emoji-button:active{transform:scale(.95)}.k2-checklist-text-input{margin:.5rem 2.25rem 0;padding-bottom:.5rem}.k2-checklist-textarea{width:100%;background:#ffffff08;border:1px solid rgba(255,255,255,.15);border-radius:6px;color:#ffffffb3;padding:.75rem;font-size:.85rem;font-family:inherit;min-height:60px;text-align:left;cursor:default;box-sizing:border-box;line-height:1.5;word-wrap:break-word;overflow-wrap:break-word;-webkit-hyphens:auto;hyphens:auto;white-space:pre-line}.k2-checklist-link{color:#ce93d8;text-decoration:underline;transition:color .2s ease;word-break:break-all;font-weight:500}.k2-checklist-link:hover{color:#e1bee7;text-decoration:underline}.k2-info-indicator{position:absolute;top:-2px;right:-2px;font-size:8px;color:#ce93d8;opacity:.8;pointer-events:none}.k2-checklist-footer{background:#00bcd4;padding:1rem 1.5rem;border-top:1px solid rgba(255,255,255,.1);border-radius:0 0 16px 16px}.k2-checklist-save-note{display:flex;align-items:center;gap:.5rem;font-size:.8rem;color:#ffffffe6;justify-content:center}.k2-checklist-save-note i{font-size:.75rem;opacity:1}.k2-portal-nav-content{padding:0}.k2-portal-nav-section{border-bottom:1px solid rgba(255,255,255,.1)}.k2-portal-nav-item{display:flex;align-items:center;padding:1rem 1.5rem;text-decoration:none;color:#ffffffe6;transition:all .3s ease;border-bottom:1px solid rgba(255,255,255,.1);position:relative;cursor:pointer}.k2-portal-nav-item:hover{background:#ffffff1a;color:#fff}.k2-portal-nav-item.active{background:#00bcd44d;border-left:4px solid #00838f;color:#fff}.k2-portal-nav-icon{font-size:1.1rem;margin-right:1rem;width:18px;text-align:center;flex-shrink:0}.k2-portal-nav-text{flex:1;font-weight:500;font-size:.9rem;line-height:1.3}.k2-portal-nav-subitems{background:#0003;border-left:2px solid rgba(0,188,212,.3);margin-left:1rem}.k2-portal-nav-subitem{display:flex;align-items:center;padding:.5rem 1rem .5rem 1.5rem;color:#fffc;transition:all .3s ease;cursor:pointer;border-bottom:1px solid rgba(255,255,255,.05)}.k2-portal-nav-subitem:hover{background:#ffffff14;color:#fffffff2}.k2-portal-nav-subitem.active{background:#00bcd433;color:#fff;border-left:2px solid #00838f}.k2-portal-nav-subtext{font-size:.8rem;font-weight:400;line-height:1.2}.k2-main-content{margin-left:350px;margin-right:400px;width:calc(100vw - 750px);min-height:100vh;position:relative;display:flex;flex-direction:column;align-items:center;transition:margin-left .3s ease,width .3s ease}.k2-main-content.nav-collapsed{margin-left:0;width:calc(100vw - 400px)}.k2-main-content-full{margin-left:0;margin-right:400px;width:calc(100vw - 400px);min-height:100vh;position:relative;display:flex;flex-direction:column;align-items:center}.k2-family-pattern{position:fixed;top:0;left:0;right:0;bottom:0;background:repeating-linear-gradient(-45deg,#2196f305,#2196f305 12px,#ffffff04 12px,#ffffff04 24px,#00bcd405 24px,#00bcd405 36px);z-index:1;animation:family-movement 40s ease-in-out infinite}.k2-unity-bg{position:fixed;top:0;left:0;right:0;bottom:0;background-image:radial-gradient(circle at 25% 35%,rgba(33,150,243,.3) 1px,transparent 1px),radial-gradient(circle at 75% 25%,rgba(0,188,212,.25) 1px,transparent 1px),radial-gradient(circle at 55% 65%,rgba(21,101,192,.2) 1px,transparent 1px),radial-gradient(circle at 35% 75%,rgba(33,150,243,.3) 1px,transparent 1px),radial-gradient(circle at 85% 55%,rgba(0,188,212,.25) 1px,transparent 1px);background-size:100px 100px,140px 140px,120px 120px,160px 160px,110px 110px;z-index:1;animation:unity-sparkle 28s ease-in-out infinite}.k2-children-hologram{position:fixed;top:20%;right:12%;width:300px;height:300px;background:radial-gradient(circle at center,rgba(33,150,243,.08) 0%,rgba(0,188,212,.05) 40%,transparent 70%);opacity:.15;transform:rotate(15deg);filter:drop-shadow(0 0 30px rgba(33,150,243,.3));z-index:1;pointer-events:none;animation:children-float 35s ease-in-out infinite}.k2-section{position:relative;z-index:10;padding:4rem 2rem;min-height:100vh;display:flex;align-items:flex-start;justify-content:center;width:100%;max-width:1400px}.k2-section:first-child{padding-top:6rem}.k2-section-container{max-width:1200px;width:100%;margin:0 auto}.k2-section-header{text-align:center;margin-bottom:3rem}.k2-section-main-title{font-size:clamp(2.5rem,6vw,4rem);font-weight:700;line-height:1.2;margin-bottom:1rem;color:#fffffff2;text-shadow:0 2px 4px rgba(0,0,0,.3)}.k2-section-main-subtitle{font-size:clamp(1.125rem,2.5vw,1.5rem);color:#fffc;margin-bottom:2rem;max-width:800px;margin-left:auto;margin-right:auto;line-height:1.4}.k2-content-card{background:#ffffff14;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border:1px solid rgba(255,255,255,.15);border-radius:20px;padding:2.5rem;margin:2rem 0;transition:all .4s ease;box-shadow:0 8px 32px #0003}.k2-content-card:hover{transform:translateY(-5px);background:#ffffff1f;border:1px solid rgba(255,255,255,.25);box-shadow:0 16px 48px #0000004d}.k2-section-title{font-size:2rem;font-weight:600;color:#fffffff2;margin-bottom:1.5rem;display:flex;align-items:center;gap:.75rem}.k2-section-icon{font-size:1.5rem;color:#2196f3}.k2-section-content{color:#ffffffd9;line-height:1.6;font-size:1.1rem}.k2-section-content p{margin-bottom:1rem}.k2-section-content ul,.k2-section-content ol{margin:1rem 0;padding-left:1.5rem}.k2-section-content li{margin-bottom:.5rem}.k2-section-content strong{color:#fffffff2;font-weight:600}.k2-grid-2{display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:2rem}.k2-grid-3{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.k2-highlight-box{background:#2196f31a;border:1px solid rgba(33,150,243,.3);border-radius:12px;padding:1.5rem;margin:1.5rem 0}.k2-highlight-box.warning{background:#ff98001a;border-color:#ff98004d}.k2-highlight-box.success{background:#4caf501a;border-color:#4caf504d}.k2-highlight-box.danger{background:#f443361a;border-color:#f443364d}.k2-highlight-title{font-weight:600;font-size:1.1rem;margin-bottom:.75rem;display:flex;align-items:center;gap:.5rem}.k2-steps-container{position:relative;margin:2rem 0}.k2-step{display:flex;align-items:flex-start;margin-bottom:2rem;position:relative}.k2-step-number{background:linear-gradient(135deg,#2196f3,#1565c0);color:#fff;width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.1rem;margin-right:1.5rem;flex-shrink:0;position:relative;z-index:2}.k2-step-content{flex:1;padding-top:.5rem}.k2-step-title{font-size:1.25rem;font-weight:600;color:#fffffff2;margin-bottom:.5rem}.k2-step-description{color:#fffc;line-height:1.5}.k2-step:not(:last-child):after{content:"";position:absolute;left:19px;top:40px;bottom:-2rem;width:2px;background:linear-gradient(180deg,#2196f3,#2196f34d);z-index:1}.k2-table{width:100%;border-collapse:collapse;margin:1.5rem 0;background:#ffffff0d;border-radius:12px;overflow:hidden}.k2-table th{background:#2196f333;color:#fffffff2;padding:1rem;text-align:left;font-weight:600;border-bottom:1px solid rgba(255,255,255,.1)}.k2-table td{padding:1rem;border-bottom:1px solid rgba(255,255,255,.1);color:#ffffffd9}.k2-table tr:hover{background:#ffffff0d}.k2-button{background:linear-gradient(135deg,#2196f3,#1565c0);color:#fff;border:none;padding:.75rem 1.5rem;border-radius:50px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;text-decoration:none;display:inline-block;text-align:center}.k2-button:hover{transform:translateY(-2px);box-shadow:0 8px 25px #2196f366}.k2-button.secondary{background:linear-gradient(135deg,#64748b,#475569)}.k2-button.secondary:hover{box-shadow:0 8px 25px #64748b66}.k2-quick-links{background:linear-gradient(135deg,#00bcd4,#00838f);border-radius:16px;padding:2rem;margin:2rem 0;text-align:center}.k2-quick-links-title{font-size:1.5rem;font-weight:700;margin-bottom:1rem;color:#fff}.k2-quick-links-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;margin-top:1.5rem}.k2-quick-link{background:#ffffff1a;border:1px solid rgba(255,255,255,.2);border-radius:12px;padding:1rem;text-decoration:none;color:#fff;transition:all .3s ease;display:block;cursor:pointer}.k2-quick-link:hover{background:#fff3;transform:translateY(-2px)}@media (max-width: 1024px){.k2-main-content-full{margin-right:320px;width:calc(100vw - 320px)}.k2-section{max-width:1200px}.k2-family-pattern,.k2-unity-bg{left:0}}@media (max-width: 768px){.k2-main-content-full{margin-right:0;width:100vw}.k2-checklist-sidebar{display:none}.k2-family-pattern,.k2-unity-bg{left:0}.k2-section{padding:2rem 1rem;max-width:100%}.k2-section-container{max-width:100%;padding:0 .5rem}.k2-content-card{padding:1.5rem;margin:1rem 0}.k2-grid-2,.k2-grid-3{grid-template-columns:1fr}}@media (max-width: 480px){.k2-main-content-full{margin-right:0;width:100vw}.k2-checklist-sidebar{display:none}.k2-family-pattern,.k2-unity-bg{left:0}.k2-section{padding:1.5rem .5rem;max-width:100%}.k2-section-container{max-width:100%;padding:0 .25rem}.k2-content-card{padding:1rem}}@media (max-width: 1400px){.k2-checklist-sidebar{width:300px;right:15px}.k2-main-content{margin-right:335px;width:calc(100vw - 685px)}.k2-main-content.nav-collapsed{width:calc(100vw - 335px)}}@media (max-width: 1200px){.k2-checklist-sidebar{width:280px;right:10px;top:160px;height:calc(100vh - 180px)}.k2-main-content{margin-right:310px;width:calc(100vw - 660px)}.k2-main-content.nav-collapsed{width:calc(100vw - 310px)}}.k3-page-container{font-family:Inter,sans-serif;background:transparent;color:#fff;min-height:100vh;position:relative;overflow-x:hidden;margin:0;padding:0;display:flex}.k3-checklist-sidebar{position:fixed;right:20px;top:160px;width:360px;height:calc(100vh - 180px);background:#ffffff1f;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.2);border-radius:16px;z-index:1000;overflow-y:auto;padding:0;display:flex;flex-direction:column;box-shadow:0 20px 40px #00000026,0 10px 20px #0000001a,0 5px 10px #0000000d;scrollbar-width:none;-ms-overflow-style:none;overscroll-behavior:contain}.k3-checklist-sidebar::-webkit-scrollbar{display:none;width:0;height:0}.k3-checklist-sidebar::-webkit-scrollbar-track{display:none}.k3-checklist-sidebar::-webkit-scrollbar-thumb{display:none}.k3-checklist-header{position:sticky;top:0;z-index:1001;border-radius:16px 16px 0 0;padding:1.5rem;color:#fff;border-bottom:1px solid rgba(255,255,255,.2);box-shadow:0 2px 8px #0000001a}.k3-checklist-header.checklist-theme{background:linear-gradient(135deg,#e91e63,#ad1457)}.k3-checklist-header.portal-theme{background:linear-gradient(135deg,#ff9800,#f57c00)}.k3-tab-header{position:relative;display:flex;align-items:flex-start;justify-content:space-between;width:100%}.k3-tab-content{flex:1;text-align:center}.k3-tab-title{font-size:1.4rem;font-weight:700;margin:0 0 .5rem;line-height:1.2;display:flex;align-items:center;justify-content:center;gap:.5rem;color:#fff}.k3-tab-title-icon{font-size:1.4rem;line-height:1}.k3-tab-subtitle{font-size:.9rem;margin:0;opacity:.9;font-weight:400;color:#fff;line-height:1.3}.k3-tab-toggle{width:40px;height:40px;border-radius:8px;border:2px solid transparent;cursor:pointer;transition:all .3s ease;font-size:1.2rem;display:flex;align-items:center;justify-content:center;line-height:1;color:#fff;font-weight:600;flex-shrink:0;margin-top:7px}.k3-tab-toggle.to-portal{background:#ff9800e6;border-color:#ff9800}.k3-tab-toggle.to-checklist{background:#e91e63e6;border-color:#e91e63}.k3-tab-toggle:hover{transform:scale(1.05);box-shadow:0 4px 12px #0003}.k3-tab-toggle.to-portal:hover{background:#ff9800}.k3-tab-toggle.to-checklist:hover{background:#e91e63}.k3-checklist-content{flex:1;padding:0}.k3-checklist-section{border-bottom:1px solid rgba(255,255,255,.1);margin-bottom:0}.k3-checklist-section-header{background:#ff9800;color:#fff;padding:1rem 1.5rem;border-bottom:1px solid rgba(255,255,255,.15)}.k3-checklist-section-title{font-size:.95rem;font-weight:600;margin:0 0 .5rem;color:#fff;line-height:1.3;text-shadow:none}.k3-checklist-progress{display:flex;align-items:center;gap:.75rem}.k3-checklist-progress-text{font-size:.8rem;font-weight:500;color:#fffc;min-width:40px}.k3-checklist-progress-bar{flex:1;height:6px;background:#fff3;border-radius:3px;overflow:hidden}.k3-checklist-progress-fill{height:100%;background:linear-gradient(90deg,#e91e63,#ad1457);border-radius:3px;transition:width .3s ease}.k3-checklist-subsection{margin-bottom:1rem}.k3-checklist-subsection-title{font-size:.85rem;font-weight:600;color:#e91e63;margin:0 0 .5rem;padding:.5rem 1.5rem 0;text-transform:uppercase;letter-spacing:.5px}.k3-checklist-items{padding:0}.k3-checklist-item{border-bottom:1px solid rgba(255,255,255,.05);will-change:background-color}.k3-checklist-item:hover{background:#ffffff08}.k3-checklist-label{display:flex;align-items:flex-start;padding:.75rem 1.5rem;cursor:pointer;gap:.75rem;font-size:.85rem;line-height:1.4;color:#ffffffe6;will-change:color}.k3-checklist-label:hover{color:#fff}.k3-checklist-checkbox{display:none}.k3-checklist-checkmark{width:18px;height:18px;border:2px solid rgba(255,255,255,.3);border-radius:4px;position:relative;flex-shrink:0;background:transparent;margin-top:1px;will-change:background,border-color,transform}.k3-checklist-checkbox:checked+.k3-checklist-checkmark{background:linear-gradient(135deg,#e91e63,#ad1457);border-color:#e91e63;transform:scale(1.05)}.k3-checklist-checkbox:checked+.k3-checklist-checkmark:after{content:"✓";position:absolute;top:-1px;left:2px;color:#fff;font-size:12px;font-weight:700}.k3-checklist-checkbox:checked+.k3-checklist-checkmark+.k3-checklist-text{color:#e91e63;text-decoration:line-through;opacity:.8}.k3-checklist-text{flex:1;will-change:color,text-decoration,opacity}.k3-checklist-emoji-button{font-size:1rem;margin-left:auto;opacity:.8;flex-shrink:0;background:none;border:none;cursor:pointer;padding:2px 4px;border-radius:4px;transition:all .2s ease;position:relative}.k3-checklist-emoji-button:hover{opacity:1;background:#ffffff1a;transform:scale(1.1)}.k3-checklist-emoji-button:active{transform:scale(.95)}.k3-checklist-text-input{margin:.5rem 2.25rem 0;padding-bottom:.5rem}.k3-checklist-textarea{width:100%;background:#ffffff08;border:1px solid rgba(255,255,255,.15);border-radius:6px;color:#ffffffb3;padding:.75rem;font-size:.85rem;font-family:inherit;min-height:60px;text-align:left;cursor:default;box-sizing:border-box;line-height:1.5;word-wrap:break-word;overflow-wrap:break-word;-webkit-hyphens:auto;hyphens:auto;white-space:pre-line}.k3-checklist-link{color:#ce93d8;text-decoration:underline;transition:color .2s ease;word-break:break-all;font-weight:500}.k3-checklist-link:hover{color:#e1bee7;text-decoration:underline}.k3-info-indicator{position:absolute;top:-2px;right:-2px;font-size:8px;color:#ce93d8;opacity:.8;pointer-events:none}.k3-checklist-footer{background:#ff9800;padding:1rem 1.5rem;border-top:1px solid rgba(255,255,255,.1);border-radius:0 0 16px 16px}.k3-checklist-save-note{display:flex;align-items:center;gap:.5rem;font-size:.8rem;color:#ffffffe6;justify-content:center}.k3-checklist-save-note i{font-size:.75rem;opacity:1}.k3-portal-nav-content{padding:0}.k3-portal-nav-section{border-bottom:1px solid rgba(255,255,255,.1)}.k3-portal-nav-item{display:flex;align-items:center;padding:1rem 1.5rem;text-decoration:none;color:#ffffffe6;transition:all .3s ease;border-bottom:1px solid rgba(255,255,255,.1);position:relative;cursor:pointer}.k3-portal-nav-item:hover{background:#ffffff1a;color:#fff}.k3-portal-nav-item.active{background:#ff98004d;border-left:4px solid #f57c00;color:#fff}.k3-portal-nav-icon{font-size:1.1rem;margin-right:1rem;width:18px;text-align:center;flex-shrink:0}.k3-portal-nav-text{flex:1;font-weight:500;font-size:.9rem;line-height:1.3}.k3-portal-nav-subitems{background:#0003;border-left:2px solid rgba(255,152,0,.3);margin-left:1rem}.k3-portal-nav-subitem{display:flex;align-items:center;padding:.5rem 1rem .5rem 1.5rem;color:#fffc;transition:all .3s ease;cursor:pointer;border-bottom:1px solid rgba(255,255,255,.05)}.k3-portal-nav-subitem:hover{background:#ffffff14;color:#fffffff2}.k3-portal-nav-subitem.active{background:#ff980033;color:#fff;border-left:2px solid #f57c00}.k3-portal-nav-subtext{font-size:.8rem;font-weight:400;line-height:1.2}.k3-main-content{margin-left:350px;margin-right:400px;width:calc(100vw - 750px);min-height:100vh;position:relative;display:flex;flex-direction:column;align-items:center;transition:margin-left .3s ease,width .3s ease}.k3-main-content.nav-collapsed{margin-left:0;width:calc(100vw - 400px)}.k3-main-content-full{margin-left:0;margin-right:400px;width:calc(100vw - 400px);min-height:100vh;position:relative;display:flex;flex-direction:column;align-items:center}.k3-reunion-pattern{position:fixed;top:0;left:0;right:0;bottom:0;background:repeating-linear-gradient(-45deg,#e91e6305,#e91e6305 12px,#ffffff04 12px,#ffffff04 24px,#ff980005 24px,#ff980005 36px);z-index:1;animation:reunion-movement 40s ease-in-out infinite}.k3-hearts-bg{position:fixed;top:0;left:0;right:0;bottom:0;background-image:radial-gradient(circle at 25% 35%,rgba(233,30,99,.3) 1px,transparent 1px),radial-gradient(circle at 75% 25%,rgba(255,152,0,.25) 1px,transparent 1px),radial-gradient(circle at 55% 65%,rgba(173,20,87,.2) 1px,transparent 1px),radial-gradient(circle at 35% 75%,rgba(233,30,99,.3) 1px,transparent 1px),radial-gradient(circle at 85% 55%,rgba(255,152,0,.25) 1px,transparent 1px);background-size:100px 100px,140px 140px,120px 120px,160px 160px,110px 110px;z-index:1;animation:hearts-sparkle 28s ease-in-out infinite}.k3-spouse-hologram{position:fixed;top:20%;right:12%;width:300px;height:300px;background:radial-gradient(circle at center,rgba(233,30,99,.08) 0%,rgba(255,152,0,.05) 40%,transparent 70%);opacity:.15;transform:rotate(15deg);filter:drop-shadow(0 0 30px rgba(233,30,99,.3));z-index:1;pointer-events:none;animation:spouse-float 35s ease-in-out infinite}.k3-section{position:relative;z-index:10;padding:4rem 2rem;min-height:100vh;display:flex;align-items:flex-start;justify-content:center;width:100%;max-width:1400px}.k3-section:first-child{padding-top:6rem}.k3-section-container{max-width:1200px;width:100%;margin:0 auto}.k3-section-header{text-align:center;margin-bottom:3rem}.k3-section-main-title{font-size:clamp(2.5rem,6vw,4rem);font-weight:700;line-height:1.2;margin-bottom:1rem;color:#fffffff2;text-shadow:0 2px 4px rgba(0,0,0,.3)}.k3-section-main-subtitle{font-size:clamp(1.125rem,2.5vw,1.5rem);color:#fffc;margin-bottom:2rem;max-width:800px;margin-left:auto;margin-right:auto;line-height:1.4}.k3-content-card{background:#ffffff14;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border:1px solid rgba(255,255,255,.15);border-radius:20px;padding:2.5rem;margin:2rem 0;transition:all .4s ease;box-shadow:0 8px 32px #0003}.k3-content-card:hover{transform:translateY(-5px);background:#ffffff1f;border:1px solid rgba(255,255,255,.25);box-shadow:0 16px 48px #0000004d}.k3-section-title{font-size:2rem;font-weight:600;color:#fffffff2;margin-bottom:1.5rem;display:flex;align-items:center;gap:.75rem}.k3-section-icon{font-size:1.5rem;color:#e91e63}.k3-section-content{color:#ffffffd9;line-height:1.6;font-size:1.1rem}.k3-section-content p{margin-bottom:1rem}.k3-section-content ul,.k3-section-content ol{margin:1rem 0;padding-left:1.5rem}.k3-section-content li{margin-bottom:.5rem}.k3-section-content strong{color:#fffffff2;font-weight:600}.k3-grid-2{display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:2rem}.k3-grid-3{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.k3-highlight-box{background:#e91e631a;border:1px solid rgba(233,30,99,.3);border-radius:12px;padding:1.5rem;margin:1.5rem 0}.k3-highlight-box.warning{background:#ff98001a;border-color:#ff98004d}.k3-highlight-box.success{background:#4caf501a;border-color:#4caf504d}.k3-highlight-box.danger{background:#f443361a;border-color:#f443364d}.k3-highlight-title{font-weight:600;font-size:1.1rem;margin-bottom:.75rem;display:flex;align-items:center;gap:.5rem}.k3-steps-container{position:relative;margin:2rem 0}.k3-step{display:flex;align-items:flex-start;margin-bottom:2rem;position:relative}.k3-step-number{background:linear-gradient(135deg,#e91e63,#ad1457);color:#fff;width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.1rem;margin-right:1.5rem;flex-shrink:0;position:relative;z-index:2}.k3-step-content{flex:1;padding-top:.5rem}.k3-step-title{font-size:1.25rem;font-weight:600;color:#fffffff2;margin-bottom:.5rem}.k3-step-description{color:#fffc;line-height:1.5}.k3-step:not(:last-child):after{content:"";position:absolute;left:19px;top:40px;bottom:-2rem;width:2px;background:linear-gradient(180deg,#e91e63,#e91e634d);z-index:1}.k3-table{width:100%;border-collapse:collapse;margin:1.5rem 0;background:#ffffff0d;border-radius:12px;overflow:hidden}.k3-table th{background:#e91e6333;color:#fffffff2;padding:1rem;text-align:left;font-weight:600;border-bottom:1px solid rgba(255,255,255,.1)}.k3-table td{padding:1rem;border-bottom:1px solid rgba(255,255,255,.1);color:#ffffffd9}.k3-table tr:hover{background:#ffffff0d}.k3-button{background:linear-gradient(135deg,#e91e63,#ad1457);color:#fff;border:none;padding:.75rem 1.5rem;border-radius:50px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;text-decoration:none;display:inline-block;text-align:center}.k3-button:hover{transform:translateY(-2px);box-shadow:0 8px 25px #e91e6366}.k3-button.secondary{background:linear-gradient(135deg,#64748b,#475569)}.k3-button.secondary:hover{box-shadow:0 8px 25px #64748b66}.k3-quick-links{background:linear-gradient(135deg,#ff9800,#f57c00);border-radius:16px;padding:2rem;margin:2rem 0;text-align:center}.k3-quick-links-title{font-size:1.5rem;font-weight:700;margin-bottom:1rem;color:#fff}.k3-quick-links-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;margin-top:1.5rem}.k3-quick-link{background:#ffffff1a;border:1px solid rgba(255,255,255,.2);border-radius:12px;padding:1rem;text-decoration:none;color:#fff;transition:all .3s ease;display:block;cursor:pointer}.k3-quick-link:hover{background:#fff3;transform:translateY(-2px)}@media (max-width: 1024px){.k3-main-content-full{margin-right:320px;width:calc(100vw - 320px)}.k3-section{max-width:1200px}.k3-reunion-pattern,.k3-hearts-bg{left:0}}@media (max-width: 768px){.k3-main-content-full{margin-right:0;width:100vw}.k3-checklist-sidebar{display:none}.k3-reunion-pattern,.k3-hearts-bg{left:0}.k3-section{padding:2rem 1rem;max-width:100%}.k3-section-container{max-width:100%;padding:0 .5rem}.k3-content-card{padding:1.5rem;margin:1rem 0}.k3-grid-2,.k3-grid-3{grid-template-columns:1fr}}@media (max-width: 480px){.k3-main-content-full{margin-right:0;width:100vw}.k3-checklist-sidebar{display:none}.k3-reunion-pattern,.k3-hearts-bg{left:0}.k3-section{padding:1.5rem .5rem;max-width:100%}.k3-section-container{max-width:100%;padding:0 .25rem}.k3-content-card{padding:1rem}}@media (max-width: 1400px){.k3-checklist-sidebar{width:300px;right:15px}.k3-main-content{margin-right:335px;width:calc(100vw - 685px)}.k3-main-content.nav-collapsed{width:calc(100vw - 335px)}}@media (max-width: 1200px){.k3-checklist-sidebar{width:280px;right:10px;top:160px;height:calc(100vh - 180px)}.k3-main-content{margin-right:310px;width:calc(100vw - 660px)}.k3-main-content.nav-collapsed{width:calc(100vw - 310px)}}@keyframes reunion-movement{0%,to{transform:translate(0) translateY(0)}25%{transform:translate(10px) translateY(-5px)}50%{transform:translate(18px) translateY(0)}75%{transform:translate(10px) translateY(5px)}}@keyframes hearts-sparkle{0%,to{opacity:1}25%{opacity:.7}50%{opacity:.5}75%{opacity:.8}}@keyframes spouse-float{0%,to{transform:rotate(15deg) scale(1) translateY(0)}25%{transform:rotate(12deg) scale(1.05) translateY(-12px)}50%{transform:rotate(18deg) scale(1.12) translateY(0)}75%{transform:rotate(14deg) scale(1.05) translateY(8px)}}.k4-page-container{font-family:Inter,sans-serif;background:transparent;color:#fff;min-height:100vh;position:relative;overflow-x:hidden;margin:0;padding:0;display:flex}.k4-checklist-sidebar{position:fixed;right:20px;top:160px;width:360px;height:calc(100vh - 180px);background:#ffffff1f;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.2);border-radius:16px;z-index:1000;overflow-y:auto;padding:0;display:flex;flex-direction:column;box-shadow:0 20px 40px #00000026,0 10px 20px #0000001a,0 5px 10px #0000000d;scrollbar-width:none;-ms-overflow-style:none;overscroll-behavior:contain}.k4-checklist-sidebar::-webkit-scrollbar{display:none;width:0;height:0}.k4-checklist-sidebar::-webkit-scrollbar-track{display:none}.k4-checklist-sidebar::-webkit-scrollbar-thumb{display:none}.k4-checklist-header{position:sticky;top:0;z-index:1001;border-radius:16px 16px 0 0;padding:1.5rem;color:#fff;border-bottom:1px solid rgba(255,255,255,.2);box-shadow:0 2px 8px #0000001a}.k4-checklist-header.checklist-theme{background:linear-gradient(135deg,#1976d2,#42a5f5)}.k4-checklist-header.portal-theme{background:linear-gradient(135deg,#8e24aa,#ba68c8)}.k4-tab-header{position:relative;display:flex;align-items:flex-start;justify-content:space-between;width:100%}.k4-tab-content{flex:1;text-align:center}.k4-tab-title{font-size:1.4rem;font-weight:700;margin:0 0 .5rem;line-height:1.2;display:flex;align-items:center;justify-content:center;gap:.5rem;color:#fff}.k4-tab-title-icon{font-size:1.4rem;line-height:1}.k4-tab-subtitle{font-size:.9rem;margin:0;opacity:.9;font-weight:400;color:#fff;line-height:1.3}.k4-tab-toggle{width:40px;height:40px;border-radius:8px;border:2px solid transparent;cursor:pointer;transition:all .3s ease;font-size:1.2rem;display:flex;align-items:center;justify-content:center;line-height:1;color:#fff;font-weight:600;flex-shrink:0;margin-top:7px}.k4-tab-toggle.to-portal{background:#8e24aae6;border-color:#8e24aa}.k4-tab-toggle.to-checklist{background:#1976d2e6;border-color:#1976d2}.k4-tab-toggle:hover{transform:scale(1.05);box-shadow:0 4px 12px #0003}.k4-tab-toggle.to-portal:hover{background:#8e24aa}.k4-tab-toggle.to-checklist:hover{background:#1976d2}.k4-checklist-content{flex:1;padding:0}.k4-checklist-section{border-bottom:1px solid rgba(255,255,255,.1);margin-bottom:0}.k4-checklist-section-header{background:#8e24aa;color:#fff;padding:1rem 1.5rem;border-bottom:1px solid rgba(255,255,255,.15)}.k4-checklist-section-title{font-size:.95rem;font-weight:600;margin:0 0 .5rem;color:#fff;line-height:1.3;text-shadow:none}.k4-checklist-progress{display:flex;align-items:center;gap:.75rem}.k4-checklist-progress-text{font-size:.8rem;font-weight:500;color:#fffc;min-width:40px}.k4-checklist-progress-bar{flex:1;height:6px;background:#fff3;border-radius:3px;overflow:hidden}.k4-checklist-progress-fill{height:100%;background:linear-gradient(90deg,#42a5f5,#1976d2);border-radius:3px;transition:width .3s ease}.k4-checklist-subsection{margin-bottom:1rem}.k4-checklist-subsection-title{font-size:.85rem;font-weight:600;color:#42a5f5;margin:0 0 .5rem;padding:.5rem 1.5rem 0;text-transform:uppercase;letter-spacing:.5px}.k4-checklist-items{padding:0}.k4-checklist-item{border-bottom:1px solid rgba(255,255,255,.05);will-change:background-color}.k4-checklist-item:hover{background:#ffffff08}.k4-checklist-label{display:flex;align-items:flex-start;padding:.75rem 1.5rem;cursor:pointer;gap:.75rem;font-size:.85rem;line-height:1.4;color:#ffffffe6;will-change:color}.k4-checklist-label:hover{color:#fff}.k4-checklist-checkbox{display:none}.k4-checklist-checkmark{width:18px;height:18px;border:2px solid rgba(255,255,255,.3);border-radius:4px;position:relative;flex-shrink:0;background:transparent;margin-top:1px;will-change:background,border-color,transform}.k4-checklist-checkbox:checked+.k4-checklist-checkmark{background:linear-gradient(135deg,#42a5f5,#1976d2);border-color:#42a5f5;transform:scale(1.05)}.k4-checklist-checkbox:checked+.k4-checklist-checkmark:after{content:"✓";position:absolute;top:-1px;left:2px;color:#fff;font-size:12px;font-weight:700}.k4-checklist-checkbox:checked+.k4-checklist-checkmark+.k4-checklist-text{color:#42a5f5;text-decoration:line-through;opacity:.8}.k4-checklist-text{flex:1;will-change:color,text-decoration,opacity}.k4-checklist-emoji-button{font-size:1rem;margin-left:auto;opacity:.8;flex-shrink:0;background:none;border:none;cursor:pointer;padding:2px 4px;border-radius:4px;transition:all .2s ease;position:relative}.k4-checklist-emoji-button:hover{opacity:1;background:#ffffff1a;transform:scale(1.1)}.k4-checklist-emoji-button:active{transform:scale(.95)}.k4-checklist-text-input{margin:.5rem 2.25rem 0;padding-bottom:.5rem}.k4-checklist-textarea{width:100%;background:#ffffff08;border:1px solid rgba(255,255,255,.15);border-radius:6px;color:#ffffffb3;padding:.75rem;font-size:.85rem;font-family:inherit;min-height:60px;text-align:left;cursor:default;box-sizing:border-box;line-height:1.5;word-wrap:break-word;overflow-wrap:break-word;-webkit-hyphens:auto;hyphens:auto;white-space:pre-line}.k4-checklist-link{color:#ba68c8;text-decoration:underline;transition:color .2s ease;word-break:break-all;font-weight:500}.k4-checklist-link:hover{color:#ce93d8;text-decoration:underline}.k4-info-indicator{position:absolute;top:-2px;right:-2px;font-size:8px;color:#ba68c8;opacity:.8;pointer-events:none}.k4-checklist-footer{background:#8e24aa;padding:1rem 1.5rem;border-top:1px solid rgba(255,255,255,.1);border-radius:0 0 16px 16px}.k4-checklist-save-note{display:flex;align-items:center;gap:.5rem;font-size:.8rem;color:#ffffffe6;justify-content:center}.k4-checklist-save-note i{font-size:.75rem;opacity:1}.k4-portal-nav-content{padding:0}.k4-portal-nav-section{border-bottom:1px solid rgba(255,255,255,.1)}.k4-portal-nav-item{display:flex;align-items:center;padding:1rem 1.5rem;text-decoration:none;color:#ffffffe6;transition:all .3s ease;border-bottom:1px solid rgba(255,255,255,.1);position:relative;cursor:pointer}.k4-portal-nav-item:hover{background:#ffffff1a;color:#fff}.k4-portal-nav-item.active{background:#8e24aa4d;border-left:4px solid #ba68c8;color:#fff}.k4-portal-nav-icon{font-size:1.1rem;margin-right:1rem;width:18px;text-align:center;flex-shrink:0}.k4-portal-nav-text{flex:1;font-weight:500;font-size:.9rem;line-height:1.3}.k4-portal-nav-subitems{background:#0003;border-left:2px solid rgba(142,36,170,.3);margin-left:1rem}.k4-portal-nav-subitem{display:flex;align-items:center;padding:.5rem 1rem .5rem 1.5rem;color:#fffc;transition:all .3s ease;cursor:pointer;border-bottom:1px solid rgba(255,255,255,.05)}.k4-portal-nav-subitem:hover{background:#ffffff14;color:#fffffff2}.k4-portal-nav-subitem.active{background:#8e24aa33;color:#fff;border-left:2px solid #ba68c8}.k4-portal-nav-subtext{font-size:.8rem;font-weight:400;line-height:1.2}.k4-main-content{margin-left:350px;margin-right:400px;width:calc(100vw - 750px);min-height:100vh;position:relative;display:flex;flex-direction:column;align-items:center;transition:margin-left .3s ease,width .3s ease}.k4-main-content.nav-collapsed{margin-left:0;width:calc(100vw - 400px)}.k4-main-content-full{margin-left:0;margin-right:400px;width:calc(100vw - 400px);min-height:100vh;position:relative;display:flex;flex-direction:column;align-items:center}.k4-family-pattern{position:fixed;top:0;left:0;right:0;bottom:0;background:repeating-linear-gradient(-45deg,#1976d205,#1976d205 12px,#ffffff04 12px,#ffffff04 24px,#8e24aa05 24px,#8e24aa05 36px);z-index:1;animation:family-movement 40s ease-in-out infinite}.k4-unity-bg{position:fixed;top:0;left:0;right:0;bottom:0;background-image:radial-gradient(circle at 25% 35%,rgba(66,165,245,.3) 1px,transparent 1px),radial-gradient(circle at 75% 25%,rgba(142,36,170,.25) 1px,transparent 1px),radial-gradient(circle at 55% 65%,rgba(25,118,210,.2) 1px,transparent 1px),radial-gradient(circle at 35% 75%,rgba(66,165,245,.3) 1px,transparent 1px),radial-gradient(circle at 85% 55%,rgba(142,36,170,.25) 1px,transparent 1px);background-size:100px 100px,140px 140px,120px 120px,160px 160px,110px 110px;z-index:1;animation:unity-sparkle 28s ease-in-out infinite}.k4-children-hologram{position:fixed;top:20%;right:12%;width:300px;height:300px;background:radial-gradient(circle at center,rgba(66,165,245,.08) 0%,rgba(142,36,170,.05) 40%,transparent 70%);opacity:.15;transform:rotate(15deg);filter:drop-shadow(0 0 30px rgba(66,165,245,.3));z-index:1;pointer-events:none;animation:children-float 35s ease-in-out infinite}.k4-section{position:relative;z-index:10;padding:4rem 2rem;min-height:100vh;display:flex;align-items:flex-start;justify-content:center;width:100%;max-width:1400px}.k4-section:first-child{padding-top:6rem}.k4-section-container{max-width:1200px;width:100%;margin:0 auto}.k4-section-header{text-align:center;margin-bottom:3rem}.k4-section-main-title{font-size:clamp(2.5rem,6vw,4rem);font-weight:700;line-height:1.2;margin-bottom:1rem;color:#fffffff2;text-shadow:0 2px 4px rgba(0,0,0,.3)}.k4-section-main-subtitle{font-size:clamp(1.125rem,2.5vw,1.5rem);color:#fffc;margin-bottom:2rem;max-width:800px;margin-left:auto;margin-right:auto;line-height:1.4}.k4-content-card{background:#ffffff14;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border:1px solid rgba(255,255,255,.15);border-radius:20px;padding:2.5rem;margin:2rem 0;transition:all .4s ease;box-shadow:0 8px 32px #0003}.k4-content-card:hover{transform:translateY(-5px);background:#ffffff1f;border:1px solid rgba(255,255,255,.25);box-shadow:0 16px 48px #0000004d}.k4-section-title{font-size:2rem;font-weight:600;color:#fffffff2;margin-bottom:1.5rem;display:flex;align-items:center;gap:.75rem}.k4-section-icon{font-size:1.5rem;color:#42a5f5}.k4-section-content{color:#ffffffd9;line-height:1.6;font-size:1.1rem}.k4-section-content p{margin-bottom:1rem}.k4-section-content ul,.k4-section-content ol{margin:1rem 0;padding-left:1.5rem}.k4-section-content li{margin-bottom:.5rem}.k4-section-content strong{color:#fffffff2;font-weight:600}.k4-grid-2{display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:2rem}.k4-grid-3{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.k4-highlight-box{background:#42a5f51a;border:1px solid rgba(66,165,245,.3);border-radius:12px;padding:1.5rem;margin:1.5rem 0}.k4-highlight-box.warning{background:#ff98001a;border-color:#ff98004d}.k4-highlight-box.success{background:#4caf501a;border-color:#4caf504d}.k4-highlight-box.danger{background:#f443361a;border-color:#f443364d}.k4-highlight-title{font-weight:600;font-size:1.1rem;margin-bottom:.75rem;display:flex;align-items:center;gap:.5rem}.k4-steps-container{position:relative;margin:2rem 0}.k4-step{display:flex;align-items:flex-start;margin-bottom:2rem;position:relative}.k4-step-number{background:linear-gradient(135deg,#1976d2,#42a5f5);color:#fff;width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.1rem;margin-right:1.5rem;flex-shrink:0;position:relative;z-index:2}.k4-step-content{flex:1;padding-top:.5rem}.k4-step-title{font-size:1.25rem;font-weight:600;color:#fffffff2;margin-bottom:.5rem}.k4-step-description{color:#fffc;line-height:1.5}.k4-step:not(:last-child):after{content:"";position:absolute;left:19px;top:40px;bottom:-2rem;width:2px;background:linear-gradient(180deg,#42a5f5,#42a5f54d);z-index:1}.k4-table{width:100%;border-collapse:collapse;margin:1.5rem 0;background:#ffffff0d;border-radius:12px;overflow:hidden}.k4-table th{background:#1976d233;color:#fffffff2;padding:1rem;text-align:left;font-weight:600;border-bottom:1px solid rgba(255,255,255,.1)}.k4-table td{padding:1rem;border-bottom:1px solid rgba(255,255,255,.1);color:#ffffffd9}.k4-table tr:hover{background:#ffffff0d}.k4-button{background:linear-gradient(135deg,#1976d2,#42a5f5);color:#fff;border:none;padding:.75rem 1.5rem;border-radius:50px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;text-decoration:none;display:inline-block;text-align:center}.k4-button:hover{transform:translateY(-2px);box-shadow:0 8px 25px #42a5f566}.k4-button.secondary{background:linear-gradient(135deg,#64748b,#475569)}.k4-button.secondary:hover{box-shadow:0 8px 25px #64748b66}.k4-quick-links{background:linear-gradient(135deg,#8e24aa,#ba68c8);border-radius:16px;padding:2rem;margin:2rem 0;text-align:center}.k4-quick-links-title{font-size:1.5rem;font-weight:700;margin-bottom:1rem;color:#fff}.k4-quick-links-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;margin-top:1.5rem}.k4-quick-link{background:#ffffff1a;border:1px solid rgba(255,255,255,.2);border-radius:12px;padding:1rem;text-decoration:none;color:#fff;transition:all .3s ease;display:block;cursor:pointer}.k4-quick-link:hover{background:#fff3;transform:translateY(-2px)}html{scroll-behavior:smooth}@media (max-width: 1024px){.k4-main-content-full{margin-right:320px;width:calc(100vw - 320px)}.k4-section{max-width:1200px}.k4-family-pattern,.k4-unity-bg{left:0}}@media (max-width: 768px){.k4-main-content-full{margin-right:0;width:100vw}.k4-checklist-sidebar{display:none}.k4-family-pattern,.k4-unity-bg{left:0}.k4-section{padding:2rem 1rem;max-width:100%}.k4-section-container{max-width:100%;padding:0 .5rem}.k4-content-card{padding:1.5rem;margin:1rem 0}.k4-grid-2,.k4-grid-3{grid-template-columns:1fr}}@media (max-width: 480px){.k4-main-content-full{margin-right:0;width:100vw}.k4-checklist-sidebar{display:none}.k4-family-pattern,.k4-unity-bg{left:0}.k4-section{padding:1.5rem .5rem;max-width:100%}.k4-section-container{max-width:100%;padding:0 .25rem}.k4-content-card{padding:1rem}}@media (max-width: 1400px){.k4-checklist-sidebar{width:300px;right:15px}.k4-main-content{margin-right:335px;width:calc(100vw - 685px)}.k4-main-content.nav-collapsed{width:calc(100vw - 335px)}}@media (max-width: 1200px){.k4-checklist-sidebar{width:280px;right:10px;top:160px;height:calc(100vh - 180px)}.k4-main-content{margin-right:310px;width:calc(100vw - 660px)}.k4-main-content.nav-collapsed{width:calc(100vw - 310px)}}@keyframes family-movement{0%,to{transform:translate(0) translateY(0)}25%{transform:translate(10px) translateY(-5px)}50%{transform:translate(18px) translateY(0)}75%{transform:translate(10px) translateY(5px)}}@keyframes unity-sparkle{0%,to{opacity:1}25%{opacity:.7}50%{opacity:.5}75%{opacity:.8}}@keyframes children-float{0%,to{transform:rotate(15deg) scale(1) translateY(0)}25%{transform:rotate(12deg) scale(1.05) translateY(-12px)}50%{transform:rotate(18deg) scale(1.12) translateY(0)}75%{transform:rotate(14deg) scale(1.05) translateY(8px)}}.simple-questions-page-container{font-family:Inter,sans-serif;background:transparent;color:#fff;min-height:calc(100vh - 100px);position:relative;overflow-x:hidden;margin:0;padding:0;display:flex}.question-filter-sidebar{position:fixed;left:20px;top:160px;background:#ffffff1f;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.2);border-radius:16px;z-index:1000;padding:0;display:flex;flex-direction:column;box-shadow:0 20px 40px #00000026,0 10px 20px #0000001a,0 5px 10px #0000000d;scrollbar-width:none;-ms-overflow-style:none;overscroll-behavior:contain;transition:all .4s cubic-bezier(.25,.8,.25,1)}.question-filter-sidebar.expanded{width:240px;height:calc(100vh - 180px);overflow-y:auto}.question-filter-sidebar.collapsed{width:50px;height:50px;overflow:hidden;cursor:pointer}.filter-icon-overlay{position:absolute;top:0;left:0;width:50px;height:50px;background:linear-gradient(135deg,#3b82f6,#1e40af);border-radius:16px;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:1002;transition:all .3s ease;box-shadow:0 20px 40px #00000026,0 10px 20px #0000001a,0 5px 10px #0000000d}.filter-icon-overlay:hover{transform:scale(1.05);box-shadow:0 25px 50px #0003,0 15px 25px #00000026,0 8px 15px #0000001a}.filter-icon-overlay i{color:#fff;font-size:1.2rem;transition:all .3s ease}.filter-icon-overlay:hover i{transform:scale(1.1)}.question-filter-sidebar::-webkit-scrollbar{display:none}.question-filter-header{position:sticky;top:0;z-index:1001;background:linear-gradient(135deg,#3b82f6,#1e40af);color:#fff;box-shadow:0 2px 8px #0000001a;cursor:pointer;transition:all .4s cubic-bezier(.25,.8,.25,1);overflow:hidden}.question-filter-sidebar.expanded .question-filter-header{border-radius:16px 16px 0 0;padding:1rem;border-bottom:1px solid rgba(255,255,255,.2);width:240px;height:auto}.question-filter-sidebar.collapsed .question-filter-header{border-radius:16px;padding:.75rem;width:50px;height:50px;display:flex;align-items:center;justify-content:center;border-bottom:none}.question-filter-title{font-size:1rem;font-weight:700;margin:0 0 .25rem;line-height:1.2;display:flex;align-items:center;gap:.4rem;color:#fff;white-space:nowrap;transition:all .4s cubic-bezier(.25,.8,.25,1)}.question-filter-sidebar.collapsed .question-filter-title{margin:0;font-size:1.1rem;justify-content:center;gap:0}.question-filter-title-text{opacity:1;transform:translate(0);transition:all .4s cubic-bezier(.25,.8,.25,1)}.question-filter-sidebar.collapsed .question-filter-title-text{opacity:0;transform:translate(-20px);width:0;overflow:hidden}.question-filter-subtitle{font-size:.75rem;margin:0;opacity:.9;font-weight:400;color:#fff;line-height:1.3;white-space:nowrap;transition:all .4s cubic-bezier(.25,.8,.25,1);transform:translate(0)}.question-filter-sidebar.collapsed .question-filter-subtitle{opacity:0;transform:translate(-20px)}.question-filter-content{flex:1;padding:.75rem;opacity:1;transform:translateY(0);transition:all .4s cubic-bezier(.25,.8,.25,1)}.question-filter-sidebar.collapsed .question-filter-content{opacity:0;transform:translateY(-10px)}.filter-group{margin-bottom:.5rem}.filter-option{display:flex;align-items:center;gap:.5rem;cursor:pointer;padding:.4rem;border-radius:6px;transition:all .3s ease}.filter-option:hover{background:#ffffff0d}.filter-option input[type=checkbox]{display:none}.filter-checkbox{width:18px;height:18px;border:2px solid rgba(255,255,255,.4);border-radius:4px;position:relative;transition:all .3s ease;background:transparent;flex-shrink:0}.filter-option input[type=checkbox]:checked+.filter-checkbox{border-color:#3b82f6;background:linear-gradient(135deg,#3b82f6,#1e40af)}.filter-option input[type=checkbox]:checked+.filter-checkbox:after{content:"✓";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);color:#fff;font-size:12px;font-weight:700}.filter-label{color:#ffffffe6;font-weight:500;font-size:.9rem;line-height:1.3}.filter-option input[type=checkbox]:checked~.filter-label{color:#60a5fa;font-weight:600}.filter-divider{height:1px;background:#ffffff1a;margin:1rem 0}.filter-option.disabled{opacity:.5;cursor:not-allowed}.filter-option.disabled:hover{background:transparent}.filter-option.disabled .filter-checkbox{border-color:#fff3}.filter-option.disabled .filter-label{color:#fff6}.filter-disabled-reason{font-size:.75rem;color:#fff9;font-style:italic;margin-top:.25rem;margin-left:2rem;line-height:1.3}.filter-message{background:#3b82f61a;border:1px solid rgba(59,130,246,.3);border-radius:6px;padding:.75rem;margin-top:1rem;display:flex;align-items:center;gap:.5rem;font-size:.85rem;color:#60a5fa;font-style:italic}.visa-cards-sidebar{position:fixed;right:20px;top:160px;width:320px;height:calc(100vh - 180px);background:#ffffff1f;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.2);border-radius:16px;z-index:1000;overflow-y:auto;padding:0;display:flex;flex-direction:column;box-shadow:0 20px 40px #00000026,0 10px 20px #0000001a,0 5px 10px #0000000d;scrollbar-width:none;-ms-overflow-style:none;overscroll-behavior:contain}.visa-cards-sidebar::-webkit-scrollbar{display:none}.visa-cards-header{position:sticky;top:0;z-index:1001;background:linear-gradient(135deg,#1e40af,#3b82f6);border-radius:16px 16px 0 0;padding:1rem;color:#fff;border-bottom:1px solid rgba(255,255,255,.2);box-shadow:0 2px 8px #0000001a}.visa-cards-title{font-size:1.1rem;font-weight:700;margin:0 0 .25rem;line-height:1.2;display:flex;align-items:center;justify-content:center;gap:.4rem;color:#fff}.visa-cards-icon{font-size:1.1rem;line-height:1}.visa-cards-subtitle{font-size:.75rem;margin:0;opacity:.9;font-weight:400;color:#fff;line-height:1.3;text-align:center}.visa-cards-content{flex:1;padding:0}.visa-category-section{border-bottom:1px solid rgba(255,255,255,.1)}.visa-category-section.eligible-section{border:1px solid rgba(34,197,94,.4);border-radius:8px;margin:0 0 1.5rem;overflow:hidden;box-shadow:0 2px 8px #22c55e1a,0 1px 3px #0000001a;background:#22c55e05}.visa-category-section.eligible-section .visa-card{margin:.5rem;border-radius:0}.visa-category-section.eligible-section .visa-category-title{border-radius:0}.visa-category-title{background:#064e3b;color:#fff;padding:1rem 1.5rem;font-size:.95rem;font-weight:600;margin:0;border-bottom:1px solid rgba(255,255,255,.15)}.visa-category-title.eligible-category{background:linear-gradient(135deg,#059669,#047857);color:#fff;font-weight:600;font-size:.95rem;padding:1rem 1.5rem;position:relative;border-bottom:1px solid rgba(255,255,255,.1);letter-spacing:.025em}.visa-category-title.eligible-category:before{content:"✓";margin-right:.5rem;font-size:1rem;font-weight:700;background:#fff3;border-radius:50%;width:20px;height:20px;display:inline-flex;align-items:center;justify-content:center;font-family:system-ui,-apple-system,sans-serif}.visa-card{padding:.75rem 1rem;border-bottom:1px solid rgba(255,255,255,.05);transition:all .5s cubic-bezier(.4,0,.2,1);cursor:pointer;transform:translateY(0)}.visa-card:hover{background:#ffffff0d}.visa-card.eligible{background:linear-gradient(135deg,#ffffff1f,#22c55e14);border-left:4px solid #10b981;border-top:1px solid rgba(255,255,255,.2);box-shadow:0 2px 8px #22c55e26,0 1px 3px #0000001a;margin:.5rem;border-radius:0}.visa-card.eligible:hover{background:linear-gradient(135deg,#ffffff2e,#22c55e1f);border-left-color:#34d399;transform:translateY(-1px);box-shadow:0 4px 12px #22c55e33,0 2px 6px #00000026}.visa-card-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:.75rem}.visa-card-name-container{display:flex;flex-direction:column;gap:.25rem;flex:1}.visa-card-name{font-size:.9rem;font-weight:600;color:#fffffff2;margin:0;line-height:1.3}.visa-eligible-badge{font-size:.65rem;font-weight:600;color:#065f46;background:linear-gradient(135deg,#10b981,#059669);padding:3px 8px;border-radius:3px;border:1px solid rgba(255,255,255,.3);align-self:flex-start;letter-spacing:.05em;text-transform:uppercase;box-shadow:0 1px 3px #0003}.visa-card.eligible .visa-card-name{color:#fff;font-weight:600;text-shadow:0 1px 2px rgba(0,0,0,.3)}.visa-card-status{margin-left:.5rem;display:flex;align-items:center;gap:.5rem}.visa-info-button{background:transparent;border:none;border-radius:100%;width:24px;height:24px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;color:#3b82f6;font-size:.9rem}.visa-info-button:hover{color:#60a5fa}.visa-eligible-icon{color:#10b981;font-size:1.4rem}.visa-progress{display:flex;flex-direction:column;gap:.5rem}.visa-progress-text{font-size:.8rem;color:#fffc;font-weight:500}.visa-card.eligible .visa-progress-text{color:#ffffffe6;font-weight:500}.visa-progress-bar{height:6px;background:#fff3;border-radius:3px;overflow:hidden;position:relative}.visa-progress-fill{height:100%;background:linear-gradient(90deg,#3b82f6,#1e40af);border-radius:3px;transition:width .5s ease}.visa-card.eligible .visa-progress-fill{background:linear-gradient(90deg,#059669,#047857)}.visa-progress-percentage{font-size:.75rem;color:#ffffffb3;text-align:right;font-weight:600}.visa-card.eligible .visa-progress-percentage{color:#fff;font-weight:600;text-shadow:0 1px 2px rgba(0,0,0,.3)}.visa-card.clickable{transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.visa-card.clickable:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,#3b82f60d,#22c55e0d);opacity:0;transition:opacity .3s ease;pointer-events:none}.visa-card.clickable:hover:before{opacity:1}.visa-card.clickable:hover{transform:translateY(-2px) scale(1.02);box-shadow:0 8px 25px #22c55e40,0 4px 12px #3b82f626,0 2px 6px #0000001a;border-left-color:#3b82f6}.visa-clickable-icon{color:#3b82f6;font-size:.9rem;margin-left:.5rem;animation:pulse-arrow 2s infinite;filter:drop-shadow(0 1px 2px rgba(0,0,0,.3))}.visa-progress-bottom{display:flex;justify-content:space-between;align-items:center;margin-top:.5rem}.visa-details-button{display:flex;align-items:center;gap:.25rem;background:linear-gradient(135deg,#3b82f6,#1d4ed8);padding:.2rem .4rem;border-radius:4px;border:1px solid rgba(255,255,255,.2);box-shadow:0 2px 6px #3b82f64d;animation:pulse-details 2s infinite;transition:all .3s ease;font-size:.7rem;cursor:pointer}.visa-details-button:hover{background:linear-gradient(135deg,#2563eb,#1e40af);transform:scale(1.05);box-shadow:0 4px 12px #3b82f666}.visa-details-text{color:#fff;font-size:.65rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;text-shadow:0 1px 2px rgba(0,0,0,.3)}.visa-details-arrow{color:#fff;font-size:.7rem;filter:drop-shadow(0 1px 2px rgba(0,0,0,.3))}@keyframes pulse-details{0%,to{opacity:.9;transform:scale(1)}50%{opacity:1;transform:scale(1.02)}}@keyframes pulse-arrow{0%,to{opacity:.7;transform:translate(0)}50%{opacity:1;transform:translate(2px)}}.questions-main-content{position:fixed;left:280px;right:360px;top:160px;width:calc(100vw - 640px);height:calc(100vh - 180px);overflow-y:auto;display:flex;flex-direction:column;z-index:1;scrollbar-width:none;-ms-overflow-style:none;transition:all .4s cubic-bezier(.25,.8,.25,1)}.questions-main-content::-webkit-scrollbar{display:none}.question-filter-sidebar.collapsed~.visa-cards-sidebar~.questions-main-content{left:90px;width:calc(100vw - 450px)}.questions-section-container{max-width:1000px;width:100%;margin:0 auto}.questions-section-header{text-align:center;margin-bottom:3rem}.questions-main-title{font-size:clamp(2.5rem,6vw,4rem);font-weight:700;line-height:1.2;margin-bottom:1rem;color:#fffffff2;text-shadow:0 2px 4px rgba(0,0,0,.3)}.questions-main-subtitle{font-size:clamp(1.125rem,2.5vw,1.5rem);color:#fffc;margin-bottom:2rem;max-width:800px;margin-left:auto;margin-right:auto;line-height:1.4}.show-all-questions-button{background:linear-gradient(135deg,#3b82f6,#1e40af);color:#fff;border:none;padding:12px 24px;border-radius:25px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;gap:.5rem;margin:1.5rem auto 0;box-shadow:0 4px 12px #3b82f64d}.show-all-questions-button:hover{background:linear-gradient(135deg,#2563eb,#1d4ed8);transform:translateY(-2px);box-shadow:0 6px 16px #3b82f666}.show-all-questions-button i{font-size:.9rem}.question-category{background:#ffffff14;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border:1px solid rgba(255,255,255,.15);border-radius:20px;margin:2rem 0;transition:all .4s ease;box-shadow:0 8px 32px #0003;overflow:hidden}.question-category:hover{transform:translateY(-5px);background:#ffffff1f;border:1px solid rgba(255,255,255,.25);box-shadow:0 16px 48px #0000004d}.question-category-title{background:linear-gradient(135deg,#059669,#10b981);color:#fff;padding:1.5rem 2rem;margin:0;font-size:1.5rem;font-weight:600;display:flex;align-items:center;gap:.75rem}.question-category-icon{font-size:1.25rem}.questions-list{padding:0}.question-item{padding:1.5rem 2rem;border-bottom:1px solid rgba(255,255,255,.1);display:grid;grid-template-columns:52px 1fr auto;gap:1rem;align-items:flex-start;transition:background .3s ease}.question-item:hover{background:#ffffff0d}.question-item:last-child{border-bottom:none}.question-number-container{grid-column:1}.question-text{color:#ffffffe6;line-height:1.5;font-size:1rem;font-weight:400;text-align:left;grid-column:2}.question-hint{grid-column:2;color:#3b82f6cc;font-size:.9rem;margin-top:.5rem;padding:.5rem .75rem;background:#3b82f61a;border-radius:6px;border-left:3px solid #3b82f6}.unlock-message{margin:2rem 0;display:flex;justify-content:center}.unlock-message-content{background:#3b82f61a;border:1px solid rgba(59,130,246,.3);border-radius:12px;padding:1.5rem 2rem;display:flex;align-items:center;gap:.75rem;font-size:1rem;color:#60a5fa;font-style:italic;font-weight:500;box-shadow:0 4px 12px #3b82f61a;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}.unlock-message-content i{font-size:1.1rem;opacity:.8}.question-info-button{background:transparent;border:none;border-radius:50%;width:20px;height:20px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;color:#60a5fa;font-size:.9rem;flex-shrink:0}.question-info-button:hover{color:#93c5fd}.question-number{display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#3b82f6,#1e40af);color:#fff;font-weight:700;font-size:.85rem;padding:4px 8px;border-radius:12px;width:40px;height:28px;text-align:center;box-shadow:0 2px 4px #0003;flex-shrink:0}.question-controls{display:flex;gap:1.5rem;align-items:flex-start;justify-content:flex-end;grid-column:3;flex-wrap:wrap}.question-option{display:flex;align-items:center;gap:.5rem;cursor:pointer;transition:all .3s ease}.question-option:hover{transform:scale(1.05)}.question-option input[type=checkbox]{display:none}.question-checkbox{width:20px;height:20px;border:2px solid rgba(255,255,255,.4);border-radius:4px;position:relative;transition:all .3s ease;background:transparent}.question-option input[type=checkbox]:checked+.question-checkbox{border-color:#3b82f6;background:linear-gradient(135deg,#3b82f6,#1e40af)}.question-option input[type=checkbox]:checked+.question-checkbox:after{content:"✓";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);color:#fff;font-size:14px;font-weight:700}.question-label{color:#ffffffe6;font-weight:500;font-size:.9rem}.question-option input[type=checkbox]:checked~.question-label{color:#3b82f6;font-weight:600}.question-option input[type=radio]{display:none}.question-radio{width:20px;height:20px;border:2px solid rgba(255,255,255,.4);border-radius:50%;position:relative;transition:all .3s ease;background:transparent}.question-option input[type=radio]:checked+.question-radio{border-color:#3b82f6;background:linear-gradient(135deg,#3b82f6,#1e40af)}.question-option input[type=radio]:checked+.question-radio:after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:8px;height:8px;background:#fff;border-radius:50%}.question-option input[type=radio]:checked~.question-label{color:#3b82f6;font-weight:600}.checkbox-group{display:flex;flex-direction:column;gap:1rem;align-items:flex-end}.checkbox-group .question-option{justify-content:flex-start;min-width:-moz-fit-content;min-width:fit-content}.radio-group{display:flex;flex-direction:column;gap:1rem;align-items:flex-end}.radio-group .question-option{justify-content:flex-start;min-width:-moz-fit-content;min-width:fit-content}.question-controls:has(input[type=radio]){gap:1rem;flex-direction:column;align-items:flex-end}.question-controls:has(input[type=radio][value]){flex-direction:column;gap:.75rem;align-items:flex-end}.simple-questions-flag-wave{position:fixed;top:0;left:0;right:0;bottom:0;background:repeating-linear-gradient(-45deg,#bf0a3005,#bf0a3005 12px,#ffffff04 12px,#ffffff04 24px,#00286805 24px,#00286805 36px);z-index:1;pointer-events:none;animation:wave-movement 20s ease-in-out infinite}.simple-questions-star-bg{position:fixed;top:0;left:0;right:0;bottom:0;background-image:radial-gradient(circle at 20% 30%,rgba(255,255,255,.3) 1px,transparent 1px),radial-gradient(circle at 80% 20%,rgba(255,255,255,.25) 1px,transparent 1px),radial-gradient(circle at 60% 70%,rgba(255,255,255,.2) 1px,transparent 1px),radial-gradient(circle at 30% 80%,rgba(255,255,255,.3) 1px,transparent 1px),radial-gradient(circle at 90% 60%,rgba(255,255,255,.25) 1px,transparent 1px);background-size:80px 80px,120px 120px,100px 100px,140px 140px,90px 90px;z-index:1;pointer-events:none;animation:twinkle 15s ease-in-out infinite}.simple-questions-liberty-hologram{position:fixed;top:10%;right:10%;width:300px;height:300px;background:radial-gradient(circle at center,rgba(66,153,225,.08) 0%,rgba(30,64,175,.05) 40%,transparent 70%);opacity:.15;transform:rotate(15deg);filter:drop-shadow(0 0 20px rgba(0,100,255,.2));z-index:1;pointer-events:none;animation:hologram-float 15s ease-in-out infinite}@media (max-width: 1400px){.question-filter-sidebar{width:280px;left:15px}.visa-cards-sidebar{width:350px;right:15px}.questions-main-content{margin-left:315px;margin-right:385px;width:calc(100vw - 700px)}}@media (max-width: 1200px){.question-filter-sidebar{width:260px;left:10px}.visa-cards-sidebar{width:320px;right:10px}.questions-main-content{margin-left:290px;margin-right:340px;width:calc(100vw - 630px)}}@media (max-width: 1024px){.question-filter-sidebar{display:none}.visa-cards-sidebar{width:320px;right:10px}.questions-main-content{margin-left:0;margin-right:340px;width:calc(100vw - 340px)}}@media (max-width: 768px){.question-filter-sidebar,.visa-cards-sidebar{display:none}.questions-main-content{margin-left:0;margin-right:0;width:100vw;padding:1rem}.question-item{grid-template-columns:40px 1fr;grid-template-rows:auto auto;gap:.75rem}.question-number-container{grid-column:1;grid-row:1}.question-number{width:32px;height:22px;font-size:.7rem}.question-text{grid-column:1 / -1;grid-row:2;text-align:left;padding-left:0}.question-controls{grid-column:1 / -1;grid-row:3;justify-content:flex-end;margin-top:.5rem}.radio-group{align-items:center}.checkbox-group{align-items:flex-end}}.popup-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#000000b3;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);z-index:2000;display:flex;align-items:center;justify-content:center;padding:2rem;animation:fadeIn .3s ease}.popup-content{background:#fffffff2;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.2);border-radius:16px;max-width:600px;width:100%;max-height:80vh;overflow-y:auto;box-shadow:0 20px 40px #0003,0 10px 20px #0000001a;animation:slideIn .3s ease}.popup-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 2rem;border-bottom:1px solid rgba(0,0,0,.1);background:linear-gradient(135deg,#1e40af,#3b82f6);color:#fff;border-radius:16px 16px 0 0}.popup-title{margin:0;font-size:1.3rem;font-weight:700}.popup-close{background:#fff3;border:1px solid rgba(255,255,255,.3);border-radius:50%;width:32px;height:32px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;color:#fff;font-size:1rem}.popup-close:hover{background:#ffffff4d;transform:scale(1.1)}.popup-body{padding:2rem;color:#333}.popup-description{font-size:1rem;margin-bottom:1.5rem;color:#555;font-weight:500}.requirements-list{list-style:none;padding:0;margin:0}.requirement-item{background:#3b82f60d;border-left:4px solid #3b82f6;padding:1rem 1.5rem;margin-bottom:.75rem;border-radius:0 8px 8px 0;font-size:.95rem;line-height:1.4;color:#333}.requirement-item:last-child{margin-bottom:0}@keyframes slideIn{0%{opacity:0;transform:translateY(-20px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}@media (max-width: 768px){.popup-overlay{padding:1rem}.popup-content{max-height:90vh}.popup-header{padding:1rem 1.5rem}.popup-title{font-size:1.1rem}.popup-body{padding:1.5rem}.requirement-item{padding:.75rem 1rem;font-size:.9rem}}.question-tooltip-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#0009;backdrop-filter:blur(3px);-webkit-backdrop-filter:blur(3px);z-index:2100;display:flex;align-items:center;justify-content:center;padding:1.5rem;animation:fadeIn .25s ease}.question-tooltip-content{background:#fffffff7;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.3);border-radius:12px;max-width:500px;width:100%;max-height:70vh;overflow-y:auto;box-shadow:0 15px 35px #00000026,0 8px 15px #00000014;animation:slideIn .25s ease}.question-tooltip-header{display:flex;justify-content:space-between;align-items:flex-start;padding:1.25rem 1.5rem 1rem;border-bottom:1px solid rgba(0,0,0,.08);background:linear-gradient(135deg,#059669,#10b981);color:#fff;border-radius:12px 12px 0 0}.question-tooltip-title{margin:0;font-size:1.1rem;font-weight:700;line-height:1.3;flex:1;padding-right:1rem}.question-tooltip-close{background:#fff3;border:1px solid rgba(255,255,255,.3);border-radius:50%;width:28px;height:28px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;color:#fff;font-size:.9rem;flex-shrink:0}.question-tooltip-close:hover{background:#ffffff4d;transform:scale(1.1)}.question-tooltip-body{padding:1.5rem}.question-tooltip-text{margin:0;font-size:.95rem;line-height:1.6;color:#374151;white-space:pre-line}@media (max-width: 768px){.question-tooltip-overlay{padding:1rem}.question-tooltip-content{max-height:80vh}.question-tooltip-header{padding:1rem 1.25rem .75rem}.question-tooltip-title{font-size:1rem}.question-tooltip-body{padding:1.25rem}.question-tooltip-text{font-size:.9rem}}@media (max-width: 480px){.questions-main-content{padding:.5rem}.question-category-title{padding:1rem 1.5rem;font-size:1.25rem}.question-item{padding:1rem 1.5rem}}@keyframes wave-movement{0%,to{transform:translate(0)}50%{transform:translate(10px)}}@keyframes twinkle{0%,to{opacity:1}50%{opacity:.7}}@keyframes hologram-float{0%,to{transform:rotate(15deg) scale(1)}50%{transform:rotate(10deg) scale(1.05)}}#root{width:100%;margin:0;padding:0}.logo{height:6em;padding:1.5em;will-change:filter;transition:filter .3s}.logo:hover{filter:drop-shadow(0 0 2em #646cffaa)}.logo.react:hover{filter:drop-shadow(0 0 2em #61dafbaa)}@keyframes logo-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (prefers-reduced-motion: no-preference){a:nth-of-type(2) .logo{animation:logo-spin infinite 20s linear}}.card{padding:2em}.read-the-docs{color:#888}:root{--primary-color: #4361ee;--secondary-color: #3f37c9;--background-color: #f7f7f9;--text-color: #333;--border-color: #ddd;--success-color: #4cc9f0;--warning-color: #f72585}.app{width:100%;margin:0;padding:0;font-family:Inter,sans-serif;color:var(--text-light);background-color:var(--primary-bg);min-height:100vh;display:flex;flex-direction:column;overflow-x:hidden}.main-content{padding:100px 0 0;margin:0;flex:1;width:100%}.app-footer{padding:1.5rem 0;text-align:center;color:var(--text-muted);border-top:1px solid rgba(30,64,175,.3);background-color:#0a1929cc}.App-header{margin-bottom:40px}h1{color:var(--primary-color);font-size:2.5rem;margin-bottom:.5rem}.questionnaire{max-width:800px;margin:0 auto 50px;padding:40px;background-color:#fff;border-radius:10px;box-shadow:0 5px 20px #0000001a}.question{margin-bottom:30px}.question h3{font-size:1.5rem;line-height:1.4;margin-bottom:30px;color:var(--secondary-color)}.yes-no-buttons{display:flex;justify-content:center;gap:30px;margin:30px 0}.yes-no-buttons button{min-width:120px;padding:14px 30px;font-size:1.1rem;border-radius:30px;transition:all .3s ease}.dropdown-container select{width:100%;max-width:600px;padding:15px;font-size:1.1rem;border:1px solid var(--border-color);border-radius:8px;background-color:#fff;margin:30px auto;display:block;color:#333;cursor:pointer}.disclaimer{font-size:.8rem;color:#777;margin-top:30px}.eligibility-result{max-width:800px;margin:0 auto;background-color:#fff;padding:30px;border-radius:10px;box-shadow:0 5px 15px #0000001a;text-align:left}.eligibility-result h2{margin-bottom:25px;color:var(--primary-color);text-align:center}.eligibility-result p{margin:15px 0;line-height:1.6}.eligibility-result button{margin-top:30px;display:block;margin-left:auto;margin-right:auto}.requirements-box{background-color:#f8f9fa;border-left:5px solid var(--primary-color);padding:15px;margin:20px 0;border-radius:5px}.requirements-box h3{color:var(--secondary-color);margin-bottom:10px;font-size:1.2rem}.requirements-box ul{margin:0;padding-left:20px}.requirements-box li{margin:8px 0;line-height:1.4}.hypothetical-prompt{background-color:#e9f5ff;padding:25px;border-radius:8px;margin:30px 0;border-left:5px solid var(--primary-color)}.hypothetical-prompt h3{margin-bottom:20px;color:var(--secondary-color)}.hypothetical-prompt button{margin-top:15px}.eligibility-issues{background-color:#f8f9fa;padding:15px;border-radius:8px;margin:25px 0 15px;text-align:left}.eligibility-issues h4{color:var(--secondary-color);margin-bottom:10px;font-size:1.1rem}.eligibility-issues ul{margin:0;padding-left:20px}.eligibility-issues li{margin:5px 0;font-size:.95rem}.progress-container{width:100%;height:10px;background-color:#f0f0f0;border-radius:5px;margin-bottom:15px;overflow:hidden;box-shadow:inset 0 1px 3px #0000001a}.progress-bar{height:100%;background:linear-gradient(90deg,var(--primary-color),var(--secondary-color));border-radius:5px;transition:width .5s ease-out}.progress-text{font-size:.9rem;color:#666;margin-bottom:20px;text-align:center}.home-container{display:flex;flex-direction:column;width:100%}.home-hero-section{width:100%;padding:100px 0 60px;margin-top:20px;background-color:#f8f9fa;border-top:1px solid #e9ecef;border-bottom:1px solid #e9ecef}.home-visa-ticker-section{width:100%;display:block;margin-top:40px}.home-content{display:flex;width:100%;align-items:center;justify-content:space-between;padding:0 8%;max-width:1400px;margin:0 auto}.home-left-section{flex:1;text-align:left;padding-right:60px}.home-right-section{flex:1;display:flex;justify-content:center;padding:0 20px}.home-main-heading{font-size:4rem;font-weight:700;color:#000;margin-bottom:20px;line-height:1.1;text-align:left}.home-subtitle{font-size:1.25rem;color:#333;margin-bottom:40px;text-align:left}.home-image-container{width:100%;max-width:500px;height:350px;border-radius:20px;overflow:hidden;background-color:#1e3a8a;padding:20px;box-shadow:0 10px 25px #0000001a}.home-hero-image{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;border-radius:10px}.start-assessment-button{background-color:#2563eb;color:#fff;padding:12px 30px;border-radius:50px;font-size:1rem;font-weight:600;border:none;cursor:pointer;transition:background-color .3s ease}.assessment-button-link{text-decoration:none}.navbar{display:flex;justify-content:space-between;align-items:center;padding:20px;background-color:#fff}.navbar-logo{font-weight:700;font-size:1.5rem}.logo-link{text-decoration:none;color:#000}.navbar-links{display:flex;gap:20px}.navbar-links a{text-decoration:none;color:#333;font-weight:500;transition:color .3s ease}.navbar-links a:hover,.navbar-links a.active{color:#2563eb}.navbar-links .cta-button{background-color:#2563eb;color:#fff;padding:8px 20px;border-radius:50px;text-decoration:none;transition:background-color .3s ease}.navbar-links .cta-button:hover{background-color:#1d4ed8}.language-toggle-navbar{display:flex;gap:10px}.language-toggle-navbar button{background:none;border:1px solid #ddd;padding:5px 10px;border-radius:5px;color:#333;cursor:pointer}.language-toggle-navbar button.active{background-color:#2563eb;color:#fff;border-color:#2563eb}@media (max-width: 768px){.home-content{flex-direction:column}.home-left-section{padding-right:0;margin-bottom:40px;text-align:center}.home-main-heading{font-size:3rem;text-align:center}.home-subtitle{text-align:center}.navbar{flex-direction:column;gap:15px}.navbar-links{flex-wrap:wrap;justify-content:center}}.warning-box{background-color:#fff3cd;color:#856404;padding:15px;margin:15px 0;border-radius:5px;border-left:5px solid #ffeeba}.assistance-box{background-color:#d1ecf1;color:#0c5460;padding:15px;margin:15px 0;border-radius:5px;border-left:5px solid #bee5eb}.alternatives-box{background-color:#d4edda;color:#155724;padding:15px;margin:15px 0;border-radius:5px;border-left:5px solid #c3e6cb}.multi-select-container{margin:20px 0;text-align:left}.checkbox-item{margin:10px 0;display:flex;align-items:center}.checkbox-item input{margin-right:10px}.submit-multi-select{margin-top:15px;background-color:var(--primary-color);color:#fff;border:none;padding:10px 20px;border-radius:5px;cursor:pointer}.submit-multi-select:hover{background-color:var(--secondary-color)}button{background-color:var(--primary-color);color:#fff;border:none;padding:12px 25px;border-radius:5px;font-size:1rem;cursor:pointer;transition:background-color .3s ease}.category-sidebar{width:250px;background-color:#f8f9fa;border-radius:8px;padding:15px}.category-sidebar h3{border-bottom:2px solid #0056b3;padding-bottom:10px;margin-top:0}.category-sidebar ul{list-style-type:none;padding:0}.category-sidebar li{padding:12px 10px;border-radius:4px;margin-bottom:5px;cursor:pointer;transition:background-color .2s}.category-sidebar li:hover{background-color:#0056b31a}.category-sidebar li.active{background-color:#0056b3;color:#fff;font-weight:700}.category-sidebar li.inactive{color:#adb5bd;text-decoration:line-through;opacity:.6;position:relative}.category-sidebar li.inactive:after{content:"";position:absolute;top:50%;left:0;right:0;border-top:1px solid #adb5bd}.exploration-prompt{background-color:#0056b30d;border-radius:8px;padding:20px;margin:25px 0;border-left:4px solid #0056b3;text-align:center}.exploration-prompt h3{color:#0056b3;margin-top:0}.explore-more-button{background-color:#28a745;margin-top:15px}.explore-more-button:hover{background-color:#218838}.category-header{background-color:#f0f8ff;padding:15px;border-radius:8px;margin-bottom:20px;border-left:5px solid #0056b3}.category-header h2{margin:0;font-size:1.4rem;color:#0056b3}.category-progress{display:flex;justify-content:center;margin-top:10px}.category-dot{width:12px;height:12px;border-radius:50%;background-color:#ddd;margin:0 5px}.category-dot.active{background-color:#0056b3;transform:scale(1.2)}.category-dot.completed{background-color:#4caf50}.category-transition{text-align:center;padding:30px;background-color:#f9f9f9;border-radius:10px;margin-bottom:20px}.result-summary{background-color:#e6f7ff;padding:15px;border-radius:5px;margin:20px 0}.next-category{background-color:#f0fff0;padding:15px;border-radius:5px}.multi-category-results{padding:20px}.category-results-container{display:flex;flex-direction:column;gap:20px;margin:20px 0}.category-result-card{background-color:#f9f9f9;border:1px solid #ddd;border-radius:8px;padding:20px;box-shadow:0 2px 4px #0000001a}.category-result-card h3{color:#0056b3;border-bottom:1px solid #eee;padding-bottom:10px;margin-top:0}.warning-note{background-color:#fff9e6;border-left:4px solid #ffd700;padding:10px;margin-top:15px}.requirements-section{background-color:#f0f0f0;padding:10px;border-radius:5px;margin-top:15px}.error-container{max-width:600px;margin:40px auto;padding:20px;background-color:#fff0f0;border-radius:8px;border-left:5px solid #e63946;text-align:center}.error-container h3{color:#e63946;margin-top:0}.loading-spinner{display:flex;justify-content:center;margin:20px 0}.spinner{width:40px;height:40px;border:4px solid rgba(0,0,0,.1);border-radius:50%;border-left-color:#0056b3;animation:spin 1s ease infinite}button,.cta-button,.navbar-links .cta-button{position:relative;color:#fff!important}button:active,.cta-button:active,.navbar-links .cta-button:active{color:#fff!important;opacity:.9}.category-sidebar{width:250px;flex-shrink:0}@media (max-width: 768px){.questionnaire-container{flex-direction:column}.category-sidebar{width:100%}}.navbar .cta-button,.navbar-links .cta-button{color:#fff!important;font-weight:500;text-transform:none}.navbar .cta-button:active,.navbar-links .cta-button:active,.navbar .cta-button:focus,.navbar-links .cta-button:focus{opacity:.9;color:#fff!important}button:active{color:#fff!important}.assessment-page-header{text-align:center;margin-bottom:30px}.questionnaire-box{max-width:800px;margin:0 auto}.questionnaire-container{max-width:1100px}.page-container.assessment-page{max-width:1000px;margin:0 auto;text-align:center}.assessment-page-header{margin-bottom:30px}.assessment-page-header h2{margin-bottom:10px}.assessment-intro{max-width:700px;margin:0 auto 20px}.assessment-start-container{display:flex;justify-content:center;margin:40px 0}.questionnaire-container{display:flex;justify-content:center;max-width:1100px;margin:0 auto;gap:20px}.questionnaire{max-width:800px;margin:0 auto}.question-text{text-align:center}.yes-no-buttons{justify-content:center}.start-assessment-button{background-color:#2563eb;color:#fff;padding:15px 30px;font-size:1.1rem;font-weight:600;border:none;cursor:pointer;transition:background-color .3s;border-radius:50px;min-width:250px}.start-assessment-button:hover{background-color:#1d4ed8}.multi-select-container{max-width:400px;margin:20px auto;text-align:left}.continue-button-container{display:flex;justify-content:center;margin-top:20px}@media (max-width: 768px){.questionnaire-container{flex-direction:column}.category-sidebar{width:100%;max-width:450px;margin:0 auto 20px}}.questionnaire-container{display:flex;justify-content:center;max-width:1000px;margin:0 auto;gap:20px}.questionnaire{flex:1;max-width:700px;text-align:center}.question{text-align:center}.question h3{text-align:center;margin-bottom:25px}.progress-container{max-width:100%;margin:0 auto 10px}.category-selection,.multi-select-container{margin:0 auto;max-width:400px}.yes-no-buttons{display:flex;justify-content:center;gap:20px;margin:25px auto}.dropdown-container{max-width:400px;margin:0 auto 20px}.category-sidebar ul{padding-left:10px}.mode-selection{max-width:1000px;margin:0 auto}.simplified-mode-selection{max-width:800px;margin:0 auto;padding:20px;text-align:center}.simplified-mode-selection h2{color:#1e40af;margin-bottom:20px;font-size:2rem;font-weight:700}.mode-description{font-size:1.3rem;font-weight:500;margin-bottom:30px;color:#1e3a8a}.mode-buttons{display:flex;justify-content:center;gap:20px;margin:30px 0}@media (max-width: 768px){.mode-buttons{flex-direction:column;align-items:center}}.mode-button{width:300px;height:150px;border-radius:8px;border:none;cursor:pointer;transition:transform .2s,box-shadow .2s;padding:0;overflow:hidden;display:flex;flex-direction:column;text-align:center;box-shadow:0 4px 6px #0000001a}.mode-button:hover{transform:translateY(-5px);box-shadow:0 8px 15px #0003}.mode-button-content{padding:20px;height:100%;display:flex;flex-direction:column;justify-content:center;align-items:center}.mode-button h3{margin:0 0 12px;font-size:1.5rem;font-weight:700;color:#1a365d}.mode-button p{margin:0;font-size:1.1rem;line-height:1.5;font-weight:500}.streamlined-mode{background-color:#e0f2fe;border:3px solid #2563eb;color:#1e40af}.streamlined-mode:hover{background-color:#bfdbfe}.exploration-mode{background-color:#eff6ff;border:3px solid #3b82f6;color:#1e40af}.exploration-mode:hover{background-color:#dbeafe}.visa-documents{margin-top:20px;border-radius:8px;overflow:hidden}.expand-button{width:100%;padding:12px 20px;background-color:#4a90e2;color:#fff;border:none;border-radius:4px;cursor:pointer;font-size:16px;font-weight:500;transition:background-color .3s ease;display:flex;align-items:center;justify-content:center}.expand-button:hover{background-color:#357abd}.expand-button.expanded{border-bottom-left-radius:0;border-bottom-right-radius:0}.documents-container{background-color:#f8f9fa;padding:20px;border:1px solid #e9ecef;border-top:none;border-bottom-left-radius:4px;border-bottom-right-radius:4px}.documents-container h3{margin-top:0;margin-bottom:20px;color:#2c3e50;font-size:1.2em}.documents-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:15px;margin-bottom:20px}.document-item{display:flex;align-items:center;padding:12px;background-color:#fff;border-radius:6px;box-shadow:0 2px 4px #0000000d;transition:transform .2s ease,box-shadow .2s ease}.document-item:hover{transform:translateY(-2px);box-shadow:0 4px 6px #0000001a}.document-icon{margin-right:12px;font-size:1.2em}.document-text{color:#2c3e50;font-size:.95em}.documents-disclaimer{margin-top:20px;color:#6c757d;font-size:.9em;text-align:center;font-style:italic}.visa-carousel-container{width:100%;max-width:1200px;margin:60px auto;padding:0 20px;overflow:hidden}.visa-carousel-title{text-align:center;font-size:2rem;margin-bottom:30px;color:#1e3a8a;font-weight:700}.visa-category-tabs{display:flex;flex-wrap:nowrap;overflow-x:auto;gap:10px;margin-bottom:30px;padding-bottom:5px;scrollbar-width:thin;scrollbar-color:#4a90e2 #f0f0f0}.visa-category-tabs::-webkit-scrollbar{height:4px}.visa-category-tabs::-webkit-scrollbar-track{background:#f0f0f0}.visa-category-tabs::-webkit-scrollbar-thumb{background-color:#4a90e2;border-radius:10px}.category-tab{white-space:nowrap;flex-shrink:0;padding:10px 16px;background-color:#f0f0f0;border:none;border-radius:20px;font-size:.9rem;font-weight:500;color:#555;cursor:pointer;transition:all .3s ease}.category-tab.active{background-color:#4a90e2;color:#fff;transform:translateY(-2px);box-shadow:0 3px 8px #4a90e24d}.category-tab:hover:not(.active){background-color:#e0e0e0;transform:translateY(-1px)}.visa-cards-container{position:relative;width:100%;overflow:hidden;padding:10px 0}.visa-cards-track{display:flex;transition:transform .5s ease;gap:20px;padding:10px 5px}.visa-card{flex:0 0 260px;perspective:1000px;transition:all .3s ease}.visa-card.active .visa-card-inner{box-shadow:0 10px 20px #00000026;transform:translateY(-5px) rotateY(0);border-color:#4a90e2}.visa-card-inner{width:100%;height:100%;padding:20px;border-radius:12px;background:#fff;box-shadow:0 5px 15px #0000001a;border:1px solid #e0e0e0;transition:all .4s ease;display:flex;flex-direction:column;justify-content:space-between;transform:rotateY(5deg)}.visa-card:hover .visa-card-inner{transform:translateY(-5px) rotateY(0);box-shadow:0 10px 25px #00000026;border-color:#4a90e2}.visa-type{font-size:1.4rem;color:#1e3a8a;margin:0 0 10px;font-weight:700}.visa-description{font-size:.95rem;color:#555;line-height:1.5;flex-grow:1;margin:0 0 15px}.visa-learn-more{display:inline-block;background-color:#4a90e2;color:#fff;padding:8px 16px;border-radius:20px;text-decoration:none;font-size:.9rem;font-weight:500;transition:all .3s ease;align-self:flex-start}.visa-learn-more:hover{background-color:#1e3a8a;transform:translateY(-2px);box-shadow:0 3px 8px #4a90e266}.visa-carousel-controls{display:flex;justify-content:center;margin-top:20px}.visa-indicators{display:flex;gap:10px}.visa-indicator{width:10px;height:10px;border-radius:50%;background-color:#ddd;cursor:pointer;transition:all .3s ease}.visa-indicator.active{background-color:#4a90e2;transform:scale(1.2)}@media (max-width: 768px){.visa-carousel-title{font-size:1.6rem}.visa-cards-container{padding:0}.visa-card{flex:0 0 240px;height:200px}.visa-type{font-size:1.2rem}.visa-description{font-size:.85rem}}.home-visa-carousel-section{width:100%;background-color:#f8f9fa;padding:50px 0;margin-top:50px;border-top:1px solid #e9ecef}.home-visa-carousel-section .visa-carousel-container{margin-top:0}@media (max-width: 768px){.home-visa-carousel-section{padding:30px 0;margin-top:30px}}.visa-type-ticker{width:100vw;position:relative;left:calc(-50vw + 50%);background-color:#1e3a8a;color:#fff;padding:30px 0;overflow:hidden;margin-bottom:40px}.visa-ticker-title{text-align:center;font-size:1.8rem;margin-bottom:25px;color:#fff;font-weight:600}.visa-ticker-wrapper{width:100%;overflow:hidden;height:80px;position:relative}.visa-ticker-scroller{display:flex;position:absolute;white-space:nowrap;will-change:transform;width:-moz-fit-content;width:fit-content}.visa-ticker-scroller.scrolling{animation:scroll var(--scroll-duration, 60s) linear infinite}.visa-ticker-item{display:inline-flex;align-items:center;justify-content:center;font-size:2.5rem;font-weight:700;margin:0 24px;color:#fff;text-shadow:0 2px 4px rgba(0,0,0,.2);opacity:.6;transition:all .5s ease}.visa-ticker-item:hover{opacity:1;transform:scale(1.1)}@keyframes scroll{0%{transform:translate(0)}to{transform:translate(var(--scroll-width, -100%))}}@media (max-width: 768px){.visa-ticker-title{font-size:1.5rem}.visa-ticker-item{font-size:2rem;margin:0 15px}.visa-ticker-wrapper{height:60px}}.main-hero-section{width:100%;background:linear-gradient(135deg,#0a2472,#1e3a8a 80%,#3a0ca3);color:#fff;padding:100px 20px 80px;text-align:center;position:relative;overflow:hidden;border-bottom:6px solid #e63946}.main-hero-section:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:url(/images/usa-stars.png);background-size:300px;opacity:.07;z-index:1}.main-hero-section:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-image:url(/images/usa-map-dots.png);background-size:cover;background-position:center;opacity:.1;z-index:1}.main-hero-content{max-width:800px;margin:0 auto;position:relative;z-index:2}.main-hero-title{font-size:4rem;font-weight:800;margin-bottom:20px;letter-spacing:-.5px;text-shadow:0 2px 10px rgba(0,0,0,.3);color:#fff;position:relative;display:inline-block}.main-hero-title:after{content:"";position:absolute;bottom:-10px;left:50%;transform:translate(-50%);width:100px;height:4px;background:linear-gradient(90deg,#e63946,#fff,#0a2472);border-radius:2px}.main-hero-subtitle{font-size:1.8rem;font-weight:500;margin-bottom:30px;line-height:1.4;color:#f1faee}.main-hero-description{font-size:1.2rem;max-width:600px;margin:0 auto 40px;line-height:1.6;opacity:.9;color:#f1faee}.main-cta-button{background:linear-gradient(135deg,#e63946,#d62828);color:#fff;font-size:1.2rem;font-weight:600;padding:15px 35px;border:2px solid white;border-radius:50px;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px #00000040;text-shadow:0 1px 2px rgba(0,0,0,.2)}.main-cta-button:hover{transform:translateY(-3px);box-shadow:0 8px 25px #0000004d;background:linear-gradient(135deg,#d62828,#c71f37)}.home-hero-section{width:100%;padding:60px 0;margin-top:20px;background-color:#f8f9fa;border-top:1px solid #e9ecef;border-bottom:1px solid #e9ecef}@media (max-width: 768px){.main-hero-section{padding:60px 20px}.main-hero-title{font-size:3rem}.main-hero-subtitle{font-size:1.5rem}.main-hero-description{font-size:1.1rem}.main-cta-button{padding:12px 30px;font-size:1.1rem}}.auth-button{display:inline-block;padding:8px 16px;border-radius:4px;font-weight:500;cursor:pointer;transition:all .3s ease;border:none;margin-left:10px}.login-button{background-color:#4361ee;color:#fff}.login-button:hover{background-color:#3a56d4;transform:translateY(-2px);box-shadow:0 2px 5px #0003}.logout-button{background-color:#f8f9fa;color:#333;border:1px solid #ddd}.logout-button:hover{background-color:#e9ecef}.user-menu{position:relative;display:inline-block}.user-info{display:flex;align-items:center;cursor:pointer;padding:5px;border-radius:4px}.user-info:hover{background-color:#f8f9fa}.user-avatar{width:32px;height:32px;border-radius:50%;margin-right:8px}.user-name{font-weight:500;margin-right:5px}.accordion-button{color:#000!important;font-weight:500}.accordion-button:not(.collapsed){color:#000!important}/*! tailwindcss v4.1.12 | MIT License | https://tailwindcss.com */@layer properties{@supports ((-webkit-hyphens:none) and (not (margin-trim:inline))) or ((-moz-orient:inline) and (not (color:rgb(from red r g b)))){*,:before,:after,::backdrop{--tw-rotate-x:initial;--tw-rotate-y:initial;--tw-rotate-z:initial;--tw-skew-x:initial;--tw-skew-y:initial;--tw-border-style:solid;--tw-shadow:0 0 #0000;--tw-shadow-color:initial;--tw-shadow-alpha:100%;--tw-inset-shadow:0 0 #0000;--tw-inset-shadow-color:initial;--tw-inset-shadow-alpha:100%;--tw-ring-color:initial;--tw-ring-shadow:0 0 #0000;--tw-inset-ring-color:initial;--tw-inset-ring-shadow:0 0 #0000;--tw-ring-inset:initial;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-offset-shadow:0 0 #0000;--tw-outline-style:solid;--tw-blur:initial;--tw-brightness:initial;--tw-contrast:initial;--tw-grayscale:initial;--tw-hue-rotate:initial;--tw-invert:initial;--tw-opacity:initial;--tw-saturate:initial;--tw-sepia:initial;--tw-drop-shadow:initial;--tw-drop-shadow-color:initial;--tw-drop-shadow-alpha:100%;--tw-drop-shadow-size:initial;--tw-duration:initial;--tw-scale-x:1;--tw-scale-y:1;--tw-scale-z:1}}}.collapse{visibility:collapse}.invisible{visibility:hidden}.visible{visibility:visible}.sr-only{clip:rect(0,0,0,0);white-space:nowrap;border-width:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.absolute{position:absolute}.fixed{position:fixed}.relative{position:relative}.isolate{isolation:isolate}.z-10{z-index:10}.z-50{z-index:50}.container{width:100%}.mx-auto{margin-inline:auto}.ms-auto{margin-inline-start:auto}.mt-auto{margin-top:auto}.block{display:block}.contents{display:contents}.flex{display:flex}.grid{display:grid}.hidden{display:none}.inline{display:inline}.inline-block{display:inline-block}.inline-flex{display:inline-flex}.table{display:table}.max-h-full{max-height:100%}.min-h-screen{min-height:100vh}.w-1\/2{width:50%}.w-1\/3{width:33.3333%}.w-1\/4{width:25%}.w-full{width:100%}.min-w-full{min-width:100%}.flex-grow,.flex-grow-1,.grow{flex-grow:1}.transform{transform:var(--tw-rotate-x,)var(--tw-rotate-y,)var(--tw-rotate-z,)var(--tw-skew-x,)var(--tw-skew-y,)}.cursor-not-allowed{cursor:not-allowed}.resize{resize:both}.list-disc{list-style-type:disc}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.flex-col{flex-direction:column}.flex-row{flex-direction:row}.flex-nowrap{flex-wrap:nowrap}.flex-wrap{flex-wrap:wrap}.items-center{align-items:center}.items-start{align-items:flex-start}.justify-between{justify-content:space-between}.justify-center{justify-content:center}.overflow-auto{overflow:auto}.overflow-hidden{overflow:hidden}.overflow-x-auto{overflow-x:auto}.overflow-y-auto{overflow-y:auto}.rounded-full{border-radius:3.40282e38px}.border{border-style:var(--tw-border-style);border-width:1px}.border-0{border-style:var(--tw-border-style);border-width:0}.border-2{border-style:var(--tw-border-style);border-width:2px}.border-t{border-top-style:var(--tw-border-style);border-top-width:1px}.border-b{border-bottom-style:var(--tw-border-style);border-bottom-width:1px}.border-t-transparent{border-top-color:#0000}.bg-gradient-to-r{--tw-gradient-position:to right in oklab;background-image:linear-gradient(var(--tw-gradient-stops))}.text-left{text-align:left}.text-nowrap{text-wrap:nowrap}.whitespace-pre-wrap{white-space:pre-wrap}.italic{font-style:italic}.underline{text-decoration-line:underline}.ring{--tw-ring-shadow:var(--tw-ring-inset,)0 0 0 calc(1px + var(--tw-ring-offset-width))var(--tw-ring-color,currentcolor);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.outline{outline-style:var(--tw-outline-style);outline-width:1px}.filter{filter:var(--tw-blur,)var(--tw-brightness,)var(--tw-contrast,)var(--tw-grayscale,)var(--tw-hue-rotate,)var(--tw-invert,)var(--tw-saturate,)var(--tw-sepia,)var(--tw-drop-shadow,)}.transition{transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to,opacity,box-shadow,transform,translate,scale,rotate,filter,backdrop-filter,display,visibility,content-visibility,overlay,pointer-events;transition-timing-function:var(--tw-ease,ease);transition-duration:var(--tw-duration,0s)}.transition-all{transition-property:all;transition-timing-function:var(--tw-ease,ease);transition-duration:var(--tw-duration,0s)}.transition-colors{transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to;transition-timing-function:var(--tw-ease,ease);transition-duration:var(--tw-duration,0s)}.duration-200{--tw-duration:.2s;transition-duration:.2s}.file\:border-0::file-selector-button{border-style:var(--tw-border-style);border-width:0}@media (hover:hover){.hover\:scale-105:hover{--tw-scale-x:105%;--tw-scale-y:105%;--tw-scale-z:105%;scale:var(--tw-scale-x)var(--tw-scale-y)}}.disabled\:opacity-50:disabled{opacity:.5}:root{--primary-bg:#0a1929;--secondary-bg:#0d2b4d;--accent-red:#bf0a30;--accent-blue:#002868;--text-light:#fff;--text-muted:#a0aec0;--card-bg:#1e3a8a66;--card-border:#1e40af80}*{box-sizing:border-box;margin:0;padding:0}#root{height:100%;overflow-x:hidden}html,body{height:100%;margin:0;padding:0;overflow-x:hidden}body{color:var(--text-light);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overscroll-behavior:none;background:linear-gradient(135deg,#0a1929,#0d2b4d) fixed;font-family:Inter,sans-serif;line-height:1.6}a{color:inherit;text-decoration:none}button{cursor:pointer;font-family:inherit}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 1rem}.text-center{text-align:center}.text-white{color:var(--text-light)}.text-muted{color:var(--text-muted)}.bg-gradient{background:linear-gradient(135deg,var(--primary-bg)0%,var(--secondary-bg)100%)}.shadow-lg{box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}.hidden-mobile{display:none}@media (min-width:768px){.hidden-mobile{display:block}}.glass{-webkit-backdrop-filter:blur(10px);background:#0d2b4d80;border:1px solid #ffffff1a;border-radius:10px}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.fade-in{animation:.5s ease-in-out fadeIn}.wizard-completion-container{text-align:center;flex-direction:column;justify-content:center;align-items:center;max-width:600px;margin:0 auto;padding:2rem;display:flex}.wizard-completion-icon{margin-bottom:2rem}.wizard-checkmark-circle{background:linear-gradient(135deg,#10b981,#059669);border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;margin:0 auto;animation:.6s ease-out checkmarkPulse;display:flex;box-shadow:0 4px 20px #10b9814d}.wizard-checkmark{color:#fff;font-size:2rem;font-weight:700;animation:.8s ease-out .2s both checkmarkAppear}@keyframes checkmarkPulse{0%{opacity:0;transform:scale(.8)}50%{transform:scale(1.1)}to{opacity:1;transform:scale(1)}}@keyframes checkmarkAppear{0%{opacity:0;transform:scale(0)}to{opacity:1;transform:scale(1)}}.wizard-completion-content{margin-bottom:2rem}.wizard-completion-title{color:#fff;-webkit-text-fill-color:transparent;background:linear-gradient(135deg,#10b981,#059669);-webkit-background-clip:text;background-clip:text;margin-bottom:1rem;font-size:2rem;font-weight:700}.wizard-completion-description{color:#fffc;margin-bottom:2rem;font-size:1.1rem;line-height:1.6}.wizard-completion-features{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;margin-bottom:2rem;display:grid}.wizard-feature-item{color:#ffffffe6;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:8px;align-items:center;gap:.5rem;padding:.75rem 1rem;font-size:.9rem;transition:all .3s;display:flex}.wizard-feature-item:hover{background:#ffffff14;transform:translateY(-2px)}.wizard-feature-icon{flex-shrink:0;font-size:1.2rem}.wizard-completion-footer{flex-direction:column;align-items:center;gap:1rem;display:flex}.wizard-completion-note{color:#ffffffb3;margin:0;font-size:.9rem}.wizard-completion-spinner{justify-content:center;display:flex}.wizard-spinner-small{border:2px solid #fff3;border-top-color:#10b981;border-radius:50%;width:20px;height:20px;animation:1s linear infinite spin}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.pdf-generation-container{background:linear-gradient(135deg,#667eea,#764ba2);flex-direction:column;justify-content:center;align-items:center;min-height:100vh;padding:2rem;display:flex}.pdf-generation-content{text-align:center;background:#fff;border-radius:20px;width:100%;max-width:600px;padding:3rem;box-shadow:0 20px 40px #0000001a}.pdf-generation-header{margin-bottom:3rem}.pdf-generation-icon{margin-bottom:1.5rem}.pdf-icon-circle{color:#fff;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;margin:0 auto;font-size:2rem;display:flex;box-shadow:0 8px 20px #667eea4d}.pdf-generation-title{color:#1f2937;margin-bottom:1rem;font-size:2.5rem;font-weight:700;line-height:1.2}.pdf-generation-subtitle{color:#6b7280;margin:0;font-size:1.125rem;line-height:1.5}.pdf-progress-section{margin-bottom:3rem}.pdf-progress-container{margin-bottom:1rem}.pdf-progress-bar{background-color:#e5e7eb;border-radius:6px;width:100%;height:12px;margin-bottom:.5rem;overflow:hidden}.pdf-progress-fill{background:linear-gradient(90deg,#10b981,#059669);border-radius:6px;height:100%;transition:width .8s ease-in-out;box-shadow:0 2px 8px #10b9814d}.pdf-progress-text{color:#10b981;margin-bottom:.5rem;font-size:1.5rem;font-weight:600}.pdf-step-indicator{color:#6b7280;font-size:.875rem;font-weight:500}.pdf-status-section{margin-bottom:3rem}.pdf-status-message{color:#374151;margin-bottom:1.5rem;font-size:1.125rem;font-weight:500;line-height:1.5}.pdf-generating-indicator{color:#6b7280;background:#f3f4f6;border-radius:12px;justify-content:center;align-items:center;gap:.75rem;padding:1rem;font-size:.875rem;display:flex}.pdf-spinner{border:2px solid #e5e7eb;border-top-color:#10b981;border-radius:50%;width:20px;height:20px;animation:1s linear infinite spin}.pdf-completion-screen{padding:2rem 0}.pdf-completion-icon{margin-bottom:2rem}.pdf-checkmark-circle{background:linear-gradient(135deg,#10b981,#059669);border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;margin:0 auto;animation:.6s ease-out checkmarkPulse;display:flex;box-shadow:0 8px 20px #10b9814d}.pdf-checkmark{color:#fff;font-size:2rem;font-weight:700;animation:.8s ease-out .2s both checkmarkAppear}.pdf-completion-content{max-width:500px;margin:0 auto}.pdf-completion-title{color:#1f2937;margin-bottom:1rem;font-size:2rem;font-weight:700;line-height:1.2}.pdf-completion-description{color:#6b7280;margin-bottom:2rem;font-size:1.125rem;line-height:1.6}.pdf-completion-features{grid-template-columns:repeat(2,1fr);gap:1rem;margin-bottom:2rem;display:grid}.pdf-feature-item{color:#374151;background:#f8fafc;border-radius:12px;align-items:center;gap:.75rem;padding:1rem;font-size:.875rem;font-weight:500;display:flex}.pdf-feature-icon{flex-shrink:0;font-size:1.25rem}.pdf-completion-footer{border-top:1px solid #e5e7eb;padding-top:1rem}.pdf-completion-footer p{color:#6b7280;justify-content:center;align-items:center;gap:.5rem;margin:0;font-size:.875rem;display:flex}.pdf-completion-footer p:before{content:"⏳";animation:2s infinite pulse}.pdf-pro-tip{text-align:left;background:linear-gradient(135deg,#fef3c7,#fde68a);border-radius:16px;padding:1.5rem}.pdf-pro-tip-title{color:#92400e;align-items:center;gap:.5rem;margin-bottom:.75rem;font-size:1.125rem;font-weight:600;display:flex}.pdf-pro-tip-title:before{content:"💡";font-size:1.25rem}.pdf-pro-tip-content{color:#78350f;margin:0;font-size:.875rem;line-height:1.5}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}@media (max-width:768px){.wizard-completion-container{padding:1.5rem}.wizard-completion-title{font-size:1.5rem}.wizard-completion-features{grid-template-columns:1fr}.wizard-checkmark-circle{width:60px;height:60px}.wizard-checkmark{font-size:1.5rem}.pdf-generation-content{margin:1rem;padding:2rem}.pdf-generation-title{font-size:2rem}.pdf-completion-features{grid-template-columns:1fr}.pdf-feature-item{padding:.75rem}}@media (max-width:480px){.pdf-generation-container{padding:1rem}.pdf-generation-content{padding:1.5rem}.pdf-generation-title{font-size:1.75rem}.pdf-generation-subtitle{font-size:1rem}}@property --tw-rotate-x{syntax:"*";inherits:false}@property --tw-rotate-y{syntax:"*";inherits:false}@property --tw-rotate-z{syntax:"*";inherits:false}@property --tw-skew-x{syntax:"*";inherits:false}@property --tw-skew-y{syntax:"*";inherits:false}@property --tw-border-style{syntax:"*";inherits:false;initial-value:solid}@property --tw-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-shadow-color{syntax:"*";inherits:false}@property --tw-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-inset-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-inset-shadow-color{syntax:"*";inherits:false}@property --tw-inset-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-ring-color{syntax:"*";inherits:false}@property --tw-ring-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-inset-ring-color{syntax:"*";inherits:false}@property --tw-inset-ring-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-ring-inset{syntax:"*";inherits:false}@property --tw-ring-offset-width{syntax:"<length>";inherits:false;initial-value:0}@property --tw-ring-offset-color{syntax:"*";inherits:false;initial-value:#fff}@property --tw-ring-offset-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-outline-style{syntax:"*";inherits:false;initial-value:solid}@property --tw-blur{syntax:"*";inherits:false}@property --tw-brightness{syntax:"*";inherits:false}@property --tw-contrast{syntax:"*";inherits:false}@property --tw-grayscale{syntax:"*";inherits:false}@property --tw-hue-rotate{syntax:"*";inherits:false}@property --tw-invert{syntax:"*";inherits:false}@property --tw-opacity{syntax:"*";inherits:false}@property --tw-saturate{syntax:"*";inherits:false}@property --tw-sepia{syntax:"*";inherits:false}@property --tw-drop-shadow{syntax:"*";inherits:false}@property --tw-drop-shadow-color{syntax:"*";inherits:false}@property --tw-drop-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-drop-shadow-size{syntax:"*";inherits:false}@property --tw-duration{syntax:"*";inherits:false}@property --tw-scale-x{syntax:"*";inherits:false;initial-value:1}@property --tw-scale-y{syntax:"*";inherits:false;initial-value:1}@property --tw-scale-z{syntax:"*";inherits:false;initial-value:1}
