:root{--fc-primary:#00b159;--fc-secondary:#0f172a;--fc-accent:#f59e0b;--fc-bg-main:#f8fafc;--fc-bg-dark:#0f172a;--fc-card-bg:#ffffff;--fc-text-dark:#1e293b;--fc-text-light:#f8fafc;--fc-text-muted:#64748b;--fc-border:#e2e8f0;--fc-radius:12px}body{background-color:var(--fc-bg-main);color:var(--fc-text-dark);font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;overflow-x:hidden}.app-container{display:flex;min-height:100vh}.sidebar-nav{width:280px;background-color:var(--fc-bg-dark);color:var(--fc-text-light);position:fixed;top:0;bottom:0;left:0;z-index:1030;display:flex;flex-column:column;justify-content:space-between;padding:2rem 1.5rem;border-right:1px solid rgba(255,255,255,0.1);transition:all 0.3s ease}.main-content{margin-left:280px;width:calc(100% - 280px);padding:2rem;transition:all 0.3s ease}.mobile-header{display:none;background-color:var(--fc-bg-dark);color:var(--fc-text-light);padding:1rem;position:sticky;top:0;z-index:1040}.nav-menu .nav-link{color:rgba(255,255,255,0.7);font-weight:500;padding:0.75rem 1rem;border-radius:var(--fc-radius);margin-bottom:0.5rem;display:flex;align-items:center;gap:10px;transition:all 0.2s ease}.nav-menu .nav-link:hover,.nav-menu .nav-link.active{color:#ffffff;background-color:var(--fc-primary)}.nav-menu .nav-link i{font-size:1.2rem}.section-card{background-color:var(--fc-card-bg);border:1px solid var(--fc-border);border-radius:var(--fc-radius);padding:2rem;margin-bottom:2rem;box-shadow:0 4px 6px -1px rgba(0,0,0,0.05)}.section-title{font-size:1.75rem;font-weight:700;color:var(--fc-secondary);margin-bottom:1.5rem;border-left:5px solid var(--fc-primary);padding-left:0.75rem;display:flex;justify-content:space-between;align-items:center}.score-ticker-wrapper{background:linear-gradient(135deg,#1e293b,#0f172a);color:#ffffff;padding:1rem;border-radius:var(--fc-radius);margin-bottom:2rem}.score-card-item{background:rgba(255,255,255,0.08);border-radius:8px;padding:0.75rem 1.25rem;min-width:240px;border:1px solid rgba(255,255,255,0.1)}.table-responsive-custom{overflow-x:auto;-webkit-overflow-scrolling:touch}.table-custom{width:100%;border-collapse:collapse}.table-custom th{background-color:#f1f5f9;color:var(--fc-text-dark);font-weight:600;padding:0.75rem 1rem;border-bottom:2px solid var(--fc-border)}.table-custom td{padding:0.75rem 1rem;border-bottom:1px solid var(--fc-border);vertical-align:middle}.guide-step{border-left:3px dashed var(--fc-primary);padding-left:1.5rem;position:relative;margin-bottom:1.5rem}.guide-step::before{content:'';position:absolute;left:-8px;top:4px;width:14px;height:14px;border-radius:50%;background-color:var(--fc-primary)}.faq-item{border-bottom:1px solid var(--fc-border);padding:1rem 0}.faq-question{font-size:1.1rem;font-weight:600;color:var(--fc-secondary);cursor:pointer;display:flex;justify-content:space-between;align-items:center}.faq-answer{color:var(--fc-text-muted);margin-top:0.5rem;line-height:1.6;display:none}@media (max-width:991.98px){.sidebar-nav{transform:translateX(-100%)}.sidebar-nav.active{transform:translateX(0)}.main-content{margin-left:0;width:100%;padding:1rem}.mobile-header{display:flex;justify-content:space-between;align-items:center}}