@import"https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,700;1,400&family=Inter:wght@300;400;500;600&display=swap";@import"https://fonts.googleapis.com/icon?family=Material+Icons+Round";body:after{content:"";position:fixed;inset:0;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.65' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)'/%3E%3C/svg%3E");opacity:.015;z-index:-1;pointer-events:none}.cc-main-container{display:flex;min-height:calc(100vh - 8rem);background:transparent;gap:2rem;padding:2rem;max-width:90rem;margin:0 auto}@media(max-width:1024px){.cc-main-container{flex-direction:column;padding:1rem}}.cc-tabs-nav{width:280px;background:#fffc;border-radius:1.5rem;padding:1.5rem;display:flex;flex-direction:column;gap:.5rem;border:1px solid rgba(226,232,240,.8);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);flex-shrink:0;height:fit-content;box-shadow:0 4px 6px -1px #0000000d}.dark .cc-tabs-nav{background:#1e293b99;border-color:#33415580}@media(max-width:1024px){.cc-tabs-nav{width:100%;flex-direction:row;overflow-x:auto;padding:1rem}.cc-nav-header,.cc-tab-text,.cc-tab-arrow{display:none!important}.cc-tab-btn{padding:.75rem!important;justify-content:center}}.cc-nav-header{margin-bottom:1.5rem;padding:0 .5rem}.cc-nav-header h2{font-family:Playfair Display,serif;font-size:1.25rem;font-weight:700;color:#0f172a}.dark .cc-nav-header h2{color:#f1f5f9}.cc-nav-header p{font-size:.75rem;text-transform:uppercase;letter-spacing:.1em;color:#64748b;font-weight:700}.cc-tab-btn{display:flex;align-items:center;gap:1rem;padding:1rem;border:none;background:transparent;border-radius:1rem;cursor:pointer;transition:all .3s ease;text-align:left;color:#64748b;width:100%}.dark .cc-tab-btn{color:#94a3b8}.cc-tab-btn:hover{background:#f1f5f9cc;color:#0f172a}.dark .cc-tab-btn:hover{background:#33415580;color:#f1f5f9}.cc-tab-btn.active{background:#004b9a;color:#fff;box-shadow:0 10px 15px -3px #004b9a33}.dark .cc-tab-btn.active{background:#004b9a;color:#fff}.cc-tab-icon{width:24px;height:24px;display:flex;align-items:center;justify-content:center}.cc-tab-icon svg{width:100%;height:100%;stroke:currentColor}.cc-tab-text{flex-grow:1}.cc-tab-title{font-weight:600;font-size:.9rem;line-height:1.2}.cc-tab-subtitle{font-size:.7rem;opacity:.8;margin-top:2px}.cc-tab-arrow svg{width:16px;height:16px;stroke:currentColor;opacity:.5}.cc-tabs-content{flex-grow:1;min-width:0}.cc-tab-panel{animation:fadeIn .4s ease-out}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.cc-panel-header{margin-bottom:2rem}.cc-panel-badge{display:inline-block;padding:.25rem .75rem;background:#004b9a1a;color:#004b9a;border-radius:9999px;font-size:.7rem;font-weight:800;text-transform:uppercase;letter-spacing:.1em;margin-bottom:1rem}.dark .cc-panel-badge{background:#004b9a4d;color:#60a5fa}.cc-panel-title{font-family:Playfair Display,serif;font-size:2.5rem;font-weight:700;color:#0f172a;margin-bottom:.5rem}.dark .cc-panel-title{color:#f1f5f9}.cc-panel-description{color:#64748b;font-size:1.1rem;max-width:600px}.dark .cc-panel-description{color:#94a3b8}.cc-stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem;margin-bottom:2rem}.cc-stat-item{background:#fff;padding:1.5rem;border-radius:1.25rem;border:1px solid #e2e8f0;box-shadow:0 4px 6px -1px #00000005}.dark .cc-stat-item{background:#1e293b99;border-color:#33415580}.cc-stat-value{font-size:2rem;font-weight:800;color:#0f172a;line-height:1;margin-bottom:.5rem;font-family:Playfair Display,serif}.dark .cc-stat-value{color:#f1f5f9}.cc-stat-label{font-size:.75rem;text-transform:uppercase;letter-spacing:.1em;color:#64748b;font-weight:700}.cc-content-card{background:#fff;border-radius:1.5rem;padding:2rem;border:1px solid #e2e8f0;margin-bottom:2rem;box-shadow:0 4px 6px -1px #00000005}.dark .cc-content-card{background:#1e293b66;border-color:#33415580}.cc-card-header{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem}.cc-card-icon{width:40px;height:40px;border-radius:10px;background:#004b9a1a;color:#004b9a;display:flex;align-items:center;justify-content:center}.dark .cc-card-icon{background:#004b9a33;color:#60a5fa}.cc-card-icon svg{width:20px;height:20px;stroke:currentColor}.cc-card-title{font-size:1.25rem;font-weight:700;color:#0f172a}.dark .cc-card-title{color:#f1f5f9}.cc-card-text{color:#64748b;line-height:1.6;margin-bottom:1.5rem}.dark .cc-card-text{color:#94a3b8}.cc-progress-bar-container{margin-top:1rem}.cc-progress-label{display:flex;justify-content:space-between;font-size:.75rem;font-weight:700;color:#64748b;margin-bottom:.5rem}.cc-progress-bar{height:8px;background:#f1f5f9;border-radius:4px;overflow:hidden}.dark .cc-progress-bar{background:#334155}.cc-progress-fill{height:100%;background:#004b9a;border-radius:4px}.cc-feature-list{list-style:none;padding:0;margin:0}.cc-feature-list li{padding:1rem 0;border-bottom:1px solid #e2e8f0;color:#475569;display:flex;align-items:center;gap:.75rem}.dark .cc-feature-list li{border-color:#334155;color:#94a3b8}.cc-feature-list li:before{content:"";display:block;width:6px;height:6px;border-radius:50%;background:#004b9a}.cc-feature-list li:last-child{border-bottom:none}.cc-toggle-group{display:flex;flex-direction:column;gap:1.5rem}.cc-toggle-item{display:flex;justify-content:space-between;align-items:center}.cc-toggle-info h4{font-weight:700;font-size:.9rem;color:#0f172a;margin-bottom:.25rem}.dark .cc-toggle-info h4{color:#f1f5f9}.cc-toggle-info p{font-size:.8rem;color:#64748b}.cc-toggle-switch{width:44px;height:24px;background:#cbd5e1;border-radius:12px;position:relative;cursor:pointer;transition:all .3s ease}.dark .cc-toggle-switch{background:#475569}.cc-toggle-switch.active{background:#004b9a}.cc-toggle-switch:after{content:"";position:absolute;top:2px;left:2px;width:20px;height:20px;background:#fff;border-radius:50%;transition:all .3s ease;box-shadow:0 1px 3px #0000001a}.cc-toggle-switch.active:after{transform:translate(20px)}.material-symbols-outlined{font-variation-settings:"FILL" 0,"wght" 300,"GRAD" 0,"opsz" 24}.motion-line{position:absolute;height:1px;background:linear-gradient(90deg,transparent,rgba(0,75,154,.1),transparent);width:100%;z-index:-1}.dark .motion-line{background:linear-gradient(90deg,transparent,rgba(0,158,69,.05),transparent)}.map-container{filter:grayscale(100%) contrast(1.1);transition:filter .5s ease}.map-container:hover{filter:grayscale(20%) contrast(1)}.dark .map-container{filter:grayscale(100%) invert(1) hue-rotate(180deg) brightness(.8)}.calendar-grid{display:grid;grid-template-columns:repeat(7,1fr)}.slot-pill:hover{border-color:#004b9a;color:#004b9a;background-color:#004b9a0d}.scroll-animate{opacity:0;transform:translateY(30px);transition:opacity .7s cubic-bezier(.645,.045,.355,1),transform .7s cubic-bezier(.645,.045,.355,1);transition-delay:var(--delay, 0s)}.scroll-animate.is-visible{opacity:1;transform:translateY(0)}body:before{content:"";position:fixed;inset:0;background:radial-gradient(circle at 15% 15%,rgba(0,75,154,.06) 0%,transparent 40%),radial-gradient(circle at 85% 25%,rgba(0,158,69,.04) 0%,transparent 40%),radial-gradient(circle at 50% 50%,rgba(0,75,154,.02) 0%,transparent 60%),radial-gradient(circle at 20% 85%,rgba(0,158,69,.03) 0%,transparent 40%),radial-gradient(circle at 80% 80%,rgba(0,75,154,.05) 0%,transparent 45%);z-index:-2;pointer-events:none}body:after{content:"";position:fixed;inset:0;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.65' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)'/%3E%3C/svg%3E");opacity:.015;z-index:-1;pointer-events:none}.dark body:before{background:radial-gradient(circle at 15% 15%,rgba(0,75,154,.12) 0%,transparent 40%),radial-gradient(circle at 85% 25%,rgba(0,158,69,.08) 0%,transparent 40%),radial-gradient(circle at 50% 50%,rgba(0,75,154,.05) 0%,transparent 70%),radial-gradient(circle at 20% 85%,rgba(0,158,69,.06) 0%,transparent 40%),radial-gradient(circle at 80% 80%,rgba(0,75,154,.09) 0%,transparent 45%)}.dark body:after{opacity:.025}.ambient-blob{position:fixed;width:500px;height:500px;border-radius:50%;filter:blur(100px);z-index:-3;opacity:.35;pointer-events:none;animation:float-ambient 25s infinite alternate ease-in-out}@keyframes float-ambient{0%{transform:translate(0) scale(1) rotate(0)}50%{transform:translate(150px,80px) scale(1.1) rotate(10deg)}to{transform:translate(-50px,150px) scale(.9) rotate(-5deg)}}.ambient-blob-1{top:-150px;left:-150px;background:radial-gradient(circle,rgba(0,75,154,.15),transparent 70%)}.ambient-blob-2{bottom:-150px;right:-150px;background:radial-gradient(circle,rgba(0,158,69,.1),transparent 70%);animation-duration:30s;animation-delay:-5s}
