.app{width:100%;min-height:100vh}.header{display:flex;align-items:center;justify-content:space-between;width:100%;height:70px;padding:0 24px;border-bottom:1px solid #e5e7eb;background-color:#fff}.header_left{display:flex;align-items:center}.header_title{font-size:22px;font-weight:700}.header_right{display:flex;align-items:center}.header_status{font-size:14px;color:#6b7280}.sidebar{width:240px;min-width:240px;padding:20px 16px;border-right:1px solid #e5e7eb;background-color:#fff}.sidebar_nav{display:flex;flex-direction:column;gap:8px}.sidebar_link{width:100%;padding:12px 14px;border:none;border-radius:10px;background-color:transparent;text-align:left;font-size:14px;cursor:pointer}.sidebar_link:hover{background-color:#f3f4f6}.sidebar_link.active{background-color:#111827;color:#fff}.main_content{flex:1;min-width:0;padding:24px;background-color:#f9fafb;overflow:auto}.app_layout{display:flex;flex-direction:column;width:100%;min-height:100vh}.app_layout_body{display:flex;flex:1;min-height:0}.section_title{display:flex;flex-direction:column;gap:4px}.section_title_heading{font-size:24px;font-weight:700;line-height:1.2;color:#111827}.section_title_subtitle{font-size:14px;line-height:1.5;color:#6b7280}.summary_card{display:flex;flex-direction:column;justify-content:space-between;gap:12px;min-height:120px;padding:20px;border:1px solid #e5e7eb;border-radius:16px;background-color:#fff}.summary_card_title{font-size:14px;font-weight:500;color:#6b7280}.summary_card_content{display:flex;flex-direction:column;gap:6px}.summary_card_value{font-size:24px;font-weight:700;line-height:1.2;color:#111827}.summary_card_subvalue{font-size:13px;line-height:1.4;color:#6b7280}.dashboard_summary_row{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}@media(max-width:1100px){.dashboard_summary_row{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:700px){.dashboard_summary_row{grid-template-columns:1fr}}.budget_summary_card{display:flex;flex-direction:column;gap:18px;padding:20px;border:1px solid #e5e7eb;border-radius:16px;background-color:#fff}.budget_summary_card.healthy{border-color:#d1d5db}.budget_summary_card.warning{border-color:#f59e0b}.budget_summary_card.danger{border-color:#ef4444}.budget_summary_card_header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.budget_summary_card_header_left{display:flex;flex-direction:column;gap:4px}.budget_summary_card_title{font-size:18px;font-weight:700;color:#111827}.budget_summary_card_subtitle{font-size:13px;color:#6b7280}.budget_summary_status{display:inline-flex;align-items:center;justify-content:center;min-height:34px;padding:0 12px;border-radius:999px;font-size:12px;font-weight:700;white-space:nowrap}.budget_summary_status.healthy{background-color:#ecfdf5;color:#065f46}.budget_summary_status.warning{background-color:#fffbeb;color:#92400e}.budget_summary_status.danger{background-color:#fef2f2;color:#991b1b}.budget_summary_card_grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:12px}.budget_summary_item{display:flex;flex-direction:column;gap:6px;padding:14px;border:1px solid #e5e7eb;border-radius:14px;background-color:#f9fafb}.budget_summary_label{font-size:13px;color:#6b7280}.budget_summary_value{font-size:20px;line-height:1.2;color:#111827}.budget_remaining.healthy{color:#065f46}.budget_remaining.warning{color:#92400e}.budget_remaining.danger{color:#991b1b}@media(max-width:1200px){.budget_summary_card_grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:700px){.budget_summary_card_header{flex-direction:column;align-items:flex-start}.budget_summary_card_grid{grid-template-columns:1fr}}.selected_lineup_card{display:flex;flex-direction:column;gap:20px;padding:20px;border:1px solid #e5e7eb;border-radius:16px;background-color:#fff}.selected_lineup_card_header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.selected_lineup_card_header_left{display:flex;flex-direction:column;gap:4px}.selected_lineup_card_title{font-size:18px;font-weight:700;color:#111827}.selected_lineup_card_subtitle{font-size:13px;color:#6b7280}.selected_lineup_card_total{display:inline-flex;align-items:center;justify-content:center;min-height:40px;padding:0 14px;border-radius:12px;background-color:#111827;font-size:16px;font-weight:700;color:#fff;white-space:nowrap}.selected_lineup_section{display:flex;flex-direction:column;gap:12px}.selected_lineup_section_title{font-size:13px;font-weight:700;letter-spacing:.03em;text-transform:uppercase;color:#6b7280}.selected_lineup_list{display:flex;flex-direction:column;gap:10px}.selected_lineup_item{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px 16px;border:1px solid #e5e7eb;border-radius:14px;background-color:#f9fafb}.selected_lineup_item.constructor{background-color:#f3f4f6}.selected_lineup_item_left{display:flex;flex-direction:column;gap:4px;min-width:0}.selected_lineup_item_right{display:flex;align-items:center;gap:12px;flex-shrink:0}.selected_lineup_item_name{font-size:15px;font-weight:600;color:#111827}.selected_lineup_item_type{font-size:12px;color:#6b7280}.selected_lineup_item_price{font-size:15px;font-weight:700;color:#111827;white-space:nowrap}.selected_lineup_item_tag{display:inline-flex;align-items:center;justify-content:center;min-height:30px;padding:0 10px;border-radius:999px;font-size:12px;font-weight:700;white-space:nowrap}.selected_lineup_item_tag.strong{background-color:#ecfdf5;color:#065f46}.selected_lineup_item_tag.balanced{background-color:#eff6ff;color:#1d4ed8}.selected_lineup_item_tag.expensive{background-color:#fef2f2;color:#991b1b}.selected_lineup_item_tag.neutral{background-color:#f3f4f6;color:#4b5563}@media(max-width:700px){.selected_lineup_card_header,.selected_lineup_item{flex-direction:column;align-items:flex-start}.selected_lineup_item_right{width:100%;justify-content:space-between}.selected_lineup_item_price{white-space:normal}}.dashboard_lineup_overview{display:grid;grid-template-columns:1fr 1fr;gap:16px;align-items:start}@media(max-width:1100px){.dashboard_lineup_overview{grid-template-columns:1fr}}.top_value_drivers_table{width:100%;margin-top:16px;border:1px solid #e5e7eb;border-radius:14px;overflow:hidden;background-color:#fff}.top_value_drivers_table_header,.top_value_drivers_table_row{display:grid;grid-template-columns:1.4fr 1.2fr .9fr .8fr .8fr;gap:12px;align-items:center;padding:14px 16px}.top_value_drivers_table_header{border-bottom:1px solid #e5e7eb;background-color:#f9fafb;font-size:13px;font-weight:700;color:#6b7280}.top_value_drivers_table_row{border-bottom:1px solid #f3f4f6;font-size:14px;color:#111827}.top_value_drivers_table_row:last-child{border-bottom:none}.top_value_drivers_driver_name{font-weight:600}.top_value_drivers_value_score{font-weight:700}@media(max-width:900px){.top_value_drivers_table_header,.top_value_drivers_table_row{grid-template-columns:1.4fr 1fr .9fr .8fr .8fr;font-size:13px}}.top_constructors_table{width:100%;margin-top:16px;border:1px solid #e5e7eb;border-radius:14px;overflow:hidden;background-color:#fff}.top_constructors_table_header,.top_constructors_table_row{display:grid;grid-template-columns:1.6fr 1fr 1fr .9fr;gap:12px;align-items:center;padding:14px 16px}.top_constructors_table_header{border-bottom:1px solid #e5e7eb;background-color:#f9fafb;font-size:13px;font-weight:700;color:#6b7280}.top_constructors_table_row{border-bottom:1px solid #f3f4f6;font-size:14px;color:#111827}.top_constructors_table_row:last-child{border-bottom:none}.top_constructors_name{font-weight:600}.top_constructors_value_score{font-weight:700}@media(max-width:900px){.top_constructors_table_header,.top_constructors_table_row{font-size:13px}}.dashboard_value_overview{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.dashboard_value_panel{display:flex;flex-direction:column;min-height:220px;padding:20px;border:1px solid #e5e7eb;border-radius:16px;background-color:#fff}@media(max-width:1100px){.dashboard_value_overview{grid-template-columns:1fr}}.strategy_notes{display:flex;flex-direction:column;gap:14px;margin-top:16px}.strategy_note_item{display:flex;align-items:flex-start;gap:12px;padding:14px 16px;border:1px solid #e5e7eb;border-radius:14px;background-color:#fff}.strategy_note_bullet{width:10px;height:10px;margin-top:6px;border-radius:999px;background-color:#111827;flex-shrink:0}.strategy_note_text{font-size:14px;line-height:1.6;color:#111827}.dashboard_strategy_section{padding:20px;border:1px solid #e5e7eb;border-radius:16px;background-color:#fff;min-height:220px}.dashboard_page{display:flex;flex-direction:column;gap:24px}.dashboard_page_header{width:100%}*{box-sizing:border-box;margin:0;padding:0}body{font-family:Arial,Helvetica,sans-serif}
