.fx-toolbar{display:flex;gap:12px;align-items:center;flex-wrap:wrap;margin-bottom:18px}.fx-toolbar label{font-size:.85rem;color:#666;font-weight:600}.fx-toolbar input{padding:8px 12px;border:2px solid #e0e0e0;border-radius:6px;font-size:.95rem;font-family:inherit}.fx-toolbar input:focus{outline:none;border-color:#00ADEE}.fx-toolbar input.fx-year{width:90px}.fx-spacer{flex:1 1}.fx-tabs{display:flex;gap:4px;border-bottom:2px solid #e0e0e0;margin-bottom:20px;flex-wrap:wrap}.fx-tab{background:none;border:none;border-bottom:3px solid transparent;margin-bottom:-2px;padding:10px 18px;font-family:inherit;font-size:.95rem;font-weight:600;color:#888;cursor:pointer}.fx-tab:hover{color:#333}.fx-tab.active{color:#00ADEE;border-bottom-color:#00ADEE}.fx-tab .fx-count{display:inline-block;margin-left:6px;background:#f0f0f0;color:#666;border-radius:10px;padding:1px 7px;font-size:.75rem}.fx-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(340px,1fr));grid-gap:16px;gap:16px}.fx-card{background:white;border-radius:10px;box-shadow:0 2px 10px rgba(0,0,0,.08);padding:18px 20px}.fx-card h3{margin:0 0 12px;font-size:1rem;display:flex;justify-content:space-between;align-items:center;gap:8px}.fx-card h3 a{font-size:.8rem;font-weight:500;color:#00ADEE;text-decoration:none}.fx-card.warn{border-left:4px solid #ffd100}.fx-card.danger{border-left:4px solid #dc3545}.fx-card.ok{border-left:4px solid #28a745}.fx-kpis{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));grid-gap:12px;gap:12px;margin-bottom:18px}.fx-kpi{background:white;border-radius:10px;padding:14px 16px;box-shadow:0 2px 10px rgba(0,0,0,.08);border-left:4px solid #00adee;text-decoration:none;color:inherit;display:block}.fx-kpi.red{border-left-color:#dc3545}.fx-kpi.yellow{border-left-color:#FFD100}.fx-kpi.green{border-left-color:#28a745}.fx-kpi.grey{border-left-color:#adb5bd}.fx-kpi-label{font-size:.72rem;text-transform:uppercase;letter-spacing:.5px;color:#888;font-weight:600}.fx-kpi-value{font-size:1.5rem;font-weight:700;color:#333}.fx-kpi-sub{font-size:.78rem;color:#999}.fx-list{display:flex;flex-direction:column}.fx-item{display:flex;justify-content:space-between;align-items:center;gap:10px;padding:8px 0;border-bottom:1px solid #f0f0f0;font-size:.9rem}.fx-item:last-child{border-bottom:none}.fx-item a{color:#333;text-decoration:none;font-weight:500}.fx-item a:hover{color:#00ADEE}.fx-item .fx-sub{font-size:.78rem;color:#888;display:block}.fx-item .fx-right{text-align:right;white-space:nowrap;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.fx-empty{color:#999;font-size:.9rem;padding:6px 0}.fx-num{text-align:right!important;font-feature-settings:"tnum";font-variant-numeric:tabular-nums;white-space:nowrap}.fx-dot{display:inline-block;width:10px;height:10px;border-radius:50%;margin-right:6px;vertical-align:middle}.fx-dot.green{background:#28a745}.fx-dot.yellow{background:#FFD100}.fx-dot.red{background:#dc3545}.fx-dot.grey{background:#ccc}.fx-form{background:white;border-radius:10px;box-shadow:0 2px 10px rgba(0,0,0,.08);padding:20px;margin-bottom:20px}.fx-form h3{margin:0 0 15px;font-size:1.05rem}.fx-form .form-group{margin-bottom:14px}.fx-form .form-row-3{display:grid;grid-template-columns:1fr 1fr 1fr;grid-gap:16px;gap:16px}.fx-inline{display:flex;gap:8px;align-items:center;flex-wrap:wrap}.fx-inline input{padding:6px 10px;border:2px solid #e0e0e0;border-radius:6px;font-size:.9rem;font-family:inherit}.fx-inline input:focus{outline:none;border-color:#00ADEE}.fx-section{margin-bottom:28px}.fx-section h2{font-size:1.15rem;margin:0 0 12px;display:flex;align-items:center;gap:10px;flex-wrap:wrap}.fx-help{color:#777;font-size:.85rem;margin:-6px 0 14px;line-height:1.5}.fx-pre{background:#f8f9fa;border-radius:8px;padding:12px;font-family:ui-monospace,Menlo,monospace;font-size:.8rem;white-space:pre-wrap;word-break:break-all;max-height:300px;overflow:auto}.fx-tag{display:inline-block;background:#eef7fc;color:#0077a8;border-radius:6px;padding:2px 8px;font-size:.75rem;font-weight:600}.fx-row-muted td{color:#aaa}@media (max-width:768px){.fx-form .form-row-3,.fx-grid{grid-template-columns:1fr}}.fx-validation{border-radius:8px;padding:10px 14px;margin-bottom:14px;font-size:.85rem}.fx-validation.ok{background:#d4edda;color:#155724}.fx-validation.warn{background:#fff3cd;color:#856404}.fx-validation.error{background:#fdecea;color:#721c24}.fx-validation ul{margin:6px 0 0;padding-left:18px}.fx-quarters{display:flex;gap:4px}.fx-quarters button{padding:6px 12px;border-radius:16px;border:2px solid #ddd;background:white;font-family:inherit;font-weight:600;cursor:pointer;color:#555}.fx-quarters button.active{background:#00ADEE;border-color:#00ADEE;color:white}