:root { --primary: #5B46F5; --primary2: #7C63FF; --navy: #07113F; --bg: #F6F8FC; --card: #FFFFFF; --text: #111827; --muted: #6B7280; --border: #E5E7EB; --yellow: #FFF8E7; --yellowborder: #F2D28B; --cgt-green: var(--primary); --cgt-purple: var(--primary2); --cgt-light: var(--bg); --text-dark: var(--text); --text-light: var(--muted); --border-radius: 12px; --font-main: 'Inter', sans-serif; }
html { overflow-y: auto; scrollbar-gutter: stable; }
*, *::before, *::after { box-sizing: border-box; }
body, html { margin: 0; padding: 0; height: 100%; font-family: Inter, sans-serif; scroll-behavior: smooth; background-color: #f9fafb; color: #222; user-select: none; }
header { position: fixed; top: 0; left: 0; right: 0; height: 60px; background: linear-gradient(135deg, #185a9d, #43cea2); box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1); z-index: 1000; display: flex; align-items: center; }
.header-inner { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; height: 60px; }
nav { display: flex; gap: 20px; justify-content: flex-end; align-items: center; }
nav a { color: white; text-decoration: none; font-weight: 500; font-size: 20px; cursor: pointer; padding: 4px 8px 4px 10px; border-radius: 4px; transition: background-color 0.25s ease; position: relative; }
nav a:hover { background-color: #333; }
nav a i { margin-right: 6px; font-size: 1em; vertical-align: middle; }
nav a::after { content: attr(title); position: absolute; bottom: -28px; left: 50%; transform: translateX(-50%); background: rgba(0, 0, 0, 0.8); color: white; padding: 4px 8px; border-radius: 4px; font-size: 12px; white-space: nowrap; opacity: 0; pointer-events: none; transition: opacity 0.2s ease; }
nav a:hover::after { opacity: 1; }
.nav-right { display: flex; align-items: center; gap: 20px; }
.container { max-width: 1200px; width: 100%; margin: 0 auto; padding: 0 2rem; }
section { min-height: 100vh; padding-top: 60px; box-sizing: border-box; transition: background-color 0.3s ease; color: #222; display: flex; justify-content: center; align-items: flex-start; flex-direction: column; }
#homePage { background-color: #f9fafb; color: #222; padding-top: 100px; }
#homePage .container { display: flex; justify-content: center; align-items: center; gap: 2rem; }
#homePage .hero-image { display: flex; justify-content: center; align-items: center; }
#homePage .hero-image img { max-width: 100%; height: auto; user-select: none; }
#homePage .hero-text { flex: 2 1 600px; }
#homePage .hero-text h1 { font-size: clamp(1.8rem, 4vw, 2.4rem); font-weight: 700; margin-bottom: 20px; line-height: 1.1; color: #222; }
#homePage .hero-text p { font-size: 18px; line-height: 1.6; color: #444; }
#homePage .signup-btn { display: inline-block; background-color: var(--cgt-green); color: white; font-size: 22px; font-weight: 700; padding: 15px 0; border-radius: 12px; text-align: center; width: 100%; cursor: pointer; transition: background 0.3s; box-shadow: 0 6px 12px rgba(76, 175, 80, 0.4); }
#homePage .signup-btn:hover { background-color: #004d40; }
#homePage .disclaimer { font-size: 12px; line-height: 1.5; color: #555; max-width: 1200px; background: white; padding: 1rem 1.5rem; border-radius: 8px; box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1); margin-bottom: 1.5rem; }
#homePage .disclaimer h3 { margin-top: 0; margin-bottom: 0.8rem; font-size: 14px; font-weight: 600; color: #333; user-select: none; }
#homePage .disclaimer p { margin-bottom: 0.8rem; }
#homePage .disclaimer b { color: #222; }
.column.right { display: flex; flex-direction: column; align-items: center; }
.option-group { display: flex; flex-direction: column; align-items: center; width: 100%; margin-top: 1em; gap: 0em; }
#appVersion { display: block; width: 100%; max-width: 400px; text-align: center; align-self: center; }
#downloadBtn { display: inline-block; text-align: center; margin-top: 1em; width: 100%; max-width: 400px; box-sizing: border-box; padding: 0.8em; border: none; border-radius: 12px; background-color: #00796B; color: white; font-size: 1em; cursor: pointer; align-self: center; }
#downloadBtn:hover { background-color: #00665a; }
#reportoptions { display: none; margin-top: 2em; width: 100%; max-width: 600px; text-align: center; }
section { min-height: 100vh; padding-top: 60px; box-sizing: border-box; transition: background-color 0.3s ease; color: #222; display: flex; justify-content: center; align-items: flex-start; flex-direction: column; }
#loadPage { color: white; display: flex; justify-content: center; align-items: center; padding: 40px 0; min-height: 100vh; }
.loadPage-box { background: white; color: black; box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3); border-radius: 10px; padding: 30px; min-height: 60vh; box-sizing: border-box; }
.loadPage-box .column { flex: 1; }
#loadPage h2, #optionsPage h2, #section4 h2, #faqPage h2 { font-size: 32px; margin-bottom: 40px; text-align: center; font-weight: 700; user-select: none; color: #000; }
.two-column { display: flex; gap: 2rem; flex-wrap: wrap; }
.two-column>* { flex: 1 1 400px; min-width: 300px; }
.bounce-icon { animation: bounce 2s infinite; display: inline-block; font-size: 1.4em; vertical-align: middle; color: #10B981; }
@keyframes bounce { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-6px); } }
.upload { margin-top: 0em; text-align: left; display: flex; flex-direction: column; align-items: center; }
#fileName { margin-top: 1em; font-weight: 500; display: none; font-size: 14px; }
#summary { width: 100%; max-width: 400px; text-align: left; background: #fff; border: 1px solid #34d399; border-radius: 14px; overflow: hidden; box-shadow: 0 2px 8px rgba(0, 0, 0, .04); }
.GS-header { display: flex; align-items: center; gap: 14px; padding: 10px; background: #fff; }
.GS-avatar { width: 48px; height: 48px; border-radius: 50%; background: #e8f5e9; display: flex; align-items: center; justify-content: center; color: #1abc9c; flex-shrink: 0; }
.GS-avatar i { font-size: 1.6rem; }
.GS-title { font-size: 16px; font-weight: 700; color: #111827; line-height: 1.05; margin: 0; }
.GS-subtitle { font-size: 12px; color: #111827; margin-top: 2px; }
.GS-body { background: #fff; padding: 15px; }
.GS-intro { background: #e8f5e9; border: 1px solid #e5e7eb; border-radius: 10px; padding: 10px 14px; margin: -12px 0 16px; }
.GS-intro-text { font-size: 13px; line-height: 1.5; color: #374151; font-weight: 500; }
.GS-section { margin-top: 18px; font-size: 13px; }
.GS-section:first-child { margin-top: 0; }
.GS-section-title { font-size: 14px; font-weight: 700; letter-spacing: .12em; color: #111827; margin-bottom: 5px; }
.GS-section-title i { width: 14px; text-align: center; }
.GS-list { list-style: none; margin: 0; padding: 0; }
.GS-list li { margin-bottom: 8px; color: #4b5563; line-height: 1.45; font-size: .95rem; }
.GS-pill-list { margin-bottom: 8px; color: #4b5563; font-size: 13px; }
.GS-list li:last-child { margin-bottom: 0; }
.GS-list li i { display: none; }
.GS-list b { font-weight: 600; }
.GS-empty { color: #6b7280; font-style: italic; }
@media (max-width:480px) { .GS-title { font-size: 1.35rem; } .GS-avatar { width: 46px; height: 46px; } }
.GS-metrics { display: flex; gap: 14px; background: #f8fafc; border: 1px solid #e5e7eb; border-radius: 12px; padding: 10px; }
.GS-metric { flex: 1; display: flex; align-items: flex-start; gap: 10px; background: none; border: none; padding: 0; }
.GS-metric-icon { font-size: 1.35rem; }
.GS-metric.gain .GS-metric-icon { color: #10b981; }
.GS-metric.loss .GS-metric-icon { color: #ef4444; }
.GS-metric.discount .GS-metric-icon { color: #6366f1; }
.GS-metric-text { line-height: 1.15; }
.GS-metric-years { font-size: .8rem; font-weight: 700; color: #374151; }
.GS-metric-label { font-size: .8rem; text-transform: none; color: #6b7280; }
#aboutPage { max-width: 1100px; margin: 0 auto; padding: 30px 20px 50px; }
.about-hero { display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; gap: 10px; margin-bottom: 18px; }
.about-hero h1 { margin: 0; font-size: 2rem; line-height: 1; font-weight: 700; color: #111827; }
.about-hero p { margin: 0; color: #6B7280; font-size: 1rem; max-width: 700px; }
.about-feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-bottom: 16px; }
.feature-icon { width: 30px; height: 30px; margin: 0 auto 6px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: .9rem; }
.feature-icon.hobby { background: #E7F8F0; color: #10B981; }
.feature-icon.privacy { background: #EEF4FF; color: #3B82F6; }
.feature-icon.improve { background: #FFF1F2; color: #EF4444; }
.about-feature-card { background: #fff; border: 1px solid #E5E7EB; border-radius: 16px; padding: 10px 14px; text-align: center; box-shadow: 0 2px 10px rgba(0, 0, 0, .04); }
.about-feature-card h3 { margin: 3px 0 4px; font-size: .95rem; color: #111827; }
.about-feature-card p { margin: 0; line-height: 1.3; font-size: .82rem; color: #6B7280; }
.about-panel { background: #fff; border: 1px solid #E5E7EB; border-radius: 18px; padding: 18px 22px; box-shadow: 0 2px 10px rgba(0, 0, 0, .04); }
.about-panel h2 { margin: 0 0 16px; color: #10B981; font-size: 1.8rem; }
.about-panel p { margin: 0 0 8px; line-height: 1.55; color: #374151; }
.about-support-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 20px; justify-items: center; max-width: 1000px; margin: 16px auto 10px; }
.about-support-card, .about-support-card * { text-decoration: none; color: #333; font-family: 'Roboto', sans-serif; }
.about-support-card { background: #fff; border-radius: 16px; box-shadow: 0 4px 12px rgba(0, 0, 0, .08); transition: transform .3s ease, box-shadow .3s ease; text-align: center; display: flex; flex-direction: column; position: relative; width: 100%; max-width: 320px; overflow: visible; }
.about-support-card:hover { transform: translateY(-6px); box-shadow: 0 8px 22px rgba(0, 0, 0, .15); }
.about-card-top { display: flex; justify-content: center; align-items: center; height: 80px; position: relative; border-top-left-radius: 14px; border-top-right-radius: 14px; }
.about-gradient-green { background: linear-gradient(to top right, transparent, #10B981), linear-gradient(to bottom left, transparent, rgba(0, 0, 0, .85)); }
.about-card-icon { width: 75px; height: 75px; display: flex; justify-content: center; align-items: center; font-size: 3rem; }
.about-title-price-wrapper { display: flex; flex-direction: column; padding: 18px 0; }
.about-tier-title { font-size: 1.45rem; font-weight: 600; margin: 0; }
.about-tier-price { font-size: 2.6rem; font-weight: 700; color: #10B981; margin-top: 8px; }
.about-popular { border: 2px solid #10B981; }
.about-popular-banner { position: absolute; top: -12px; left: 50%; transform: translateX(-50%); background: #5b46f5; color: #fff; padding: 6px 14px; font-size: 13px; font-weight: 600; border-radius: 6px; text-transform: uppercase; z-index: 10; }
@media(max-width:768px) { .about-support-grid { grid-template-columns: 1fr; } .about-support-card { width: 90%; max-width: 400px; } }
@media(max-width:900px) { .about-feature-grid { grid-template-columns: 1fr; } .about-hero { flex-direction: column; text-align: center; } }
.support-panel { background: linear-gradient(to bottom, #ffffff 0%, #f7fffb 100%); }
.support-header { display: flex; align-items: center; gap: 18px; margin-bottom: 20px; }
.support-icon { width: 56px; height: 56px; border-radius: 50%; background: #E7F8F0; color: #10B981; display: flex; align-items: center; justify-content: center; font-size: 1.5rem; flex-shrink: 0; }
.support-header h2 { margin: 0 0 6px; color: #111827; }
.about-support-intro { font-size: 1rem; color: #4B5563; font-weight: 400; }
.about-support-highlight { font-size: 1.15rem; color: #111827; font-weight: 600; line-height: 1.5; margin: 12px 0; }
.about-support-footer { font-size: 1rem; color: #4B5563; font-weight: 400; }
.support-highlight { text-align: left; font-size: 1.1rem; font-weight: 700; color: #10B981; margin: -10px 10px 25px; }
.about-impact-tag { background: #E7F8F0; color: #0F9F6E; display: inline-block; margin: 10px auto 0; padding: 8px 16px; border-radius: 999px; font-size: .85rem; font-weight: 600; }
.paypal-footer { margin-top: 25px; text-align: center; color: #6B7280; display: flex; align-items: center; justify-content: center; gap: 8px; flex-wrap: wrap; }
.paypal-footer img { height: 1.1em; margin-top: 4px; }
@media(max-width:900px) { .support-highlight { font-size: 1.3rem; } .support-header { flex-direction: column; text-align: center; } }
.future-panel { border: 1px solid #c7d2fe; background: #f8f9ff; }
.future-panel-header { display: flex; align-items: center; gap: 12px; margin-bottom: 14px; }
.future-panel-header i { width: 42px; height: 42px; display: flex; align-items: center; justify-content: center; border-radius: 50%; background: #eef2ff; color: #4f46e5; font-size: 1.15rem; }
.future-panel-header h2 { margin: 0; color: #4f46e5; }
.future-plans-btn { margin-top: 10px; background: #4f46e5; color: #fff; border: none; border-radius: 10px; padding: 12px 20px; font-weight: 600; cursor: pointer; transition: all .2s ease; }
.future-plans-btn:hover { transform: translateY(-1px); opacity: .95; }
#plansPage { max-width: 1100px; margin: 0 auto; padding: 30px 20px 50px; }
.plans-hero { display: flex; align-items: center; justify-content: center; gap: 12px; text-align: center; margin-bottom: 24px; }
.plans-hero-icon { width: 48px; height: 48px; border-radius: 50%; background: #E7F8F0; color: #10B981; display: flex; align-items: center; justify-content: center; }
.plans-hero h1 { margin: 0; font-size: 2rem; color: #111827; }
.plans-hero p { margin: 6px 0 0; color: #6B7280; }
.plans-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; margin-bottom: 24px; }
.plan-card { background: #fff; border: 1px solid #E5E7EB; border-radius: 18px; padding: 24px; position: relative; box-shadow: 0 2px 10px rgba(0, 0, 0, .05); }
.plan-header { text-align: center; margin-bottom: 16px; }
.plan-header h2 { margin: 0; font-size: 1.5rem; }
.plan-price { margin-top: 8px; font-size: 1.8rem; font-weight: 700; color: #10B981; }
.plan-tagline { text-align: center; color: #6B7280; font-size: .95rem; min-height: 50px; }
.plan-features { list-style: none; margin: 0; padding: 0; }
.plan-features li { padding: 10px 0; border-bottom: 1px solid #F3F4F6; display: flex; gap: 10px; align-items: flex-start; }
.plan-features i { color: #10B981; margin-top: 3px; }
.plan-footer { margin-top: 40px; padding: 12px; border-radius: 10px; text-align: center; font-weight: 600; background: #F3FDF8; color: #10B981; }
.pro-trial { border: 2px solid #5B46F5; }
.pro-trial .plan-price { color: #5B46F5; }
.pro-trial .plan-features i { color: #5B46F5; }
.plan-badge { position: absolute; top: -12px; left: 50%; transform: translateX(-50%); background: #5B46F5; color: #fff; padding: 6px 14px; border-radius: 6px; font-size: 12px; font-weight: 700; }
.pro-plan { border: 2px solid #5B46F5; }
.pro-plan .plan-price { color: #5B46F5; }
.pro-plan .plan-features i { color: #5B46F5; }
.pro-plan-badge { position: absolute; top: -12px; left: 50%; transform: translateX(-50%); background: #5B46F5; color: #fff; padding: 6px 14px; border-radius: 6px; font-size: 12px; font-weight: 700; }
.lifetime-plan { border: 2px solid #D4A017; }
.lifetime-plan .plan-price { color: #D4A017; }
.lifetime-plan .plan-features i { color: #D4A017; }
.lifetime-plan-badge { position: absolute; top: -12px; left: 50%; transform: translateX(-50%); background: #D4A017; color: #fff; padding: 6px 14px; border-radius: 6px; font-size: 12px; font-weight: 700; }
.lifetime-plan .plan-btn { background: #D4A017; }
.plans-cta { background: #EEF4FF; border: 1px solid #D6E4FF; border-radius: 18px; padding: 24px; text-align: center; margin-bottom: 24px; }
.plans-cta h2 { margin: 0 0 12px; color: #2563EB; }
.plans-cta p { margin: 0 0 18px; }
.plans-cta-btn { background: #2563EB; color: #fff; border: none; border-radius: 10px; padding: 12px 24px; font-weight: 600; cursor: pointer; }
.plan-btn { display: block; margin: 50px auto 8px; width: 85%; text-align: center; background: #5b46f5; color: #fff; text-decoration: none; padding: 12px 18px; border-radius: 10px; font-weight: 600; transition: .2s ease; }
.plan-btn:hover { transform: translateY(-2px); background: #4937d8; }
.plan-note { text-align: center; font-size: .85rem; color: #6B7280; }
.plans-panel { background: #FAF8FF; border: 1px solid #D9D6FE; border-radius: 18px; padding: 24px; grid-column: 1/-1; width: 100%; max-width: none; }
.plans-panel h2 { margin-top: 0; color: #5B46F5; }
.plans-highlight { font-weight: 700; margin-bottom: 0; }
@media(max-width:900px) { .plans-grid { grid-template-columns: 1fr; } }
#section4, #optionsPage { width: 100%; align-items: center; flex-direction: column; min-height: auto; }
.donation-card, donation-card * { text-decoration: none; background: #fff; border-radius: 12px; box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08); transition: transform 0.3s ease, box-shadow 0.3s ease; text-align: center; color: #333; font-family: 'Roboto', sans-serif; display: flex; flex-direction: column; position: relative; max-width: 320px; width: 100%; }
.donation-card:hover { transform: translateY(-6px); box-shadow: 0 6px 18px rgba(0, 0, 0, 0.15); }
.donation-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 20px; justify-items: center; max-width: 1000px; margin: 0 auto; }
.card-top { display: flex; justify-content: center; align-items: center; height: 120px; border-top-left-radius: 12px; border-top-right-radius: 12px; position: relative; }
.icon { width: 75px; height: 75px; display: flex; justify-content: center; align-items: center; font-size: 5rem; }
.title-price-wrapper { display: flex; flex-direction: column; margin-top: 16px; }
.tier-title { font-size: 1.5rem; font-weight: 600; margin-top: -5px; }
.tier-price { font-size: 2.5em; font-weight: 700; color: #00796B; margin-top: -20px; }
.tier-description { background: #f9f9f9; border-radius: 10px; margin: 20px auto 20px; font-size: 15px; line-height: 1.5; display: flex; align-items: center; justify-content: center; text-align: center; padding: 5px 10px; max-width: 90%; box-shadow: inset 0 2px 6px rgba(0, 0, 0, 0.15), inset 0 -2px 4px rgba(255, 255, 255, 0.6); }
.gradient-green { background: linear-gradient(to top right, transparent, #00A482), linear-gradient(to bottom left, transparent, rgba(0, 0, 0, 0.8)); }
.popular { border: 2px solid #00796B; }
.popular-banner { position: absolute; top: -12px; left: 50%; transform: translateX(-50%); background-color: #00796B; color: white; padding: 6px 14px; font-size: 14px; font-weight: 600; text-transform: uppercase; border-radius: 6px; z-index: 1; }
.report-title { font-weight: bold; color: black; }
.burger, .burger-menu button { all: unset; display: flex; align-items: center; cursor: pointer; }
.burger .tooltip, .support-btn .tooltip { font-size: 12px; font-weight: 500; font-family: inherit; padding: 4px 8px; background: rgba(0, 0, 0, 0.8); color: white; border-radius: 4px; white-space: nowrap; opacity: 0; pointer-events: none; position: absolute; left: 50%; transform: translateX(-50%); transition: opacity 0.2s ease; }
.burger .tooltip { line-height: 1.2; transition: opacity 0.2s ease; bottom: -24px; transform: translateX(-50%); }
.support-btn .tooltip { line-height: 1; font-family: inherit; bottom: -28px; }
.burger { position: relative; justify-content: center; width: 40px; height: 40px; font-size: 1.5rem; color: white; background: transparent !important; border: none; padding: 0; margin: 0; }
.burger i { font-size: 1.25rem; line-height: 1; display: block; color: white; background: transparent !important; }
.burger:hover { background: #333; }
.burger:focus { outline: none; background: transparent; }
.burger:active { background: transparent; }
.burger-container { position: relative; display: none; }
.burger-overlay { position: fixed; top: 60px; left: 0; width: 100%; height: calc(100% - 60px); background: rgba(0, 0, 0, 0.4); display: none; z-index: 999; }
.burger-overlay.active { display: block; }
.burger-menu { position: fixed; top: 60px; right: 0; width: 60%; max-width: 360px; height: 100%; background: #fff; display: none; flex-direction: column; padding: 2rem 1.5rem; z-index: 1000; opacity: 0; transform: translateX(20px); transition: all 0.3s ease; box-shadow: -2px 0 10px rgba(0, 0, 0, 0.1); }
.burger-menu.active { display: flex; opacity: 1; transform: translateX(0); }
.burger-menu button { font-size: 1.2rem; color: #333; padding: 2rem 1rem; width: 90%; border-radius: 8px; background: transparent; transition: background 0.2s ease; }
.burger-menu button i { margin-right: 12px; font-size: 1.3rem; color: #444; }
.burger-menu button:hover { background: rgba(0, 0, 0, 0.05); }
.burger-menu button:hover i { color: #10B981; }
.menu-divider { width: 90%; height: 2px; background-color: #444; margin: 1rem auto; border-radius: 1px; pointer-events: none; }
@keyframes fadeInMenu { 0% { opacity: 0; transform: translateY(-10px); } 100% { opacity: 1; transform: translateY(0); } }
.support-btn { all: unset; display: flex; align-items: center; justify-content: center; gap: 0.4rem; font-size: 1.25rem; font-weight: 500; color: white; background: transparent; cursor: pointer; padding: 0.25em 0.6em; border-radius: 4px; position: relative; transition: none !important; transform: none !important; box-shadow: none !important; }
.support-btn:hover { background: #333; transform: none !important; box-shadow: none !important; }
#guide { position: relative; width: 100%; overflow: hidden; max-width: 400px; background-color: #f6f9fc; border-radius: 12px; padding: 16px; box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15); margin: 15px 0 2px; }
#guide p { font-size: 0.8em; margin: 15px 0 -15px 0; line-height: 1.2; }
.guide-header { display: flex; align-items: center; justify-content: center; flex-wrap: wrap; font-size: 75%; line-height: 1.2; margin: 0 0 16px 0; }
.guide-header i { color: #10B981; margin-right: 8px; }
.carousel { position: relative; width: 100%; max-width: 360px; aspect-ratio: 2/1; margin: 20px auto; overflow: hidden; border-radius: 10px; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2); border: 1px; border-color: black; }
.carousel img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0; transition: opacity 1s ease-in-out; }
.carousel img.active { opacity: 1; }
.carousel-indicators { position: absolute; bottom: 10px; width: 100%; text-align: center; }
.carousel-indicators span { display: inline-block; width: 12px; height: 4px; margin: 0 4px; background-color: #ccc; border-radius: 2px; cursor: pointer; transition: background-color 0.3s; }
.carousel-indicators span.active { background-color: #10B981; }
#faqPage { background-color: transparent; color: #111827; padding: 3rem 0; display: flex; justify-content: center; align-items: flex-start; flex-direction: column; transition: background-color .3s ease; }
#faqPage .container { max-width: 1000px; display: flex; flex-direction: column; gap: 16px; margin: -26px auto; }
.faq-category { background: #fff; border: 1px solid #E5E7EB; border-radius: 20px; padding: 20px; box-shadow: 0 2px 10px rgba(0, 0, 0, .04); transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease; }
.faq-category:hover { border-color: #CFC6FF; box-shadow: 0 8px 22px rgba(91, 70, 245, .10); transform: translateY(-1px); }
.faq-category details { background: #FAFAFF; border-radius: 14px; margin: 10px 0; padding: 18px 22px; border: 1px solid #E5E7EB; cursor: pointer; transition: background .2s ease, border-color .2s ease, box-shadow .2s ease; color: #111827; box-shadow: none; }
.faq-category details:hover { background: #F5F3FF; border-color: #CFC6FF; box-shadow: none; }
.faq-category details[open] { background: #fff; border-color: #B9AEFF; box-shadow: 0 4px 14px rgba(91, 70, 245, .08); }
.faq-category a { color: #5B46F5; text-decoration: none; }
.faq-category a:hover { color: #4C39E8; text-decoration: none; }
.faq-category summary { list-style: none; cursor: pointer; font-weight: 600; font-size: 18px; outline: none; position: relative; padding-left: 36px; user-select: none; color: #111827; }
.faq-category summary::-webkit-details-marker { display: none; }
.faq-category summary::before { content: "\203A"; position: absolute; left: 8px; top: 50%; transform: translateY(-50%) rotate(0deg); color: #5B46F5; font-weight: 700; font-size: 26px; line-height: 1; transition: transform .3s ease; }
.faq-category[open]>summary::before { transform: translateY(-50%) rotate(90deg); }
.faq-category details[open]>summary::before { transform: translateY(-50%) rotate(90deg); color: #5B46F5; }
.faq-item { position: relative; padding-left: 18px; margin: 14px 0 10px; }
.faq-item::before { content: ''; position: absolute; left: 0; top: 0; width: 3px; height: 100%; background: #5B46F5; border-radius: 2px; }
.faq-item p, .faq-item ul, .faq-item ol { margin-left: 10px; line-height: 1.6; font-size: 16px; color: #4B5563; }
.faq-item ul li, .faq-item ol li { margin-bottom: 6px; }
.faq-item ol, .faq-item ul { padding-left: 20px; }
.faq-category details>details>.faq-item { padding-left: 18px; border-left: 3px solid #5B46F5; margin-left: 0; }
.faq-modal { display: none; position: fixed; z-index: 9999; inset: 0; background: rgba(0, 0, 0, .6); }
.faq-modal-content { background: #fff; max-width: 90vw; max-height: 85vh; overflow-y: auto; margin: 5vh auto; padding: 15px; border-radius: 12px; position: relative; font-size: 14px; }
.upload-card { background: #fff; color: #111827; border: 1px solid #E5E7EB; border-radius: 16px; padding: 20px; width: 100%; max-width: 420px; margin: 0 auto 2em; box-sizing: border-box; display: flex; flex-direction: column; gap: 1.5em; box-shadow: 0 2px 10px rgba(0, 0, 0, .04); }
.privacy-tile { margin-top: 18px; display: flex; gap: 14px; align-items: flex-start; width: 400px; max-width: 400px; background: #f8fafc; border: 1px solid #e5e7eb; border-radius: 14px; text-align: left; padding: 16px 18px; }
.privacy-icon { width: 40px; height: 40px; flex-shrink: 0; display: flex; align-items: center; justify-content: center; border-radius: 10px; background: #DCFCE7; color: #16A34A; font-size: 18px; }
.privacy-title { font-size: 14px; font-weight: 700; color: #111827; margin-bottom: 4px; }
.privacy-text { font-size: 13px; line-height: 1.5; color: #4B5563; text-align: left; }
.guide-steps { margin-top: 16px; display: flex; flex-direction: column; gap: 10px; }
.guide-step { display: flex; align-items: center; gap: 10px; font-size: 14px; color: #374151; font-weight: 500; }
.guide-step-number { width: 24px; height: 24px; border-radius: 50%; background: #10B981; color: #fff; display: flex; align-items: center; justify-content: center; font-size: 12px; font-weight: 700; flex-shrink: 0; }
#addPortfolioOptions { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; width: 100%; max-width: 400px; margin: 13px auto 12px; }
#addPortfolioOptions .btn-add-portfolio { width: 100%; padding: 12px 16px; font-size: 1em; font-weight: 600; color: #5b46f5; background: #f8f7ff; border: 1px solid #e3e0ff; border-radius: 12px; cursor: pointer; margin-top: 0; display: flex; align-items: center; justify-content: center; gap: 8px; transition: background-color .15s ease, border-color .15s ease, transform .15s ease, box-shadow .15s ease; }
#addPortfolioOptions .btn-add-portfolio:hover { background: #f1efff; border-color: #cfc8ff; transform: translateY(-1px); box-shadow: 0 4px 12px rgba(91, 70, 245, .12); }
#addPortfolioOptions .btn-add-portfolio:active { transform: translateY(0); }
#allCSVLoadedBtn { background: #5B4CFF !important; color: #fff !important; border: none !important; grid-column: 1/-1; height: 42px; font-weight: 700; border-radius: 12px; }
.file-name i { margin-right: 8px; color: #4b5563; }
.portfolio-panel-header { grid-column: 1/-1; margin-bottom: 10px; text-align: left; }
.portfolio-panel-header h3 { margin: 0; font-size: 14px; font-weight: 700; color: #111827; }
.portfolio-panel-header p { margin: 4px 0 0; font-size: 13px; color: #6B7280; line-height: 1.5; }
.portfolio-stats { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 10px; border: 1px solid #e5e7eb; border-radius: 12px; overflow: hidden; background: #fff; }
.portfolio-stats .stat { padding: 14px 10px; text-align: center; }
.portfolio-stats .stat:not(:last-child) { border-right: 1px solid #e5e7eb; }
.stat-label { font-size: .8rem; font-weight: 600; color: #6b7280; margin-bottom: 6px; }
.stat-value { font-size: .8rem; font-weight: 700; color: #111827; }
.file-card .file-name { display: flex; align-items: center; gap: 8px; }
#portfolio-list-container { display: none; width: 100%; max-width: 400px; margin-top: 16px; background: transparent; border: none; overflow: visible; }
#portfolio-list { list-style: none; padding: 0; margin: 0; }
.portfolio-item { display: flex; justify-content: space-between; align-items: center; background: #fff; border: 1px solid #e5e7eb; border-radius: 12px; padding: 14px 16px; margin-bottom: 8px; box-shadow: 0 1px 3px rgba(0, 0, 0, .04); }
.portfolio-item.main-portfolio { background: linear-gradient(to right, #f8fafc, #fff); border-color: #dbeafe; box-shadow: 0 3px 10px rgba(0, 0, 0, .08); }
.child-portfolio { margin-left: 12px; width: calc(100% - 12px); }
.portfolio-info { display: flex; flex-direction: column; gap: 3px; }
.portfolio-title { display: flex; align-items: center; gap: 10px; color: #111827; font-weight: 600; }
.main-portfolio .portfolio-title { font-size: 1.05rem; font-weight: 700; }
.portfolio-title i:first-child { width: 22px; min-width: 22px; text-align: center; font-size: 1.1rem; }
.portfolio-meta { font-size: .82rem; color: #6b7280; margin-left: 32px; }
.main-badge { display: inline-flex; align-items: center; justify-content: center; padding: 2px 8px; border-radius: 999px; background: #22c55e; color: #fff; font-size: .65rem; font-weight: 700; text-transform: uppercase; letter-spacing: .4px; margin-left: 8px; }
.remove-portfolio { width: 34px; height: 34px; display: flex; align-items: center; justify-content: center; border: 1px solid #fee2e2; border-radius: 8px; background: #fff; color: #ef4444; cursor: pointer; transition: all .15s ease; flex-shrink: 0; }
.remove-portfolio:hover { background: #fef2f2; border-color: #fecaca; }
.remove-portfolio i { margin: 0; }
.portfolio-type { display: none; }
.viewreport-card { display: flex; align-items: center; justify-content: space-between; width: 100%; max-width: 400px; margin: 5px auto; padding: 10px 15px; border: 1px solid #ddd; border-radius: 8px; background: #f9f9f9; cursor: pointer; position: relative; }
.viewreport-left-icon { font-size: 30px; color: purple; width: 36px; display: inline-block; text-align: center; margin-right: 10px; }
.viewreport-text { display: flex; flex-direction: column; justify-content: center; flex: 1; }
.viewreport-name { font-weight: bold; font-size: 18px; color: #333; text-align: left; }
.viewreport-dots { font-size: 10px; display: flex; gap: 4px; margin-top: 2px; position: relative; }
.viewreport-dots i { width: 10px; height: 10px; line-height: 10px; }
.viewreport-tooltip { display: none; position: absolute; top: -32px; left: 58px; background: rgba(0, 0, 0, 0.7); color: white; padding: 5px; border-radius: 8px; font-size: 9px; white-space: nowrap; z-index: 10; text-align: left; min-width: 230px; }
.viewreport-dots:hover .viewreport-tooltip { display: block; }
.viewreport-right-icon { font-size: 30px; color: #00796b; }
#report-container { flex: 1 1 auto; min-height: 0; display: flex; flex-direction: column; align-items: center; overflow: auto; }
.report-inner { margin: 10px 0 0 0; width: 100%; display: flex; flex-direction: column; align-items: center; max-height: 100%; min-height: 150px; justify-content: center; }
.portfolio-summary input[type="checkbox"] { appearance: none; -webkit-appearance: none; width: 20px; height: 20px; border: 2px solid #00796B; border-radius: 4px; cursor: pointer; position: relative; outline: none; }
.portfolio-summary input[type="checkbox"]:checked::after { content: '\2713'; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); font-size: 16px; color: #00796B; }
.preflight-instructions { width: 100%; max-width: 400px; color: #333; font-size: 15px; line-height: 1.2; margin-top: -30px; }
.preflight-instructions a { color: #00796B; text-decoration: none; }
.preflight-instructions a:hover { text-decoration: underline; }
.drop-zone { width: 100%; max-width: 400px; border: 2px dashed var(--cgt-purple); border-radius: var(--border-radius); padding: 1em; background-color: var(--cgt-light); cursor: pointer; text-align: center; position: relative; transition: all 0.3s ease; }
.drop-zone:hover, .drop-zone.dragover { transform: translateY(-3px); box-shadow: 0 15px 30px rgba(0, 121, 107, 0.2); background-color: #e8f5e9; border-color: var(--cgt-green); }
.drop-zone input[type="file"] { display: none; }
.drop-zone p:first-child { font-size: 1.25em; font-weight: 600; display: flex; justify-content: center; align-items: center; gap: 8px; }
.drop-zone::before { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-size: 40px; background-repeat: no-repeat; background-position: center 20px; opacity: 0.1; pointer-events: none; }
.drop-zone p { margin: 1.5em 0 0; font-weight: 500; font-size: 1em; position: relative; z-index: 1; }
progress { width: 100%; height: 12px; border-radius: 20px; overflow: hidden; background: #e0e0e0; box-shadow: inset 6px 6px 10px #bebebe, inset -6px -6px 10px #ffffff; appearance: none; border: none; margin-top: 1.5em; }
progress::-webkit-progress-bar { background: #e0e0e0; border-radius: 20px; }
progress::-webkit-progress-value { background: var(--cgt-green); border-radius: 20px; transition: width 0.3s ease; }
select { appearance: none; -webkit-appearance: none; -moz-appearance: none; background-color: #fff; border: 1px solid #ccc; color: #333; padding: 0.5em 2.5em 0.5em 1em; font-size: 1em; border-radius: 12px; margin-top: 0em; cursor: pointer; background-image: url('data:image/svg+xml;utf8,<svg fill="%236b6b6b" height="20" viewBox="0 0 24 24" width="20" xmlns="http://www.w3.org/2000/svg"><path d="M7 10l5 5 5-5z"/></svg>'); background-repeat: no-repeat; background-position: right 1em center; background-size: 1em; transition: border-color 0.3s ease; }
select:hover, select:focus { border-color: var(--cgt-green); outline: none; }
button { padding: 0.75em 7.5em; font-size: 1em; font-weight: 600; background-color: var(--cgt-green); color: white; border: none; border-radius: 12px; cursor: pointer; margin-top: 1.5em; box-shadow: 0 4px 14px rgba(0, 0, 0, 0.1); transition: background-color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease; }
button:hover, button:focus { transform: translateY(-3px); box-shadow: 0 8px 20px rgba(0, 77, 64, 0.3); outline: none; }
.report-card, .portfolio-card, .file-card, .note-box { display: flex; flex-direction: column; background: white; border-radius: var(--border-radius); padding: 12px 16px; box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3); max-width: 400px; width: 100%; margin: 0 auto 1em auto; box-sizing: border-box; }
.report-card { flex-direction: row; align-items: center; justify-content: space-between; margin: 0 auto 1em; }
.report-card i, .report-card .switch-label { display: flex; align-items: center; }
.note-box { padding: 0 16px; margin-bottom: 30px; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3); max-width: 1000px; text-align: center; overflow: visible; min-height: 200px; transition: none; justify-content: flex-start; }
.note-box h1 { font-size: clamp(1.2rem, 4vw, 2.4rem); font-weight: 700; margin-bottom: 0px; line-height: 1.1; color: #222; margin-top: 15px; }
.note-box p { font-size: 18px; line-height: 1.4; color: #444; margin-bottom: auto; }
.portfolio-card { box-sizing: border-box; gap: 0.75em; display: flex; justify-content: space-between; border: 1px solid #ccc; box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.3); margin: 15px auto; }
.portfolio-card h3 { font-weight: 600; font-size: 1em; margin: 0; text-align: left; }
.portfolio-card input[type="text"] { width: 100%; padding: 0.5em 2.5em 0.5em 1em; font-size: 16px; border-radius: 12px; border: 1px solid #ccc; box-sizing: border-box; color: #333; }
.portfolio-card input[type="text"]:focus { outline: none; border-color: var(--cgt-green); box-shadow: 0 0 10px rgba(26, 188, 156, 0.3); background-color: #e8f5e9; }
.file-card { display: block; padding: 1em; background-color: #e8f5e9; border: 1px solid #34d399; position: relative; }
.file-card h3 { margin-top: 0; margin-bottom: 0.5em; font-size: 14px; font-weight: 700; color: #000; }
.file-card .file-name { font-size: 13px; color: #4b5563; }
.file-card .remove-file { position: absolute; top: 8px; right: 8px; cursor: pointer; font-size: 1.2em; color: #ff0000; transition: color 0.2s ease; }
.file-card .remove-file:hover { color: #ff7875; }
.switch-label { align-items: center; gap: 0.8em; font-weight: 500; color: var(--text-dark); position: relative; display: inline-block; width: 40px; height: 20px; }
.switch-label input[type="checkbox"] { opacity: 0; width: 0; height: 0; }
.switch-label input { opacity: 0; width: 0; height: 0; }
.switch-slider { position: absolute; cursor: pointer; top: 0; left: 0; right: 0; bottom: 0; background-color: #ccc; border-radius: 20px; transition: .4s; }
.switch-slider:before { position: absolute; content: ""; height: 14px; width: 14px; left: 3px; bottom: 3px; background-color: white; border-radius: 50%; transition: .4s; }
.switch-label input:checked+.switch-slider { background-color: #10B981; }
.switch-label input:checked+.switch-slider:before { transform: translateX(20px); }
@media (max-width:420px) { .drop-zone { max-width: 100%; padding: 1.5em 1em; } button { padding: 1em; font-size: 1.1em; } }
@media (max-width:600px) { .container { padding: 0 1rem; margin: 0; } h1.page-title { font-size: 2em; } .drop-zone { padding: 2em 1em; } .drop-zone p { text-align: center; } button { width: 100%; } .two-column { flex-direction: column; gap: 1rem; } .two-column>* { flex: 1 1 100%; min-width: 0; } .burger-container { display: block; } nav { display: none; } #addPortfolioOptions .btn-add-portfolio { flex-direction: column; gap: 3px; } }
@media (max-width:768px) { .burger-container { display: block; } nav { display: none; } #homePage .container { flex-direction: column; align-items: center; text-align: center; } #homePage .hero-image { width: 85%; } #homePage .hero-text { flex: none; height: auto; max-height: none; max-width: 90%; margin-bottom: 1rem; text-align: left; } #homePage .disclaimer { max-width: 90%; margin-top: 1.5rem; padding: 1rem; box-sizing: border-box; } section { padding-top: 60px; box-sizing: border-box; } .loadPage-box { flex-direction: column; } .two-column { flex-direction: column; } .donation-grid { grid-template-columns: 1fr; justify-items: center; } .donation-card { width: 90%; max-width: 400px; } }
@media (min-width:769px) { .support-btn:hover .tooltip { opacity: 1; } }
@media (max-width:1200px) { .burger-container { display: block; } .burger .tooltip { display: none; } header nav { display: none !important; } }
@media (min-width:1201px) { .burger:hover .tooltip { display: inline-block; opacity: 1; } }
@media (max-width:600px) { .tool-card { flex: 1 1 100%; } .tool-row { flex-direction: row; align-items: flex-start; } .tool-row img { width: 80px; height: 80px; margin-right: 10px; margin-bottom: 0; } }
.tool-grid { display: flex; flex-wrap: wrap; gap: 1rem; justify-content: center; }
.tool-card { position: relative; border: 1px solid #ddd; border-radius: 12px; padding: 15px; background: #f7f7f7; max-width: 400px; flex: 1 1 calc(33% - 1rem); box-sizing: border-box; cursor: pointer; text-decoration: none; color: inherit; transition: transform 0.2s ease, box-shadow 0.2s ease; }
.tool-card:hover { transform: translateY(-4px); box-shadow: 0 6px 16px rgba(0, 0, 0, 0.15); }
.card-pill { position: absolute; top: 12px; right: 12px; padding: 4px 10px; border-radius: 20px; font-size: 0.75rem; font-weight: 600; color: white; text-transform: uppercase; letter-spacing: 0.5px; pointer-events: none; box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2); transition: transform 0.2s ease, box-shadow 0.2s ease; }
.card-pill.future { background-color: #e4972c; }
.card-pill.future:hover { transform: translateY(-2px); box-shadow: 0 4px 12px rgba(255, 149, 0, 0.4); }
.card-pill.beta { background-color: #673ab7; }
.card-pill.beta:hover { transform: translateY(-2px); box-shadow: 0 4px 12px rgba(255, 149, 0, 0.4); }
.card-pill.improved { background-color: #42cba2; }
.card-pill.improved:hover { transform: translateY(-2px); box-shadow: 0 4px 12px rgba(0, 164, 130, 0.4); }
.tool-card h3 { margin-top: 25px; margin-bottom: 12px; font-size: 1.2em; font-weight: 600; }
.tool-row { display: flex; align-items: center; gap: 15px; }
.tool-row img { width: 100px; height: 100px; border-radius: 0; object-fit: cover; }
.tool-content p { margin: 0; font-size: 0.95em; line-height: 1.3; }
.tool-card .card-footer { margin-top: 10px; }
.tool-card .card-footer p { font-size: 0.85em; color: #555; text-align: center; }
.video-wrapper { position: relative; width: 100%; aspect-ratio: 16/9; margin: 0 auto; }
.video-wrapper iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; border-radius: 12px; display: none; z-index: 1; box-shadow: 0 4px 8px rgba(0, 0, 0, .4), inset 0 -4px 4px rgba(255, 255, 255, .2); }
.play-overlay { position: absolute; inset: 0; z-index: 2; cursor: pointer; overflow: hidden; border-radius: 12px; }
.overlay-img { width: 100%; height: 100%; object-fit: cover; display: block; }
.play-button { position: absolute; left: 50%; top: 80%; transform: translate(-50%, -50%); width: 68px; height: 68px; display: flex; align-items: center; justify-content: center; border-radius: 50%; background: rgba(255, 255, 255, .25); backdrop-filter: blur(10px); border: 2px solid rgba(255, 255, 255, .4); box-shadow: 0 8px 20px rgba(0, 0, 0, .25), inset 0 1px 1px rgba(255, 255, 255, .4); transition: .2s ease; }
.play-button i { font-size: 28px; color: #fff; margin-left: 4px; }
.play-overlay:hover .play-button { transform: translate(-50%, -50%) scale(1.08); background: rgba(91, 70, 245, .85); border-color: rgba(255, 255, 255, .8); }
.quickstart-header { text-align: center; margin-bottom: 22px; }
.quickstart-header h1 { margin: 0; font-size: 2rem; font-weight: 700; letter-spacing: -.02em; color: #111827; }
.quickstart-header p { margin: 4px 0 0 !important; font-size: .9rem; color: #6B7280; }
.quickstart-card { max-width: 1050px; margin: 0 auto; padding: 18px; background: linear-gradient(180deg, #FFF 0%, #FBFCFE 100%); border: 1px solid #E5E7EB; border-radius: 12px; box-shadow: 0 8px 24px rgba(0, 0, 0, .04); }
.quickstart-layout { display: grid; grid-template-columns: 260px 1fr; gap: 20px; }
.quickstart-playlist { display: flex; flex-direction: column; gap: 10px; }
.quickstart-video-item { display: flex; gap: 12px; padding: 12px; background: #fff; border: 1px solid #E5E7EB; border-radius: 14px; cursor: pointer; transition: .15s ease; }
.quickstart-video-item:hover { background: #F8FAFF; border-color: #C7D2FE; }
.quickstart-video-item.active { background: #EEF2FF; border-color: #5B46F5; }
.quickstart-video-icon { color: #5B46F5; font-size: 18px; margin-top: 0; }
.quickstart-video-title { margin-bottom: 3px; font-size: 14px; font-weight: 700; color: #111827; }
.quickstart-video-time { font-size: 12px; color: #6B7280; }
.quickstart-player { min-width: 0; }
.quickstart-description { margin-top: 14px; padding: 14px 16px; background: #F8FAFC; border: 1px solid #E5E7EB; border-radius: 12px; font-size: 14px; line-height: 1.6; color: #374151; }
.quickstart-help { margin-top: 16px; padding-top: 16px; border-top: 1px solid #E5E7EB; }
.quickstart-help h3 { margin: 0 0 10px; font-size: 13px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; color: #6B7280; }
.quickstart-links { display: flex; flex-direction: column; gap: 8px; }
.quickstart-links a { display: flex; align-items: center; gap: 10px; padding: 10px 14px; text-decoration: none; background: #F8FAFC; border: 1px solid #E5E7EB; border-radius: 12px; color: #374151; font-size: 14px; font-weight: 600; transition: all .15s ease; }
.quickstart-links a:hover { background: #EEF2FF; border-color: #C7D2FE; color: #5B46F5; transform: translateX(2px); }
.quickstart-links a i { width: 18px; flex-shrink: 0; color: #5B46F5; }
@media(max-width:900px) { .quickstart-layout { grid-template-columns: 1fr; } .quickstart-player { order: 1; } .quickstart-playlist { order: 2; } .quickstart-header h1 { font-size: 1.8rem; } }
header, .burger-container, .burger-menu, .burger-overlay { display: none !important; }
.layout { display: grid; grid-template-columns: 280px 1fr; min-height: 100vh; }
.sidebar { grid-column: 1; background: #07113F; color: #fff; padding: 15px; border-right: 1px solid rgba(255, 255, 255, .08); overflow-y: auto; }
.sidebar-backdrop { position: fixed; inset: 0; z-index: 1999; display: none; background: rgba(0, 0, 0, .4); pointer-events: none; }
.sidebar-backdrop.open { display: block; pointer-events: auto; }
.sidebar>div:first-child { text-align: center; padding-top: 1px; padding-bottom: 1px; margin-bottom: 18px; border-bottom: 1px solid rgba(255, 255, 255, .08); }
.sidebar>div:first-child img { max-height: 50px; }
.nav-section { font-size: 11px; opacity: .55; margin: 22px 0 8px; padding-left: 12px; text-transform: uppercase; letter-spacing: .08em; }
.sidebar .nav a { display: flex; align-items: center; padding: 12px 14px; border-radius: 12px; color: #D6D9F0; text-decoration: none; margin: 0px 0; font: 500 14px Inter, sans-serif; transition: .2s; }
.sidebar .nav a:hover { background: rgba(255, 255, 255, .06); color: #fff; }
.sidebar .nav a.active { background: linear-gradient(90deg, #5B46F5, #6E54FF); color: #fff; box-shadow: 0 4px 12px rgba(91, 70, 245, .35); }
.portfolio-status { margin: 8px 14px 16px; padding: 10px 12px; border-radius: 10px; background: rgba(255, 255, 255, .05); color: #cbd5e1; font-size: .8rem; line-height: 1.35; }
.portfolio-status strong { display: inline-block; padding: 3px 8px; border-radius: 999px; background: rgba(91, 70, 245, .15); color: #bdb4ff; font-size: .72rem; text-transform: uppercase; letter-spacing: .04em; }
.portfolio-status i { color: #8b7cf6; }
.pro-switch-card, .privacycard { border-radius: 16px; padding: 16px; margin-top: 18px; font-size: 13px; color: #fff; }
.privacycard { background: rgba(255, 255, 255, .05); backdrop-filter: blur(8px); border: 1px solid rgba(255, 255, 255, .08); }
.privacycard b { margin: 0 0 8px; }
.privacycard .fa-shield-halved { color: #10B981; }
.pro-switch-card { background: linear-gradient(135deg, rgba(31, 42, 108, .98), rgba(45, 58, 140, .98)); border: 1px solid rgba(16, 185, 129, .35); box-shadow: 0 0 0 1px rgba(16, 185, 129, .08), 0 8px 24px rgba(0, 0, 0, .25); }
.pro-switch-card .btn-primary { width: 100%; display: block; text-align: center; margin-top: 12px; font-weight: 700; box-shadow: 0 6px 16px rgba(91, 70, 245, .35); }
.pro-switch-card .fa-crown { color: #10B981; }
.pro-switch-card h3 { margin: 0 0 10px; font-size: 18px; font-weight: 600; letter-spacing: -.02em; color: #fff; }
.pro-badge { display: inline-flex; align-items: center; justify-content: center; margin-left: 8px; padding: 2px 5px; font-size: 10px; font-weight: 700; line-height: 1.4; text-transform: uppercase; letter-spacing: .04em; color: #fff; background: #10B981; border-radius: 999px; box-shadow: 0 2px 6px rgba(16, 185, 129, .25); vertical-align: middle; }
.btn-primary { background: linear-gradient(90deg, #5B46F5, #6E54FF); color: #fff; border: none; padding: 10px 16px; border-radius: 10px; cursor: pointer; font: inherit; }
.sidebar { margin-right: 10px; }
.nav a i { width: 25px; }
.modal-overlay { position: fixed; inset: 0; background: rgba(0, 0, 0, .45); display: flex; align-items: center; justify-content: center; z-index: 5000; }
.modal-card { width: 100%; max-width: 420px; background: #fff; border-radius: 16px; padding: 24px; box-shadow: 0 20px 40px rgba(0, 0, 0, .15); position: relative; }
.modal-card button:not(.modal-close) { width: 100%; border-radius: 12px; }
.modal-card h3 { margin: 0 0 12px; }
.modal-card p { margin-bottom: 16px; }
.modal-card input { width: 100%; padding: 12px; border: 1px solid #E5E7EB; border-radius: 10px; }
.modal-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 20px; width: 100%; }
.modal-actions button { width: 100%; min-height: 48px; padding: 0 16px; box-sizing: border-box; border-radius: 12px; font-size: 14px; font-weight: 600; cursor: pointer; }
.modal-actions .btn-upgrade { background: linear-gradient(135deg, #5B46F5, #6D5EF7); color: #fff; }
.modal-actions .btn-upgrade:hover { transform: translateY(-1px); box-shadow: 0 6px 14px rgba(91, 70, 245, .25); }
.modal-actions .button:hover { transform: translateY(-1px); box-shadow: 0 6px 14px rgba(91, 70, 245, .25); }
.modal-actions .btn-guest { background: #fff; color: #374151; border: 1px solid #D1D5DB; }
.modal-actions .btn-guest:hover { background: #F9FAFB; border-color: #9CA3AF; transform: translateY(-1px); box-shadow: 0 6px 14px rgba(91, 70, 245, .25); }
.modal-close { all: unset; position: absolute; top: 14px; right: 14px; width: 32px; height: 32px; display: flex; align-items: center; justify-content: center; border: none; border-radius: 50%; background: #5b46f5; color: #fff; cursor: pointer; transition: all .15s ease; }
.modal-close:hover { background: #E5E7EB; color: #111827; transform: scale(1.05); }
.modal-close i { font-size: 14px; }
.account-modal-field { margin-bottom: 16px; }
.account-modal-field label { display: block; margin-bottom: 6px; font-size: 14px; font-weight: 600; color: #111827; }
.account-modal-error { min-height: 20px; margin: 8px 0 16px; font-size: 13px; color: #DC2626; }
.account-modal-submit { width: 100%; margin-top: 4px; border-radius: 10px; padding: 12px 18px; }
.password-field { position: relative; width: 100%; }
.password-field input { width: 100%; box-sizing: border-box; padding-right: 50px; }
.password-toggle { position: absolute !important; top: 50% !important; right: 15px !important; transform: translateY(-50%) !important; width: auto !important; height: auto !important; margin: 0 !important; padding: 0 !important; border: none !important; background: transparent !important; display: flex !important; align-items: center; justify-content: center; cursor: pointer; z-index: 100; }
.password-toggle i { font-size: 16px; color: #6B7280; }
.password-toggle:hover i { color: #374151; }
.main { grid-column: 2; display: flex; flex-direction: column; min-width: 0; }
.topbar { height: 72px; background: #fff; border-bottom: 1px solid var(--border); display: flex; justify-content: space-between; align-items: center; padding: 0 24px; }
.menu-toggle { display: none; background: none; border: none; padding: 12px; margin: 0; cursor: pointer; font-size: 24px; color: #333; line-height: 1; transition: none; transform: none; box-shadow: none; }
.menu-toggle:hover, .menu-toggle:focus, .menu-toggle:active { transform: none; transition: none; color: #fff; background: #5B46F5; box-shadow: 0 4px 14px rgba(0, 0, 0, 0.1); }
.topbar-right { display: flex; align-items: center; gap: 16px; }
.propill { background: linear-gradient(90deg, #5B46F5, #6E54FF); color: #fff; padding: 8px 14px; border-radius: 999px; font-size: 13px; }
.content { padding: 32px 32px 0px 32px; flex: 1; overflow-x: hidden; }
.content>.app-page { display: none !important; min-height: auto !important; padding-top: 0 !important; }
.content>.app-page.active { display: block !important; }
#loadPage.app-page.active, #optionsPage.app-page.active { display: flex !important; flex-direction: column; align-items: stretch; }
#loadPage { color: var(--text) !important; background: transparent !important; }
#homePage, #faqPage, #section4 { background: var(--bg) !important; }
#faqPage { color: var(--text) !important; }
#faqPage h2 { color: var(--text) !important; }
#section4.app-page.active { display: flex !important; flex-direction: column; align-items: center; }
#section4 { min-height: auto !important; }
section { scroll-margin-top: 0; }
.signup-btn { background: linear-gradient(90deg, #5B46F5, #6E54FF) !important; box-shadow: 0 4px 14px rgba(91, 70, 245, .35) !important; }
#downloadBtn { background: var(--primary) !important; }
.topbar-right { display: flex; align-items: center; gap: 14px; }
.plan-status { display: flex; align-items: center; gap: 8px; padding: 8px 14px; border-radius: 999px; font: 500 14px Inter, sans-serif; }
.plan-status.free { background: #F8FAFC; color: #64748B; border: 1px solid #E5E7EB; }
.plan-status.trial { background: #ECFDF5; color: #047857; border: 1px solid #A7F3D0; }
.plan-status.pro { background: #F3E8FF; color: #6D28D9; border: 1px solid #D8B4FE; }
.status-dot { width: 12px; height: 12px; border-radius: 50%; background: currentColor; display: block; }
.account-status { position: relative; display: flex; align-items: center; gap: 10px; padding: 8px 14px; width: 170px; border: 1px solid #E5E7EB; border-radius: 12px; background: #fff; font-size: 13px; font-weight: 500; color: #374151; cursor: pointer; transition: all .2s ease; }
.account-status:hover { border-color: #D1D5DB; background: #FAFAFA; }
.account-status i.fa-user-circle { font-size: 22px; color: #6B7280; }
.account-status span { flex: 1; margin-left: 10px; font: 500 14px Inter, sans-serif; }
.account-status .fa-chevron-down { margin-left: auto; font-size: 11px; color: #6B7280; }
.account-menu { display: none; position: absolute; top: calc(100% + 10px); right: 0; min-width: 220px; background: #fff; border: 1px solid #E5E7EB; border-radius: 14px; padding: 8px; box-shadow: 0 10px 15px rgba(0, 0, 0, .05), 0 4px 6px rgba(0, 0, 0, .03); z-index: 1000; }
.account-status.open .account-menu { display: block; }
.account-menu a { display: flex; align-items: center; gap: 12px; padding: 10px 12px; border-radius: 10px; text-decoration: none; font-size: 14px; font-weight: 500; color: #374151; transition: background .15s ease; }
.account-menu a:hover { background: #F3F4F6; }
.account-menu i { width: 16px; text-align: center; color: #6B7280; }
.account-menu hr { border: none; height: 1px; background: #E5E7EB; margin: 6px 0; }
.account-menu .logout { color: #6D4CFF; font-weight: 600; }
.new-home-hero { display: flex; flex-direction: column; }
.new-welcome-header { display: flex; align-items: center; gap: 20px; margin-bottom: 20px; flex-wrap: wrap; }
.new-welcome-header h1 { margin: 0; line-height: 1.1; font: 700 32px Inter, sans-serif; }
.new-tax-ready-panel { margin-left: 8px; display: flex; align-items: center; gap: 14px; padding: 10px 16px; background: linear-gradient(135deg, #fff 0%, #F8F6FF 100%); border: 1px solid #E7E1FF; border-radius: 14px; box-shadow: 0 6px 14px rgba(91, 70, 245, .08), 0 1px 4px rgba(0, 0, 0, .04); }
.tax-icon { font-size: 28px; color: #5B46F5; line-height: 1; }
.tax-divider { width: 1px; height: 36px; background: #DCD4FF; }
.tax-text { display: flex; flex-direction: column; justify-content: center; line-height: 1; }
.tax-text strong { font-size: 20px; font-weight: 800; color: #5B46F5; }
.tax-text span { margin-top: 3px; font-size: 11px; font-weight: 600; color: #374151; }
.tax-status-icon { color: #10B981; font-size: 28px; }
.new-hero-grid { display: grid; grid-template-columns: minmax(0, 1.5fr) minmax(0, 1fr) 360px; grid-template-areas: "info image journey" "features features journey"; gap: 0 20px; align-items: start; }
.new-hero-info { grid-area: info; padding: 20px 0 0; max-width: 650px; }
.new-hero-info h2 { line-height: 1.2; margin: 0 0 24px; font: 600 20px Inter, sans-serif; }
.new-hero-info p { margin: 0 0 18px; color: #4B5563; line-height: 1.75; font-family: Inter, sans-serif; }
.new-hero-image { grid-area: image; overflow: hidden; margin-top: -10px; align-self: center; }
.new-hero-image img { display: block; width: 90%; height: auto; }
.new-journey-card { grid-area: journey; background: #fff; border: 1px solid #E5E7EB; border-radius: 20px; padding: 24px; box-shadow: 0 2px 10px rgba(0, 0, 0, .04); height: auto; align-self: start; }
.new-journey-btn { width: 100%; margin: 5px 0 10px; }
.new-journey-step, .new-journey-help { display: flex; align-items: center; gap: 14px; padding: 10px; margin-bottom: 12px; border: 1px solid #E5E7EB; border-radius: 14px; transition: .2s; }
.new-journey-help { background: #FAFAFF; }
.new-journey-step:hover, .new-journey-help:hover { border-color: #5B46F5; background: #FAFAFF; }
.new-journey-step.locked { opacity: .75; }
.new-step-number { width: 38px; height: 38px; display: flex; align-items: center; justify-content: center; border-radius: 10px; background: #5B46F5; color: #fff; font-weight: 700; flex-shrink: 0; }
.new-step-help { width: 38px; height: 38px; display: flex; align-items: center; justify-content: center; color: #5B46F5; font-size: 2em; flex-shrink: 0; }
.new-journey-step.locked .new-step-number { background: #E5E7EB; color: #6B7280; }
.new-step-text { flex: 1; }
.new-step-text strong { display: block; margin-bottom: 4px; }
.new-step-text span { font-size: 12px; color: #6B7280; }
.new-step-text b { color: #5B46F5; }
.new-journey-step i:last-child, .new-journey-help i:last-child { margin-left: auto; }
.new-features-card { grid-area: features; display: grid; grid-template-columns: repeat(5, 1fr); background: rgba(91, 70, 245, .05); border: 1px solid rgba(91, 70, 245, .08); box-shadow: 0 2px 8px rgba(91, 70, 245, .04); padding: 24px 0; border-radius: 16px; }
.new-feature { text-align: center; padding: 10px 18px; position: relative; }
.new-feature:not(:last-child)::after { content: ""; position: absolute; top: 10px; right: 0; width: 1px; height: 70px; background: rgba(17, 24, 39, .08); }
.new-feature i { display: block; margin-bottom: 14px; font-size: 28px; color: #7C6CF8; }
.new-feature h4 { margin: 0; font: 600 .95rem Inter, sans-serif; line-height: 1.4; color: #111827; }
.new-disclaimer-banner { margin-top: 16px; padding: 18px 0; border-top: 1px solid #E5E7EB; }
.new-disclaimer-title { margin-bottom: 10px; }
.new-disclaimer-title h3 { margin: 0 0 6px; color: #9CA3AF; text-transform: uppercase; font: 550 .78rem Inter, sans-serif; letter-spacing: .08em; }
.new-disclaimer-content { flex: 1; min-width: 0; max-width: 95%; }
.new-disclaimer-content p { margin: 0 0 10px; color: #9CA3AF; line-height: 1.4; font: 400 .78rem Inter, sans-serif; }
.new-disclaimer-content p:last-child { margin-bottom: 0; }
@media(max-width:768px) { .new-disclaimer-banner { padding: 16px 0; margin-top: 12px; } .new-disclaimer-content { max-width: 100%; } .new-disclaimer-title { margin-bottom: 6px; } .new-disclaimer-title h3 { letter-spacing: .06em; font-size: .72rem; } .new-disclaimer-content p { margin: 0 0 8px; font-size: .74rem; line-height: 1.35; } .new-disclaimer-content p:last-child { margin-bottom: 0; } }
@media(max-width:1100px) { .new-hero-grid { grid-template-columns: 1fr; grid-template-areas: "info" "image" "journey" "features"; } .new-features-card { grid-template-columns: repeat(2, 1fr); gap: 20px; } .new-feature::after { display: none; } }
@media(max-width:700px) { .new-features-card { grid-template-columns: 1fr; } }
#releasePage .container { max-width: 1000px; margin: 0 auto; }
.release-header { position: relative; display: flex; justify-content: space-between; align-items: center; gap: 24px; margin-bottom: 20px; }
.release-title-wrap { display: flex; align-items: center; justify-content: center; gap: 14px; flex: 1; min-width: 0; }
.release-report-btn { display: flex; align-items: center; gap: 8px; padding: 10px 16px; background: #fff; color: #EF4444; border: 1px solid #FECACA; border-radius: 12px; font-size: 1rem; font-weight: 600; cursor: pointer; box-shadow: 0 4px 12px rgba(0, 0, 0, .04); flex-shrink: 0; }
.release-report-btn:hover { background: #FEF2F2; }
.release-title-content { display: flex; flex-direction: column; align-items: center; }

.release-page-icon { width: 44px; height: 44px; border-radius: 14px; background: #ECFDF5; color: #10B981; display: flex; align-items: center; justify-content: center; font-size: 32px; }

.release-title-wrap h1 { margin: 0; font-size: 2rem; font-weight: 700; letter-spacing: -.02em; color: #111827; }
.release-subtext { margin: 2px 0 0 !important; font-size: .9rem; color: #6B7280; }
.release-featured { background: linear-gradient(135deg, #E8F8EE 0%, #EEFDF4 60%, #FFF 100%); border: 1px solid #B7EBC9; border-radius: 22px; padding: 28px 32px; margin-bottom: 28px; overflow: hidden; }
.release-featured-content { max-width: 100%; }
.release-featured-badge { display: inline-flex; align-items: center; gap: 6px; padding: 6px 12px; background: #16A34A; color: #fff; border-radius: 10px; font-size: .9rem; font-weight: 700; }
.release-featured h2 { margin: 18px 0 0; font-size: 2rem; font-weight: 750; color: #111827; }
.release-featured-date { display: inline-block; margin-left: 10px; padding: 5px 11px; background: #B7E7C8; border-radius: 10px; color: #166534; font-size: .95rem; font-weight: 600; position: relative; top: -6px; }
.release-featured ul { list-style: none; padding: 0; margin: 18px 0 0; }
.release-featured li { display: flex; gap: 10px; align-items: flex-start; margin-bottom: 8px; font-size: .95rem; font-weight: 600; color: #111827; }
.release-featured li i, .release-feature-item i { color: #16A34A; }
.release-featured-grid { display: grid; grid-template-columns: repeat(3, minmax(30%, 1fr)); gap: 12px 24px; margin-top: 22px; }
.release-feature-item { display: flex; align-items: flex-start; gap: 10px; font-size: .95rem; font-weight: 600; color: #111827; }
.release-featured-title { margin: 14px 0 20px; font-size: 1.05rem; font-weight: 600; color: #374151; }
.release-history-header { margin: 24px 0 12px; }
.release-history-heading { margin: 0; padding-left: 30px; font-size: 1.05rem; font-weight: 700; color: #111827; letter-spacing: -.01em; }

.release-history { background: #fff; border: 1px solid #E5E7EB; border-radius: 18px; overflow: hidden; }
.release-row { display: grid; grid-template-columns: 100px 1fr 110px 150px; gap: 24px; align-items: center; padding: 20px 28px; border-bottom: 1px solid #F1F5F9; transition: .15s; }
.release-row:last-child { border-bottom: none; }
.release-row:hover { background: #FAFBFC; }

.release-version-pill { background: #F5F7FB; color: #6366F1; font-size: .9rem; font-weight: 700; padding: 8px 12px; border-radius: 12px; text-align: center; }
.release-summary { font-size: .98rem; line-height: 1.6; color: #4B5563; }
.release-month { font-size: .95rem; font-weight: 500; color: #6B7280; }
.release-type { display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 8px 14px; border-radius: 10px; font-size: .95rem; font-weight: 600; white-space: nowrap; }
.release-type i { font-size: .75rem; }
.release-type.feature { background: #ECFDF5; color: #059669; }
.release-type.tax { background: #EEF2FF; color: #4F46E5; }
.release-type.maintenance { background: #FFF7ED; color: #EA580C; }
.release-type.bug { background: #FEF2F2; color: #DC2626; }
@media(max-width:1200px) { .new-hero-grid { grid-template-columns: 1fr; } .new-hero-image { max-width: 500px; } .new-hero-features { grid-template-columns: 1fr; } }
@media(max-width:1000px) { .layout { grid-template-columns: 1fr; } .main { grid-column: 1; } .sidebar { position: fixed; left: 0; top: 0; bottom: 0; width: 295px; z-index: 2000; transform: translateX(-100%); transition: .25s; } .sidebar.open { transform: translateX(0); } .menu-toggle { display: flex; } }
.section4-grid { max-width: 1200px; margin: 0 auto; display: flex; flex-direction: column; gap: 30px; }
.section4-report-row { display: flex; gap: 30px; align-items: stretch; flex-wrap: wrap; }
.section4-left-panel { flex: 1; min-width: 300px; display: flex; flex-direction: column; margin-bottom: 0px; }
.section4-right-panel { width: 320px; background: #fff; border-radius: 12px; box-shadow: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -1px rgba(0, 0, 0, .06); display: flex; flex-direction: column; overflow: hidden; }
.section4-bottom-panel { width: 100%; }
.feature-panel-header { padding: 30px 20px 20px; display: flex; flex-direction: column; align-items: center; text-align: center; border-bottom: 1px solid #f0f0f0; }
.feature-panel-icon { width: 60px; height: 60px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 24px; margin-bottom: 15px; }
.feature-panel-title { font-size: 1.25rem; font-weight: 600; margin-bottom: 10px; color: #1f2937; }
.feature-panel-badge { padding: 4px 12px; border-radius: 100px; font-size: .85rem; font-weight: 600; margin-bottom: 5px; }
.feature-panel-subtitle { font-size: .85rem; color: #6b7280; }
.feature-panel-list { padding: 20px; flex: 1; }
.feature-panel-item { display: flex; align-items: center; margin-bottom: 15px; font-size: .95rem; color: #4b5563; }
.feature-panel-item i { margin-right: 12px; font-size: 1.1rem; }
.feature-panel-action { padding: 0 20px 20px; display: flex; flex-direction: column; align-items: center; text-align: center; }
.feature-panel-btn { width: 100%; padding: 12px; border: none; border-radius: 8px; font: 600 1rem; color: #fff; cursor: pointer; transition: .2s; margin-bottom: 10px; }
.feature-panel-btn:hover { opacity: .9; }
.theme-pro .feature-panel-header, .theme-free .feature-panel-header { background: linear-gradient(180deg, #FAF7FF 0%, #F5F3FF 100%); }
.theme-pro .feature-panel-icon, .theme-free .feature-panel-icon { background: #4f46e5; color: #fff; }
.theme-pro .feature-panel-item i, .theme-free .feature-panel-item i { color: #4f46e5; }
.theme-pro .feature-panel-btn, .theme-free .feature-panel-btn { background: #4f46e5; }
.theme-pro .feature-panel-btn:hover { background: #7C3AED; }
.theme-free .feature-panel-btn:hover { background: #5b46f5; }
.theme-pro .feature-panel-badge { background: #F3E8FF; color: #6D28D9; border: 1px solid #D8B4FE; padding: 8px 16px; margin: auto 0 0; }
.theme-trial .feature-panel-header { background: #F4FDF8; }
.theme-trial .feature-panel-icon { background: #D1FAE5; color: #059669; }
.theme-trial .feature-panel-item i { color: #10B981; }
.theme-trial .feature-panel-badge { background: #ECFDF5; color: #047857; border: 1px solid #A7F3D0; }
.theme-trial .feature-panel-btn { background: #10B981; }
.theme-trial .feature-panel-btn:hover { background: #059669; }
.pro-supporter-panel { background: linear-gradient(135deg, #faf7ff 0%, #f5f3ff 50%, #fff 100%); border: 1px solid #e9d5ff; border-radius: 16px; padding: 32px; box-shadow: 0 10px 30px rgba(0, 0, 0, .06); }
.pro-supporter-banner { display: flex; align-items: center; gap: 24px; margin-bottom: 28px; }
.pro-supporter-icon { width: 90px; height: 90px; border-radius: 12px; background: linear-gradient(135deg, #7c3aed, #5b46f5); color: #fff; display: flex; align-items: center; justify-content: center; font-size: 38px; flex-shrink: 0; box-shadow: 0 10px 25px rgba(124, 58, 237, .25); }
.pro-supporter-badge { display: inline-block; padding: 6px 12px; border-radius: 999px; background: #ede9fe; color: #6d28d9; font-size: .75rem; font-weight: 700; letter-spacing: .08em; margin-bottom: 10px; }
.pro-supporter-content h2 { margin: 0 0 8px; font-size: 1.9rem; font-weight: 700; color: #111827; }
.pro-supporter-content p { margin: 0; color: #6b7280; }
.pro-stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.pro-stat { background: #fff; border: 1px solid #ede9fe; border-radius: 12px; padding: 18px; text-align: center; transition: .2s; }
.pro-stat:hover { transform: translateY(-2px); box-shadow: 0 8px 20px rgba(124, 58, 237, .08); }
.pro-stat i { display: block; margin-bottom: 10px; font-size: 1.4rem; color: #7c3aed; }
.pro-stat span { font-weight: 600; color: #374151; }
@media(max-width:768px) {.section4-right-panel { width: 100%; } .pro-supporter-banner { flex-direction: column; text-align: center; } .pro-stats-grid { grid-template-columns: repeat(2, 1fr); } .pro-supporter-content h2 { font-size: 1.5rem; } }
@media (max-width: 900px) {.release-header { padding-right: 0; } .release-report-btn { top: 0; right: 0; } .latest-release-grid { grid-template-columns: 1fr 1fr; gap: 14px; } }
@media (max-width: 700px) {.release-header { display: flex; flex-direction: column; align-items: stretch; justify-content: flex-start; gap: 18px; text-align: left; } .release-title-wrap { width: 100%; } .release-title-content h1 { font-size: 1.9rem; } .release-subtext { margin-top: 8px; } .release-report-btn { width: 100%; justify-content: center; margin: 0; } .latest-release-card { padding: 20px; } .latest-release-header { flex-direction: column; align-items: flex-start; gap: 10px; } .latest-release-version { width: 100%; } .latest-release-grid { grid-template-columns: 1fr; gap: 12px; } .release-history-header { margin-top: 28px; } .release-history-heading { font-size: 1.5rem; text-align: center; } .release-history-table { display: block; } .release-table-header { display: none; } .release-row { display: flex; flex-direction: column; gap: 10px; padding: 18px; margin-bottom: 14px; border-radius: 14px; } .release-row > div { width: 100%; } .release-version { font-size: 1.05rem; font-weight: 700; } .release-date { color: var(--text-muted); font-size: .9rem; } .release-status { width: fit-content; } }
@media (max-width: 480px) {.release-title-content h1 { font-size: 1.65rem; } .latest-release-card { padding: 16px; } .release-row { padding: 16px; } }