:root{--white: #ffffff;--black: #0a0a0a;--navy-900: #0f1a2e;--navy-800: #162240;--navy-700: #1e2d50;--navy-600: #2a3f6a;--navy-500: #3b5a8c;--blue-500: #3b82f6;--blue-400: #60a5fa;--blue-300: #93c5fd;--blue-100: #dbeafe;--gray-50: #f8fafc;--gray-100: #f1f5f9;--gray-200: #e2e8f0;--gray-300: #cbd5e1;--gray-400: #94a3b8;--gray-500: #64748b;--gray-600: #475569;--gray-700: #334155;--gray-800: #1e293b;--gray-900: #0f172a;--teal-500: #14b8a6;--teal-400: #2dd4bf;--teal-50: #f0fdfa;--amber-500: #f59e0b;--red-500: #ef4444;--green-500: #22c55e;--font-sans: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--font-mono: "JetBrains Mono", "Fira Code", monospace;--text-xs: .75rem;--text-sm: .875rem;--text-base: 1rem;--text-lg: 1.125rem;--text-xl: 1.25rem;--text-2xl: 1.5rem;--text-3xl: 1.875rem;--text-4xl: 2.25rem;--text-5xl: 3rem;--text-6xl: 3.75rem;--weight-normal: 400;--weight-medium: 500;--weight-semibold: 600;--weight-bold: 700;--weight-extrabold: 800;--radius-sm: 6px;--radius-md: 10px;--radius-lg: 16px;--radius-xl: 24px;--radius-full: 9999px;--shadow-xs: 0 1px 2px rgba(0,0,0,.04);--shadow-sm: 0 1px 3px rgba(0,0,0,.06), 0 1px 2px rgba(0,0,0,.04);--shadow-md: 0 4px 6px rgba(0,0,0,.05), 0 2px 4px rgba(0,0,0,.04);--shadow-lg: 0 10px 25px rgba(0,0,0,.06), 0 4px 10px rgba(0,0,0,.04);--shadow-xl: 0 20px 50px rgba(0,0,0,.08);--shadow-card: 0 1px 3px rgba(0,0,0,.04), 0 8px 24px rgba(0,0,0,.04);--transition: .2s cubic-bezier(.4, 0, .2, 1);--transition-slow: .4s cubic-bezier(.4, 0, .2, 1);--max-width: 1200px;--header-height: 72px}[data-theme=dark]{--white: #0b1120;--black: #f1f5f9;--navy-900: #f1f5f9;--navy-800: #e2e8f0;--navy-700: #94a3b8;--navy-600: #64748b;--navy-500: #475569;--blue-500: #60a5fa;--blue-400: #93c5fd;--blue-300: #bfdbfe;--blue-100: #1e293b;--gray-50: #0f172a;--gray-100: #1e293b;--gray-200: #334155;--gray-300: #475569;--gray-400: #64748b;--gray-500: #94a3b8;--gray-600: #cbd5e1;--gray-700: #e2e8f0;--gray-800: #f1f5f9;--gray-900: #f8fafc;--teal-500: #2dd4bf;--teal-400: #5eead4;--teal-50: #0f2f2a;--amber-500: #fbbf24;--red-500: #f87171;--green-500: #4ade80;--shadow-xs: 0 1px 2px rgba(0,0,0,.3);--shadow-sm: 0 1px 3px rgba(0,0,0,.35);--shadow-md: 0 4px 6px rgba(0,0,0,.4);--shadow-lg: 0 10px 25px rgba(0,0,0,.45);--shadow-xl: 0 20px 50px rgba(0,0,0,.5);--shadow-card: 0 1px 3px rgba(0,0,0,.3), 0 8px 24px rgba(0,0,0,.3)}[data-theme=dark] body{background:var(--white)}[data-theme=dark] .navbar{background:#050b14eb;border-bottom-color:#ffffff0d}[data-theme=dark] .mobile-menu{background:#050b14fa}[data-theme=dark] .navbar-links a{color:#94a3b8}[data-theme=dark] .navbar-links a:hover{background:#ffffff14;color:#f1f5f9}[data-theme=dark] .navbar-links a.active{color:#fff;background:#ffffff1a}[data-theme=dark] .hamburger span{background:#e2e8f0}[data-theme=dark] .theme-toggle{color:#e2e8f0;border-color:#ffffff26}[data-theme=dark] .theme-toggle:hover{background:#ffffff1a}[data-theme=dark] .mobile-menu a{color:#94a3b8}[data-theme=dark] .mobile-menu a:hover{color:#fff;background:#ffffff14}[data-theme=dark] .biller-card,[data-theme=dark] .card,[data-theme=dark] .entity_wrapper,[data-theme=dark] .popular-post-card,[data-theme=dark] .search-box{background:#131c31}[data-theme=dark] .search-box input{color:var(--gray-800)}[data-theme=dark] .toc{background:#ffffff08}[data-theme=dark] .page-header{background:linear-gradient(135deg,#0b1120,#131c31,#1a2744)}[data-theme=dark] .page-header h1{color:#fff}[data-theme=dark] .site-footer{background:#0b1120}[data-theme=dark] .timeline-section{background:linear-gradient(135deg,#0b1120,#131c31)}[data-theme=dark] .hero{background:linear-gradient(135deg,#050b14,#0b1120,#131c31)}[data-theme=dark] .hero-content h1{color:#fff}[data-theme=dark] .hero-content p{color:#94a3b8}[data-theme=dark] .btn-ghost{color:#fff;border-color:#ffffff40}[data-theme=dark] .ad-placeholder{background:#ffffff05;border-color:var(--gray-200)}[data-theme=dark] .btn-ghost:hover{background:#ffffff14;border-color:#fff9;color:#fff}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased}body{font-family:var(--font-sans);color:var(--gray-800);background:var(--white);line-height:1.6}img{max-width:100%;height:auto;display:block}a{color:var(--blue-500);text-decoration:none;transition:color var(--transition)}a:hover{color:var(--navy-600)}ul{list-style:none}.container{width:100%;max-width:var(--max-width);margin:0 auto;padding:0 24px}h1,h2,h3,h4,h5,h6{font-family:var(--font-sans);font-weight:var(--weight-bold);color:var(--navy-900);line-height:1.25;letter-spacing:-.02em}h1{font-size:var(--text-4xl)}h2{font-size:var(--text-3xl)}h3{font-size:var(--text-2xl)}h4{font-size:var(--text-xl)}h5{font-size:var(--text-lg)}h6{font-size:var(--text-base);font-weight:var(--weight-semibold);color:var(--blue-500)}p{color:var(--gray-600);font-size:var(--text-base);line-height:1.7}@media(min-width:768px){h1{font-size:var(--text-5xl)}h2{font-size:var(--text-4xl)}h3{font-size:var(--text-3xl)}}.row{display:flex;flex-wrap:wrap;margin:0 -12px}.row>*{padding:0 12px}.col-12,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-8,.col-lg-10,.col-lg-12,.col-md-4,.col-md-12{flex:0 0 100%;max-width:100%}@media(min-width:768px){.col-md-4{flex:0 0 33.333%;max-width:33.333%}.col-md-12{flex:0 0 100%;max-width:100%}}@media(min-width:992px){.col-lg-4{flex:0 0 33.333%;max-width:33.333%}.col-lg-5{flex:0 0 41.666%;max-width:41.666%}.col-lg-6{flex:0 0 50%;max-width:50%}.col-lg-8{flex:0 0 66.666%;max-width:66.666%}.col-lg-10{flex:0 0 83.333%;max-width:83.333%}.col-lg-12{flex:0 0 100%;max-width:100%}}.text-center{text-align:center}.text-white{color:var(--white)}.text-capitalize{text-transform:capitalize}.d-flex{display:flex}.flex-column{flex-direction:column}.justify-content-center{justify-content:center}.align-items-center{align-items:center}.ms-auto{margin-left:auto}.mx-auto{margin-left:auto;margin-right:auto}.mt-2{margin-top:8px}.mt-3{margin-top:16px}.mt-4{margin-top:24px}.mt-5{margin-top:48px}.mb-2{margin-bottom:8px}.mb-3{margin-bottom:16px}.mb-4{margin-bottom:24px}.mb-5{margin-bottom:48px}.mb-0{margin-bottom:0}.ms-3{margin-left:16px}.pb-2{padding-bottom:8px}.section-padding{padding:80px 0}@media(min-width:768px){.section-padding{padding:120px 0}}.section-header{text-align:center;max-width:640px;margin:0 auto 56px}.section-header h2{margin-bottom:16px}.section-header p{font-size:var(--text-lg);color:var(--gray-500)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;font-family:var(--font-sans);font-size:var(--text-sm);font-weight:var(--weight-semibold);padding:12px 28px;border-radius:var(--radius-full);border:2px solid transparent;cursor:pointer;transition:all var(--transition);white-space:nowrap;line-height:1;text-decoration:none}.btn-primary{background:var(--navy-700);color:var(--white);border-color:var(--navy-700)}.btn-primary:hover{background:var(--navy-900);border-color:var(--navy-900);color:var(--white)}.btn-secondary{background:var(--white);color:var(--navy-700);border-color:var(--gray-200)}.btn-secondary:hover{background:var(--gray-50);border-color:var(--gray-300);color:var(--navy-900)}.btn-ghost{background:transparent;color:var(--white);border-color:#ffffff4d}.btn-ghost:hover{background:#ffffff1a;border-color:var(--white);color:var(--white)}.badge{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:var(--radius-md);font-size:var(--text-sm);font-weight:var(--weight-bold);color:var(--white);background:var(--blue-500);flex-shrink:0}.card{background:var(--white);border-radius:var(--radius-lg);box-shadow:var(--shadow-card);border:1px solid var(--gray-100);transition:all var(--transition)}.card:hover{box-shadow:var(--shadow-lg);transform:translateY(-2px)}.card-padding{padding:28px}.card-overlay{position:relative;border-radius:var(--radius-lg);overflow:hidden;background:linear-gradient(135deg,var(--navy-800),var(--navy-600));min-height:400px}.card-overlay img{width:100%;height:100%;object-fit:cover;position:absolute;inset:0}.card-overlay-content{position:relative;z-index:2;padding:32px;height:100%;display:flex;flex-direction:column;justify-content:flex-end}.card-overlay-overlay{position:absolute;inset:0;background:linear-gradient(to top,#0f1a2ed9,#0f1a2e33);z-index:1}.navbar{position:fixed;top:0;left:0;right:0;z-index:100;height:var(--header-height);background:#0f1a2ef2;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid rgba(255,255,255,.06)}.navbar-inner{display:flex;align-items:center;justify-content:space-between;height:100%;max-width:var(--max-width);margin:0 auto;padding:0 24px}.navbar-brand{display:flex;align-items:center;gap:10px;text-decoration:none}.navbar-brand img{height:38px;width:auto}.navbar-links{display:none;gap:4px}.navbar-links a{padding:8px 16px;border-radius:var(--radius-full);font-size:var(--text-sm);font-weight:var(--weight-medium);color:var(--gray-300);text-decoration:none;transition:all var(--transition)}.navbar-links a:hover{background:#ffffff14;color:var(--white)}.navbar-links a.active{color:var(--white);background:#ffffff1a}.navbar-actions{display:flex;align-items:center;gap:8px}@media(min-width:768px){.navbar-links{display:flex}}.theme-toggle{background:#ffffff14;border:1px solid rgba(255,255,255,.12);border-radius:var(--radius-full);width:38px;height:38px;display:flex;align-items:center;justify-content:center;cursor:pointer;color:var(--white);transition:all var(--transition);padding:0}.theme-toggle:hover{background:#ffffff26}.theme-toggle .sun-icon{display:block}.theme-toggle .moon-icon,[data-theme=dark] .theme-toggle .sun-icon{display:none}[data-theme=dark] .theme-toggle .moon-icon{display:block}.hamburger{display:flex;flex-direction:column;gap:5px;cursor:pointer;padding:8px;background:none;border:none}@media(min-width:768px){.hamburger{display:none}}.hamburger span{display:block;width:24px;height:2px;background:var(--white);border-radius:2px;transition:all var(--transition)}.hamburger.active span:nth-child(1){transform:translateY(7px) rotate(45deg)}.hamburger.active span:nth-child(2){opacity:0}.hamburger.active span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.mobile-menu{position:fixed;top:var(--header-height);left:0;right:0;bottom:0;background:#0f1a2efa;backdrop-filter:blur(16px);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;opacity:0;pointer-events:none;transition:all var(--transition-slow);z-index:99;padding:24px}.mobile-menu.open{opacity:1;pointer-events:all}.mobile-menu a{color:var(--gray-300);font-size:var(--text-xl);font-weight:var(--weight-medium);padding:12px 24px;border-radius:var(--radius-full)}.mobile-menu a:hover{background:#ffffff14;color:var(--white)}@media(min-width:768px){.mobile-menu{display:none}}.hero{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,var(--navy-900) 0%,var(--navy-700) 50%,var(--navy-600) 100%);position:relative;overflow:hidden;padding-top:var(--header-height)}.hero:before{content:"";position:absolute;inset:0;background:radial-gradient(ellipse at 20% 50%,rgba(59,130,246,.15) 0%,transparent 60%),radial-gradient(ellipse at 80% 20%,rgba(20,184,166,.1) 0%,transparent 50%);pointer-events:none}.hero-grid{position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.03) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.03) 1px,transparent 1px);background-size:60px 60px;pointer-events:none}.hero-content{position:relative;z-index:1;text-align:center;max-width:800px;padding:0 24px}.hero-content h1{color:var(--white);margin-bottom:20px}.hero-content h1 span{background:linear-gradient(135deg,var(--blue-400),var(--teal-400));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-content p{color:var(--gray-400);font-size:var(--text-lg);margin-bottom:32px;max-width:560px;margin-left:auto;margin-right:auto}.hero-actions{display:flex;gap:12px;justify-content:center;flex-wrap:wrap}.featured-section{background:var(--gray-50);padding:120px 0;margin-top:-80px;position:relative;z-index:2}.featured-grid{display:grid;grid-template-columns:1fr;gap:24px;max-width:var(--max-width);margin:0 auto;padding:0 24px}@media(min-width:768px){.featured-grid{grid-template-columns:1fr 1fr}}@media(min-width:1024px){.featured-grid{grid-template-columns:1fr 1.5fr}}.biller-card{background:var(--white);border-radius:var(--radius-lg);box-shadow:var(--shadow-card);border:1px solid var(--gray-100);padding:24px;transition:all var(--transition)}.biller-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-2px)}.biller-card-top{display:flex;align-items:flex-start;gap:16px;margin-bottom:12px}.biller-card h5{font-size:var(--text-lg);font-weight:var(--weight-semibold);color:var(--navy-900);margin-bottom:4px}.biller-card p{font-size:var(--text-sm);color:var(--gray-500);line-height:1.6;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.timeline-section{background:linear-gradient(135deg,var(--navy-900),var(--navy-700));position:relative;overflow:hidden}.timeline-section:before{content:"";position:absolute;inset:0;background:radial-gradient(ellipse at 80% 20%,rgba(59,130,246,.12) 0%,transparent 60%);pointer-events:none}.timeline{max-width:720px;margin:0 auto;position:relative;padding:0 24px}.timeline:before{content:"";position:absolute;left:44px;top:0;bottom:0;width:2px;background:linear-gradient(to bottom,var(--blue-500),var(--teal-500))}.timeline-item{position:relative;padding:0 0 56px 100px}.timeline-item:last-child{padding-bottom:0}.timeline-icon{position:absolute;left:20px;top:0;width:50px;height:50px;border-radius:var(--radius-full);background:var(--navy-600);border:2px solid var(--blue-500);display:flex;align-items:center;justify-content:center;color:var(--white);font-size:18px;z-index:1}.timeline-item.active .timeline-icon{background:var(--blue-500)}.timeline-item h4{color:var(--white);margin-bottom:8px}.timeline-item p{color:var(--gray-400);font-size:var(--text-sm);line-height:1.7}.page-header{background:linear-gradient(135deg,var(--navy-900),var(--navy-700));padding:140px 0 80px;position:relative;overflow:hidden}.page-header:before{content:"";position:absolute;inset:0;background:radial-gradient(ellipse at 30% 50%,rgba(59,130,246,.1) 0%,transparent 60%);pointer-events:none}.page-header-content{position:relative;z-index:1}.breadcrumb{display:flex;flex-wrap:wrap;gap:8px;align-items:center;margin-bottom:16px}.breadcrumb-item{font-size:var(--text-sm);color:var(--gray-400)}.breadcrumb-item+.breadcrumb-item:before{content:"/";margin-right:8px;color:var(--gray-500)}.breadcrumb-item a{color:var(--gray-300)}.breadcrumb-item a:hover,.page-header h1{color:var(--white)}.site-footer{background:var(--navy-900);padding:80px 0 0;border-bottom:4px solid var(--blue-500)}.footer-grid{display:grid;grid-template-columns:1fr;gap:40px;max-width:var(--max-width);margin:0 auto;padding:0 24px 60px}@media(min-width:768px){.footer-grid{grid-template-columns:2fr 1fr 1fr}}.footer-brand img{height:38px;width:auto;margin-bottom:16px}.footer-brand p{font-size:var(--text-sm);color:var(--gray-500);max-width:360px}.footer-col h6{font-size:var(--text-sm);font-weight:var(--weight-semibold);color:var(--white);text-transform:uppercase;letter-spacing:.08em;margin-bottom:20px}.footer-col ul{display:flex;flex-direction:column;gap:10px}.footer-col a{color:var(--gray-400);font-size:var(--text-sm)}.footer-col a:hover{color:var(--blue-400)}.footer-bottom{border-top:1px solid rgba(255,255,255,.06);padding:20px 24px;text-align:center}.footer-bottom p{font-size:var(--text-sm);color:var(--gray-500)}.search-section{max-width:720px;margin:0 auto 48px;padding:0 24px}.search-box{display:flex;gap:12px;align-items:center;background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius-full);padding:4px 4px 4px 20px;transition:all var(--transition)}.search-box:focus-within{border-color:var(--blue-500);box-shadow:0 0 0 3px var(--blue-100)}.search-box input{flex:1;border:none;outline:none;font-size:var(--text-sm);color:var(--gray-800);background:transparent;padding:12px 0;font-family:var(--font-sans)}.search-box input::placeholder{color:var(--gray-400)}.search-box button{background:var(--navy-700);border:none;color:var(--white);padding:10px 24px;border-radius:var(--radius-full);font-size:var(--text-sm);font-weight:var(--weight-semibold);cursor:pointer;transition:background var(--transition)}.search-box button:hover{background:var(--navy-900)}.filter-chips{display:flex;flex-wrap:wrap;gap:8px;justify-content:center;margin-top:20px}.filter-chip{padding:8px 18px;border-radius:var(--radius-full);font-size:var(--text-sm);font-weight:var(--weight-medium);border:1px solid var(--gray-200);background:var(--white);color:var(--gray-600);cursor:pointer;transition:all var(--transition)}.filter-chip:hover{border-color:var(--blue-500);color:var(--blue-500)}.filter-chip.active{background:var(--navy-700);color:var(--white);border-color:var(--navy-700)}.entity_wrapper{background:var(--white);border-radius:var(--radius-lg);box-shadow:var(--shadow-card);border:1px solid var(--gray-100);overflow:hidden}.entity_content{padding:40px}.entity_content p{margin-bottom:16px}.entity_content h2{font-size:var(--text-2xl);margin-top:40px;margin-bottom:16px;padding-bottom:12px;border-bottom:2px solid var(--gray-100)}.entity_content h2:first-child{margin-top:0}.entity_content h3{font-size:var(--text-xl);margin-top:32px;margin-bottom:12px}.entity_content ul,.entity_content ol{padding-left:24px;margin-bottom:16px}.entity_content li{font-size:var(--text-base);color:var(--gray-600);margin-bottom:6px;line-height:1.7}.entity_content table{width:100%;border-collapse:collapse;margin-bottom:24px;font-size:var(--text-sm)}.entity_content th,.entity_content td{padding:12px 16px;border:1px solid var(--gray-200);text-align:left}.entity_content th{background:var(--gray-50);font-weight:var(--weight-semibold);color:var(--navy-700)}.entity_content td{color:var(--gray-600)}.entity_content strong{color:var(--navy-800);font-weight:var(--weight-semibold)}.entity_content a{color:var(--blue-500)}.entity_content a:hover{color:var(--navy-600)}.toc{background:var(--gray-50);border-radius:var(--radius-md);padding:24px 28px;margin-bottom:32px;border:1px solid var(--gray-200)}.toc strong{display:block;margin-bottom:12px;font-size:var(--text-sm);text-transform:uppercase;letter-spacing:.06em;color:var(--gray-500)}.toc ul{padding-left:0}.toc li{margin-bottom:6px}.toc a{font-size:var(--text-sm);color:var(--blue-500)}.popular-post-card{padding:16px 20px;background:var(--white);border-radius:var(--radius-md);box-shadow:var(--shadow-xs);border:1px solid var(--gray-100);transition:all var(--transition)}.popular-post-card:hover{box-shadow:var(--shadow-md);border-color:var(--gray-200)}.popular-post-card h5{font-size:var(--text-sm);font-weight:var(--weight-medium)}.qa-item{margin-bottom:24px;padding-bottom:24px;border-bottom:1px solid var(--gray-100)}.qa-item:last-child{border-bottom:0}.qa-item h4{font-size:var(--text-base);font-weight:var(--weight-semibold);color:var(--navy-800);margin-bottom:8px}.qa-item p{font-size:var(--text-sm);color:var(--gray-600)}.notice-banner{background:var(--blue-100);border-radius:var(--radius-md);padding:16px 20px;margin-bottom:32px;font-size:var(--text-sm);color:var(--navy-700)}.fade-in{animation:fadeIn .6s ease-out}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media(max-width:767px){.hero{min-height:90vh}.hero-content h1{font-size:var(--text-3xl)}.hero-content p{font-size:var(--text-base)}.entity_content{padding:24px}.entity_content h2{font-size:var(--text-xl)}.timeline-item{padding-left:80px}.timeline:before{left:24px}.timeline-icon{left:0;width:48px;height:48px}.search-box{flex-direction:column;border-radius:var(--radius-md);padding:16px;gap:12px}.search-box input,.search-box button{width:100%}.biller-card{padding:20px}}
