.page{min-height:100vh;padding:20px 0 60px 0}.container{max-width:1000px;margin:0 auto;padding:1rem;width:100%;box-sizing:border-box}.bus_home{min-height:unset;background:none}.main_content{background-color:#FFFFFF;border-radius:12px;padding:24px;box-shadow:0px 2px 4px rgba(0,0,0,0.05);margin-bottom:40px}.route_search_block{background:none;border-radius:0;padding:0;box-shadow:none;margin-bottom:0}.section_title{color:#000000;font-size:20px;font-weight:600;margin-bottom:20px;font-family:Inter,-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,sans-serif}.recent_searches{margin-top:20px;padding-top:20px;border-top:1px solid #E8ECF0}.recent_title{color:#3182CE;font-weight:600;margin-bottom:12px}.recent_items{display:flex;flex-wrap:wrap;gap:12px}.recent_item{background-color:#F0F7FF;padding:12px 16px;border-radius:8px;cursor:pointer;transition:all 0.3s ease;box-shadow:0 2px 4px rgba(0,0,0,0.1);border:1px solid #D0E3FF;color:#333333}.recent_item:hover{background-color:#E1EFFF;transform:translateY(-2px);box-shadow:0 3px 6px rgba(0,0,0,0.15)}.recent_item_route_number{color:#0052CC;font-size:1.2rem;font-weight:600}.search_container{margin-bottom:20px}.search_input{width:100%;padding:12px 16px;border:1px solid #E8ECF0;border-radius:8px;font-size:16px;transition:all 0.2s ease}.search_input:focus{outline:none;border-color:#3366CC;box-shadow:0 0 0 2px rgba(51,102,204,0.1)}.routes_list{display:flex;flex-direction:column;gap:12px}.route_item{padding:16px;background-color:#F8F9FA;border-radius:8px;cursor:pointer;transition:all 0.2s ease}.route_item:hover{background-color:#E8ECF0;transform:translateY(-1px)}.route_name{font-size:1.2rem;font-weight:600;color:#333333;margin-bottom:4px}.recent_item_route_direction{color:#666666;margin-top:4px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.recent_item_route_direction{font-size:0.9rem;color:#666666;margin-top:4px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.route_info{font-size:14px;color:#666666}@media (max-width:480px){.recent_items{flex-direction:column;gap:8px}}@media (min-width:768px){.recent_item{width:31%}}